Index: head/math/gmp/Makefile =================================================================== --- head/math/gmp/Makefile (revision 408634) +++ head/math/gmp/Makefile (revision 408635) @@ -1,53 +1,53 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= gmp PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math devel MASTER_SITES= GNU MAINTAINER= ale@FreeBSD.org COMMENT= Free library for arbitrary precision arithmetic LICENSE= LGPL3 OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU -USES= libtool:keepla makeinfo tar:xz +USES= libtool makeinfo tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ --mandir=${PREFIX}/man \ --enable-cxx USE_LDCONFIG= yes INFO= gmp .include .if ! ${PORT_OPTIONS:MCPU_OPTS} CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} .elif ${ARCH:S/64//} != ${ARCH} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= ABI="mode64" .else CONFIGURE_ENV+= ABI="64" .endif .else CONFIGURE_ENV+= ABI="32" .endif post-extract: @${RM} -f ${WRKSRC}/doc/gmp.info* post-patch: @${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ ${WRKSRC}/configure regression-test check: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include Index: head/math/gmp/pkg-plist =================================================================== --- head/math/gmp/pkg-plist (revision 408634) +++ head/math/gmp/pkg-plist (revision 408635) @@ -1,12 +1,10 @@ include/gmp.h include/gmpxx.h lib/libgmp.a -lib/libgmp.la lib/libgmp.so lib/libgmp.so.10 lib/libgmp.so.10.1.3 lib/libgmpxx.a -lib/libgmpxx.la lib/libgmpxx.so lib/libgmpxx.so.4 lib/libgmpxx.so.4.3.3 Index: head/math/mpfr/Makefile =================================================================== --- head/math/mpfr/Makefile (revision 408634) +++ head/math/mpfr/Makefile (revision 408635) @@ -1,38 +1,39 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= mpfr PORTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP= -p1 MAINTAINER= ale@FreeBSD.org COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3 #PATCH_DEPENDS= gpatch:${PORTSDIR}/devel/patch LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp #PATCHLEVEL= 10 #PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch -USES= libtool:keepla tar:xz +USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} USE_LDCONFIG= yes INFO= mpfr PORTDOCS= * regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include Index: head/math/mpfr/pkg-plist =================================================================== --- head/math/mpfr/pkg-plist (revision 408634) +++ head/math/mpfr/pkg-plist (revision 408635) @@ -1,7 +1,6 @@ include/mpfr.h include/mpf2mpfr.h lib/libmpfr.a -lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 lib/libmpfr.so.4.1.3