pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Make sure we get converters/libiconv dependency, via U...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19bdd7a0d721
branches:  trunk
changeset: 471164:19bdd7a0d721
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Mar 20 16:25:16 2004 +0000

description:
Make sure we get converters/libiconv dependency, via USE_BUILTIN.iconv=no
(looks like USE_GNU_ICONV doesn't get the dependency), this will fix
the problem seen in latest agc@'s bulk build.

Bump PKGREVISION.

diffstat:

 doc/CHANGES              |  3 ++-
 editors/abiword/Makefile |  7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 4edc6b0fc6fa -r 19bdd7a0d721 doc/CHANGES
--- a/doc/CHANGES       Sat Mar 20 15:56:18 2004 +0000
+++ b/doc/CHANGES       Sat Mar 20 16:25:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5281 2004/03/20 15:35:38 xtraeme Exp $
+$NetBSD: CHANGES,v 1.5282 2004/03/20 16:25:16 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1495,3 +1495,4 @@
        Updated lookup to 1.4 [uebayasi 2004-03-19]
        Updated ruby-base to 1.6.8.nb4 [taca 2004-03-20]
        Updated xfe to 0.54.2nb3 [xtraeme 2004-03-20]
+       Updated abiword to 2.0.4nb3 [xtraeme 2004-03-20]
diff -r 4edc6b0fc6fa -r 19bdd7a0d721 editors/abiword/Makefile
--- a/editors/abiword/Makefile  Sat Mar 20 15:56:18 2004 +0000
+++ b/editors/abiword/Makefile  Sat Mar 20 16:25:16 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2004/03/08 19:40:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.74 2004/03/20 16:25:16 xtraeme Exp $
 #
 
 DISTNAME=              abiword-2.0.4
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            editors
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=abiword/}
 EXTRACT_SUFX=          .tar.bz2
@@ -20,12 +20,13 @@
 MAKEFILE=              GNUmakefile
 GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
-USE_GNU_ICONV=         yes # XXX
 USE_GNU_TOOLS+=                make
 USE_PERL5=             run
 USE_X11=               yes
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/abi
 
+USE_BUILTIN.iconv=     no # Make sure we get libiconv dependency.
+
 REPLACE_PERL=          user/wp/scripts/abw2html.pl
 
 CONFIGURE_ARGS+=       --enable-gucharmap



Home | Main Index | Thread Index | Old Index