diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-15 20:37:31 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-15 20:37:31 +0000 |
commit | 515db2ed104a7de4ffb582600576cfa5136637cc (patch) | |
tree | 3c1641f7451c72c9a9f849082551388e5ddbe65a /portuguese | |
parent | e55c717cb08120ba9ecda980d27c3ddc87d94f95 (diff) | |
download | ports-515db2ed104a7de4ffb582600576cfa5136637cc.tar.gz ports-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)
Notes
Notes:
svn path=/head/; revision=365038
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/calligra-l10n-pt_BR/Makefile | 2 | ||||
-rw-r--r-- | portuguese/calligra-l10n/Makefile | 2 | ||||
-rw-r--r-- | portuguese/kde4-l10n-pt_BR/Makefile | 1 | ||||
-rw-r--r-- | portuguese/kde4-l10n/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/portuguese/calligra-l10n-pt_BR/Makefile b/portuguese/calligra-l10n-pt_BR/Makefile index c625e6e4c97b..d79973da0acc 100644 --- a/portuguese/calligra-l10n-pt_BR/Makefile +++ b/portuguese/calligra-l10n-pt_BR/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= portuguese editors kde MAINTAINER= kde@FreeBSD.org diff --git a/portuguese/calligra-l10n/Makefile b/portuguese/calligra-l10n/Makefile index f6dd92142aeb..0c9776501c39 100644 --- a/portuguese/calligra-l10n/Makefile +++ b/portuguese/calligra-l10n/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= portuguese editors kde MAINTAINER= kde@FreeBSD.org diff --git a/portuguese/kde4-l10n-pt_BR/Makefile b/portuguese/kde4-l10n-pt_BR/Makefile index a102551c55b3..64a376ad1aae 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile +++ b/portuguese/kde4-l10n-pt_BR/Makefile @@ -3,6 +3,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org diff --git a/portuguese/kde4-l10n/Makefile b/portuguese/kde4-l10n/Makefile index 83d932c9c0cc..045033ce5d62 100644 --- a/portuguese/kde4-l10n/Makefile +++ b/portuguese/kde4-l10n/Makefile @@ -3,6 +3,7 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org |