FreeBSD Bugzilla – Attachment 144200 Details for
Bug 191440
devel/gearmand lists boost-libs as BUILD_DEPENDS when it should be LIB_DEPENDS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested patch to fix the dependency
gearmand.diff (text/plain), 738 bytes, created by
Matt Pounsett
on 2014-06-27 19:34:56 UTC
(
hide
)
Description:
Suggested patch to fix the dependency
Filename:
MIME Type:
Creator:
Matt Pounsett
Created:
2014-06-27 19:34:56 UTC
Size:
738 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 359598) >+++ Makefile (working copy) >@@ -10,10 +10,10 @@ > MAINTAINER= bdrewery@FreeBSD.org > COMMENT= Gearman C Server and Library > >-BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ >- libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ >+BUILD_DEPENDS= libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ > ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx >-LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent \ >+LIB_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ >+ libevent.so:${PORTSDIR}/devel/libevent \ > libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ > libexecinfo.so:${PORTSDIR}/devel/libexecinfo >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191440
: 144200