Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2016 10:12:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418957 - head/graphics/yafray/files
Message-ID:  <201607231012.u6NACPMx077439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'
  }



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