From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 20:22:18 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2C3B16A46B for ; Mon, 30 Jul 2007 20:22:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id A881513C45B for ; Mon, 30 Jul 2007 20:22:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id l6UKMCeJ092292 for ; Mon, 30 Jul 2007 13:22:16 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200707302022.l6UKMCeJ092292@gw.catspoiler.org> Date: Mon, 30 Jul 2007 13:22:12 -0700 (PDT) From: Don Lewis To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Subject: Re: pm3-base, cvsup, etc. on -CURRENT [patch] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:22:18 -0000 On 30 Jul, Don Lewis wrote: > The Modula 3 ports recently stopped working on -CURRENT because of a > change to the i386 machine-dependent kernel code removed a kludge that > the pm3 garbage collector was using to find the fault address when > accesses were made to protected pages. The correct fix for this is to > convert the garbage collector to using sigaction() with the SA_SIGINFO > flag so that it can get the address in a supported fashion. A further > problem is that the pm3-base port can't be built with GCC 4.2, which is > the base compiler in current. The patch below addresses both of these > issues, [snip] Does this change deserve a port version bump? Ordinarily I would say no, because the only effect is to get the port working on -CURRENT, *but* I've heard that the same kernel kludge removal might be coming to 6.2-STABLE for compatibility with the Wine port. It might be helpful if 6.2-STABLE users automagically get pm3-base upgraded before the kernel change breaks cvsup.