Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 17:40:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512910 - head/java/netty
Message-ID:  <201909261740.x8QHeI9e022631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 26 17:40:17 2019
New Revision: 512910
URL: https://svnweb.freebsd.org/changeset/ports/512910

Log:
  Mark BROKEN: fails to extract
  
  (cd /wrkdirs/usr/ports/java/netty/work/netty-4.1.41.Final &&  /usr/local/openjdk8/bin/jar xf jar/netty-transport-native-kqueue-4.1.41.Final-sources.jar)
  /bin/sh: /usr/local/openjdk8/bin/jar: not found
  
  Reported by:	pkg-fallout

Modified:
  head/java/netty/Makefile

Modified: head/java/netty/Makefile
==============================================================================
--- head/java/netty/Makefile	Thu Sep 26 17:38:10 2019	(r512909)
+++ head/java/netty/Makefile	Thu Sep 26 17:40:17 2019	(r512910)
@@ -14,6 +14,8 @@ COMMENT=	Java NIO client server framework
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to extract
+
 USES=		cpe tar:bzip2
 USE_JAVA=	yes
 



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