Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2000 07:08:09 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17462: Update port: emulators/snes9x
Message-ID:  <200003181508.HAA55013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003181508.HAA55013>