diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-01-26 09:09:14 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-01-26 09:09:14 +0000 |
commit | 55dfbc41e43b33f90059019a4857c3a70692ab60 (patch) | |
tree | f0bf02a2f68e17e649084e81268d9fd267f4dd0e /math/gmp | |
parent | - Fix plist in non-GNOME case (diff) |
Update to 4.1.4 release:
- use libtool 1.5
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 10 | ||||
-rw-r--r-- | math/gmp/distinfo | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index df27661e4061..4291082cd802 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libgmp -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -16,9 +16,7 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -USE_REINPLACE= yes -USE_GNOME= lthack -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx --enable-mpfr INSTALLS_SHLIB= yes @@ -28,8 +26,4 @@ INFO= gmp mpfr post-extract: @${RM} -f ${WRKSRC}/gmp.info* -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | \ - ${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g' - .include <bsd.port.mk> diff --git a/math/gmp/distinfo b/math/gmp/distinfo index 867ff4b35518..d4f36cbbdf02 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,2 +1,2 @@ -MD5 (gmp-4.1.3.tar.gz) = bdbb9136fa22a0ccf028d0f87aae1dd2 -SIZE (gmp-4.1.3.tar.gz) = 2198898 +MD5 (gmp-4.1.4.tar.gz) = aa5e5fb3a7cdebe8c5b681a6cf4a670e +SIZE (gmp-4.1.4.tar.gz) = 2201302 |