Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 09:18:15 +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: r422490 - head/www/spdylay
Message-ID:  <201609200918.u8K9IFAB023177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Sep 20 09:18:15 2016
New Revision: 422490
URL: https://svnweb.freebsd.org/changeset/ports/422490

Log:
  Also mark as broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Tue Sep 20 09:14:39 2016	(r422489)
+++ head/www/spdylay/Makefile	Tue Sep 20 09:18:15 2016	(r422490)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libevent_openssl.so:devel/l
 RUN_DEPENDS=	libevent2>=2.0.8:devel/libevent2
 
 BROKEN_powerpc64=	does not build
+BROKEN_sparc64=		does not build: fails to link
 
 CONFIGURE_ARGS=	--enable-examples \
 		--enable-src



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609200918.u8K9IFAB023177>