diff options
-rw-r--r-- | net/py-ORBit/Makefile | 7 | ||||
-rw-r--r-- | sysutils/py-dbus/Makefile | 7 | ||||
-rw-r--r-- | textproc/xerces-c/Makefile | 12 | ||||
-rw-r--r-- | textproc/xerces-c/PLIST | 3 |
4 files changed, 23 insertions, 6 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 2fdf03c0623..a8b66c258cd 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/04/22 13:42:33 obache Exp $ +# $NetBSD: Makefile,v 1.37 2011/10/12 17:49:33 hans Exp $ # DISTNAME= pyorbit-2.24.0 @@ -25,6 +25,11 @@ BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2 BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb4 +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +BUILDLINK_TRANSFORM+= rm:-std=c9x +.endif + do-test: (cd ${WRKSRC}/tests/c-inproc && ${PYTHONBIN} test-c-inproc.py) diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 06f4d95acf5..707424cf7df 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/04/22 13:42:19 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/10/12 17:48:20 hans Exp $ # DISTNAME= dbus-python-0.83.1 @@ -22,6 +22,11 @@ GNU_CONFIGURE= yes PY_PATCHPLIST= YES +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +BUILDLINK_TRANSFORM+= rm:-std=c9x +.endif + .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/extension.mk" BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0 diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 0e9a0af9050..13244fdbf80 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2011/02/23 08:32:41 adam Exp $ +# $NetBSD: Makefile,v 1.41 2011/10/12 17:43:14 hans Exp $ DISTNAME= xerces-c-3.1.1 CATEGORIES= textproc @@ -17,17 +17,23 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake PKGCONFIG_OVERRIDE= xerces-c.pc.in GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-curl +CONFIGURE_ARGS+= --without-icu .include "../../mk/bsd.prefs.mk" -PLIST_VARS+= gnuiconv macunicode +PLIST_VARS+= iconv gnuiconv macunicode .if ${OPSYS} == "Darwin" PLIST.macunicode= yes +.elif ${OPSYS} == "SunOS" +PLIST.iconv= yes +CONFIGURE_ARGS+= --enable-transcoder-iconv .else PLIST.gnuiconv= yes +CONFIGURE_ARGS+= --enable-transcoder-gnuiconv +.include "../../converters/libiconv/buildlink3.mk" .endif -.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xerces-c/PLIST b/textproc/xerces-c/PLIST index b0990fe3e1e..515302bd7d5 100644 --- a/textproc/xerces-c/PLIST +++ b/textproc/xerces-c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2011/02/23 08:31:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/10/12 17:43:14 hans Exp $ bin/CreateDOMDocument bin/DOMCount bin/DOMPrint @@ -302,6 +302,7 @@ include/xercesc/util/SynchronizedStringPool.hpp include/xercesc/util/TransENameMap.c include/xercesc/util/TransENameMap.hpp include/xercesc/util/TransService.hpp +${PLIST.iconv}include/xercesc/util/Transcoders/Iconv/IconvTransService.hpp ${PLIST.gnuiconv}include/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp ${PLIST.macunicode}include/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp include/xercesc/util/TranscodingException.hpp |