Date: Mon, 17 Apr 2000 04:23:08 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18048: Update port: games/oonsoo Message-ID: <200004171123.EAA96837@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18048 >Category: ports >Synopsis: Update port: games/oonsoo >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: Mon Apr 17 04:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Support CXX/CXXFLAGS/X11BASE/MAKE properly - Add WWW: line into pkg/DESCR New file: patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/games/oonsoo/Makefile games/oonsoo/Makefile --- /usr/ports/games/oonsoo/Makefile Sat Apr 15 00:23:56 2000 +++ games/oonsoo/Makefile Mon Apr 17 20:06:55 2000 @@ -1,4 +1,4 @@ -# New ports collection makefile for: oonsoo +# New ports collection makefile for: oonsoo # Date created: 23rd June, 1997 # Whom: Joel Sutton <jsutton@bbcon.com.au> # @@ -19,6 +19,6 @@ @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin .include <bsd.port.mk> diff -urN /usr/ports/games/oonsoo/patches/patch-aa games/oonsoo/patches/patch-aa --- /usr/ports/games/oonsoo/patches/patch-aa Sun Apr 2 08:05:24 2000 +++ games/oonsoo/patches/patch-aa Fri Apr 14 04:38:36 2000 @@ -1,11 +1,23 @@ ---- Makefile.orig Thu Feb 24 03:02:50 2000 -+++ Makefile Thu Feb 24 03:03:06 2000 -@@ -12,7 +12,7 @@ - CPPFLAGS=-O -ansi +--- Makefile.orig Thu Feb 24 03:29:29 2000 ++++ Makefile Thu Feb 24 03:42:58 2000 +@@ -6,16 +6,16 @@ + ############################################################################### + + ## C++ compiler to use +-CC=g++ ++CC = ${CXX} + + ## C++ compiler flags +-CPPFLAGS=-O -ansi ++CPPFLAGS = ${CXXFLAGS} -ansi ## System Includes -SYS_INCLUDES = -+SYS_INCLUDE = -I/usr/X11R6/include ++SYS_INCLUDE = -I${X11BASE}/include ## System Libraries - SYS_LIBS = -L/usr/X11R6/lib -lX11 +-SYS_LIBS = -L/usr/X11R6/lib -lX11 ++SYS_LIBS = -L${X11BASE}/lib -lX11 + + ## Archiver + AR=ar diff -urN /usr/ports/games/oonsoo/patches/patch-ab games/oonsoo/patches/patch-ab --- /usr/ports/games/oonsoo/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ games/oonsoo/patches/patch-ab Fri Apr 14 04:38:57 2000 @@ -0,0 +1,20 @@ +--- Makefile.common.orig Tue Jan 11 08:36:39 2000 ++++ Makefile.common Thu Feb 24 04:14:30 2000 +@@ -33,7 +33,7 @@ + echo ""; \ + echo "------ Building: $$dir"; \ + cd $$dir; \ +- make $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" all; \ ++ $(MAKE) $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" all; \ + if [ $$? -eq 0 ] ; \ + then \ + cd ..; \ +@@ -48,7 +48,7 @@ + echo ""; \ + echo "------ Cleaning: $$dir"; \ + cd $$dir; \ +- make $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" clean; \ ++ $(MAKE) $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" clean; \ + if [ $$? -eq 0 ] ; \ + then \ + cd ..; \ diff -urN /usr/ports/games/oonsoo/pkg/DESCR games/oonsoo/pkg/DESCR --- /usr/ports/games/oonsoo/pkg/DESCR Sun Apr 2 08:05:24 2000 +++ games/oonsoo/pkg/DESCR Fri Feb 25 04:47:17 2000 @@ -3,10 +3,9 @@ and one card face up is dealt to each of the playing decks. This game is a little harder than most because a different deck of -cards is used. Sounds effects are also built in. Check out the -following URL for more information: +cards is used. Sounds effects are also built in. - http://www4.ncsu.edu/~bwmott/www/oonsoo/ +WWW: http://www4.ncsu.edu/~bwmott/www/oonsoo/ Share and enjoy, >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?200004171123.EAA96837>