svn commit: r499657 - head/lang/urweb

Antoine Brodin antoine at FreeBSD.org
Mon Apr 22 16:03:31 UTC 2019


Author: antoine
Date: Mon Apr 22 16:03:30 2019
New Revision: 499657
URL: https://svnweb.freebsd.org/changeset/ports/499657

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  mlton  -mlb-path-var 'SRC /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -mlb-path-var 'BUILD /wrkdirs/usr/ports/lang/urweb/work/urweb-20150520/src' -output bin/urweb src/compiler.mlb
  invalid target: self
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/lang/urweb/Makefile

Modified: head/lang/urweb/Makefile
==============================================================================
--- head/lang/urweb/Makefile	Mon Apr 22 16:01:46 2019	(r499656)
+++ head/lang/urweb/Makefile	Mon Apr 22 16:03:30 2019	(r499657)
@@ -13,6 +13,9 @@ COMMENT=	Ultimate host for embedded domain-specific la
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12=	invalid target: self
+BROKEN_FreeBSD_13=	invalid target: self
+
 BUILD_DEPENDS=	mlton:lang/mlton
 
 CONFIGURE_ENV=	CCARGS="-I${LOCALBASE}/include"


More information about the svn-ports-all mailing list