Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 09:17:45 GMT
From:      lbartoletti <coder@tuxfamily.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182083: [PATCH] devel/codeblocks - pkg-fallout correction
Message-ID:  <201309140917.r8E9HjTE036616@oldred.freebsd.org>
Resent-Message-ID: <201309140920.r8E9K0ED045662@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182083
>Category:       ports
>Synopsis:       [PATCH] devel/codeblocks - pkg-fallout correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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