svn commit: r463789 - head/sysutils/showbeastie

Tobias Kortkamp tobik at FreeBSD.org
Wed Mar 7 12:01:06 UTC 2018


Author: tobik
Date: Wed Mar  7 12:01:05 2018
New Revision: 463789
URL: https://svnweb.freebsd.org/changeset/ports/463789

Log:
  sysutils/showbeastie: Mark broken on FreeBSD 12
  
  - Drop maintainership

Modified:
  head/sysutils/showbeastie/Makefile

Modified: head/sysutils/showbeastie/Makefile
==============================================================================
--- head/sysutils/showbeastie/Makefile	Wed Mar  7 11:33:21 2018	(r463788)
+++ head/sysutils/showbeastie/Makefile	Wed Mar  7 12:01:05 2018	(r463789)
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
 
-MAINTAINER=	tobik at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Preview FreeBSD loader logos
 
 LICENSE=	BSD2CLAUSE
@@ -15,6 +15,7 @@ LICENSE=	BSD2CLAUSE
 BROKEN_armv6=		fails to link: testmain uses VFP register arguments, dict.o does not
 BROKEN_armv7=		fails to link: testmain uses VFP register arguments, dict.o does not
 BROKEN_mips64=		fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0'
+BROKEN_FreeBSD_12=	fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk
 
 .if !exists(${SRC_BASE}/sys/Makefile)
 IGNORE=	requires kernel source files in ${SRC_BASE}


More information about the svn-ports-head mailing list