aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-10-31 20:19:04 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-10-31 20:19:04 +0000
commit73fe290922364525042a37b952102cb801a330e9 (patch)
treecc6e190687f60b5c3cff9764c2717f5d44f8ce48
parent03cc271a6787f58afd799c57d792ee86c19aa7de (diff)
downloadports-73fe290922364525042a37b952102cb801a330e9.tar.gz
ports-73fe290922364525042a37b952102cb801a330e9.zip
Upgrade to v.2.4.1.
Notes
Notes: svn path=/head/; revision=483611
-rw-r--r--graphics/cimg/Makefile2
-rw-r--r--graphics/cimg/distinfo6
-rw-r--r--graphics/cimg/files/patch-examples__Makefile8
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index fc266dacc822..9859b9d166bf 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cimg
DISTVERSIONPREFIX= v.
-DISTVERSION= 2.4.0
+DISTVERSION= 2.4.1
PORTEPOCH= 3
CATEGORIES= graphics devel
diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo
index b3260002ffab..62dbecad168c 100644
--- a/graphics/cimg/distinfo
+++ b/graphics/cimg/distinfo
@@ -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
diff --git a/graphics/cimg/files/patch-examples__Makefile b/graphics/cimg/files/patch-examples__Makefile
index de741cc01e0c..787b191d3d34 100644
--- a/graphics/cimg/files/patch-examples__Makefile
+++ b/graphics/cimg/files/patch-examples__Makefile
@@ -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)