svn commit: r559868 - head/devel/bashdb

Antoine Brodin antoine at FreeBSD.org
Fri Jan 1 20:50:43 UTC 2021


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
 


More information about the svn-ports-all mailing list