aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-08-16 04:37:31 +0800
committermandree <mandree@FreeBSD.org>2014-08-16 04:37:31 +0800
commit58ac4e5adcce1feacac0d197fa1f72c47ff3a751 (patch)
tree3c1641f7451c72c9a9f849082551388e5ddbe65a /math
parent6a086c6670a3a9de8049c4ea21005fd70224ae69 (diff)
downloadfreebsd-ports-gnome-58ac4e5adcce1feacac0d197fa1f72c47ff3a751.tar.gz
freebsd-ports-gnome-58ac4e5adcce1feacac0d197fa1f72c47ff3a751.tar.zst
freebsd-ports-gnome-58ac4e5adcce1feacac0d197fa1f72c47ff3a751.zip
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
Diffstat (limited to 'math')
-rw-r--r--math/abakus/Makefile2
-rw-r--r--math/analitza/Makefile1
-rw-r--r--math/cantor/Makefile1
-rw-r--r--math/kalgebra/Makefile1
-rw-r--r--math/kbruch/Makefile1
-rw-r--r--math/kcalc/Makefile1
-rw-r--r--math/kig/Makefile1
-rw-r--r--math/kmplot/Makefile1
-rw-r--r--math/labplot/Makefile1
-rw-r--r--math/rkward-kde4/Makefile2
-rw-r--r--math/rocs/Makefile1
-rw-r--r--math/saga/Makefile2
12 files changed, 12 insertions, 3 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile
index bd1c883062da..e6138253cdd4 100644
--- a/math/abakus/Makefile
+++ b/math/abakus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= abakus
PORTVERSION= 0.92
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math kde
MASTER_SITES= http://purinchu.net/abakus/
diff --git a/math/analitza/Makefile b/math/analitza/Makefile
index 5239ac961ebd..e25cebc1d5dc 100644
--- a/math/analitza/Makefile
+++ b/math/analitza/Makefile
@@ -2,6 +2,7 @@
PORTNAME= analitza
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/cantor/Makefile b/math/cantor/Makefile
index b315a3119de3..1315baa211c4 100644
--- a/math/cantor/Makefile
+++ b/math/cantor/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cantor
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile
index ec1908589700..5d1a6bf48670 100644
--- a/math/kalgebra/Makefile
+++ b/math/kalgebra/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kalgebra
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/kbruch/Makefile b/math/kbruch/Makefile
index 185ca9429306..3c3e43fa02a9 100644
--- a/math/kbruch/Makefile
+++ b/math/kbruch/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kbruch
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
index 8571770666c7..0259cdf0a59f 100644
--- a/math/kcalc/Makefile
+++ b/math/kcalc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kcalc
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/kig/Makefile b/math/kig/Makefile
index 11ef1569f203..17b3b12be5c5 100644
--- a/math/kig/Makefile
+++ b/math/kig/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kig
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile
index 9f6aff421f01..8f23c7b09dd2 100644
--- a/math/kmplot/Makefile
+++ b/math/kmplot/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kmplot
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index aa11a86abfd7..b2b09bad2b5e 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= labplot
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.0
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile
index d4f76f92f716..0ed3be8e0e28 100644
--- a/math/rkward-kde4/Makefile
+++ b/math/rkward-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rkward
PORTVERSION= 0.6.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/Current_Stable_Releases
PKGNAMESUFFIX= -kde4
diff --git a/math/rocs/Makefile b/math/rocs/Makefile
index b1ff9013e758..e76492de2ec8 100644
--- a/math/rocs/Makefile
+++ b/math/rocs/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rocs
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 182dc8e79b2e..30f7b62d18db 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -3,7 +3,7 @@
PORTNAME= saga
PORTVERSION= 2.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}