From nobody@FreeBSD.org  Tue Oct 15 19:55:32 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 1721ABD3
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 19:55:32 +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 DE82E23F3
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 19:55:31 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9FJtVPv026709
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 19:55:31 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9FJtVOh026692;
	Tue, 15 Oct 2013 19:55:31 GMT
	(envelope-from nobody)
Message-Id: <201310151955.r9FJtVOh026692@oldred.freebsd.org>
Date: Tue, 15 Oct 2013 19:55:31 GMT
From: Jake Guffey <jake.guffey@eprotex.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: java/openjdk6 fails to build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183004
>Category:       ports
>Synopsis:       java/openjdk6 fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 20:00:00 UTC 2013
>Closed-Date:    Tue Oct 15 20:08:19 UTC 2013
>Last-Modified:  Wed Oct 16 13:00:00 UTC 2013
>Originator:     Jake Guffey
>Release:        9.0-RELEASE
>Organization:
eProtex
>Environment:
FreeBSD ePBLDSRV01X.eprotex.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Wed Feb  1 20:10:54 UTC 2012     root@build.eprotex.com:/usr/obj/nanobsd.epshield001/usr/src/sys/EPSHIELD-USB  amd64
>Description:
The java/openjdk6 port fails to build as of 2013-10-15. The error appears to be an improperly-scoped variable "nitems" in hotspot/src/os/bsd/vm/os_bsd.cpp.

Attempting to build with MAKE_JOBS_UNSAFE=yes yields:
c++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DAMD64 -DPRODUCT -I. -I/usr/ports/java/openjdk6/work/hotspot/src/share/vm/prims -I/usr/ports/java/openjdk6/work/hotspot/src/share/vm -I/usr/ports/java/openjdk6/work/hotspot/src/share/vm/precompiled -I/usr/ports/java/openjdk6/work/hotspot/src/cpu/x86/vm -I/usr/ports/java/openjdk6/work/hotspot/src/os_cpu/bsd_x86/vm -I/usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm -I/usr/ports/java/openjdk6/work/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.25-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"root\"" -DHOTSPOT_LIB_ARCH=\"amd64\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -fno-strict-aliasing -DTARGET_OS_FAMILY_bsd -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 -DTARGET_OS_ARCH_bsd_x86 -DTARGET_OS_ARCH_MODEL_bsd_x86_64 -DTARGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1  -fno-rtti -fno-exceptions -pthread -fcheck-new -m64 -pipe -DTARGET_OS_FAMILY_bsd -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 -DTARGET_OS_ARCH_
 bsd_x86 -DTARGET_OS_ARCH_MODEL_bsd_x86_64 -DTARGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -pthread -fcheck-new -m64 -pipe -O3 -fno-strict-aliasing -DVM_LITTLE_ENDIAN -D_LP64=1 -fno-omit-frame-pointer -DINCLUDE_TRACE -Werror -Wpointer-arith -Wconversion -Wsign-compare    -c -MMD -MP -MF ../generated/dependencies/os_bsd.o.d -o os_bsd.o /usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm/os_bsd.cpp 
/usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm/os_bsd.cpp: In static member function 'static julong os::Bsd::available_memory()':
/usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm/os_bsd.cpp:230: error: 'nitems' was not declared in this scope
/usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm/os_bsd.cpp: In static member function 'static void os::print_memory_info(outputStream*)':
/usr/ports/java/openjdk6/work/hotspot/src/os/bsd/vm/os_bsd.cpp:2445: error: 'nitems' was not declared in this scope
gmake[6]: *** [os_bsd.o] Error 1
>How-To-Repeat:
1. Fetch and extract the most recent ports tree
2. cd /usr/ports/java/openjdk6
3. make
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 15 20:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183004 
State-Changed-From-To: open->closed 
State-Changed-By: jkim 
State-Changed-When: Tue Oct 15 20:06:58 UTC 2013 
State-Changed-Why:  
Although 9.0 is no longer supported, it should be fixed by r330421. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183004 

From: Jake Guffey <jake.guffey@eprotex.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183004: java/openjdk6 fails to build
Date: Tue, 15 Oct 2013 16:20:42 -0400

 --Apple-Mail=_C046AC44-4792-4E8F-8AAF-1A4083FCD57D
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 What does r330421 mean?
 
 Thanks,
 Jake Guffey
 Network Security Engineer
 
 eProtex
 Network medical device security
 
 5451 Lakeview Parkway S Drive
 Indianapolis, Indiana 46268, USA
 Mobile: 317-220-7100
 jake.guffey@eprotex.com
 www.eprotex.com
 
 
 --Apple-Mail=_C046AC44-4792-4E8F-8AAF-1A4083FCD57D
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=us-ascii
 
 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
 charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
 -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">What =
 does&nbsp;r330421 mean?<br><div>
 <div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
 medium; font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><br =
 class=3D"Apple-interchange-newline">Thanks,</div><div style=3D"color: =
 rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: =
 normal; font-variant: normal; font-weight: normal; letter-spacing: =
 normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
 text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
 word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; ">Jake Guffey</div><div style=3D"color: =
 rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: =
 normal; font-variant: normal; font-weight: normal; letter-spacing: =
 normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
 text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
 word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; ">Network Security Engineer</div><div =
 style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; =
 font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><br></div><div style=3D"color: rgb(0, =
 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">eProtex</div><div style=3D"color: rgb(0, 0, 0); font-family: =
 Helvetica; font-size: medium; font-style: normal; font-variant: normal; =
 font-weight: normal; letter-spacing: normal; line-height: normal; =
 orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
 none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Network medical device security</div><div style=3D"color: rgb(0, 0, =
 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 "><br></div><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
 font-size: medium; font-style: normal; font-variant: normal; =
 font-weight: normal; letter-spacing: normal; line-height: normal; =
 orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
 none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">5451 =
 Lakeview Parkway S Drive</div><div style=3D"color: rgb(0, 0, 0); =
 font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Indianapolis, Indiana 46268, USA</div><div style=3D"color: rgb(0, 0, =
 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Mobile: 317-220-7100</div><div style=3D"color: rgb(0, 0, 0); =
 font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 "><a =
 href=3D"mailto:jake.guffey@eprotex.com">jake.guffey@eprotex.com</a></div><=
 div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
 medium; font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><a =
 href=3D"http://www.eprotex.com/">www.eprotex.com</a></div>
 </div>
 <br></body></html>=
 
 --Apple-Mail=_C046AC44-4792-4E8F-8AAF-1A4083FCD57D--

From: Jung-uk Kim <jkim@FreeBSD.org>
To: Jake Guffey <jake.guffey@eprotex.com>, freebsd-java@FreeBSD.org, 
 bug-followup@freebsd.org
Cc:  
Subject: Re: ports/183004: java/openjdk6 fails to build
Date: Tue, 15 Oct 2013 16:56:04 -0400

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 On 2013-10-15 16:30:01 -0400, Jake Guffey wrote:
 > The following reply was made to PR ports/183004; it has been noted 
 > by GNATS.
 > 
 > From: Jake Guffey <jake.guffey@eprotex.com> To: 
 > bug-followup@FreeBSD.org Cc: Subject: Re: ports/183004: 
 > java/openjdk6 fails to build Date: Tue, 15 Oct 2013 16:20:42 -0400
 > 
 > --Apple-Mail=_C046AC44-4792-4E8F-8AAF-1A4083FCD57D 
 > Content-Transfer-Encoding: 7bit Content-Type: text/plain; 
 > charset=us-ascii
 > 
 > What does r330421 mean?
 
 http://svnweb.freebsd.org/changeset/ports/330421
 
 Jung-uk Kim
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (FreeBSD)
 
 iQEcBAEBAgAGBQJSXavkAAoJEHyflib82/FGFRwIAJpW+EqvWVAREiQZAp413ECY
 ndZn2pAotv2um1CdX3f6VZHCtlcwp0drA+aIgIbo78rYlcbmsAC99W4hCwxXEDHt
 kH81TgO4dnUKKJP8yrXbGZK3gOclWtW1La8VG2Ew44R/3ElSXy/T4sPa8b1p8JQk
 fH1qsO0ICdbS6aTdeZdCd/mFPVb3MhcVq0WHHhL408VkvDglv3LuC0uinpw9neGx
 9krojQZBTwhOlFXD8yD81qWseK9uJwFdFUKFCWQWuTDVYlTbEGQRW6+czK52ztiC
 v8yY+Oq1rn84QXs+Mg5JH2pRkcEYRUBQrSv8AbaAGOCLxUgofdpTiupdNKh+bB8=
 =KPA7
 -----END PGP SIGNATURE-----

From: Jake Guffey <jake.guffey@eprotex.com>
To: Jung-uk Kim <jkim@FreeBSD.org>
Cc: freebsd-java@FreeBSD.org,
 bug-followup@freebsd.org
Subject: Re: ports/183004: java/openjdk6 fails to build
Date: Wed, 16 Oct 2013 08:51:16 -0400

 --Apple-Mail=_07F9CDC4-099E-4A9C-804D-F0B4D45E18D2
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=iso-8859-1
 
 Jung-uk Kim:
 
 This fixed the problem. Thank you.
 
 Thanks,
 Jake Guffey
 Network Security Engineer
 
 eProtex
 Network medical device security
 
 5451 Lakeview Parkway S Drive
 Indianapolis, Indiana 46268, USA
 Mobile: 317-220-7100
 jake.guffey@eprotex.com
 www.eprotex.com
 
 On Oct 15, 2013, at 4:56 PM, Jung-uk Kim <jkim@FreeBSD.org> wrote:
 
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 > 
 > On 2013-10-15 16:30:01 -0400, Jake Guffey wrote:
 >> The following reply was made to PR ports/183004; it has been noted 
 >> by GNATS.
 >> 
 >> From: Jake Guffey <jake.guffey@eprotex.com> To: 
 >> bug-followup@FreeBSD.org Cc: Subject: Re: ports/183004: 
 >> java/openjdk6 fails to build Date: Tue, 15 Oct 2013 16:20:42 -0400
 >> 
 >> --Apple-Mail=_C046AC44-4792-4E8F-8AAF-1A4083FCD57D 
 >> Content-Transfer-Encoding: 7bit Content-Type: text/plain; 
 >> charset=us-ascii
 >> 
 >> What does r330421 mean?
 > 
 > http://svnweb.freebsd.org/changeset/ports/330421
 > 
 > Jung-uk Kim
 > -----BEGIN PGP SIGNATURE-----
 > Version: GnuPG v2.0.22 (FreeBSD)
 > 
 > iQEcBAEBAgAGBQJSXavkAAoJEHyflib82/FGFRwIAJpW+EqvWVAREiQZAp413ECY
 > ndZn2pAotv2um1CdX3f6VZHCtlcwp0drA+aIgIbo78rYlcbmsAC99W4hCwxXEDHt
 > kH81TgO4dnUKKJP8yrXbGZK3gOclWtW1La8VG2Ew44R/3ElSXy/T4sPa8b1p8JQk
 > fH1qsO0ICdbS6aTdeZdCd/mFPVb3MhcVq0WHHhL408VkvDglv3LuC0uinpw9neGx
 > 9krojQZBTwhOlFXD8yD81qWseK9uJwFdFUKFCWQWuTDVYlTbEGQRW6+czK52ztiC
 > v8yY+Oq1rn84QXs+Mg5JH2pRkcEYRUBQrSv8AbaAGOCLxUgofdpTiupdNKh+bB8=
 > =KPA7
 > -----END PGP SIGNATURE-----
 
 
 --Apple-Mail=_07F9CDC4-099E-4A9C-804D-F0B4D45E18D2
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=iso-8859-1
 
 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
 charset=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; =
 -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
 ">Jung-uk Kim:<div><br></div><div>This fixed the problem. Thank =
 you.<br><div>
 <div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
 medium; font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><br =
 class=3D"Apple-interchange-newline">Thanks,</div><div style=3D"color: =
 rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: =
 normal; font-variant: normal; font-weight: normal; letter-spacing: =
 normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
 text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
 word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; ">Jake Guffey</div><div style=3D"color: =
 rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: =
 normal; font-variant: normal; font-weight: normal; letter-spacing: =
 normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
 text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
 word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; ">Network Security Engineer</div><div =
 style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; =
 font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><br></div><div style=3D"color: rgb(0, =
 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">eProtex</div><div style=3D"color: rgb(0, 0, 0); font-family: =
 Helvetica; font-size: medium; font-style: normal; font-variant: normal; =
 font-weight: normal; letter-spacing: normal; line-height: normal; =
 orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
 none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Network medical device security</div><div style=3D"color: rgb(0, 0, =
 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 "><br></div><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
 font-size: medium; font-style: normal; font-variant: normal; =
 font-weight: normal; letter-spacing: normal; line-height: normal; =
 orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
 none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">5451 =
 Lakeview Parkway S Drive</div><div style=3D"color: rgb(0, 0, 0); =
 font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Indianapolis, Indiana 46268, USA</div><div style=3D"color: rgb(0, 0, =
 0); font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 ">Mobile: 317-220-7100</div><div style=3D"color: rgb(0, 0, 0); =
 font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 "><a =
 href=3D"mailto:jake.guffey@eprotex.com">jake.guffey@eprotex.com</a></div><=
 div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
 medium; font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><a =
 href=3D"http://www.eprotex.com/">www.eprotex.com</a></div>
 </div>
 <br><div><div>On Oct 15, 2013, at 4:56 PM, Jung-uk Kim &lt;<a =
 href=3D"mailto:jkim@FreeBSD.org">jkim@FreeBSD.org</a>&gt; =
 wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
 type=3D"cite">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>On =
 2013-10-15 16:30:01 -0400, Jake Guffey wrote:<br><blockquote =
 type=3D"cite">The following reply was made to PR ports/183004; it has =
 been noted <br>by GNATS.<br><br>From: Jake Guffey &lt;<a =
 href=3D"mailto:jake.guffey@eprotex.com">jake.guffey@eprotex.com</a>&gt; =
 To: <br><a =
 href=3D"mailto:bug-followup@FreeBSD.org">bug-followup@FreeBSD.org</a> =
 Cc: Subject: Re: ports/183004: <br>java/openjdk6 fails to build Date: =
 Tue, 15 Oct 2013 16:20:42 =
 -0400<br><br>--Apple-Mail=3D_C046AC44-4792-4E8F-8AAF-1A4083FCD57D =
 <br>Content-Transfer-Encoding: 7bit Content-Type: text/plain; =
 <br>charset=3Dus-ascii<br><br>What does r330421 =
 mean?<br></blockquote><br><a =
 href=3D"http://svnweb.freebsd.org/changeset/ports/330421">http://svnweb.fr=
 eebsd.org/changeset/ports/330421</a><br><br>Jung-uk Kim<br>-----BEGIN =
 PGP SIGNATURE-----<br>Version: GnuPG v2.0.22 =
 (FreeBSD)<br><br>iQEcBAEBAgAGBQJSXavkAAoJEHyflib82/FGFRwIAJpW+EqvWVAREiQZA=
 p413ECY<br>ndZn2pAotv2um1CdX3f6VZHCtlcwp0drA+aIgIbo78rYlcbmsAC99W4hCwxXEDH=
 t<br>kH81TgO4dnUKKJP8yrXbGZK3gOclWtW1La8VG2Ew44R/3ElSXy/T4sPa8b1p8JQk<br>f=
 H1qsO0ICdbS6aTdeZdCd/mFPVb3MhcVq0WHHhL408VkvDglv3LuC0uinpw9neGx<br>9krojQZ=
 BTwhOlFXD8yD81qWseK9uJwFdFUKFCWQWuTDVYlTbEGQRW6+czK52ztiC<br>v8yY+Oq1rn84Q=
 Xs+Mg5JH2pRkcEYRUBQrSv8AbaAGOCLxUgofdpTiupdNKh+bB8=3D<br>=3DKPA7<br>-----E=
 ND PGP SIGNATURE-----<br></blockquote></div><br></div></body></html>=
 
 --Apple-Mail=_07F9CDC4-099E-4A9C-804D-F0B4D45E18D2--
>Unformatted:
