Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 00:55:35 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464973 - head/sysutils/smart
Message-ID:  <201803190055.w2J0tZ0a019515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Mar 19 00:55:35 2018
New Revision: 464973
URL: https://svnweb.freebsd.org/changeset/ports/464973

Log:
  sysutils/smart: Mark broken on 12
  
  See https://github.com/ctuffli/smart/issues/3 for details.

Modified:
  head/sysutils/smart/Makefile   (contents, props changed)

Modified: head/sysutils/smart/Makefile
==============================================================================
--- head/sysutils/smart/Makefile	Sun Mar 18 23:53:57 2018	(r464972)
+++ head/sysutils/smart/Makefile	Mon Mar 19 00:55:35 2018	(r464973)
@@ -9,7 +9,8 @@ COMMENT=	Output disk SMART values
 
 LICENSE=	ISCL
 
-IGNORE_FreeBSD_10=	Requires FreeBSD 11
+BROKEN_FreeBSD_12=	Build error: https://github.com/ctuffli/smart/issues/3
+IGNORE_FreeBSD_10=	Requires FreeBSD 11 or later
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ctuffli



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