From owner-svn-ports-all@freebsd.org Mon Jan 7 20:04:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EED23149DFE2; Mon, 7 Jan 2019 20:04:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EB1B76CFF; Mon, 7 Jan 2019 20:04:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 641A91CCCD; Mon, 7 Jan 2019 20:04:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x07K4DG6033365; Mon, 7 Jan 2019 20:04:13 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x07K4CS7033362; Mon, 7 Jan 2019 20:04:12 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201901072004.x07K4CS7033362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 7 Jan 2019 20:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489614 - in head/graphics/cimg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/graphics/cimg: . files X-SVN-Commit-Revision: 489614 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8EB1B76CFF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2019 20:04:14 -0000 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