From owner-freebsd-ports Thu Sep 6 11:32:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 8581837B405; Thu, 6 Sep 2001 11:32:16 -0700 (PDT) Received: from vega.vega.com (dialup12-0.iptelecom.net.ua [212.9.228.192]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA95172; Thu, 6 Sep 2001 21:32:11 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f86IVen16582; Thu, 6 Sep 2001 21:31:40 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200109061831.f86IVen16582@vega.vega.com> Subject: Re: libxml update [patch for testing] To: sobomax@FreeBSD.ORG (Maxim Sobolev) Date: Thu, 6 Sep 2001 21:31:40 +0300 (EEST) Cc: kde@FreeBSD.ORG, gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: from "Maxim Sobolev" at Sep 06, 2001 09:27:08 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.16532.999801100--%" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --%--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 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