Date: Thu, 6 Sep 2001 21:31:40 +0300 (EEST) From: Maxim Sobolev <sobomax@FreeBSD.ORG> To: sobomax@FreeBSD.ORG (Maxim Sobolev) Cc: kde@FreeBSD.ORG, gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: libxml update [patch for testing] Message-ID: <200109061831.f86IVen16582@vega.vega.com> In-Reply-To: <no.id> from "Maxim Sobolev" at Sep 06, 2001 09:27:08 PM
next in thread | previous in thread | raw e-mail | index | archive | help
--%--multipart-mixed-boundary-1.16532.999801100--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > Dear Kaemons, > > According to our agreement to co-operatively test updates for ports shared > between KDE and Gnome with this message I'm atatching a patch to update > libxml port to the latest version. Please test it and let me know how it > works for you. If there will be no reply within 5 calendar days, I'll > assume that it's OK and will go forward with cvs ci. DUH, forgot to attach patch... :( -Maxim --%--multipart-mixed-boundary-1.16532.999801100--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: ASCII English text Content-Disposition: attachment; filename="libxml.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libxml/Makefile,v retrieving revision 1.37 diff -d -u -r1.37 Makefile --- Makefile 2001/07/30 10:22:38 1.37 +++ Makefile 2001/09/06 18:23:16 @@ -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 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/libxml/distinfo,v retrieving revision 1.24 diff -d -u -r1.24 distinfo --- distinfo 2001/07/09 16:43:14 1.24 +++ distinfo 2001/09/06 18:23:16 @@ -1 +1 @@ -MD5 (libxml-1.8.14.tar.gz) = b87930faf7433efe0c02de5029bce55a +MD5 (libxml-1.8.15.tar.gz) = 65894b7a67fc8f2aaa9454ab423b6887 Index: files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Thu Sep 6 11:06:45 2001 +++ patch-ltmain.sh Thu Sep 6 11:23:16 2001 @@ -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" --%--multipart-mixed-boundary-1.16532.999801100--%-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109061831.f86IVen16582>