forked from Lainports/freebsd-ports
See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
47 lines
2 KiB
Text
47 lines
2 KiB
Text
--- Makefile.in.orig 2008-10-05 07:36:15.299141562 -0400
|
|
+++ Makefile.in 2008-10-05 07:41:11.883687363 -0400
|
|
@@ -513,13 +513,13 @@
|
|
target_alias = @target_alias@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@
|
|
+SUBDIRS = include . doc example xstc @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
|
|
DIST_SUBDIRS = include . doc example python xstc
|
|
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
|
|
bin_SCRIPTS = xml2-config
|
|
lib_LTLIBRARIES = libxml2.la
|
|
libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) @M_LIBS@ @WIN32_EXTRA_LIBADD@
|
|
-libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info @LIBXML_VERSION_INFO@ @MODULE_PLATFORM_LIBS@
|
|
+libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info 5:0:0 @MODULE_PLATFORM_LIBS@
|
|
@WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
|
|
@WITH_TRIO_SOURCES_FALSE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
|
|
@WITH_TRIO_SOURCES_FALSE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \
|
|
@@ -633,7 +633,7 @@
|
|
runxmlconf_DEPENDENCIES = $(DEPS)
|
|
runxmlconf_LDADD = $(LDADDS)
|
|
CLEANFILES = xml2Conf.sh *.gcda *.gcno
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xml2Conf.sh
|
|
CVS_EXTRA_DIST =
|
|
EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
|
|
@@ -656,8 +656,8 @@
|
|
# Install the tests program sources as examples
|
|
#
|
|
BASE_DIR = $(datadir)/doc
|
|
-DOC_MODULE = libxml2-$(VERSION)
|
|
-EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
|
|
+DOC_MODULE = libxml2
|
|
+EXAMPLES_DIR = $(datadir)/examples/libxml2
|
|
|
|
#
|
|
# Coverage support, largely borrowed from libvirt
|
|
@@ -1414,7 +1414,7 @@
|
|
exit 1; } >&2
|
|
check-am: all-am
|
|
check: check-recursive
|
|
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
|
|
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
|
|
config.h
|
|
install-binPROGRAMS: install-libLTLIBRARIES
|
|
|