pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache22 The file httpd-languages.conf.in does not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2684cacead92
branches: trunk
changeset: 529307:2684cacead92
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed May 30 18:06:38 2007 +0000
description:
The file httpd-languages.conf.in does not end with a newline character,
which causes nbsed on Solaris to create a file of unlimited size. Fixed
by appending a newline.
diffstat:
www/apache22/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5dc3d229959c -r 2684cacead92 www/apache22/Makefile
--- a/www/apache22/Makefile Wed May 30 17:47:04 2007 +0000
+++ b/www/apache22/Makefile Wed May 30 18:06:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/25 00:02:35 sborrill Exp $
+# $NetBSD: Makefile,v 1.11 2007/05/30 18:06:38 rillig Exp $
.include "Makefile.common"
@@ -212,6 +212,7 @@
post-extract:
${TOUCH} ${WRKSRC}/build/libtool
+ ${ECHO} "" >> ${WRKSRC}/docs/conf/extra/httpd-languages.conf.in
post-build:
${SED} "s#@PKG_SYSCONFDIR@#${PKG_SYSCONFDIR}#g" \
Home |
Main Index |
Thread Index |
Old Index