Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 637C67A0F3 for ; Wed, 10 May 2017 13:59:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1261784E03; Wed, 10 May 2017 13:59:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 975B084DA8 for ; Wed, 10 May 2017 13:59:58 +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 ngliCb0OyP3y for ; Wed, 10 May 2017 13:59:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0091B84CEE for ; Wed, 10 May 2017 13:59:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2F87FBE4; Wed, 10 May 2017 13:59:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494424797224860" MIME-Version: 1.0 Date: Wed, 10 May 2017 13:59:57 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/openjdk8/patches To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170510135957.F2F87FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1494424797224860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed May 10 13:59:57 UTC 2017 Modified Files: pkgsrc/lang/openjdk8/patches: patch-common_autoconf_generated-configure.sh Log Message: Ignore alsa on FreeBSD too To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494424797224860 Content-Disposition: inline Content-Length: 1351 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh diff -u pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.11 pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.12 --- pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.11 Thu Oct 27 13:06:42 2016 +++ pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh Wed May 10 13:59:57 2017 @@ -1,4 +1,4 @@ -$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.11 2016/10/27 13:06:42 ryoon Exp $ +$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.12 2017/05/10 13:59:57 ryoon Exp $ BOOT_JDK_VERSION part: pkg/51221 (Build error with OpenJDK8 and i386) @@ -160,7 +160,7 @@ BOOT_JDK_VERSION part: pkg/51221 (Build { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is not needed on BSD?" >&5 $as_echo_n "checking what is not needed on BSD?... " >&6; } - if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd; then -+ if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xnetbsd; then ++ if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xnetbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xfreebsd; then +# XXX revisit this ALSA_NOT_NEEDED=yes PULSE_NOT_NEEDED=yes --_----------=_1494424797224860--