diff options
author | thierry <thierry@FreeBSD.org> | 2015-04-16 05:49:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-04-16 05:49:53 +0800 |
commit | d075a2c26c41e3b758cdd3e3c3e0e2bfe0e68ba8 (patch) | |
tree | 7b6a77b688285d53c70a842276693828f0c612c4 /graphics | |
parent | cb3bade22862d3ff641e19327c1c41ad5fce02ac (diff) | |
download | freebsd-ports-gnome-d075a2c26c41e3b758cdd3e3c3e0e2bfe0e68ba8.tar.gz freebsd-ports-gnome-d075a2c26c41e3b758cdd3e3c3e0e2bfe0e68ba8.tar.zst freebsd-ports-gnome-d075a2c26c41e3b758cdd3e3c3e0e2bfe0e68ba8.zip |
Upgrade to 1.6.2.
Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 4 | ||||
-rw-r--r-- | graphics/cimg/files/patch-CImg.h | 12 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples__Makefile | 4 |
4 files changed, 5 insertions, 17 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index de82d7c973e7..680e06a6fc5d 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index a26322781d2a..4d697ff9fcc4 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,2 +1,2 @@ -SHA256 (cimg-1.6.1_0/CImg_1.6.1.zip) = 08b34602175ad38cc6dacb2bad67b5efe9a17be6832b29b9278f73c7a2e505f2 -SIZE (cimg-1.6.1_0/CImg_1.6.1.zip) = 3250455 +SHA256 (cimg-1.6.2_0/CImg_1.6.2.zip) = 5c3f465b431566e82d9aeb0ca5dd18d925d3733861c735f4edf7f4e715748813 +SIZE (cimg-1.6.2_0/CImg_1.6.2.zip) = 3255583 diff --git a/graphics/cimg/files/patch-CImg.h b/graphics/cimg/files/patch-CImg.h deleted file mode 100644 index 45345545dcd1..000000000000 --- a/graphics/cimg/files/patch-CImg.h +++ /dev/null @@ -1,12 +0,0 @@ ---- CImg.h.orig 2015-03-16 09:57:26 UTC -+++ CImg.h -@@ -2645,6 +2645,9 @@ namespace cimg_library_suffixed { - #endif - X11_info():nb_wins(0),events_thread(0),display(0), - nb_bits(0),is_blue_first(false),is_shm_enabled(false),byte_order(false) { -+#ifdef __FreeBSD__ -+ XInitThreads(); -+#endif - wins = new CImgDisplay*[1024]; - pthread_mutex_init(&wait_event_mutex,0); - pthread_cond_init(&wait_event,0); diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile index 1eff395df761..837244a58f4c 100644 --- a/graphics/cimg/files/patch-examples__Makefile +++ b/graphics/cimg/files/patch-examples__Makefile @@ -1,9 +1,9 @@ ---- examples/Makefile.orig 2015-03-16 09:57:24 UTC +--- examples/Makefile.orig 2015-04-15 07:50:13 UTC +++ examples/Makefile @@ -85,8 +85,8 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.6.1 + CIMG_VERSION = 1.6.2 -X11PATH = /usr/X11R6 -CC = g++ +#X11PATH = $(X11PATH) |