Index: head/textproc/libxml2/Makefile =================================================================== --- head/textproc/libxml2/Makefile +++ head/textproc/libxml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.9 +DISTVERSION= 2.9.10 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= http://xmlsoft.org/sources/ Index: head/textproc/libxml2/distinfo =================================================================== --- head/textproc/libxml2/distinfo +++ head/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559577911 -SHA256 (gnome2/libxml2-2.9.9.tar.gz) = 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 -SIZE (gnome2/libxml2-2.9.9.tar.gz) = 5476717 +TIMESTAMP = 1573915139 +SHA256 (gnome2/libxml2-2.9.10.tar.gz) = aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f +SIZE (gnome2/libxml2-2.9.10.tar.gz) = 5624761 Index: head/textproc/libxml2/files/patch-Makefile.in =================================================================== --- head/textproc/libxml2/files/patch-Makefile.in +++ head/textproc/libxml2/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2017-09-20 18:23:56 UTC +--- Makefile.in.orig 2019-11-16 14:42:34 UTC +++ Makefile.in -@@ -1245,7 +1245,7 @@ distclean-compile: +@@ -1284,7 +1284,7 @@ am--depfiles: $(am__depfiles_remade) @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @@ -9,16 +9,16 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@@ -1730,7 +1730,7 @@ distcleancheck: distclean - check-am: all-am +@@ -1773,7 +1773,7 @@ check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ +-all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ config.h install-binPROGRAMS: install-libLTLIBRARIES -@@ -1798,7 +1798,7 @@ info: info-recursive +@@ -1910,7 +1910,7 @@ info: info-recursive info-am: Index: head/textproc/libxml2/files/patch-configure =================================================================== --- head/textproc/libxml2/files/patch-configure +++ head/textproc/libxml2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-05-23 08:00:35 UTC +--- configure.orig 2019-10-30 19:14:22 UTC +++ configure -@@ -15639,6 +15639,8 @@ fi +@@ -15525,6 +15525,8 @@ fi fi fi ;; Index: head/textproc/libxml2/files/patch-python_Makefile.in =================================================================== --- head/textproc/libxml2/files/patch-python_Makefile.in +++ head/textproc/libxml2/files/patch-python_Makefile.in @@ -1,6 +1,6 @@ ---- python/Makefile.in.orig 2017-09-20 18:23:56 UTC +--- python/Makefile.in.orig 2019-11-16 14:42:34 UTC +++ python/Makefile.in -@@ -489,7 +489,7 @@ top_srcdir = @top_srcdir@ +@@ -493,7 +493,7 @@ top_srcdir = @top_srcdir@ # Makefile for libxml2 python library AUTOMAKE_OPTIONS = 1.4 foreign @@ -9,7 +9,7 @@ docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) dist_docs_DATA = TODO EXTRA_DIST = \ -@@ -509,7 +509,7 @@ EXTRA_DIST = \ +@@ -513,7 +513,7 @@ EXTRA_DIST = \ @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \ Index: head/textproc/libxml2/files/patch-python_tests_Makefile.in =================================================================== --- head/textproc/libxml2/files/patch-python_tests_Makefile.in +++ head/textproc/libxml2/files/patch-python_tests_Makefile.in @@ -1,6 +1,6 @@ ---- python/tests/Makefile.in.orig 2017-09-20 18:23:56 UTC +--- python/tests/Makefile.in.orig 2019-11-16 14:42:34 UTC +++ python/tests/Makefile.in -@@ -385,7 +385,7 @@ target_alias = @target_alias@ +@@ -387,7 +387,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ Index: head/textproc/libxml2/files/patch-uri.c =================================================================== --- head/textproc/libxml2/files/patch-uri.c +++ head/textproc/libxml2/files/patch-uri.c @@ -12,9 +12,9 @@ (e.g. "urx:b:b" becomes "urx://b%3Ab" where "urx:b%3Ab" would be correct) ---- uri.c.orig 2016-05-22 01:49:02 UTC +--- uri.c.orig 2019-10-22 18:46:01 UTC +++ uri.c -@@ -1199,6 +1199,8 @@ xmlSaveUri(xmlURIPtr uri) { +@@ -1201,6 +1201,8 @@ xmlSaveUri(xmlURIPtr uri) { if (temp == NULL) goto mem_error; ret = temp; } Index: head/textproc/libxml2/files/patch-xml2Conf.sh.in =================================================================== --- head/textproc/libxml2/files/patch-xml2Conf.sh.in +++ head/textproc/libxml2/files/patch-xml2Conf.sh.in @@ -1,4 +1,4 @@ ---- xml2Conf.sh.in.orig 2009-07-30 15:24:35 UTC +--- xml2Conf.sh.in.orig 2019-10-22 18:28:43 UTC +++ xml2Conf.sh.in @@ -1,6 +1,12 @@ # @@ -11,5 +11,5 @@ +libdir=@libdir@ + XML2_LIBDIR="@XML_LIBDIR@" - XML2_LIBS="@XML_LIBS@" + XML2_LIBS="@XML_LIBS@ @XML_PRIVATE_LIBS@" XML2_INCLUDEDIR="@XML_INCLUDEDIR@" Index: head/textproc/py-libxml2/Makefile =================================================================== --- head/textproc/py-libxml2/Makefile +++ head/textproc/py-libxml2/Makefile @@ -4,7 +4,7 @@ CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Python interface for XML parser library for GNOME MASTERDIR= ${.CURDIR}/../libxml2