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: rillig
Date: Thu Jan 1 10:02:49 UTC 2026
Modified Files:
pkgsrc/textproc/libxml2: Makefile Makefile.common options.mk
Log Message:
textproc/libxml2: remove unknown configure options, update homepage
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/libxml2/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/libxml2/options.mk
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.192 pkgsrc/textproc/libxml2/Makefile:1.193
--- pkgsrc/textproc/libxml2/Makefile:1.192 Tue May 27 21:43:35 2025
+++ pkgsrc/textproc/libxml2/Makefile Thu Jan 1 10:02:49 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.192 2025/05/27 21:43:35 adam Exp $
+# $NetBSD: Makefile,v 1.193 2026/01/01 10:02:49 rillig Exp $
.include "../../textproc/libxml2/Makefile.common"
+PKGREVISION= 1
COMMENT= XML parser library from the GNOME project
LICENSE= modified-bsd
@@ -15,7 +16,6 @@ GNU_CONFIGURE_ICONV= no
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
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
Index: pkgsrc/textproc/libxml2/Makefile.common
diff -u pkgsrc/textproc/libxml2/Makefile.common:1.29 pkgsrc/textproc/libxml2/Makefile.common:1.30
--- pkgsrc/textproc/libxml2/Makefile.common:1.29 Sun Sep 14 10:00:43 2025
+++ pkgsrc/textproc/libxml2/Makefile.common Thu Jan 1 10:02:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2025/09/14 10:00:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2026/01/01 10:02:49 rillig Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sourc
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://xmlsoft.org/
+HOMEPAGE= https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
DISTINFO_FILE= ${.CURDIR}/../../textproc/libxml2/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/libxml2/patches
Index: pkgsrc/textproc/libxml2/options.mk
diff -u pkgsrc/textproc/libxml2/options.mk:1.3 pkgsrc/textproc/libxml2/options.mk:1.4
--- pkgsrc/textproc/libxml2/options.mk:1.3 Sun Apr 12 07:21:04 2020
+++ pkgsrc/textproc/libxml2/options.mk Thu Jan 1 10:02:49 2026
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2020/04/12 07:21:04 adam Exp $
+# $NetBSD: options.mk,v 1.4 2026/01/01 10:02:49 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libxml2
-PKG_SUPPORTED_OPTIONS+= icu inet6
-PKG_SUGGESTED_OPTIONS= inet6
+PKG_SUPPORTED_OPTIONS+= icu
.include "../../mk/bsd.options.mk"
@@ -12,9 +11,3 @@ CONFIGURE_ARGS+= --with-icu
.else
CONFIGURE_ARGS+= --without-icu
.endif
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
Home |
Main Index |
Thread Index |
Old Index