ports/81958: Update port: math/cln

KATO Tsuguru tkato432 at yahoo.com
Mon Jun 6 17:10:04 UTC 2005


>Number:         81958
>Category:       ports
>Synopsis:       Update port: math/cln
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 17:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Fix build on 4-stable

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/cln/Makefile math/cln/Makefile
--- /usr/ports/math/cln/Makefile	Fri Jun  3 12:46:50 2005
+++ math/cln/Makefile	Sat Jun  4 16:54:08 2005
@@ -18,9 +18,9 @@
 
 USE_BZIP2=	yes
 USE_GCC=	3.4
-USE_GNOME=	gnomehack gnometarget lthack pkgconfig
+USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_GMAKE=	yes
-USE_LIBTOOL_VER=15
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \
 		--with-gmp
diff -urN /usr/ports/math/cln/files/patch-autoconf-ltmain.sh math/cln/files/patch-autoconf-ltmain.sh
--- /usr/ports/math/cln/files/patch-autoconf-ltmain.sh	Thu Jan  1 09:00:00 1970
+++ math/cln/files/patch-autoconf-ltmain.sh	Sat Jun  4 16:55:11 2005
@@ -0,0 +1,15 @@
+--- autoconf/ltmain.sh.orig	Tue Sep  7 04:46:35 2004
++++ autoconf/ltmain.sh	Sat Jun  4 16:54:55 2005
+@@ -5547,10 +5547,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:



More information about the freebsd-ports-bugs mailing list