ports/182315: [maintainer update] Unbreak ddd on FreeBSD 10

Sergio Mangialardi sergio at softshark.org
Mon Sep 23 09:30:01 UTC 2013


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


More information about the freebsd-ports-bugs mailing list