aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-12-25 17:07:17 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-12-25 17:07:17 +0000
commit1e8076f1fb057ab7eaa7e9326a6199c8c0429cab (patch)
tree629f4fe4dc7e724aa176adc76ac651d49dcd3235 /math
parent2d92163df4a4862df9a14c00a2327dc1f2b4de03 (diff)
downloadports-1e8076f1fb057ab7eaa7e9326a6199c8c0429cab.tar.gz
ports-1e8076f1fb057ab7eaa7e9326a6199c8c0429cab.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/mingw32-libgmp4/Makefile46
-rw-r--r--math/mingw32-libgmp4/distinfo2
-rw-r--r--math/mingw32-libgmp4/pkg-descr9
-rw-r--r--math/mingw32-libgmp4/pkg-plist9
5 files changed, 1 insertions, 67 deletions
diff --git a/math/Makefile b/math/Makefile
index 545d75233200..4be191586eef 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -211,7 +211,7 @@
SUBDIR += mbasecalc
SUBDIR += metis
SUBDIR += metis-edf
- SUBDIR += mingw32-libgmp4
+ SUBDIR += mingw32-libgmp
SUBDIR += miracl
SUBDIR += moo
SUBDIR += mpc
diff --git a/math/mingw32-libgmp4/Makefile b/math/mingw32-libgmp4/Makefile
deleted file mode 100644
index 711b5a4d7fec..000000000000
--- a/math/mingw32-libgmp4/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: mingw32-libgmp4
-# Date created: 28 April 2008
-# Whom: Timothy Bourke <timbob@bigpond.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libgmp4
-PORTVERSION= 4.3.2
-CATEGORIES= math devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gmp
-PKGNAMEPREFIX= mingw32-
-DISTNAME= gmp-${PORTVERSION}
-
-MAINTAINER= cyberbotx@cyberbotx.com
-COMMENT= Library for arbitrary precision arithmetic (MinGW32)
-
-BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
- mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
-
-BROKEN= does not build
-
-GMP_TARG= ${PKGNAMEPREFIX:S/-$//}
-GNU_CONFIGURE= yes
-CC= ${PKGNAMEPREFIX}gcc
-CXX= ${PKGNAMEPREFIX}c++
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" \
- PREFIX="${PREFIX}/${GMP_TARG}"
-CONFIGURE_ARGS= --enable-cxx --host=${GMP_TARG} \
- --includedir=${PREFIX}/${GMP_TARG}/include \
- --exec_prefix=${PREFIX}/${GMP_TARG} \
- --datadir=${PREFIX}/${GMP_TARG}/share \
- --libdir=${PREFIX}/${GMP_TARG}/lib
-CONFIGURE_TARGET=
-
-INFO= gmp
-INFO_PATH= ${GMP_TARG}/info
-
-post-extract:
- @${RM} -f ${WRKSRC}/doc/gmp.info*
-
-pre-install:
- ${MKDIR} ${PREFIX}/${GMP_TARG}/info
-
-.include <bsd.port.mk>
diff --git a/math/mingw32-libgmp4/distinfo b/math/mingw32-libgmp4/distinfo
deleted file mode 100644
index bb85c33b7f8d..000000000000
--- a/math/mingw32-libgmp4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gmp-4.3.2.tar.gz) = 7be3ad1641b99b17f6a8be6a976f1f954e997c41e919ad7e0c418fe848c13c97
-SIZE (gmp-4.3.2.tar.gz) = 2497750
diff --git a/math/mingw32-libgmp4/pkg-descr b/math/mingw32-libgmp4/pkg-descr
deleted file mode 100644
index 159ccbf3d124..000000000000
--- a/math/mingw32-libgmp4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-GMP is a free library for arbitrary precision arithmetic, operating
-on signed integers, rational numbers, and floating point numbers.
-There is no limit to the precision except the ones implied by the
-available memory in the machine GMP runs on. GMP has a rich set of
-functions, and the functions have a regular interface.
-
-This port compiles libgmp using MinGW32.
-
-WWW: http://www.swox.com/gmp/
diff --git a/math/mingw32-libgmp4/pkg-plist b/math/mingw32-libgmp4/pkg-plist
deleted file mode 100644
index 423bcbdfbdb2..000000000000
--- a/math/mingw32-libgmp4/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-mingw32/include/gmp.h
-mingw32/include/gmpxx.h
-mingw32/lib/libgmp.a
-mingw32/lib/libgmp.la
-mingw32/lib/libgmpxx.a
-mingw32/lib/libgmpxx.la
-@dirrmtry mingw32/include
-@dirrmtry mingw32/lib
-@dirrmtry mingw32