pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2022Q4] pkgsrc/textproc/py-libxml2



Module Name:    pkgsrc
Committed By:   spz
Date:           Wed Mar  8 21:02:03 UTC 2023

Modified Files:
        pkgsrc/textproc/py-libxml2 [pkgsrc-2022Q4]: Makefile

Log Message:
Pullup ticket #6737 addendum - requested by gutteridge
textproc/py-libxml2: fix build after pullup #6737

Revisions pulled up:
- textproc/py-libxml2/Makefile                  by patch


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.82.2.1 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.82 pkgsrc/textproc/py-libxml2/Makefile:1.82.2.1
--- pkgsrc/textproc/py-libxml2/Makefile:1.82    Wed Nov 23 16:21:13 2022
+++ pkgsrc/textproc/py-libxml2/Makefile Wed Mar  8 21:02:02 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.82 2022/11/23 16:21:13 adam Exp $
+# $NetBSD: Makefile,v 1.82.2.1 2023/03/08 21:02:02 spz Exp $
 
-PKGREVISION= 1
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   2
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd
@@ -11,7 +11,8 @@ LICENSE=      modified-bsd
 USE_GCC_RUNTIME=       yes
 
 PYSETUPSUBDIR= python
-NO_CONFIGURE=  YES
+GNU_CONFIGURE= YES
+USE_TOOLS+=    pkg-config
 
 SUBST_CLASSES+=                setup
 SUBST_MESSAGE.setup=   Fixing hardcoded paths.



Home | Main Index | Thread Index | Old Index