From owner-cvs-all@FreeBSD.ORG Sun Nov 25 01:24:13 2007 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 9247916A419; Sun, 25 Nov 2007 01:24:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 706A713C50D; Sun, 25 Nov 2007 01:24:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAP1ODdd003405; Sun, 25 Nov 2007 01:24:13 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAP1ODoM003404; Sun, 25 Nov 2007 01:24:13 GMT (envelope-from linimon) Message-Id: <200711250124.lAP1ODoM003404@repoman.freebsd.org> From: Mark Linimon Date: Sun, 25 Nov 2007 01:24:13 +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/databases/virtuoso Makefile ports/security/squidclam Makefile ports/www/havp Makefile ports/x11-drivers/xf86-video-openchrome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2007 01:24:13 -0000 linimon 2007-11-25 01:24:13 UTC FreeBSD ports repository Modified files: databases/virtuoso Makefile security/squidclam Makefile www/havp Makefile x11-drivers/xf86-video-openchrome Makefile Log: Mark as broken on 5.x: fails to find pthread.h. Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self) Revision Changes Path 1.9 +7 -2 ports/databases/virtuoso/Makefile 1.5 +5 -0 ports/security/squidclam/Makefile 1.8 +4 -0 ports/www/havp/Makefile 1.3 +1 -1 ports/x11-drivers/xf86-video-openchrome/Makefile