svn commit: r505081 - head/biology/ngs-sdk

Mark Linimon linimon at FreeBSD.org
Tue Jun 25 12:17:05 UTC 2019


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


More information about the svn-ports-all mailing list