pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libwww Overwrite the configure script in the post-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bfe7ceacacb
branches: trunk
changeset: 519552:0bfe7ceacacb
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 05 10:05:41 2006 +0000
description:
Overwrite the configure script in the post-extract phase, so that it can
be patched. Noted by Andreas Gustafsson in private mail.
diffstat:
www/libwww/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 8cc08a487d80 -r 0bfe7ceacacb www/libwww/Makefile
--- a/www/libwww/Makefile Thu Oct 05 09:33:44 2006 +0000
+++ b/www/libwww/Makefile Thu Oct 05 10:05:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2006/10/04 19:45:58 rillig Exp $
+# $NetBSD: Makefile,v 1.70 2006/10/05 10:05:41 rillig Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -30,8 +30,10 @@
.include "options.mk"
+post-extract:
+ gzcat ${DISTDIR}/libwww-configure-5.4.0nb1.gz > ${WRKSRC}/configure
+
pre-configure:
- gzcat ${DISTDIR}/libwww-configure-5.4.0nb1.gz > ${WRKSRC}/configure
chmod a+x ${WRKSRC}/configure
.for f in aclocal.m4 configure stamp-h.in
touch ${WRKSRC}/${f}
Home |
Main Index |
Thread Index |
Old Index