Re: emulators/frodo: switch to default Tcl/Tk 8.5

2013-01-15 Thread Stuart Henderson
On 2013/01/14 20:55, Christian Weisgerber wrote:
 Stuart Henderson s...@spacehopper.org wrote:
 
  As an aside, this is built with -O3 - there was some discussion about
  doing this for an Amiga emulator recently - if this is acceptable for
  a C64 emulator surely it makes sense for fs-uae too? Alternatively
  should -O3 be removed from this?
 
 IMO it should be removed.

OK?

Index: Makefile
===
RCS file: /cvs/ports/emulators/frodo/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile17 Aug 2012 14:48:34 -  1.23
+++ Makefile16 Jan 2013 01:09:18 -
@@ -4,7 +4,7 @@ COMMENT=Commodore 64 emulator
 
 DISTNAME=  FrodoV4_1b.Src
 PKGNAME=   frodo-4.1b
-REVISION=  6
+REVISION=  7
 DISTFILES= FrodoV4_1b.Src${EXTRACT_SUFX}
 
 CATEGORIES=emulators games
@@ -24,14 +24,13 @@ WANTLIB=SDL c m pthread sndio stdc++
 CONFIGURE_STYLE=   gnu
 
 MODULES=   x11/tk
-MODTK_VERSION= 8.4
 RUN_DEPENDS=   ${MODTK_RUN_DEPENDS}
 LIB_DEPENDS=   sdl-*-!no_x11:devel/sdl
 
-WISH=wish${MODTK_VERSION}
-FRODOLIBDIR=${PREFIX}/lib/frodo
+WISH=  ${MODTK_BIN}
+FRODOLIBDIR=   ${PREFIX}/lib/frodo
 
-CONFIGURE_ENV= CFLAGS='${CFLAGS} -O3 -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
+CONFIGURE_ENV= CFLAGS='${CFLAGS} -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
LIBS='-lsndio'
 
 



emulators/frodo: switch to default Tcl/Tk 8.5

2013-01-14 Thread Stuart Henderson
The Tk-based windows work fine here.  OK?

As an aside, this is built with -O3 - there was some discussion about
doing this for an Amiga emulator recently - if this is acceptable for
a C64 emulator surely it makes sense for fs-uae too? Alternatively
should -O3 be removed from this?


Index: Makefile
===
RCS file: /cvs/ports/emulators/frodo/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile17 Aug 2012 14:48:34 -  1.23
+++ Makefile14 Jan 2013 13:29:14 -
@@ -4,7 +4,7 @@ COMMENT=Commodore 64 emulator
 
 DISTNAME=  FrodoV4_1b.Src
 PKGNAME=   frodo-4.1b
-REVISION=  6
+REVISION=  7
 DISTFILES= FrodoV4_1b.Src${EXTRACT_SUFX}
 
 CATEGORIES=emulators games
@@ -24,12 +24,11 @@ WANTLIB=SDL c m pthread sndio stdc++
 CONFIGURE_STYLE=   gnu
 
 MODULES=   x11/tk
-MODTK_VERSION= 8.4
 RUN_DEPENDS=   ${MODTK_RUN_DEPENDS}
 LIB_DEPENDS=   sdl-*-!no_x11:devel/sdl
 
-WISH=wish${MODTK_VERSION}
-FRODOLIBDIR=${PREFIX}/lib/frodo
+WISH=  ${MODTK_BIN}
+FRODOLIBDIR=   ${PREFIX}/lib/frodo
 
 CONFIGURE_ENV= CFLAGS='${CFLAGS} -O3 -D__unix -DX_USE_SHM -DUSE_SNDIO 
-fno-exceptions' \
LIBS='-lsndio'



Re: emulators/frodo: switch to default Tcl/Tk 8.5

2013-01-14 Thread Christian Weisgerber
Stuart Henderson s...@spacehopper.org wrote:

 As an aside, this is built with -O3 - there was some discussion about
 doing this for an Amiga emulator recently - if this is acceptable for
 a C64 emulator surely it makes sense for fs-uae too? Alternatively
 should -O3 be removed from this?

IMO it should be removed.

-- 
Christian naddy Weisgerber  na...@mips.inka.de