From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 27 22:40:08 2010 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 0D48E10656AD for ; Fri, 27 Aug 2010 22:40:08 +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 C1DFD8FC1A for ; Fri, 27 Aug 2010 22:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7RMe7V6067107 for ; Fri, 27 Aug 2010 22:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7RMe7kr067106; Fri, 27 Aug 2010 22:40:07 GMT (envelope-from gnats) Resent-Date: Fri, 27 Aug 2010 22:40:07 GMT Resent-Message-Id: <201008272240.o7RMe7kr067106@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, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 440E510656A9 for ; Fri, 27 Aug 2010 22:38:11 +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 339328FC1A for ; Fri, 27 Aug 2010 22:38:11 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7RMcAvl079444 for ; Fri, 27 Aug 2010 22:38:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7RMcAGC079443; Fri, 27 Aug 2010 22:38:10 GMT (envelope-from nobody) Message-Id: <201008272238.o7RMcAGC079443@www.freebsd.org> Date: Fri, 27 Aug 2010 22:38:10 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150055: Port fix: archivers/par2cmdline-tbb - Allow build with gcc44 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: Fri, 27 Aug 2010 22:40:08 -0000 >Number: 150055 >Category: ports >Synopsis: Port fix: archivers/par2cmdline-tbb - Allow build with gcc44 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 22:40:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-STABLE >Organization: http://contribs.martymac.org >Environment: FreeBSD home.martymac.com 8.0-STABLE FreeBSD 8.0-STABLE #6: Wed Apr 28 10:33:53 UTC 2010 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: Par2cmdline-tbb uses auto_ptr without including . Building with base gcc is OK, but fails with gcc44. The attached patch fixes that issue. Submitted by: Andriy Gapon >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN par2cmdline-tbb.orig/files/patch-par2cmdline.h par2cmdline-tbb/files/patch-par2cmdline.h --- par2cmdline-tbb.orig/files/patch-par2cmdline.h 1970-01-01 01:00:00.000000000 +0100 +++ par2cmdline-tbb/files/patch-par2cmdline.h 2010-08-28 00:22:25.156508110 +0200 @@ -0,0 +1,10 @@ +--- par2cmdline.h.orig 2010-08-28 00:21:07.730518551 +0200 ++++ par2cmdline.h 2010-08-28 00:21:42.779186595 +0200 +@@ -428,6 +428,7 @@ + #include + #include + #include ++#include + + #include + #include >Release-Note: >Audit-Trail: >Unformatted: