Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 20:38:02 -0500 (EST)
From:      garrett rooney <rooneg@electricjellyfish.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        olgeni@FreeBSD.org
Subject:   ports/35910: [MAINTAINER UPDATE] revert changes to neon port
Message-ID:  <200203150138.g2F1c2q30737@neroon.user.acm.rpi.edu>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203150138.g2F1c2q30737>