Mon Dec 18 22:49:15 2023 UTC ()
textproc/itstool: depend on py-libxml2 with the re-added symbols to un-break


(thor)
diff -r1.24 -r1.25 pkgsrc/textproc/itstool/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/textproc/itstool/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/itstool/Makefile 2023/08/14 05:25:23 1.24
+++ pkgsrc/textproc/itstool/Makefile 2023/12/18 22:49:15 1.25
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.24 2023/08/14 05:25:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2023/12/18 22:49:15 thor Exp $
2 2
3DISTNAME= itstool-2.0.7 3DISTNAME= itstool-2.0.7
4PKGREVISION= 3 4PKGREVISION= 4
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://files.itstool.org/itstool/ 6MASTER_SITES= http://files.itstool.org/itstool/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= prlw1@cam.ac.uk 9MAINTAINER= prlw1@cam.ac.uk
10HOMEPAGE= http://itstool.org/ 10HOMEPAGE= http://itstool.org/
11COMMENT= ITS Tool allows you to translate XML documents with PO files 11COMMENT= ITS Tool allows you to translate XML documents with PO files
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16# With 27, gnumeric112 fails to build the cs translation with 16# With 27, gnumeric112 fails to build the cs translation with
17# ascii/utf-8 confusion. This is not understood, so just avoid 17# ascii/utf-8 confusion. This is not understood, so just avoid
18# python27, as it increasingly seems that no one is using it and 18# python27, as it increasingly seems that no one is using it and
19# debugging problems with that version. 19# debugging problems with that version.
20PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
21 21
22DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 22DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.10.4nb4:../../textproc/py-libxml2
23 23
24.include "../../lang/python/application.mk" 24.include "../../lang/python/application.mk"
25.include "../../lang/python/tool.mk" 25.include "../../lang/python/tool.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"