diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-16 04:37:31 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-16 04:37:31 +0800 |
commit | 58ac4e5adcce1feacac0d197fa1f72c47ff3a751 (patch) | |
tree | 3c1641f7451c72c9a9f849082551388e5ddbe65a /x11-clocks | |
parent | 6a086c6670a3a9de8049c4ea21005fd70224ae69 (diff) | |
download | freebsd-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 'x11-clocks')
-rw-r--r-- | x11-clocks/amor/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/kteatime/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/ktimer/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/ktux/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-geekclock/Makefile | 2 |
7 files changed, 7 insertions, 2 deletions
diff --git a/x11-clocks/amor/Makefile b/x11-clocks/amor/Makefile index d5bb64719ea6..9a4c574d3ae9 100644 --- a/x11-clocks/amor/Makefile +++ b/x11-clocks/amor/Makefile @@ -2,6 +2,7 @@ PORTNAME= amor PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index fc065c717d31..55bb0e8464b4 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdetoys PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde DISTFILES= # diff --git a/x11-clocks/kteatime/Makefile b/x11-clocks/kteatime/Makefile index 0fdc4fbac288..5802bf195531 100644 --- a/x11-clocks/kteatime/Makefile +++ b/x11-clocks/kteatime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kteatime PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile index d3c4cc4d195c..debc5bb86fc7 100644 --- a/x11-clocks/ktimer/Makefile +++ b/x11-clocks/ktimer/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktimer PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11-clocks/ktux/Makefile b/x11-clocks/ktux/Makefile index 0ca4cb1251c1..f45b8b6d5b30 100644 --- a/x11-clocks/ktux/Makefile +++ b/x11-clocks/ktux/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktux PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11-clocks kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile index bc960a5c6363..46e3d1194054 100644 --- a/x11-clocks/plasma-applet-adjustableclock/Makefile +++ b/x11-clocks/plasma-applet-adjustableclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= adjustableclock PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff --git a/x11-clocks/plasma-applet-geekclock/Makefile b/x11-clocks/plasma-applet-geekclock/Makefile index 883fb1251d32..e0c273248aa0 100644 --- a/x11-clocks/plasma-applet-geekclock/Makefile +++ b/x11-clocks/plasma-applet-geekclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= geekclock PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://w2f2.com/projects/${PORTNAME}/ PKGNAMEPREFIX= plasma-applet- |