pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-libxml2



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Jul  1 16:23:19 UTC 2017

Modified Files:
        pkgsrc/textproc/py-libxml2: Makefile

Log Message:
On Darwin, even though the self-tests pass either way, py-libxslt
doesn't build if this .so is a "bundle", and does if it's a "dylib".
Make it a dylib. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/py-libxml2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-libxml2/Makefile
diff -u pkgsrc/textproc/py-libxml2/Makefile:1.54 pkgsrc/textproc/py-libxml2/Makefile:1.55
--- pkgsrc/textproc/py-libxml2/Makefile:1.54    Fri Dec 30 02:17:49 2016
+++ pkgsrc/textproc/py-libxml2/Makefile Sat Jul  1 16:23:19 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2016/12/30 02:17:49 dholland Exp $
+# $NetBSD: Makefile,v 1.55 2017/07/01 16:23:19 schmonz Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd
@@ -21,6 +21,8 @@ SUBST_SED.setup=      -e "/ROOT/s,'/usr','${B
 SUBST_SED.setup+=      -e "/^\"/s,/usr/include,${BUILDLINK_PREFIX.iconv}/include,g"
 SUBST_SED.setup+=      -e "/^\"/s,/usr/local/include,${BUILDLINK_PREFIX.iconv}/include,g"
 
+BUILDLINK_TRANSFORM.Darwin+=   opt:-bundle:-dynamiclib
+
 EGG_NAME=      ${DISTNAME:S/-/_python-/}
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat



Home | Main Index | Thread Index | Old Index