diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-19 18:49:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-19 18:49:13 +0000 |
commit | 66a004665fd903386d5c83aad102b4b8f08d6b72 (patch) | |
tree | beb691d776c9b2bdf911d4f06d958df007b1312e /multimedia/librespot | |
parent | e9d1defe79208df3bb1b017c3dc1ed9e7d189bc2 (diff) | |
download | freebsd-ports-66a004665fd903386d5c83aad102b4b8f08d6b72.zip |
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
Diffstat (limited to 'multimedia/librespot')
-rw-r--r-- | multimedia/librespot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index decbb63f87d0..ca3f021405e3 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -10,6 +10,8 @@ COMMENT= Open Source Spotify client library 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 |