svn commit: r479681 - head/devel/git-cinnabar

Jan Beich jbeich at FreeBSD.org
Thu Sep 13 17:29:02 UTC 2018


Author: jbeich
Date: Thu Sep 13 17:29:01 2018
New Revision: 479681
URL: https://svnweb.freebsd.org/changeset/ports/479681

Log:
  devel/git-cinnabar: mark BROKEN after r479678
  
  ../helper/cinnabar-fast-import.c:390:23: error: too few arguments to function call, expected 2, have 1
          c = lookup_commit(oid);
              ~~~~~~~~~~~~~    ^
  ./commit.h:66:1: note: 'lookup_commit' declared here
  struct commit *lookup_commit(struct repository *r, const struct object_id *oid);
  ^

Modified:
  head/devel/git-cinnabar/Makefile   (contents, props changed)

Modified: head/devel/git-cinnabar/Makefile
==============================================================================
--- head/devel/git-cinnabar/Makefile	Thu Sep 13 17:11:20 2018	(r479680)
+++ head/devel/git-cinnabar/Makefile	Thu Sep 13 17:29:01 2018	(r479681)
@@ -9,6 +9,8 @@ COMMENT=	Git remote helper to interact with Mercurial 
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build against git-2.19.*
+
 BUILD_DEPENDS=	${NONEXISTENT}:devel/git:configure
 RUN_DEPENDS=	git:devel/git \
 		hg:devel/mercurial


More information about the svn-ports-head mailing list