Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2019 12:17:05 +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: r505081 - head/biology/ngs-sdk
Message-ID:  <201906251217.x5PCH516050964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jun 25 12:17:04 2019
New Revision: 505081
URL: https://svnweb.freebsd.org/changeset/ports/505081

Log:
  Mark this port as not buildable on powerpc64:
  
    *** File 'Makefile.config.FreeBSD.powerpc' is missing. Please run ./configure
  
  The configuration script may have other problems as well.  This needs
  to be addressed by upstream (if there is interest).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/ngs-sdk/Makefile

Modified: head/biology/ngs-sdk/Makefile
==============================================================================
--- head/biology/ngs-sdk/Makefile	Tue Jun 25 10:08:50 2019	(r505080)
+++ head/biology/ngs-sdk/Makefile	Tue Jun 25 12:17:04 2019	(r505081)
@@ -12,6 +12,8 @@ LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to configure: unsupported architecture 'FreeBSD'
+NOT_FOR_ARCHS=		powerpc64
+NOT_FOR_ARCHS_REASON=	os-arch.prl needs to be taught about powerpc64
 
 USES=		gmake perl5
 GNU_CONFIGURE=	yes



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