From owner-svn-src-head@FreeBSD.ORG Sun Apr 12 02:59:35 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE984106566B; Sun, 12 Apr 2009 02:59:35 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 895D38FC12; Sun, 12 Apr 2009 02:59:35 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.3/8.14.2) with ESMTP id n3C30skW054388; Sat, 11 Apr 2009 23:00:54 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.3/8.14.2/Submit) id n3C30sVL054387; Sat, 11 Apr 2009 23:00:54 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 11 Apr 2009 23:00:54 -0400 From: David Schultz To: Norikatsu Shigemura Message-ID: <20090412030054.GA54299@zim.MIT.EDU> Mail-Followup-To: Norikatsu Shigemura , Stanislav Sedov , svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG References: <200904111657.n3BGvpsC092703@svn.freebsd.org> <20090411210702.ce5325b9.stas@FreeBSD.org> <20090412021841.673a200b.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090412021841.673a200b.nork@FreeBSD.org> Cc: Stanislav Sedov , svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r190943 - head/include X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 02:59:36 -0000 On Sun, Apr 12, 2009, Norikatsu Shigemura wrote: > On Sat, 11 Apr 2009 21:07:02 +0400 > Stanislav Sedov wrote: > > > Log: > > > GNU Pth has some fragile kludges that were broken by r189828. > > > I've discussed this with the Pth maintainer and no clear solution > > > has emerged on the ports side of things, so for now, hack around > > > the issue in signal.h. > > Can't we just put a patch in ports tree itself? What meant under 'no > > clean solution emerged'? I can prepare a patch, if needed. > > I think so, too. I have a quick hack patch. As I mentioned to vd@ on 3/20, I'd prefer something like that. Does your proposed patch also work for the ports that depend on GNU Pth, some of which may depend on signal.h?