[kde-freebsd] [Bug 205915] x11/kde4-runtime: LIB_DEPENDS on ssh never gets pulled in due to bad specification

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 5 09:03:34 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205915

John Marino <marino at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino at FreeBSD.org

--- Comment #1 from John Marino <marino at FreeBSD.org> ---
FYI, here's how I fixed it locally:

--- Makefile.orig       2016-01-05 08:25:56 UTC
+++ Makefile
@@ -14,12 +14,12 @@ LIB_DEPENDS=        libIlmImf.so:${PORTSDIR}/gr
                libwebp.so:${PORTSDIR}/graphics/webp \
                libslp.so:${PORTSDIR}/net/openslp \
                libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
-               libssh.so:${PORTSDIR}/security/libssh \
                libqzeitgeist.so:${PORTSDIR}/sysutils/qzeitgeist
 # Explicitly depend on libssh to avoid interference with ssh.4 from
 # compat7x.
-BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh
-RUN_DEPENDS=   cagibid:${PORTSDIR}/net/cagibi
+BUILD_DEPENDS= libssh>0.7:${PORTSDIR}/security/libssh
+RUN_DEPENDS=   libssh>0.7:${PORTSDIR}/security/libssh \
+               cagibid:${PORTSDIR}/net/cagibi

 USE_KDE4=      kactivities kdelibs kdeprefix oxygen \
                attica automoc4 pimlibs strigi nepomuk-core
c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list