Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B7C3BA6531 for ; Thu, 22 Oct 2015 23:01:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 65B8514A351; Thu, 22 Oct 2015 23:01:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A64E314A350 for ; Thu, 22 Oct 2015 23:01:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BAlKXD3KWiQm for ; Thu, 22 Oct 2015 23:01:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3DB2714A2A1 for ; Thu, 22 Oct 2015 23:01:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3884398; Thu, 22 Oct 2015 23:01:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 22 Oct 2015 23:01:52 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang/openjdk8 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20151022230152.3884398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Thu Oct 22 23:01:52 UTC 2015 Modified Files: pkgsrc/lang/openjdk8: Makefile distinfo Removed Files: pkgsrc/lang/openjdk8/patches: patch-common_autoconf_build-aux_autoconf-config.sub Log Message: Fix Makefile 1.18 Differently. We do need to use GNU_CONFIGURE=yes, because this is a GNU configure script and without it we do not get config.{sub,guess} overrides. Instead, pass --disable-option-checking to the configure script so that unrecognized options that appear when using pkgsrc iconv are discarded. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/openjdk8/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/openjdk8/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/openjdk8/patches/patch-common_autoconf_build-aux_autoconf-config.sub Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.