From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 21 20:10:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2357116A477 for ; Sun, 21 Oct 2007 20:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0986E13C4BF for ; Sun, 21 Oct 2007 20:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LKA3UY030726 for ; Sun, 21 Oct 2007 20:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9LKA3Te030724; Sun, 21 Oct 2007 20:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 21 Oct 2007 20:10:03 GMT Resent-Message-Id: <200710212010.l9LKA3Te030724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juergen Lock Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAD9F16A41A for ; Sun, 21 Oct 2007 20:05:34 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id C053113C4B8 for ; Sun, 21 Oct 2007 20:05:33 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 9C801211439; Sun, 21 Oct 2007 21:41:38 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.8/8.13.6) with ESMTP id l9LJdvpt094794 for ; Sun, 21 Oct 2007 21:39:57 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.8/8.13.6/Submit) id l9LJdvLd094793; Sun, 21 Oct 2007 21:39:57 +0200 (CEST) (envelope-from nox) Message-Id: <200710211939.l9LJdvLd094793@saturn.kn-bremen.de> Date: Sun, 21 Oct 2007 21:39:57 +0200 (CEST) From: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117381: fix editors/f4l build with gcc4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Lock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 20:10:04 -0000 >Number: 117381 >Category: ports >Synopsis: fix editors/f4l build with gcc4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 21 20:10:03 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 6.2-RELEASE-p8 i386 >Organization: me? organized?? >Environment: System: FreeBSD saturn 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Wed Oct 17 18:53:56 CEST 2007 nox@saturn:/usr/obj/usr/home/nox/62new/usr/src/sys/GENERICua i386 >Description: This fixes build on 7/amd64 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007101919/f4l-0.2.1_1.log >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/f4l/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2 Oct 2007 05:50:10 -0000 1.4 +++ Makefile 21 Oct 2007 18:51:06 -0000 @@ -26,12 +26,6 @@ .include -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake Index: files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h Sun Oct 21 17:39:52 2007 @@ -0,0 +1,10 @@ +Index: src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h +@@ -137,7 +137,7 @@ + @param bytes the sound data. + @param length the number of bytes in the sound data. + */ +- FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length); ++ FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length); + + FSDefineSound(const FSDefineSound& rhs); + >Release-Note: >Audit-Trail: >Unformatted: