Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 18:03:44 +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: r551726 - head/lang/urweb
Message-ID:  <202010081803.098I3iOp053419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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