Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 20:19:04 +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: r483611 - in head/graphics/cimg: . files
Message-ID:  <201810312019.w9VKJ45R017883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Oct 31 20:19:04 2018
New Revision: 483611
URL: https://svnweb.freebsd.org/changeset/ports/483611

Log:
  Upgrade to v.2.4.1.

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	Wed Oct 31 19:56:51 2018	(r483610)
+++ head/graphics/cimg/Makefile	Wed Oct 31 20:19:04 2018	(r483611)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
-DISTVERSION=	2.4.0
+DISTVERSION=	2.4.1
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 

Modified: head/graphics/cimg/distinfo
==============================================================================
--- head/graphics/cimg/distinfo	Wed Oct 31 19:56:51 2018	(r483610)
+++ head/graphics/cimg/distinfo	Wed Oct 31 20:19:04 2018	(r483611)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539104691
-SHA256 (dtschump-CImg-v.2.4.0_GH0.tar.gz) = 2411f1c1ba3f888cd1c3cf781286d80d1cb2752cfefe81a0896dd58f99792e8f
-SIZE (dtschump-CImg-v.2.4.0_GH0.tar.gz) = 11037773
+TIMESTAMP = 1541016670
+SHA256 (dtschump-CImg-v.2.4.1_GH0.tar.gz) = 8249610a17197747219ee5f7cb64c8ddb7749d396d89c3ebc853b049b37701f0
+SIZE (dtschump-CImg-v.2.4.1_GH0.tar.gz) = 11072570

Modified: head/graphics/cimg/files/patch-examples__Makefile
==============================================================================
--- head/graphics/cimg/files/patch-examples__Makefile	Wed Oct 31 19:56:51 2018	(r483610)
+++ head/graphics/cimg/files/patch-examples__Makefile	Wed Oct 31 20:19:04 2018	(r483611)
@@ -1,4 +1,4 @@
---- examples/Makefile.orig	2018-04-11 12:39:15 UTC
+--- examples/Makefile.orig	2018-10-02 08:22:30 UTC
 +++ examples/Makefile
 @@ -84,7 +84,7 @@ EXTRA_FILES = use_tiff_stream use_jpeg_b
  # Set correct variables and paths
@@ -98,22 +98,24 @@
  all $(EXTRA_FILES)
  
  # Linux/BSD/Mac OSX targets, with X11 display.
-@@ -439,8 +443,10 @@ $(ZLIB_CFLAGS) \
+@@ -439,8 +443,11 @@ $(ZLIB_CFLAGS) \
  $(CURL_CFLAGS) \
  $(OPENCV_CFLAGS) \
  $(MAGICK_CFLAGS) \
 +$(LAPACK_CFLAGS) \
++$(BOARD_CFLAGS) \
  $(FFTW3_CFLAGS)" \
  "CONF_LIBS = \
 +$(FREEBSD_LDFLAGS) \
  $(X11_LIBS) \
  $(XSHM_LIBS) \
  $(XRANDR_LIBS) \
-@@ -452,6 +458,7 @@ $(ZLIB_LIBS) \
+@@ -452,6 +459,8 @@ $(ZLIB_LIBS) \
  $(CURL_LIBS) \
  $(OPENCV_LIBS) \
  $(MAGICK_LIBS) \
 +$(LAPACK_LIBS) \
++$(BOARD_LIBS) \
  $(FFTW3_LIBS)" \
  "STRIP_EXE=true" \
  all $(EXTRA_FILES)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810312019.w9VKJ45R017883>