svn commit: r536568 - head/biology/gatk

Mark Linimon linimon at FreeBSD.org
Tue May 26 03:37:48 UTC 2020


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 \


More information about the svn-ports-all mailing list