diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-25 17:51:30 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-25 18:14:39 +0100 |
commit | a13ec21cd733f67a9fc0dc00ab45268bdc236246 (patch) | |
tree | fe360ea54d1db8b085f918e44e04f79271dff395 /textproc/libxml2/files/patch-Makefile.in | |
parent | lang/crystal: fix broken base SSL usage (diff) |
textproc/libxml2: Update to 2.9.13 and migrate to CMake
Depend on ICU and (lib)readline to follow other distros
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.13
I'd like to thank both tcberner and mandree for reviewing,
suggesting improvements and helping out in general. I'd also like
thank antoine for doing exp-runs.
PR: 262288
Reviewed by: tcberner, mandree
Approved by: desktop (tcberner)
Differential Revision: https://reviews.freebsd.org/D34338
Exp-run by: antoine
Diffstat (limited to 'textproc/libxml2/files/patch-Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-Makefile.in | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/textproc/libxml2/files/patch-Makefile.in b/textproc/libxml2/files/patch-Makefile.in deleted file mode 100644 index ad6ff8409168..000000000000 --- a/textproc/libxml2/files/patch-Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.in.orig 2021-06-09 19:53:33 UTC -+++ Makefile.in -@@ -760,7 +760,7 @@ man_MANS = xml2-config.1 libxml.3 - m4datadir = $(datadir)/aclocal - m4data_DATA = libxml.m4 - runtest_SOURCES = runtest.c --runtest_LDFLAGS = -+runtest_LDFLAGS = -pthread - runtest_DEPENDENCIES = $(DEPS) - runtest_LDADD = $(BASE_THREAD_LIBS) $(RDL_LIBS) $(LDADDS) - testrecurse_SOURCES = testrecurse.c -@@ -808,7 +808,7 @@ testC14N_LDFLAGS = - testC14N_DEPENDENCIES = $(DEPS) - testC14N_LDADD = $(LDADDS) - testThreads_SOURCES = testThreads.c --testThreads_LDFLAGS = -+testThreads_LDFLAGS = -pthread - testThreads_DEPENDENCIES = $(DEPS) - testThreads_LDADD = $(BASE_THREAD_LIBS) $(LDADDS) - testURI_SOURCES = testURI.c -@@ -1285,7 +1285,7 @@ am--depfiles: $(am__depfiles_remade) - @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - - .c.lo: --@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -fPIC -DPIC -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< - @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@ -@@ -1774,7 +1774,7 @@ check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-recursive --all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ - config.h - install-binPROGRAMS: install-libLTLIBRARIES - -@@ -1911,7 +1911,7 @@ info: info-recursive - - info-am: - --install-data-am: install-cmakeDATA install-data-local \ -+install-data-am: install-cmakeDATA \ - install-m4dataDATA install-man install-pkgconfigDATA - - install-dvi: install-dvi-recursive |