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 /finance | |
parent | 6a086c6670a3a9de8049c4ea21005fd70224ae69 (diff) | |
download | freebsd-ports-graphics-58ac4e5adcce1feacac0d197fa1f72c47ff3a751.tar.gz freebsd-ports-graphics-58ac4e5adcce1feacac0d197fa1f72c47ff3a751.tar.zst freebsd-ports-graphics-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 'finance')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 2 | ||||
-rw-r--r-- | finance/libalkimia/Makefile | 2 | ||||
-rw-r--r-- | finance/skrooge/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 9ad64901a87..d059dbf348a 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile index 4de3f4b9ac1..77e116d1850 100644 --- a/finance/libalkimia/Makefile +++ b/finance/libalkimia/Makefile @@ -2,7 +2,7 @@ PORTNAME= libalkimia PORTVERSION= 4.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 137323-${PORTNAME}-${PORTVERSION} diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 2f63a7f650b..01622b22365 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -2,6 +2,7 @@ PORTNAME= skrooge PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME} |