aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-11 15:26:54 +0800
committersobomax <sobomax@FreeBSD.org>2001-09-11 15:26:54 +0800
commit4405d5ca352a434ab44432ef48ec532d7e2a6f9f (patch)
tree33b8b334b650118514cb878636adc299430e8e4d /textproc/libxml
parenteec9df0a6a710042bad0b3ae97daa73e4218a362 (diff)
downloadfreebsd-ports-gnome-4405d5ca352a434ab44432ef48ec532d7e2a6f9f.tar.gz
freebsd-ports-gnome-4405d5ca352a434ab44432ef48ec532d7e2a6f9f.tar.zst
freebsd-ports-gnome-4405d5ca352a434ab44432ef48ec532d7e2a6f9f.zip
Update to 1.8.15.
Diffstat (limited to 'textproc/libxml')
-rw-r--r--textproc/libxml/Makefile5
-rw-r--r--textproc/libxml/distinfo2
-rw-r--r--textproc/libxml/files/patch-ltmain.sh18
3 files changed, 21 insertions, 4 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index bee5146816b8..530a61664d14 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libxml
-PORTVERSION= 1.8.14
-PORTREVISION= 2
+PORTVERSION= 1.8.15
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
@@ -18,7 +17,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_GMAKE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo
index 8623d2fc29b1..f7840f269235 100644
--- a/textproc/libxml/distinfo
+++ b/textproc/libxml/distinfo
@@ -1 +1 @@
-MD5 (libxml-1.8.14.tar.gz) = b87930faf7433efe0c02de5029bce55a
+MD5 (libxml-1.8.15.tar.gz) = 65894b7a67fc8f2aaa9454ab423b6887
diff --git a/textproc/libxml/files/patch-ltmain.sh b/textproc/libxml/files/patch-ltmain.sh
new file mode 100644
index 000000000000..33bc7983f107
--- /dev/null
+++ b/textproc/libxml/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/08/27 09:51:26 1.1
++++ ltmain.sh 2001/08/27 09:51:42
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"