diff options
author | adam <adam> | 2010-11-15 13:06:56 +0000 |
---|---|---|
committer | adam <adam> | 2010-11-15 13:06:56 +0000 |
commit | 071d9e8b1be0d0e98c373b23e7e99ccea42f932a (patch) | |
tree | 981121068bfec0bb30093b057714e138085760f3 /x11 | |
parent | 5d1eb397904582b608d8190519cc9ea62b4bb91c (diff) | |
download | pkgsrc-071d9e8b1be0d0e98c373b23e7e99ccea42f932a.tar.gz |
Changes 4.11.2:
* /KeepReference/ can now be applied to global functions and static methods.
* %TypeCode can now be specified in a %MappedType directive.
* Mapped types for templates no longer require the template arguments to be
fully defined.
* Build system changes required by PyQt v4.8 and Qt v4.7.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-sip/Makefile | 14 | ||||
-rw-r--r-- | x11/py-sip/distinfo | 8 |
2 files changed, 10 insertions, 12 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 640f2534336..e5a1b3abab8 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2010/09/07 16:35:09 drochner Exp $ -# +# $NetBSD: Makefile,v 1.19 2010/11/15 13:06:56 adam Exp $ -DISTNAME= sip-4.11.1 +DISTNAME= sip-4.11.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= x11 devel python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/sip4/ @@ -14,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* - USE_LIBTOOL= yes USE_TOOLS+= gmake USE_LANGUAGES= c c++ @@ -42,12 +40,12 @@ CONFIGURE_ARGS+= LFLAGS_PLUGIN="-bundle -flat_namespace -undefined suppress" .else CONFIGURE_ARGS+= CFLAGS_SHLIB=-fPIC CONFIGURE_ARGS+= CXXFLAGS_SHLIB=-fPIC -.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc*) +. if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc*) # gcc3 uses -mimpure-text to not pass -assert pure-text to the linker CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared -mimpure-text" -.else +. else CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared" -.endif +. endif .endif SUBST_CLASSES+= pyversfx @@ -59,6 +57,6 @@ do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) -.include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/py-sip/distinfo b/x11/py-sip/distinfo index 68fa097ddec..d167382a94c 100644 --- a/x11/py-sip/distinfo +++ b/x11/py-sip/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2010/09/07 16:35:09 drochner Exp $ +$NetBSD: distinfo,v 1.16 2010/11/15 13:06:56 adam Exp $ -SHA1 (sip-4.11.1.tar.gz) = 040f08eaf1e30efb3e50a117b0377bc8b97fb357 -RMD160 (sip-4.11.1.tar.gz) = 6e69ed6a825171478d57a9006e5737d70f117d32 -Size (sip-4.11.1.tar.gz) = 652924 bytes +SHA1 (sip-4.11.2.tar.gz) = 586a86a55553617e39b1df8376166d03d697184c +RMD160 (sip-4.11.2.tar.gz) = 755e4610f9e3359df0a7a9f009ad16a5592341f0 +Size (sip-4.11.2.tar.gz) = 665000 bytes SHA1 (patch-aa) = d6986bbc402fc8b345b2f624fbc2537bf6c275eb SHA1 (patch-ab) = f5ba9704fc3867a1273dca534b145cdb14b070e7 |