From nobody@FreeBSD.org  Fri Nov  2 11:58:42 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 8020916A417
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Nov 2007 11:58:42 +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 7231F13C494
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Nov 2007 11:58:42 +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 lA2Bwb4B002425
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 2 Nov 2007 11:58:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lA2BwbJi002424;
	Fri, 2 Nov 2007 11:58:37 GMT
	(envelope-from nobody)
Message-Id: <200711021158.lA2BwbJi002424@www.freebsd.org>
Date: Fri, 2 Nov 2007 11:58:37 GMT
From: Pietro Cerutti <gahr@gahr.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] devel/directfb unbreak fix build with GCC 4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117765
>Category:       ports
>Synopsis:       [patch] devel/directfb unbreak fix build with GCC 4.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 02 12:00:03 UTC 2007
>Closed-Date:    Mon Nov 05 10:04:11 UTC 2007
>Last-Modified:  Tue Nov 06 08:11:13 UTC 2007
>Originator:     Pietro Cerutti
>Release:        6.2-STABLE
>Organization:
Bern University of Applied Sciences
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed Oct 24 08:30:39 CEST 2007     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386
>Description:
Quite a few cast expressions are used as lvalue in devel/directfb.
They used to be obsolete in GCC 3.4, now in GCC 4.2 they're just invalid.
>How-To-Repeat:
cd /usr/ports/devel/directfb && make
>Fix:
The link to the patch comes in my next follow-up.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Nov 2 12:06:21 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: Pietro Cerutti <gahr@gahr.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117765: [patch] devel/directfb unbreak fix build with GCC
 4.2
Date: Fri, 02 Nov 2007 18:08:46 +0100

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enigA7DCA801BFED78A4BCC7128B
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 The patch:
 http://www.gahr.ch/FreeBSD/patches/117765_directfb.diff
 
 --=20
 Pietro Cerutti
 
 PGP Public Key:
 http://gahr.ch/pgp
 
 
 --------------enigA7DCA801BFED78A4BCC7128B
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFHK1mjwMJqmJVx944RCvbFAJwPb0WyBD4FybqKnOmghLmJZbnjcACgl1i+
 BG4JLma5V2kmmggWiWdFg68=
 =QoXB
 -----END PGP SIGNATURE-----
 
 --------------enigA7DCA801BFED78A4BCC7128B--

State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Nov 5 10:04:10 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117765: commit references a PR
Date: Mon,  5 Nov 2007 10:04:39 +0000 (UTC)

 miwi        2007-11-05 10:04:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/directfb       Makefile 
   Added files:
     devel/directfb/files 
                          patch-interfaces-IDirectFBImageProvider-idirectfbimageprovider_jpeg.c 
                          patch-src-core-input.c 
                          patch-src-display-idirectfbsurface.c 
                          patch-src-gfx-generic-generic.c 
                          patch-src-misc-gfx_util.c 
                          patch-src-misc-memcpy.c 
   Log:
   - Unbreak
   - Fix build with gcc 4.2
   
   PR:             117765
   Submitted by:   Pietro Cerutti <gahr@gahr.ch>
   Approved by:    portmgr (pav)
   
   Revision  Changes    Path
   1.28      +0 -4      ports/devel/directfb/Makefile
   1.1       +20 -0     ports/devel/directfb/files/patch-interfaces-IDirectFBImageProvider-idirectfbimageprovider_jpeg.c (new)
   1.1       +11 -0     ports/devel/directfb/files/patch-src-core-input.c (new)
   1.1       +15 -0     ports/devel/directfb/files/patch-src-display-idirectfbsurface.c (new)
   1.1       +12 -0     ports/devel/directfb/files/patch-src-gfx-generic-generic.c (new)
   1.1       +71 -0     ports/devel/directfb/files/patch-src-misc-gfx_util.c (new)
   1.1       +46 -0     ports/devel/directfb/files/patch-src-misc-memcpy.c (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:
