pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xerces-c Link with -liconv if ICONV_TYPE=gnu....
details: https://anonhg.NetBSD.org/pkgsrc/rev/f201065adea9
branches: trunk
changeset: 480639:f201065adea9
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Sep 18 02:46:12 2004 +0000
description:
Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on
platforms without native iconv. Thanks to Aron Stansvik for testing.
Bump PKGREVISION.
diffstat:
textproc/xerces-c/Makefile | 3 ++-
textproc/xerces-c/distinfo | 3 ++-
textproc/xerces-c/patches/patch-af | 16 ++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r f25b8f883c93 -r f201065adea9 textproc/xerces-c/Makefile
--- a/textproc/xerces-c/Makefile Fri Sep 17 23:21:27 2004 +0000
+++ b/textproc/xerces-c/Makefile Sat Sep 18 02:46:12 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/03/10 17:58:22 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/09/18 02:46:12 minskim Exp $
#
DISTNAME= xerces-c-src_2_3_0
PKGNAME= ${DISTNAME:S/-src_/-/:S/_/./g}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/archives/Xerces-C_2_3_0/
diff -r f25b8f883c93 -r f201065adea9 textproc/xerces-c/distinfo
--- a/textproc/xerces-c/distinfo Fri Sep 17 23:21:27 2004 +0000
+++ b/textproc/xerces-c/distinfo Sat Sep 18 02:46:12 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/03/22 17:04:13 kristerw Exp $
+$NetBSD: distinfo,v 1.7 2004/09/18 02:46:12 minskim Exp $
SHA1 (xerces-c-src_2_3_0.tar.gz) = ea47e1899d569344e7ff1ca09f31f725bbe92033
Size (xerces-c-src_2_3_0.tar.gz) = 6885335 bytes
@@ -7,3 +7,4 @@
SHA1 (patch-ac) = fb187d0c5b7dbc09d31be8dea09c88bea755f87d
SHA1 (patch-ad) = 9e6afe4ac10a34201f05198bb62829438de5dc7c
SHA1 (patch-ae) = 8e9abade53b8b390fe1e0d00bfa037ebc01f9deb
+SHA1 (patch-af) = fd27fa9d54dcfd521d035b840008a109c241e57a
diff -r f25b8f883c93 -r f201065adea9 textproc/xerces-c/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xerces-c/patches/patch-af Sat Sep 18 02:46:12 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.4 2004/09/18 02:46:13 minskim Exp $
+
+--- Makefile.incl.orig Tue May 27 15:04:46 2003
++++ Makefile.incl Fri Sep 17 00:36:28 2004
+@@ -579,6 +579,11 @@
+ endif
+
+
++ifeq (${TRANSCODER}, IconvGNU)
++ ALLLIBS += -liconv
++endif
++
++
+ ###################### SO_NAME ####################################
+ #
+ #
Home |
Main Index |
Thread Index |
Old Index