Path to this page:
Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/www/apache24
From: Benny Siegert
Date: 2017-04-16 17:36:15
Message id: 20170416153615.EC77AFBE4@cvs.NetBSD.org
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.
Files: