Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 21:25:20 +0200 (CEST)
From:      Rafael Ostertag <rafi@guengel.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181849: [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT
Message-ID:  <201309051925.r85JPKHK006522@aurora.virtual.kruemel.home>
Resent-Message-ID: <201309051930.r85JU1CQ056145@freefall.freebsd.org>

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

>Number:         181849
>Category:       ports
>Synopsis:       [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 05 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rafael Ostertag
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:

>Description:
- Patch for fixing build error due to missing #include on 10.0-CURRENT.

New Directories
---------------
files/

New Files
---------
files/patch-yapet-cfgfile.h

Updated Files
-------------
(none)

Deleted Files
-------------
(none)
>How-To-Repeat:
n/a
>Fix:

--- yapet.diff begins here ---
Index: files/patch-yapet-cfgfile.h
===================================================================
--- files/patch-yapet-cfgfile.h	(revision 0)
+++ files/patch-yapet-cfgfile.h	(working copy)
@@ -0,0 +1,13 @@
+--- yapet/cfgfile.h.orig	2013-09-05 20:47:04.000000000 +0200
++++ yapet/cfgfile.h	2013-09-05 20:47:46.000000000 +0200
+@@ -35,6 +35,10 @@
+ # include <string>
+ #endif
+ 
++#ifdef HAVE_SSTREAM
++# include <sstream>
++#endif
++
+ // Used for the YAPET::PWGEN::RNGENGINE type
+ #include "pwgen/rng.h"
+ 
--- yapet.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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