aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-05-13 09:46:02 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-05-13 09:46:02 +0000
commit523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch)
tree36ff86cd370c2c0eb1f52fe92bc02aff559884fe /devel
parent7b9437e30c95045aa377caf6385cfb927a100461 (diff)
downloadports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz
ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-gcc-devel/Makefile4
-rw-r--r--devel/cross-gcc/Makefile4
-rw-r--r--devel/darcs/Makefile3
-rw-r--r--devel/djgpp-gcc/Makefile2
-rw-r--r--devel/hs-Stream/Makefile3
-rw-r--r--devel/hs-c2hs/Makefile3
-rw-r--r--devel/hs-cpphs/Makefile3
-rw-r--r--devel/hs-darcs/Makefile3
-rw-r--r--devel/hs-dlist/Makefile3
-rw-r--r--devel/hs-uuagc/Makefile3
-rw-r--r--devel/libYGP/Makefile3
-rw-r--r--devel/libuninum/Makefile3
-rw-r--r--devel/mingw32-gcc/Makefile2
-rw-r--r--devel/ppl/Makefile4
-rw-r--r--devel/root/Makefile4
-rw-r--r--devel/sfslite/Makefile3
16 files changed, 30 insertions, 20 deletions
diff --git a/devel/avr-gcc-devel/Makefile b/devel/avr-gcc-devel/Makefile
index 0c4f009430ba..ddb574d4b0b8 100644
--- a/devel/avr-gcc-devel/Makefile
+++ b/devel/avr-gcc-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcc-devel
PORTVERSION= 4.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITES+= http://people.freebsd.org/~joerg/:local
@@ -24,7 +24,7 @@ COMMENT= FSF GCC 4.3.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.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile
index 612a562110c1..100774211db8 100644
--- a/devel/cross-gcc/Makefile
+++ b/devel/cross-gcc/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= gcc
PORTVERSION= 4.3.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.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
#
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile
index 06e76063eded..e81c5fbdb9e0 100644
--- a/devel/darcs/Makefile
+++ b/devel/darcs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= darcs
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://darcs.net/
@@ -15,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.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
OPTIONS= SERVER "install server" on
GNU_CONFIGURE= yes
diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile
index 5d26bc285f90..4637153f801f 100644
--- a/devel/djgpp-gcc/Makefile
+++ b/devel/djgpp-gcc/Makefile
@@ -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.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
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 039799b83089..bddb042ce43c 100644
--- a/devel/hs-Stream/Makefile
+++ b/devel/hs-Stream/Makefile
@@ -6,6 +6,7 @@
PORTNAME= Stream
PORTVERSION= 0.2.6
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \
http://carte.kerneled.org/mirror/
@@ -15,7 +16,7 @@ MAINTAINER= sbahra@kerneled.org
COMMENT= A Haskell library for manipulating infinite lists
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
CABAL= ${LOCALBASE}/bin/runghc Setup.lhs
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
index 9d7b7e5a4ab8..83cfd273e6b0 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= c2hs
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= hs-
@@ -17,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.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
.include <bsd.port.pre.mk>
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile
index bc3324809f9b..09d85b1d1b05 100644
--- a/devel/hs-cpphs/Makefile
+++ b/devel/hs-cpphs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cpphs
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/
PKGNAMEPREFIX= hs-
@@ -15,7 +16,7 @@ MAINTAINER= haskell@FreeBSD.org
COMMENT= A simplified re-implementation of cpp in Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
PLIST_FILES= bin/cpphs
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 06e76063eded..e81c5fbdb9e0 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= darcs
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://darcs.net/
@@ -15,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.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
OPTIONS= SERVER "install server" on
GNU_CONFIGURE= yes
diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile
index 3a550cb7ad08..4ae4f45ad277 100644
--- a/devel/hs-dlist/Makefile
+++ b/devel/hs-dlist/Makefile
@@ -6,6 +6,7 @@
PORTNAME= dlist
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ \
http://carte.kerneled.org/mirror/
@@ -15,7 +16,7 @@ MAINTAINER= sbahra@kerneled.org
COMMENT= A list-like type supporting O(1) append for Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
CABAL= ${LOCALBASE}/bin/runghc Setup.lhs
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile
index 8d650455fadb..2f16e0607427 100644
--- a/devel/hs-uuagc/Makefile
+++ b/devel/hs-uuagc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= uuagc
PORTVERSION= 0.9.7
+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.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
GHC_VERSION= 6.8.3
diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile
index a5575fc59fac..37d29c6a7295 100644
--- a/devel/libYGP/Makefile
+++ b/devel/libYGP/Makefile
@@ -7,6 +7,7 @@
PORTNAME?= libYGP
PORTVERSION= 0.9.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/libymp
DISTNAME= libYGP-${PORTVERSION}
@@ -14,7 +15,7 @@ DISTNAME= libYGP-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another General Purpose library
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile
index ed7de6c273d0..0167ce5cff79 100644
--- a/devel/libuninum/Makefile
+++ b/devel/libuninum/Makefile
@@ -7,13 +7,14 @@
PORTNAME= libuninum
PORTVERSION= 2.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://billposer.org/Software/Downloads/
MAINTAINER= clsung@FreeBSD.org
COMMENT= Library for converting Unicode strings to numbers
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile
index 06a116abe894..bd6d288e9535 100644
--- a/devel/mingw32-gcc/Makefile
+++ b/devel/mingw32-gcc/Makefile
@@ -114,7 +114,7 @@ PLIST_SUB+= OBJCXX="@comment "
.if defined(WITH_LANG_FORTRAN)
DISTFILES+= gcc-fortran-${GCCVERSION}${EXTRACT_SUFX}
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} \
--with-mpfr=${LOCALBASE}
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index bcb7004b55b6..45cdeb4b40bd 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ppl
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
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 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Parma Polyhedra Library
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_GMAKE= yes
USE_GNOME= gnometarget
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 2ec07b968f47..f28441124779 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -7,7 +7,7 @@
PORTNAME= root
PORTVERSION= 5.02.00
-PORTREVISION= 4
+PORTREVISION= 5
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.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
USE_OPENSSL= yes
USE_GMAKE= yes
USE_XORG= xpm x11
diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile
index f0397a160a7d..e64de9b8c3b2 100644
--- a/devel/sfslite/Makefile
+++ b/devel/sfslite/Makefile
@@ -7,13 +7,14 @@
PORTNAME= sfslite
PORTVERSION= 1.2.3
+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.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}