From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 3 16:10:08 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4B3C16A404 for ; Sat, 3 Mar 2007 16:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BC68B13C4A8 for ; Sat, 3 Mar 2007 16:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l23GA8qt064612 for ; Sat, 3 Mar 2007 16:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l23GA8t9064611; Sat, 3 Mar 2007 16:10:08 GMT (envelope-from gnats) Resent-Date: Sat, 3 Mar 2007 16:10:08 GMT Resent-Message-Id: <200703031610.l23GA8t9064611@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA05F16A401 for ; Sat, 3 Mar 2007 16:00:57 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta057.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.7]) by mx1.freebsd.org (Postfix) with SMTP id 6424713C46B for ; Sat, 3 Mar 2007 16:00:57 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost ([59.128.68.82]) by nm05mta.dion.ne.jp id <20070304010054584.MA60.828EBF0@nm05mta.dion.ne.jp>; Sun, 4 Mar 2007 01:00:54 +0900 Message-Id: <20070304010019.0d6bc709.tkato432@yahoo.com> Date: Sun, 4 Mar 2007 01:00:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org X-Mailman-Approved-At: Sat, 03 Mar 2007 18:15:12 +0000 Cc: Subject: ports/109802: Update port: math/GiNaC to 1.3.6 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: Sat, 03 Mar 2007 16:10:09 -0000 >Number: 109802 >Category: ports >Synopsis: Update port: math/GiNaC to 1.3.6 >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: Sat Mar 03 16:10:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p26 i386 >Organization: >Environment: >Description: - Update to version 1.3.6 Remove file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/math/GiNaC/Makefile math/GiNaC/Makefile --- /usr/ports/math/GiNaC/Makefile Thu Feb 1 19:37:07 2007 +++ math/GiNaC/Makefile Sat Mar 3 02:34:58 2007 @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -18,12 +18,11 @@ LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes diff -urN /usr/ports/math/GiNaC/distinfo math/GiNaC/distinfo --- /usr/ports/math/GiNaC/distinfo Sun Oct 8 10:30:45 2006 +++ math/GiNaC/distinfo Sat Mar 3 19:04:26 2007 @@ -1,3 +1,3 @@ -MD5 (ginac-1.3.5.tar.bz2) = 2187bd0f79baf78514b5cbf737d67b01 -SHA256 (ginac-1.3.5.tar.bz2) = 1e1f3c580d7b6f137c6b109c5c565b7e888771aeb8940d167b954e8847c14d62 -SIZE (ginac-1.3.5.tar.bz2) = 781632 +MD5 (ginac-1.3.6.tar.bz2) = ba0793524f6b575000d975369798d101 +SHA256 (ginac-1.3.6.tar.bz2) = cbdf8bc480afa8a01ff955e4a997282855358ea0282f788b6d8a8a0c6208e898 +SIZE (ginac-1.3.6.tar.bz2) = 781533 diff -urN /usr/ports/math/GiNaC/files/patch-ltmain.sh math/GiNaC/files/patch-ltmain.sh --- /usr/ports/math/GiNaC/files/patch-ltmain.sh Mon Jan 28 23:27:16 2002 +++ math/GiNaC/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Jan 28 22:14:22 2002 -+++ ltmain.sh Mon Jan 28 22:15:39 2002 -@@ -4247,10 +4247,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: