Date: Tue, 3 Apr 2018 13:17:38 +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: r466348 - head/devel/git-cinnabar Message-ID: <201804031317.w33DHcMW069930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804031317.w33DHcMW069930>