1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

upgrade to 1.0.0

change WWW

PR:		28554
Submitted by:	pat@databits.net
This commit is contained in:
Ying-Chieh Liao 2001-07-01 17:00:29 +00:00
parent c119d53363
commit c8b30f1d86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44610
4 changed files with 23 additions and 19 deletions

View File

@ -7,9 +7,10 @@
#
PORTNAME= gnuboy
PORTVERSION= 0.9.13
PORTVERSION= 1.0.0
CATEGORIES= emulators games
MASTER_SITES= http://brightrain.aerifal.cx/~laguna/src/
MASTER_SITES= http://gnuboy.unix-fu.org/src/ \
http://brightrain.aerifal.cx/~laguna/src/
MAINTAINER= ijliao@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnuboy-0.9.13.tar.gz) = a558a50776cf8615ed79b399e2a71f92
MD5 (gnuboy-1.0.0.tar.gz) = 3d8123ce5fe69de03186f19954ecc9d0

View File

@ -1,5 +1,5 @@
--- configure.in.orig Sat Mar 24 13:26:19 2001
+++ configure.in Mon Apr 30 02:19:53 2001
--- configure.in.orig Sat Jun 30 16:38:55 2001
+++ configure.in Sat Jun 30 16:42:42 2001
@@ -79,12 +79,12 @@
if test "$with_sdl" != "no" ; then
AC_CHECK_PROG(SDL_CONFIG, sdl-config, yes)
@ -17,18 +17,21 @@
AC_MSG_WARN(SDL found but headers are missing!!)
with_sdl=no
])], [with_sdl=no], $SDL_LIBS)
@@ -152,13 +152,7 @@
*486*) CFLAGS="$CFLAGS -m486" ;;
@@ -189,7 +189,7 @@
yes|full)
AC_MSG_RESULT(producing heavily optimized code)
-CFLAGS="$CFLAGS -O3"
+CFLAGS="$CFLAGS"
case `uname -m` in
i?86) CFLAGS="$CFLAGS -DALLOW_UNALIGNED_IO" ;;
@@ -214,7 +214,7 @@
low)
AC_MSG_RESULT(using minimal optimizations)
-CFLAGS="$CFLAGS -O3" ;;
+CFLAGS="$CFLAGS" ;;
esac
-CFLAGS="$CFLAGS -O3 -DALLOW_UNALIGNED_IO \
- -fstrength-reduce -fthread-jumps \
- -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
- -fschedule-insns -fschedule-insns2 -fexpensive-optimizations \
- -fforce-mem -fforce-addr" ;;
-*) CFLAGS="$CFLAGS -O3" ;;
-
+CFLAGS="$CFLAGS -DALLOW_UNALIGNED_IO" ;;
esac
if test "$enable_debug" != yes -a "$enable_profile" != yes ; then

View File

@ -3,4 +3,4 @@ software platform
You can find public domain ROMs at SubPort.org
WWW: http://brightrain.aerifal.cx/~laguna/
WWW: http://gnuboy.unix-fu.org/