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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 31 19:17:46 CEST 2011


Revision: 15473
          http://gar.svn.sourceforge.net/gar/?rev=15473&view=rev
Author:   dmichelsen
Date:     2011-08-31 17:17:45 +0000 (Wed, 31 Aug 2011)
Log Message:
-----------
lighttpd: Update to new standards

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

Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile	2011-08-31 16:43:44 UTC (rev 15472)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile	2011-08-31 17:17:45 UTC (rev 15473)
@@ -30,12 +30,15 @@
 #   http://redmine.lighttpd.net/boards/2/topics/4163
 PATCHFILES += 0003-Ignore-ENOSYS-on-mkdir-which-happens-on-automounted-.patch
 
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386                                                                          
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
 PACKAGES += CSWlighttpd
 CATALOGNAME_CSWlighttpd = lighttpd
 SPKG_DESC_CSWlighttpd = HTTP server built for security, speed, compliance, and flexibility
 RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibpcre0
-RUNTIME_DEP_PKGS_CSWlighttpd += CSWbzip2
-RUNTIME_DEP_PKGS_CSWlighttpd += CSWzlib
+RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibbz2-1-0
+RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibz1
 
 EXTRA_LINKER_FLAGS += -lsendfile
 
@@ -47,10 +50,6 @@
 # because modules are not supposed to be in /opt/csw/lib.
 libdir_install = $(prefix)/lib/lighttpd
 
-# Solaris Zones support
-sysconfdir = /etc$(prefix)
-localstatedir = /var$(prefix)
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 
 # Solaris 9 does not have IPV6_V6ONLY.
@@ -58,9 +57,6 @@
 CONFIGURE_ARGS_5.9 = --disable-ipv6
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL))
 
-PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386                                                                          
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
-
 INITSMF = $(sysconfdir)/init\.d/cswlighttpd
 PRESERVECONF = $(sysconfdir)/lighttpd\.conf
 USERGROUP = $(sysconfdir)/pkg/$(NAME)/cswusergroup

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