diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 07:26:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 07:26:54 +0000 |
commit | 412fb3b18e5244593f3f5dcacdd6659e38e227fb (patch) | |
tree | 41ae3ca1ddb73b6d88d1a7fb44c3eee1ed92d904 /textproc | |
parent | 3a31ffb377b77a7279ae3d56fe55ea56464c4d22 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 5 | ||||
-rw-r--r-- | textproc/libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml/files/patch-ltmain.sh | 18 |
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" |