svn commit: r422365 - head/devel/libcutl

Mark Linimon linimon at FreeBSD.org
Sun Sep 18 10:32:40 UTC 2016


Author: linimon
Date: Sun Sep 18 10:32:38 2016
New Revision: 422365
URL: https://svnweb.freebsd.org/changeset/ports/422365

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

Modified:
  head/devel/libcutl/Makefile

Modified: head/devel/libcutl/Makefile
==============================================================================
--- head/devel/libcutl/Makefile	Sun Sep 18 10:16:35 2016	(r422364)
+++ head/devel/libcutl/Makefile	Sun Sep 18 10:32:38 2016	(r422365)
@@ -11,11 +11,12 @@ COMMENT=	C++ utility library with generi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libexpat.so:textproc/expat2
 
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=	Does not build: cannot configure with boost
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		libtool


More information about the svn-ports-head mailing list