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 /www | |
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 'www')
-rw-r--r-- | www/choqok/Makefile | 2 | ||||
-rw-r--r-- | www/kdewebdev4/Makefile | 1 | ||||
-rw-r--r-- | www/kpartsplugin/Makefile | 2 | ||||
-rw-r--r-- | www/kwebkitpart/Makefile | 2 | ||||
-rw-r--r-- | www/rekonq/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile index c1adddb28c04..11418680f1ab 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -3,7 +3,7 @@ PORTNAME= choqok PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www kde MASTER_SITES= SF/${PORTNAME}/Choqok/ diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index d14d9103f97b..97b1c30c7a0b 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= www kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/www/kpartsplugin/Makefile b/www/kpartsplugin/Makefile index 0165b80bdd08..70d0cca0855b 100644 --- a/www/kpartsplugin/Makefile +++ b/www/kpartsplugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= kpartsplugin DISTVERSION= 0.0-${PORTDATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www kde MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTDATE} diff --git a/www/kwebkitpart/Makefile b/www/kwebkitpart/Makefile index 0d85a5e21e77..efeb262e6b85 100644 --- a/www/kwebkitpart/Makefile +++ b/www/kwebkitpart/Makefile @@ -2,7 +2,7 @@ PORTNAME= kwebkitpart PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www kde MASTER_SITES= LOCAL/makc diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index 47a03938dd86..43e0a2268a3c 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -2,7 +2,7 @@ PORTNAME= rekonq PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www kde MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:C,\..*,.0,}/ |