ports/184247: games/flying: Support CXX properly

KATO Tsuguru tkato432 at yahoo.com
Sun Nov 24 18:10:09 UTC 2013


>Number:         184247
>Category:       ports
>Synopsis:       games/flying: Support CXX properly
>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:   Sun Nov 24 18:10:09 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Support CXX properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/flying/Makefile games/flying/Makefile
--- /usr/ports/games/flying/Makefile	2013-11-06 22:00:51.000000000 +0900
+++ games/flying/Makefile	2013-11-25 00:00:00.000000000 +0900
@@ -5,8 +5,7 @@
 PORTVERSION=	6.20
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	games/arcade
+MASTER_SITES=	SUNSITE/games/arcade
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
diff -urN /usr/ports/games/flying/files/patch-aa games/flying/files/patch-aa
--- /usr/ports/games/flying/files/patch-aa	2013-11-06 22:00:51.000000000 +0900
+++ games/flying/files/patch-aa	2013-11-25 00:00:00.000000000 +0900
@@ -13,7 +13,7 @@
  XCOMM #####  macro should be set when using gcc-2.7.0 to create target
  XCOMM #####  pball.o without optimization
 -CXX          = gcc
-+CXX          = g++
++XCOMM # CXX          = gcc
  XCOMM # CXX_NOOPT    = -O0
  
  XCOMM #######################################################################
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list