From owner-svn-ports-all@freebsd.org Fri May 19 18:49:14 2017 Return-Path: Delivered-To: svn-ports-all@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 B127FD748B7; Fri, 19 May 2017 18:49:14 +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 8317316D9; Fri, 19 May 2017 18:49:14 +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 v4JInDsW066180; Fri, 19 May 2017 18:49:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JInDlL066179; Fri, 19 May 2017 18:49:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705191849.v4JInDlL066179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 May 2017 18:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441261 - head/multimedia/librespot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 18:49:14 -0000 Author: antoine Date: Fri May 19 18:49:13 2017 New Revision: 441261 URL: https://svnweb.freebsd.org/changeset/ports/441261 Log: Mark BROKEN: tries to clone git repository during build phase Updating git repository `https://github.com/mmokhi/rust-mdns` warning: spurious network error (2 tries remaining): [12/-1] curl error: warning: spurious network error (1 tries remaining): [12/-1] curl error: error: failed to load source for a dependency on `mdns` Caused by: Unable to update https://github.com/mmokhi/rust-mdns Caused by: failed to clone into: /wrkdirs/usr/ports/multimedia/librespot/work/librespot-85dbc3b/git/db/rust-mdns-02ad69c3177fccfb Reported by: pkg-fallout Modified: head/multimedia/librespot/Makefile Modified: head/multimedia/librespot/Makefile ============================================================================== --- head/multimedia/librespot/Makefile Fri May 19 18:46:57 2017 (r441260) +++ head/multimedia/librespot/Makefile Fri May 19 18:49:13 2017 (r441261) @@ -10,6 +10,8 @@ COMMENT= Open Source Spotify client libr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= tries to clone git repository during build phase + BUILD_DEPENDS= cargo>0:devel/cargo \ portaudio>0:audio/portaudio