svn commit: r545256 - head/java/icedtea-web

Piotr Kubaj pkubaj at FreeBSD.org
Tue Aug 18 20:51:43 UTC 2020


Author: pkubaj
Date: Tue Aug 18 20:51:42 2020
New Revision: 545256
URL: https://svnweb.freebsd.org/changeset/ports/545256

Log:
  java/icedtea-web: fix build on GCC architectures
  
  Use newer GCC:
  /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters
  /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
  /wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope

Modified:
  head/java/icedtea-web/Makefile

Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile	Tue Aug 18 19:36:51 2020	(r545255)
+++ head/java/icedtea-web/Makefile	Tue Aug 18 20:51:42 2020	(r545256)
@@ -29,7 +29,8 @@ JAVA_OS=	native
 JAVA_VENDOR=	openjdk
 USE_PERL5=	build
 USE_XORG=	x11
-USES=		autoreconf desktop-file-utils gmake perl5 pkgconfig shebangfix xorg
+USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake perl5 \
+		pkgconfig shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	AdoptOpenJDK
 GH_PROJECT=	IcedTea-Web


More information about the svn-ports-head mailing list