Bug 181849 - [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT
Summary: [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 20:30 UTC by Rafael Ostertag
Modified: 2013-09-07 00:40 UTC (History)
0 users

See Also:


Attachments
yapet.diff (514 bytes, patch)
2013-09-05 20:30 UTC, Rafael Ostertag
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Ostertag 2013-09-05 20:30:00 UTC
- 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
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-09-07 00:31:38 UTC
Author: rakuco
Date: Fri Sep  6 23:31:30 2013
New Revision: 326564
URL: http://svnweb.freebsd.org/changeset/ports/326564

Log:
  Add patch to fix the build on 10-CURRENT.
  
  PR:		ports/181849
  Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)

Added:
  head/security/yapet/files/
  head/security/yapet/files/patch-yapet-cfgfile.h   (contents, props changed)

Added: head/security/yapet/files/patch-yapet-cfgfile.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yapet/files/patch-yapet-cfgfile.h	Fri Sep  6 23:31:30 2013	(r326564)
@@ -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"
+ 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-09-07 00:31:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!