Bug 184360 - [PATCH] net-im/centerim-devel: fix build on 10.x
Summary: [PATCH] net-im/centerim-devel: fix build on 10.x
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-28 19:10 UTC by Dmitry Marakasov
Modified: 2013-11-29 19:20 UTC (History)
1 user (show)

See Also:


Attachments
centerim-devel-4.22.10.11_2.patch (548 bytes, patch)
2013-11-28 19:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-11-28 19:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-28 19:10:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-28 19:10:09 UTC
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
Comment 3 Frank Altpeter 2013-11-29 12:12:07 UTC
Moin Edwin Groothuis,

I approve this patch.


on 2013-11-28 at 20:10:09 CET, you wrote:
> 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
> 


 

Mit freundlichen Grüßen

	Frank Altpeter

-- 
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
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2013-11-29 16:28:46 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-29 18:52:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-29 19:12:03 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"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-29 19:12:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!