diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 21:46:21 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 21:46:21 +0000 |
commit | 3f811ff3087e01031787baf535840a74190f798d (patch) | |
tree | 7bca1242e41af3e3bfa1986639c9b75f5bc96a15 /www/apache22/pkg-plist | |
parent | 49f14fc8430b3398a64f7a9af5b5da08cf7de71f (diff) |
- Continuation of ports/133704
apxs -A comments out the LoadModule line
This adds custom FreeBSD mod to 'DELETE' the line so that it works with
our pkg-plists in packages.
- Remove -s form the cmp httpd.conf in pkg-plist to be blatant about why
it didn't get removed
- Tested with lang/php5
- Bump PORTREVISION
PR: ports/133704
With Hat: apache@
Notes
Notes:
svn path=/head/; revision=253918
Diffstat (limited to 'www/apache22/pkg-plist')
-rw-r--r-- | www/apache22/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index d041aa734060..b62392302f37 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -3,7 +3,7 @@ @exec mkdir -p %D/etc/apache22/extra 2> /dev/null @exec mkdir -p %D/etc/apache22/Includes 2> /dev/null || true @exec mkdir -p %D/etc/apache22/envvars.d 2> /dev/null || true -@unexec if cmp -s %D/etc/apache22/httpd.conf %D/%%EXAMPLESDIR%%/httpd.conf; then rm -f %D/etc/apache22/httpd.conf; fi +@unexec if cmp %D/etc/apache22/httpd.conf %D/%%EXAMPLESDIR%%/httpd.conf; then rm -f %D/etc/apache22/httpd.conf; fi %%EXAMPLESDIR%%/httpd.conf @exec [ -f %D/etc/apache22/httpd.conf ] || cp %D/%%EXAMPLESDIR%%/httpd.conf %D/etc/apache22/httpd.conf @unexec if cmp -s %D/etc/apache22/magic %D/%%EXAMPLESDIR%%/magic; then rm -f %D/etc/apache22/magic; fi |