Date: Sat, 16 Aug 2008 14:47:42 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126568: net/kdenetwork4: fix library dependence Message-ID: <200808161447.m7GElgC2039371@www.freebsd.org> Resent-Message-ID: <200808161450.m7GEo1oo074909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126568 >Category: ports >Synopsis: net/kdenetwork4: fix library dependence >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 14:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #3: Sat Jul 12 00:03:43 MSD 2008 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: krdc and krfb are linked to libvncserver.so.0 and libvncclient.so.0 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: net/kdenetwork4/Makefile =================================================================== RCS file: /home/cvs/freebsd/ports/net/kdenetwork4/Makefile,v retrieving revision 1.133 diff -u -r1.133 Makefile --- net/kdenetwork4/Makefile 9 Aug 2008 16:52:20 -0000 1.133 +++ net/kdenetwork4/Makefile 16 Aug 2008 14:41:10 -0000 @@ -6,6 +6,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,13 +15,13 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications -BUILD_DEPENDS= ${LOCALBASE}/lib/libvncserver.a:${PORTSDIR}/net/libvncserver # decibel:${PORTSDIR}/net-im/decibel LIB_DEPENDS= slp:${PORTSDIR}/net/openslp \ idn:${PORTSDIR}/dns/libidn \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca \ - otr.4:${PORTSDIR}/security/libotr + otr.4:${PORTSDIR}/security/libotr \ + vncserver.0:${PORTSDIR}/net/libvncserver RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl LATEST_LINK= ${PORTNAME}4 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808161447.m7GElgC2039371>