ports/183999: devel/glib20 missing dependencie (libffi)
Rodrigo Osorio
rodrigo at bebik.net
Fri Nov 15 14:40:02 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list