Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 18:04:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r551727 - branches/2020Q4/lang/urweb
Message-ID:  <202010081804.098I43pO053556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct  8 18:04:03 2020
New Revision: 551727
URL: https://svnweb.freebsd.org/changeset/ports/551727

Log:
  MFH: r551726
  
  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:
  branches/2020Q4/lang/urweb/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/lang/urweb/Makefile
==============================================================================
--- branches/2020Q4/lang/urweb/Makefile	Thu Oct  8 18:03:43 2020	(r551726)
+++ branches/2020Q4/lang/urweb/Makefile	Thu Oct  8 18:04:03 2020	(r551727)
@@ -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?202010081804.098I43pO053556>