svn commit: r397877 - head/net/libilbc

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:21:01 UTC 2015


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


More information about the svn-ports-all mailing list