svn commit: r551727 - branches/2020Q4/lang/urweb

Antoine Brodin antoine at FreeBSD.org
Thu Oct 8 18:04:03 UTC 2020


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
 


More information about the svn-ports-all mailing list