Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2018 12:01:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463789 - head/sysutils/showbeastie
Message-ID:  <201803071201.w27C16Zt068673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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}



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