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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/jovie/Makefile | 2 | ||||
-rw-r--r-- | accessibility/kaccessible/Makefile | 2 | ||||
-rw-r--r-- | accessibility/kdeaccessibility4/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmag/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmousetool/Makefile | 1 | ||||
-rw-r--r-- | accessibility/kmouth/Makefile | 1 |
6 files changed, 6 insertions, 2 deletions
diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index 523b1fdbedde..786b51f4c60e 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -2,7 +2,7 @@ PORTNAME= jovie PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index eedf7a09e7cf..aaa06869e6df 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -2,7 +2,7 @@ PORTNAME= kaccessible PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile index e34bbda18cd1..fb0a6d21676e 100644 --- a/accessibility/kdeaccessibility4/Makefile +++ b/accessibility/kdeaccessibility4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde DISTFILES= # empty diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index a3d75fd01354..0e164d7cb4e2 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmag PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index 0a2d648bb681..3b4a30710557 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmousetool PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index 91b214d6d58a..bd2eb113d9be 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -2,6 +2,7 @@ PORTNAME= kmouth PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |