Received: by mail.netbsd.org (Postfix, from userid 605) id B333484E5F; Mon, 13 Mar 2023 09:31:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E39F884D54 for ; Mon, 13 Mar 2023 09:31:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nLEbX_mWWUUI for ; Mon, 13 Mar 2023 09:31:48 +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 4151784C86 for ; Mon, 13 Mar 2023 09:31:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A848FA90; Mon, 13 Mar 2023 09:31:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167869990866750" MIME-Version: 1.0 Date: Mon, 13 Mar 2023 09:31:48 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/oracle-jdk8 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230313093148.3A848FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167869990866750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Mar 13 09:31:48 UTC 2023 Modified Files: pkgsrc/lang/oracle-jdk8: Makefile Log Message: oracle-jdk8: Support all distinfo targets. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/oracle-jdk8/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167869990866750 Content-Disposition: inline Content-Length: 909 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/oracle-jdk8/Makefile diff -u pkgsrc/lang/oracle-jdk8/Makefile:1.10 pkgsrc/lang/oracle-jdk8/Makefile:1.11 --- pkgsrc/lang/oracle-jdk8/Makefile:1.10 Fri May 29 10:57:22 2020 +++ pkgsrc/lang/oracle-jdk8/Makefile Mon Mar 13 09:31:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/05/29 10:57:22 abs Exp $ +# $NetBSD: Makefile,v 1.11 2023/03/13 09:31:48 jperkin Exp $ # Note: This must be kept in sync with the oracle-jre8 package # Note: make sure you include sums for both the x86_64 and the x86_32 @@ -27,7 +27,7 @@ PLIST_SRC= PLIST.${DIST_OS}-${EMUL_ARCH} PLIST_SUBST+= JAVA_ARCH="${JAVA_ARCH}" # Simplify distinfo generation -.if make(distinfo) +.if make(distinfo) || make (makesum) || make(mdi) DISTFILES= jdk-8u${UPDATE_NUMBER}-linux-i586.tar.gz DISTFILES+= jdk-8u${UPDATE_NUMBER}-linux-x64.tar.gz DISTFILES+= jdk-8u${UPDATE_NUMBER}-solaris-x64.tar.gz --_----------=_167869990866750--