pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libxml2
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 25 07:08:47 UTC 2025
Modified Files:
pkgsrc/textproc/libxml2: Makefile
Log Message:
libxml2: re-enable deprecated http support
Needed by libspatialite
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/textproc/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/libxml2/Makefile
diff -u pkgsrc/textproc/libxml2/Makefile:1.189 pkgsrc/textproc/libxml2/Makefile:1.190
--- pkgsrc/textproc/libxml2/Makefile:1.189 Thu Apr 17 21:52:36 2025
+++ pkgsrc/textproc/libxml2/Makefile Fri Apr 25 07:08:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.189 2025/04/17 21:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.190 2025/04/25 07:08:47 wiz Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../textproc/libxml2/Makefile.common"
COMMENT= XML parser library from the GNOME project
@@ -17,6 +17,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --with-lzma=${BUILDLINK_PREFIX.xz}
CONFIGURE_ARGS+= --with-ftp
+# enable http again, for now - will be removed in 2.15,
+# to fix libspatialite:
+# https://www.gaia-gis.it/fossil/libspatialite/tktview?name=2b1697e601
+CONFIGURE_ARGS+= --with-http
CONFIGURE_ARGS+= --with-legacy
CONFIGURE_ARGS+= --without-python
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index