From owner-svn-ports-all@freebsd.org Tue Sep 20 09:05:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C064BE23B5; Tue, 20 Sep 2016 09:05:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFFA672; Tue, 20 Sep 2016 09:05:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8K95ubK019121; Tue, 20 Sep 2016 09:05:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8K95uGD019120; Tue, 20 Sep 2016 09:05:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201609200905.u8K95uGD019120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 20 Sep 2016 09:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422488 - head/devel/libftdi1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 09:05:57 -0000 Author: linimon Date: Tue Sep 20 09:05:56 2016 New Revision: 422488 URL: https://svnweb.freebsd.org/changeset/ports/422488 Log: Mark as broken on sparc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/libftdi1/Makefile Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Tue Sep 20 09:01:39 2016 (r422487) +++ head/devel/libftdi1/Makefile Tue Sep 20 09:05:56 2016 (r422488) @@ -10,8 +10,6 @@ COMMENT= Library (using libusb) to talk LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES @@ -21,6 +19,9 @@ OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: fails to link + USES= cmake pkgconfig tar:bzip2 USE_LDCONFIG= yes