From owner-svn-ports-head@freebsd.org Wed May 10 21:31:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A85CD673A3; Wed, 10 May 2017 21:31:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C5D21AAD; Wed, 10 May 2017 21:31:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ALVlNr056771; Wed, 10 May 2017 21:31:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ALVlNd056770; Wed, 10 May 2017 21:31:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705102131.v4ALVlNd056770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 May 2017 21:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440589 - head/astro/viking X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 21:31:48 -0000 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 \