Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 20:50:43 +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: r559868 - head/devel/bashdb
Message-ID:  <202101012050.101KohRN098731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  1 20:50:43 2021
New Revision: 559868
URL: https://svnweb.freebsd.org/changeset/ports/559868

Log:
  Mark BROKEN: fails to configure
  
  configure: error: This package is only known to work with Bash 5.0
  
  Reported by:	pkg-fallout

Modified:
  head/devel/bashdb/Makefile

Modified: head/devel/bashdb/Makefile
==============================================================================
--- head/devel/bashdb/Makefile	Fri Jan  1 20:49:17 2021	(r559867)
+++ head/devel/bashdb/Makefile	Fri Jan  1 20:50:43 2021	(r559868)
@@ -11,6 +11,8 @@ COMMENT=	Source-code debugger for bash
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash
 



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