pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-libxml2 On Darwin, even though the self-te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd1b8d831121
branches:  trunk
changeset: 364609:dd1b8d831121
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jul 01 16:23:19 2017 +0000

description:
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.

diffstat:

 textproc/py-libxml2/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 73e919df5a81 -r dd1b8d831121 textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Sat Jul 01 16:18:00 2017 +0000
+++ b/textproc/py-libxml2/Makefile      Sat Jul 01 16:23:19 2017 +0000
@@ -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 "/^\"/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