summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:03:34 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:03:34 +0000
commit07e8e1c13cabb968ffd985d9af1a2ddc2c02498c (patch)
tree54e77937cbaf0fed5fc185aca36b2d9a346a79b5 /java
parentUpdate xorgproto, libX11 and libXvMC (diff)
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=516912
Diffstat (limited to 'java')
-rw-r--r--java/icedtea-web/Makefile4
-rw-r--r--java/java3d/Makefile2
-rw-r--r--java/openjdk11/Makefile2
-rw-r--r--java/openjdk12/Makefile2
-rw-r--r--java/openjdk13/Makefile2
-rw-r--r--java/sablevm-classpath/Makefile3
6 files changed, 8 insertions, 7 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index 9e7fb7b74d69..d1ae06a64787 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -26,7 +26,7 @@ JAVA_OS= native
JAVA_VENDOR= openjdk
USE_PERL5= build
USE_XORG= x11
-USES= desktop-file-utils gmake perl5 pkgconfig shebangfix
+USES= desktop-file-utils gmake perl5 pkgconfig shebangfix xorg
SHEBANG_FILES= jrunscript.in launcher/launchers.in
CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}"
@@ -72,7 +72,7 @@ PLUGIN_MASTER_SITES= LOCAL/tobik:npapi
PLUGIN_PORTDOCS= plugin
PLUGIN_TEST_TARGET= plugin-tests
PLUGIN_USE= GNOME=glib20
-PLUGIN_USES= webplugin:native
+PLUGIN_USES= webplugin:native gnome
PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib \
WEBPLUGIN_FILES=IcedTeaPlugin.so
diff --git a/java/java3d/Makefile b/java/java3d/Makefile
index 33035fab57c5..54245cab2607 100644
--- a/java/java3d/Makefile
+++ b/java/java3d/Makefile
@@ -17,7 +17,7 @@ BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>'
BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details
BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details
-USES= gl tar:bzip2
+USES= gl tar:bzip2 xorg
USE_JAVA= yes
USE_GL= gl
USE_XORG= xt
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index 4cc0d996d91b..676578ba1a72 100644
--- a/java/openjdk11/Makefile
+++ b/java/openjdk11/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
-USES= compiler:features gmake iconv jpeg pkgconfig
+USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes
diff --git a/java/openjdk12/Makefile b/java/openjdk12/Makefile
index a6795d2eb15b..8b87e603b25c 100644
--- a/java/openjdk12/Makefile
+++ b/java/openjdk12/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
-USES= compiler:features gmake iconv jpeg pkgconfig
+USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes
diff --git a/java/openjdk13/Makefile b/java/openjdk13/Makefile
index ffb6ff77c87c..999af1e9fff9 100644
--- a/java/openjdk13/Makefile
+++ b/java/openjdk13/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
-USES= compiler:features gmake iconv jpeg pkgconfig
+USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes
diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile
index ec14f9a8fa17..adfd86485e90 100644
--- a/java/sablevm-classpath/Makefile
+++ b/java/sablevm-classpath/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= jikes:java/jikes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= gmake libtool pkgconfig
+USES= gmake libtool pkgconfig xorg
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
USE_XORG= x11 ice xtst sm
@@ -35,6 +35,7 @@ ZIP_DESC= Compress class library
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
+USES+= gnome
USE_GNOME+= gtk20
PLIST_SUB+= GTK2=""
.if ${PORT_OPTIONS:MCAIRO}