[csw-devel] SF.net SVN: gar:[13015] csw/mgar/pkg/apache2/branches/open-bug-squash/ Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jan 20 01:41:45 CET 2011


Revision: 13015
          http://gar.svn.sourceforge.net/gar/?rev=13015&view=rev
Author:   bdwalton
Date:     2011-01-20 00:41:45 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
apache2/branches/open-bug-squash: disable use of apache-local class action scripts; Mantis 4579

Modified Paths:
--------------
    csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile

Modified: csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile	2011-01-20 00:35:41 UTC (rev 13014)
+++ csw/mgar/pkg/apache2/branches/open-bug-squash/Makefile	2011-01-20 00:41:45 UTC (rev 13015)
@@ -44,8 +44,6 @@
 DISTFILES += README.CSW.apache2 README.CSW.ap2_prefork
 DISTFILES += README.CSW.apache2rt
 
-DISTFILES += i.cswap2mod r.cswap2mod
-
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 # The PACKAGES variable tell GAR which packages to build
@@ -203,7 +201,7 @@
 PKGFILES_CSWap2worker = .*share/doc/ap2_worker.* .*sbin/httpd.worker
 PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
 
-PROTOTYPE_FILTER  = awk '$$$$3 == "/opt/csw/apache2/sbin/suexec" { $$$$4 = "4755" }; $$$$3 ~ /cswap2mod/ { $$$$4 = "0555" }; { print }'
+#PROTOTYPE_FILTER  = awk '$$$$3 == "/opt/csw/apache2/sbin/suexec" { $$$$4 = "4755" }; $$$$3 ~ /cswap2mod/ { $$$$4 = "0555" }; { print }'
 
 include gar/category.mk
 
@@ -219,16 +217,8 @@
 	@$(MAKECOOKIE)
 
 
-post-install-modulated: rename-httpd copy-local-files create-templates copy-readmes install-cas
+post-install-modulated: rename-httpd copy-local-files create-templates copy-readmes
 
-install-cas: CASD = $(DESTDIR)/usr/sadm/install/scripts
-install-cas:
-	@(cd $(WORKDIR); \
-		ginstall -d -m0755 $(CASD); \
-		for f in *cswap2mod; do \
-			ginstall -m 0755 $$f $(CASD); \
-		done)
-
 copy-readmes:
 	@(cd $(WORKDIR); for f in README.CSW*; do \
 		p=`echo $$f | sed 's/README.CSW.//'`; \


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