Index: head/math/cln/Makefile =================================================================== --- head/math/cln/Makefile (revision 146968) +++ head/math/cln/Makefile (revision 146969) @@ -1,60 +1,53 @@ # ex:ts=8 # New ports collection makefile for: cln # Date created: Fab 11, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= cln -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 CATEGORIES= math devel MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ MAINTAINER= ports@FreeBSD.org COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \ --with-gmp MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes MAN1= cln-config.1 INFO= cln STRIP= # none +CFLAGS+= -fPIC CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - .include .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" BROKEN= "Does not compile on sparc64 or ia64" .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/dvi ${INSTALL_DATA} ${WRKSRC}/doc/*.dvi ${DOCSDIR}/dvi @${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html .endif - @${FIND} ${PREFIX}/include/cln -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PREFIX}/include/cln ! -type f | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/math/cln/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/math/cln/distinfo =================================================================== --- head/math/cln/distinfo (revision 146968) +++ head/math/cln/distinfo (revision 146969) @@ -1,2 +1,2 @@ -MD5 (cln-1.1.9.tar.bz2) = 76fbeeeeac1559e482b404b4674915e2 -SIZE (cln-1.1.9.tar.bz2) = 1661135 +MD5 (cln-1.1.10.tar.bz2) = f194811dadcd2b1dca5f78a62370eb56 +SIZE (cln-1.1.10.tar.bz2) = 1702241 Property changes on: head/math/cln/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/math/cln/pkg-plist =================================================================== --- head/math/cln/pkg-plist (revision 146968) +++ head/math/cln/pkg-plist (revision 146969) @@ -1,6 +1,109 @@ bin/cln-config +include/cln/GV.h +include/cln/GV_complex.h +include/cln/GV_integer.h +include/cln/GV_modinteger.h +include/cln/GV_number.h +include/cln/GV_rational.h +include/cln/GV_real.h +include/cln/SV.h +include/cln/SV_complex.h +include/cln/SV_integer.h +include/cln/SV_number.h +include/cln/SV_rational.h +include/cln/SV_real.h +include/cln/SV_ringelt.h +include/cln/V.h +include/cln/abort.h +include/cln/cln.h +include/cln/complex.h +include/cln/complex_class.h +include/cln/complex_io.h +include/cln/complex_ring.h +include/cln/condition.h +include/cln/config.h +include/cln/dfloat.h +include/cln/dfloat_class.h +include/cln/dfloat_io.h +include/cln/ffloat.h +include/cln/ffloat_class.h +include/cln/ffloat_io.h +include/cln/float.h +include/cln/float_class.h +include/cln/float_io.h +include/cln/floatformat.h +include/cln/floatparam.h +include/cln/input.h +include/cln/integer.h +include/cln/integer_class.h +include/cln/integer_io.h +include/cln/integer_ring.h +include/cln/intparam.h +include/cln/io.h +include/cln/lfloat.h +include/cln/lfloat_class.h +include/cln/lfloat_io.h +include/cln/malloc.h +include/cln/modinteger.h +include/cln/modules.h +include/cln/null_ring.h +include/cln/number.h +include/cln/number_io.h +include/cln/numtheory.h +include/cln/object.h +include/cln/output.h +include/cln/proplist.h +include/cln/random.h +include/cln/rational.h +include/cln/rational_class.h +include/cln/rational_io.h +include/cln/rational_ring.h +include/cln/real.h +include/cln/real_class.h +include/cln/real_io.h +include/cln/real_ring.h +include/cln/ring.h +include/cln/sfloat.h +include/cln/sfloat_class.h +include/cln/sfloat_io.h +include/cln/string.h +include/cln/symbol.h +include/cln/timing.h +include/cln/types.h +include/cln/univpoly.h +include/cln/univpoly_complex.h +include/cln/univpoly_integer.h +include/cln/univpoly_modint.h +include/cln/univpoly_rational.h +include/cln/univpoly_real.h +include/cln/version.h lib/libcln.a lib/libcln.so -lib/libcln.so.3 +lib/libcln.so.4 libdata/pkgconfig/cln.pc share/aclocal/cln.m4 +%%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi +%%PORTDOCS%%%%DOCSDIR%%/html/cln.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html +%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/cln Property changes on: head/math/cln/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property