Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 18:45:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450499 - head/graphics/vigra
Message-ID:  <201709241845.v8OIj85N081175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Sep 24 18:45:08 2017
New Revision: 450499
URL: https://svnweb.freebsd.org/changeset/ports/450499

Log:
  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

Modified:
  head/graphics/vigra/Makefile   (contents, props changed)
  head/graphics/vigra/distinfo   (contents, props changed)

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Sun Sep 24 18:35:11 2017	(r450498)
+++ head/graphics/vigra/Makefile	Sun Sep 24 18:45:08 2017	(r450499)
@@ -3,8 +3,11 @@
 
 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"

Modified: head/graphics/vigra/distinfo
==============================================================================
--- head/graphics/vigra/distinfo	Sun Sep 24 18:35:11 2017	(r450498)
+++ head/graphics/vigra/distinfo	Sun Sep 24 18:45:08 2017	(r450499)
@@ -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



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