Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Feb 2012 17:31:19 +0100 (CET)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164765: [maintainer-update] audio/abraca: fix build with new scons
Message-ID:  <20120204163119.436BD141B@megatron.madpilot.net>
Resent-Message-ID: <201202041640.q14Ge6UW028373@freefall.freebsd.org>

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

>Number:         164765
>Category:       ports
>Synopsis:       [maintainer-update] audio/abraca: fix build with new scons
>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:   Sat Feb 04 16:40:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 9.0-STABLE FreeBSD 9.0-STABLE #2 r230106: Sat Jan 14 15:14:12 CET 2012 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Fix build, which is broken since the commit of devel/scons version 2.1.0

added files:

files/patch-data_SConscript
files/patch-data_ui_SConscript

>How-To-Repeat:
>Fix:

diff -ruN abraca.old/files/patch-data_SConscript abraca/files/patch-data_SConscript
--- abraca.old/files/patch-data_SConscript	1970-01-01 01:00:00.000000000 +0100
+++ abraca/files/patch-data_SConscript	2012-02-04 17:08:51.585326946 +0100
@@ -0,0 +1,13 @@
+--- data/SConscript.orig	2011-01-22 18:16:43.000000000 +0100
++++ data/SConscript	2012-02-04 16:19:46.829073844 +0100
+@@ -14,8 +14,8 @@
+ 
+ images, header, vapi = env.GdkPixBufCSource('abraca_images', lst)
+ 
+-env.Append(CPPPATH = [Dir('.')])
+-env.Append(VALAPKGPATH = [Dir('.')])
++env.Append(CPPPATH = [Dir('.').abspath])
++env.Append(VALAPKGPATH = [Dir('.').abspath])
+ env.Append(VALAPKGS = ['abraca_images'])
+ 
+ Export('images')
diff -ruN abraca.old/files/patch-data_ui_SConscript abraca/files/patch-data_ui_SConscript
--- abraca.old/files/patch-data_ui_SConscript	1970-01-01 01:00:00.000000000 +0100
+++ abraca/files/patch-data_ui_SConscript	2012-02-04 17:08:51.589327341 +0100
@@ -0,0 +1,13 @@
+--- data/ui/SConscript.orig	2011-01-22 18:16:43.000000000 +0100
++++ data/ui/SConscript	2012-02-04 16:21:40.477072762 +0100
+@@ -10,8 +10,8 @@
+ 
+ ui, header, vapi = env.BinaryBlob('abraca_ui', lst)
+ 
+-env.Append(CPPPATH = [Dir('.')])
+-env.Append(VALAPKGPATH = [Dir('.')])
++env.Append(CPPPATH = [Dir('.').abspath])
++env.Append(VALAPKGPATH = [Dir('.').abspath])
+ env.Append(VALAPKGS = ['abraca_ui'])
+ 
+ Export('ui')
>Release-Note:
>Audit-Trail:
>Unformatted:



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