From owner-cvs-all@FreeBSD.ORG Sun Apr 12 18:53:45 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F45B1065673; Sun, 12 Apr 2009 18:53:45 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E92548FC22; Sun, 12 Apr 2009 18:53:44 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3CIrikG002796; Sun, 12 Apr 2009 18:53:44 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3CIrifm002795; Sun, 12 Apr 2009 18:53:44 GMT (envelope-from vd) Message-Id: <200904121853.n3CIrifm002795@repoman.freebsd.org> From: Vasil Dimov Date: Sun, 12 Apr 2009 18:53:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pth/files patch-pth_p.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 18:53:45 -0000 vd 2009-04-12 18:53:44 UTC FreeBSD ports repository Added files: devel/pth/files patch-pth_p.h.in Log: Do not include signal.h because it seems not to be necessary and its inclusion breaks the compilation on FreeBSD 8.0. Limit this fix only to FreeBSD versions where the breakage occurs to be on the safe side. Thanks to das@, stas@, Coleman Kane, Peter Schuller and others that discussed this issue. PR: ports/132828 Revision Changes Path 1.1 +13 -0 ports/devel/pth/files/patch-pth_p.h.in (new)