Date: Mon, 7 Jan 2019 20:04:12 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489614 - in head/graphics/cimg: . files Message-ID: <201901072004.x07K4CS7033362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Jan 7 20:04:12 2019 New Revision: 489614 URL: https://svnweb.freebsd.org/changeset/ports/489614 Log: Upgrade to v.2.4.4. 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 Mon Jan 7 19:54:40 2019 (r489613) +++ head/graphics/cimg/Makefile Mon Jan 7 20:04:12 2019 (r489614) @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 2.4.3 +DISTVERSION= 2.4.4 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon Jan 7 19:54:40 2019 (r489613) +++ head/graphics/cimg/distinfo Mon Jan 7 20:04:12 2019 (r489614) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545155585 -SHA256 (dtschump-CImg-v.2.4.3_GH0.tar.gz) = 45640bef81bec1507ba70a29444d46ee358de2420c581c55630e357100454e01 -SIZE (dtschump-CImg-v.2.4.3_GH0.tar.gz) = 11074736 +TIMESTAMP = 1546889904 +SHA256 (dtschump-CImg-v.2.4.4_GH0.tar.gz) = f87b4276131afcdd6b47a8decb88da22512f1b25ff3cbf137b6b6e90cc04a27d +SIZE (dtschump-CImg-v.2.4.4_GH0.tar.gz) = 11074492 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Mon Jan 7 19:54:40 2019 (r489613) +++ head/graphics/cimg/files/patch-examples__Makefile Mon Jan 7 20:04:12 2019 (r489614) @@ -1,6 +1,6 @@ ---- examples/Makefile.orig 2018-11-30 12:37:36 UTC +--- examples/Makefile.orig 2019-01-07 12:08:23 UTC +++ examples/Makefile -@@ -89,7 +89,7 @@ VERSION2 = $(shell grep 'cimg_version\ ' +@@ -89,7 +89,7 @@ VERSION2 = $(shell grep 'cimg_version\ ' ../CImg.h | t VERSION3 = $(shell grep 'cimg_version\ ' ../CImg.h | tail -c2 | head -c1) SVERSION=$(VERSION1).$(VERSION2).$(VERSION3) @@ -13,12 +13,12 @@ endif CXXVER = $(CXX) --CFLAGS = -I.. -Wall -Wextra -Wfatal-errors +-CFLAGS = -I.. -Wall -Wextra -Wfatal-errors -Werror=unknown-pragmas -Werror=unused-label +CFLAGS = -I.. -Wall -Wextra $(CPPFLAGS) LIBS = -lm ifdef IS_GCC CXXVER = $(shell $(CXX) -v 2>&1 | tail -n 1) -@@ -144,9 +144,9 @@ DEBUG_CFLAGS = -Dcimg_verbosity=3 -Dcimg +@@ -144,9 +144,9 @@ DEBUG_CFLAGS = -Dcimg_verbosity=3 -Dcimg_strict_warnin VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. @@ -39,7 +39,7 @@ # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) -@@ -229,16 +229,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lmi +@@ -229,16 +229,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf - # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) OPENEXR_DEFINE = -Dcimg_use_openexr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901072004.x07K4CS7033362>