Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 23:50:29 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62264: Update port: math/GiNaC
Message-ID:  <20040202235029.1b7dd855.tkato@prontomail.com>
Resent-Message-ID: <200402021500.i12F0cPb071985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62264
>Category:       ports
>Synopsis:       Update port: math/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 Feb 02 07:00:38 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Utilize USE_GNOME
- Fix pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/GiNaC/Makefile math/GiNaC/Makefile
--- /usr/ports/math/GiNaC/Makefile	Sat Jan 24 13:48:38 2004
+++ math/GiNaC/Makefile	Sun Feb  1 11:33:29 2004
@@ -8,6 +8,7 @@
 
 PORTNAME=	GiNaC
 PORTVERSION=	1.1.6
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
 		http://www.ginac.de/
@@ -15,12 +16,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A C++ library for symbolic mathematical calculations
 
-LIB_DEPENDS=	cln.2:${PORTSDIR}/math/cln
+LIB_DEPENDS=	cln.3:${PORTSDIR}/math/cln
 
 USE_BZIP2=	yes
+USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		MAKEINFO="makeinfo --no-split"
 INSTALLS_SHLIB=	yes
diff -urN /usr/ports/math/GiNaC/pkg-plist math/GiNaC/pkg-plist
--- /usr/ports/math/GiNaC/pkg-plist	Sat Jan 24 13:48:38 2004
+++ math/GiNaC/pkg-plist	Sun Feb  1 11:32:37 2004
@@ -45,5 +45,6 @@
 lib/libginac.so
 lib/libginac-1.1.so
 lib/libginac-1.1.so.6
+libdata/pkgconfig/ginac.pc
 share/aclocal/ginac.m4
 @dirrm include/ginac
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040202235029.1b7dd855.tkato>