Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:21:01 +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: r397877 - head/net/libilbc
Message-ID:  <201509252121.t8PLL1Vh052237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Sep 25 21:21:00 2015
New Revision: 397877
URL: https://svnweb.freebsd.org/changeset/ports/397877

Log:
  Mark as broken on sparc64: not yet ported to this architecture.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/net/libilbc/Makefile

Modified: head/net/libilbc/Makefile
==============================================================================
--- head/net/libilbc/Makefile	Fri Sep 25 21:18:53 2015	(r397876)
+++ head/net/libilbc/Makefile	Fri Sep 25 21:21:00 2015	(r397877)
@@ -11,6 +11,9 @@ COMMENT=	Internet Low Bit Rate codec (RF
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=	sparc64
+NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
+
 CONFLICTS=	ilbc-r[0-9]*
 
 USE_GITHUB=	yes



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