Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 19:11:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423375 - head/comms/telldus-core
Message-ID:  <201610051911.u95JBRcR066039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Oct  5 19:11:27 2016
New Revision: 423375
URL: https://svnweb.freebsd.org/changeset/ports/423375

Log:
  Also mark as broken on sparc64.  Pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/telldus-core/Makefile

Modified: head/comms/telldus-core/Makefile
==============================================================================
--- head/comms/telldus-core/Makefile	Wed Oct  5 19:11:00 2016	(r423374)
+++ head/comms/telldus-core/Makefile	Wed Oct  5 19:11:27 2016	(r423375)
@@ -12,13 +12,14 @@ COMMENT=	Tellstick Telldus daemon + libr
 
 LICENSE=	LGPL21
 
-BROKEN_powerpc64=	Does not build
-
 BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libftdi.so:devel/libftdi \
 		libconfuse.so:devel/libconfuse \
 		libargp.so:devel/argp-standalone
 
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build
+
 USES= 		cmake compiler:c++11-lang iconv:wchar_t
 
 CMAKE_ARGS+=-DGENERATE_MAN=TRUE



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