Date: Tue, 20 Sep 2016 09:14:39 +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: r422489 - head/net-im/licq Message-ID: <201609200914.u8K9Edqc022973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609200914.u8K9Edqc022973>