From owner-svn-ports-all@freebsd.org Sun Sep 24 18:45:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD36EE2D340; Sun, 24 Sep 2017 18:45:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 86D5C81549; Sun, 24 Sep 2017 18:45:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OIj8Y9081177; Sun, 24 Sep 2017 18:45:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OIj85N081175; Sun, 24 Sep 2017 18:45:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709241845.v8OIj85N081175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 18:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450499 - head/graphics/vigra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vigra X-SVN-Commit-Revision: 450499 X-SVN-Commit-Repository: ports 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.23 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, 24 Sep 2017 18:45:09 -0000 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::swap(const vigra::ImagePyramid&)': 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