Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 06:55:46 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115566: graphics/evolvotron flag broken
Message-ID:  <200708160655.l7G6tkTo030663@www.freebsd.org>
Resent-Message-ID: <200708160700.l7G704vm017280@freefall.freebsd.org>

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

>Number:         115566
>Category:       ports
>Synopsis:       graphics/evolvotron flag broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 07:00:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root@speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
1. flag broken on gcc 4.2.0 until I can fix it
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/evolvotron/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	5 Jul 2007 23:39:02 -0000	1.15
+++ Makefile	16 Aug 2007 00:12:51 -0000
@@ -27,6 +27,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 700042
+BROKEN=		Does not compile with GCC 4.2
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS} -g -static|' \
 		${WRKSRC}/common.pro


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



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