From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 2 09:10:02 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 A61D216A46C for ; Tue, 2 Oct 2007 09:10:02 +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 6A11813C469 for ; Tue, 2 Oct 2007 09:10:02 +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 l929A2NQ045003 for ; Tue, 2 Oct 2007 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l929A2F5044997; Tue, 2 Oct 2007 09:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 2 Oct 2007 09:10:02 GMT Resent-Message-Id: <200710020910.l929A2F5044997@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, Martin Wilke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0694816A417 for ; Tue, 2 Oct 2007 09:03:24 +0000 (UTC) (envelope-from miwi@miwi.homeunix.com) Received: from miwi.homeunix.com (dslb-082-083-155-037.pools.arcor-ip.net [82.83.155.37]) by mx1.freebsd.org (Postfix) with ESMTP id B73DD13C448 for ; Tue, 2 Oct 2007 09:03:23 +0000 (UTC) (envelope-from miwi@miwi.homeunix.com) Received: by miwi.homeunix.com (Postfix, from userid 1010) id 85A2B2E3A1; Tue, 2 Oct 2007 11:03:24 +0200 (CEST) Message-Id: <20071002090324.85A2B2E3A1@miwi.homeunix.com> Date: Tue, 2 Oct 2007 11:03:24 +0200 (CEST) From: Martin Wilke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: serge.gagnon@b2b2c.ca Subject: ports/116814: [PATCH] multimedia/streamdvd: Fix build with gcc4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 09:10:02 -0000 >Number: 116814 >Category: ports >Synopsis: [PATCH] multimedia/streamdvd: Fix build with gcc4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 09:10:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD miwi.homeunix.com 7.0-CURRENT FreeBSD 7.0-CURRENT #305: Fri Sep 28 12:07:59 CEST 2007 >Description: tinderbox build i386 http://head.miwibox.org/tb/index.php?action=describe_port&id=2150 amd64 http://amd64.miwibox.org/tb/index.php?action=describe_port&id=1590 Port maintainer (serge.gagnon@b2b2c.ca) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- streamdvd-0.4_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/streamdvd/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 1 Oct 2007 09:18:18 -0000 1.5 +++ Makefile 1 Oct 2007 21:36:02 -0000 @@ -27,6 +27,7 @@ ${WRKSRC}/mplex/mplex.cpp ${WRKSRC}/streamdvd.c @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/mplex/mjpeg_types.h + @${REINPLACE_CMD} -e '48s|ZAlphaStream::||' ${WRKSRC}/mplex/zalphastrm.hpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/streamdvd ${PREFIX}/bin @@ -35,10 +36,4 @@ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include +.include --- streamdvd-0.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: