FreeBSD Bugzilla – Attachment 104328 Details for
Bug 144487
Replace math/libgmp4 with math/gmp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gmp.diff
gmp.diff (text/plain), 93.47 KB, created by
Alex Dupre
on 2010-04-12 13:11:10 UTC
(
hide
)
Description:
gmp.diff
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2010-04-12 13:11:10 UTC
Size:
93.47 KB
patch
obsolete
>Index: ports/audio/cheesetracker/Makefile >=================================================================== >RCS file: /home/pcvs/ports/audio/cheesetracker/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- ports/audio/cheesetracker/Makefile 28 Mar 2010 06:30:48 -0000 1.35 >+++ ports/audio/cheesetracker/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= cheesetracker > PORTVERSION= 0.9.15.4 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -37,7 +37,7 @@ > .endif > > .if ${ARCH} != "i386" >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > .endif > > post-patch: >Index: ports/devel/avr-gcc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/avr-gcc/Makefile,v >retrieving revision 1.71 >diff -u -r1.71 Makefile >--- ports/devel/avr-gcc/Makefile 8 Mar 2010 19:53:44 -0000 1.71 >+++ ports/devel/avr-gcc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.3.4 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITES+= http://people.freebsd.org/~joerg/:local >@@ -23,7 +24,7 @@ > BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ > avr-ld:${PORTSDIR}/devel/avr-binutils > LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ > avr-ld:${PORTSDIR}/devel/avr-binutils > >Index: ports/devel/binutils/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/binutils/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/devel/binutils/Makefile 9 Mar 2010 11:24:35 -0000 1.8 >+++ ports/devel/binutils/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= binutils > PORTVERSION= 2.20.1 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_SOURCEWARE} > MASTER_SITE_SUBDIR= binutils/releases >@@ -18,7 +19,7 @@ > USE_GMAKE= yes > GNU_CONFIGURE= yes > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/libgmp4 \ >+BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:${PORTSDIR}/math/gmp \ > ${LOCALBASE}/lib/libmpfr.so:${PORTSDIR}/math/mpfr > > CONFLICTS= libbfd-[0-9]* >Index: ports/devel/cross-gcc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/cross-gcc/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/devel/cross-gcc/Makefile 16 Dec 2009 01:21:10 -0000 1.14 >+++ ports/devel/cross-gcc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME?= gcc > PORTVERSION= 4.4.2 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_GCC:S,$,:gcc,} \ > ${MASTER_SITE_SOURCEWARE:S,$,:newlib,} >@@ -23,7 +23,7 @@ > MAINTAINER= stas@FreeBSD.org > COMMENT= GNU gcc for cross-target development > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > # >Index: ports/devel/darcs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/darcs/Makefile,v >retrieving revision 1.58 >diff -u -r1.58 Makefile >--- ports/devel/darcs/Makefile 3 Apr 2010 10:44:06 -0000 1.58 >+++ ports/devel/darcs/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= darcs > PORTVERSION= 2.2.0 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= devel > MASTER_SITES= http://darcs.net/ > >@@ -16,7 +16,7 @@ > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc > LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > OPTIONS= SERVER "install server" on > GNU_CONFIGURE= yes >Index: ports/devel/djgpp-gcc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/djgpp-gcc/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- ports/devel/djgpp-gcc/Makefile 13 May 2009 09:45:49 -0000 1.9 >+++ ports/devel/djgpp-gcc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= gcc > PORTVERSION= ${GCCVERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/:djsource \ > ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2gnu/:djsource \ >@@ -32,7 +32,7 @@ > autoconf-2.62:${PORTSDIR}/devel/autoconf262 \ > aclocal-1.9:${PORTSDIR}/devel/automake19 > .if defined(WITH_FORTRAN) >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > .endif > RUN_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ >Index: ports/devel/hs-Stream/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-Stream/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- ports/devel/hs-Stream/Makefile 30 Dec 2009 23:50:18 -0000 1.6 >+++ ports/devel/hs-Stream/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= Stream > PORTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \ > http://carte.kerneled.org/mirror/ >@@ -20,7 +21,7 @@ > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ > hs-QuickCheck>=2.0:${PORTSDIR}/devel/hs-QuickCheck \ > hs-lazysmallcheck-ghc>=0.3:${PORTSDIR}/devel/hs-lazysmallcheck-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > STREAM_VERSION= ${PORTVERSION} >Index: ports/devel/hs-alex/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-alex/Makefile,v >retrieving revision 1.28 >diff -u -r1.28 Makefile >--- ports/devel/hs-alex/Makefile 2 Sep 2009 15:38:33 -0000 1.28 >+++ ports/devel/hs-alex/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= alex > PORTVERSION= 2.3.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/alex/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -15,7 +15,7 @@ > COMMENT= Alex is a tool for generating lexical analysers in Haskell > > BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > .if !defined(NOPORTDOCS) > BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ >Index: ports/devel/hs-c2hs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-c2hs/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- ports/devel/hs-c2hs/Makefile 2 Sep 2009 15:38:33 -0000 1.41 >+++ ports/devel/hs-c2hs/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= c2hs > PORTVERSION= 0.16.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -18,7 +18,7 @@ > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-language-c-ghc>=0.3.1.1:${PORTSDIR}/devel/hs-language-c-ghc > RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > C2HS_VERSION= ${PORTVERSION} >Index: ports/devel/hs-cpphs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-cpphs/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- ports/devel/hs-cpphs/Makefile 30 Dec 2009 13:26:52 -0000 1.19 >+++ ports/devel/hs-cpphs/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= cpphs > PORTVERSION= 1.9 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc > RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > CPPHS_VERSION= ${PORTVERSION} >Index: ports/devel/hs-drift/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-drift/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- ports/devel/hs-drift/Makefile 2 Sep 2009 15:38:34 -0000 1.23 >+++ ports/devel/hs-drift/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= drift > PORTVERSION= 2.2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel haskell > MASTER_SITES= http://repetae.net/computer/haskell/DrIFT/drop/ > PKGNAMEPREFIX= hs- >@@ -22,7 +22,7 @@ > > .if !defined(WITH_NHC98) > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > .else > BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 > BROKEN= Does not build >Index: ports/devel/hs-haddock/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-haddock/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- ports/devel/hs-haddock/Makefile 2 Sep 2009 15:38:35 -0000 1.35 >+++ ports/devel/hs-haddock/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= haddock > PORTVERSION= 2.4.2 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://www.haskell.org/haddock/dist/ \ > http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ >@@ -19,7 +20,7 @@ > hs-ghc-paths>=0.1.0.5:${PORTSDIR}/devel/hs-ghc-paths > RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-ghc-paths>=0.1.0.5:${PORTSDIR}/devel/hs-ghc-paths >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > .else > NO_PKG_REGISTER= > .endif >Index: ports/devel/hs-happy/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-happy/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- ports/devel/hs-happy/Makefile 2 Sep 2009 15:38:35 -0000 1.25 >+++ ports/devel/hs-happy/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= happy > PORTVERSION= 1.18.4 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -14,7 +15,7 @@ > COMMENT= An LALR(1) parser generator for the functional language Haskell > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > .if !defined(NOPORTDOCS) > BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ > ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt >Index: ports/devel/hs-hdoc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-hdoc/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/devel/hs-hdoc/Makefile 2 Sep 2009 15:38:36 -0000 1.16 >+++ ports/devel/hs-hdoc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= hdoc > PORTVERSION= 0.8.3 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel haskell > MASTER_SITES= http://staff.fmi.uni-passau.de/~groessli/hdoc/ > PKGNAMEPREFIX= hs- >@@ -15,7 +15,7 @@ > COMMENT= HTML documentation tool for Haskell > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} > >Index: ports/devel/hs-hmake/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-hmake/Makefile,v >retrieving revision 1.28 >diff -u -r1.28 Makefile >--- ports/devel/hs-hmake/Makefile 19 Nov 2009 23:41:51 -0000 1.28 >+++ ports/devel/hs-hmake/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= hmake > PORTVERSION= 3.14 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel haskell > MASTER_SITES= http://www.haskell.org/hmake/ \ > ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ >@@ -20,7 +20,7 @@ > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-readline>=1.0.1.0:${PORTSDIR}/devel/hs-readline > RUN_DEPENDS= ${BUILD_DEPENDS} >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > HAS_CONFIGURE= YES > CONFIGURE_ARGS+= --prefix=${PREFIX} >Index: ports/devel/hs-hoogle/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-hoogle/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/devel/hs-hoogle/Makefile 3 Jan 2010 04:53:50 -0000 1.1 >+++ ports/devel/hs-hoogle/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= hoogle > PORTVERSION= 4.0.7 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -20,7 +21,7 @@ > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ > hs-safe>=0.2:${PORTSDIR}/devel/hs-safe \ > hs-uniplate>=1.2.0.3:${PORTSDIR}/devel/hs-uniplate >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > HOOGLE_VERSION= ${PORTVERSION} >Index: ports/devel/hs-idoc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-idoc/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- ports/devel/hs-idoc/Makefile 2 Sep 2009 15:38:37 -0000 1.15 >+++ ports/devel/hs-idoc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= idoc > PORTVERSION= 0.2.6 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= devel haskell > MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/ > PKGNAMEPREFIX= hs- >@@ -15,7 +15,7 @@ > COMMENT= A No Frills Haskell Interface Documentation System > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > PLIST_FILES= bin/idoc > USE_GMAKE= yes >Index: ports/devel/hs-mueval/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-mueval/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/devel/hs-mueval/Makefile 4 Jan 2010 08:54:14 -0000 1.1 >+++ ports/devel/hs-mueval/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= mueval > PORTVERSION= 0.7.1 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -22,7 +23,7 @@ > hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc \ > hs-show>=0.3:${PORTSDIR}/devel/hs-show \ > hs-hint>=0.3.1:${PORTSDIR}/devel/hs-hint >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > MUEVAL_VERSION= ${PORTVERSION} >Index: ports/devel/hs-uuagc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/hs-uuagc/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- ports/devel/hs-uuagc/Makefile 7 Jan 2010 17:52:53 -0000 1.7 >+++ ports/devel/hs-uuagc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= uuagc > PORTVERSION= 0.9.12 >+PORTREVISION= 1 > CATEGORIES= devel haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ > hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > UUAGC_VERSION= ${PORTVERSION} >Index: ports/devel/libYGP/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/libYGP/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- ports/devel/libYGP/Makefile 13 Mar 2010 04:10:00 -0000 1.13 >+++ ports/devel/libYGP/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME?= libYGP > PORTVERSION= 0.9.30 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= SF/libymp/libymp/libYGP-${PORTVERSION} > DISTNAME= libYGP-${PORTVERSION} >@@ -14,7 +15,7 @@ > MAINTAINER= corky1951@comcast.net > COMMENT= Yet another General Purpose library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > boost_filesystem:${PORTSDIR}/devel/boost-libs > > USE_BZIP2= yes >Index: ports/devel/libuninum/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/libuninum/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/devel/libuninum/Makefile 13 May 2009 09:45:49 -0000 1.14 >+++ ports/devel/libuninum/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= libuninum > PORTVERSION= 2.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= http://billposer.org/Software/Downloads/ > > MAINTAINER= clsung@FreeBSD.org > COMMENT= Library for converting Unicode strings to numbers > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GNU_CONFIGURE= yes > CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" >Index: ports/devel/mingw32-gcc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/mingw32-gcc/Makefile,v >retrieving revision 1.39 >diff -u -r1.39 Makefile >--- ports/devel/mingw32-gcc/Makefile 1 Apr 2010 05:53:22 -0000 1.39 >+++ ports/devel/mingw32-gcc/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gcc > PORTVERSION= ${GCCVERSION} >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_SOURCEWARE} >@@ -20,7 +21,7 @@ > BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ > mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt > RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > GCCVERSION= 4.4.0 >Index: ports/devel/ppl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/ppl/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- ports/devel/ppl/Makefile 2 Aug 2009 19:33:32 -0000 1.23 >+++ ports/devel/ppl/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= ppl > PORTVERSION= 0.10.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \ > http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/ >@@ -17,7 +18,7 @@ > COMMENT= The Parma Polyhedra Library > > BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_GMAKE= yes > USE_GNOME= gnometarget >Index: ports/devel/py-mx-experimental/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/py-mx-experimental/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/devel/py-mx-experimental/Makefile 11 Jan 2009 14:55:31 -0000 1.14 >+++ ports/devel/py-mx-experimental/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= mx-experimental > PORTVERSION= 3.0.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= http://downloads.egenix.com/python/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > MAINTAINER= sergio@softshark.org > COMMENT= The eGenix mx Extensions - EXPERIMENTAL Package > >-BUILD_DEPENDS= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 >+BUILD_DEPENDS= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/gmp > #RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base > > USE_PYTHON= yes >Index: ports/devel/root/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/root/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- ports/devel/root/Makefile 28 Mar 2010 06:33:38 -0000 1.24 >+++ ports/devel/root/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= root > PORTVERSION= 5.02.00 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= devel science math > MASTER_SITES= ftp://root.cern.ch/root/ > DISTNAME= ${PORTNAME}_v${PORTVERSION}.source >@@ -33,7 +33,7 @@ > LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg > LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff > LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > USE_OPENSSL= yes > USE_GMAKE= yes > USE_XORG= xpm x11 >Index: ports/devel/sfslite/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/sfslite/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/devel/sfslite/Makefile 9 Sep 2009 02:46:01 -0000 1.14 >+++ ports/devel/sfslite/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,13 +7,14 @@ > > PORTNAME= sfslite > PORTVERSION= 1.2.7 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://dist.okws.org/dist/ > > MAINTAINER= ports@okws.org > COMMENT= Standard version of the sfslite library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFIGURE_ARGS= --with-gmp=${LOCALBASE} > >Index: ports/dns/dhid/Makefile >=================================================================== >RCS file: /home/pcvs/ports/dns/dhid/Makefile,v >retrieving revision 1.21 >diff -u -r1.21 Makefile >--- ports/dns/dhid/Makefile 13 May 2009 09:45:50 -0000 1.21 >+++ ports/dns/dhid/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= dhid > PORTVERSION= 5.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns > MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= DHIS client for updating dynamic DNS entries in dhisd DNS tables > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DQRC=1" \ > LFLAGS="-L${LOCALBASE}/lib" >Index: ports/dns/dhisd/Makefile >=================================================================== >RCS file: /home/pcvs/ports/dns/dhisd/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- ports/dns/dhisd/Makefile 13 May 2009 09:45:50 -0000 1.23 >+++ ports/dns/dhisd/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= dhisd > PORTVERSION= 5.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= dns > MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ > > MAINTAINER= marius@FreeBSD.org > COMMENT= DHIS server for dynamic updates on the server using specific engines > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CFLAGS+= -I${PREFIX}/include > LDFLAGS+= -L${PREFIX}/lib >Index: ports/finance/aqbanking/Makefile >=================================================================== >RCS file: /home/pcvs/ports/finance/aqbanking/Makefile,v >retrieving revision 1.21 >diff -u -r1.21 Makefile >--- ports/finance/aqbanking/Makefile 28 Mar 2010 06:34:22 -0000 1.21 >+++ ports/finance/aqbanking/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= aqbanking > PORTVERSION= 4.2.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= finance > MASTER_SITES= http://www2.aquamaniac.de/sites/download/ > DISTFILES= download.php\?package=03\&release=50\&file=01\&dummy=${DISTNAME}${EXTRACT_SUFX} >@@ -16,7 +16,7 @@ > COMMENT= Online banking interface and financial data framework > > LIB_DEPENDS= gwenhywfar.58:${PORTSDIR}/devel/gwenhywfar \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > GNU_CONFIGURE= yes > USE_GMAKE= yes >Index: ports/finance/ledger/Makefile >=================================================================== >RCS file: /home/pcvs/ports/finance/ledger/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/finance/ledger/Makefile 2 Sep 2009 15:01:39 -0000 1.8 >+++ ports/finance/ledger/Makefile 12 Apr 2010 12:09:44 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= ledger > PORTVERSION= 2.6.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= finance > MASTER_SITES= SF > > MAINTAINER= woodycarey@hotmail.com > COMMENT= John Wiegley's command line accounting program > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ > pcre:${PORTSDIR}/devel/pcre \ > xmltok:${PORTSDIR}/www/libwww \ > xmlparse:${PORTSDIR}/www/libwww >Index: ports/games/gnubg/Makefile >=================================================================== >RCS file: /home/pcvs/ports/games/gnubg/Makefile,v >retrieving revision 1.32 >diff -u -r1.32 Makefile >--- ports/games/gnubg/Makefile 30 Mar 2010 12:46:27 -0000 1.32 >+++ ports/games/gnubg/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= gnubg > PORTVERSION= 0.15 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= games > MASTER_SITES= http://www.gnubg.org/media/sources/:src \ > ${MASTER_SITE_GNU_ALPHA:S/$/:ts/} >@@ -20,7 +20,7 @@ > COMMENT= GNU Backgammon > > BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > gdbm.3:${PORTSDIR}/databases/gdbm \ > gtkextra-x11-2.0.1:${PORTSDIR}/x11-toolkits/gtkextra2 \ > gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext >Index: ports/irc/ircd-ru/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/ircd-ru/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/irc/ircd-ru/Makefile 20 Jan 2010 14:08:30 -0000 1.16 >+++ ports/irc/ircd-ru/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ircd-ru > PORTVERSION= 1.0.7 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= irc russian > MASTER_SITES= http://link.wenet.su/ > DISTNAME= ircd-RU-${PORTVERSION}-03-rc-20090810 >@@ -48,7 +48,7 @@ > # enable RC4 crypt (server to server connection) > .if defined(WITH_ENCRYPTION) > CONFIGURE_ARGS+=--enable-encryption >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > .endif > > # log to file instead of syslog >Index: ports/java/kaffe/Makefile >=================================================================== >RCS file: /home/pcvs/ports/java/kaffe/Makefile,v >retrieving revision 1.84 >diff -u -r1.84 Makefile >--- ports/java/kaffe/Makefile 28 Mar 2010 06:38:45 -0000 1.84 >+++ ports/java/kaffe/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= kaffe > PORTVERSION= 1.1.7.r1 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= java devel > #MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ > MASTER_SITES= http://www.kaffe.org/~robilad/ >@@ -19,7 +19,7 @@ > LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ > ungif.5:${PORTSDIR}/graphics/libungif \ > png.6:${PORTSDIR}/graphics/png \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > jikes:${PORTSDIR}/java/jikes > RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ >Index: ports/lang/ecl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/ecl/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- ports/lang/ecl/Makefile 9 Jan 2010 20:50:59 -0000 1.22 >+++ ports/lang/ecl/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ecl > PORTVERSION= 0.9l >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang lisp > MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/${PORTVERSION} > EXTRACT_SUFX= .tgz >@@ -15,7 +15,7 @@ > MAINTAINER= olgeni@FreeBSD.org > COMMENT= An ANSI Common Lisp implementation > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp gc.1:${PORTSDIR}/devel/boehm-gc > > USE_GMAKE= yes > USE_PERL5_BUILD=yes >Index: ports/lang/gcc42/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc42/Makefile,v >retrieving revision 1.356 >diff -u -r1.356 Makefile >--- ports/lang/gcc42/Makefile 11 Mar 2010 23:34:11 -0000 1.356 >+++ ports/lang/gcc42/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.2.5.20090325 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -19,7 +19,7 @@ > MAINTAINER= gerald@FreeBSD.org > COMMENT= GNU Compiler Collection 4.2 > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} >Index: ports/lang/gcc43/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc43/Makefile,v >retrieving revision 1.406 >diff -u -r1.406 Makefile >--- ports/lang/gcc43/Makefile 5 Apr 2010 21:44:08 -0000 1.406 >+++ ports/lang/gcc43/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.3.5.20100404 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -17,7 +18,7 @@ > MAINTAINER= gerald@FreeBSD.org > COMMENT= GNU Compiler Collection 4.3 > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > .if defined(MAINTAINER_MODE) >Index: ports/lang/gcc44/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc44/Makefile,v >retrieving revision 1.431 >diff -u -r1.431 Makefile >--- ports/lang/gcc44/Makefile 7 Apr 2010 13:36:25 -0000 1.431 >+++ ports/lang/gcc44/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.4.4.20100406 >+PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -18,7 +19,7 @@ > MAINTAINER= gerald@FreeBSD.org > COMMENT= GNU Compiler Collection 4.4 > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils > RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >Index: ports/lang/gcc45/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc45/Makefile,v >retrieving revision 1.431 >diff -u -r1.431 Makefile >--- ports/lang/gcc45/Makefile 2 Apr 2010 09:15:47 -0000 1.431 >+++ ports/lang/gcc45/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.5.0.20100401 >+PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -18,7 +19,7 @@ > MAINTAINER= gerald@FreeBSD.org > COMMENT= GNU Compiler Collection 4.5 > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr \ > mpc.2:${PORTSDIR}/math/mpc > BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >Index: ports/lang/gcl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcl/Makefile,v >retrieving revision 1.51 >diff -u -r1.51 Makefile >--- ports/lang/gcl/Makefile 7 Dec 2009 22:57:46 -0000 1.51 >+++ ports/lang/gcl/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= gcl > PORTVERSION= 2.6.7 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= lang tcl tk > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= gcl >@@ -15,7 +15,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= GNU Common Lisp > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > ONLY_FOR_ARCHS= i386 > >Index: ports/lang/ghc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/ghc/Makefile,v >retrieving revision 1.82 >diff -u -r1.82 Makefile >--- ports/lang/ghc/Makefile 6 Dec 2009 20:56:52 -0000 1.82 >+++ ports/lang/ghc/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= ghc > PORTVERSION= 6.10.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang haskell > MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ > ${MASTER_SITE_LOCAL:S/$/:boot/} \ >@@ -31,7 +31,7 @@ > > USE_AUTOTOOLS= autoconf:262:env > USE_BZIP2= yes >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > USE_PERL5= yes > USE_GMAKE= yes >Index: ports/lang/gnat/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gnat/Makefile,v >retrieving revision 1.60 >diff -u -r1.60 Makefile >--- ports/lang/gnat/Makefile 19 Jul 2009 09:43:00 -0000 1.60 >+++ ports/lang/gnat/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -14,7 +14,7 @@ > > PORTNAME= gnat > PORTVERSION= 2009 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_LOCAL}:boot > MASTER_SITE_SUBDIR= deischen/gcc/:boot >@@ -23,7 +23,7 @@ > MAINTAINER= eischen@vigrid.com > COMMENT= The GNU Ada Compiler system > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > ONLY_FOR_ARCHS= i386 >Index: ports/lang/gnat-gcc43/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gnat-gcc43/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- ports/lang/gnat-gcc43/Makefile 29 Dec 2009 10:25:52 -0000 1.19 >+++ ports/lang/gnat-gcc43/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -9,7 +9,7 @@ > > PORTNAME= gnat-gcc > PORTVERSION= 4.3.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang > MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ > CENKES:boot \ >@@ -22,7 +22,7 @@ > MAINTAINER= karel@lovetemple.net > COMMENT= The GNU Ada Compiler system > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > ONLY_FOR_ARCHS= i386 >Index: ports/lang/gnat-gcc44/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gnat-gcc44/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- ports/lang/gnat-gcc44/Makefile 29 Dec 2009 10:25:52 -0000 1.3 >+++ ports/lang/gnat-gcc44/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gnat-gcc > PORTVERSION= 4.4.0 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \ > http://coreland.ath.cx/data/code/gnatport/src/:boot >@@ -19,7 +20,7 @@ > MAINTAINER= freebsd-ports@coreland.ath.cx > COMMENT= The GNU Ada Compiler system > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > ONLY_FOR_ARCHS= i386 amd64 >Index: ports/lang/gnustep-base/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gnustep-base/Makefile,v >retrieving revision 1.101 >diff -u -r1.101 Makefile >--- ports/lang/gnustep-base/Makefile 28 Nov 2009 21:44:49 -0000 1.101 >+++ ports/lang/gnustep-base/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gnustep-base > PORTVERSION= 1.19.3 >+PORTREVISION= 1 > CATEGORIES= lang devel gnustep > MASTER_SITES= ${MASTER_SITE_GNUSTEP} > MASTER_SITE_SUBDIR= core >@@ -16,7 +17,7 @@ > > LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 > LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > USE_AUTOTOOLS= autoconf:262 > GNU_CONFIGURE= yes >Index: ports/lang/guile/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/guile/Makefile,v >retrieving revision 1.76 >diff -u -r1.76 Makefile >--- ports/lang/guile/Makefile 2 Aug 2009 19:34:27 -0000 1.76 >+++ ports/lang/guile/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= guile > PORTVERSION= 1.8.6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang scheme > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= guile >@@ -15,7 +15,7 @@ > MAINTAINER= amatus@gnu.org > COMMENT= GNU Ubiquitous Intelligent Language for Extension > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_AUTOTOOLS= autoconf:262 libltdl:22 > USE_GMAKE= yes >Index: ports/lang/hs-brainfuck/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/hs-brainfuck/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/lang/hs-brainfuck/Makefile 4 Jan 2010 04:50:16 -0000 1.1 >+++ ports/lang/hs-brainfuck/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= brainfuck > PORTVERSION= 0.1 >+PORTREVISION= 1 > CATEGORIES= lang haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > BRAINFUCK_VERSION= ${PORTVERSION} >Index: ports/lang/hs-unlambda/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/hs-unlambda/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/lang/hs-unlambda/Makefile 4 Jan 2010 05:09:10 -0000 1.1 >+++ ports/lang/hs-unlambda/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= unlambda > PORTVERSION= 0.1 >+PORTREVISION= 1 > CATEGORIES= lang haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > UNLAMBDA_VERSION= ${PORTVERSION} >Index: ports/lang/ikarus/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/ikarus/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- ports/lang/ikarus/Makefile 19 May 2009 15:25:18 -0000 1.4 >+++ ports/lang/ikarus/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ikarus > PORTVERSION= 0.0.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang scheme > MASTER_SITES= http://www.ikarus-scheme.org/ \ > LOCAL/glarkin >@@ -15,7 +15,7 @@ > MAINTAINER= vmagerya@gmail.com > COMMENT= Optimizing incremental native-code compiler for R6RS Scheme > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_GMAKE= yes > GNU_CONFIGURE= yes >Index: ports/lang/librep/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/librep/Makefile,v >retrieving revision 1.77 >diff -u -r1.77 Makefile >--- ports/lang/librep/Makefile 15 Oct 2009 22:31:33 -0000 1.77 >+++ ports/lang/librep/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= librep > PORTVERSION= 0.90.2 >+PORTREVISION= 1 > CATEGORIES= lang elisp gnome > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} > >@@ -14,7 +15,7 @@ > COMMENT= An Emacs Lisp like runtime library > > LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > ffi.5:${PORTSDIR}/devel/libffi > RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar > >Index: ports/lang/maude/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/maude/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- ports/lang/maude/Makefile 13 May 2009 09:46:01 -0000 1.9 >+++ ports/lang/maude/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= maude > PORTVERSION= 2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang > MASTER_SITES= http://maude.cs.uiuc.edu/versions/${PORTVERSION}/ > DISTNAME= Maude-${PORTVERSION} >@@ -17,7 +17,7 @@ > > LIB_DEPENDS= bdd:${PORTSDIR}/science/buddy \ > tecla:${PORTSDIR}/devel/libtecla \ >- gmp:${PORTSDIR}/math/libgmp4 >+ gmp:${PORTSDIR}/math/gmp > > USE_BISON= build > USE_AUTOTOOLS= aclocal:19 automake:19 >Index: ports/lang/mlton/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/mlton/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- ports/lang/mlton/Makefile 28 Mar 2010 06:38:55 -0000 1.25 >+++ ports/lang/mlton/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -12,7 +12,7 @@ > > PORTNAME= mlton > PORTVERSION= 20070826 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= lang > MASTER_SITES= http://mlton.org/pages/Download/attachments/ \ > http://mlton.org/pages/Experimental/attachments/ \ >@@ -24,7 +24,7 @@ > MAINTAINER= jesper.louis.andersen@gmail.com > COMMENT= An optimizing Standard ML compiler > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > RUN_DEPENDS= bash:${PORTSDIR}/shells/bash > BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash > >Index: ports/lang/moscow_ml/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/moscow_ml/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- ports/lang/moscow_ml/Makefile 23 Feb 2010 18:05:57 -0000 1.35 >+++ ports/lang/moscow_ml/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= moscow_ml > PORTVERSION= 2.01 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang > MASTER_SITES= http://www.dina.kvl.dk/~sestoft/mosml/ > DISTNAME= mos201src >@@ -15,7 +15,7 @@ > MAINTAINER= johans@FreeBSD.org > COMMENT= Moscow ML, a lightweight implementation of Standard ML > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > gdbm.3:${PORTSDIR}/databases/gdbm > > RESTRICTED= Restrictions on for-profit distribution. >Index: ports/lang/mozart/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/mozart/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- ports/lang/mozart/Makefile 28 Mar 2010 06:38:55 -0000 1.41 >+++ ports/lang/mozart/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= mozart > PORTVERSION= 1.3.1.20040616 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= lang tk parallel > MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/ > DISTFILES= ${DISTNAME}-src.tar.gz >@@ -20,7 +20,7 @@ > > BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs > LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > tk84.1:${PORTSDIR}/x11-toolkits/tk84 > > MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz >Index: ports/lang/newlisp/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/newlisp/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- ports/lang/newlisp/Makefile 19 Mar 2010 07:54:04 -0000 1.22 >+++ ports/lang/newlisp/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= newlisp > PORTVERSION= 10.2.1 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= http://www.newlisp.org/downloads/ > #MASTER_SITES= SF/${PORTNAME}/${PORTNAME} >@@ -45,7 +45,7 @@ > .endif > > .if defined(WITH_GMP) >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > MODULES+= gmp > PLIST_SUB+= GMP="" > .else >Index: ports/lang/ofc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/ofc/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- ports/lang/ofc/Makefile 28 Mar 2010 06:38:56 -0000 1.13 >+++ ports/lang/ofc/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ofc > PORTVERSION= 0.8.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang > MASTER_SITES= http://ofc.dvoudheusden.net/download/ > >@@ -35,7 +35,7 @@ > .endif > > .if defined (WITH_GMP) >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > .endif > > .include <bsd.port.mk> >Index: ports/lang/open-cobol/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/open-cobol/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- ports/lang/open-cobol/Makefile 2 Aug 2009 19:34:29 -0000 1.34 >+++ ports/lang/open-cobol/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -8,14 +8,14 @@ > > PORTNAME= open-cobol > PORTVERSION= 1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= lang > MASTER_SITES= SF > > MAINTAINER= glen.j.barber@gmail.com > COMMENT= An open-source COBOL compiler > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= open-cobol-1.[1]* > >Index: ports/lang/open-cobol-devel/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/open-cobol-devel/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- ports/lang/open-cobol-devel/Makefile 2 Aug 2009 19:34:29 -0000 1.36 >+++ ports/lang/open-cobol-devel/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -6,14 +6,14 @@ > > PORTNAME= open-cobol > PORTVERSION= 1.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= lang > MASTER_SITES= http://freebsd.dev-urandom.com/open-cobol/ > > MAINTAINER= glen.j.barber@gmail.com > COMMENT= An open-source COBOL compiler > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= open-cobol-1.[0]* > >Index: ports/lang/parrot/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/parrot/Makefile,v >retrieving revision 1.44 >diff -u -r1.44 Makefile >--- ports/lang/parrot/Makefile 17 Feb 2010 21:44:54 -0000 1.44 >+++ ports/lang/parrot/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= parrot > PORTVERSION= ${PARROT_VERSION} >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ > >@@ -16,7 +17,7 @@ > BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ > ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ > ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > icudata.38:${PORTSDIR}/devel/icu > > MAKE_JOBS_UNSAFE= yes >Index: ports/lang/php4/Makefile.ext >=================================================================== >RCS file: /home/pcvs/ports/lang/php4/Makefile.ext,v >retrieving revision 1.51 >diff -u -r1.51 Makefile.ext >--- ports/lang/php4/Makefile.ext 3 Apr 2010 10:44:18 -0000 1.51 >+++ ports/lang/php4/Makefile.ext 12 Apr 2010 12:09:45 -0000 >@@ -125,7 +125,7 @@ > .endif > > .if ${PHP_MODNAME} == "gmp" >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} > .endif >Index: ports/lang/php5/Makefile.ext >=================================================================== >RCS file: /home/pcvs/ports/lang/php5/Makefile.ext,v >retrieving revision 1.72 >diff -u -r1.72 Makefile.ext >--- ports/lang/php5/Makefile.ext 12 Apr 2010 08:03:49 -0000 1.72 >+++ ports/lang/php5/Makefile.ext 12 Apr 2010 12:09:45 -0000 >@@ -105,7 +105,7 @@ > .endif > > .if ${PHP_MODNAME} == "gmp" >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} > .endif >Index: ports/lang/pike72/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/pike72/Makefile,v >retrieving revision 1.46 >diff -u -r1.46 Makefile >--- ports/lang/pike72/Makefile 26 Feb 2010 07:36:23 -0000 1.46 >+++ ports/lang/pike72/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= pike72 > PORTVERSION= 7.2.570 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= lang > MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \ > ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/ >@@ -20,7 +20,7 @@ > tiff.4:${PORTSDIR}/graphics/tiff \ > gdbm.3:${PORTSDIR}/databases/gdbm \ > mird.1:${PORTSDIR}/databases/mird \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > DEPRECATED= No longer maintained upstream, consider switching \ > to a more modern version: lang/pike76 or lang/pike78 >Index: ports/lang/pike76/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/pike76/Makefile,v >retrieving revision 1.50 >diff -u -r1.50 Makefile >--- ports/lang/pike76/Makefile 26 Feb 2010 07:37:25 -0000 1.50 >+++ ports/lang/pike76/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= pike76 > PORTVERSION= 7.6.112 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= lang > MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ > http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ >@@ -25,7 +25,7 @@ > gdbm.3:${PORTSDIR}/databases/gdbm \ > pcre.0:${PORTSDIR}/devel/pcre \ > mird.1:${PORTSDIR}/databases/mird \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= pike7[28]-[0-9]* > >Index: ports/lang/pike78/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/pike78/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- ports/lang/pike78/Makefile 23 Feb 2010 18:05:58 -0000 1.11 >+++ ports/lang/pike78/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= pike78 > PORTVERSION= 7.8.352 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang > MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ > http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ >@@ -25,7 +25,7 @@ > pcre.0:${PORTSDIR}/devel/pcre \ > nettle.3:${PORTSDIR}/security/nettle \ > mird.1:${PORTSDIR}/databases/mird \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= pike7[26]-[0-9]* > >Index: ports/lang/q/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/q/Makefile,v >retrieving revision 1.43 >diff -u -r1.43 Makefile >--- ports/lang/q/Makefile 3 Apr 2010 10:44:19 -0000 1.43 >+++ ports/lang/q/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= q > PORTVERSION= 7.11 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= lang > MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION} > >@@ -18,7 +18,7 @@ > curl.6:${PORTSDIR}/ftp/curl \ > freetype.9:${PORTSDIR}/print/freetype2 \ > gdbm.3:${PORTSDIR}/databases/gdbm \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > iodbc.3:${PORTSDIR}/databases/libiodbc \ > xml2.5:${PORTSDIR}/textproc/libxml2 \ > xslt.2:${PORTSDIR}/textproc/libxslt \ >Index: ports/lang/qscheme/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/qscheme/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- ports/lang/qscheme/Makefile 13 May 2009 09:46:01 -0000 1.22 >+++ ports/lang/qscheme/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= qscheme > PORTVERSION= 0.5.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= lang scheme > MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ > >@@ -16,7 +16,7 @@ > > BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ > ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \ >- ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 >+ ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp > LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline > > GNU_CONFIGURE= yes >Index: ports/lang/stklos/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/stklos/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- ports/lang/stklos/Makefile 14 Mar 2010 12:25:46 -0000 1.18 >+++ ports/lang/stklos/Makefile 12 Apr 2010 12:09:45 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= stklos > PORTVERSION= 0.98 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang scheme > MASTER_SITES= http://www.stklos.net/download/ \ > ftp://kaolin.essi.fr/pub/STklos/ >@@ -15,7 +15,7 @@ > MAINTAINER= vmagerya@gmail.com > COMMENT= The successor of the STk Scheme interpreter > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > pcre.0:${PORTSDIR}/devel/pcre \ > ffi.5:${PORTSDIR}/devel/libffi \ > gc.1:${PORTSDIR}/devel/boehm-gc-threaded >Index: ports/lang/swi-pl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/swi-pl/Makefile,v >retrieving revision 1.53 >diff -u -r1.53 Makefile >--- ports/lang/swi-pl/Makefile 31 Mar 2010 22:14:53 -0000 1.53 >+++ ports/lang/swi-pl/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= swi-pl > PORTVERSION= 5.8.3 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ > DISTNAME= pl-${PORTVERSION} >@@ -14,7 +15,7 @@ > MAINTAINER= g.gonter@ieee.org > COMMENT= Edinburgh-style Prolog compiler > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ > readline:${PORTSDIR}/devel/readline > > LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC >Index: ports/lang/whitespace/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/whitespace/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- ports/lang/whitespace/Makefile 13 May 2009 09:45:53 -0000 1.3 >+++ ports/lang/whitespace/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= whitespace > PORTVERSION= 0.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang > MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/ > DISTNAME= wspace-${PORTVERSION} >@@ -17,7 +17,7 @@ > COMMENT= An interpreter for the Whitespace programming language > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > WRKSRC= ${WRKDIR}/WSpace > USE_GMAKE= yes >Index: ports/math/abakus/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/abakus/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- ports/math/abakus/Makefile 28 Mar 2010 06:39:18 -0000 1.12 >+++ ports/math/abakus/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= abakus > PORTVERSION= 0.91 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= math kde > MASTER_SITES= http://purinchu.net/abakus/ \ > http://www.athame.co.uk/mirror/ >@@ -16,7 +16,7 @@ > COMMENT= Michael Pyne's Abakus Calculator > > BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > USE_BZIP2= yes > USE_KDELIBS_VER=3 >Index: ports/math/cgal/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/cgal/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- ports/math/cgal/Makefile 28 Mar 2010 06:39:19 -0000 1.9 >+++ ports/math/cgal/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= cgal > PORTVERSION= 3.4 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math > MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ > DISTNAME= CGAL-${PORTVERSION} >@@ -22,7 +22,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs > RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs > LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > USE_LDCONFIG= yes >Index: ports/math/cln/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/cln/Makefile,v >retrieving revision 1.42 >diff -u -r1.42 Makefile >--- ports/math/cln/Makefile 23 Feb 2010 19:10:22 -0000 1.42 >+++ ports/math/cln/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= cln > PORTVERSION= 1.3.1 >+PORTREVISION= 1 > CATEGORIES= math devel > MASTER_SITES= http://www.ginac.de/CLN/ \ > http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ >@@ -16,7 +17,7 @@ > MAINTAINER= wen@FreeBSD.org > COMMENT= Class Library for Numbers > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_AUTOTOOLS= libtool:22 > USE_BZIP2= yes >Index: ports/math/cvc3/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/cvc3/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- ports/math/cvc3/Makefile 13 May 2009 09:46:01 -0000 1.5 >+++ ports/math/cvc3/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= cvc3 > PORTVERSION= 1.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math > MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \ > http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ >@@ -15,7 +15,7 @@ > MAINTAINER= lwhsu@FreeBSD.org > COMMENT= An automatic theorem prover for the SMT problem > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > CONFIGURE_ARGS= --enable-dynamic \ > --with-arith=gmp \ >Index: ports/math/glpk/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/glpk/Makefile,v >retrieving revision 1.39 >diff -u -r1.39 Makefile >--- ports/math/glpk/Makefile 19 Mar 2010 15:09:41 -0000 1.39 >+++ ports/math/glpk/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= glpk > PORTVERSION= 4.43 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= glpk >@@ -14,7 +15,7 @@ > MAINTAINER= demon@FreeBSD.org > COMMENT= A GNU Linear Programming Kit > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > OPTIONS= IODBC "Enable MathProg iodbc support" Off \ > MYSQL "Enable MathProg mysql support" Off >Index: ports/math/gmp-ecm/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/gmp-ecm/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- ports/math/gmp-ecm/Makefile 13 May 2009 09:46:01 -0000 1.4 >+++ ports/math/gmp-ecm/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= gmp-ecm > PORTVERSION= 6.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://gforge.inria.fr/frs/download.php/4663/ > DISTNAME= ecm-${PORTVERSION} >@@ -15,7 +15,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Elliptic Curve Method for Integer Factorization > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > WRKSRC= ${WRKDIR}/ecm-${PORTVERSION:R} > >Index: ports/math/hs-Agda/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/hs-Agda/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/math/hs-Agda/Makefile 4 Jan 2010 03:24:25 -0000 1.1 >+++ ports/math/hs-Agda/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Agda > PORTVERSION= 2.2.6 >+PORTREVISION= 1 > CATEGORIES= math haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -29,7 +30,7 @@ > hs-haskeline>=0.3:${PORTSDIR}/devel/hs-haskeline \ > hs-utf8-string-ghc>=0.1:${PORTSDIR}/devel/hs-utf8-string-ghc > >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > USE_ICONV= yes > >Index: ports/math/hs-Agda-executable/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/hs-Agda-executable/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/math/hs-Agda-executable/Makefile 4 Jan 2010 03:26:20 -0000 1.1 >+++ ports/math/hs-Agda-executable/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Agda-executable > PORTVERSION= 2.2.6 >+PORTREVISION= 1 > CATEGORIES= math haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -19,7 +20,7 @@ > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ > hs-Agda>=2.2.6:${PORTSDIR}/math/hs-Agda > >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > USE_ICONV= yes > >Index: ports/math/igraph/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/igraph/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- ports/math/igraph/Makefile 29 May 2009 04:28:20 -0000 1.5 >+++ ports/math/igraph/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= igraph > PORTVERSION= 0.5.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/ > > MAINTAINER= wenheping@gmail.com > COMMENT= Package For Manipulating Undirected And Directed Graphs > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GNU_CONFIGURE= yes > USE_GMAKE= yes >Index: ports/math/libjbigi/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/libjbigi/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- ports/math/libjbigi/Makefile 13 May 2009 18:05:31 -0000 1.10 >+++ ports/math/libjbigi/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= libjbigi > PORTVERSION= 0.7.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math java > MASTER_SITES= http://mirror.i2p2.de/ \ > ${MASTER_SITE_GOOGLE_CODE} >@@ -16,7 +16,7 @@ > MAINTAINER= lioux@FreeBSD.org > COMMENT= i2p JNI to GNU MP Bignum library (libgmp) > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 >+BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp > > USE_BZIP2= yes > USE_JAVA= yes >Index: ports/math/mpc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/mpc/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/math/mpc/Makefile 21 Dec 2009 08:01:15 -0000 1.8 >+++ ports/math/mpc/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,13 +7,14 @@ > > PORTNAME= mpc > PORTVERSION= 0.8.1 >+PORTREVISION= 1 > CATEGORIES= math devel > MASTER_SITES= http://www.multiprecision.org/mpc/download/ > > MAINTAINER= gerald@FreeBSD.org > COMMENT= Library of complex numbers with arbitrarily high precision > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > GNU_CONFIGURE= yes >Index: ports/math/mpfr/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/mpfr/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/math/mpfr/Makefile 1 Dec 2009 11:33:12 -0000 1.16 >+++ ports/math/mpfr/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= mpfr > PORTVERSION= 2.4.2 >+PORTREVISION= 1 > CATEGORIES= math devel > MASTER_SITES= http://www.mpfr.org/mpfr-current/ > DIST_SUBDIR= mpfr >@@ -14,7 +15,7 @@ > MAINTAINER= ale@FreeBSD.org > COMMENT= A library for multiple-precision floating-point computations > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_BZIP2= yes > GNU_CONFIGURE= yes >Index: ports/math/msieve/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/msieve/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/math/msieve/Makefile 13 Jan 2009 01:22:32 -0000 1.8 >+++ ports/math/msieve/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= msieve > PORTVERSION= 1.38 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://www.boo.net/~jasonp/ \ > http://mirror.roe.ch/dist/msieve/ >Index: ports/math/ndiff/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/ndiff/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- ports/math/ndiff/Makefile 13 May 2009 09:45:54 -0000 1.7 >+++ ports/math/ndiff/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ndiff > PORTVERSION= 2.00 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math > MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/ > PKGNAMEPREFIX= >@@ -18,7 +18,7 @@ > .include <bsd.port.pre.mk> > > .if !defined(WITHOUT_GMP) >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > CONFIGURE_ARGS= --with-gmp >Index: ports/math/ntl/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/ntl/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/math/ntl/Makefile 22 Feb 2010 02:44:33 -0000 1.16 >+++ ports/math/ntl/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= ntl > PORTVERSION= 5.5.2 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://www.shoup.net/ntl/ > >@@ -15,7 +16,7 @@ > > # ntl is faster with libgmp4, but you can disable it > .if !defined(WITHOUT_GMP) >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFIGURE_ARGS= NTL_GMP_LIP=on > .endif >Index: ports/math/p5-Math-BigInt-GMP/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/p5-Math-BigInt-GMP/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/math/p5-Math-BigInt-GMP/Makefile 13 May 2009 09:45:54 -0000 1.8 >+++ ports/math/p5-Math-BigInt-GMP/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= Math-BigInt-GMP > PORTVERSION= 1.24 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -15,7 +15,7 @@ > MAINTAINER= perl@FreeBSD.org > COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > BUILD_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt > RUN_DEPENDS= ${BUILD_DEPENDS} > >Index: ports/math/p5-Math-GMP/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/p5-Math-GMP/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/math/p5-Math-GMP/Makefile 17 Sep 2009 21:25:27 -0000 1.16 >+++ ports/math/p5-Math-GMP/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Math-GMP > PORTVERSION= 2.06 >+PORTREVISION= 1 > CATEGORIES= math perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -14,7 +15,7 @@ > MAINTAINER= perl@FreeBSD.org > COMMENT= Perl module that provides an interface to the GMP library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > PERL_CONFIGURE= yes > >Index: ports/math/pari/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/pari/Makefile,v >retrieving revision 1.49 >diff -u -r1.49 Makefile >--- ports/math/pari/Makefile 7 Mar 2010 23:47:08 -0000 1.49 >+++ ports/math/pari/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= pari > PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ > DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} >@@ -14,7 +15,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Mathematics library and advanced calculator package > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > MAKE_JOBS_UNSAFE= yes > >Index: ports/math/polymake/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/polymake/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- ports/math/polymake/Makefile 13 May 2009 09:45:54 -0000 1.12 >+++ ports/math/polymake/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= polymake > PORTVERSION= 2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ > >@@ -17,7 +17,7 @@ > MAINTAINER= gawrilow@math.tu-berlin.de > COMMENT= A framework for experimental discrete geometry > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_GMAKE= yes > USE_BZIP2= yes >Index: ports/math/py-gmpy/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/py-gmpy/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- ports/math/py-gmpy/Makefile 1 Jul 2009 12:34:27 -0000 1.4 >+++ ports/math/py-gmpy/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gmpy > PORTVERSION= 1.04 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > MAINTAINER= wenheping@gmail.com > COMMENT= Python Extension that Wraps the GMP Library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_ZIP= yes > USE_PYTHON= yes >Index: ports/math/ruby-gmp/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/ruby-gmp/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/math/ruby-gmp/Makefile 16 Jun 2009 15:53:16 -0000 1.8 >+++ ports/math/ruby-gmp/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= gmp > PORTVERSION= 1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math ruby > MASTER_SITES= http://raa.ruby-lang.org/cache/libgmp-ruby/ > PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > MAINTAINER= ruby@FreeBSD.org > COMMENT= Ruby bindings to GNU Multiprecision Library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_RUBY= yes > USE_RUBY_EXTCONF= yes >Index: ports/math/sdpa-gmp/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/sdpa-gmp/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- ports/math/sdpa-gmp/Makefile 9 Oct 2009 00:16:59 -0000 1.8 >+++ ports/math/sdpa-gmp/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= sdpa-gmp > PORTVERSION= 7.1.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math > MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ > DISTFILES= ${SRCFILE} ${MANUALFILE} >@@ -26,7 +26,7 @@ > MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf > GNU_CONFIGURE= yes > LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > CONFIGURE_ARGS+= --with-system-spooles >Index: ports/math/surf/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/surf/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- ports/math/surf/Makefile 12 Feb 2010 14:20:23 -0000 1.26 >+++ ports/math/surf/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= surf > PORTVERSION= 1.0.6 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= SF > >@@ -16,7 +17,7 @@ > > LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ > tiff.4:${PORTSDIR}/graphics/tiff \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > USE_XORG= x11 xmu > USE_GNOME= gtk12 >Index: ports/math/testu01/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/testu01/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- ports/math/testu01/Makefile 26 Dec 2009 18:01:43 -0000 1.5 >+++ ports/math/testu01/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= TestU01 > PORTVERSION= 1.2.3 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \ > http://www.iro.umontreal.ca/~lecuyer/myftp/papers/:1 >@@ -16,7 +17,7 @@ > MAINTAINER= bf1783@gmail.com > COMMENT= Utilities for statistical testing of uniform random number generators > >-LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp > > USE_ZIP= yes > GNU_CONFIGURE= yes >Index: ports/math/wcalc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/wcalc/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- ports/math/wcalc/Makefile 22 Aug 2009 00:28:09 -0000 1.9 >+++ ports/math/wcalc/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= wcalc > PORTVERSION= 2.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math > MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} > DISTNAME= wcalc-${PORTVERSION} >@@ -15,7 +15,7 @@ > MAINTAINER= amarendra.godbole@gmail.com > COMMENT= A natural-expression command-line calculator > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > mpfr.3:${PORTSDIR}/math/mpfr > > CFLAGS+= -I${LOCALBASE}/include >Index: ports/misc/kdeutils3/Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/kdeutils3/Makefile,v >retrieving revision 1.127 >diff -u -r1.127 Makefile >--- ports/misc/kdeutils3/Makefile 28 Mar 2010 06:40:23 -0000 1.127 >+++ ports/misc/kdeutils3/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= kdeutils > PORTVERSION= ${KDE_VERSION} >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES?= misc kde > MASTER_SITES= ${MASTER_SITE_KDE} > MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src >@@ -16,7 +16,7 @@ > MAINTAINER?= kde@FreeBSD.org > COMMENT= Utilities for the KDE integrated X11 desktop > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > netsnmp:${PORTSDIR}/net-mgmt/net-snmp > RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ > gtar:${PORTSDIR}/archivers/gtar >Index: ports/misc/kdeutils4/Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/kdeutils4/Makefile,v >retrieving revision 1.139 >diff -u -r1.139 Makefile >--- ports/misc/kdeutils4/Makefile 28 Mar 2010 06:40:23 -0000 1.139 >+++ ports/misc/kdeutils4/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= kdeutils > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc kde > MASTER_SITES= ${MASTER_SITE_KDE} > MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src >@@ -15,7 +15,7 @@ > MAINTAINER= kde@FreeBSD.org > COMMENT= Utilities for the KDE4 integrated X11 Desktop > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > zip.1:${PORTSDIR}/archivers/libzip \ > lzma.0:${PORTSDIR}/archivers/xz \ > qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ >Index: ports/net-mgmt/kismet/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-mgmt/kismet/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- ports/net-mgmt/kismet/Makefile 28 Mar 2010 21:41:11 -0000 1.26 >+++ ports/net-mgmt/kismet/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= kismet > PORTVERSION= 200805.r1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-mgmt > MASTER_SITES= http://www.kismetwireless.net/code/ > DISTNAME= kismet-2008-05-R1 >@@ -45,7 +45,7 @@ > > .ifdef(WITH_GPSMAP) > PLIST_SUB+= GPS="" >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp \ > expat.6:${PORTSDIR}/textproc/expat2 \ > Magick++.3:${PORTSDIR}/graphics/ImageMagick > BUILD_DEPENDS+= wget:${PORTSDIR}/ftp/wget >Index: ports/net-p2p/gnunet/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/gnunet/Makefile,v >retrieving revision 1.75 >diff -u -r1.75 Makefile >--- ports/net-p2p/gnunet/Makefile 3 Apr 2010 10:44:24 -0000 1.75 >+++ ports/net-p2p/gnunet/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= gnunet > PORTVERSION= 0.8.1b >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-p2p ipv6 > MASTER_SITES= GNU \ > http://gnunet.org/download/ >@@ -22,7 +22,7 @@ > curl.6:${PORTSDIR}/ftp/curl \ > guile.20:${PORTSDIR}/lang/guile \ > esmtp.6:${PORTSDIR}/mail/libesmtp \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > gcrypt.16:${PORTSDIR}/security/libgcrypt \ > extractor.2:${PORTSDIR}/textproc/libextractor \ > microhttpd.6:${PORTSDIR}/www/libmicrohttpd >Index: ports/net-p2p/i2p/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/i2p/Makefile,v >retrieving revision 1.57 >diff -u -r1.57 Makefile >--- ports/net-p2p/i2p/Makefile 12 Feb 2010 02:55:06 -0000 1.57 >+++ ports/net-p2p/i2p/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= i2p > PORTVERSION= 0.7.10 >+PORTREVISION= 1 > CATEGORIES= net-p2p java security > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:i2p \ > http://mirror.i2p2.de/:i2p \ >@@ -19,7 +20,7 @@ > MAINTAINER= lioux@FreeBSD.org > COMMENT= An anonymizing network > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 >+BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp > RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip > > USE_BZIP2= yes >Index: ports/net-p2p/ktorrent/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/ktorrent/Makefile,v >retrieving revision 1.50 >diff -u -r1.50 Makefile >--- ports/net-p2p/ktorrent/Makefile 28 Mar 2010 06:42:04 -0000 1.50 >+++ ports/net-p2p/ktorrent/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= ktorrent > PORTVERSION= 3.3.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-p2p kde > MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ > > MAINTAINER= makc@FreeBSD.org > COMMENT= BitTorrent client for KDE > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ > qca.2:${PORTSDIR}/devel/qca \ > streamanalyzer.0:${PORTSDIR}/deskutils/strigi \ > tag.1:${PORTSDIR}/audio/taglib >Index: ports/net-p2p/ktorrent-devel/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/ktorrent-devel/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- ports/net-p2p/ktorrent-devel/Makefile 28 Mar 2010 06:42:04 -0000 1.26 >+++ ports/net-p2p/ktorrent-devel/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ktorrent > PORTVERSION= 20071023 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net-p2p kde > MASTER_SITES= http://www.brueffer.de/distfiles/ > PKGNAMESUFFIX= -devel >@@ -15,7 +15,7 @@ > MAINTAINER= markus@FreeBSD.org > COMMENT= BitTorrent client for KDE > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= ktorrent-[0.9]* > >Index: ports/net-p2p/ktorrent2/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/ktorrent2/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- ports/net-p2p/ktorrent2/Makefile 28 Mar 2010 06:42:05 -0000 1.36 >+++ ports/net-p2p/ktorrent2/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ktorrent > PORTVERSION= 2.2.8 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= net-p2p kde > MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ > http://www.brueffer.de/distfiles/ >@@ -15,7 +15,7 @@ > MAINTAINER= markus@FreeBSD.org > COMMENT= BitTorrent client for KDE > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > CONFLICTS= ktorrent-devel-[0-9]* > LATEST_LINK= ${PORTNAME}2 >Index: ports/net/kdenetwork4/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/kdenetwork4/Makefile,v >retrieving revision 1.155 >diff -u -r1.155 Makefile >--- ports/net/kdenetwork4/Makefile 28 Mar 2010 06:41:19 -0000 1.155 >+++ ports/net/kdenetwork4/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= kdenetwork > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net kde ipv6 > MASTER_SITES= ${MASTER_SITE_KDE} > MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src >@@ -23,7 +23,7 @@ > vncserver.0:${PORTSDIR}/net/libvncserver \ > msn.0:${PORTSDIR}/net-im/libmsn \ > gadu:${PORTSDIR}/polish/libgadu \ >- gmp.8:${PORTSDIR}/math/libgmp4 \ >+ gmp.10:${PORTSDIR}/math/gmp \ > ortp.5:${PORTSDIR}/net/ortp \ > decibel.0:${PORTSDIR}/net-im/decibel \ > meanwhile.1:${PORTSDIR}/net-im/meanwhile \ >Index: ports/net/p5-Crypt-DH-GMP/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/p5-Crypt-DH-GMP/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/net/p5-Crypt-DH-GMP/Makefile 28 Feb 2010 03:25:51 -0000 1.1 >+++ ports/net/p5-Crypt-DH-GMP/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= Crypt-DH-GMP > PORTVERSION= 0.00006 >+PORTREVISION= 1 > CATEGORIES= net perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -13,7 +14,7 @@ > MAINTAINER= andrey@kostenko.name > COMMENT= Crypt::DH Using GMP Directly > >-RUN_DEPENDS= libgmp>=0:${PORTSDIR}/math/libgmp4 >+RUN_DEPENDS= libgmp>=0:${PORTSDIR}/math/gmp > BUILD_DEPENDS= ${RUN_DEPENDS} > > PERL_CONFIGURE= YES >Index: ports/ports-mgmt/porte/Makefile >=================================================================== >RCS file: /home/pcvs/ports/ports-mgmt/porte/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- ports/ports-mgmt/porte/Makefile 6 Dec 2009 20:56:53 -0000 1.7 >+++ ports/ports-mgmt/porte/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= porte > PORTVERSION= 0.0.3 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= ports-mgmt haskell > MASTER_SITES= http://carte.repnop.org/releases/ > >@@ -17,7 +17,7 @@ > hs-stringsearch>=0.2.1.1:${PORTSDIR}/textproc/hs-stringsearch > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-stringsearch>=0.2.1.1:${PORTSDIR}/textproc/hs-stringsearch >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > PORTE_VERSION= ${PORTVERSION} >Index: ports/print/hs-hscolour/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/hs-hscolour/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- ports/print/hs-hscolour/Makefile 6 Dec 2009 20:56:53 -0000 1.10 >+++ ports/print/hs-hscolour/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= hscolour > PORTVERSION= 1.15 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= print haskell > MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ \ >@@ -19,7 +20,7 @@ > .if !defined(SLAVE) > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > .else > NO_PKG_REGISTER= > .endif >Index: ports/print/lilypond/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/lilypond/Makefile,v >retrieving revision 1.70 >diff -u -r1.70 Makefile >--- ports/print/lilypond/Makefile 28 Mar 2010 06:42:43 -0000 1.70 >+++ ports/print/lilypond/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -9,7 +9,7 @@ > > PORTNAME= lilypond > PORTVERSION= 2.13.9 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= print audio > MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.13/:src \ > ${MASTER_SITE_LOCAL}/gahr/:fonts \ >@@ -31,7 +31,7 @@ > zip:${PORTSDIR}/archivers/zip \ > gsed:${PORTSDIR}/textproc/gsed > LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ > mftrace:${PORTSDIR}/print/mftrace > >Index: ports/security/botan/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/botan/Makefile,v >retrieving revision 1.51 >diff -u -r1.51 Makefile >--- ports/security/botan/Makefile 13 Nov 2009 23:54:41 -0000 1.51 >+++ ports/security/botan/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= botan > PORTVERSION= 1.8.8 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://files.randombit.net/botan/v1.8/ > DISTNAME= Botan-${PORTVERSION} >@@ -40,7 +41,7 @@ > .endif > > .if !defined(WITHOUT_GMP) >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > CONFIGURE_ARGS+=--with-gnump > MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" > .endif >Index: ports/security/libecc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/libecc/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- ports/security/libecc/Makefile 23 Feb 2010 18:07:11 -0000 1.16 >+++ ports/security/libecc/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -8,14 +8,14 @@ > > PORTNAME= libecc > PORTVERSION= 0.12.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= SF > > MAINTAINER= johans@FreeBSD.org > COMMENT= C++ Elliptic Curve Library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >Index: ports/security/libtomcrypt/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/libtomcrypt/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- ports/security/libtomcrypt/Makefile 9 Sep 2009 19:19:12 -0000 1.24 >+++ ports/security/libtomcrypt/Makefile 12 Apr 2010 12:09:46 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= libtomcrypt > PORTVERSION= 1.17 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://libtom.org/files/ \ > http://www.atarininja.org/~wxs/distfiles/ >@@ -48,7 +49,7 @@ > .endif > > .if defined(WITH_GMP) >-BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 >+BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/gmp > CFLAGS+= -DGMP_DESC > .endif > >Index: ports/security/lsh/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/lsh/Makefile,v >retrieving revision 1.47 >diff -u -r1.47 Makefile >--- ports/security/lsh/Makefile 2 Jun 2009 11:14:38 -0000 1.47 >+++ ports/security/lsh/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= lsh > PORTVERSION= 2.0.4 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= security ipv6 > MASTER_SITES= ${MASTER_SITE_GNUPG} \ > ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ >@@ -16,7 +16,7 @@ > COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 > > LIB_DEPENDS= oop:${PORTSDIR}/devel/liboop \ >- gmp.8:${PORTSDIR}/math/libgmp4 >+ gmp.10:${PORTSDIR}/math/gmp > > GNU_CONFIGURE= yes > USE_XORG= xau >Index: ports/security/nettle/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/nettle/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- ports/security/nettle/Makefile 2 Dec 2009 13:45:51 -0000 1.25 >+++ ports/security/nettle/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -9,6 +9,7 @@ > > PORTNAME= nettle > PORTVERSION= 2.0 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ > ftp://ftp.lysator.liu.se/pub/security/lsh/ >@@ -16,7 +17,7 @@ > MAINTAINER= corky1951@comcast.net > COMMENT= A low-level cryptographic library > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_GMAKE= yes > USE_OPENSSL= yes >Index: ports/security/pbc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/pbc/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- ports/security/pbc/Makefile 28 Jul 2009 21:57:20 -0000 1.3 >+++ ports/security/pbc/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,13 +7,14 @@ > > PORTNAME= pbc > PORTVERSION= 0.4.21 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://crypto.stanford.edu/pbc/files/ > > MAINTAINER= wenheping@gmail.com > COMMENT= Library of pairing-based cryptosystems > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_CMAKE= yes > USE_LDCONFIG= yes >Index: ports/security/py-pycrypto/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/py-pycrypto/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- ports/security/py-pycrypto/Makefile 1 Jan 2010 04:47:56 -0000 1.15 >+++ ports/security/py-pycrypto/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= pycrypto > PORTVERSION= 2.1.0 >+PORTREVISION= 1 > CATEGORIES= security python > MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > USE_PYTHON= yes > USE_PYDISTUTILS=yes > >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > pre-patch: > @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py >Index: ports/security/sfs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/sfs/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- ports/security/sfs/Makefile 9 Aug 2009 09:32:11 -0000 1.35 >+++ ports/security/sfs/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= sfs > PORTVERSION= 0.7.2 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= security net > MASTER_SITES= http://www.fs.net/sfswww/dist/ > >@@ -30,7 +30,7 @@ > --disable-uvfs \ > --with-gmp=${LOCALBASE} > >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > .include <bsd.port.pre.mk> > >Index: ports/security/ssh/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/ssh/Makefile,v >retrieving revision 1.140 >diff -u -r1.140 Makefile >--- ports/security/ssh/Makefile 13 May 2009 09:45:58 -0000 1.140 >+++ ports/security/ssh/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= ssh > PORTVERSION= 1.2.33 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= security ipv6 > MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ > ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/ \ >@@ -60,7 +60,7 @@ > CONFIGURE_ARGS+= --without-idea > .endif > >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ > GMPLIBDIR="${LOCALBASE}/lib" > >Index: ports/security/ssss/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/ssss/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- ports/security/ssss/Makefile 13 May 2009 09:45:59 -0000 1.3 >+++ ports/security/ssss/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,14 +7,14 @@ > > PORTNAME= ssss > PORTVERSION= 0.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= http://point-at-infinity.org/ssss/ > > MAINTAINER= luke@novum.am.lublin.pl > COMMENT= Shamir's Secret Sharing Scheme > >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > PLIST_FILES= bin/ssss-combine bin/ssss-split > >Index: ports/textproc/hs-haxml/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/hs-haxml/Makefile,v >retrieving revision 1.44 >diff -u -r1.44 Makefile >--- ports/textproc/hs-haxml/Makefile 30 Dec 2009 14:12:51 -0000 1.44 >+++ ports/textproc/hs-haxml/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= haxml > PORTVERSION= 1.20 >+PORTREVISION= 1 > CATEGORIES= textproc haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/HaXml/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -18,7 +19,7 @@ > hs-polyparse-ghc>=1.1:${PORTSDIR}/textproc/hs-polyparse-ghc > RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ > hs-polyparse-ghc>=1.1:${PORTSDIR}/textproc/hs-polyparse-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > HAXML_VERSION= ${PORTVERSION} >Index: ports/textproc/hs-tagsoup/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/hs-tagsoup/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- ports/textproc/hs-tagsoup/Makefile 2 Jan 2010 23:18:07 -0000 1.1 >+++ ports/textproc/hs-tagsoup/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= tagsoup > PORTVERSION= 0.6 >+PORTREVISION= 1 > CATEGORIES= textproc haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > > GHC_VERSION= 6.10.4 > TAGSOUP_VERSION= ${PORTVERSION} >Index: ports/textproc/pandoc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/pandoc/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- ports/textproc/pandoc/Makefile 30 Jan 2010 19:52:54 -0000 1.12 >+++ ports/textproc/pandoc/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= pandoc > PORTVERSION= 1.4 >+PORTREVISION= 1 > CATEGORIES= textproc haskell > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} > >@@ -19,7 +20,7 @@ > RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ > hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc \ > hs-zip-archive-ghc>=0.1:${PORTSDIR}/archivers/hs-zip-archive-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1 > >Index: ports/x11-wm/xmonad/Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11-wm/xmonad/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/x11-wm/xmonad/Makefile 30 Jan 2010 19:59:41 -0000 1.14 >+++ ports/x11-wm/xmonad/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= xmonad > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= x11-wm haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ > >@@ -17,7 +18,7 @@ > hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc > RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_XORG= x11 > >Index: ports/x11-wm/xmonad-contrib/Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11-wm/xmonad-contrib/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- ports/x11-wm/xmonad-contrib/Makefile 30 Jan 2010 19:59:41 -0000 1.14 >+++ ports/x11-wm/xmonad-contrib/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= xmonad-contrib > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= x11-wm haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/ > >@@ -19,7 +20,7 @@ > RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > xmonad:${PORTSDIR}/x11-wm/xmonad \ > hs-utf8-string-ghc>=0.1:${PORTSDIR}/devel/hs-utf8-string-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_XORG= x11 > >Index: ports/x11/hs-x11-ghc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11/hs-x11-ghc/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- ports/x11/hs-x11-ghc/Makefile 13 Jan 2010 14:11:33 -0000 1.15 >+++ ports/x11/hs-x11-ghc/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= x11 > PORTVERSION= 1.5.0.0 >+PORTREVISION= 1 > CATEGORIES= x11 haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/ > PKGNAMEPREFIX= hs- >@@ -16,7 +17,7 @@ > COMMENT= X11 bindings for Haskell programs > > BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc >-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp > RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc > > USE_XORG= x11 xext sm >Index: ports/x11/xmobar/Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11/xmobar/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- ports/x11/xmobar/Makefile 2 Sep 2009 15:38:44 -0000 1.5 >+++ ports/x11/xmobar/Makefile 12 Apr 2010 12:09:47 -0000 >@@ -6,6 +6,7 @@ > > PORTNAME= xmobar > PORTVERSION= 0.9.2 >+PORTREVISION= 1 > CATEGORIES= x11 haskell > MASTER_SITES= http://hackage.haskell.org/packages/archive/xmobar/${PORTVERSION}/ \ > http://carte.kerneled.org/mirror/ >@@ -15,7 +16,7 @@ > > BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ > hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc >-LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 >+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp > > USE_XORG= x11 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 144487
:
104327
| 104328