aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-24 18:45:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-24 18:45:08 +0000
commit11d815079589b642706203b5160bc7f3f7da6ea4 (patch)
tree4a8367c534cd69e05eb8c575203030884eeb9718 /graphics
parent245a9b22d4ba6f2543fb2f25fb1854dca0e436d4 (diff)
downloadports-11d815079589b642706203b5160bc7f3f7da6ea4.tar.gz
ports-11d815079589b642706203b5160bc7f3f7da6ea4.zip
graphics/vigra: unbreak NUMPY=on with gcc7
In file included from include/vigra/resampling_convolution.hxx:46:0, from include/vigra/resizeimage.hxx:46, from vigranumpy/src/core/sampling.cxx:43: include/vigra/imagecontainer.hxx: In member function 'void vigra::ImagePyramid<ImageType, Alloc>::swap(const vigra::ImagePyramid<ImageType, Alloc>&)': include/vigra/imagecontainer.hxx:766:51: error: no matching function for call to 'swap(int&, const int&)' std::swap(lowestLevel_, other.lowestLevel_); ^ [...] PR: 222542 Reported by: math/saga Obtained from: upstream
Notes
Notes: svn path=/head/; revision=450499
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vigra/Makefile5
-rw-r--r--graphics/vigra/distinfo3
2 files changed, 7 insertions, 1 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 1a14723c9557..129e8f57f24f 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,9 +3,12 @@
PORTNAME= vigra
DISTVERSION= 1.11.0
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 18675a51fca2.patch:-p1
+
MAINTAINER= ports@FreeBSD.org
COMMENT= VIGRA stands for "Vision with Generic Algorithms"
diff --git a/graphics/vigra/distinfo b/graphics/vigra/distinfo
index 675bf4f1f539..c20c40a89d1c 100644
--- a/graphics/vigra/distinfo
+++ b/graphics/vigra/distinfo
@@ -1,2 +1,5 @@
+TIMESTAMP = 1384793296
SHA256 (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 654074d08e46630a05084098779358baf3e4c0ab018ad6f02093823f1395b348
SIZE (ukoethe-vigra-1.11.0-e6c21f3_GH0.tar.gz) = 29184342
+SHA256 (18675a51fca2.patch) = e6a00209716feb79aa0b4c634b5740adbb95ef61be3391ee2b6d2c9c635a7116
+SIZE (18675a51fca2.patch) = 1001