Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 03:37:48 +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: r536568 - head/biology/gatk
Message-ID:  <202005260337.04Q3bmtU007742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 03:37:48 2020
New Revision: 536568
URL: https://svnweb.freebsd.org/changeset/ports/536568

Log:
  Mark as BROKEN on powerpc64 12.  It builds on -head.
  
  While here, pet portlint (remove extra blank line).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/gatk/Makefile

Modified: head/biology/gatk/Makefile
==============================================================================
--- head/biology/gatk/Makefile	Tue May 26 03:23:37 2020	(r536567)
+++ head/biology/gatk/Makefile	Tue May 26 03:37:48 2020	(r536568)
@@ -11,6 +11,8 @@ COMMENT=	Variant discovery in high-throughput sequenci
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+BROKEN_FreeBSD_12_powerpc64=	fails to build: String index out of range: -1
+
 BUILD_DEPENDS=	gradle62:devel/gradle62
 
 USES=		gettext-runtime
@@ -51,7 +53,6 @@ GRADLE_ARGS=	--offline
 post-extract: # need a separate extract step because the cache is in /tmp, and not under work/ like with maven
 	@cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}
 .endif
-
 
 do-build:
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle62 \



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