Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2022 11:33:17 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdfb9e92e163 - main - textproc/py-libxml2: unbreak build after libxml2 update (+)
Message-ID:  <202208311133.27VBXHMr078534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311133.27VBXHMr078534>