- maintenance update to 4.1.4

- enable MPFR, required by GCC4/Fortran95; from espie@
This commit is contained in:
naddy 2005-01-06 19:52:43 +00:00
parent ac13c1aea3
commit b581e350a7
4 changed files with 23 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2004/06/10 16:26:29 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2005/01/06 19:52:43 naddy Exp $
COMMENT= "library for arbitrary precision arithmetic"
DISTNAME= gmp-4.1.3
DISTNAME= gmp-4.1.4
CATEGORIES= devel math
HOMEPAGE= http://www.swox.com/gmp/
@ -17,13 +17,11 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
# Don't try to optimize for the local CPU submodel
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-unknown-openbsd${OSrev}
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
post-extract:
@rm -f ${WRKSRC}/gmp.info*
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-unknown-openbsd${OSrev}
# For GCC4/Fortran95
CONFIGURE_ARGS+=--enable-mpfr
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (gmp-4.1.3.tar.gz) = bdbb9136fa22a0ccf028d0f87aae1dd2
RMD160 (gmp-4.1.3.tar.gz) = c659eaa77cd0135eb92940456c761651fa94396b
SHA1 (gmp-4.1.3.tar.gz) = 8ddf78393f8e8155757f2cdb4883bb28826cdd59
SIZE (gmp-4.1.3.tar.gz) = 2198898
MD5 (gmp-4.1.4.tar.gz) = aa5e5fb3a7cdebe8c5b681a6cf4a670e
RMD160 (gmp-4.1.4.tar.gz) = 858fe33a84f209a8659c6d262a41596f5c7c3c0d
SHA1 (gmp-4.1.4.tar.gz) = a1a4c1fa10f1c2596f34289287fa0944db3f39a1
SIZE (gmp-4.1.4.tar.gz) = 2201302

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.4 2003/04/18 01:22:53 naddy Exp $
--- configure.orig Sat Dec 28 00:30:26 2002
+++ configure Fri Apr 18 03:19:09 2003
@@ -8299,7 +8299,7 @@ if test -z "$aix_libpath"; then aix_libp
$OpenBSD: patch-configure,v 1.5 2005/01/06 19:52:44 naddy Exp $
--- configure.orig Tue Sep 21 15:06:47 2004
+++ configure Thu Jan 6 17:07:14 2005
@@ -8374,7 +8374,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.4 2003/04/18 01:22:53 naddy Exp $
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
export_dynamic_flag_spec='${wl}-E'
else
@@ -8309,7 +8309,7 @@ if test -z "$aix_libpath"; then aix_libp
@@ -8384,7 +8384,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.4 2003/04/18 01:22:53 naddy Exp $
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
;;
esac
@@ -14098,7 +14098,7 @@ if test -z "$aix_libpath"; then aix_libp
@@ -14173,7 +14173,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_shlibpath_var_GCJ=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
@ -28,7 +28,7 @@ $OpenBSD: patch-configure,v 1.4 2003/04/18 01:22:53 naddy Exp $
hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
export_dynamic_flag_spec_GCJ='${wl}-E'
else
@@ -14108,7 +14108,7 @@ if test -z "$aix_libpath"; then aix_libp
@@ -14183,7 +14183,7 @@ if test -z "$aix_libpath"; then aix_libp
hardcode_libdir_flag_spec_GCJ='-R$libdir'
;;
*)
@ -37,7 +37,7 @@ $OpenBSD: patch-configure,v 1.4 2003/04/18 01:22:53 naddy Exp $
hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
;;
esac
@@ -19970,13 +19970,6 @@ echo "$as_me:19969: result: determined"
@@ -20052,13 +20052,6 @@ echo "$as_me:20051: result: determined"
echo "${ECHO_T}determined" >&6
fi

View File

@ -1,6 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2004/08/09 13:28:30 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2005/01/06 19:52:44 naddy Exp $
include/gmp.h
include/mpf2mpfr.h
include/mpfr.h
@info info/gmp.info
@info info/mpfr.info
lib/libgmp.a
lib/libgmp.la
%%SHARED%%
lib/libmpfr.a