svn commit: r466348 - head/devel/git-cinnabar
Jan Beich
jbeich at FreeBSD.org
Tue Apr 3 13:17:38 UTC 2018
Author: jbeich
Date: Tue Apr 3 13:17:37 2018
New Revision: 466348
URL: https://svnweb.freebsd.org/changeset/ports/466348
Log:
devel/git-cinnabar: mark BROKEN after r466347
../helper/cinnabar-fast-import.c:9:10: fatal error: 'mru.h' file not found
#include "mru.h"
^~~~~~~
1 error generated.
Regressed by: https://github.com/git/git/commit/ec2dd32c705f
Modified:
head/devel/git-cinnabar/Makefile (contents, props changed)
Modified: head/devel/git-cinnabar/Makefile
==============================================================================
--- head/devel/git-cinnabar/Makefile Tue Apr 3 12:51:28 2018 (r466347)
+++ head/devel/git-cinnabar/Makefile Tue Apr 3 13:17:37 2018 (r466348)
@@ -11,6 +11,8 @@ COMMENT= Git remote helper to interact with Mercurial
LICENSE= GPLv2
+BROKEN= fails to build against git-2.17.*
+
BUILD_DEPENDS= ${NONEXISTENT}:devel/git:configure
RUN_DEPENDS= git:devel/git \
hg:devel/mercurial
More information about the svn-ports-all
mailing list