Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2003 11:52:56 +0200 (CEST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50852: bento-fix: emulators/zsnes
Message-ID:  <200304120952.h3C9quLr003757@goanna.lan.raisdorf.net>
Resent-Message-ID: <200304121010.h3CAAAW0074832@freefall.freebsd.org>

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

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



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