From nobody@FreeBSD.org  Sat Sep 14 09:17:47 2013
Return-Path: <nobody@FreeBSD.org>
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 ESMTP id 0B294F49
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Sep 2013 09:17:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id ED1512B49
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Sep 2013 09:17:46 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8E9Hk1P036617
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Sep 2013 09:17:46 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8E9HjTE036616;
	Sat, 14 Sep 2013 09:17:45 GMT
	(envelope-from nobody)
Message-Id: <201309140917.r8E9HjTE036616@oldred.freebsd.org>
Date: Sat, 14 Sep 2013 09:17:45 GMT
From: lbartoletti <coder@tuxfamily.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/codeblocks - pkg-fallout correction
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182083
>Category:       ports
>Synopsis:       [PATCH] devel/codeblocks - pkg-fallout correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 09:20:00 UTC 2013
>Closed-Date:    Mon Sep 16 19:56:53 UTC 2013
>Last-Modified:  Mon Sep 16 19:56:53 UTC 2013
>Originator:     lbartoletti
>Release:        
>Organization:
>Environment:
>Description:
Codeblocks wants GAMIN :

"Subject: [RELEASE - head-amd64-default][devel/codeblocks] Build failed for codeblocks-12.11 during configure
Date: Thu, 12 Sep 2013 07:50:56 GMT

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

[...]
checking for GAMIN... no
configure: error: Package requirements (gamin) were not met:

Package gamin was not found in the pkg-config search path.
Perhaps you should add the directory containing `gamin.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gamin', required by 'world', not found"
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/devel/codeblocks/Makefile devel/codeblocks/Makefile
--- /usr/ports/devel/codeblocks/Makefile	2013-09-13 16:03:09.000000000 +0200
+++ devel/codeblocks/Makefile	2013-09-14 11:14:44.000000000 +0200
@@ -3,6 +3,7 @@
 
 PORTNAME=	codeblocks
 PORTVERSION=	12.11
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/Sources/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}-1
@@ -21,6 +22,7 @@
 
 USES=		pkgconfig
 USE_FAM=	yes
+WANT_FAM_SYSTEM=	gamin
 USE_WX=		2.8
 WANT_UNICODE=	yes
 USE_GNOME=	gnomehack desktopfileutils


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Sep 14 22:52:06 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: William Grzybowski <william88@gmail.com>
To: bug-followup@FreeBSD.org, coder@tuxfamily.org
Cc:  
Subject: Re: ports/182083: [PATCH] devel/codeblocks - pkg-fallout correction
Date: Mon, 16 Sep 2013 11:55:43 -0300

 It builds just fine without your patch:
 https://redports.org/~wg/20130916135800-33161-144765/codeblocks-12.11.log
 
 -- 
 William Grzybowski
 ------------------------------------------
 Curitiba/PR - Brasil
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Mon Sep 16 19:56:46 UTC 2013 
State-Changed-Why:  
It was already fixed in r327149 by bapt 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182083 
>Unformatted:
