Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E77D41A921F for ; Wed, 13 Apr 2022 07:03:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 498D984FCE; Wed, 13 Apr 2022 07:03:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8181184FC5 for ; Wed, 13 Apr 2022 07:03:25 +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 TwVg8oapY71M for ; Wed, 13 Apr 2022 07:03:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1B3E84E5D for ; Wed, 13 Apr 2022 07:03:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C62A9FB24; Wed, 13 Apr 2022 07:03:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649833404288900" MIME-Version: 1.0 Date: Wed, 13 Apr 2022 07:03:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220413070324.C62A9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649833404288900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Apr 13 07:03:24 UTC 2022 Modified Files: pkgsrc/bootstrap: README.HPUX Log Message: HP-UX status update To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/bootstrap/README.HPUX Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649833404288900 Content-Disposition: inline Content-Length: 1035 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README.HPUX diff -u pkgsrc/bootstrap/README.HPUX:1.5 pkgsrc/bootstrap/README.HPUX:1.6 --- pkgsrc/bootstrap/README.HPUX:1.5 Sun Apr 19 19:29:44 2015 +++ pkgsrc/bootstrap/README.HPUX Wed Apr 13 07:03:24 2022 @@ -1,4 +1,8 @@ -$NetBSD: README.HPUX,v 1.5 2015/04/19 19:29:44 tnn Exp $ +$NetBSD: README.HPUX,v 1.6 2022/04/13 07:03:24 nia Exp $ + +As of 2021-06-18, pkgsrc was known to bootstrap on HP-UX 11.31 ia64 +using the HP compiler if "--compiler hp" was specified. +If a GCC toolchain is available, it may be preferrable to use that. Prerequisite patches (downloadable from HP itrc) ------------------------------------------------ @@ -7,7 +11,8 @@ Prerequisite patches (downloadable from Compiler -------- -Prebuilt GCC toolchains suitable for use with pkgsrc can be downloaded from +Prebuilt PA-RISC GCC toolchains suitable for use with pkgsrc can be +downloaded from ftp://ftp.NetBSD.org/pub/pkgsrc/misc/tnn/ . Installation instructions can be found in the file "README.gcc". --_----------=_1649833404288900--