Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2006 17:26:53 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/105119: [PATCH] games/ssc: unbreak on 5.X and above
Message-ID:  <200611032226.kA3MQrVG097805@goodking.goodking.ca>
Resent-Message-ID: <200611032230.kA3MUMls040454@freefall.freebsd.org>

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

>Number:         105119
>Category:       ports
>Synopsis:       [PATCH] games/ssc: unbreak on 5.X and above
>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:   Fri Nov 03 22:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- unbreak by setting USE_GCC=295

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ssc-0.8_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/ssc/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	20 Sep 2006 11:21:27 -0000	1.12
+++ Makefile	3 Nov 2006 22:24:51 -0000
@@ -22,6 +22,7 @@
 USE_GMAKE=	yes
 USE_GL=		yes
 USE_SDL=	mixer sdl
+USE_GCC=	2.95
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include" \
@@ -30,10 +31,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		Does not compile with gcc 3.4
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s|SDL\/||g; s|/usr/local|${PREFIX}|g" \
 		${WRKSRC}/src/*.h ${WRKSRC}/src/*.cc
--- ssc-0.8_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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