[csw-devel] SF.net SVN: gar:[17594] csw/mgar/pkg/trafficserver/trunk/Makefile

igalic at users.sourceforge.net igalic at users.sourceforge.net
Tue Apr 3 21:46:17 CEST 2012


Revision: 17594
          http://gar.svn.sourceforge.net/gar/?rev=17594&view=rev
Author:   igalic
Date:     2012-04-03 19:46:17 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
trafficserver: obsolete the necessity to replace the config user, which I forgot to do anyway..

Modified Paths:
--------------
    csw/mgar/pkg/trafficserver/trunk/Makefile

Modified: csw/mgar/pkg/trafficserver/trunk/Makefile
===================================================================
--- csw/mgar/pkg/trafficserver/trunk/Makefile	2012-04-03 02:31:39 UTC (rev 17593)
+++ csw/mgar/pkg/trafficserver/trunk/Makefile	2012-04-03 19:46:17 UTC (rev 17594)
@@ -11,7 +11,7 @@
   Apache Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server
 endef
 
-MASTER_SITES = http://people.apache.org/~zwoop/rel-candidates/
+MASTER_SITES = http://people.apache.org/~zwoop/rel-candidates/ 
 DISTFILES  = $(DISTNAME).tar.bz2
 
 PACKAGING_PLATFORMS = solaris10-i386
@@ -26,9 +26,10 @@
 CONFIGURE_ARGS += --with-pcre=$(prefix)
 CONFIGURE_ARGS += --with-lzma=$(prefix)
 CONFIGURE_ARGS += --with-expat=$(prefix)
-CONFIGURE_ARGS += --with-user=$(shell /opt/csw/gnu/id -nu)
-CONFIGURE_ARGS += --with-group=$(shell /opt/csw/gnu/id -ng)
 
+export pkgsysuser  = $(shell /opt/csw/gnu/id -nu)
+export pkgsysgroup = $(shell /opt/csw/gnu/id -ng)
+
 PROTOTYPE_MODIFIERS += data
 PROTOTYPE_FILES_data += $(sysconfdir)/?.*
 PROTOTYPE_FILES_data += $(datadir)/?.*

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