ports/182083: [PATCH] devel/codeblocks - pkg-fallout correction
lbartoletti
coder at tuxfamily.org
Sat Sep 14 09:20:01 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list