From nobody@FreeBSD.org  Thu Aug 16 06:55:46 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4845416A418
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Aug 2007 06:55:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3BBFB13C478
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Aug 2007 06:55:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7G6tkqv030664
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Aug 2007 06:55:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7G6tkTo030663;
	Thu, 16 Aug 2007 06:55:46 GMT
	(envelope-from nobody)
Message-Id: <200708160655.l7G6tkTo030663@www.freebsd.org>
Date: Thu, 16 Aug 2007 06:55:46 GMT
From: David Yeske <dyeske@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/evolvotron flag broken
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115566
>Category:       ports
>Synopsis:       graphics/evolvotron flag broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 07:00:04 GMT 2007
>Closed-Date:    Sat Aug 18 19:51:17 GMT 2007
>Last-Modified:  Sat Aug 18 20:00:03 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 16 07:00:30 UTC 2007 
Responsible-Changed-Why:  
beech@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115566 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sat Aug 18 19:50:58 UTC 2007 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115566 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115566: commit references a PR
Date: Sat, 18 Aug 2007 19:50:34 +0000 (UTC)

 beech       2007-08-18 19:50:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/evolvotron  Makefile 
   Added files:
     graphics/evolvotron/files patch-gcc4 
   Log:
   - Fix build with gcc42
   - Add patch-gcc4
   
   PR:             ports/115566
   Submitted by:   David Yeske <dyeske@gmail.com> (maintainer)
   Approved by:    sat (mentor)
   Obtained from:  Gentoo Portage
   
   Revision  Changes    Path
   1.16      +7 -6      ports/graphics/evolvotron/Makefile
   1.1       +33 -0     ports/graphics/evolvotron/files/patch-gcc4 (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
