Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Mar 2011 07:55:01 +0100
From:      Matthias Andree <mandree@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        java@FreeBSD.org
Subject:   ports/155221: [PATCH] java/openjdk6: propose option changes
Message-ID:  <E1Pv2RB-0001Kk-PO@apollo.emma.line.org>
Resent-Message-ID: <201103030700.p2370IWi091836@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155221
>Category:       ports
>Synopsis:       [PATCH] java/openjdk6: propose option changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 03 07:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.2-RELEASE FreeBSD 8.2-RELEASE #65: Fri Feb 25 01:47:50 CET 2011
>Description:
Proposed option changes:
- enable WEB option by default for the benefit of www/firefox
- check WEB and IPV6 options, if both are enabled, mark the port BROKEN
  (to be removed as soon as the IcedTeaPlugin works with IPV6 enabled -
  currently doesn't, at least on amd64).

Also see the relevant UPDATING entry for www/firefox (2010) - just
search for "Iced".

Port maintainer (java@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- openjdk6-b22.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/openjdk6/Makefile,v
retrieving revision 1.44
diff -u -u -r1.44 Makefile
--- Makefile	1 Mar 2011 19:21:59 -0000	1.44
+++ Makefile	3 Mar 2011 06:26:55 -0000
@@ -45,7 +45,7 @@
 		FASTDEBUG "Include fastdebug build" off \
 		IPV6 "Enable IPv6 support" off \
 		SOUND "Enable sound support" off \
-		WEB "Enable the browser plugin and Java Web Start" off \
+		WEB "Enable the browser plugin and Java Web Start" on \
 		POLICY "Install the Unlimited Strength Policy Files" off \
 		TEST "Add support for running regression test" off
 
@@ -81,6 +81,9 @@
 
 .if defined(WITH_IPV6)
 CATEGORIES+=	ipv6
+.if defined(WITH_WEB)
+BROKEN=		WEB option does not work with IPV6 enabled
+.endif
 .endif
 
 # avoid ARCH in MAKEFLAGS, breaks build
--- openjdk6-b22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Pv2RB-0001Kk-PO>