svn commit: r413119 - head/java/openjfx8-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 12 14:30:12 UTC 2016


Author: amdmi3
Date: Tue Apr 12 14:30:10 2016
New Revision: 413119
URL: https://svnweb.freebsd.org/changeset/ports/413119

Log:
  - Mark BROKEN, does not build:
  
  :buildSrc:compileGroovynet.rubygrapefruit.platform.NativeException: Failed to load native library 'libnative-platform.so' for FreeBSD amd64.
  ...
  Caused by: java.lang.UnsatisfiedLinkError: /wrkdirs/usr/ports/java/openjfx8-devel/work/dot-gradle/native/19/freebsd-amd64/libnative-platform.so: Shared object "libstdc++.so.6" not found, required by            "libnative-platform.so"
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/java/openjfx8-devel/Makefile

Modified: head/java/openjfx8-devel/Makefile
==============================================================================
--- head/java/openjfx8-devel/Makefile	Tue Apr 12 14:20:54 2016	(r413118)
+++ head/java/openjfx8-devel/Makefile	Tue Apr 12 14:30:10 2016	(r413119)
@@ -16,6 +16,8 @@ COMMENT=	JavaFX (OpenJFX) SDK overlay fo
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		does not build
+
 BUILD_DEPENDS=	apache-ant>0:devel/apache-ant \
 		antlr3>0:devel/antlr3 \
 		gradle:devel/gradle \


More information about the svn-ports-head mailing list