From owner-freebsd-java@freebsd.org Mon Jul 4 08:08:20 2016 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 EBA46B8F29A for ; Mon, 4 Jul 2016 08:08:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D55FC2DB4 for ; Mon, 4 Jul 2016 08:08:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D4AA9B8F299; Mon, 4 Jul 2016 08:08:20 +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 D44D0B8F298 for ; Mon, 4 Jul 2016 08:08:20 +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 C298C2DB3 for ; Mon, 4 Jul 2016 08:08:20 +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 u6488KY0030941 for ; Mon, 4 Jul 2016 08:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 209651] java/openjdk8: frequent crashes of the jvm when used to serve high-traffic websites Date: Mon, 04 Jul 2016 08:08:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ale@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 08:08:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209651 --- Comment #17 from Alex Dupre --- So far so good, I hadn't experienced any crash after a few days. I'd say the issues have been fixed by these patches with a confidence of 95% (given the non-deterministic nature of the issue I cannot say 100% yet, but I'll update the PR in a week or two) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Mon Jul 4 08:10:48 2016 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 1178BB8F2EB for ; Mon, 4 Jul 2016 08:10:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id EFD3B2E3F for ; Mon, 4 Jul 2016 08:10:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EB89DB8F2EA; Mon, 4 Jul 2016 08:10:47 +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 E8E75B8F2E9 for ; Mon, 4 Jul 2016 08:10:47 +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 D01E32E3C for ; Mon, 4 Jul 2016 08:10:47 +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 u648AldT036613 for ; Mon, 4 Jul 2016 08:10:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 209651] java/openjdk8: frequent crashes of the jvm when used to serve high-traffic websites Date: Mon, 04 Jul 2016 08:10:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: iamasmith.home@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 08:10:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209651 --- Comment #18 from Andrew Smith --- (In reply to Alex Dupre from comment #17) Super, many thanks for the update and I would really appreciate updates when you have a higher confidence level. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Tue Jul 5 14:02:42 2016 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 E6905B72E62 for ; Tue, 5 Jul 2016 14:02:42 +0000 (UTC) (envelope-from bdysonsmith@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A27441A4F for ; Tue, 5 Jul 2016 14:02:42 +0000 (UTC) (envelope-from bdysonsmith@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id c2so265683873vkg.1 for ; Tue, 05 Jul 2016 07:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=qy2gHebtO84u6SA6Wnq8ex3m8bi48+eiCaSO4vTc6Bs=; b=uu/Zi3UtcqAHRL6kp+zgZ8abS2x4HNCRBfR5qWFDvtzTaqaFmuOQRLHJXkIgtUtCLc a+TGGrk9LXVgXM6Q4s6QzLwvr2QkVwkZ+z6qlO2bD6CFrO53zf2aCAdyTqnU1i4zR6di nak8AuXmRItL0g4CZQc2tIKqP8yWmSaV4z573R4xsSoqCo7G0XUaj11p2W114H1q0W73 w7GM+k6NtF94/arPtZITE0c4Vj7j9AYnsfmn4fRgMC4/MPkYvrUDDvNf1a49SnHJxKCR 7TUnh3OcIyT3IlIcbqcoN78XRrs70zFlw71x7perUfxgMTNfx2dYL0eWG4pjICEhG+UN NooQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qy2gHebtO84u6SA6Wnq8ex3m8bi48+eiCaSO4vTc6Bs=; b=fp1s/Bldsv3GRAPmbwkbHrIq8KoaHXh6oTuco/nelIVNTJBSUIZl5W+fzWqTpybb+M 8yTohi+ZB/0MhSGEkRuAg3Fsh9CaZlqo8ZrwvTLHY02YkO/1PccPD00w4qlwQJJI51H2 3PeZL2JWj0uZFmTiNuTVbi3bE3/sj/k9shaID2V/RG/ecPxJxnrnJKelk95c0E2hmNtO QY5Bk8qqiH6+Q0C59VOQRKImlUjMtOpgn+jmLZx9IkBIWZDJCcJQwxhaOXmDxRAvk1+O S9BEB5lOROpyoVhXunJKDxls8+uMP/d8e/EcpA+T6rFR71tPKk9PClgh+qD1RpZAgBwN BooA== X-Gm-Message-State: ALyK8tKDzthuAQnPTtYmzIR2RAjx710Vuaj2lpsFdPzS1tiy3xU+yT5Enl8/fQ8tcn2JF1oAD2fS0xIW+MMx1w== X-Received: by 10.31.228.133 with SMTP id b127mr7406897vkh.90.1467727361316; Tue, 05 Jul 2016 07:02:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.65.12 with HTTP; Tue, 5 Jul 2016 07:02:40 -0700 (PDT) From: Bridger Dyson-Smith Date: Tue, 5 Jul 2016 10:02:40 -0400 Message-ID: Subject: Enabling font anti-aliasing for GUI applications To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 14:02:43 -0000 Hi all, I'm having a hard time finding an answer to this - I'm unable to answer it myself - I'd like to set/enable anti-aliased/smoothed fonts for all of the java GUI applications that I use. I use several different applications where I'm adding the following -Dawt.useSystemAAFontSettings=on e.g. java -Dawt.useSystemAAFontSettings=on to the shell script that invokes the application. I have to add this to the invoking shell script after every application version change. I see /usr/local/etc/javavm_opts.conf, but I don't think I'm applying the syntax correctly. JAVAVM_OPTS_java=-Dawt.useSystemAAFontSettings=on doesn't seem to be applied to any particular application. Thanks in advance. Best, Bridger From owner-freebsd-java@freebsd.org Thu Jul 7 15:48:19 2016 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 B7764B753A7 for ; Thu, 7 Jul 2016 15:48:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A152D1246 for ; Thu, 7 Jul 2016 15:48:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A0BD3B753A6; Thu, 7 Jul 2016 15:48:19 +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 A068FB753A5 for ; Thu, 7 Jul 2016 15:48:19 +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 906F81245 for ; Thu, 7 Jul 2016 15:48:19 +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 u67FmJAH038690 for ; Thu, 7 Jul 2016 15:48:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 210894] java/openjdk8: bootstrap from its own version Date: Thu, 07 Jul 2016 15:48:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lwhsu@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 15:48:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210894 Bug ID: 210894 Summary: java/openjdk8: bootstrap from its own version Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: lwhsu@FreeBSD.org Assignee: java@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) While building openjdk8 in poudriere, it has a long bootstrap chain: bootstrap-openjdk -> openjdk7 -> openjdk8, that takes too much time. Is it possible for us to have other packages, like bootstrap-openjdk8, for openjdk8 can use itself as bootstrap jdk? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Thu Jul 7 15:48:19 2016 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 6DE30B753A1 for ; Thu, 7 Jul 2016 15:48:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 588DC1242 for ; Thu, 7 Jul 2016 15:48:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 57FAAB753A0; Thu, 7 Jul 2016 15:48:19 +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 57A1EB7539F for ; Thu, 7 Jul 2016 15:48:19 +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 481C31241 for ; Thu, 7 Jul 2016 15:48:19 +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 u67FmJAD038690 for ; Thu, 7 Jul 2016 15:48:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 210894] java/openjdk8: bootstrap from its own version Date: Thu, 07 Jul 2016 15:48:19 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 15:48:19 -0000 Li-Wen Hsu has reassigned Bugzilla Automation 's request for maintainer-feedback to java@FreeBSD.or= g: Bug 210894: java/openjdk8: bootstrap from its own version https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210894 --- Description --- While building openjdk8 in poudriere, it has a long bootstrap chain: bootstrap-openjdk -> openjdk7 -> openjdk8, that takes too much time. Is it possible for us to have other packages, like bootstrap-openjdk8, for openjdk8 can use itself as bootstrap jdk? From owner-freebsd-java@freebsd.org Thu Jul 7 16:30:47 2016 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 3943BB75C7B for ; Thu, 7 Jul 2016 16:30:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 22F1215DB for ; Thu, 7 Jul 2016 16:30:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1EC0AB75C79; Thu, 7 Jul 2016 16:30:47 +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 1E660B75C78 for ; Thu, 7 Jul 2016 16:30:47 +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 0DD2315D8 for ; Thu, 7 Jul 2016 16:30:47 +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 u67GUkTU068648 for ; Thu, 7 Jul 2016 16:30:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 210894] java/openjdk8: bootstrap from its own version Date: Thu, 07 Jul 2016 16:30:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc resolution 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 16:30:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210894 Jung-uk Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |jkim@FreeBSD.org Resolution|--- |DUPLICATE --- Comment #1 from Jung-uk Kim --- *** This bug has been marked as a duplicate of bug 210283 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Sat Jul 9 15:57:08 2016 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 5CA68B84DB4 for ; Sat, 9 Jul 2016 15:57:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 462E31D9E for ; Sat, 9 Jul 2016 15:57:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 458A2B84DB3; Sat, 9 Jul 2016 15:57:08 +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 452F5B84DB1 for ; Sat, 9 Jul 2016 15:57:08 +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 3497A1D9D for ; Sat, 9 Jul 2016 15:57:08 +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 u69Fv7lM060530 for ; Sat, 9 Jul 2016 15:57:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 204977] [PATCH] java/openjdk8: Use late in pkg-message's fstab entries Date: Sat, 09 Jul 2016 15:57:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: t@tobik.me X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 15:57:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204977 --- Comment #3 from Tobias Kortkamp --- (In reply to Andrew Smith from comment #2) > could save people a lot of fishing around for an answer Yes, that was the reason for opening this PR. (In reply to Jung-uk Kim from comment #1) > These are almost direct copy-and-paste from fdescfs(5) and procfs(5). So you're saying that fdescfs(5) and procfs(5) need an update too? ;-) If nobody wants this please reject it and let's close this PR. Don't leave= it hanging around forever. I consider > 6 months too long for stuff like this= .=20 The cost of changing it is so low. It's not like changing a pkg message wi= ll break any functionality. --=20 You are receiving this mail because: You are the assignee for the bug.=