Date: Tue, 20 Sep 2016 09:05:56 +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: r422488 - head/devel/libftdi1 Message-ID: <201609200905.u8K95uGD019120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609200905.u8K95uGD019120>