From owner-svn-ports-all@freebsd.org Mon May 30 19:51:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D66AB55A07; Mon, 30 May 2016 19:51:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 54D9D1C17; Mon, 30 May 2016 19:51:49 +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 u4UJpmGT035958; Mon, 30 May 2016 19:51:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4UJpmvI035955; Mon, 30 May 2016 19:51:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201605301951.u4UJpmvI035955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 30 May 2016 19:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416175 - in head/graphics/cimg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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, 30 May 2016 19:51:49 -0000 Author: thierry Date: Mon May 30 19:51:48 2016 New Revision: 416175 URL: https://svnweb.freebsd.org/changeset/ports/416175 Log: Upgrade to 1.7.2. Changelog at https://github.com/dtschump/CImg/releases/tag/v.172 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 May 30 19:48:45 2016 (r416174) +++ head/graphics/cimg/Makefile Mon May 30 19:51:48 2016 (r416175) @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 PORTEPOCH= 3 CATEGORIES= graphics devel @@ -50,13 +50,15 @@ REINPLACE_ARGS= -i "" LIB_DEPENDS+= libboard.so:graphics/libboard . if !defined(WITH_DEBUG) -LIB_DEPENDS+= libpng.so:graphics/png \ +LIB_DEPENDS+= libcurl.so:ftp/curl \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ - libIlmImf.so:graphics/OpenEXR \ + libHalf.so:graphics/ilmbase \ + libIlmImf.so:graphics/OpenEXR \ libgimp-2.0.so:graphics/gimp-app \ - libfftw3.so:math/fftw3 \ + libfftw3.so:math/fftw3 \ libopencv_legacy.so:graphics/opencv \ - libopencv_core.so:graphics/opencv-core\ + libopencv_core.so:graphics/opencv-core \ libGraphicsMagick.so:graphics/GraphicsMagick USES+= jpeg ALL_TARGET= Mlinux @@ -79,6 +81,7 @@ LIB_DEPENDS+= libavformat.so:multimedia/ USES+= fortran . endif +USE_XORG+= x11 xrandr . if defined(WITH_XSHM) USE_XORG+= xext . endif Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon May 30 19:48:45 2016 (r416174) +++ head/graphics/cimg/distinfo Mon May 30 19:51:48 2016 (r416175) @@ -1,2 +1,3 @@ -SHA256 (dtschump-CImg-v1.7.1-v.171_GH0.tar.gz) = a58bbfb83dbac200103d9b96654339bac5b16ace0d2959404d71aa7150f5d0ab -SIZE (dtschump-CImg-v1.7.1-v.171_GH0.tar.gz) = 18791773 +TIMESTAMP = 1464635857 +SHA256 (dtschump-CImg-v1.7.2-v.172_GH0.tar.gz) = f078475ba6165587c8110b0dbf1108982af2b303ea226e171e73fbdd32a52e38 +SIZE (dtschump-CImg-v1.7.2-v.172_GH0.tar.gz) = 18831756 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Mon May 30 19:48:45 2016 (r416174) +++ head/graphics/cimg/files/patch-examples__Makefile Mon May 30 19:51:48 2016 (r416175) @@ -1,4 +1,4 @@ ---- examples/Makefile.orig 2016-03-24 12:00:28 UTC +--- examples/Makefile.orig 2016-05-26 09:25:43 UTC +++ examples/Makefile @@ -85,7 +85,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths @@ -13,8 +13,8 @@ CFLAGS = -I.. LIBS = else --CFLAGS = -I.. -Wall -W -+CFLAGS = -I.. -Wall -W $(CPPFLAGS) +-CFLAGS = -I.. -Wall -Wextra ++CFLAGS = -I.. -Wall -Wextra $(CPPFLAGS) LIBS = -lm endif @@ -117,7 +117,7 @@ all $(CIMG_EXTRA_FILES) # Linux/BSD/Mac OSX targets, with X11 display. -@@ -412,8 +416,10 @@ $(CIMG_ZLIB_CFLAGS) \ +@@ -436,8 +440,10 @@ $(CIMG_ZLIB_CFLAGS) \ $(CIMG_CURL_CFLAGS) \ $(CIMG_OPENCV_CFLAGS) \ $(CIMG_MAGICK_CFLAGS) \ @@ -128,7 +128,7 @@ $(CIMG_X11_LIBS) \ $(CIMG_XSHM_LIBS) \ $(CIMG_XRANDR_LIBS) \ -@@ -425,6 +431,7 @@ $(CIMG_ZLIB_LIBS) \ +@@ -449,6 +455,7 @@ $(CIMG_ZLIB_LIBS) \ $(CIMG_CURL_LIBS) \ $(CIMG_OPENCV_LIBS) \ $(CIMG_MAGICK_LIBS) \