ports/50852: bento-fix: emulators/zsnes

Hendrik Scholz hendrik at scholz.net
Sat Apr 12 10:10:12 UTC 2003


>Number:         50852
>Category:       ports
>Synopsis:       bento-fix: emulators/zsnes
>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:   Sat Apr 12 03:10:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NetUSE AG
>Environment:
System: FreeBSD goanna.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Tue Mar 25 21:50:08 CET 2003 hscholz at goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386


	
>Description:

	bento reports a broken dependency:
	http://bento.freebsd.org/errorlogs/i386-4-latest/zsnes-1.36,1.log
	nasm has been updated and thus caused trouble here.

	So fix this by just adding the appropriate dependency.
>How-To-Repeat:
	
>Fix:

	

--- zsnes-nasm.patch begins here ---
diff -u zsnes.tree/Makefile zsnes/Makefile
--- zsnes.tree/Makefile	Sat Apr 12 11:46:01 2003
+++ zsnes/Makefile	Sat Apr 12 11:46:14 2003
@@ -17,7 +17,7 @@
 COMMENT=	Intel x86 only Super Nintendo Entertainment System (SNES) Emulator
 
 # This must be >= 0.98!
-BUILD_DEPENDS=	nasm-0.98.33:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS=	nasm-0.98.35:${PORTSDIR}/devel/nasm
 LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
 		png.5:${PORTSDIR}/graphics/png
 
--- zsnes-nasm.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list