Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 17:29:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479681 - head/devel/git-cinnabar
Message-ID:  <201809131729.w8DHT2qn040214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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