From f18caf1371e3394ecc1fff71ac77431b9a4a94f1 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 13 Mar 2002 03:18:40 +0000 Subject: [PATCH] upgrade to 1.1.4 drop maintainership --- math/cln/Makefile | 13 +++++++++---- math/cln/distinfo | 2 +- math/cln/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/math/cln/Makefile b/math/cln/Makefile index 7f1ff22072a0..32f0b70864ed 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -7,17 +7,22 @@ # PORTNAME= cln -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 CATEGORIES= math devel MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3 USE_LIBTOOL= yes +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \ - --mandir=${PREFIX}/man + --mandir=${PREFIX}/man --with-gmp USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -25,6 +30,6 @@ INSTALLS_SHLIB= yes MAN1= cln-config.1 pre-build: - @(cd ${WRKSRC} ; ${LN} -s ${LOCALBASE}/bin/libtool .) + @(cd ${WRKSRC} ; ${LN} -sf ${LOCALBASE}/bin/libtool .) .include diff --git a/math/cln/distinfo b/math/cln/distinfo index e1947e03ed8d..b3a34814b887 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1 +1 @@ -MD5 (cln-1.1.2.tar.gz) = e7de13fc3b13262bb20e642806381943 +MD5 (cln-1.1.4.tar.gz) = 680494c770199af77f0df9beceaf2fa9 diff --git a/math/cln/pkg-descr b/math/cln/pkg-descr index 0ed3f21cc747..c49671f73cc3 100644 --- a/math/cln/pkg-descr +++ b/math/cln/pkg-descr @@ -17,4 +17,4 @@ of numbers known to the Common Lisp language. Therefore CLN can be used for Common Lisp implementations, giving `CLN' another meaning: it becomes an abbreviation of "Common Lisp Numbers". -WWW: http://clisp.cons.org/~haible/packages-cln.html +WWW: http://www.ginac.de/CLN/