svn commit: r440589 - head/astro/viking

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:31:48 UTC 2017


Author: antoine
Date: Wed May 10 21:31:46 2017
New Revision: 440589
URL: https://svnweb.freebsd.org/changeset/ports/440589

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   viking-1.6.2_4 depends on shared library: libgpsd.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/astro/viking/Makefile

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Wed May 10 21:22:03 2017	(r440588)
+++ head/astro/viking/Makefile	Wed May 10 21:31:46 2017	(r440589)
@@ -13,6 +13,8 @@ COMMENT=	Program to manage GPS data (tra
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		wrong LIB_DEPENDS
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \


More information about the svn-ports-all mailing list