From nobody@FreeBSD.org  Mon Nov  4 14:48:21 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 67F797ED
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Nov 2013 14:48:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 564312A0E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Nov 2013 14:48:21 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA4EmL4M059352
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Nov 2013 14:48:21 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA4EmLrc059343;
	Mon, 4 Nov 2013 14:48:21 GMT
	(envelope-from nobody)
Message-Id: <201311041448.rA4EmLrc059343@oldred.freebsd.org>
Date: Mon, 4 Nov 2013 14:48:21 GMT
From: Rostislav Krasny <rosti.bsd@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: OpenJDK 7 manual pages are misconfigured
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183662
>Category:       java
>Synopsis:       OpenJDK 7 manual pages are misconfigured
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 14:50:00 UTC 2013
>Closed-Date:    Wed May 21 22:09:44 UTC 2014
>Last-Modified:  Wed May 21 22:09:44 UTC 2014
>Originator:     Rostislav Krasny
>Release:        10.0-BETA2
>Organization:
>Environment:
FreeBSD saturn.local 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 21:52:30 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
openjdk-7.25.15_1 package has manual pages (English and Japanese) located in the following location:

/usr/local/openjdk7/man

However it's not configured and so all OpenJDK7 manual pages are unavailable.
>How-To-Repeat:
pkg install openjdk-7.25.15_1
man java
man javac
man <anything else, from /usr/local/openjdk7/man/man1>
>Fix:
The OpenJDK7 package needs to create a /usr/local/etc/man.d/openjdk7.conf file with following line in it:

MANPATH /usr/local/openjdk7/man

>Release-Note:
>Audit-Trail:

From: Jung-uk Kim <jkim@FreeBSD.org>
To: bug-followup@FreeBSD.org, rosti.bsd@gmail.com
Cc:  
Subject: Re: java/183662: OpenJDK 7 manual pages are misconfigured
Date: Mon, 04 Nov 2013 13:56:47 -0500

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 FYI, UseLargePages and friends are unnecessary options for FreeBSD.
 In fact, these options are also deprecated for Linux.
 
 http://en.wikipedia.org/wiki/Page_%28computer_memory%29#Huge_pages
 
 "Linux has supported huge pages on several architectures since the 2.6
 series via the hugetlbfs filesystem and without hugetlbfs since
 2.6.38. ... The 2.6.38 kernel introduced support for transparent use
 of huge pages. On Linux kernels supporting transparent huge pages, as
 well as FreeBSD and Solaris, applications take advantage of huge pages
 automatically, without the need for modification."
 
 Jung-uk Kim
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (FreeBSD)
 
 iQEcBAEBAgAGBQJSd+3uAAoJEHyflib82/FGpXQIAIWGUu+5KUadFDnWoszdbBcD
 QGx4l9dcxALEV+gS3HdBTXDOnJ1qm0vnETzTPrLWmV4tdxD6vHiu/59PxJTB7XPK
 8Eh1swE1/lct3GJGmkw3+Gmtg3b82s8LiUZBH5fe79m+sQQDvmLg/csiOOcL3cIp
 frAmX1m1QZqnFQbtmnfNGt1spynLHtINKVjdH+OWniEjceQr85DBkFzqCv+OcQua
 VWUlxpevwRmv+q8Z2F8s9xe3UsXBY4Cc0tQor9Mat7i8E4Huk+l9oi6NONJxbny8
 /RfuHotCObdmjYBQzvKkvL26Ih3vJYjMDShumS8KD9AbcohsBqiqVRphpb7ATIM=
 =Ijup
 -----END PGP SIGNATURE-----

From: Jung-uk Kim <jkim@FreeBSD.org>
To: freebsd-java@FreeBSD.org, bug-followup@FreeBSD.org, 
 rosti.bsd@gmail.com
Cc:  
Subject: Re: java/183662: OpenJDK 7 manual pages are misconfigured
Date: Mon, 04 Nov 2013 14:14:27 -0500

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 On 2013-11-04 14:10:01 -0500, Jung-uk Kim wrote:
 > FYI, UseLargePages and friends are unnecessary options for
 > FreeBSD. In fact, these options are also deprecated for Linux.
 > 
 > http://en.wikipedia.org/wiki/Page_%28computer_memory%29#Huge_pages
 > 
 > "Linux has supported huge pages on several architectures since the
 > 2.6 series via the hugetlbfs filesystem and without hugetlbfs
 > since 2.6.38. ... The 2.6.38 kernel introduced support for
 > transparent use of huge pages. On Linux kernels supporting
 > transparent huge pages, as well as FreeBSD and Solaris,
 > applications take advantage of huge pages automatically, without
 > the need for modification."
 
 Sorry, this followup was misfiled.
 
 Jung-uk Kim
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (FreeBSD)
 
 iQEcBAEBAgAGBQJSd/ITAAoJEHyflib82/FGJQgH/0gD/T47xpOG1xggOmzyc0yI
 BGS5SWM1h9BL7f2D3lON2SrtBcXuyxhIT5Qtw2AHg0UdWAuZ3OHw06OPakibQaKn
 1ozRpH5fbZs6WNbSm8MCgOT/OHFGFf+6P/Gebr2fPNJ77BOphFB1JLvDzLMNtKRL
 srHZVUF1G9O1kvKGRMIsdNjsEbBBtBq8YtMJUkS0H7IBhB34yRDpwLIgVNU/by8Z
 V4MAVZdmY0UF3R5BmGWS7Y+KgNqOmYZ/vpkCVXCCsmMGK+rYkoAad31O+74IXfXb
 22g+9SJxdASWgp0avauQK+D0TwU3u0RnjO4LrNgzxiPWC1Lsmvql7q0Gc3muLNo=
 =3paQ
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: jkim 
State-Changed-When: Wed May 21 22:06:39 UTC 2014 
State-Changed-Why:  
Actually, Java manual pages must be formatted with manvm(1) 
from java/javavmwrapper, e.g., "manvm java". 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183662 
>Unformatted:
