8ce0f5af89
http://www.apache.org/dist/httpd/CHANGES_2.2.9 Also fix LIB_DEPENDS and use the external pcre library instead of the shipped one. ok dlg@, simon@, merdely@ (pre-lock)
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2008/09/02 22:05:23 bernd Exp $
|
|
--- Makefile.in.orig Thu Jul 24 12:22:37 2008
|
|
+++ Makefile.in Thu Jul 24 12:24:01 2008
|
|
@@ -48,6 +48,8 @@ install-conf:
|
|
sed -e 's#@@ServerRoot@@#$(prefix)#g' \
|
|
-e 's#@@Port@@#$(PORT)#g' \
|
|
-e 's#@@SSLPort@@#$(SSLPORT)#g' \
|
|
+ -e 's#@@User@@#$(rel_user)#g' \
|
|
+ -e 's#@@Group@@#$(rel_group)#g' \
|
|
-e '/@@LoadModule@@/d' \
|
|
< $$i; \
|
|
else \
|
|
@@ -55,6 +57,8 @@ install-conf:
|
|
-e 's#@@ServerRoot@@#$(prefix)#g' \
|
|
-e 's#@@Port@@#$(PORT)#g' \
|
|
-e 's#@@SSLPort@@#$(SSLPORT)#g' \
|
|
+ -e 's#@@User@@#$(rel_user)#g' \
|
|
+ -e 's#@@Group@@#$(rel_group)#g' \
|
|
-e 'p' \
|
|
< $$i; \
|
|
for j in $(DSO_MODULES) "^EOL^"; do \
|
|
@@ -67,6 +71,8 @@ install-conf:
|
|
-e 's#@@ServerRoot@@#$(prefix)#g' \
|
|
-e 's#@@Port@@#$(PORT)#g' \
|
|
-e 's#@@SSLPort@@#$(SSLPORT)#g' \
|
|
+ -e 's#@@User@@#$(rel_user)#g' \
|
|
+ -e 's#@@Group@@#$(rel_group)#g' \
|
|
< $$i; \
|
|
fi \
|
|
) > $(DESTDIR)$(sysconfdir)/original/$$i; \
|