pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache2 Fix the path to libtool on build so that i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6349ba8849c0
branches:  trunk
changeset: 521150:6349ba8849c0
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 05 17:52:38 2006 +0000

description:
Fix the path to libtool on build so that it gets set correctly in the
installed config_vars.mk.  Any package pulling in config_vars.mk will
now find libtool.
PKGREVISION++
ok'ed tron@

diffstat:

 www/apache2/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r bd4e14428f84 -r 6349ba8849c0 www/apache2/Makefile
--- a/www/apache2/Makefile      Sun Nov 05 17:49:33 2006 +0000
+++ b/www/apache2/Makefile      Sun Nov 05 17:52:38 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.105 2006/08/30 06:16:27 rillig Exp $
+# $NetBSD: Makefile,v 1.106 2006/11/05 17:52:38 adrianp Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       apache-${APACHE_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 
 HOMEPAGE=      http://httpd.apache.org/
@@ -137,7 +137,7 @@
 SUBST_CLASSES+=                apr-lt
 SUBST_STAGE.apr-lt=    post-configure
 SUBST_FILES.apr-lt=    build/config_vars.mk
-SUBST_SED.apr-lt=      -e 's|^\(LIBTOOL =\) [^ ]*|\1 $$(SHELL) $$(top_builddir)/libtool|g'
+SUBST_SED.apr-lt=      -e 's|^\(LIBTOOL =\) [^ ]*|\1 $$(SHELL) $$(top_builddir)/build/libtool|g'
 SUBST_MESSAGE.apr-lt=  Fixing libtool references.
 
 SUBST_CLASSES+=                confs
@@ -184,7 +184,7 @@
 .endfor
 
 post-extract:
-       ${TOUCH} ${WRKSRC}/libtool
+       ${TOUCH} ${WRKSRC}/build/libtool
 
 post-build:
        ${SED} "s#@PKG_SYSCONFDIR@#${PKG_SYSCONFDIR}#g"                 \



Home | Main Index | Thread Index | Old Index