pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/www/apache24
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Apr 16 15:36:15 UTC 2017
Modified Files:
pkgsrc/www/apache24 [pkgsrc-2017Q1]: Makefile
Log Message:
Pullup ticket #5287 - requested by sevan
www/apache24: build fix
Revisions pulled up:
- www/apache24/Makefile 1.55
---
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 14 18:18:24 UTC 2017
Modified Files:
pkgsrc/www/apache24: Makefile
Log Message:
Removed these two substituions:
SUBST_SED.confs+= -e "s|logs/|${VARBASE}/log/httpd/|g"
SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
The first one only applied to an instrucion in the comment at the top of
the configuration file and made it meaningless.
The second one has been useless.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.54.2.1 pkgsrc/www/apache24/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.54 pkgsrc/www/apache24/Makefile:1.54.2.1
--- pkgsrc/www/apache24/Makefile:1.54 Sat Jan 28 04:57:57 2017
+++ pkgsrc/www/apache24/Makefile Sun Apr 16 15:36:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/01/28 04:57:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.54.2.1 2017/04/16 15:36:15 bsiegert Exp $
#
# When updating this package, make sure that no strings like
# "PR 12345" are in the commit message. Upstream likes
@@ -135,8 +135,6 @@ SUBST_FILES.confs+= docs/conf/extra/http
SUBST_SED.confs= -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g"
SUBST_SED.confs+= -e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g"
SUBST_SED.confs+= -e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g"
-SUBST_SED.confs+= -e "s|logs/|${VARBASE}/log/httpd/|g"
-SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
SUBST_SED.confs+= -e 's|^\(User[ ]\).*|\1${APACHE_USER}|g'
SUBST_SED.confs+= -e 's|^\(Group[ ]\).*|\1${APACHE_GROUP}|g'
SUBST_SED.confs+= -e 's|^Listen \(.*\)|Listen 0.0.0.0:\1|g'
Home |
Main Index |
Thread Index |
Old Index