From nobody@FreeBSD.org  Fri Nov 15 14:32:20 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id D7F53523
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 14:32:20 +0000 (UTC)
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 C72822CA7
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 14:32:20 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAFEWKxd011713
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 14:32:20 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAFEWKX1011705;
	Fri, 15 Nov 2013 14:32:20 GMT
	(envelope-from nobody)
Message-Id: <201311151432.rAFEWKX1011705@oldred.freebsd.org>
Date: Fri, 15 Nov 2013 14:32:20 GMT
From: Rodrigo Osorio <rodrigo@bebik.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/glib20 missing dependencie (libffi)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183999
>Category:       ports
>Synopsis:       devel/glib20 missing dependencie (libffi)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 14:40:02 UTC 2013
>Closed-Date:    Sat Nov 16 21:08:14 UTC 2013
>Last-Modified:  Sat Nov 16 21:08:14 UTC 2013
>Originator:     Rodrigo Osorio
>Release:        FreeBSD 10.0
>Organization:
>Environment:
>Description:
During config process glib20 reports libffi as a missing dependencie.
This library is declared as a LIB_DEPEND but the configuration
needs it too.


>How-To-Repeat:

>Fix:
patch attached

Patch attached with submission follows:

Index: /usr/ports/devel/glib20/Makefile
===================================================================
--- /usr/ports/devel/glib20/Makefile	(revision 333808)
+++ /usr/ports/devel/glib20/Makefile	(working copy)
@@ -22,6 +22,8 @@
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre \
 		ffi:${PORTSDIR}/devel/libffi
 
+BUILD_DEPENDS=	ffi:${PORTSDIR}/devel/libffi
+
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USES=		gettext gmake iconv pathfix pkgconfig shebangfix perl5


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 15 14:40:15 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183999 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Sat Nov 16 21:05:54 UTC 2013 
State-Changed-Why:  
Ports mentioned in LIB_DEPEND are also present during the build stage. 
I suspect a problem with the libffi port or related. please check 
the config.log of glib20 to see why it fails. 

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