Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2007 23:15:00 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118454: graphics/yafray fix for FreeBSD 8.x
Message-ID:  <200712052315.lB5NF0bh074806@www.freebsd.org>
Resent-Message-ID: <200712052320.lB5NK1fZ005966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118454
>Category:       ports
>Synopsis:       graphics/yafray fix for FreeBSD 8.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 23:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Mon Dec  3 03:55:30 EST 2007     root@speed:/home/obj/usr/src/sys/SPEED  amd64

>Description:
update to support FreeBSD 8.x
remove support for FreeBSD 4.x
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: files/patch-SConstruct
===================================================================
RCS file: /home/ncvs/ports/graphics/yafray/files/patch-SConstruct,v
retrieving revision 1.1
diff -u -r1.1 patch-SConstruct
--- files/patch-SConstruct	9 Oct 2006 12:25:08 -0000	1.1
+++ files/patch-SConstruct	5 Dec 2007 23:04:56 -0000
@@ -1,13 +1,13 @@
---- SConstruct.orig	Tue Jun 20 13:24:00 2006
-+++ SConstruct	Thu Sep 14 01:13:55 2006
+--- SConstruct.orig	2006-06-20 13:24:00.000000000 -0400
++++ SConstruct	2007-12-05 18:04:58.000000000 -0500
 @@ -8,6 +8,10 @@
  ficheros = {
  'darwin' : 'darwin-settings',
  'linux2' : 'linux-settings',
-+'freebsd4' : 'freebsd-settings',
 +'freebsd5' : 'freebsd-settings',
 +'freebsd6' : 'freebsd-settings',
 +'freebsd7' : 'freebsd-settings',
++'freebsd8' : 'freebsd-settings',
  'win32' : 'win32-settings',
  'sunos5' : 'sunos5-settings'
  }


>Release-Note:
>Audit-Trail:
>Unformatted:



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