From owner-freebsd-ports Thu Mar 14 17:50:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B4B037B427 for ; Thu, 14 Mar 2002 17:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2F1o1Y77003; Thu, 14 Mar 2002 17:50:01 -0800 (PST) (envelope-from gnats) Received: from neroon.user.acm.rpi.edu (neroon.user.acm.rpi.edu [128.213.5.66]) by hub.freebsd.org (Postfix) with ESMTP id AC88237B49D; Thu, 14 Mar 2002 17:42:27 -0800 (PST) Received: (from rooneg@localhost) by neroon.user.acm.rpi.edu (8.11.6/8.11.6) id g2F1c2q30737; Thu, 14 Mar 2002 20:38:02 -0500 (EST) (envelope-from rooneg) Message-Id: <200203150138.g2F1c2q30737@neroon.user.acm.rpi.edu> Date: Thu, 14 Mar 2002 20:38:02 -0500 (EST) From: garrett rooney Reply-To: garrett rooney To: FreeBSD-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35910: [MAINTAINER UPDATE] revert changes to neon port 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 >Number: 35910 >Category: ports >Synopsis: [MAINTAINER UPDATE] revert changes to neon port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 14 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: garrett rooney >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD quicksilver.electricjellyfish.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Jan 5 10:29:30 EST 2002 rooneg@quicksilver.electricjellyfish.net:/usr/obj/usr/src/sys/QUICKSILVER i386 >Description: The denizens of cvs-all@freebsd.org have convinced me that my previous change to the neon port was wrong. This patch restores the patch that keeps the port from installing the libneon.la file. The port that depended on that file has already been corrected. >How-To-Repeat: Look at the mailing list archives ;-) >Fix: Apply this patch: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/neon/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 2002/03/10 20:57:43 1.9 +++ pkg-plist 2002/03/15 01:36:40 @@ -22,7 +22,6 @@ include/neon/ne_acl.h lib/libneon.so.19 lib/libneon.so -lib/libneon.la lib/libneon.a %%PORTDOCS%%share/doc/neon/using-neon.txt %%PORTDOCS%%@dirrm share/doc/neon Index: files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/www/neon/files/patch-ltmain.sh,v retrieving revision 1.2 diff -u -r1.2 patch-ltmain.sh --- files/patch-ltmain.sh 2002/03/10 20:57:43 1.2 +++ files/patch-ltmain.sh 2002/03/15 01:36:40 @@ -1,5 +1,5 @@ -$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.2 2002/03/10 20:57:43 olgeni Exp $ +$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.1 2002/03/02 19:46:12 olgeni Exp $ --- ltmain.sh.orig Wed Jan 23 11:38:40 2002 +++ ltmain.sh Sun Feb 3 01:44:17 2002 @@ -30,3 +30,16 @@ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then +@@ -4179,10 +4190,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" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message