Skip site navigation (1)Skip section navigation (2)
Date:      2 Jul 2004 20:16:24 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/68614: [Maintainer Update]  devel/gauche-sdl  unbreak (dep fix)
Message-ID:  <20040702201624.15000.qmail@phoenix.smluc.org>
Resent-Message-ID: <200407022020.i62KKBcx023824@freefall.freebsd.org>

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

>Number:         68614
>Category:       ports
>Synopsis:       [Maintainer Update]  devel/gauche-sdl  unbreak (dep fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 02 20:20:11 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Jun 20 11:01:28 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

Was marked broken because USE_SDL doesn't install stuff during 
dependancy pass (wtf???).

Added a BUILD_DEPENDS to grab SDL, purged off all sdl type shtuff 
from my machine, did a make build in devel/gauche-sdl, and it worked.


>How-To-Repeat:
>Fix:

--- devel_gauche-sdl.patch begins here ---
diff -Nurb devel/gauche-sdl.orig/Makefile devel/gauche-sdl/Makefile
--- devel/gauche-sdl.orig/Makefile	Fri Jul  2 15:48:12 2004
+++ devel/gauche-sdl/Makefile	Fri Jul  2 15:50:54 2004
@@ -15,11 +15,10 @@
 COMMENT=	Scheme script interpreter with multibyte character handling
 
 BUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche \
-		${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients
+		${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients \
+		sdl11-config:${PORTSDIR}/devel/sdl
 RUN_DEPENDS=	gosh:${PORTSDIR}/lang/gauche \
 		${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients
-
-BROKEN=		"SDL is needed in patch phase but only added in build phase"
 
 PLIST_SUB=	GAUCHE_VERSION="`gauche-config -V`"\
 		TARGET="${CONFIGURE_TARGET}"
--- devel_gauche-sdl.patch ends here ---


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



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