pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache Fix use of obsolete tail(1) syntax which co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47a2ad79f1a5
branches:  trunk
changeset: 538719:47a2ad79f1a5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Feb 17 20:15:07 2008 +0000

description:
Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok.

diffstat:

 www/apache/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 04e16324eb16 -r 47a2ad79f1a5 www/apache/Makefile
--- a/www/apache/Makefile       Sun Feb 17 18:19:33 2008 +0000
+++ b/www/apache/Makefile       Sun Feb 17 20:15:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2008/02/03 14:07:40 tnn Exp $
+# $NetBSD: Makefile,v 1.196 2008/02/17 20:15:07 tnn Exp $
 #
 # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
 # code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -208,7 +208,7 @@
                ${MODSSL_SRC}/pkg.sslmod/sslmod.patch                   \
                ${MODSSL_SRC}/pkg.sslsup/sslsup.patch                   \
                | ${PATCH} ${PATCH_ARGS}
-       cd ${WRKSRC} && ${TAIL} +160                                    \
+       cd ${WRKSRC} && ${TAIL} -n +160                                 \
                ${MODSSL_SRC}/pkg.ssldoc/ssldoc.patch                   \
                | ${PATCH} ${PATCH_ARGS}
        ${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f



Home | Main Index | Thread Index | Old Index