svn commit: r422488 - head/devel/libftdi1

Mark Linimon linimon at FreeBSD.org
Tue Sep 20 09:05:57 UTC 2016


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
 


More information about the svn-ports-head mailing list