Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 14:32:20 GMT
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183999: devel/glib20 missing dependencie (libffi)
Message-ID:  <201311151432.rAFEWKX1011705@oldred.freebsd.org>
Resent-Message-ID: <201311151440.rAFEe2A9080142@freefall.freebsd.org>

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

>Number:         183999
>Category:       ports
>Synopsis:       devel/glib20 missing dependencie (libffi)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 14:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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