[csw-devel] SF.net SVN: gar:[17515] csw/mgar/pkg/trafficserver/trunk/Makefile
igalic at users.sourceforge.net
igalic at users.sourceforge.net
Thu Mar 22 12:12:52 CET 2012
Revision: 17515
http://gar.svn.sourceforge.net/gar/?rev=17515&view=rev
Author: igalic
Date: 2012-03-22 11:12:51 +0000 (Thu, 22 Mar 2012)
Log Message:
-----------
trafficserver: drop SKIP_MODULATIONS, preserveconf
simplify PROTOTYPE_s
Modified Paths:
--------------
csw/mgar/pkg/trafficserver/trunk/Makefile
Modified: csw/mgar/pkg/trafficserver/trunk/Makefile
===================================================================
--- csw/mgar/pkg/trafficserver/trunk/Makefile 2012-03-22 11:11:11 UTC (rev 17514)
+++ csw/mgar/pkg/trafficserver/trunk/Makefile 2012-03-22 11:12:51 UTC (rev 17515)
@@ -14,7 +14,12 @@
MASTER_SITES = http://people.apache.org/~zwoop/rel-candidates/
DISTFILES = $(DISTNAME).tar.bz2
+PACKAGING_PLATFORMS = solaris10-i386
+BUILD64_ONLY = 1
+ISAEXEC = 1
+
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)/$(NAME)
CONFIGURE_ARGS += --with-openssl=$(prefix)
CONFIGURE_ARGS += --with-tcl=$(libdir)
CONFIGURE_ARGS += --with-zlib=$(prefix)
@@ -24,17 +29,11 @@
CONFIGURE_ARGS += --with-user=$(shell /opt/csw/gnu/id -nu)
CONFIGURE_ARGS += --with-group=$(shell /opt/csw/gnu/id -ng)
-PROTOTYPE_MODIFIERS = config data
-PROTOTYPE_FILES_config = $(sysconfdir)
-PROTOTYPE_CLASS_config = cswconffile
-PROTOTYPE_USER_config = nobody
-PROTOTYPE_GROUP_config = $(shell id -ng nobody)
-PROTOTYPE_FILES_data = $(datadir)
-PROTOTYPE_FILES_data = $(datadir)
+PROTOTYPE_MODIFIERS += data
+PROTOTYPE_FILES_data += $(sysconfdir)/?.*
+PROTOTYPE_FILES_data += $(datarootdir)/?.*
+PROTOTYPE_USER_data = nobody
+PROTOTYPE_GROUP_data = nobody
-PACKAGING_PLATFORMS = solaris10-i386
-SKIP_MODULATIONS = isa-i386 isa-pentium_pro
-BUILD64 = 1
-
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list