aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-11-28 00:02:15 +0800
committerkwm <kwm@FreeBSD.org>2010-11-28 00:02:15 +0800
commit483bbc3a1f10e15323a797c0ec8211bee8232d50 (patch)
treee95473ce101c272fd00be6719caaf3605eabd784
parenta84b9f4ced3e2cdbae3dfe06b126e88ffd956712 (diff)
downloadfreebsd-ports-gnome-483bbc3a1f10e15323a797c0ec8211bee8232d50.tar.gz
freebsd-ports-gnome-483bbc3a1f10e15323a797c0ec8211bee8232d50.tar.zst
freebsd-ports-gnome-483bbc3a1f10e15323a797c0ec8211bee8232d50.zip
Re-enable symbol versioning. This fixes the undefined symbols.
PR: ports/152616 ports/152612 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Pascal Stumpf <Pascal.Stumpf@cubes.de>
-rw-r--r--textproc/libxml2/Makefile2
-rw-r--r--textproc/libxml2/files/patch-configure17
2 files changed, 14 insertions, 5 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 95ce6d606515..2b661a55eb00 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -13,7 +13,7 @@
PORTNAME= libxml2
PORTVERSION= 2.7.8
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \
ftp://gd.tuwien.ac.at/pub/libxml/ \
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure
index 3c72220519b7..9187f174fd50 100644
--- a/textproc/libxml2/files/patch-configure
+++ b/textproc/libxml2/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig 2010-03-20 17:52:35.000000000 -0400
-+++ configure 2010-03-20 17:52:35.000000000 -0400
-@@ -19865,11 +19865,12 @@ fi
+--- configure.orig 2010-11-27 15:40:06.000000000 +0100
++++ configure 2010-11-27 15:40:06.000000000 +0100
+@@ -11414,7 +11414,7 @@ else
+ esac
+ fi
+
+- if test -z "$VERSION_SCRIPT_FLAGS"; then
++ if test -n "$VERSION_SCRIPT_FLAGS"; then
+ USE_VERSION_SCRIPT_TRUE=
+ USE_VERSION_SCRIPT_FALSE='#'
+ else
+@@ -13501,11 +13501,12 @@ fi
fi
if test "$PYTHON_VERSION" != ""
then
@@ -14,7 +23,7 @@
else
if test -r $prefix/include/python$PYTHON_VERSION/Python.h
then
-@@ -20678,6 +20679,8 @@ fi
+@@ -13901,6 +13902,8 @@ fi
fi
fi
;;