From 4bd162e8abdbb60cb7aa168924da9dbc3bc2cbd7 Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Tue, 30 Jul 2002 11:55:28 +0000 Subject: Update to 20020111 PR: ports/39215 Submitted by: Michael Nottebrock --- emulators/gngb/Makefile | 43 ++++++++++++++++++++++++++++++++----------- emulators/gngb/distinfo | 2 +- emulators/gngb/files/patch-aa | 30 ------------------------------ 3 files changed, 33 insertions(+), 42 deletions(-) delete mode 100644 emulators/gngb/files/patch-aa (limited to 'emulators/gngb') diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 36906064e293..f8f024644dbd 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -6,24 +6,45 @@ # PORTNAME= gngb -PORTVERSION= 20010318 +PORTVERSION= 20020111 CATEGORIES= emulators -MASTER_SITES= http://frogus.multimania.com/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_src +MASTER_SITES= http://membres.lycos.fr/frogus/gngb/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 -WRKSRC= ${WRKDIR}/${PORTNAME} - +GNU_CONFIGURE= yes USE_GMAKE= yes +USE_XLIB= yes USE_X_PREFIX= yes - -post-patch: - perl -pi -e 's/ diff --git a/emulators/gngb/distinfo b/emulators/gngb/distinfo index 862ccf2b3ad1..cc53269c6fb6 100644 --- a/emulators/gngb/distinfo +++ b/emulators/gngb/distinfo @@ -1 +1 @@ -MD5 (gngb_20010318_src.tar.gz) = cd7d0c1cd8852f49ae938f0f8c1ba9a5 +MD5 (gngb-20020111.tar.gz) = 549100377559045cf80d370de6203ba8 diff --git a/emulators/gngb/files/patch-aa b/emulators/gngb/files/patch-aa deleted file mode 100644 index 20bbca29b48a..000000000000 --- a/emulators/gngb/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Sun Apr 22 10:34:08 2001 -+++ Makefile Sun Apr 22 10:39:35 2001 -@@ -15,23 +15,23 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - --GL_MODE = 1 -+#GL_MODE = 1 - - CC = gcc - INCDIRS = -I. -I/usr/include - LIBDIRS = -L/usr/X11R6/lib - DEBUG = -g - PROFILE = -pg -O3 --OPT = -O3 -mpentiumpro -Wno-unused -funroll-loops -fstrength-reduce -ffast-math -malign-functions=2 -malign-jumps=2 -malign-loops=2 -fomit-frame-pointer -Wall -g -+OPT = -O3 -mpentiumpro -Wno-unused -funroll-loops -fstrength-reduce -ffast-math -malign-functions=2 -malign-jumps=2 -malign-loops=2 -fomit-frame-pointer -Wall -g -I/usr/local/include/ - OBJ = memory.o vram.o interrupt.o cpu.o rom.o sound.o serial.o frame_skip.o main.o - DOBJ = debuger/memory.o debuger/vram.o debuger/interrupt.o debuger/cpu.o debuger/rom.o debuger/sound.o debuger/serial.o debuger/frame_skip.o debuger/log.o debuger/debuger.o - - ifdef GL_MODE - CFLAGS = $(OPT) -D_REENTRANT -DSDL_GL --LIBS = -lSDL -lpthread -lGL -+LIBS = -lSDL-1.1 -lpthread -lGL -L/usr/local/lib - else - CFLAGS = $(OPT) -D_REENTRANT --LIBS = -lSDL -lpthread -+LIBS = -lSDL-1.1 -L/usr/local/lib -lc_r - endif - - all : gngb -- cgit v1.2.3