Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 03:03:08 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155812: Update port: games/xspacewarp
Message-ID:  <20110323030308.9d929d7a.tkato432@yahoo.com>
Resent-Message-ID: <201103221820.p2MIK9tB036665@freefall.freebsd.org>

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

>Number:         155812
>Category:       ports
>Synopsis:       Update port: games/xspacewarp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/xspacewarp/Makefile games/xspacewarp/Makefile
--- /usr/ports/games/xspacewarp/Makefile	2011-03-01 19:51:20.000000000 +0900
+++ games/xspacewarp/Makefile	2011-03-19 09:31:36.000000000 +0900
@@ -15,8 +15,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Time Trek - like game for X Window System
 
-BROKEN=		does not compile
-
 USE_IMAKE=	yes
 USE_XORG=	x11 xaw xext xmu xt xpm sm ice
 NO_INSTALL_MANPAGES=	yes
diff -urN /usr/ports/games/xspacewarp/files/patch-ad games/xspacewarp/files/patch-ad
--- /usr/ports/games/xspacewarp/files/patch-ad	2000-10-15 04:49:51.000000000 +0900
+++ games/xspacewarp/files/patch-ad	2011-03-19 09:47:44.000000000 +0900
@@ -10,7 +10,7 @@
 -
 -.cc.o:
 -	$(CC) $(CFLAGS) -c $<
-+CC = $(CXX)
++CCLINK = $(CXXLINK)
  
  LOCAL_LIBRARIES = XawClientLibs
  SYS_LIBRARIES = -lm
>Release-Note:
>Audit-Trail:
>Unformatted:



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