svn commit: r441261 - head/multimedia/librespot

Antoine Brodin antoine at FreeBSD.org
Fri May 19 18:49:14 UTC 2017


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
 


More information about the svn-ports-all mailing list