Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 04:42:29 +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: r398681 - head/databases/tarantool
Message-ID:  <201510060442.t964gTKV081124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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