Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 09:20:14 GMT
From:      Sergio Mangialardi <sergio@softshark.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182315: [maintainer update] Unbreak ddd on FreeBSD 10
Message-ID:  <201309230920.r8N9KEYO067899@oldred.freebsd.org>
Resent-Message-ID: <201309230930.r8N9U0BK049530@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230920.r8N9KEYO067899>