From owner-freebsd-ports Sat Jun 30 14: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C9D637B405 for ; Sat, 30 Jun 2001 14:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5UL04v80807; Sat, 30 Jun 2001 14:00:04 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 22F1637B409 for ; Sat, 30 Jun 2001 13:52:15 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.4/8.11.4) id f5UKqES28768; Sat, 30 Jun 2001 16:52:14 -0400 (EDT) (envelope-from pat) Message-Id: <200106302052.f5UKqES28768@wlgrv1.pa.home.com> Date: Sat, 30 Jun 2001 16:52:14 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28554: Update port: emulators/gnuboy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28554 >Category: ports >Synopsis: Update port: emulators/gnuboy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 14:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update gnuboy >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/emulators/gnuboy/Makefile gnuboy/Makefile --- /usr/ports/emulators/gnuboy/Makefile Thu May 31 12:31:23 2001 +++ gnuboy/Makefile Sat Jun 30 16:35:53 2001 @@ -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 diff -ruN /usr/ports/emulators/gnuboy/distinfo gnuboy/distinfo --- /usr/ports/emulators/gnuboy/distinfo Thu May 31 12:31:23 2001 +++ gnuboy/distinfo Sat Jun 30 16:36:09 2001 @@ -1 +1 @@ -MD5 (gnuboy-0.9.13.tar.gz) = a558a50776cf8615ed79b399e2a71f92 +MD5 (gnuboy-1.0.0.tar.gz) = 3d8123ce5fe69de03186f19954ecc9d0 diff -ruN /usr/ports/emulators/gnuboy/files/patch-configure.in gnuboy/files/patch-configure.in --- /usr/ports/emulators/gnuboy/files/patch-configure.in Mon Apr 30 05:22:55 2001 +++ gnuboy/files/patch-configure.in Sat Jun 30 16:42:54 2001 @@ -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" ;; - esac +@@ -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" ;; --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 diff -ruN /usr/ports/emulators/gnuboy/pkg-descr gnuboy/pkg-descr --- /usr/ports/emulators/gnuboy/pkg-descr Tue Apr 10 04:14:00 2001 +++ gnuboy/pkg-descr Sat Jun 30 16:37:03 2001 @@ -3,4 +3,4 @@ You can find public domain ROMs at SubPort.org -WWW: http://brightrain.aerifal.cx/~laguna/ +WWW: http://gnuboy.unix-fu.org/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message