svn commit: r438831 - in head/multimedia: . librespot

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 19 22:25:03 UTC 2017


On Wed, Apr 19, 2017 at 09:20:57AM +0000, Mahdi Mokhtari wrote:
> Author: mmokhi
> Date: Wed Apr 19 09:20:57 2017
> New Revision: 438831
> URL: https://svnweb.freebsd.org/changeset/ports/438831
> 
> Log:
>   multimedia/librespot: Add port to the tree.
>   LibreSpot is an Open Source Spotify client (and library).
>   It enables applications to use Spotify's service,
>   without using the official but closed-source libspotify.
>   
>   Reviewed by:	feld, mat (mentors)
>   Approved by:	mat (mentor)
>   Differential Revision:	https://reviews.freebsd.org/D10402
> 

I wonder how it works under poudriere (haven't checked) because cargo will fetch
its dependencies during cargo build via git. And those dependencies are not
bundled.

If I build it from ports (ouside of poudriere) I got the following error:

    Updating registry `https://github.com/rust-lang/crates.io-index`
    Updating git repository `https://github.com/astro/libpulse-sys`
    Updating git repository `https://github.com/hyperium/hyper`
    Updating git repository `https://github.com/plietar/rust-alsa`
    Updating git repository `https://github.com/mmokhi/rust-mdns`
    Updating git repository `https://github.com/mvdnes/portaudio-rs`
    Updating git repository `https://github.com/plietar/rust-tremor`
    Updating git repository `https://github.com/plietar/rust-protobuf-macros`
    Updating git repository `https://github.com/nix-rust/nix`
error: failed to load source for a dependency on `nix`

Caused by:
  Unable to update https://github.com/nix-rust/nix?branch=new-ci/master

Caused by:
  failed to find branch `new-ci/master`

Caused by:
  [4/-3] Cannot locate local branch 'new-ci/master'
*** Error code 101

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170420/8fef87c6/attachment.sig>


More information about the svn-ports-all mailing list