diff options
154 files changed, 349 insertions, 238 deletions
@@ -4364,3 +4364,4 @@ security/php5-mhash|security/php5-hash|2010-04-09|Wrapper in hash extension databases/php5-oci8||2010-04-11|Doesn't support Oracle8 client library databases/php5-pdo_oci||2010-04-11|Doesn't support Oracle8 client library sysutils/rc_subr||2010-04-16|No longer needed +math/libgmp4|math/gmp|2010-04-19|Switch to newer performance release @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100419: + AFFECTS: users of math/libgmp4 + AUTHOR: ale@FreeBSD.org + + The default gmp version in FreeBSD is now 5.0.x. The port directory changed + from math/libgmp4 to math/gmp. An entry has been added in MOVED and all + depending ports have been bumped, so the update should be handled + correctly by common ports management tools, like portmaster and portupgrade. + 20100409: AFFECTS: users of lang/php5 AUTHOR: ale@FreeBSD.org diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index cd2e60f24298..0897812f0847 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile index 60f40a12ea1b..d2dae3121a8f 100644 --- a/audio/cheesetracker/Makefile +++ b/audio/cheesetracker/Makefile @@ -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 @@ BROKEN= Does not compile on alpha .endif .if ${ARCH} != "i386" -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp .endif post-patch: diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index cd2e60f24298..0897812f0847 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index cd2e60f24298..0897812f0847 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 5eedcfe62327..2ef5d0996e4d 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -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 @@ COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development 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 diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 85af89984d2b..833c37d84b54 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -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_BZIP2= yes 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]* diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index 1e3f2de865ee..a71202d7950a 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -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 @@ PATCH_DIST_STRIP= -p1 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 # diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 8b67f448d100..a793c53f0656 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -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 @@ COMMENT= Yet another replacement for CVS, written in Haskell 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 diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index 4637153f801f..ac1484e3ebef 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -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 @@ BUILD_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ 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 \ diff --git a/devel/hs-Stream/Makefile b/devel/hs-Stream/Makefile index 807975d4a7de..c9d4dcbd6ee2 100644 --- a/devel/hs-Stream/Makefile +++ b/devel/hs-Stream/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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} diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 39ed628b053b..a6e193477353 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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 \ diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 64ca31528b98..7cf4184a8f1d 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -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 @@ COMMENT= C->Haskell, an Interface Generator for Haskell 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} diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index cd7447581e4f..8b0481815a0b 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -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 @@ COMMENT= A simplified re-implementation of cpp in Haskell 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} diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 8b67f448d100..a793c53f0656 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -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 @@ COMMENT= Yet another replacement for CVS, written in Haskell 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 diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile index 032d08a91b85..e070435e77cd 100644 --- a/devel/hs-drift/Makefile +++ b/devel/hs-drift/Makefile @@ -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 @@ OPTIONS= NHC98 "Build with nhc98" off \ .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 diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index f65f3035e217..526afbf8a325 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 5a5932fd6707..a4e9969b1779 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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 diff --git a/devel/hs-hdoc/Makefile b/devel/hs-hdoc/Makefile index 19aa85386496..fc88caf374c9 100644 --- a/devel/hs-hdoc/Makefile +++ b/devel/hs-hdoc/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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} diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index 13dcbdcb5e6f..d1652a0ba9db 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -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 @@ COMMENT= Intelligent compilation management tool for Haskell programs 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} diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index 9e5510f80bc7..4cb54464bbca 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -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 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ 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} diff --git a/devel/hs-idoc/Makefile b/devel/hs-idoc/Makefile index e656a731040a..9f072dba4325 100644 --- a/devel/hs-idoc/Makefile +++ b/devel/hs-idoc/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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 diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 52f807368759..6b2a9f2b714d 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -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 @@ RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ 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} diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile index 289701fd8540..163bf6594227 100644 --- a/devel/hs-uuagc/Makefile +++ b/devel/hs-uuagc/Makefile @@ -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 @@ COMMENT= Attribute Grammar System of Universiteit Utrecht 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} diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index b859a5ae3360..c1108af5608e 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -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 @@ DISTNAME= libYGP-${PORTVERSION} 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 diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile index 0167ce5cff79..9fad8cf742d4 100644 --- a/devel/libuninum/Makefile +++ b/devel/libuninum/Makefile @@ -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}" diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 2b264cbd21d0..c3f8c0fcdd89 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -20,7 +21,7 @@ COMMENT= FSF gcc-4 for Windows cross-development 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 diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index a254e7282fe4..625707543882 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -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 @@ MAINTAINER= grosser@fim.uni-passau.de 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 diff --git a/devel/ppl/files/patch-configure b/devel/ppl/files/patch-configure new file mode 100644 index 000000000000..6802f484f464 --- /dev/null +++ b/devel/ppl/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig 2010-04-13 10:19:13.000000000 +0200 ++++ configure 2010-04-13 10:19:48.000000000 +0200 +@@ -16469,18 +16469,6 @@ + return 1; + } + +- if (sizeof(mp_limb_t)*CHAR_BIT != GMP_LIMB_BITS +- || GMP_LIMB_BITS != mp_bits_per_limb) { +- std::cerr +- << "GMP header (gmp.h) and library (ligmp.*) bits-per-limb mismatch:\n" +- << "header gives " << __GMP_BITS_PER_MP_LIMB << ";\n" +- << "library gives " << mp_bits_per_limb << ".\n" +- << "This probably means you are on a bi-arch system and\n" +- << "you are compiling with the wrong header or linking with\n" +- << "the wrong library." << std::endl; +- return 1; +- } +- + mpz_class n("3141592653589793238462643383279502884"); + return 0; + } diff --git a/devel/py-mx-experimental/Makefile b/devel/py-mx-experimental/Makefile index 959850bdb919..e7d1433e53c4 100644 --- a/devel/py-mx-experimental/Makefile +++ b/devel/py-mx-experimental/Makefile @@ -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 @@ DISTNAME= egenix-${PORTNAME}-${PORTVERSION} 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 diff --git a/devel/root/Makefile b/devel/root/Makefile index 4bb86ddb5284..cac9ed048c98 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -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= freetype.9:${PORTSDIR}/print/freetype2 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 diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index d617d6d486a0..52f8231c9249 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -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} diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile index c3f86972a02a..f74092da5000 100644 --- a/dns/dhid/Makefile +++ b/dns/dhid/Makefile @@ -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" diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 1c064c9903da..3a60c77646db 100644 --- a/dns/dhisd/Makefile +++ b/dns/dhisd/Makefile @@ -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 diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 2afd00f72c84..9cee755fc92f 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -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 @@ MAINTAINER= bsdkaffee@gmail.com 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 diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 87e9143f089f..6a85ec74f153 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -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 diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 4204fb76ab76..107b4ae06ff2 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -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 @@ MAINTAINER= gahr@FreeBSD.org 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 diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index bad944a1f334..3a41cb5dc135 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -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 @@ CONFIGURE_ARGS+=--enable-hub # 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 diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 769a15ced43a..9e0b875d152b 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -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 @@ COMMENT= Multi-platform Java virtual machine with JIT compiler and AWT package 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 \ diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 1e7aff12dd26..1e7f405dc655 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -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 @@ EXTRACT_SUFX= .tgz 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 diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 19b8c90409aa..5cada080983f 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -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 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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/} diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 74d59f13c6e2..67a5986a757d 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -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 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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) diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 239b384c0d99..e40d4ea495d1 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.4.4.20100413 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ 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 diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 6c46c20ff007..295d22348778 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= gcl MAINTAINER= ports@FreeBSD.org COMMENT= GNU Common Lisp -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp ONLY_FOR_ARCHS= i386 diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index c9690ba25e48..ad41848ff0d5 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -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 @@ GHCPATH_VERSION= 0.1.0.5 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 diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index bdd94cd2a5e3..2830f3574b3d 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -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 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ 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 diff --git a/lang/gnat-gcc44/Makefile b/lang/gnat-gcc44/Makefile index b77765573195..e915be099e2e 100644 --- a/lang/gnat-gcc44/Makefile +++ b/lang/gnat-gcc44/Makefile @@ -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 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ 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 diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 216e7a0ddea1..77603b43843e 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -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 @@ DISTFILES= ${gcc_srcfile}:gcc ${gnat_srcfile}:gnat 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 diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 194b17d79116..5ec43a01b6a8 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -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 @@ COMMENT= GNUstep Foundation library 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 diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 412737594d34..c4d90a90bec0 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= guile 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 diff --git a/lang/hs-brainfuck/Makefile b/lang/hs-brainfuck/Makefile index 3e463647f0ff..27766814e370 100644 --- a/lang/hs-brainfuck/Makefile +++ b/lang/hs-brainfuck/Makefile @@ -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 @@ COMMENT= Brainfuck interpreter written in Haskell 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} diff --git a/lang/hs-unlambda/Makefile b/lang/hs-unlambda/Makefile index 7c3db24bcb12..790aeae9a7bc 100644 --- a/lang/hs-unlambda/Makefile +++ b/lang/hs-unlambda/Makefile @@ -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 @@ COMMENT= Unlambda interpreter written in Haskell 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} diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile index de7a6c1182b6..62e96d27e729 100644 --- a/lang/ikarus/Makefile +++ b/lang/ikarus/Makefile @@ -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 @@ MASTER_SITES= http://www.ikarus-scheme.org/ \ 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 diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 183b13372d3b..edaa85b5c131 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -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 @@ MAINTAINER= anray@FreeBSD.org 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 diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 74378f054149..c3a24df59159 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -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 @@ COMMENT= A high-performance reflective language 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 diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 2dddefd7545c..fdeb7a7f89e9 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -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 @@ EXTRACT_ONLY= ${SRC_DIST} 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 diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 7a4ded2c176f..620146f066a9 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -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 @@ DISTNAME= mos201src 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. diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index bdb7f27ebdac..11263d248a6e 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -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 @@ COMMENT= A distributed language with constraint-based inference 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 diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 54ffc15482dc..30bb98aef481 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -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 @@ CFLAGS+= -DNEWLISP64 .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 diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index e0a3172f887a..7f5b744fb3ef 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -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 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif .if defined (WITH_GMP) -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp .endif .include <bsd.port.mk> diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index bd93e673e7d8..1f56d177dbff 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -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]* diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 11d6a1b65453..cd3b16d83aa2 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -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]* diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index efa25624bc95..7981b116af73 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -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 @@ COMMENT= Parrot - virtual machine for dynamic languages 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 diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index df6604a30124..1857c04c1133 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -125,7 +125,7 @@ USE_GETTEXT= yes .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 diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 72b30400e301..498cf0a677fd 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -105,7 +105,7 @@ USE_GETTEXT= yes .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 diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 72b30400e301..498cf0a677fd 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -105,7 +105,7 @@ USE_GETTEXT= yes .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 diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index ce20913ad43f..ad88f99eb7ca 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -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 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ 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 diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index c861358843b4..b33db6fc90bd 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -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 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ 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]* diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index e21d0437dce6..1625f648030f 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -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 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ 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]* diff --git a/lang/q/Makefile b/lang/q/Makefile index 7c73ba94e073..9c51e05d73f2 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -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 @@ LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ 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 \ diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 8197ec67f65f..005502d70e3f 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -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 @@ COMMENT= A small and fast Scheme interpreter 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 diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index c3e7194b6d73..51d88384c37c 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -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 @@ MASTER_SITES= http://www.stklos.net/download/ \ 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 diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 7cfa29198725..4a56ccf61ba2 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -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 @@ DISTNAME= pl-${PORTVERSION} 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 diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index 9561e9579515..f4ff953863e8 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -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 @@ MAINTAINER= llwang@infor.org 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 diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 4b1be6741e02..cc954c3711ae 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -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 @@ MAINTAINER= makc@FreeBSD.org 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 diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 442560e38e33..2a323d35111b 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -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 @@ COMMENT= A computational geometry library 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 diff --git a/math/cln/Makefile b/math/cln/Makefile index 72314862a3f6..9ac05747f8cb 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -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 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ 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 diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 7be5bb195783..8176ab5eac3b 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -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 @@ MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \ 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 \ diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 40393153b6ad..1506b92a0feb 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= glpk 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 diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index ad2c44664c4d..98d0bf6a2007 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -6,18 +6,15 @@ # PORTNAME= gmp-ecm -PORTVERSION= 6.2.0 -PORTREVISION= 1 +PORTVERSION= 6.2.3 CATEGORIES= math -MASTER_SITES= http://gforge.inria.fr/frs/download.php/4663/ +MASTER_SITES= https://gforge.inria.fr/frs/download.php/22124/ DISTNAME= ecm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Elliptic Curve Method for Integer Factorization -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 - -WRKSRC= ${WRKDIR}/ecm-${PORTVERSION:R} +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_GNOME= gnometarget GNU_CONFIGURE= yes @@ -27,4 +24,12 @@ CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \ MAN1= ecm.1 PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la +post-patch: + @${REINPLACE_CMD} s/__GMP_BITS_PER_MP_LIMB/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + @${REINPLACE_CMD} s/GMP_BITS_PER_LIMB/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + @${REINPLACE_CMD} s/mp_bits_per_limb/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + .include <bsd.port.mk> diff --git a/math/gmp-ecm/distinfo b/math/gmp-ecm/distinfo index f2f7eec82e23..b73dc0de8739 100644 --- a/math/gmp-ecm/distinfo +++ b/math/gmp-ecm/distinfo @@ -1,3 +1,3 @@ -MD5 (ecm-6.2.0.tar.gz) = 494484f18c542f3e01a96c047ba27d9a -SHA256 (ecm-6.2.0.tar.gz) = a1b7ef18da70ff30d9f7763d9864380f094e912442dfc9f66e5070be513750ce -SIZE (ecm-6.2.0.tar.gz) = 754417 +MD5 (ecm-6.2.3.tar.gz) = d8cca3784857aabfea9b3c9b0926c593 +SHA256 (ecm-6.2.3.tar.gz) = 1701bf036a1dfe447cafa7d69af035c17bc4a0822209e89b9187f25dfe829cc7 +SIZE (ecm-6.2.3.tar.gz) = 761357 diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile index e83ccaa8d286..8e01b170e05e 100644 --- a/math/hs-Agda-executable/Makefile +++ b/math/hs-Agda-executable/Makefile @@ -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 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 5d4ad922befd..d8b6ce158423 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -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 @@ RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 20141b726150..1b633564e61e 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -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 diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index cd2e60f24298..0897812f0847 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index 274993176507..2210ff36a7b4 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,7 +16,10 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -CONFLICTS= gmp-5.* +CONFLICTS= gmp-5.* + +DEPRECATED= Use math/gmp instead. +EXPIRATION_DATE= 2010-04-30 USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index e3424995c6db..b7c7351556dc 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -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 @@ DISTNAME= i2psource_${PORTVERSION} 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 diff --git a/math/mpc/Makefile b/math/mpc/Makefile index f81ff3ae5581..e790b41fd924 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -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 diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index e2953aa291e0..819bab21ee1e 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -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 @@ DIST_SUBDIR= mpfr 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 diff --git a/math/msieve/Makefile b/math/msieve/Makefile index f7be3a1239ad..6fed33559ac4 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -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/ diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index c40bb9a06aac..90bc5e4084ae 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -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 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences .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 diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 02d2a44ae1f4..d30b94c6cce2 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -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 @@ COMMENT= Victor Shoup's Number Theory Library # 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 diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 384758b1ce59..4ce2ccf2687c 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -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 @@ PKGNAMEPREFIX= p5- 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} diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 409dea733b53..594ad213a1b3 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GMP PORTVERSION= 2.06 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- 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 diff --git a/math/pari/Makefile b/math/pari/Makefile index e9da22fa02b5..533610486d80 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -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 @@ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} 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 diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile index 1e1ce1033267..867d7e8fdd12 100644 --- a/math/php4-gmp/Makefile +++ b/math/php4-gmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 3 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/math/php4-gmp/files/patch-gmp.c b/math/php4-gmp/files/patch-gmp.c new file mode 100644 index 000000000000..816d0f9b0f92 --- /dev/null +++ b/math/php4-gmp/files/patch-gmp.c @@ -0,0 +1,11 @@ +--- gmp.c.orig 2010-04-13 14:04:55.000000000 +0200 ++++ gmp.c 2010-04-13 14:05:23.000000000 +0200 +@@ -1159,7 +1159,7 @@ + + GMPG(rand_initialized) = 1; + } +- mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); ++ mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); + + ZEND_REGISTER_RESOURCE(return_value, gmpnum_result, le_gmp); + } diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile index 76a3cac8a415..692c59dfdcc5 100644 --- a/math/php5-gmp/Makefile +++ b/math/php5-gmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 710afc3f784f..56688d42e858 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -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 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-install.diff 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 diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 4290d846339b..61a591b43668 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmpy -PORTVERSION= 1.04 +PORTVERSION= 1.11 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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 diff --git a/math/py-gmpy/distinfo b/math/py-gmpy/distinfo index 38e2ff2f7055..99cf052f7e37 100644 --- a/math/py-gmpy/distinfo +++ b/math/py-gmpy/distinfo @@ -1,3 +1,3 @@ -MD5 (gmpy-1.04.zip) = 69e899391f0a83e2e82faf7a1a8873e8 -SHA256 (gmpy-1.04.zip) = c5f6d85891f04c77fc14070250ffc9ee2e12af41d5f176d4f0888897856f65e9 -SIZE (gmpy-1.04.zip) = 234390 +MD5 (gmpy-1.11.zip) = ebbc7a87263ee6159010d2bff866e7a7 +SHA256 (gmpy-1.11.zip) = 06647522b42dfaf1d0ba8dce34d0e291fa61e3d8d8123fa52c5b78a8a4a4281a +SIZE (gmpy-1.11.zip) = 144744 diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index 0018c81b5944..b951a0d47655 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -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 @@ DIST_SUBDIR= ruby 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 diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index b2ac1a0bb150..3dcdde9dda6c 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -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 @@ SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz 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 diff --git a/math/surf/Makefile b/math/surf/Makefile index e1af523076d4..eae845824e8e 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,6 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Visualize some real algebraic geometry 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 diff --git a/math/testu01/Makefile b/math/testu01/Makefile index 2a8845fc827c..c8a2ddbfbb49 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -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 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} 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 diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index d374f3ca7144..f676eb20bae1 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -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 @@ DISTNAME= wcalc-${PORTVERSION} 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 diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 7c228400978a..de8fad4ed1e2 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index cd2e60f24298..0897812f0847 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index c85371e34b7c..4a9f7f9f9b60 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -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 @@ CONFIGURE_ARGS+=--disable-setuid .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 diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index ff6a9fe06c31..b47982ee3973 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -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 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ 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 diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 1e7da5bb8c6b..03ce78cdc390 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -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 @@ EXTRACT_ONLY= i2psource_${PORTVERSION}${EXTRACT_SUFX} 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 diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile index 3806f2fdd6a4..15d45458602c 100644 --- a/net-p2p/ktorrent-devel/Makefile +++ b/net-p2p/ktorrent-devel/Makefile @@ -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 @@ PKGNAMESUFFIX= -devel 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]* diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index eff76511ded3..8945c1f0fbe4 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -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 diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index d52979883282..0b37a5c29685 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -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 @@ MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ 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 diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 8e5f8a7a1f84..8a9a03c64429 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -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 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ 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 \ diff --git a/net/p5-Crypt-DH-GMP/Makefile b/net/p5-Crypt-DH-GMP/Makefile index a1d83f0fcef8..6b3b36a7b521 100644 --- a/net/p5-Crypt-DH-GMP/Makefile +++ b/net/p5-Crypt-DH-GMP/Makefile @@ -6,6 +6,7 @@ PORTNAME= Crypt-DH-GMP PORTVERSION= 0.00006 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= andrey@kostenko.name COMMENT= Crypt::DH Using GMP Directly -RUN_DEPENDS= libgmp>=0:${PORTSDIR}/math/libgmp4 -BUILD_DEPENDS= ${RUN_DEPENDS} +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp PERL_CONFIGURE= YES MAN3= Crypt::DH::GMP.3 \ diff --git a/ports-mgmt/hs-porte/Makefile b/ports-mgmt/hs-porte/Makefile index 4c5abd411512..84f6ff7834bd 100644 --- a/ports-mgmt/hs-porte/Makefile +++ b/ports-mgmt/hs-porte/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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} diff --git a/ports-mgmt/porte/Makefile b/ports-mgmt/porte/Makefile index 4c5abd411512..84f6ff7834bd 100644 --- a/ports-mgmt/porte/Makefile +++ b/ports-mgmt/porte/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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} diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 3424410e210c..ba035944dfb8 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -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 @@ COMMENT= Colourise Haskell code .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 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 913f5ee0791f..f1b8a1ae59bb 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -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 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ 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 diff --git a/security/botan/Makefile b/security/botan/Makefile index 083c622f578b..d0eaff6472dc 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -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 @@ CONFIGURE_ARGS+=--with-openssl .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 diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index cd2e60f24298..0897812f0847 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index cd2e60f24298..0897812f0847 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/security/libecc/Makefile b/security/libecc/Makefile index 0b6fd885cb2a..527c563e35f1 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -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 diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 85fb20cc8f87..9ccf1da7d546 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -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 @@ CFLAGS+= -DTFM_DESC .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 diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 35c832c18678..8660b1fdaca5 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -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 @@ MAINTAINER= ports@FreeBSD.org 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 diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 4549949d9f64..2311e6e16352 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -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 @@ MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ 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 diff --git a/security/pbc/Makefile b/security/pbc/Makefile index 199bb29c4751..a94f22821b8a 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -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 diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index a78462c53af2..08cfdb566e1a 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -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 @@ COMMENT= The Python Cryptography Toolkit 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 diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 5e9d3b2b8e8a..648a0d888ab7 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -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 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ --disable-uvfs \ --with-gmp=${LOCALBASE} -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp .include <bsd.port.pre.mk> diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 6e136946e292..7b78a1116e8c 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -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+= --with-secureid 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" diff --git a/security/ssss/Makefile b/security/ssss/Makefile index 450df5481eb3..c5ea8f0fffad 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -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 diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index cd2e60f24298..0897812f0847 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index cd2e60f24298..0897812f0847 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index cd2e60f24298..0897812f0847 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -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 @@ DIST_SUBDIR= KDE 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 \ diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 6a527474fc7f..9ef40d11c7c2 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -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 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ 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} diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 6a527474fc7f..9ef40d11c7c2 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -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 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ 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} diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 36221dc08e92..baa1749a2fb2 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= pandoc PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -19,7 +20,7 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ 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 diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile index 9d574ae11486..5b972cdb786d 100644 --- a/textproc/hs-tagsoup/Makefile +++ b/textproc/hs-tagsoup/Makefile @@ -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 @@ COMMENT= A Haskell library for extracting information from HTML documents 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} diff --git a/textproc/pandoc/Makefile b/textproc/pandoc/Makefile index 36221dc08e92..baa1749a2fb2 100644 --- a/textproc/pandoc/Makefile +++ b/textproc/pandoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= pandoc PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= textproc haskell MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -19,7 +20,7 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ 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 diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index 195bd9d1feaa..f43ac427e596 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index ab71c05082e9..29cdd11e0116 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/x11-wm/xmonad-contrib/Makefile b/x11-wm/xmonad-contrib/Makefile index 195bd9d1feaa..f43ac427e596 100644 --- a/x11-wm/xmonad-contrib/Makefile +++ b/x11-wm/xmonad-contrib/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/x11-wm/xmonad/Makefile b/x11-wm/xmonad/Makefile index ab71c05082e9..29cdd11e0116 100644 --- a/x11-wm/xmonad/Makefile +++ b/x11-wm/xmonad/Makefile @@ -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 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ 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 diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 46ffb83b7ef4..cc749120cfca 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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 diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile index 46ffb83b7ef4..cc749120cfca 100644 --- a/x11/hs-x11-ghc/Makefile +++ b/x11/hs-x11-ghc/Makefile @@ -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 @@ MAINTAINER= haskell@FreeBSD.org 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 diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 22832e542c0b..17e1e4f3cd5a 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -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 @@ COMMENT= A minimalistic text based status bar 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 diff --git a/x11/xmobar/Makefile b/x11/xmobar/Makefile index 22832e542c0b..17e1e4f3cd5a 100644 --- a/x11/xmobar/Makefile +++ b/x11/xmobar/Makefile @@ -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 @@ COMMENT= A minimalistic text based status bar 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 |