From owner-svn-ports-all@FreeBSD.ORG Sun Apr 20 21:12:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B2592C5; Sun, 20 Apr 2014 21:12:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1762215C1; Sun, 20 Apr 2014 21:12:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3KLCql6045209; Sun, 20 Apr 2014 21:12:52 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3KLCq9v045205; Sun, 20 Apr 2014 21:12:52 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201404202112.s3KLCq9v045205@svn.freebsd.org> From: Thierry Thomas Date: Sun, 20 Apr 2014 21:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351649 - 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.17 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: Sun, 20 Apr 2014 21:12:53 -0000 Author: thierry Date: Sun Apr 20 21:12:51 2014 New Revision: 351649 URL: http://svnweb.freebsd.org/changeset/ports/351649 QAT: https://qat.redports.org/buildarchive/r351649/ Log: Upgrade to 1.5.8. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples::Makefile head/graphics/cimg/pkg-plist Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Sun Apr 20 21:00:52 2014 (r351648) +++ head/graphics/cimg/Makefile Sun Apr 20 21:12:51 2014 (r351649) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -PORTVERSION= 1.5.7 -PORTREVISION= 3 +PORTVERSION= 1.5.8 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ @@ -31,7 +30,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/} BUILD_WRKSRC= ${WRKSRC}/examples MAKE_ENV= X11PATH=${LOCALBASE} LOCALBASE=${LOCALBASE} CPPFLAGS+= ${CFLAGS} ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -Wl,--verbose +LDFLAGS+= ${PTHREAD_LIBS} .if !defined(NOPORTDOCS) USES+= gmake @@ -45,8 +44,9 @@ LIB_DEPENDS+= libpng15.so:${PORTSDIR}/gr libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ libfftw3.so:${PORTSDIR}/math/fftw3 \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libopencv_core.so:${PORTSDIR}/graphics/opencv-core\ libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 -# libopencv_legacy.so:${PORTSDIR}/graphics/opencv ALL_TARGET= Mlinux . else ALL_TARGET= dlinux Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Sun Apr 20 21:00:52 2014 (r351648) +++ head/graphics/cimg/distinfo Sun Apr 20 21:12:51 2014 (r351649) @@ -1,2 +1,2 @@ -SHA256 (cimg-1.5.7/CImg-1.5.7.zip) = db84666a829ce02ef7a6d56769a50818e856843c515c4cf1b95907cee807e50c -SIZE (cimg-1.5.7/CImg-1.5.7.zip) = 11548216 +SHA256 (cimg-1.5.8/CImg-1.5.8.zip) = 8f67ab3193dd7827e8b11ec1cdb1c8415d726e642c609c1854c05a4ec11770c8 +SIZE (cimg-1.5.8/CImg-1.5.8.zip) = 11552959 Modified: head/graphics/cimg/files/patch-examples::Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples::Makefile Sun Apr 20 21:00:52 2014 (r351648) +++ head/graphics/cimg/files/patch-examples::Makefile Sun Apr 20 21:12:51 2014 (r351649) @@ -1,9 +1,9 @@ ---- examples/Makefile.orig 2013-10-31 10:07:28.000000000 +0100 -+++ examples/Makefile 2013-11-02 22:49:54.000000000 +0100 +--- examples/Makefile.orig 2014-04-17 15:41:13.000000000 +0200 ++++ examples/Makefile 2014-04-20 21:51:43.000000000 +0200 @@ -84,8 +84,8 @@ # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.5.7 + CIMG_VERSION = 1.5.8 -X11PATH = /usr/X11R6 -CC = g++ +#X11PATH = $(X11PATH) @@ -27,23 +27,20 @@ CIMG_OPT_CFLAGS = -O3 -ipo -no-prec-div else -CIMG_OPT_CFLAGS = -O3 -fno-tree-pre -+CIMG_OPT_CFLAGS = -fno-tree-pre ++CIMG_OPT_CFLAGS = endif # Flags to enable OpenMP support. -@@ -136,8 +136,9 @@ +@@ -136,7 +136,7 @@ endif # Flags to enable OpenCV support. -CIMG_OPENCV_CFLAGS = -Dcimg_use_opencv -I/usr/include/opencv --CIMG_OPENCV_LDFLAGS = -lcv -lhighgui -+# Disavle OpenCV in 1.5.7 due to failure -+#CIMG_OPENCV_CFLAGS = -Dcimg_use_opencv -I$(LOCALBASE)/include/opencv -+#CIMG_OPENCV_LDFLAGS = -lopencv_legacy -lopencv_highgui - - # Flags used to disable display capablities of CImg - CIMG_NODISPLAY_CFLAGS = -Dcimg_display=0 -@@ -146,7 +147,7 @@ ++CIMG_OPENCV_CFLAGS = -Dcimg_use_opencv -I$(LOCALBASE)/include/opencv + CIMG_OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui + #CIMG_OPENCV_LDFLAGS = -lcv -lhighgui #-> Use this for OpenCV < 2.2.0 + +@@ -147,7 +147,7 @@ # (X11 is used by CImg to handle display windows) # !!! For 64bits systems : replace -L$(X11PATH)/lib by -L$(X11PATH)/lib64 !!! CIMG_X11_CFLAGS = -I$(X11PATH)/include @@ -52,7 +49,7 @@ # Flags to enable fast image display, using the XSHM library (when using X11). # !!! Seems to randomly crash when used on MacOSX and 64bits systems, so use it only when necessary !!! -@@ -176,7 +177,7 @@ +@@ -177,7 +177,7 @@ # Flags to enable native support for TIFF image files, using the TIFF library. # ( http://www.libtiff.org/ ) CIMG_TIFF_CFLAGS = -Dcimg_use_tiff @@ -61,7 +58,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 ) -@@ -185,7 +186,7 @@ +@@ -186,7 +186,7 @@ # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) @@ -70,7 +67,7 @@ CIMG_EXR_LDFLAGS = -lIlmImf -lHalf # Flags to enable native support for various video files, using the FFMPEG library. -@@ -200,8 +201,8 @@ +@@ -201,8 +201,8 @@ # Flags to enable native support of most classical image file formats, using the Magick++ library. # ( http://www.imagemagick.org/Magick++/ ) @@ -81,7 +78,7 @@ # Flags to enable faster Discrete Fourier Transform computation, using the FFTW3 library # ( http://www.fftw.org/ ) -@@ -214,14 +215,17 @@ +@@ -215,14 +215,17 @@ # Flags to enable the use of LAPACK routines for matrix computation # ( http://www.netlib.org/lapack/ ) @@ -102,14 +99,7 @@ # Flags to compile on Sun Solaris CIMG_SOLARIS_LDFLAGS = -R$(X11PATH)/lib -lrt -lnsl -lsocket -@@ -359,26 +363,26 @@ - $(CIMG_XSHM_CFLAGS) \ - $(CIMG_XRANDR_CFLAGS) \ - $(CIMG_TIFF_CFLAGS) \ --$(CIMG_MINC2_CFLAGS) \ - $(CIMG_EXR_CFLAGS) \ - $(CIMG_PNG_CFLAGS) \ - $(CIMG_JPEG_CFLAGS) \ +@@ -366,6 +369,7 @@ $(CIMG_ZLIB_CFLAGS) \ $(CIMG_OPENCV_CFLAGS) \ $(CIMG_MAGICK_CFLAGS) \ @@ -117,17 +107,11 @@ $(CIMG_FFTW3_CFLAGS)" \ "CONF_LDFLAGS = \ $(CIMG_X11_LDFLAGS) \ - $(CIMG_XSHM_LDFLAGS) \ - $(CIMG_XRANDR_LDFLAGS) \ - $(CIMG_TIFF_LDFLAGS) \ --$(CIMG_MINC2_LDFLAGS) \ - $(CIMG_EXR_LDFLAGS) \ +@@ -376,6 +380,7 @@ $(CIMG_PNG_LDFLAGS) \ $(CIMG_JPEG_LDFLAGS) \ $(CIMG_ZLIB_LDFLAGS) \ ++$(CIMG_LAPACK_LDFLAGS) \ $(CIMG_OPENCV_LDFLAGS) \ $(CIMG_MAGICK_LDFLAGS) \ -+$(CIMG_LAPACK_LDFLAGS) \ $(CIMG_FFTW3_LDFLAGS)" \ - "STRIP_EXE=true" \ - all $(CIMG_EXTRA_FILES) Modified: head/graphics/cimg/pkg-plist ============================================================================== --- head/graphics/cimg/pkg-plist Sun Apr 20 21:00:52 2014 (r351648) +++ head/graphics/cimg/pkg-plist Sun Apr 20 21:12:51 2014 (r351649) @@ -445,6 +445,7 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/reference/tabs.css %%PORTDOCS%%%%DOCSDIR%%/screenshots.shtml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CImg_demo.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/captcha.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/curve_editor2d.cpp