svn commit: r398681 - head/databases/tarantool

Mark Linimon linimon at FreeBSD.org
Tue Oct 6 04:42:30 UTC 2015


Author: linimon
Date: Tue Oct  6 04:42:28 2015
New Revision: 398681
URL: https://svnweb.freebsd.org/changeset/ports/398681

Log:
  Mark as ignore on sparc64: not yet ported to this architecture.
  
  Hat:	sparc64 blanket

Modified:
  head/databases/tarantool/Makefile

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Tue Oct  6 03:20:26 2015	(r398680)
+++ head/databases/tarantool/Makefile	Tue Oct  6 04:42:28 2015	(r398681)
@@ -51,6 +51,9 @@ DEBUG_DESC=	Enable debug
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-src_trivia_config.h.cmake
 .endif
 
+NOT_FOR_ARCHS=	sparc64
+NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}


More information about the svn-ports-head mailing list