svn commit: r448516 - in head/graphics/cimg: . files
Thierry Thomas
thierry at FreeBSD.org
Tue Aug 22 11:43:11 UTC 2017
Author: thierry
Date: Tue Aug 22 11:43:10 2017
New Revision: 448516
URL: https://svnweb.freebsd.org/changeset/ports/448516
Log:
Upgrade to 2.0.3.
Modified:
head/graphics/cimg/Makefile
head/graphics/cimg/distinfo
head/graphics/cimg/files/patch-examples__Makefile
Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile Tue Aug 22 08:35:32 2017 (r448515)
+++ head/graphics/cimg/Makefile Tue Aug 22 11:43:10 2017 (r448516)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cimg
-DISTVERSION= 2.0.2
+DISTVERSION= 2.0.3
PORTEPOCH= 3
CATEGORIES= graphics devel
Modified: head/graphics/cimg/distinfo
==============================================================================
--- head/graphics/cimg/distinfo Tue Aug 22 08:35:32 2017 (r448515)
+++ head/graphics/cimg/distinfo Tue Aug 22 11:43:10 2017 (r448516)
@@ -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
Modified: head/graphics/cimg/files/patch-examples__Makefile
==============================================================================
--- head/graphics/cimg/files/patch-examples__Makefile Tue Aug 22 08:35:32 2017 (r448515)
+++ head/graphics/cimg/files/patch-examples__Makefile Tue Aug 22 11:43:10 2017 (r448516)
@@ -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.
More information about the svn-ports-head
mailing list