[csw-devel] SF.net SVN: gar:[11603] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Nov 14 02:51:44 CET 2010
Revision: 11603
http://gar.svn.sourceforge.net/gar/?rev=11603&view=rev
Author: bdwalton
Date: 2010-11-14 01:51:43 +0000 (Sun, 14 Nov 2010)
Log Message:
-----------
apache2: enable the build CAS for the CSW templated config files
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-11-13 14:44:13 UTC (rev 11602)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-11-14 01:51:43 UTC (rev 11603)
@@ -198,6 +198,8 @@
PKGFILES_CSWap2worker = .*share/doc/ap2_worker.* .*sbin/httpd.worker
PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
+PROTOTYPE_FILTER = awk '$$$$3 ~ /\/apache2\/etc\/.*CSW/ { $$$$1 = "e"; $$$$2 = "build"; $$$$4 = "?"; $$$$5 = "?"; $$$$6 = "?"}; { print }'
+
include gar/category.mk
CFLAGS := -DSSL_EXPERIMENTAL -DSSL_ENGINE $(CFLAGS)
@@ -254,8 +256,5 @@
s/^#(Include.*httpd-mpm.conf)/$$1/; \
s/^#(Include.*httpd-ssl.conf)/$$1/' $$f; \
done )
-
-
-
@$(MAKECOOKIE)
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