svn commit: r422489 - head/net-im/licq

Mark Linimon linimon at FreeBSD.org
Tue Sep 20 09:14:41 UTC 2016


Author: linimon
Date: Tue Sep 20 09:14:39 2016
New Revision: 422489
URL: https://svnweb.freebsd.org/changeset/ports/422489

Log:
  Also mark as broken on sparc64.  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/licq/Makefile

Modified: head/net-im/licq/Makefile
==============================================================================
--- head/net-im/licq/Makefile	Tue Sep 20 09:05:56 2016	(r422488)
+++ head/net-im/licq/Makefile	Tue Sep 20 09:14:39 2016	(r422489)
@@ -12,10 +12,11 @@ COMMENT=	Popular ICQ-compatible plugin-b
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: fails to link
+
 USES=		cmake iconv
 USE_OPENSSL=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}


More information about the svn-ports-all mailing list