From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 10 09:10:21 2003 Return-Path: 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 502F216A4B3 for ; Fri, 10 Oct 2003 09:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C199643FE1 for ; Fri, 10 Oct 2003 09:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AGAJFY086848 for ; Fri, 10 Oct 2003 09:10:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9AGAJuu086847; Fri, 10 Oct 2003 09:10:19 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 10 Oct 2003 09:10:19 -0700 (PDT) Resent-Message-Id: <200310101610.h9AGAJuu086847@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 D2E7816A4B3 for ; Fri, 10 Oct 2003 09:08:00 -0700 (PDT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CBD343F75 for ; Fri, 10 Oct 2003 09:07:59 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.204.120.214]) by hfep04.dion.ne.jp with SMTP id <20031010160755531.HDV@hfep04.dion.ne.jp> for ; Sat, 11 Oct 2003 01:07:55 +0900 Message-Id: <20031011010753.5d55f458.tkato@prontomail.com> Date: Sat, 11 Oct 2003 01:07:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57842: Update port: math/GiNaC to 1.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 16:10:21 -0000 >Number: 57842 >Category: ports >Synopsis: Update port: math/GiNaC to 1.1.3 >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: Fri Oct 10 09:10:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.1.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/GiNaC/Makefile math/GiNaC/Makefile --- /usr/ports/math/GiNaC/Makefile Sat Jun 28 09:08:20 2003 +++ math/GiNaC/Makefile Fri Oct 10 11:15:10 2003 @@ -7,8 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.0 -PORTREVISION= 0 +PORTVERSION= 1.1.3 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -18,34 +17,30 @@ LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln -USE_REINPLACE= yes USE_BZIP2= yes -USE_GCC= 3.2 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" INSTALLS_SHLIB= yes MAN1= ginac-config.1 ginsh.1 viewgar.1 +INFO= ginac + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include -.if ${OSVERSION} < 500000 -IGNORE= "needs gcc32 and cln must be built with gcc32" +.if ${OSVERSION} < 500035 +BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} +LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} .endif post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* - -post-patch: -.for file in configure ginac/numeric.cpp ginac/tostring.h - @${REINPLACE_CMD} -e 's|sstream|strstream|g ; \ - s|stringstream|strstream|g' ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -e 's|-release \$$(LT_RELEASE)||g' \ - ${WRKSRC}/ginac/Makefile.in .include diff -urN /usr/ports/math/GiNaC/distinfo math/GiNaC/distinfo --- /usr/ports/math/GiNaC/distinfo Sat Apr 12 22:56:55 2003 +++ math/GiNaC/distinfo Tue Sep 2 05:33:31 2003 @@ -1 +1 @@ -MD5 (GiNaC-1.1.0.tar.bz2) = 30c86d96a9d9d689ff0981409b038906 +MD5 (GiNaC-1.1.3.tar.bz2) = 4b3b5ea4ac9650d6bcd4708e43a3a532 diff -urN /usr/ports/math/GiNaC/pkg-plist math/GiNaC/pkg-plist --- /usr/ports/math/GiNaC/pkg-plist Sat Apr 12 22:56:55 2003 +++ math/GiNaC/pkg-plist Fri Oct 10 11:40:18 2003 @@ -17,6 +17,7 @@ include/ginac/flags.h include/ginac/function.h include/ginac/ginac.h +include/ginac/hash_map.h include/ginac/idx.h include/ginac/indexed.h include/ginac/inifcns.h @@ -39,11 +40,9 @@ include/ginac/tinfos.h include/ginac/version.h include/ginac/wildcard.h -@unexec install-info --delete %D/info/ginac.info %D/info/dir -info/ginac.info -@exec install-info %D/info/ginac.info %D/info/dir lib/libginac.a lib/libginac.so -lib/libginac.so.0 +lib/libginac-1.1.so +lib/libginac-1.1.so.3 share/aclocal/ginac.m4 @dirrm include/ginac >Release-Note: >Audit-Trail: >Unformatted: