svn commit: r551726 - head/lang/urweb
Antoine Brodin
antoine at FreeBSD.org
Thu Oct 8 18:03:44 UTC 2020
Author: antoine
Date: Thu Oct 8 18:03:43 2020
New Revision: 551726
URL: https://svnweb.freebsd.org/changeset/ports/551726
Log:
Mark BROKEN everywhere
memmem.c:81:25: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
sp++;
^
memmem.c:77:17: note: previous statement is here
if (*sp == *pp)
^
Reported by: pkg-fallout
Modified:
head/lang/urweb/Makefile
Modified: head/lang/urweb/Makefile
==============================================================================
--- head/lang/urweb/Makefile Thu Oct 8 18:01:40 2020 (r551725)
+++ head/lang/urweb/Makefile Thu Oct 8 18:03:43 2020 (r551726)
@@ -13,6 +13,7 @@ COMMENT= Ultimate host for embedded domain-specific la
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
BROKEN_FreeBSD_12= invalid target: self
BROKEN_FreeBSD_13= invalid target: self
More information about the svn-ports-all
mailing list