svn commit: r397898 - in head: devel/liborcus07 net/libcmis security/spass sysutils/fusefs-encfs

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 22:00:42 UTC 2015


Author: linimon
Date: Fri Sep 25 22:00:40 2015
New Revision: 397898
URL: https://svnweb.freebsd.org/changeset/ports/397898

Log:
  Mark as broken on sparc64: these ports fail to link with boost.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/devel/liborcus07/Makefile
  head/net/libcmis/Makefile
  head/security/spass/Makefile
  head/sysutils/fusefs-encfs/Makefile

Modified: head/devel/liborcus07/Makefile
==============================================================================
--- head/devel/liborcus07/Makefile	Fri Sep 25 21:55:36 2015	(r397897)
+++ head/devel/liborcus07/Makefile	Fri Sep 25 22:00:40 2015	(r397898)
@@ -14,6 +14,8 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds
 LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs
 
+BROKEN_sparc64=	cannot link with boost
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Fri Sep 25 21:55:36 2015	(r397897)
+++ head/net/libcmis/Makefile	Fri Sep 25 22:00:40 2015	(r397898)
@@ -15,6 +15,8 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 BUILD_DEPENDS=	cppunit-config:${PORTSDIR}/devel/cppunit \
 		${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
+BROKEN_sparc64=	cannot link with boost
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix pkgconfig

Modified: head/security/spass/Makefile
==============================================================================
--- head/security/spass/Makefile	Fri Sep 25 21:55:36 2015	(r397897)
+++ head/security/spass/Makefile	Fri Sep 25 22:00:40 2015	(r397898)
@@ -14,6 +14,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib \
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
+BROKEN_sparc64=	cannot link with boost
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	guyru
 GH_TAGNAME=	cb0de64

Modified: head/sysutils/fusefs-encfs/Makefile
==============================================================================
--- head/sysutils/fusefs-encfs/Makefile	Fri Sep 25 21:55:36 2015	(r397897)
+++ head/sysutils/fusefs-encfs/Makefile	Fri Sep 25 22:00:40 2015	(r397898)
@@ -14,6 +14,8 @@ COMMENT=	Encrypted pass-through FUSE fil
 LIB_DEPENDS=	librlog.so:${PORTSDIR}/devel/rlog \
 		libboost_serialization.so:${PORTSDIR}/devel/boost-libs
 
+BROKEN_sparc64=	cannot link with boost
+
 WRKSRC=		${WRKDIR}/encfs-${PORTVERSION}
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list