From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 23 09:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14223D57 for ; Mon, 23 Sep 2013 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6E802B54 for ; Mon, 23 Sep 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8N9U01X049562 for ; Mon, 23 Sep 2013 09:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8N9U0BK049530; Mon, 23 Sep 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 23 Sep 2013 09:30:00 GMT Resent-Message-Id: <201309230930.r8N9U0BK049530@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, Sergio Mangialardi Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B4FBC3D for ; Mon, 23 Sep 2013 09:20:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 094812ADF for ; Mon, 23 Sep 2013 09:20:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8N9KE57067979 for ; Mon, 23 Sep 2013 09:20:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8N9KEYO067899; Mon, 23 Sep 2013 09:20:14 GMT (envelope-from nobody) Message-Id: <201309230920.r8N9KEYO067899@oldred.freebsd.org> Date: Mon, 23 Sep 2013 09:20:14 GMT From: Sergio Mangialardi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182315: [maintainer update] Unbreak ddd on FreeBSD 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 09:30:01 -0000 >Number: 182315 >Category: ports >Synopsis: [maintainer update] Unbreak ddd on FreeBSD 10 >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: Mon Sep 23 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergio Mangialardi >Release: FreeBSD 10 >Organization: >Environment: FreeBSD xxxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255249M: Thu Sep 5 21:09:44 CEST 2013 root@xxxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: Apply a patch to unbreak the ddd compilation on FreeBSD 10 using clang as compiler. Added files: ddd/files/patch-ddd-VSLDefList.C >How-To-Repeat: >Fix: Patch attached with submission follows: Index: files/patch-ddd-VSLDefList.C =================================================================== --- files/patch-ddd-VSLDefList.C (revision 0) +++ files/patch-ddd-VSLDefList.C (working copy) @@ -0,0 +1,11 @@ +--- ddd/VSLDefList.C.orig 2013-09-23 10:38:30.000000000 +0200 ++++ ddd/VSLDefList.C 2013-09-23 10:39:12.000000000 +0200 +@@ -60,7 +60,7 @@ + { + std::ostringstream s; + s << *arg; +- VSLLib::eval_error("no suiting definition for " + f_name() + s); ++ VSLLib::eval_error("no suiting definition for " + f_name() + s.str().c_str()); + } + + return d ? d->eval(arg) : 0; Property changes on: files/patch-ddd-VSLDefList.C ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: