Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 23:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/181849: commit references a PR
Message-ID:  <201309062340.r86Ne16v022141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181849; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181849: commit references a PR
Date: Fri,  6 Sep 2013 23:31:38 +0000 (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"
 



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