Development discussion of WireGuard
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: ports <freebsd-ports@freebsd.org>
Cc: decke@freebsd.org, WireGuard mailing list <wireguard@lists.zx2c4.com>
Subject: Re: WireGuard for FreeBSD
Date: Wed, 23 May 2018 14:33:10 +0200	[thread overview]
Message-ID: <CAHmME9pnJqE0gaM_zPTwZ5i+Qb7nNeSw=P4+VhG3aMiUYGdJkg@mail.gmail.com> (raw)
In-Reply-To: <CAHmME9rJonVbSRHCPy0W7Pr=vmJoMbVTHbGw0C1xwBze4Px7uA@mail.gmail.com>

On Mon, May 21, 2018 at 11:35 PM, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> 2. wireguard-go
> Runtime dependencies: none
> Buildtime dependencies: gmake, go
> Build: export GOPATH=$(pwd)/gopath; go get -d; gmake
> Install: gmake PREFIX=/usr/local install
> URL template: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz

This has now been simplified slightly and uses proper vendoring of dependencies:

Runtime dependencies: none
Buildtime dependencies: gmake, go, dep
Build: gmake
Install: gmake PREFIX=/usr/local install
URL template: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz

      parent reply	other threads:[~2018-05-23 12:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-21 21:35 Jason A. Donenfeld
2018-05-22  0:33 ` Outback Dingo
2018-05-22  1:44   ` Jason A. Donenfeld
2018-05-23 22:22     ` Jörg Thalheim
2018-05-23 22:35       ` Jason A. Donenfeld
2018-05-23 12:33 ` Jason A. Donenfeld [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHmME9pnJqE0gaM_zPTwZ5i+Qb7nNeSw=P4+VhG3aMiUYGdJkg@mail.gmail.com' \
    --to=jason@zx2c4.com \
    --cc=decke@freebsd.org \
    --cc=freebsd-ports@freebsd.org \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).