From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 16 16:10:28 2004 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 89EBD16A4D2 for ; Mon, 16 Aug 2004 16:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7928443D1F for ; Mon, 16 Aug 2004 16:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7GGASWi019979 for ; Mon, 16 Aug 2004 16:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7GGASHx019978; Mon, 16 Aug 2004 16:10:28 GMT (envelope-from gnats) Resent-Date: Mon, 16 Aug 2004 16:10:28 GMT Resent-Message-Id: <200408161610.i7GGASHx019978@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 929C416A4CE for ; Mon, 16 Aug 2004 16:01:33 +0000 (GMT) Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C8343D46 for ; Mon, 16 Aug 2004 16:01:32 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([219.108.124.221]) by hfep04.dion.ne.jp with SMTP id <20040816160129784.LMRK@hfep04.dion.ne.jp> for ; Tue, 17 Aug 2004 01:01:29 +0900 Message-Id: <20040817010025.5e331850.tkato432@yahoo.com> Date: Tue, 17 Aug 2004 01:00:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70547: Update port: science/xloops-ginac 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: Mon, 16 Aug 2004 16:10:28 -0000 >Number: 70547 >Category: ports >Synopsis: Update port: science/xloops-ginac >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 Aug 16 16:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Chase libraries for new math/GiNaC version Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/science/xloops-ginac/Makefile science/xloops-ginac/Makefile --- /usr/ports/science/xloops-ginac/Makefile Sun Mar 14 18:17:19 2004 +++ science/xloops-ginac/Makefile Sun Aug 15 03:01:45 2004 @@ -8,33 +8,25 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISION= 1 -PORTREVISOIN= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ MAINTAINER= ports@FreeBSD.org COMMENT= A program calculating Feynman diagrams -LIB_DEPENDS= ginac-1.1.6:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.2.3:${PORTSDIR}/math/GiNaC +USE_GCC= 3.3 +USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_LIBTOOL_VER=13 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +CFLAGS+= -O0 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.include - -.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 - -.include +.include diff -urN /usr/ports/science/xloops-ginac/files/patch-configure science/xloops-ginac/files/patch-configure --- /usr/ports/science/xloops-ginac/files/patch-configure Sat Oct 11 03:01:51 2003 +++ science/xloops-ginac/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- configure.orig Thu Feb 28 01:06:04 2002 -+++ configure Fri Oct 10 10:45:33 2003 -@@ -7385,6 +7385,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' >Release-Note: >Audit-Trail: >Unformatted: