From owner-cvs-all@FreeBSD.ORG Thu Oct 6 13:46:41 2011 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 C283E1065673; Thu, 6 Oct 2011 13:46:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3FA78FC19; Thu, 6 Oct 2011 13:46:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p96DkfA0036190; Thu, 6 Oct 2011 13:46:41 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p96DkfW3036189; Thu, 6 Oct 2011 13:46:41 GMT (envelope-from sunpoet) Message-Id: <201110061346.p96DkfW3036189@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Oct 2011 13:46:41 +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/libpci Makefile distinfo 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: Thu, 06 Oct 2011 13:46:41 -0000 sunpoet 2011-10-06 13:46:41 UTC FreeBSD ports repository Modified files: devel/libpci Makefile distinfo Log: - Update to 3.1.8 - Update MASTER_SITES: cleanup and add my LOCAL Changes: - More capabilities: Transaction Processing Hints, Latency Tolerance Reporting. Thanks to Jesse Barnes. - Added BeOS and Haiku ports. Contributed by Francois Revol. - pciutils.pc now uses Libs.private properly. - When we format a name and it does not fit in the buffer, we truncate it instead of returning "buffer too small" instead. This works on all platforms with sane (i.e., C99-compatible) snprintf(). - Various minor bug fixes. - Updated pci.ids to the today's snapshot of the database. Revision Changes Path 1.21 +2 -5 ports/devel/libpci/Makefile 1.7 +2 -2 ports/devel/libpci/distinfo