From 57d4d1656bb1c610abc1db064b265144e10a21d9 Mon Sep 17 00:00:00 2001 From: kurt Date: Fri, 17 Dec 2004 18:22:48 +0000 Subject: [PATCH] Set default FLAVOR to no_plugin and mark !no_plugin as BROKEN until Security Vulnerability With Java Plug-in in JRE/SDK (SunSolve #57591) is fixed. --- devel/jdk/1.3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/jdk/1.3/Makefile b/devel/jdk/1.3/Makefile index 8790bbf85f7..d5919e0ef73 100644 --- a/devel/jdk/1.3/Makefile +++ b/devel/jdk/1.3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/11/23 21:34:27 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2004/12/17 18:22:48 kurt Exp $ # $FreeBSD: ports/java/jdk12/Makefile,v 1.11 2002/08/19 20:47:04 glewis Exp $ # Requires existing JDK 1.3 to build @@ -50,7 +50,7 @@ MAKE_ENV= ALT_MOTIF_DIR="${LOCALBASE}" \ FLAVORS= no_plugin PSEUDO_FLAVORS= native_bootstrap -FLAVOR?= +FLAVOR?= no_plugin .if ${FLAVOR:L:Mnative_bootstrap} BUILD_DEPENDS+= :jdk-1.3*:devel/jdk/1.3 @@ -64,6 +64,7 @@ NO_SYSTRACE= Yes WANTLIB= ICE SM X11 Xext Xp Xt Xtst c dps m ossaudio pthread .if !${FLAVOR:L:Mno_plugin} +BROKEN= "Security Vulnerability With Java Plug-in in JRE/SDK (SunSolve \#57591)" LIB_DEPENDS= glib.1::devel/glib \ gtk.1.2::x11/gtk+ \ nspr4.1::devel/nspr