From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 6 17:10:04 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEB116A41C for ; Mon, 6 Jun 2005 17:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBF943D55 for ; Mon, 6 Jun 2005 17:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j56HA1Xo020274 for ; Mon, 6 Jun 2005 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j56HA1me020273; Mon, 6 Jun 2005 17:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 6 Jun 2005 17:10:01 GMT Resent-Message-Id: <200506061710.j56HA1me020273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B955416A41C for ; Mon, 6 Jun 2005 17:00:57 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E35C43D1F for ; Mon, 6 Jun 2005 17:00:57 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.198.208.28]) by hfep05.dion.ne.jp with SMTP id <20050606170054132.YVYF@hfep05.dion.ne.jp> for ; Tue, 7 Jun 2005 02:00:54 +0900 Message-Id: <20050607020010.680cf497.tkato432@yahoo.com> Date: Tue, 7 Jun 2005 02:00:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/81958: Update port: math/cln X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 17:10:04 -0000 >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: