From nobody@FreeBSD.org  Sun Jul 13 09:53:53 2008
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 301631065681
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 09:53:53 +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 1A6A58FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 09:53:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6D9rped012292
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 09:53:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6D9rpag012291;
	Sun, 13 Jul 2008 09:53:51 GMT
	(envelope-from nobody)
Message-Id: <200807130953.m6D9rpag012291@www.freebsd.org>
Date: Sun, 13 Jul 2008 09:53:51 GMT
From: Alexey Illarionov <littlesavage@orionet.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] x11toolkits/fox12 fix build on 7.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125558
>Category:       ports
>Synopsis:       [patch] x11-toolkits/fox12 fix build on 7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 10:00:06 UTC 2008
>Closed-Date:    Mon Jul 14 12:00:26 UTC 2008
>Last-Modified:  Mon Jul 14 12:00:26 UTC 2008
>Originator:     Alexey Illarionov
>Release:        7.0-STABLE
>Organization:
>Environment:
>Description:
x11toolkits/fox12 does not compile on 7.0 with gcc4.2. This problem may be fixed by adding '-ffriend-injection' to CPPFLAGS.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-07-13 13:42:51.000000000 +0400
+++ Makefile	2008-07-13 13:44:15.000000000 +0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	fox
 PORTVERSION=	${MAJORVER}.${SHVER}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.fox-toolkit.org/ftp/ \
 		ftp://ftp.fox-toolkit.org/pub/ \
@@ -53,7 +53,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 700042
-BROKEN=		Does not compile with GCC 4.2
+CPPFLAGS+=	-ffriend-injection
 .endif
 
 ##


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 13 10:59:19 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125558: commit references a PR
Date: Mon, 14 Jul 2008 11:57:55 +0000 (UTC)

 araujo      2008-07-14 11:57:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/fox12   Makefile 
   Log:
   - Fix build in 7.x.
   - Bump PORTREVISION.
   
   PR:             ports/125558
   Submitted by:   Alexey Illarionov <littlesavage@orionet.ru>
   
   Revision  Changes    Path
   1.14      +2 -2      ports/x11-toolkits/fox12/Makefile
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Mon Jul 14 12:00:24 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125558 
>Unformatted:
