svn commit: r418957 - head/graphics/yafray/files
Antoine Brodin
antoine at FreeBSD.org
Sat Jul 23 10:12:26 UTC 2016
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'
}
More information about the svn-ports-all
mailing list