ports/105119: [PATCH] games/ssc: unbreak on 5.X and above

Thomas Abthorpe thomas at goodking.ca
Fri Nov 3 22:30:51 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list