From owner-svn-src-head@FreeBSD.ORG Sat Apr 11 17:35:51 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 5ED201065674; Sat, 11 Apr 2009 17:35:51 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [219.127.74.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0608A8FC21; Sat, 11 Apr 2009 17:35:50 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (ns1.ninth-nine.com [219.127.74.121] (may be forged)) (authenticated bits=0) by sakura.ninth-nine.com (8.14.3/8.14.3/NinthNine) with ESMTP id n3BHIfb0097846; Sun, 12 Apr 2009 02:18:47 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 12 Apr 2009 02:18:41 +0900 From: Norikatsu Shigemura To: David Schultz , Stanislav Sedov Message-Id: <20090412021841.673a200b.nork@FreeBSD.org> In-Reply-To: <20090411210702.ce5325b9.stas@FreeBSD.org> References: <200904111657.n3BGvpsC092703@svn.freebsd.org> <20090411210702.ce5325b9.stas@FreeBSD.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.14.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: 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: Sat, 11 Apr 2009 17:35:51 -0000 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. ports/devel/pth/files/patch-pth_p.h.in - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- pth_p.h.in.orig 2006-06-09 02:54:03.000000000 +0900 +++ pth_p.h.in 2009-04-08 15:05:12.911807009 +0900 @@ -32,7 +32,7 @@ #include #include #include -#include +//#include #include #include #include - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -