[csw-devel] SF.net SVN: gar:[7619] csw/mgar/pkg/nginx/trunk

aigoshin at users.sourceforge.net aigoshin at users.sourceforge.net
Mon Dec 14 15:44:28 CET 2009


Revision: 7619
          http://gar.svn.sourceforge.net/gar/?rev=7619&view=rev
Author:   aigoshin
Date:     2009-12-14 14:44:28 +0000 (Mon, 14 Dec 2009)

Log Message:
-----------
nginx: package release 5.0

Modified Paths:
--------------
    csw/mgar/pkg/nginx/trunk/Makefile
    csw/mgar/pkg/nginx/trunk/checksums
    csw/mgar/pkg/nginx/trunk/files/cswnginx

Modified: csw/mgar/pkg/nginx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nginx/trunk/Makefile	2009-12-14 12:02:11 UTC (rev 7618)
+++ csw/mgar/pkg/nginx/trunk/Makefile	2009-12-14 14:44:28 UTC (rev 7619)
@@ -22,14 +22,15 @@
 PACKAGING_PLATFORMS  = solaris8-sparc  solaris8-i386
 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 
-#EXTRA_BUILD_ISAS_i386  = pentium_pro
+EXTRA_BUILD_ISAS_i386  = pentium_pro amd64
 EXTRA_BUILD_ISAS_sparc = sparcv9
 
-NGINXCPU_pentium_pro = pentiumpro
-NGINXCPU_sparcv8 = sparc32
-NGINXCPU_sparcv9 = sparc64
-NGINXCPU_$(ISA) ?= $(ISA)
-NGINXCPU = $(NGINXCPU_$(ISA))
+NGINXCPU_i386        = pentium
+NGINXCPU_pentium_pro = pentium3
+NGINXCPU_sparcv8     = sparc32
+NGINXCPU_sparcv9     = sparc64
+NGINXCPU_$(ISA)     ?= $(ISA)
+NGINXCPU             = $(NGINXCPU_$(ISA))
 
 CFLAGS =
 
@@ -51,19 +52,18 @@
 CONFIGURE_ARGS += --http-log-path=$(localstatedir)/nginx/logs/access.log
 CONFIGURE_ARGS += --with-md5=YES
 CONFIGURE_ARGS += --with-sha1=YES
-CONFIGURE_ARGS += --with-http_ssl_module
-CONFIGURE_ARGS += --with-http_realip_module
 CONFIGURE_ARGS += --with-http_dav_module
 CONFIGURE_ARGS += --with-http_flv_module
+CONFIGURE_ARGS += --with-http_realip_module
+CONFIGURE_ARGS += --with-http_secure_link_module
+CONFIGURE_ARGS += --with-http_ssl_module
 CONFIGURE_ARGS += --with-http_stub_status_module
 
 TEST_SCRIPTS =
 
-#PROTOTYPE_FILTER = awk '$$$$3 ~ /\/var\/((log|run)|(svc|(svc\/(manifest|manifest\/site))))$$$$/ { $$$$6 = "sys" } $$$$3 ~ /\/var\/nginx\/(client|fastcgi|proxy)$$$$/ { $$$$4 = "700" } { print }'
+INITSMF      = $(sysconfdir)/init.d/cswnginx
+PRESERVECONF = $(sysconfdir)/nginx/fastcgi_params $(sysconfdir)/nginx/mime.types $(sysconfdir)/nginx/nginx.conf
 
-INITSMF    = $(sysconfdir)/init.d/cswnginx
-SAMPLECONF = $(sysconfdir)/nginx/fastcgi_params $(sysconfdir)/nginx/mime.types $(sysconfdir)/nginx/nginx.conf
-
 NGINXDOCS  = CHANGES CHANGES.ru LICENSE README
 
 

Modified: csw/mgar/pkg/nginx/trunk/checksums
===================================================================
--- csw/mgar/pkg/nginx/trunk/checksums	2009-12-14 12:02:11 UTC (rev 7618)
+++ csw/mgar/pkg/nginx/trunk/checksums	2009-12-14 14:44:28 UTC (rev 7619)
@@ -1,2 +1,2 @@
-518551b950c0243f9cdc5d978d40d3e1  cswnginx
+4e8863b34556eb28e3ee6849ffb1ed85  cswnginx
 cfa97c0f784532820110b5eee57fef6d  nginx-0.7.64.tar.gz

Modified: csw/mgar/pkg/nginx/trunk/files/cswnginx
===================================================================
--- csw/mgar/pkg/nginx/trunk/files/cswnginx	2009-12-14 12:02:11 UTC (rev 7618)
+++ csw/mgar/pkg/nginx/trunk/files/cswnginx	2009-12-14 14:44:28 UTC (rev 7619)
@@ -1,6 +1,10 @@
 #!/bin/sh
 #
-# SMF Method file for nginx
+#RC_KNUM 20
+#RC_SNUM 88
+#RC_KLEV 0,1,S
+#RC_SLEV 2
+#AUTOENABLE no
 #
 
 NGINX=/opt/csw/sbin/nginx


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