diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-08 16:24:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-08 16:24:42 +0800 |
commit | 2103334f7cc9e49bf1fbcaf501840086fe824f6d (patch) | |
tree | ac917b579b4f86870d97fae0a0f7185f38bd9df6 /sysutils/restic/Makefile | |
parent | 0aa278b39094ed07bc5aec32a7b3f7c2d3ad7987 (diff) | |
download | freebsd-ports-gnome-2103334f7cc9e49bf1fbcaf501840086fe824f6d.tar.gz freebsd-ports-gnome-2103334f7cc9e49bf1fbcaf501840086fe824f6d.tar.zst freebsd-ports-gnome-2103334f7cc9e49bf1fbcaf501840086fe824f6d.zip |
Mark BROKEN: fails to build
/usr/local/go/pkg/tool/freebsd_amd64/link: -X flag requires argument of the form importpath.name=value
Reported by: pkg-fallout
Diffstat (limited to 'sysutils/restic/Makefile')
-rw-r--r-- | sysutils/restic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 74b0a326e28e..2bbb7836bdcd 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -11,6 +11,8 @@ COMMENT= Restic backup program BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go +BROKEN= fails to build + USE_GITHUB= yes GH_ACCOUNT= restic:DEFAULT,chunker juju:errors golang:crypto GH_PROJECT= chunker:chunker errors:errors crypto:crypto |