pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libwww USE_TOOLS+=automake14
details: https://anonhg.NetBSD.org/pkgsrc/rev/c28b10136c72
branches: trunk
changeset: 519800:c28b10136c72
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Oct 10 00:24:54 2006 +0000
description:
USE_TOOLS+=automake14
This package contained several Makefile.am patches but then proceeded to
ignore all of them by touching all of the Makefile.in's. Unfortunately
those patches were there for a reason!
Correctly packages on solaris now.
diffstat:
www/libwww/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2532cb89458b -r c28b10136c72 www/libwww/Makefile
--- a/www/libwww/Makefile Tue Oct 10 00:23:39 2006 +0000
+++ b/www/libwww/Makefile Tue Oct 10 00:24:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2006/10/05 10:05:41 rillig Exp $
+# $NetBSD: Makefile,v 1.71 2006/10/10 00:24:54 dmcmahill Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -18,7 +18,7 @@
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
SITES.libwww-configure-5.4.0nb1.gz= ${MASTER_SITE_LOCAL}
-USE_TOOLS+= gmake gzcat perl
+USE_TOOLS+= automake14 gmake gzcat perl
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
@@ -38,7 +38,7 @@
.for f in aclocal.m4 configure stamp-h.in
touch ${WRKSRC}/${f}
.endfor
- touch `${FIND} ${WRKSRC} -name Makefile.in -print`
+ cd ${WRKSRC} && automake
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index