ports/181849: [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT
Rafael Ostertag
rafi at guengel.ch
Thu Sep 5 19:30:01 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list