svn commit: r484322 - head/shells/bash-static

Emanuel Haupt ehaupt at FreeBSD.org
Tue Nov 6 20:22:08 UTC 2018


Author: ehaupt
Date: Tue Nov  6 20:22:07 2018
New Revision: 484322
URL: https://svnweb.freebsd.org/changeset/ports/484322

Log:
  Mark BROKEN on FreeBSD 13 while the problem is being investigated.
  
  Notified by:	pkg-fallout

Modified:
  head/shells/bash-static/Makefile

Modified: head/shells/bash-static/Makefile
==============================================================================
--- head/shells/bash-static/Makefile	Tue Nov  6 20:06:46 2018	(r484321)
+++ head/shells/bash-static/Makefile	Tue Nov  6 20:22:07 2018	(r484322)
@@ -7,4 +7,6 @@ OPTIONS_SLAVE=	STATIC
 
 PKGNAMESUFFIX=	-static
 
+BROKEN_FreeBSD_13=	fails to configure: cannot compute sizeof (char)
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list