diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-16 04:37:31 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-16 04:37:31 +0800 |
commit | 515db2ed104a7de4ffb582600576cfa5136637cc (patch) | |
tree | 3c1641f7451c72c9a9f849082551388e5ddbe65a /games/knavalbattle | |
parent | e55c717cb08120ba9ecda980d27c3ddc87d94f95 (diff) | |
download | freebsd-ports-gnome-515db2ed104a7de4ffb582600576cfa5136637cc.tar.gz freebsd-ports-gnome-515db2ed104a7de4ffb582600576cfa5136637cc.tar.zst freebsd-ports-gnome-515db2ed104a7de4ffb582600576cfa5136637cc.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 'games/knavalbattle')
-rw-r--r-- | games/knavalbattle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/knavalbattle/Makefile b/games/knavalbattle/Makefile index 70ea7276aba1..80061b4e1140 100644 --- a/games/knavalbattle/Makefile +++ b/games/knavalbattle/Makefile @@ -2,6 +2,7 @@ PORTNAME= knavalbattle PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |