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: wiz
Date: Mon Dec 18 16:09:47 UTC 2023
Modified Files:
pkgsrc/textproc/py-libxml2: Makefile
Log Message:
py-libxml2: require fixed libxml2 version
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 pkgsrc/textproc/py-libxml2/Makefile:1.92
--- pkgsrc/textproc/py-libxml2/Makefile:1.91 Mon Dec 18 16:08:32 2023
+++ pkgsrc/textproc/py-libxml2/Makefile Mon Dec 18 16:09:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2023/12/18 16:08:32 thor Exp $
+# $NetBSD: Makefile,v 1.92 2023/12/18 16:09:47 wiz Exp $
PKGREVISION= 4
.include "../../textproc/libxml2/Makefile.common"
@@ -57,5 +57,7 @@ EGG_NAME= ${DISTNAME:S/-/_python-/}
.include "../../lang/python/egg.mk"
.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=${PKGVERSION_NOREV}
+# for added symbols
+BUILDLINK_ABI_DEPENDS.libxml2+= libxml2>=2.10.4nb6
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index