Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A765FA40E7 for ; Fri, 25 Oct 2013 06:25:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 12AB414A22A; Fri, 25 Oct 2013 06:25:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BD3C14A20E for ; Fri, 25 Oct 2013 06:25:21 +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 VsKKESLNkgqz for ; Fri, 25 Oct 2013 06:25:19 +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 E338D14A210 for ; Fri, 25 Oct 2013 06:25:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9644296; Fri, 25 Oct 2013 06:25:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 25 Oct 2013 06:25:18 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/lang/nhc98 To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20131025062518.9644296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Fri Oct 25 06:25:18 UTC 2013 Modified Files: pkgsrc/lang/nhc98: Makefile PLIST distinfo pkgsrc/lang/nhc98/patches: patch-aa Log Message: Update to 1.22. Does not include all the changes in PR 45318, some of which need further investigation. pkgsrc changes: - update MASTER_SITES and HOMEPAGE - remove LP64 restriction (LP64 platforms are supported using -m32) - add destdir support (provided by upstream) and lift BROKEN - remove some pkglint - mark MAKE_JOBS_SAFE=no - add readline.bl3.mk - patch-ag was applied upstream - remove patch-ah and handle the issue involved a cleaner way Caution: so far the LP64 build does not actually work yet, -m32 notwithstanding; it dies with PreludeList.init: empty list PreludeList.init: empty list PreludeList.init: empty list i386 works though. Upstream changes: nhc98 1.22 (2010-07-09) features There are no new features, just an update to the current set of libraries as of the release date. nhc98 1.20 (2007-11-22) features New: Pattern guards are supported. New: More hierarchical libraries have been added to the base package. Bugfix: Now builds on 64-bit machines (in 32-bit mode) Bugfix: Newer version of hmake (3.13) Bugfix: The evil mangler is now less evil (and more robust) Bugfix: Add a workaround for the hi-membug that caused build failures on many recent Linux platforms. Bugfix: Lexical error on varid _2a is fixed. Bugfix: Renaming bug in newtype A a = A a. Bugfix: hp2graph problem with x-axis resolution in interval (-i) sampling. Bugfix: hp2graph end-of-file parsing bug. New: The runtime system code is now documented using funnelweb. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/nhc98/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nhc98/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/nhc98/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nhc98/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.