Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 19:59:53 +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: r411024 - head/devel/git-lfs
Message-ID:  <201603131959.u2DJxrlL038725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 13 19:59:52 2016
New Revision: 411024
URL: https://svnweb.freebsd.org/changeset/ports/411024

Log:
  Mark BROKEN: fails to build
  
  package github.com/github/git-lfs
  	imports github.com/github/git-lfs/commands
  	imports github.com/github/git-lfs/lfs
  	imports github.com/github/git-lfs/vendor/_nuts/github.com/ThomsonReutersEikon/go-ntlm/ntlm: must be imported as _nuts/github.com/ThomsonReutersEikon/go-ntlm/ntlm
  ...
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/devel/git-lfs/Makefile

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Sun Mar 13 19:44:52 2016	(r411023)
+++ head/devel/git-lfs/Makefile	Sun Mar 13 19:59:52 2016	(r411024)
@@ -12,6 +12,8 @@ COMMENT=	Git extension for versioning la
 
 LICENSE=	MIT
 
+BROKEN=		fails to build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	github
 PLIST_FILES=	bin/git-lfs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131959.u2DJxrlL038725>