From owner-svn-ports-head@freebsd.org Sat Jul 23 10:12:26 2016 Return-Path: Delivered-To: svn-ports-head@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 AEFCDBA15A7; Sat, 23 Jul 2016 10:12:26 +0000 (UTC) (envelope-from antoine@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 817C91309; Sat, 23 Jul 2016 10:12:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6NACPUA077440; Sat, 23 Jul 2016 10:12:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6NACPMx077439; Sat, 23 Jul 2016 10:12:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201607231012.u6NACPMx077439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 23 Jul 2016 10:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418957 - head/graphics/yafray/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2016 10:12:26 -0000 Author: antoine Date: Sat Jul 23 10:12:25 2016 New Revision: 418957 URL: https://svnweb.freebsd.org/changeset/ports/418957 Log: Fix build on FreeBSD 12 Reported by: pkg-fallout Modified: head/graphics/yafray/files/patch-SConstruct Modified: head/graphics/yafray/files/patch-SConstruct ============================================================================== --- head/graphics/yafray/files/patch-SConstruct Sat Jul 23 10:09:55 2016 (r418956) +++ head/graphics/yafray/files/patch-SConstruct Sat Jul 23 10:12:25 2016 (r418957) @@ -1,6 +1,6 @@ ---- SConstruct.orig 2006-06-20 19:24:00.000000000 +0200 -+++ SConstruct 2014-04-28 22:26:00.000000000 +0200 -@@ -8,6 +8,13 @@ +--- SConstruct.orig 2006-06-20 17:24:00 UTC ++++ SConstruct +@@ -8,6 +8,14 @@ prefix=ARGUMENTS.get('prefix','/usr/loca ficheros = { 'darwin' : 'darwin-settings', 'linux2' : 'linux-settings', @@ -11,6 +11,7 @@ +'freebsd9' : 'freebsd-settings', +'freebsd10' : 'freebsd-settings', +'freebsd11' : 'freebsd-settings', ++'freebsd12' : 'freebsd-settings', 'win32' : 'win32-settings', 'sunos5' : 'sunos5-settings' }