diff options
author | thierry <thierry@FreeBSD.org> | 2017-08-22 19:43:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-08-22 19:43:10 +0800 |
commit | de98f506ed4720b4b9aaf2e2fb92a6141a41f6ef (patch) | |
tree | 8a5ef81346e61e1baa6a0f4652cbccefb07b6216 /graphics | |
parent | 095afe4f3f32524988d3f3b9a950ad9992a6b773 (diff) | |
download | freebsd-ports-gnome-de98f506ed4720b4b9aaf2e2fb92a6141a41f6ef.tar.gz freebsd-ports-gnome-de98f506ed4720b4b9aaf2e2fb92a6141a41f6ef.tar.zst freebsd-ports-gnome-de98f506ed4720b4b9aaf2e2fb92a6141a41f6ef.zip |
Upgrade to 2.0.3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 6 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples__Makefile | 12 |
3 files changed, 13 insertions, 7 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 03c64ac0a054..77226204ae86 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.3 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index 766f0154e8cd..30b838222afc 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498405551 -SHA256 (dtschump-CImg-2.0.2-v.202_GH0.tar.gz) = 809bc7737bd4261378fb16d43056f79d3171d17f87cdfa738d74386213a9c721 -SIZE (dtschump-CImg-2.0.2-v.202_GH0.tar.gz) = 10973336 +TIMESTAMP = 1503400521 +SHA256 (dtschump-CImg-2.0.3-v.203_GH0.tar.gz) = 77b2ce6e338b0b753b75742b69e035fd49b39184607656c9ae50f7c9a4538376 +SIZE (dtschump-CImg-2.0.3-v.203_GH0.tar.gz) = 10975636 diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile index c3f2d6aab355..8ba8f49da398 100644 --- a/graphics/cimg/files/patch-examples__Makefile +++ b/graphics/cimg/files/patch-examples__Makefile @@ -1,4 +1,4 @@ ---- examples/Makefile.orig 2017-05-29 13:37:28 UTC +--- examples/Makefile.orig 2017-08-19 21:27:17 UTC +++ examples/Makefile @@ -84,7 +84,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths @@ -18,15 +18,21 @@ LIBS = -lm endif -@@ -127,7 +127,7 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 +@@ -127,12 +127,12 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. ifeq ($(notdir $(CXX)),g++) --CIMG_OPT_CFLAGS = -O2 -mtune=generic +-CIMG_OPT_CFLAGS = -O3 -mtune=generic +CIMG_OPT_CFLAGS = -mtune=generic else ifeq ($(notdir $(CXX)),icpc) CIMG_OPT_CFLAGS = -fast + else +-CIMG_OPT_CFLAGS = -O3 ++CIMG_OPT_CFLAGS = # -O3 - handled by the port CFLAGS + endif + endif + @@ -147,7 +147,7 @@ endif # Flags to enable OpenCV support. |