From owner-freebsd-java@freebsd.org Mon May 1 19:30:41 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C85D590D6 for ; Mon, 1 May 2017 19:30:41 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E6B0D93F for ; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id E3224D590D5; Mon, 1 May 2017 19:30:40 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2C9BD590D4 for ; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5DCB93C; Mon, 1 May 2017 19:30:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 394E3BC9; Mon, 1 May 2017 14:30:32 -0500 (CDT) Date: Mon, 1 May 2017 14:30:31 -0500 From: Mark Linimon To: alfix86@gmail.com, yuri@rawbw.com, danfe@FreeBSD.org, java@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath] Message-ID: <20170501193030.GA29005@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 19:30:41 -0000 ----- Forwarded message from Mark Linimon ----- fwiw. You do not need to take any action. /home/linimon/ports/default/games/trigger-rally alfix86@gmail.com /home/linimon/ports/default/graphics/hiptext yuri@rawbw.com /home/linimon/ports/default/graphics/photivo danfe@FreeBSD.org /home/linimon/ports/default/java/classpath java@FreeBSD.org mcl Date: Mon, 1 May 2017 19:25:00 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath Author: linimon Date: Mon May 1 19:25:00 2017 New Revision: 439906 URL: https://svnweb.freebsd.org/changeset/ports/439906 Log: Provide error messages for some ports failing on aarch64, and, in a few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/games/cheech/Makefile head/games/freedoko/Makefile head/games/shaaft/Makefile head/games/trigger-rally/Makefile head/graphics/hiptext/Makefile head/graphics/photivo/Makefile head/java/classpath/Makefile Modified: head/games/cheech/Makefile ============================================================================== --- head/games/cheech/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/cheech/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + OPTIONS_DEFINE= DOCS USES= gmake pkgconfig tar:tgz Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/freedoko/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/../doc/GPL LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= gmake pkgconfig zip:infozip Modified: head/games/shaaft/Makefile ============================================================================== --- head/games/shaaft/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/shaaft/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,7 +15,8 @@ LIB_DEPENDS= libpng.so:graphics/png CONFLICTS= criticalmass-* -BROKEN_sparc64= does not compile +BROKEN_aarch64= fails to compile: error: conflicting declaration typedef int GLintptrARB +BROKEN_sparc64= does not compile USES= tar:bzip2 USE_SDL= mixer image sdl Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/games/trigger-rally/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libphysfs.so:devel/physfs LIB_DEPENDS+= libalut.so:audio/freealut +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + WRKSRC_SUBDIR= src USES= gmake openal:al,alut USE_SDL= sdl2 image2 Modified: head/graphics/hiptext/Makefile ============================================================================== --- head/graphics/hiptext/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/hiptext/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -18,6 +18,9 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ TEST_DEPENDS= googletest>=1.7.0:devel/googletest RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu +BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native + USE_GITHUB= yes GH_ACCOUNT= jart GH_TAGNAME= f89b44f Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/graphics/photivo/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,8 @@ COMMENT= Free and open source photo proc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char + LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ liblqr-1.so:graphics/liblqr-1 \ Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Mon May 1 19:24:00 2017 (r439905) +++ head/java/classpath/Makefile Mon May 1 19:25:00 2017 (r439906) @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Ja LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes ----- End forwarded message ----- From owner-freebsd-java@freebsd.org Fri May 5 10:38:01 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A804D5E734 for ; Fri, 5 May 2017 10:38:01 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: from ws122.host4g.com (ws122.host4g.com [190.210.9.102]) by mx1.freebsd.org (Postfix) with ESMTP id E50581BCE for ; Fri, 5 May 2017 10:38:00 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: from ws65.host4g.com (ws65.host4g.com [190.210.9.40]) by ws122.host4g.com (Postfix) with ESMTP id CE95688AE3F8C for ; Fri, 5 May 2017 07:38:06 -0300 (ART) Received: from [142.0.42.11] (unknown [142.0.42.11]) by ws65.host4g.com (Postfix) with ESMTPA id B2E4242A1795 for ; Fri, 5 May 2017 07:37:13 -0300 (ART) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body Subject: Request To: freebsd-java@freebsd.org From: "Sir. Paul Judge" Date: Fri, 05 May 2017 03:37:45 -0700 Reply-To: sirpaulrjudge@outlook.com X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 10:38:01 -0000 Hello, Good Day to you and I hope this message meet you well. I hope this mail meets you well. Before I proceed, I will like to introduce= my self for better understanding, My name is Sir. Paul R. Judge, Non Indep= ent Executive Director with Standard Bank Group in South East Asia,one of t= he biggest independent financial institution, I am contacting you because I= want you to assist me in receiving a deposit of one of our late client A C= hinese National who died in 2005. Before his death he has a deposit of (Twe= nty Two Million Seven Hundred and Twenty Eight Thousand Four Hundred and Fo= urteen United States Dollars)in our bank. Though I know that a transaction = of this magnitude will make any one apprehensive and worried, but I am assu= ring you that all will be well at the end of the day. On July 7, 2005, series of coordinated terrorist bomb blasts hit the London= Subways, resulting in the loss of more than 52 people and unfortunately ou= r late client was among the people that died on that fateful day while he w= as in United Kingdom for a business meeting, all efforts to contact his rel= atives/family representatives turned unsuccessful, I have made several inqu= iries to your embassy to locate any his extended relatives but has been uns= uccessful. After several unsuccessful attempts, I decided to trace his last= name over the internet, to see if I could locate any member of his family = hence I contacted you as you have thesame last name with our late client. His account where his deposit of (Twenty Two Million Seven Hundred and Twen= ty Eight Thousand Four Hundred and Fourteen United States Dollars)USD22,728= .414.00 is no longer active and inoperative. My bank will declare the accou= nt unserviceable and thereby send the funds to the bank treasury if I do no= t present anyone as family representative or relative to our late client. I= will seek your consent to present you as the relative or family representa= tive of our late client since you share the same last name with the our lat= e client so that the funds on the account can be paid to you then you and I= can share the money for investment purposes in your country. If you can handle this with me, I will want you to send me a reply with, (Y= OUR FULL NAMES: CONTACT ADDRESS: DATE OF BIRTH: OCCUPATION: MOBILE/HOME TE= LEPHONE NUMBER) to enable me submit to my bank immediately for the release = of the funds to you as his relative and family representative. Please I do not want any direct link between us, my official lines are not = secured as they are periodically monitored please observe this instruction = religiously, all legal documents and paper work will be released to you as = soon as I receive your response with the required information. Thank you and I hope to read from you, Kindly send me all details to: sirpaulrjudge@outlook.com Regards, Sir Paul R. Judge, Non Independent Executive Director, Standard Bank Group. South East Asia. From owner-freebsd-java@freebsd.org Fri May 5 10:38:26 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D454D5EA65 for ; Fri, 5 May 2017 10:38:26 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 15F541FBE for ; Fri, 5 May 2017 10:38:26 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: by mailman.ysv.freebsd.org (Postfix) id 15238D5EA64; Fri, 5 May 2017 10:38:26 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14A94D5EA62 for ; Fri, 5 May 2017 10:38:26 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: from ws122.host4g.com (ws122.host4g.com [190.210.9.102]) by mx1.freebsd.org (Postfix) with ESMTP id D76D51FB3 for ; Fri, 5 May 2017 10:38:25 +0000 (UTC) (envelope-from secretaria@ampformosa.com.ar) Received: from ws65.host4g.com (ws65.host4g.com [190.210.9.40]) by ws122.host4g.com (Postfix) with ESMTP id D1E5E98D4DC73 for ; Fri, 5 May 2017 07:38:31 -0300 (ART) Received: from [142.0.42.11] (unknown [142.0.42.11]) by ws65.host4g.com (Postfix) with ESMTPA id C7FF042A1798 for ; Fri, 5 May 2017 07:37:38 -0300 (ART) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body Subject: Request To: java@freebsd.org From: "Sir. Paul Judge" Date: Fri, 05 May 2017 03:38:10 -0700 Reply-To: sirpaulrjudge@outlook.com X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 10:38:26 -0000 Hello, Good Day to you and I hope this message meet you well. I hope this mail meets you well. Before I proceed, I will like to introduce= my self for better understanding, My name is Sir. Paul R. Judge, Non Indep= ent Executive Director with Standard Bank Group in South East Asia,one of t= he biggest independent financial institution, I am contacting you because I= want you to assist me in receiving a deposit of one of our late client A C= hinese National who died in 2005. Before his death he has a deposit of (Twe= nty Two Million Seven Hundred and Twenty Eight Thousand Four Hundred and Fo= urteen United States Dollars)in our bank. Though I know that a transaction = of this magnitude will make any one apprehensive and worried, but I am assu= ring you that all will be well at the end of the day. On July 7, 2005, series of coordinated terrorist bomb blasts hit the London= Subways, resulting in the loss of more than 52 people and unfortunately ou= r late client was among the people that died on that fateful day while he w= as in United Kingdom for a business meeting, all efforts to contact his rel= atives/family representatives turned unsuccessful, I have made several inqu= iries to your embassy to locate any his extended relatives but has been uns= uccessful. After several unsuccessful attempts, I decided to trace his last= name over the internet, to see if I could locate any member of his family = hence I contacted you as you have thesame last name with our late client. His account where his deposit of (Twenty Two Million Seven Hundred and Twen= ty Eight Thousand Four Hundred and Fourteen United States Dollars)USD22,728= .414.00 is no longer active and inoperative. My bank will declare the accou= nt unserviceable and thereby send the funds to the bank treasury if I do no= t present anyone as family representative or relative to our late client. I= will seek your consent to present you as the relative or family representa= tive of our late client since you share the same last name with the our lat= e client so that the funds on the account can be paid to you then you and I= can share the money for investment purposes in your country. If you can handle this with me, I will want you to send me a reply with, (Y= OUR FULL NAMES: CONTACT ADDRESS: DATE OF BIRTH: OCCUPATION: MOBILE/HOME TE= LEPHONE NUMBER) to enable me submit to my bank immediately for the release = of the funds to you as his relative and family representative. Please I do not want any direct link between us, my official lines are not = secured as they are periodically monitored please observe this instruction = religiously, all legal documents and paper work will be released to you as = soon as I receive your response with the required information. Thank you and I hope to read from you, Kindly send me all details to: sirpaulrjudge@outlook.com Regards, Sir Paul R. Judge, Non Independent Executive Director, Standard Bank Group. South East Asia. From owner-freebsd-java@freebsd.org Fri May 5 12:00:33 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75EB8D5F362 for ; Fri, 5 May 2017 12:00:33 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 586BD807 for ; Fri, 5 May 2017 12:00:33 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: by mailman.ysv.freebsd.org (Postfix) id 578C0D5F35A; Fri, 5 May 2017 12:00:33 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56E4CD5F359 for ; Fri, 5 May 2017 12:00:33 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: from ws122.host4g.com (ws122.host4g.com [190.210.9.102]) by mx1.freebsd.org (Postfix) with ESMTP id 954157EB for ; Fri, 5 May 2017 12:00:32 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: from ws65.host4g.com (ws65.host4g.com [190.210.9.40]) by ws122.host4g.com (Postfix) with ESMTP id 79288846AE050 for ; Fri, 5 May 2017 09:00:38 -0300 (ART) Received: from [142.0.42.11] (unknown [142.0.42.11]) by ws65.host4g.com (Postfix) with ESMTPA id E039D42A179B for ; Fri, 5 May 2017 08:59:44 -0300 (ART) MIME-Version: 1.0 Subject: Google User To: java@freebsd.org From: "Google Inc" Date: Fri, 05 May 2017 05:00:16 -0700 Reply-To: admin@gpawardteam.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 12:00:33 -0000 Dear Google User, We congratulate you for being selected as one of our winner on the ongoing = award promotion. Find attached document with more information regarding you= r winning. Congratulation, Sundar Pichai, Chief Executive Officer, Google Inc. From owner-freebsd-java@freebsd.org Fri May 5 12:00:46 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9B0AD5F449 for ; Fri, 5 May 2017 12:00:46 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: from ws122.host4g.com (ws122.host4g.com [190.210.9.102]) by mx1.freebsd.org (Postfix) with ESMTP id 254BE9DD for ; Fri, 5 May 2017 12:00:46 +0000 (UTC) (envelope-from secretaria.centrosalud@ampformosa.com.ar) Received: from ws65.host4g.com (ws65.host4g.com [190.210.9.40]) by ws122.host4g.com (Postfix) with ESMTP id 936F3993F3F85 for ; Fri, 5 May 2017 08:59:52 -0300 (ART) Received: from [142.0.42.11] (unknown [142.0.42.11]) by ws65.host4g.com (Postfix) with ESMTPA id 12B4042A1798 for ; Fri, 5 May 2017 08:58:58 -0300 (ART) MIME-Version: 1.0 Subject: Google User To: freebsd-java@freebsd.org From: "Google Inc" Date: Fri, 05 May 2017 04:59:30 -0700 Reply-To: admin@gpawardteam.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 12:00:47 -0000 Dear Google User, We congratulate you for being selected as one of our winner on the ongoing = award promotion. Find attached document with more information regarding you= r winning. Congratulation, Sundar Pichai, Chief Executive Officer, Google Inc. From owner-freebsd-java@freebsd.org Sat May 6 17:14:52 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A316ED61841 for ; Sat, 6 May 2017 17:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 612941AEC for ; Sat, 6 May 2017 17:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v46HEpRQ029083 for ; Sat, 6 May 2017 17:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-java@FreeBSD.org Subject: [Bug 140002] java/openjdk6: jconsole dumps tomcat when contacting jmxrmi service Date: Sat, 06 May 2017 17:14:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: java X-Bugzilla-Version: 7.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@unislabs.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-java@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 17:14:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140002 vvd@unislabs.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@unislabs.com --- Comment #7 from vvd@unislabs.com --- How this bug can be in 2 statuses in same time? Top of the page: "Status: In Progress". Comment from Jung-uk Kim freebsd_committer 2014-05-22 00:16:34 UTC: "Status: Open =E2=86=92 Closed" --=20 You are receiving this mail because: You are the assignee for the bug.=