From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 10 07:30:22 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 1C3DE16A4B3 for ; Fri, 10 Oct 2003 07:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC7A43FD7 for ; Fri, 10 Oct 2003 07:30:18 -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 h9AEUIFY074607 for ; Fri, 10 Oct 2003 07:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9AEUI3W074606; Fri, 10 Oct 2003 07:30:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 10 Oct 2003 07:30:18 -0700 (PDT) Resent-Message-Id: <200310101430.h9AEUI3W074606@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 8337116A4B3 for ; Fri, 10 Oct 2003 07:28:24 -0700 (PDT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955E443FAF for ; Fri, 10 Oct 2003 07:28:22 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.204.120.214]) by hfep01.dion.ne.jp with SMTP id <20031010142818795.KJD@hfep01.dion.ne.jp> for ; Fri, 10 Oct 2003 23:28:18 +0900 Message-Id: <20031010230015.17e74187.tkato@prontomail.com> Date: Fri, 10 Oct 2003 23:00:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57835: 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: Fri, 10 Oct 2003 14:30:22 -0000 >Number: 57835 >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: Fri Oct 10 07:30:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: >Description: - Fix build on 4-stable - Do not create useless empty directory New file: files/patch-Makefile.in 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 Sat Apr 12 23:20:21 2003 +++ science/xloops-ginac/Makefile Fri Oct 10 11:18:52 2003 @@ -6,22 +6,34 @@ # $FreeBSD: ports/science/xloops-ginac/Makefile,v 1.4 2003/02/20 18:57:37 knu Exp $ # -PORTNAME= xloops +PORTNAME= xloops-ginac PORTVERSION= 0.1.3 +PORTREVISOIN= 1 CATEGORIES= science MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ -PKGNAMESUFFIX= -ginac -DISTNAME= ${PORTNAME}-ginac-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A program calculating Feynman diagrams -LIB_DEPENDS= ginac:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.1.3:${PORTSDIR}/math/GiNaC -USE_LIBTOOL= yes USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +.include -post-install: - @${RMDIR} ${DOCSDIR} +.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-Makefile.in science/xloops-ginac/files/patch-Makefile.in --- /usr/ports/science/xloops-ginac/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ science/xloops-ginac/files/patch-Makefile.in Fri Oct 10 11:10:40 2003 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Nov 8 23:19:05 2001 ++++ Makefile.in Fri Oct 10 11:10:31 2003 +@@ -91,7 +91,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = lib check xloops ginsh doc ++SUBDIRS = lib check xloops ginsh + + # Requires automake 1.4 + AUTOMAKE_OPTIONS = 1.4 diff -urN /usr/ports/science/xloops-ginac/files/patch-configure science/xloops-ginac/files/patch-configure --- /usr/ports/science/xloops-ginac/files/patch-configure Thu Jan 1 09:00:00 1970 +++ science/xloops-ginac/files/patch-configure Fri Oct 10 10:45:48 2003 @@ -0,0 +1,10 @@ +--- 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: