Date: Sat, 8 Oct 2016 08:24:42 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423496 - head/sysutils/restic Message-ID: <201610080824.u988OgWG071796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 8 08:24:42 2016 New Revision: 423496 URL: https://svnweb.freebsd.org/changeset/ports/423496 Log: 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 Modified: head/sysutils/restic/Makefile Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Sat Oct 8 08:21:06 2016 (r423495) +++ head/sysutils/restic/Makefile Sat Oct 8 08:24:42 2016 (r423496) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610080824.u988OgWG071796>