ports/68614: [Maintainer Update] devel/gauche-sdl unbreak (dep fix)

Erik Greenwald erik at smluc.org
Fri Jul 2 20:32:00 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list