Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 06:30:05 -0700 (PDT)
From:      Sergei Kolobov <sergei@kolobov.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50921: [PATCH] mail/librfc822: unbreak on -CURRENT
Message-ID:  <200304141330.h3EDU5Lc062798@freefall.freebsd.org>

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

From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50921: [PATCH] mail/librfc822: unbreak on -CURRENT
Date: Mon, 14 Apr 2003 17:26:30 +0400

 The following patch was unintentionally omitted from the PR:
 
 Added files:
 - files/patch-lexer.cc
 
 --- librfc822/files/patch-lexer.cc	Thu Jan  1 03:00:00 1970
 +++ librfc822-1.0_1/files/patch-lexer.cc	Mon Apr 14 02:35:24 2003
 @@ -0,0 +1,11 @@
 +--- lexer.cc.orig	Mon Apr 14 02:34:51 2003
 ++++ lexer.cc	Mon Apr 14 02:34:55 2003
 +@@ -6,7 +6,7 @@
 + #include "rfc822.hh"
 + using namespace std;
 + 
 +-ostream & operator<< (ostream & os, const token & t)
 ++std::ostream & operator<< (std::ostream& os, const token & t)
 +     {
 +     switch(t.type)
 + 	{



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