git: cdfb9e92e163 - main - textproc/py-libxml2: unbreak build after libxml2 update (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 11:33:17 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cdfb9e92e16316dd745f51de658cc240b89778be
commit cdfb9e92e16316dd745f51de658cc240b89778be
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-08-31 11:29:38 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-08-31 11:33:12 +0000
textproc/py-libxml2: unbreak build after libxml2 update (+)
Since version 2.10.2 pregenerated files was dropped from release tarball.
This need to run full configure path to generate all requred stuff from templates.
Pointy hat to: fluffy
Reported by: tcberner
---
textproc/py-libxml2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index d88cbcf8f20e..8432826bb1c2 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -26,6 +26,6 @@ PLIST=
DOCSDIR= ${PREFIX}/share/doc/py-libxml2
EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2
-do-configure:
+#do-configure:
.include "${MASTERDIR}/Makefile"