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:   thor
Date:           Sun Dec 17 15:42:08 UTC 2023

Modified Files:
        pkgsrc/textproc/libxml2: Makefile

Log Message:
textproc/libxml2: add --with-ftp --with-legacy to fix depdendents

This version of libxml2 drops things other packages depend on, namely
these both cause symbols being missed by py-libxml2 (xmlNanoFTPProxy or
xmlParseQuotedString, for example).


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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.173 pkgsrc/textproc/libxml2/Makefile:1.174
--- pkgsrc/textproc/libxml2/Makefile:1.173      Wed Nov 15 15:53:41 2023
+++ pkgsrc/textproc/libxml2/Makefile    Sun Dec 17 15:42:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.173 2023/11/15 15:53:41 nia Exp $
+# $NetBSD: Makefile,v 1.174 2023/12/17 15:42:08 thor Exp $
 
-PKGREVISION= 4
+PKGREVISION= 5
 .include "../../textproc/libxml2/Makefile.common"
 
 COMMENT=       XML parser library from the GNOME project
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 CONFIGURE_ARGS+=       --with-lzma=${BUILDLINK_PREFIX.xz}
+#CONFIGURE_ARGS+=      --with-ftp
+#CONFIGURE_ARGS+=      --with-legacy
 CONFIGURE_ARGS+=       --without-python
 
 PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in



Home | Main Index | Thread Index | Old Index