Index: head/math/GiNaC/Makefile =================================================================== --- head/math/GiNaC/Makefile (revision 376686) +++ head/math/GiNaC/Makefile (revision 376687) @@ -1,34 +1,35 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= GiNaC PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= C++ library for symbolic mathematical calculations LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= ginac ginac-examples .include post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure .if ${ARCH} != "i386" @${REINPLACE_CMD} -e 's|unsigned|size_t|g' \ ${WRKSRC}/ginac/parser/parser.cpp .endif .include Index: head/math/cln/Makefile =================================================================== --- head/math/cln/Makefile (revision 376686) +++ head/math/cln/Makefile (revision 376687) @@ -1,27 +1,26 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= cln -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= math devel MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INFO= cln BROKEN_sparc64= Does not compile on sparc64 .include Index: head/math/cln/distinfo =================================================================== --- head/math/cln/distinfo (revision 376686) +++ head/math/cln/distinfo (revision 376687) @@ -1,2 +1,2 @@ -SHA256 (cln-1.3.2.tar.bz2) = 5c70c46b953b3b71ed2a2e28362b9adfacfae24b2b678d81bcc053ab779e7173 -SIZE (cln-1.3.2.tar.bz2) = 1275638 +SHA256 (cln-1.3.4.tar.bz2) = 2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748 +SIZE (cln-1.3.4.tar.bz2) = 1281348 Index: head/math/cln/pkg-plist =================================================================== --- head/math/cln/pkg-plist (revision 376686) +++ head/math/cln/pkg-plist (revision 376687) @@ -1,85 +1,85 @@ bin/pi 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/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/exception.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/host_cpu.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.6 -lib/libcln.so.6.0.2 +lib/libcln.so.6.0.4 libdata/pkgconfig/cln.pc man/man1/pi.1.gz Index: head/math/libqalculate/Makefile =================================================================== --- head/math/libqalculate/Makefile (revision 376686) +++ head/math/libqalculate/Makefile (revision 376687) @@ -1,36 +1,36 @@ # Created by: Sergey Akifyev # $FreeBSD$ PORTNAME= libqalculate PORTVERSION= 0.9.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (backend library) LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USES= pkgconfig pathfix gmake libtool USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext .include post-patch: .if !${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in .endif @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in .include