pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xerces-c Fix PLIST - bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6949823043e0
branches:  trunk
changeset: 541520:6949823043e0
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Apr 23 20:23:47 2008 +0000

description:
Fix PLIST - bump PKGREVISION

diffstat:

 textproc/xerces-c/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 9370f1e22c46 -r 6949823043e0 textproc/xerces-c/Makefile
--- a/textproc/xerces-c/Makefile        Wed Apr 23 20:23:38 2008 +0000
+++ b/textproc/xerces-c/Makefile        Wed Apr 23 20:23:47 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2008/04/12 22:43:13 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2008/04/23 20:23:47 abs Exp $
 #
 
 DISTNAME=      xerces-c-src_2_7_0
 PKGNAME=       ${DISTNAME:S/-src_/-/:S/_/./g}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  http://apache.rmplc.co.uk/xml/xerces-c/source/
 
@@ -40,14 +40,11 @@
 PLIST_VARS+=           gnu-iconv native-iconv
 
 CONFIGURE_ARGS.gnu-iconv+=     -t IconvGNU     # transcoder
-PLIST.gnu-iconv=               yes
 
 CONFIGURE_ARGS.native-iconv+=  -t native       # transcoder
-PLIST.native-iconv=            yes
 
 CONFIGURE_ENV+=                ${XERCES_ENV}
 MAKE_ENV+=             ${XERCES_ENV}
-PLIST_SUBST+=          ${PLIST_SUBST.${ICONV_TYPE}-iconv}
 
 # On Darwin, we have to use native (not libiconv) converter. see MacOSPlatformUtils.cpp.
 .if ${OPSYS} == "Darwin"
@@ -70,3 +67,6 @@
                ${DESTDIR}${PREFIX}/include/xercesc/dom/impl
 
 .include "../../mk/bsd.pkg.mk"
+
+# Must be after bsd.pkg.mk
+PLIST.${ICONV_TYPE}-iconv=     yes



Home | Main Index | Thread Index | Old Index