Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:38:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440594 - head/comms/direwolf
Message-ID:  <201705102138.v4ALc9hd057564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 10 21:38:09 2017
New Revision: 440594
URL: https://svnweb.freebsd.org/changeset/ports/440594

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   direwolf-1.4_1 depends on shared library: libgpsd.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/comms/direwolf/Makefile

Modified: head/comms/direwolf/Makefile
==============================================================================
--- head/comms/direwolf/Makefile	Wed May 10 21:37:57 2017	(r440593)
+++ head/comms/direwolf/Makefile	Wed May 10 21:38:09 2017	(r440594)
@@ -10,6 +10,8 @@ COMMENT=	Software "soundcard" modem/TNC 
 
 LICENSE=	GPLv2
 
+BROKEN=		wrong LIB_DEPENDS
+
 LIB_DEPENDS=	libhamlib.so:comms/hamlib \
 		libgps.so:astro/gpsd
 



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