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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/dikt/Makefile | 2 | ||||
-rw-r--r-- | textproc/kdiff3/Makefile | 2 | ||||
-rw-r--r-- | textproc/kompare/Makefile | 1 | ||||
-rw-r--r-- | textproc/libkomparediff2/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index 09aea6b82fb4..c04233ff1591 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -3,7 +3,7 @@ PORTNAME= dikt PORTVERSION= 2l -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc net kde MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .txz diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 80f0dc82544a..a02af76bb3a4 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdiff3 PORTVERSION= 0.9.97 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc kde MASTER_SITES= SF diff --git a/textproc/kompare/Makefile b/textproc/kompare/Makefile index 7fce3f5879d6..ba5aefc5c3c0 100644 --- a/textproc/kompare/Makefile +++ b/textproc/kompare/Makefile @@ -2,6 +2,7 @@ PORTNAME= kompare PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/textproc/libkomparediff2/Makefile b/textproc/libkomparediff2/Makefile index 6dda9a07a0b9..000892119085 100644 --- a/textproc/libkomparediff2/Makefile +++ b/textproc/libkomparediff2/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkomparediff2 PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |