Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 18:39:41 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144664: [patch] emulators/gcube remove unneded USE_GCC
Message-ID:  <201003111839.o2BIdfAa049078@www.freebsd.org>
Resent-Message-ID: <201003111840.o2BIe1ot086537@freefall.freebsd.org>

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

>Number:         144664
>Category:       ports
>Synopsis:       [patch] emulators/gcube remove unneded USE_GCC
>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:   Thu Mar 11 18:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
* Remove USE_GCC=3.4. The port builds fine with gcc 4.2.
* Remove dead website from pkg-descr.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN emulators/gcube.orig/Makefile emulators/gcube/Makefile
--- emulators/gcube.orig/Makefile	2010-02-05 11:36:46.000000000 +0000
+++ emulators/gcube/Makefile	2010-03-10 21:00:33.619743439 +0000
@@ -20,7 +20,6 @@
 WRKSRC=		${WRKDIR}/${PORTVERSION}
 USE_GL=		yes
 USE_SDL=	sdl
-USE_GCC=	3.4
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
diff -ruN emulators/gcube.orig/pkg-descr emulators/gcube/pkg-descr
--- emulators/gcube.orig/pkg-descr	2009-05-29 03:19:49.000000000 +0000
+++ emulators/gcube/pkg-descr	2010-03-10 21:01:18.599120334 +0000
@@ -1,3 +1 @@
 A Cross-platform Gamecube emulator.
-
-WWW: http://gcube.exemu.net/


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



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