From amdmi3@amdmi3.ru  Thu Nov 28 19:00:30 2013
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 5A1672BB
	for <freebsd-gnats-submit@freebsd.org>; Thu, 28 Nov 2013 19:00:30 +0000 (UTC)
Received: from smtpout7.timeweb.ru (smtpout7.timeweb.ru [92.53.117.21])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 13CF31F27
	for <freebsd-gnats-submit@freebsd.org>; Thu, 28 Nov 2013 19:00:29 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1Vm6p8-0006WT-4j; Thu, 28 Nov 2013 23:00:26 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 8713AA27;
	Thu, 28 Nov 2013 23:00:25 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 7E1BC651; Thu, 28 Nov 2013 23:00:25 +0400 (MSK)
Message-Id: <20131128190025.7E1BC651@hades.panopticon>
Date: Thu, 28 Nov 2013 23:00:25 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: frank@altpeter.de
Subject: [PATCH] net-im/centerim-devel: fix build on 10.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify: frank@altpeter.de

>Number:         184360
>Category:       ports
>Synopsis:       [PATCH] net-im/centerim-devel: fix build on 10.x
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 28 19:10:00 UTC 2013
>Closed-Date:    Fri Nov 29 19:12:06 UTC 2013
>Last-Modified:  Fri Nov 29 19:20:00 UTC 2013
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK
>Description:
- Fix build in 10.x

Port maintainer (frank@altpeter.de) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- centerim-devel-4.22.10.11_2.patch begins here ---
Index: files/patch-libicq2000-src-ContactTree.cpp
===================================================================
--- files/patch-libicq2000-src-ContactTree.cpp	(revision 0)
+++ files/patch-libicq2000-src-ContactTree.cpp	(working copy)
@@ -0,0 +1,11 @@
+--- libicq2000/src/ContactTree.cpp.orig	2011-05-23 01:06:31.000000000 +0400
++++ libicq2000/src/ContactTree.cpp	2013-11-28 19:19:57.334970339 +0400
+@@ -22,6 +22,8 @@
+ #include "ContactTree.h"
+ #include "events.h"
+ 
++#include <cstdlib>
++
+ namespace ICQ2000 {
+ 
+   using std::string;
--- centerim-devel-4.22.10.11_2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 28 19:10:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: frank@altpeter.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x
Date: Thu, 28 Nov 2013 19:10:09 UT

 Maintainer of net-im/centerim-devel,
 
 Please note that PR ports/184360 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184360
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Frank Altpeter <frank@altpeter.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x
Date: Fri, 29 Nov 2013 13:12:07 +0100

 --uAKRQypu60I7Lcqm
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Moin Edwin Groothuis,
 
 I approve this patch.
 
 
 on 2013-11-28 at 20:10:09 CET, you wrote:
 > Maintainer of net-im/centerim-devel,
 >=20
 > Please note that PR ports/184360 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/184360
 >=20
 
 =20
 
 Mit freundlichen Gr=FC=DFen
 
 	Frank Altpeter
 
 --=20
 FA-RIPE || http://www.altpeter.de/ || http://gplus.to/frank42
 |   Gentlemen, I want you to know that I am not always right, but I am
 |   never wrong. -Samuel Goldwyn
 
 
 --uAKRQypu60I7Lcqm
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
 iF4EAREIAAYFAlKYhJcACgkQ7wRGH3LcIrTTKAD8DGYo4S/naIze50ZmnSwc1nPL
 A8S+VHEuZ0E51Q+U7hQA/jPD2DhZXbJhAqyd0D3LDhF/VEj9YGiId736AOAndj9a
 =qF/3
 -----END PGP SIGNATURE-----
 
 --uAKRQypu60I7Lcqm--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Nov 29 16:28:46 UTC 2013 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Nov 29 18:52:33 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Nov 29 19:12:04 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184360: commit references a PR
Date: Fri, 29 Nov 2013 19:12:03 +0000 (UTC)

 Author: sunpoet
 Date: Fri Nov 29 19:11:55 2013
 New Revision: 335213
 URL: http://svnweb.freebsd.org/changeset/ports/335213
 
 Log:
   - Fix build with clang
   
   PR:		ports/184360
   Submitted by:	amdmi3
   Approved by:	Frank Altpeter <frank@altpeter.de> (maintainer)
 
 Added:
   head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp   (contents, props changed)
 
 Added: head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp	Fri Nov 29 19:11:55 2013	(r335213)
 @@ -0,0 +1,11 @@
 +--- libicq2000/src/ContactTree.cpp.orig	2011-05-23 01:06:31.000000000 +0400
 ++++ libicq2000/src/ContactTree.cpp	2013-11-28 19:19:57.334970339 +0400
 +@@ -22,6 +22,8 @@
 + #include "ContactTree.h"
 + #include "events.h"
 + 
 ++#include <cstdlib>
 ++
 + namespace ICQ2000 {
 + 
 +   using std::string;
 _______________________________________________
 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"
 
>Unformatted:
