svn commit: r512910 - head/java/netty

Antoine Brodin antoine at FreeBSD.org
Thu Sep 26 17:40:18 UTC 2019


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
 


More information about the svn-ports-head mailing list