From owner-freebsd-ports Sat Mar 18 7:10:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10DC937B766 for ; Sat, 18 Mar 2000 07:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55201; Sat, 18 Mar 2000 07:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69A3437B556 for ; Sat, 18 Mar 2000 07:08:09 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55013; Sat, 18 Mar 2000 07:08:09 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003181508.HAA55013@freefall.freebsd.org> Date: Sat, 18 Mar 2000 07:08:09 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17462: Update port: emulators/snes9x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17462 >Category: ports >Synopsis: Update port: emulators/snes9x >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 Mar 18 07:10:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS/LOCALBASE/X11BASE properly - Add WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/snes9x/patches/patch-aa emulators/snes9x/patches/patch-aa --- /usr/ports/emulators/snes9x/patches/patch-aa Thu Mar 9 21:44:06 2000 +++ emulators/snes9x/patches/patch-aa Wed Mar 15 02:26:18 2000 @@ -1,5 +1,5 @@ --- Makefile.orig Mon Jan 24 16:15:50 2000 -+++ Makefile Wed Mar 8 23:24:45 2000 ++++ Makefile Wed Mar 15 02:23:16 2000 @@ -50,11 +50,6 @@ UNZIPDEFINES=-DUNZIP_SUPPORT endif @@ -22,16 +22,17 @@ +CC ?= gcc NASM = nasm +-INCLUDES=-I/usr/X11R6/include -I/usr/local/include +ifdef THREAD_SOUND +CPUDEFINES += -DUSE_THREADS +CC += -pthread +CCC += -pthread +endif + - INCLUDES=-I/usr/X11R6/include -I/usr/local/include ++INCLUDES=-I${X11BASE}/include -I${LOCALBASE}/include -OPTIMISE=-O6 -mpentium -fomit-frame-pointer -fno-exceptions -+OPTIMISE= $(CXXFLAGS) -O6 -mpentium -fomit-frame-pointer -fno-exceptions ++OPTIMISE= $(CXXFLAGS) CCFLAGS = $(OPTIMISE) -DMITSHM \ -Ii386 \ @@ -52,7 +53,7 @@ # symbol error when run on a Redhat box. -LDLIBS = -L/usr/X11R6/lib frame.o -+LDLIBS = -L/usr/X11R6/lib ++LDLIBS = -L${X11BASE}/lib ifdef GLIDE ifdef NETPLAY diff -urN /usr/ports/emulators/snes9x/pkg/DESCR emulators/snes9x/pkg/DESCR --- /usr/ports/emulators/snes9x/pkg/DESCR Sun Nov 2 00:00:00 1997 +++ emulators/snes9x/pkg/DESCR Wed Mar 15 02:17:10 2000 @@ -1 +1,3 @@ Super Nintendo Entertainment System(SNES) Emulator + +WWW: http://www.snes9x.com/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message