From owner-cvs-all@FreeBSD.ORG Sun Apr 13 01:20:47 2008 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 E3718106566B; Sun, 13 Apr 2008 01:20:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AAA0A8FC0C; Sun, 13 Apr 2008 01:20:47 +0000 (UTC) (envelope-from attilio@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 m3D1KlNt058907; Sun, 13 Apr 2008 01:20:47 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D1KlqH058906; Sun, 13 Apr 2008 01:20:47 GMT (envelope-from attilio) Message-Id: <200804130120.m3D1KlqH058906@repoman.freebsd.org> From: Attilio Rao Date: Sun, 13 Apr 2008 01:20:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h 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, 13 Apr 2008 01:20:48 -0000 attilio 2008-04-13 01:20:47 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c sys/sys lock.h Log: struct lock_instance and struct lock_list_entry don't need to be in the public namespace for WITNESS as they are only used internally so just move them in the private namespace for the subsystem (with all related supporting definitions). Revision Changes Path 1.246 +34 -0 src/sys/kern/subr_witness.c 1.72 +1 -34 src/sys/sys/lock.h From owner-cvs-all@FreeBSD.ORG Sun Apr 13 01:21:57 2008 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 3DA62106564A; Sun, 13 Apr 2008 01:21:57 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0592E8FC22; Sun, 13 Apr 2008 01:21:57 +0000 (UTC) (envelope-from attilio@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 m3D1Lutt058952; Sun, 13 Apr 2008 01:21:56 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D1LuQv058951; Sun, 13 Apr 2008 01:21:56 GMT (envelope-from attilio) Message-Id: <200804130121.m3D1LuQv058951@repoman.freebsd.org> From: Attilio Rao Date: Sun, 13 Apr 2008 01:21:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_lock.c 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, 13 Apr 2008 01:21:57 -0000 attilio 2008-04-13 01:21:56 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Use a "rel" memory barrier for disowning the lock as it cames from an exclusive locking operation. Revision Changes Path 1.132 +1 -1 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 01:49:54 2008 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 EE6BF106566B; Sun, 13 Apr 2008 01:49:54 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6F2A8FC14; Sun, 13 Apr 2008 01:49:54 +0000 (UTC) (envelope-from tabthorpe@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 m3D1nsHL059778; Sun, 13 Apr 2008 01:49:54 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D1nsX4059777; Sun, 13 Apr 2008 01:49:54 GMT (envelope-from tabthorpe) Message-Id: <200804130149.m3D1nsX4059777@repoman.freebsd.org> From: Thomas Abthorpe Date: Sun, 13 Apr 2008 01:49:54 +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/www/ziproxy Makefile distinfo 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, 13 Apr 2008 01:49:55 -0000 tabthorpe 2008-04-13 01:49:54 UTC FreeBSD ports repository Modified files: www/ziproxy Makefile distinfo Log: - Update to 2.5.2 - Remove USE_GCC PR: ports/122593 Submitted by: Pankov Pavel (maintainer) Revision Changes Path 1.12 +1 -2 ports/www/ziproxy/Makefile 1.10 +3 -3 ports/www/ziproxy/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:31:54 2008 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 115BA1065670; Sun, 13 Apr 2008 02:31:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF4D68FC12; Sun, 13 Apr 2008 02:31:53 +0000 (UTC) (envelope-from clsung@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 m3D2Vr7t062361; Sun, 13 Apr 2008 02:31:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2VrhK062360; Sun, 13 Apr 2008 02:31:53 GMT (envelope-from clsung) Message-Id: <200804130231.m3D2VrhK062360@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:31:53 +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/net/p5-XML-Compile-SOAP Makefile distinfo 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, 13 Apr 2008 02:31:54 -0000 clsung 2008-04-13 02:31:53 UTC FreeBSD ports repository Modified files: net/p5-XML-Compile-SOAP Makefile distinfo Log: - Update to 0.70 Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Revision Changes Path 1.4 +2 -2 ports/net/p5-XML-Compile-SOAP/Makefile 1.4 +3 -3 ports/net/p5-XML-Compile-SOAP/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:32:36 2008 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 080691065673; Sun, 13 Apr 2008 02:32:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C636A8FC18; Sun, 13 Apr 2008 02:32:35 +0000 (UTC) (envelope-from clsung@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 m3D2WZfV062407; Sun, 13 Apr 2008 02:32:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2WZdH062406; Sun, 13 Apr 2008 02:32:35 GMT (envelope-from clsung) Message-Id: <200804130232.m3D2WZdH062406@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:32:35 +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/chinese/p5-Lingua-Han-Utils Makefile distinfo 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, 13 Apr 2008 02:32:36 -0000 clsung 2008-04-13 02:32:35 UTC FreeBSD ports repository Modified files: chinese/p5-Lingua-Han-Utils Makefile distinfo Log: - Update to 0.10 Changes: http://search.cpan.org/dist/Lingua-Han-Utils/Changes Revision Changes Path 1.4 +1 -2 ports/chinese/p5-Lingua-Han-Utils/Makefile 1.3 +3 -3 ports/chinese/p5-Lingua-Han-Utils/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:32:57 2008 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 1F423106566B; Sun, 13 Apr 2008 02:32:57 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD7B68FC19; Sun, 13 Apr 2008 02:32:56 +0000 (UTC) (envelope-from clsung@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 m3D2WuiR062441; Sun, 13 Apr 2008 02:32:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2WuAp062440; Sun, 13 Apr 2008 02:32:56 GMT (envelope-from clsung) Message-Id: <200804130232.m3D2WuAp062440@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:32:56 +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/chinese/p5-Lingua-Han-PinYin Makefile distinfo 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, 13 Apr 2008 02:32:57 -0000 clsung 2008-04-13 02:32:56 UTC FreeBSD ports repository Modified files: chinese/p5-Lingua-Han-PinYin Makefile distinfo Log: - Update to 0.11 Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes Revision Changes Path 1.4 +2 -3 ports/chinese/p5-Lingua-Han-PinYin/Makefile 1.4 +3 -3 ports/chinese/p5-Lingua-Han-PinYin/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:35:52 2008 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 35680106564A; Sun, 13 Apr 2008 02:35:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17FB48FC18; Sun, 13 Apr 2008 02:35:52 +0000 (UTC) (envelope-from clsung@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 m3D2Zqop062675; Sun, 13 Apr 2008 02:35:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2Zq8B062674; Sun, 13 Apr 2008 02:35:52 GMT (envelope-from clsung) Message-Id: <200804130235.m3D2Zq8B062674@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:35:51 +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/net-p2p Makefile ports/net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-descr pkg-plist 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, 13 Apr 2008 02:35:52 -0000 clsung 2008-04-13 02:35:51 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-descr pkg-plist Log: Net::BitTorrent is a class based implementation of the current BitTorrent Protocol Specification. Each Net::BitTorrent object is capable of handling several concurrent .torrent sessions. WWW: http://search.cpan.org/dist/Net-BitTorrent/ PR: ports/122678 Submitted by: Gea-Suan Lin Revision Changes Path 1.61 +1 -0 ports/net-p2p/Makefile 1.1 +47 -0 ports/net-p2p/p5-Net-BitTorrent/Makefile (new) 1.1 +3 -0 ports/net-p2p/p5-Net-BitTorrent/distinfo (new) 1.1 +5 -0 ports/net-p2p/p5-Net-BitTorrent/pkg-descr (new) 1.1 +18 -0 ports/net-p2p/p5-Net-BitTorrent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:36:10 2008 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 290F71065673; Sun, 13 Apr 2008 02:36:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7F448FC0C; Sun, 13 Apr 2008 02:36:09 +0000 (UTC) (envelope-from clsung@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 m3D2a9AP062720; Sun, 13 Apr 2008 02:36:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2a97U062719; Sun, 13 Apr 2008 02:36:09 GMT (envelope-from clsung) Message-Id: <200804130236.m3D2a97U062719@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:36:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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, 13 Apr 2008 02:36:10 -0000 clsung 2008-04-13 02:36:09 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-BitTorrent --> ports/net-p2p/p5-Net-BitTorrent Revision Changes Path 1.19628 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:38:30 2008 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 77E0E1065672; Sun, 13 Apr 2008 02:38:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41FBC8FC19; Sun, 13 Apr 2008 02:38:30 +0000 (UTC) (envelope-from clsung@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 m3D2cUGE062806; Sun, 13 Apr 2008 02:38:30 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2cUrZ062805; Sun, 13 Apr 2008 02:38:30 GMT (envelope-from clsung) Message-Id: <200804130238.m3D2cUrZ062805@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:38:30 +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/www/ruby-aws Makefile distinfo pkg-plist 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, 13 Apr 2008 02:38:30 -0000 clsung 2008-04-13 02:38:30 UTC FreeBSD ports repository Modified files: www/ruby-aws Makefile distinfo pkg-plist Log: - Update to 0.1.0 PR: ports/122694 Submitted by: maintainer (IWATSUKI Hiroyuki) Revision Changes Path 1.2 +2 -2 ports/www/ruby-aws/Makefile 1.2 +3 -3 ports/www/ruby-aws/distinfo 1.2 +3 -1 ports/www/ruby-aws/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 02:46:32 2008 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 7D016106566C; Sun, 13 Apr 2008 02:46:32 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 473568FC1B; Sun, 13 Apr 2008 02:46:32 +0000 (UTC) (envelope-from clsung@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 m3D2kWQf063083; Sun, 13 Apr 2008 02:46:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D2kV4c063082; Sun, 13 Apr 2008 02:46:31 GMT (envelope-from clsung) Message-Id: <200804130246.m3D2kV4c063082@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 02:46:31 +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/japanese/p5-Mail-SpamAssassin Makefile pkg-message 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, 13 Apr 2008 02:46:32 -0000 clsung 2008-04-13 02:46:31 UTC FreeBSD ports repository Modified files: japanese/p5-Mail-SpamAssassin Makefile pkg-message Log: - Sync with the latest mail/p5-Mail-SpamAssassin. - Modify pkg-messages for the latest p5-Text-MeCab. PR: ports/122696 Submitted by: maintainer (TAOKA Fumiyoshi) Revision Changes Path 1.8 +3 -3 ports/japanese/p5-Mail-SpamAssassin/Makefile 1.3 +1 -1 ports/japanese/p5-Mail-SpamAssassin/pkg-message From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:00:55 2008 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 D25F3106566B; Sun, 13 Apr 2008 03:00:55 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3AE8FC0A; Sun, 13 Apr 2008 03:00:55 +0000 (UTC) (envelope-from mnag@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 m3D30tLu063541; Sun, 13 Apr 2008 03:00:55 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D30tc7063540; Sun, 13 Apr 2008 03:00:55 GMT (envelope-from mnag) Message-Id: <200804130300.m3D30tc7063540@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 03:00:55 +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/memcached Makefile distinfo 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, 13 Apr 2008 03:00:55 -0000 mnag 2008-04-13 03:00:55 UTC FreeBSD ports repository Modified files: databases/memcached Makefile distinfo Log: - Update to 1.2.5 - Add option to compile with repcached patch PR: 122681 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.26 +16 -2 ports/databases/memcached/Makefile 1.12 +6 -3 ports/databases/memcached/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:01:33 2008 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 8D49B106564A; Sun, 13 Apr 2008 03:01:33 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 579AC8FC1A; Sun, 13 Apr 2008 03:01:33 +0000 (UTC) (envelope-from mnag@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 m3D31RKt063703; Sun, 13 Apr 2008 03:01:27 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D31RNk063702; Sun, 13 Apr 2008 03:01:27 GMT (envelope-from mnag) Message-Id: <200804130301.m3D31RNk063702@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 03:01:27 +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/mail/pecl-mailparse Makefile distinfo 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, 13 Apr 2008 03:01:33 -0000 mnag 2008-04-13 03:01:27 UTC FreeBSD ports repository Modified files: mail/pecl-mailparse Makefile distinfo Log: - Update to 2.1.4 PR: 122686 Submitted by: Wen heping Revision Changes Path 1.17 +1 -1 ports/mail/pecl-mailparse/Makefile 1.10 +3 -3 ports/mail/pecl-mailparse/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:01:57 2008 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 AFF681065671; Sun, 13 Apr 2008 03:01:57 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78DF78FC17; Sun, 13 Apr 2008 03:01:57 +0000 (UTC) (envelope-from mnag@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 m3D31vKV063743; Sun, 13 Apr 2008 03:01:57 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D31vYF063742; Sun, 13 Apr 2008 03:01:57 GMT (envelope-from mnag) Message-Id: <200804130301.m3D31vYF063742@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 03:01:57 +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/www/pecl-APC Makefile distinfo 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, 13 Apr 2008 03:01:57 -0000 mnag 2008-04-13 03:01:57 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile distinfo Log: - Update to 3.0.18 PR: 122634 Submitted by: mark burdett Revision Changes Path 1.24 +1 -2 ports/www/pecl-APC/Makefile 1.17 +3 -3 ports/www/pecl-APC/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:50:28 2008 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 9C39C1065670; Sun, 13 Apr 2008 03:50:28 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67CCA8FC0C; Sun, 13 Apr 2008 03:50:28 +0000 (UTC) (envelope-from mnag@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 m3D3oSQL066470; Sun, 13 Apr 2008 03:50:28 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D3oS8Y066469; Sun, 13 Apr 2008 03:50:28 GMT (envelope-from mnag) Message-Id: <200804130350.m3D3oS8Y066469@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 03:50:28 +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/www/lighttpd Makefile ports/www/lighttpd/files patch-CVE-2008-1531 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, 13 Apr 2008 03:50:28 -0000 mnag 2008-04-13 03:50:28 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile Added files: www/lighttpd/files patch-CVE-2008-1531 Log: - Fix DOS in SSL connection PR: 122526 Submitted by: Harald Schmalzbauer Security: http://www.vuxml.org/freebsd/1ac77649-0908-11dd-974d-000fea2763ce.html Revision Changes Path 1.59 +1 -0 ports/www/lighttpd/Makefile 1.1 +119 -0 ports/www/lighttpd/files/patch-CVE-2008-1531 (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:51:53 2008 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 DF6E31065672; Sun, 13 Apr 2008 03:51:53 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ABD588FC0A; Sun, 13 Apr 2008 03:51:53 +0000 (UTC) (envelope-from clsung@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 m3D3prYs066565; Sun, 13 Apr 2008 03:51:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D3prI2066564; Sun, 13 Apr 2008 03:51:53 GMT (envelope-from clsung) Message-Id: <200804130351.m3D3prI2066564@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 03:51:53 +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/textproc/p5-XML-XPathEngine Makefile distinfo 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, 13 Apr 2008 03:51:54 -0000 clsung 2008-04-13 03:51:53 UTC FreeBSD ports repository Modified files: textproc/p5-XML-XPathEngine Makefile distinfo Log: - Update to 0.09 Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Revision Changes Path 1.11 +2 -3 ports/textproc/p5-XML-XPathEngine/Makefile 1.6 +3 -3 ports/textproc/p5-XML-XPathEngine/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:52:32 2008 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 0048E106566C; Sun, 13 Apr 2008 03:52:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C13FB8FC0C; Sun, 13 Apr 2008 03:52:31 +0000 (UTC) (envelope-from mnag@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 m3D3qVU8066613; Sun, 13 Apr 2008 03:52:31 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D3qV1M066612; Sun, 13 Apr 2008 03:52:31 GMT (envelope-from mnag) Message-Id: <200804130352.m3D3qV1M066612@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 03:52:31 +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/security/vuxml vuln.xml 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, 13 Apr 2008 03:52:32 -0000 mnag 2008-04-13 03:52:31 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: lighttpd -- OpenSSL Error Queue Denial of Service Vulnerability Revision Changes Path 1.1591 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:55:16 2008 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 C62581065670; Sun, 13 Apr 2008 03:55:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9280C8FC1C; Sun, 13 Apr 2008 03:55:16 +0000 (UTC) (envelope-from clsung@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 m3D3tG0h066753; Sun, 13 Apr 2008 03:55:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D3tGHf066752; Sun, 13 Apr 2008 03:55:16 GMT (envelope-from clsung) Message-Id: <200804130355.m3D3tGHf066752@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 03:55:14 +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/textproc/p5-XML-Compile Makefile distinfo 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, 13 Apr 2008 03:55:16 -0000 clsung 2008-04-13 03:55:14 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Compile Makefile distinfo Log: - Update to 0.77 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Revision Changes Path 1.19 +2 -1 ports/textproc/p5-XML-Compile/Makefile 1.18 +3 -3 ports/textproc/p5-XML-Compile/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 03:56:10 2008 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 4B2E0106564A; Sun, 13 Apr 2008 03:56:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 179C58FC12; Sun, 13 Apr 2008 03:56:10 +0000 (UTC) (envelope-from clsung@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 m3D3uADE066823; Sun, 13 Apr 2008 03:56:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D3uAQh066822; Sun, 13 Apr 2008 03:56:10 GMT (envelope-from clsung) Message-Id: <200804130356.m3D3uAQh066822@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 03:56:09 +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/p5-IO-AIO Makefile distinfo 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, 13 Apr 2008 03:56:10 -0000 clsung 2008-04-13 03:56:09 UTC FreeBSD ports repository Modified files: devel/p5-IO-AIO Makefile distinfo Log: - Update to 2.6 Changes: http://search.cpan.org/dist/IO-AIO/Changes Revision Changes Path 1.6 +2 -2 ports/devel/p5-IO-AIO/Makefile 1.5 +3 -3 ports/devel/p5-IO-AIO/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 04:03:05 2008 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 EB980106564A; Sun, 13 Apr 2008 04:03:05 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B718E8FC15; Sun, 13 Apr 2008 04:03:05 +0000 (UTC) (envelope-from mnag@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 m3D435g7068216; Sun, 13 Apr 2008 04:03:05 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D435II068215; Sun, 13 Apr 2008 04:03:05 GMT (envelope-from mnag) Message-Id: <200804130403.m3D435II068215@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 04:03:05 +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/mail/postfix-current Makefile distinfo ports/mail/postfix-current/files patch-src__smtpd__smtpd.c 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, 13 Apr 2008 04:03:06 -0000 mnag 2008-04-13 04:03:05 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Removed files: mail/postfix-current/files patch-src__smtpd__smtpd.c Log: - Update to 2.6-20080411 Revision Changes Path 1.224 +1 -2 ports/mail/postfix-current/Makefile 1.160 +3 -3 ports/mail/postfix-current/distinfo 1.2 +0 -36 ports/mail/postfix-current/files/patch-src__smtpd__smtpd.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 04:15:03 2008 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 1FA0D1065670; Sun, 13 Apr 2008 04:15:03 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0C458FC12; Sun, 13 Apr 2008 04:15:02 +0000 (UTC) (envelope-from mnag@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 m3D4F29l068590; Sun, 13 Apr 2008 04:15:02 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D4F2iF068589; Sun, 13 Apr 2008 04:15:02 GMT (envelope-from mnag) Message-Id: <200804130415.m3D4F2iF068589@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 04:15:02 +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/www/lighttpd 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, 13 Apr 2008 04:15:03 -0000 mnag 2008-04-13 04:15:02 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile Log: - Describe better MEMCACHE option Submitted by: Peter van Dijk Revision Changes Path 1.60 +1 -1 ports/www/lighttpd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 05:45:14 2008 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 E82411065677; Sun, 13 Apr 2008 05:45:14 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDA328FC1D; Sun, 13 Apr 2008 05:45:14 +0000 (UTC) (envelope-from qingli@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 m3D5jE66081772; Sun, 13 Apr 2008 05:45:14 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D5jEtd081771; Sun, 13 Apr 2008 05:45:14 GMT (envelope-from qingli) Message-Id: <200804130545.m3D5jEtd081771@repoman.freebsd.org> From: Qing Li Date: Sun, 13 Apr 2008 05:45:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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, 13 Apr 2008 05:45:15 -0000 qingli 2008-04-13 05:45:14 UTC FreeBSD src repository Modified files: sys/conf files options sys/net radix.c radix.h route.c route.h rtsock.c sys/netinet in_proto.c ip_output.c sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c Log: This patch provides the back end support for equal-cost multi-path (ECMP) for both IPv4 and IPv6. Previously, multipath route insertion is disallowed. For example, route add -net 192.103.54.0/24 10.9.44.1 route add -net 192.103.54.0/24 10.9.44.2 The second route insertion will trigger an error message of "add net 192.103.54.0/24: gateway 10.2.5.2: route already in table" Multiple default routes can also be inserted. Here is the netstat output: default 10.2.5.1 UGS 0 3074 bge0 => default 10.2.5.2 UGS 0 0 bge0 When multipath routes exist, the "route delete" command requires a specific gateway to be specified or else an error message would be displayed. For example, route delete default would fail and trigger the following error message: "route: writing to routing socket: No such process" "delete net default: not in table" On the other hand, route delete default 10.2.5.2 would be successful: "delete net default: gateway 10.2.5.2" One does not have to specify a gateway if there is only a single route for a particular destination. I need to perform more testings on address aliases and multiple interfaces that have the same IP prefixes. This patch as it stands today is not yet ready for prime time. Therefore, the ECMP code fragments are fully guarded by the RADIX_MPATH macro. Include the "options RADIX_MPATH" in the kernel configuration to enable this feature. Reviewed by: robert, sam, gnn, julian, kmacy Revision Changes Path 1.1289 +1 -0 src/sys/conf/files 1.625 +1 -0 src/sys/conf/options 1.39 +22 -0 src/sys/net/radix.c 1.27 +1 -0 src/sys/net/radix.h 1.127 +121 -1 src/sys/net/route.c 1.69 +3 -0 src/sys/net/route.h 1.145 +20 -0 src/sys/net/rtsock.c 1.88 +8 -0 src/sys/netinet/in_proto.c 1.280 +9 -0 src/sys/netinet/ip_output.c 1.49 +8 -0 src/sys/netinet6/in6_proto.c 1.50 +9 -0 src/sys/netinet6/in6_src.c 1.50 +14 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 06:12:13 2008 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 E04831065670; Sun, 13 Apr 2008 06:12:13 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF2FA8FC1A; Sun, 13 Apr 2008 06:12:13 +0000 (UTC) (envelope-from qingli@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 m3D6CDZM083733; Sun, 13 Apr 2008 06:12:13 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D6CDcm083732; Sun, 13 Apr 2008 06:12:13 GMT (envelope-from qingli) Message-Id: <200804130612.m3D6CDcm083732@repoman.freebsd.org> From: Qing Li Date: Sun, 13 Apr 2008 06:12:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net radix_mpath.c radix_mpath.h 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, 13 Apr 2008 06:12:14 -0000 qingli 2008-04-13 06:12:13 UTC FreeBSD src repository Added files: sys/net radix_mpath.c radix_mpath.h Log: These files handle the radix tree for the ECMP routes. The original code from KAME did not take care of address aliases or multiple ip addresses that have the same prefix. Reviewed by: rwatson, gnn, sam, kmacy, julian Revision Changes Path 1.1 +334 -0 src/sys/net/radix_mpath.c (new) 1.1 +62 -0 src/sys/net/radix_mpath.h (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 06:18:35 2008 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 69B031065670; Sun, 13 Apr 2008 06:18:35 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37EF48FC1C; Sun, 13 Apr 2008 06:18:35 +0000 (UTC) (envelope-from nyan@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 m3D6IYFr083997; Sun, 13 Apr 2008 06:18:34 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D6IYB9083996; Sun, 13 Apr 2008 06:18:34 GMT (envelope-from nyan) Message-Id: <200804130618.m3D6IYB9083996@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 13 Apr 2008 06:18:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/conf GENERIC.hints src/sys/pc98/cbus clock.c 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, 13 Apr 2008 06:18:35 -0000 nyan 2008-04-13 06:18:34 UTC FreeBSD src repository Modified files: sys/conf files.pc98 sys/pc98/conf GENERIC.hints sys/pc98/cbus clock.c Log: MFi386: RTC related cleanups. - Use generic RTC handling code. - Make clock_if.m and subr_rtc.c standard. - Nuke MD inittodr(), resettodr() functions. - Add new "pcrtc" device driver. - Add hints for "pcrtc" driver. Revision Changes Path 1.360 +2 -0 src/sys/conf/files.pc98 1.167 +214 -141 src/sys/pc98/cbus/clock.c 1.27 +2 -0 src/sys/pc98/conf/GENERIC.hints From owner-cvs-all@FreeBSD.ORG Sun Apr 13 06:25:44 2008 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 38742106566C; Sun, 13 Apr 2008 06:25:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17EFA8FC21; Sun, 13 Apr 2008 06:25:44 +0000 (UTC) (envelope-from imp@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 m3D6Piqh084329; Sun, 13 Apr 2008 06:25:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D6PhDV084328; Sun, 13 Apr 2008 06:25:43 GMT (envelope-from imp) Message-Id: <200804130625.m3D6PhDV084328@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 06:25:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf Makefile.mips files.mips ldscript.mips ldscript.mips.cfe options.mips 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, 13 Apr 2008 06:25:44 -0000 imp 2008-04-13 06:25:43 UTC FreeBSD src repository Added files: sys/conf Makefile.mips files.mips ldscript.mips ldscript.mips.cfe options.mips Log: Merge in the mips specific configuration files and such from the merged juniper and mips2 code base. This represents the work of Juniper Engineers, plus Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Revision Changes Path 1.1 +74 -0 src/sys/conf/Makefile.mips (new) 1.1 +105 -0 src/sys/conf/files.mips (new) 1.1 +270 -0 src/sys/conf/ldscript.mips (new) 1.1 +277 -0 src/sys/conf/ldscript.mips.cfe (new) 1.1 +29 -0 src/sys/conf/options.mips (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:07:58 2008 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 1A20E1065672; Sun, 13 Apr 2008 07:07:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01E808FC0C; Sun, 13 Apr 2008 07:07:58 +0000 (UTC) (envelope-from imp@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 m3D77vTE086859; Sun, 13 Apr 2008 07:07:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D77v4C086858; Sun, 13 Apr 2008 07:07:57 GMT (envelope-from imp) Message-Id: <200804130707.m3D77v4C086858@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 07:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/conf ADM5120 ADM5120.hints IDT IDT.hints MALTA MALTA.hints QEMU SENTRY5 SENTRY5.hints src/sys/mips/compile .cvsignore 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, 13 Apr 2008 07:07:58 -0000 imp 2008-04-13 07:07:57 UTC FreeBSD src repository Added files: sys/mips/conf ADM5120 ADM5120.hints IDT IDT.hints MALTA MALTA.hints QEMU SENTRY5 SENTRY5.hints sys/mips/compile .cvsignore Log: FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett. Revision Changes Path 1.1 +1 -0 src/sys/mips/compile/.cvsignore (new) 1.1 +71 -0 src/sys/mips/conf/ADM5120 (new) 1.1 +24 -0 src/sys/mips/conf/ADM5120.hints (new) 1.1 +54 -0 src/sys/mips/conf/IDT (new) 1.1 +22 -0 src/sys/mips/conf/IDT.hints (new) 1.1 +72 -0 src/sys/mips/conf/MALTA (new) 1.1 +5 -0 src/sys/mips/conf/MALTA.hints (new) 1.1 +58 -0 src/sys/mips/conf/QEMU (new) 1.1 +99 -0 src/sys/mips/conf/SENTRY5 (new) 1.1 +5 -0 src/sys/mips/conf/SENTRY5.hints (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:21:16 2008 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 DC10D106566B; Sun, 13 Apr 2008 07:21:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC9CA8FC24; Sun, 13 Apr 2008 07:21:16 +0000 (UTC) (envelope-from rafan@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 m3D7LGN3087367; Sun, 13 Apr 2008 07:21:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7LGuj087366; Sun, 13 Apr 2008 07:21:16 GMT (envelope-from rafan) Message-Id: <200804130721.m3D7LGuj087366@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 07:21:16 +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/biology/emboss pkg-plist 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, 13 Apr 2008 07:21:17 -0000 rafan 2008-04-13 07:21:16 UTC FreeBSD ports repository Modified files: biology/emboss pkg-plist Log: - Sort pkg-plist before updating to 5.0.0 PR: ports/122437 Submitted by: Fernan Aguero (maintainer) Revision Changes Path 1.24 +940 -940 ports/biology/emboss/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:22:21 2008 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 A38A1106566B; Sun, 13 Apr 2008 07:22:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89FA38FC1E; Sun, 13 Apr 2008 07:22:21 +0000 (UTC) (envelope-from rafan@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 m3D7MLmk087491; Sun, 13 Apr 2008 07:22:21 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7MLdb087490; Sun, 13 Apr 2008 07:22:21 GMT (envelope-from rafan) Message-Id: <200804130722.m3D7MLdb087490@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 07:22:21 +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/biology/emboss Makefile distinfo pkg-descr pkg-plist ports/biology/emboss/files patch-ajindex.c patch-ajindex.h patch-ajpdb.c patch-ajseqdb.c patch-dbxfasta.c patch-dbxflat.c patch-dbxgcg.c patch-embindex.c patch-embindex.h ... 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, 13 Apr 2008 07:22:21 -0000 rafan 2008-04-13 07:22:21 UTC FreeBSD ports repository Modified files: biology/emboss Makefile distinfo pkg-descr pkg-plist Removed files: biology/emboss/files patch-ajindex.c patch-ajindex.h patch-ajpdb.c patch-ajseqdb.c patch-dbxfasta.c patch-dbxflat.c patch-dbxgcg.c patch-embindex.c patch-embindex.h patch-marscan.c Log: - Update to 5.0.0 PR: ports/122437 Submitted by: Fernan Aguero (maintainer) Revision Changes Path 1.50 +17 -19 ports/biology/emboss/Makefile 1.27 +3 -3 ports/biology/emboss/distinfo 1.2 +0 -5134 ports/biology/emboss/files/patch-ajindex.c (dead) 1.2 +0 -170 ports/biology/emboss/files/patch-ajindex.h (dead) 1.2 +0 -67 ports/biology/emboss/files/patch-ajpdb.c (dead) 1.2 +0 -195 ports/biology/emboss/files/patch-ajseqdb.c (dead) 1.2 +0 -89 ports/biology/emboss/files/patch-dbxfasta.c (dead) 1.2 +0 -146 ports/biology/emboss/files/patch-dbxflat.c (dead) 1.2 +0 -96 ports/biology/emboss/files/patch-dbxgcg.c (dead) 1.2 +0 -115 ports/biology/emboss/files/patch-embindex.c (dead) 1.2 +0 -96 ports/biology/emboss/files/patch-embindex.h (dead) 1.2 +0 -72 ports/biology/emboss/files/patch-marscan.c (dead) 1.6 +2 -6 ports/biology/emboss/pkg-descr 1.25 +341 -562 ports/biology/emboss/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:22:43 2008 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 2FBDA1065670; Sun, 13 Apr 2008 07:22:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0043A8FC12; Sun, 13 Apr 2008 07:22:43 +0000 (UTC) (envelope-from rafan@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 m3D7Mg5v087530; Sun, 13 Apr 2008 07:22:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7Mgdi087529; Sun, 13 Apr 2008 07:22:42 GMT (envelope-from rafan) Message-Id: <200804130722.m3D7Mgdi087529@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 07:22:42 +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/biology/embassy Makefile distinfo pkg-plist 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, 13 Apr 2008 07:22:43 -0000 rafan 2008-04-13 07:22:42 UTC FreeBSD ports repository Modified files: biology/embassy Makefile distinfo pkg-plist Log: - Update to 5.0.0 PR: ports/122437 Submitted by: Fernan Aguero (maintainer) Revision Changes Path 1.10 +12 -10 ports/biology/embassy/Makefile 1.5 +42 -39 ports/biology/embassy/distinfo 1.4 +290 -32 ports/biology/embassy/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:22:54 2008 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 8981010656C0; Sun, 13 Apr 2008 07:22:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EADF8FC1C; Sun, 13 Apr 2008 07:22:54 +0000 (UTC) (envelope-from imp@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 m3D7MsJK087827; Sun, 13 Apr 2008 07:22:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7Msau087826; Sun, 13 Apr 2008 07:22:54 GMT (envelope-from imp) Message-Id: <200804130722.m3D7Msau087826@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 07:22:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/include _bus.h _bus_octeon.h _inttypes.h _limits.h _stdint.h _types.h am29lv081b.h archtype.h asm.h asmacros.h atomic.h bootinfo.h bswap.h bus.h bus_dma.h bus_octeon.h cache.h cache_mipsNN.h cache_r4k.h clock.h clockvar.h ... 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, 13 Apr 2008 07:22:54 -0000 imp 2008-04-13 07:22:54 UTC FreeBSD src repository Added files: sys/mips/include _bus.h _bus_octeon.h _inttypes.h _limits.h _stdint.h _types.h am29lv081b.h archtype.h asm.h asmacros.h atomic.h bootinfo.h bswap.h bus.h bus_dma.h bus_octeon.h cache.h cache_mipsNN.h cache_r4k.h clock.h clockvar.h cp0.h cpu.h cpufunc.h cpuinfo.h cpuregs.h cputypes.h db_machdep.h defs.h elf.h endian.h exec.h float.h floatingpoint.h fpu.h frame.h gdb_machdep.h hwfunc.h ieee.h ieeefp.h in_cksum.h intr.h intr_machdep.h iodev.h kdb.h limits.h locore.h md_var.h memdev.h metadata.h minidump.h mips_opcode.h mp_watchdog.h mutex.h ns16550.h param.h pcb.h pcb_ext.h pci_cfgreg.h pcpu.h pltfm.h pmap.h pmc_mdep.h ppireg.h proc.h profile.h psl.h pte.h ptrace.h queue.h reg.h regdef.h regnum.h reloc.h resource.h rm7000.h runq.h segments.h setjmp.h sf_buf.h sigframe.h signal.h smp.h stdarg.h sysarch.h timerreg.h trap.h ucontext.h varargs.h vmparam.h Log: FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett. Revision Changes Path 1.1 +49 -0 src/sys/mips/include/_bus.h (new) 1.1 +46 -0 src/sys/mips/include/_bus_octeon.h (new) 1.1 +221 -0 src/sys/mips/include/_inttypes.h (new) 1.1 +100 -0 src/sys/mips/include/_limits.h (new) 1.1 +172 -0 src/sys/mips/include/_stdint.h (new) 1.1 +169 -0 src/sys/mips/include/_types.h (new) 1.1 +111 -0 src/sys/mips/include/am29lv081b.h (new) 1.1 +49 -0 src/sys/mips/include/archtype.h (new) 1.1 +553 -0 src/sys/mips/include/asm.h (new) 1.1 +195 -0 src/sys/mips/include/asmacros.h (new) 1.1 +441 -0 src/sys/mips/include/atomic.h (new) 1.1 +142 -0 src/sys/mips/include/bootinfo.h (new) 1.1 +11 -0 src/sys/mips/include/bswap.h (new) 1.1 +909 -0 src/sys/mips/include/bus.h (new) 1.1 +34 -0 src/sys/mips/include/bus_dma.h (new) 1.1 +883 -0 src/sys/mips/include/bus_octeon.h (new) 1.1 +261 -0 src/sys/mips/include/cache.h (new) 1.1 +67 -0 src/sys/mips/include/cache_mipsNN.h (new) 1.1 +383 -0 src/sys/mips/include/cache_r4k.h (new) 1.1 +39 -0 src/sys/mips/include/clock.h (new) 1.1 +55 -0 src/sys/mips/include/clockvar.h (new) 1.1 +310 -0 src/sys/mips/include/cp0.h (new) 1.1 +564 -0 src/sys/mips/include/cpu.h (new) 1.1 +346 -0 src/sys/mips/include/cpufunc.h (new) 1.1 +120 -0 src/sys/mips/include/cpuinfo.h (new) 1.1 +899 -0 src/sys/mips/include/cpuregs.h (new) 1.1 +38 -0 src/sys/mips/include/cputypes.h (new) 1.1 +99 -0 src/sys/mips/include/db_machdep.h (new) 1.1 +256 -0 src/sys/mips/include/defs.h (new) 1.1 +215 -0 src/sys/mips/include/elf.h (new) 1.1 +146 -0 src/sys/mips/include/endian.h (new) 1.1 +40 -0 src/sys/mips/include/exec.h (new) 1.1 +81 -0 src/sys/mips/include/float.h (new) 1.1 +43 -0 src/sys/mips/include/floatingpoint.h (new) 1.1 +109 -0 src/sys/mips/include/fpu.h (new) 1.1 +138 -0 src/sys/mips/include/frame.h (new) 1.1 +56 -0 src/sys/mips/include/gdb_machdep.h (new) 1.1 +42 -0 src/sys/mips/include/hwfunc.h (new) 1.1 +154 -0 src/sys/mips/include/ieee.h (new) 1.1 +32 -0 src/sys/mips/include/ieeefp.h (new) 1.1 +77 -0 src/sys/mips/include/in_cksum.h (new) 1.1 +94 -0 src/sys/mips/include/intr.h (new) 1.1 +43 -0 src/sys/mips/include/intr_machdep.h (new) 1.1 +33 -0 src/sys/mips/include/iodev.h (new) 1.1 +50 -0 src/sys/mips/include/kdb.h (new) 1.1 +45 -0 src/sys/mips/include/limits.h (new) 1.1 +70 -0 src/sys/mips/include/locore.h (new) 1.1 +72 -0 src/sys/mips/include/md_var.h (new) 1.1 +39 -0 src/sys/mips/include/memdev.h (new) 1.1 +34 -0 src/sys/mips/include/metadata.h (new) 1.1 +46 -0 src/sys/mips/include/minidump.h (new) 1.1 +413 -0 src/sys/mips/include/mips_opcode.h (new) 1.1 +34 -0 src/sys/mips/include/mp_watchdog.h (new) 1.1 +2 -0 src/sys/mips/include/mutex.h (new) 1.1 +194 -0 src/sys/mips/include/ns16550.h (new) 1.1 +196 -0 src/sys/mips/include/param.h (new) 1.1 +82 -0 src/sys/mips/include/pcb.h (new) 1.1 +4 -0 src/sys/mips/include/pcb_ext.h (new) 1.1 +47 -0 src/sys/mips/include/pci_cfgreg.h (new) 1.1 +79 -0 src/sys/mips/include/pcpu.h (new) 1.1 +29 -0 src/sys/mips/include/pltfm.h (new) 1.1 +231 -0 src/sys/mips/include/pmap.h (new) 1.1 +24 -0 src/sys/mips/include/pmc_mdep.h (new) 1.1 +49 -0 src/sys/mips/include/ppireg.h (new) 1.1 +71 -0 src/sys/mips/include/proc.h (new) 1.1 +172 -0 src/sys/mips/include/profile.h (new) 1.1 +54 -0 src/sys/mips/include/psl.h (new) 1.1 +149 -0 src/sys/mips/include/pte.h (new) 1.1 +37 -0 src/sys/mips/include/ptrace.h (new) 1.1 +171 -0 src/sys/mips/include/queue.h (new) 1.1 +78 -0 src/sys/mips/include/reg.h (new) 1.1 +53 -0 src/sys/mips/include/regdef.h (new) 1.1 +203 -0 src/sys/mips/include/regnum.h (new) 1.1 +35 -0 src/sys/mips/include/reloc.h (new) 1.1 +46 -0 src/sys/mips/include/resource.h (new) 1.1 +95 -0 src/sys/mips/include/rm7000.h (new) 1.1 +47 -0 src/sys/mips/include/runq.h (new) 1.1 +40 -0 src/sys/mips/include/segments.h (new) 1.1 +59 -0 src/sys/mips/include/setjmp.h (new) 1.1 +65 -0 src/sys/mips/include/sf_buf.h (new) 1.1 +49 -0 src/sys/mips/include/sigframe.h (new) 1.1 +80 -0 src/sys/mips/include/signal.h (new) 1.1 +43 -0 src/sys/mips/include/smp.h (new) 1.1 +144 -0 src/sys/mips/include/stdarg.h (new) 1.1 +53 -0 src/sys/mips/include/sysarch.h (new) 1.1 +65 -0 src/sys/mips/include/timerreg.h (new) 1.1 +117 -0 src/sys/mips/include/trap.h (new) 1.1 +101 -0 src/sys/mips/include/ucontext.h (new) 1.1 +59 -0 src/sys/mips/include/varargs.h (new) 1.1 +201 -0 src/sys/mips/include/vmparam.h (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:27:38 2008 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 934D7106566B; Sun, 13 Apr 2008 07:27:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 795418FC19; Sun, 13 Apr 2008 07:27:38 +0000 (UTC) (envelope-from imp@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 m3D7Rc50088079; Sun, 13 Apr 2008 07:27:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7RcPR088078; Sun, 13 Apr 2008 07:27:38 GMT (envelope-from imp) Message-Id: <200804130727.m3D7RcPR088078@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 07:27:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips autoconf.c busdma_machdep.c cache.c cache_mipsNN.c copystr.S cpu.c db_disasm.c db_interface.c db_trace.c dump_machdep.c elf_machdep.c exception.S fp.S gdb_machdep.c genassym.c in_cksum.c intr_machdep.c locore.S ... 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, 13 Apr 2008 07:27:38 -0000 imp 2008-04-13 07:27:38 UTC FreeBSD src repository Added files: sys/mips/mips autoconf.c busdma_machdep.c cache.c cache_mipsNN.c copystr.S cpu.c db_disasm.c db_interface.c db_trace.c dump_machdep.c elf_machdep.c exception.S fp.S gdb_machdep.c genassym.c in_cksum.c intr_machdep.c locore.S machdep.c mainbus.c mem.c mips_subr.c mp_machdep.c nexus.c pm_machdep.c pmap.c psraccess.S stack_machdep.c support.S swtch.S tick.c tlb.S trap.c uio_machdep.c vm_machdep.c Log: FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett. Revision Changes Path 1.1 +112 -0 src/sys/mips/mips/autoconf.c (new) 1.1 +841 -0 src/sys/mips/mips/busdma_machdep.c (new) 1.1 +220 -0 src/sys/mips/mips/cache.c (new) 1.1 +608 -0 src/sys/mips/mips/cache_mipsNN.c (new) 1.1 +148 -0 src/sys/mips/mips/copystr.S (new) 1.1 +328 -0 src/sys/mips/mips/cpu.c (new) 1.1 +392 -0 src/sys/mips/mips/db_disasm.c (new) 1.1 +339 -0 src/sys/mips/mips/db_interface.c (new) 1.1 +77 -0 src/sys/mips/mips/db_trace.c (new) 1.1 +35 -0 src/sys/mips/mips/dump_machdep.c (new) 1.1 +268 -0 src/sys/mips/mips/elf_machdep.c (new) 1.1 +1287 -0 src/sys/mips/mips/exception.S (new) 1.1 +3608 -0 src/sys/mips/mips/fp.S (new) 1.1 +189 -0 src/sys/mips/mips/gdb_machdep.c (new) 1.1 +99 -0 src/sys/mips/mips/genassym.c (new) 1.1 +248 -0 src/sys/mips/mips/in_cksum.c (new) 1.1 +199 -0 src/sys/mips/mips/intr_machdep.c (new) 1.1 +279 -0 src/sys/mips/mips/locore.S (new) 1.1 +557 -0 src/sys/mips/mips/machdep.c (new) 1.1 +343 -0 src/sys/mips/mips/mainbus.c (new) 1.1 +185 -0 src/sys/mips/mips/mem.c (new) 1.1 +48 -0 src/sys/mips/mips/mips_subr.c (new) 1.1 +313 -0 src/sys/mips/mips/mp_machdep.c (new) 1.1 +474 -0 src/sys/mips/mips/nexus.c (new) 1.1 +541 -0 src/sys/mips/mips/pm_machdep.c (new) 1.1 +3229 -0 src/sys/mips/mips/pmap.c (new) 1.1 +196 -0 src/sys/mips/mips/psraccess.S (new) 1.1 +153 -0 src/sys/mips/mips/stack_machdep.c (new) 1.1 +1537 -0 src/sys/mips/mips/support.S (new) 1.1 +650 -0 src/sys/mips/mips/swtch.S (new) 1.1 +369 -0 src/sys/mips/mips/tick.c (new) 1.1 +509 -0 src/sys/mips/mips/tlb.S (new) 1.1 +1815 -0 src/sys/mips/mips/trap.c (new) 1.1 +128 -0 src/sys/mips/mips/uio_machdep.c (new) 1.1 +541 -0 src/sys/mips/mips/vm_machdep.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:44:56 2008 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 3D8A11065672; Sun, 13 Apr 2008 07:44:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 236A08FC13; Sun, 13 Apr 2008 07:44:56 +0000 (UTC) (envelope-from imp@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 m3D7iuI0088952; Sun, 13 Apr 2008 07:44:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7iuVo088948; Sun, 13 Apr 2008 07:44:56 GMT (envelope-from imp) Message-Id: <200804130744.m3D7iuVo088948@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 07:44:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips32/adm5120 adm5120_machdep.c adm5120reg.h admpci.c console.c files.adm5120 if_admsw.c if_admswreg.h if_admswvar.h obio.c obiovar.h std.adm5120 uart_bus_adm5120.c uart_cpu_adm5120.c uart_dev_adm5120.c uart_dev_adm5120.h ... 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, 13 Apr 2008 07:44:56 -0000 imp 2008-04-13 07:44:55 UTC FreeBSD src repository Added files: sys/mips/mips32/adm5120 adm5120_machdep.c adm5120reg.h admpci.c console.c files.adm5120 if_admsw.c if_admswreg.h if_admswvar.h obio.c obiovar.h std.adm5120 uart_bus_adm5120.c uart_cpu_adm5120.c uart_dev_adm5120.c uart_dev_adm5120.h sys/mips/mips32/idt files.idt idt_machdep.c idtpci.c idtreg.h if_kr.c if_krreg.h obio.c obiovar.h std.idt uart_bus_rc32434.c uart_cpu_rc32434.c sys/mips/mips32/malta files.malta gt.c gt_pci.c gtreg.h gtvar.h malta_machdep.c maltareg.h obio.c obiovar.h std.malta uart_bus_maltausart.c uart_cpu_maltausart.c yamon.c yamon.h sys/mips/mips32/sentry5 files.sentry5 obio.c obiovar.h s5_machdep.c s5reg.h siba_cc.c siba_mips.c siba_sdram.c uart_bus_sbusart.c uart_cpu_sbusart.c Log: FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett. Revision Changes Path 1.1 +157 -0 src/sys/mips/mips32/adm5120/adm5120_machdep.c (new) 1.1 +294 -0 src/sys/mips/mips32/adm5120/adm5120reg.h (new) 1.1 +503 -0 src/sys/mips/mips32/adm5120/admpci.c (new) 1.1 +93 -0 src/sys/mips/mips32/adm5120/console.c (new) 1.1 +11 -0 src/sys/mips/mips32/adm5120/files.adm5120 (new) 1.1 +1339 -0 src/sys/mips/mips32/adm5120/if_admsw.c (new) 1.1 +678 -0 src/sys/mips/mips32/adm5120/if_admswreg.h (new) 1.1 +212 -0 src/sys/mips/mips32/adm5120/if_admswvar.h (new) 1.1 +510 -0 src/sys/mips/mips32/adm5120/obio.c (new) 1.1 +66 -0 src/sys/mips/mips32/adm5120/obiovar.h (new) 1.1 +10 -0 src/sys/mips/mips32/adm5120/std.adm5120 (new) 1.1 +93 -0 src/sys/mips/mips32/adm5120/uart_bus_adm5120.c (new) 1.1 +83 -0 src/sys/mips/mips32/adm5120/uart_cpu_adm5120.c (new) 1.1 +452 -0 src/sys/mips/mips32/adm5120/uart_dev_adm5120.c (new) 1.1 +80 -0 src/sys/mips/mips32/adm5120/uart_dev_adm5120.h (new) 1.1 +8 -0 src/sys/mips/mips32/idt/files.idt (new) 1.1 +188 -0 src/sys/mips/mips32/idt/idt_machdep.c (new) 1.1 +565 -0 src/sys/mips/mips32/idt/idtpci.c (new) 1.1 +153 -0 src/sys/mips/mips32/idt/idtreg.h (new) 1.1 +1615 -0 src/sys/mips/mips32/idt/if_kr.c (new) 1.1 +284 -0 src/sys/mips/mips32/idt/if_krreg.h (new) 1.1 +514 -0 src/sys/mips/mips32/idt/obio.c (new) 1.1 +67 -0 src/sys/mips/mips32/idt/obiovar.h (new) 1.1 +5 -0 src/sys/mips/mips32/idt/std.idt (new) 1.1 +100 -0 src/sys/mips/mips32/idt/uart_bus_rc32434.c (new) 1.1 +85 -0 src/sys/mips/mips32/idt/uart_cpu_rc32434.c (new) 1.1 +9 -0 src/sys/mips/mips32/malta/files.malta (new) 1.1 +131 -0 src/sys/mips/mips32/malta/gt.c (new) 1.1 +723 -0 src/sys/mips/mips32/malta/gt_pci.c (new) 1.1 +126 -0 src/sys/mips/mips32/malta/gtreg.h (new) 1.1 +36 -0 src/sys/mips/mips32/malta/gtvar.h (new) 1.1 +305 -0 src/sys/mips/mips32/malta/malta_machdep.c (new) 1.1 +243 -0 src/sys/mips/mips32/malta/maltareg.h (new) 1.1 +185 -0 src/sys/mips/mips32/malta/obio.c (new) 1.1 +58 -0 src/sys/mips/mips32/malta/obiovar.h (new) 1.1 +9 -0 src/sys/mips/mips32/malta/std.malta (new) 1.1 +98 -0 src/sys/mips/mips32/malta/uart_bus_maltausart.c (new) 1.1 +82 -0 src/sys/mips/mips32/malta/uart_cpu_maltausart.c (new) 1.1 +65 -0 src/sys/mips/mips32/malta/yamon.c (new) 1.1 +93 -0 src/sys/mips/mips32/malta/yamon.h (new) 1.1 +14 -0 src/sys/mips/mips32/sentry5/files.sentry5 (new) 1.1 +187 -0 src/sys/mips/mips32/sentry5/obio.c (new) 1.1 +58 -0 src/sys/mips/mips32/sentry5/obiovar.h (new) 1.1 +241 -0 src/sys/mips/mips32/sentry5/s5_machdep.c (new) 1.1 +58 -0 src/sys/mips/mips32/sentry5/s5reg.h (new) 1.1 +154 -0 src/sys/mips/mips32/sentry5/siba_cc.c (new) 1.1 +113 -0 src/sys/mips/mips32/sentry5/siba_mips.c (new) 1.1 +114 -0 src/sys/mips/mips32/sentry5/siba_sdram.c (new) 1.1 +95 -0 src/sys/mips/mips32/sentry5/uart_bus_sbusart.c (new) 1.1 +82 -0 src/sys/mips/mips32/sentry5/uart_cpu_sbusart.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 07:48:06 2008 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 0262D106566C; Sun, 13 Apr 2008 07:48:06 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C7AC58FC1E; Sun, 13 Apr 2008 07:48:05 +0000 (UTC) (envelope-from remko@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 m3D7m5k1089111; Sun, 13 Apr 2008 07:48:05 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D7m5iL089110; Sun, 13 Apr 2008 07:48:05 GMT (envelope-from remko) Message-Id: <200804130748.m3D7m5iL089110@repoman.freebsd.org> From: Remko Lodder Date: Sun, 13 Apr 2008 07:48:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/journal gjournal.8 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, 13 Apr 2008 07:48:06 -0000 remko 2008-04-13 07:48:05 UTC FreeBSD src repository Modified files: sbin/geom/class/journal gjournal.8 Log: Add missing device in tunefs entry. PR: docs/122702 Submitted by: Yoshihiro Ota MFC After: 3 days Revision Changes Path 1.4 +2 -2 src/sbin/geom/class/journal/gjournal.8 From owner-cvs-all@FreeBSD.ORG Sun Apr 13 08:04:13 2008 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 B0289106564A; Sun, 13 Apr 2008 08:04:13 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id AFFFA8FC0A; Sun, 13 Apr 2008 08:04:12 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 7CAB428449; Sun, 13 Apr 2008 16:04:10 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 0449FEB0977; Sun, 13 Apr 2008 16:04:10 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id a32FPuNnKC9d; Sun, 13 Apr 2008 16:04:03 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id BE05AEB0951; Sun, 13 Apr 2008 16:04:00 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=IwLMWf5T9Z8SxR8vymC9+GR8RXBbYt+9KnYjpdtsSU+cd2FwEOnknFI6v5T2C2npX a3g6GqXBUiNnxGY0o8f2Q== Message-ID: <4801BE6A.9090902@delphij.net> Date: Sun, 13 Apr 2008 01:03:54 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Christian Weisgerber References: <200804121532.m3CFW1kh078688@repoman.freebsd.org> In-Reply-To: <200804121532.m3CFW1kh078688@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: multipart/mixed; boundary="------------040809060109000002010103" Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/findutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 08:04:13 -0000 This is a multi-part message in MIME format. --------------040809060109000002010103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Christian Weisgerber wrote: > naddy 2008-04-12 15:32:01 UTC > > FreeBSD ports repository > > Modified files: > misc/findutils Makefile > Log: > Work around the assumption that openat() implies the existence of > fdopendir(). FreeBSD 8 has the former, but not the latter. > > PR: 122433 > Approved by: trasz What about just implementing it instead? I have a hackish patch for this. Cheers, -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------040809060109000002010103 Content-Type: text/plain; name="fdopendir.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fdopendir.diff" Index: include/dirent.h =================================================================== RCS file: /home/ncvs/src/include/dirent.h,v retrieving revision 1.15 diff -u -p -r1.15 dirent.h --- include/dirent.h 20 Nov 2007 01:49:00 -0000 1.15 +++ include/dirent.h 13 Apr 2008 07:25:58 -0000 @@ -100,6 +100,7 @@ int getdents(int, char *, int); int getdirentries(int, char *, int, long *); #endif DIR *opendir(const char *); +DIR *fdopendir(int); struct dirent * readdir(DIR *); #if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 500 Index: lib/libc/gen/Makefile.inc =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/Makefile.inc,v retrieving revision 1.133 diff -u -p -r1.133 Makefile.inc --- lib/libc/gen/Makefile.inc 29 Mar 2008 16:19:35 -0000 1.133 +++ lib/libc/gen/Makefile.inc 13 Apr 2008 07:48:19 -0000 @@ -72,6 +72,7 @@ MLINKS+=arc4random.3 arc4random_addrando MLINKS+=ctermid.3 ctermid_r.3 MLINKS+=devname.3 devname_r.3 MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \ + directory.3 fdopendir.3 \ directory.3 readdir.3 directory.3 readdir_r.3 directory.3 rewinddir.3 \ directory.3 seekdir.3 directory.3 telldir.3 MLINKS+=dlopen.3 dlclose.3 dlopen.3 dlerror.3 dlopen.3 dlfunc.3 \ Index: lib/libc/gen/Symbol.map =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/Symbol.map,v retrieving revision 1.8 diff -u -p -r1.8 Symbol.map --- lib/libc/gen/Symbol.map 26 Jan 2008 17:09:40 -0000 1.8 +++ lib/libc/gen/Symbol.map 13 Apr 2008 07:45:37 -0000 @@ -451,3 +451,8 @@ FBSDprivate_1.0 { __waitpid; _waitpid; }; + + +FBSD_1.1 { + fdopendir; +}; Index: lib/libc/gen/directory.3 =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/directory.3,v retrieving revision 1.16 diff -u -p -r1.16 directory.3 --- lib/libc/gen/directory.3 9 Jan 2007 00:27:53 -0000 1.16 +++ lib/libc/gen/directory.3 13 Apr 2008 07:43:44 -0000 @@ -28,11 +28,12 @@ .\" @(#)directory.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/gen/directory.3,v 1.16 2007/01/09 00:27:53 imp Exp $ .\" -.Dd June 4, 1993 +.Dd April 13, 2008 .Dt DIRECTORY 3 .Os .Sh NAME .Nm opendir , +.Nm fdopendir , .Nm readdir , .Nm readdir_r , .Nm telldir , @@ -48,6 +49,8 @@ .In dirent.h .Ft DIR * .Fn opendir "const char *filename" +.Ft DIR * +.Fn fdopendir "int filedes" .Ft struct dirent * .Fn readdir "DIR *dirp" .Ft int @@ -84,6 +87,15 @@ cannot be accessed, or if it cannot enough memory to hold the whole thing. .Pp The +.Fn fdopendir +function +associates a stream with the existing file descriptor, +.Fa fildes . +When the stream is closed via +.Xr closedir 3 , +fildes is closed also. +.Pp +The .Fn readdir function returns a pointer to the next directory entry. Index: lib/libc/gen/opendir.c =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/opendir.c,v retrieving revision 1.23 diff -u -p -r1.23 opendir.c --- lib/libc/gen/opendir.c 9 Jan 2007 00:27:54 -0000 1.23 +++ lib/libc/gen/opendir.c 13 Apr 2008 07:59:29 -0000 @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * @@ -47,32 +47,38 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/ope #include "un-namespace.h" #include "telldir.h" + +static inline DIR * __opendir_common(int, const char *, int); + /* * Open a directory. */ DIR * -opendir(name) - const char *name; +opendir(const char *name) { return (__opendir2(name, DTF_HIDEW|DTF_NODUP)); } +/* + * Open a directory with existing file descriptor. + */ DIR * -__opendir2(name, flags) - const char *name; - int flags; +fdopendir(int fd) +{ + + return (__opendir_common(fd, NULL, DTF_HIDEW|DTF_NODUP)); +} + +DIR * +__opendir2(const char *name, int flags) { - DIR *dirp; int fd; - int incr; - int saved_errno; - int unionstack; struct stat statb; /* * stat() before _open() because opening of special files may be - * harmful. _fstat() after open because the file may have changed. + * harmful. */ if (stat(name, &statb) != 0) return (NULL); @@ -82,7 +88,21 @@ __opendir2(name, flags) } if ((fd = _open(name, O_RDONLY | O_NONBLOCK)) == -1) return (NULL); + + return __opendir_common(fd, name, flags); +} + +static inline DIR * +__opendir_common(int fd, const char *name, int flags) +{ + DIR *dirp; + int incr; + int saved_errno; + int unionstack; + struct stat statb; + dirp = NULL; + /* _fstat() the open handler because the file may have changed. */ if (_fstat(fd, &statb) != 0) goto fail; if (!S_ISDIR(statb.st_mode)) { --------------040809060109000002010103-- From owner-cvs-all@FreeBSD.ORG Sun Apr 13 08:05:09 2008 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 5E1D1106564A; Sun, 13 Apr 2008 08:05:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4948FC1C; Sun, 13 Apr 2008 08:05:09 +0000 (UTC) (envelope-from delphij@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 m3D859Qv091216; Sun, 13 Apr 2008 08:05:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D858fZ091215; Sun, 13 Apr 2008 08:05:08 GMT (envelope-from delphij) Message-Id: <200804130805.m3D858fZ091215@repoman.freebsd.org> From: Xin LI Date: Sun, 13 Apr 2008 08:05:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strfmon.c 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, 13 Apr 2008 08:05:09 -0000 delphij 2008-04-13 08:05:08 UTC FreeBSD src repository Modified files: lib/libc/stdlib strfmon.c Log: Use calloc() instaed of zeroing memory ourselves. Revision Changes Path 1.16 +1 -2 src/lib/libc/stdlib/strfmon.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 08:16:48 2008 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 A340F106566C; Sun, 13 Apr 2008 08:16:48 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D02A8FC1B; Sun, 13 Apr 2008 08:16:48 +0000 (UTC) (envelope-from stas@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 m3D8Gmct096437; Sun, 13 Apr 2008 08:16:48 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D8GmTh096430; Sun, 13 Apr 2008 08:16:48 GMT (envelope-from stas) Message-Id: <200804130816.m3D8GmTh096430@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 08:16:48 +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/audio/cplay Makefile pkg-descr pkg-message ports/audio/cplay/files patch-cplay 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, 13 Apr 2008 08:16:48 -0000 stas 2008-04-13 08:16:48 UTC FreeBSD ports repository Modified files: audio/cplay Makefile pkg-descr pkg-message Added files: audio/cplay/files patch-cplay Log: - Fix master site (project home page died, use my mirror instead) - add mplayer support [1] - use TMPDIR instead of hardcoded value [1] - add check for possible race conditions with pipes [1] - bump portrevision. PR: ports/122142 [1] Submitted by: Paul B. Mahol Revision Changes Path 1.18 +2 -2 ports/audio/cplay/Makefile 1.1 +135 -0 ports/audio/cplay/files/patch-cplay (new) 1.2 +7 -7 ports/audio/cplay/pkg-descr 1.2 +8 -2 ports/audio/cplay/pkg-message From owner-cvs-all@FreeBSD.ORG Sun Apr 13 09:28:50 2008 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 5FED41065671; Sun, 13 Apr 2008 09:28:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 327238FC3E; Sun, 13 Apr 2008 09:28:50 +0000 (UTC) (envelope-from pav@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 m3D9Sn4b011105; Sun, 13 Apr 2008 09:28:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D9SnMS011104; Sun, 13 Apr 2008 09:28:49 GMT (envelope-from pav) Message-Id: <200804130928.m3D9SnMS011104@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 13 Apr 2008 09:28:49 +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/net/sobby 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, 13 Apr 2008 09:28:50 -0000 pav 2008-04-13 09:28:49 UTC FreeBSD ports repository Modified files: net/sobby Makefile Log: - Correct LIB_DEPENDS: sigc++ installed library named libsigc-2.0, without ++ This worked so far purely by accident. Revision Changes Path 1.10 +1 -1 ports/net/sobby/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 09:32:17 2008 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 01D66106564A; Sun, 13 Apr 2008 09:32:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0F338FC13; Sun, 13 Apr 2008 09:32:16 +0000 (UTC) (envelope-from stas@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 m3D9WGwn011300; Sun, 13 Apr 2008 09:32:16 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D9WG5R011299; Sun, 13 Apr 2008 09:32:16 GMT (envelope-from stas) Message-Id: <200804130932.m3D9WG5R011299@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 09:32:16 +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/x11 Makefile ports/x11/e17-module-bling Makefile distinfo pkg-descr pkg-plist 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, 13 Apr 2008 09:32:17 -0000 stas 2008-04-13 09:32:16 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/e17-module-bling Makefile distinfo pkg-descr pkg-plist Log: - Add x11/e17-module-bling port, an E17 composite manager module. PR: ports/99359 (based on) Submitted by: me Revision Changes Path 1.678 +1 -0 ports/x11/Makefile 1.1 +28 -0 ports/x11/e17-module-bling/Makefile (new) 1.1 +3 -0 ports/x11/e17-module-bling/distinfo (new) 1.1 +4 -0 ports/x11/e17-module-bling/pkg-descr (new) 1.1 +9 -0 ports/x11/e17-module-bling/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 09:32:32 2008 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 937DF1065683; Sun, 13 Apr 2008 09:32:32 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65FD58FC23; Sun, 13 Apr 2008 09:32:32 +0000 (UTC) (envelope-from stas@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 m3D9WWCV011340; Sun, 13 Apr 2008 09:32:32 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D9WW3o011339; Sun, 13 Apr 2008 09:32:32 GMT (envelope-from stas) Message-Id: <200804130932.m3D9WW3o011339@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 09:32:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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, 13 Apr 2008 09:32:32 -0000 stas 2008-04-13 09:32:32 UTC FreeBSD ports repository Modified files: . modules Log: e17-module-bling --> ports/x11/e17-module-bling Revision Changes Path 1.19629 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 13 09:57:58 2008 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 B9B8F1065670; Sun, 13 Apr 2008 09:57:58 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7C88FC31; Sun, 13 Apr 2008 09:57:58 +0000 (UTC) (envelope-from brix@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 m3D9vwx6012140; Sun, 13 Apr 2008 09:57:58 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3D9vwWg012139; Sun, 13 Apr 2008 09:57:58 GMT (envelope-from brix) Message-Id: <200804130957.m3D9vwWg012139@repoman.freebsd.org> From: Henrik Brix Andersen Date: Sun, 13 Apr 2008 09:57:57 +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/www/ikiwiki Makefile distinfo 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, 13 Apr 2008 09:57:58 -0000 brix 2008-04-13 09:57:57 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo Log: Update to version 2.42 (security update). Approved by: pav (co-mentor) Security: http://www.vuxml.org/freebsd/8d2c0ce1-08b6-11dd-94b4-0016d325a0ed.html Revision Changes Path 1.24 +1 -2 ports/www/ikiwiki/Makefile 1.22 +3 -3 ports/www/ikiwiki/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 10:04:41 2008 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 87D75106566C; Sun, 13 Apr 2008 10:04:41 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3718FC20; Sun, 13 Apr 2008 10:04:41 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jkz4h-00085m-G7; Sun, 13 Apr 2008 11:04:39 +0100 Date: Sun, 13 Apr 2008 11:04:39 +0100 From: Ceri Davies To: Remko Lodder Message-ID: <20080413100439.GA72943@submonkey.net> References: <200804130748.m3D7m5iL089110@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <200804130748.m3D7m5iL089110@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/geom/class/journal gjournal.8 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, 13 Apr 2008 10:04:41 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 13, 2008 at 07:48:05AM +0000, Remko Lodder wrote: > remko 2008-04-13 07:48:05 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/geom/class/journal gjournal.8=20 > Log: > Add missing device in tunefs entry. > =20 > PR: docs/122702 > Submitted by: Yoshihiro Ota > MFC After: 3 days > =20 > Revision Changes Path > 1.4 +2 -2 src/sbin/geom/class/journal/gjournal.8 >=20 > http://cvsweb.FreeBSD.org/src/sbin/geom/class/journal/gjournal.8.diff?r1= =3D1.3&r2=3D1.4 > | --- src/sbin/geom/class/journal/gjournal.8 2007/11/15 06:31:18 1.3 > | +++ src/sbin/geom/class/journal/gjournal.8 2008/04/13 07:48:05 1.4 > | @@ -22,9 +22,9 @@ > | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILIT= Y OF > | .\" SUCH DAMAGE. > | .\" > | -.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/geom/class/journ= al/gjournal.8,v 1.3 2007/11/15 06:31:18 ru Exp $ > | +.\" $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/geom/class/journ= al/gjournal.8,v 1.4 2008/04/13 07:48:05 remko Exp $ > | .\" > | -.Dd November 14, 2007 > | +.Dd April 13, 2007 > | .Dt GJOURNAL 8 > | .Os > | .Sh NAME 2008, calling Remko. Remko, come in, Remko... Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFIAdq3ocfcwTS3JF8RAhDSAKCHdbJmUJgLtbkol84EqH93aq3ywwCfa437 vqOaY6dKgVv6fPskaeZwSzg= =QwkB -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-cvs-all@FreeBSD.ORG Sun Apr 13 10:23:01 2008 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 12E4B1065671; Sun, 13 Apr 2008 10:23:01 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA7818FC20; Sun, 13 Apr 2008 10:23:00 +0000 (UTC) (envelope-from bz@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 m3DAN0h6014484; Sun, 13 Apr 2008 10:23:00 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DAN0IG014483; Sun, 13 Apr 2008 10:23:00 GMT (envelope-from bz) Message-Id: <200804131023.m3DAN0IG014483@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 13 Apr 2008 10:22:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.c 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, 13 Apr 2008 10:23:01 -0000 bz 2008-04-13 10:22:59 UTC FreeBSD src repository Modified files: sys/net route.c Log: Fix the build in case RADIX_MPATH is not defined. Revision Changes Path 1.128 +3 -1 src/sys/net/route.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 11:05:59 2008 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 AB831106564A; Sun, 13 Apr 2008 11:05:59 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F13B8FC1D; Sun, 13 Apr 2008 11:05:59 +0000 (UTC) (envelope-from remko@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 m3DB5x7k017120; Sun, 13 Apr 2008 11:05:59 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DB5xYR017119; Sun, 13 Apr 2008 11:05:59 GMT (envelope-from remko) Message-Id: <200804131105.m3DB5xYR017119@repoman.freebsd.org> From: Remko Lodder Date: Sun, 13 Apr 2008 11:05:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/journal gjournal.8 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, 13 Apr 2008 11:05:59 -0000 remko 2008-04-13 11:05:59 UTC FreeBSD src repository Modified files: sbin/geom/class/journal gjournal.8 Log: I keep taking timemachines to get back in time. Update the year to 2008. Noticed by: ceri Revision Changes Path 1.5 +1 -1 src/sbin/geom/class/journal/gjournal.8 From owner-cvs-all@FreeBSD.ORG Sun Apr 13 11:36:30 2008 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 CAE0B1065673; Sun, 13 Apr 2008 11:36:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD728FC0C; Sun, 13 Apr 2008 11:36:30 +0000 (UTC) (envelope-from rafan@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 m3DBaUE7018055; Sun, 13 Apr 2008 11:36:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DBaUsD018054; Sun, 13 Apr 2008 11:36:30 GMT (envelope-from rafan) Message-Id: <200804131136.m3DBaUsD018054@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 11:36:30 +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/comms/syncterm Makefile distinfo ports/comms/syncterm/files patch-GNUmakefile 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, 13 Apr 2008 11:36:30 -0000 rafan 2008-04-13 11:36:30 UTC FreeBSD ports repository Modified files: comms/syncterm Makefile distinfo Removed files: comms/syncterm/files patch-GNUmakefile Log: - Update to 0.9.20080406 PR: ports/122517 Submitted by: Stephen Hurd (maintainer) Revision Changes Path 1.9 +7 -4 ports/comms/syncterm/Makefile 1.4 +3 -3 ports/comms/syncterm/distinfo 1.2 +0 -33 ports/comms/syncterm/files/patch-GNUmakefile (dead) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:28:35 2008 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 C490D1065672; Sun, 13 Apr 2008 12:28:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 989378FC0A; Sun, 13 Apr 2008 12:28:35 +0000 (UTC) (envelope-from clsung@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 m3DCSZOh020694; Sun, 13 Apr 2008 12:28:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCSZHY020693; Sun, 13 Apr 2008 12:28:35 GMT (envelope-from clsung) Message-Id: <200804131228.m3DCSZHY020693@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 13 Apr 2008 12:28:35 +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/net-mgmt/nagios-devel Makefile distinfo 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, 13 Apr 2008 12:28:35 -0000 clsung 2008-04-13 12:28:35 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-devel Makefile distinfo Log: - Update to 3.0.1: * Fixed bug in trends CGI with user not being authorized for hosts/services * Fixed bug in status CGI with page layout messing up when sounds enabled PR: ports/122715 Submitted by: maintainer (Jarrod Sayers) Revision Changes Path 1.13 +1 -1 ports/net-mgmt/nagios-devel/Makefile 1.10 +3 -3 ports/net-mgmt/nagios-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:43:55 2008 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 7CA79106566C; Sun, 13 Apr 2008 12:43:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 502A58FC0C; Sun, 13 Apr 2008 12:43:55 +0000 (UTC) (envelope-from rafan@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 m3DChtFk021206; Sun, 13 Apr 2008 12:43:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCht4u021205; Sun, 13 Apr 2008 12:43:55 GMT (envelope-from rafan) Message-Id: <200804131243.m3DCht4u021205@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:43:55 +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/pwlib Makefile ports/devel/pwlib/files patch-plugins-sound_oss-sound_oss_cxx 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, 13 Apr 2008 12:43:55 -0000 rafan 2008-04-13 12:43:55 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile devel/pwlib/files patch-plugins-sound_oss-sound_oss_cxx Log: - Allow multiple apps to access sound device in parallel - Bump PORTREVISION PR: ports/122584 Submitted by: Steve Ames (maintainer) Revision Changes Path 1.46 +1 -1 ports/devel/pwlib/Makefile 1.2 +19 -3 ports/devel/pwlib/files/patch-plugins-sound_oss-sound_oss_cxx From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:45:47 2008 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 312F51065670; Sun, 13 Apr 2008 12:45:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 051548FC14; Sun, 13 Apr 2008 12:45:47 +0000 (UTC) (envelope-from rafan@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 m3DCjkCN021345; Sun, 13 Apr 2008 12:45:46 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCjkUj021344; Sun, 13 Apr 2008 12:45:46 GMT (envelope-from rafan) Message-Id: <200804131245.m3DCjkUj021344@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:45:46 +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/hs-uuagc Makefile distinfo pkg-descr 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, 13 Apr 2008 12:45:47 -0000 rafan 2008-04-13 12:45:46 UTC FreeBSD ports repository Modified files: devel/hs-uuagc Makefile distinfo pkg-descr Log: - Update to 0.9.6 PR: ports/122657 Submitted by: Jacula Modyun (maintainer) Revision Changes Path 1.2 +6 -3 ports/devel/hs-uuagc/Makefile 1.4 +3 -3 ports/devel/hs-uuagc/distinfo 1.2 +1 -1 ports/devel/hs-uuagc/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:46:40 2008 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 D816A106566B; Sun, 13 Apr 2008 12:46:40 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC79E8FC0C; Sun, 13 Apr 2008 12:46:40 +0000 (UTC) (envelope-from rafan@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 m3DCkeUf021396; Sun, 13 Apr 2008 12:46:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCkeQ5021395; Sun, 13 Apr 2008 12:46:40 GMT (envelope-from rafan) Message-Id: <200804131246.m3DCkeQ5021395@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:46:40 +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/x11-fonts/fontmatrix Makefile distinfo 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, 13 Apr 2008 12:46:40 -0000 rafan 2008-04-13 12:46:40 UTC FreeBSD ports repository Modified files: x11-fonts/fontmatrix Makefile distinfo Log: - Update to 0.4.2 PR: ports/122660 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.3 +1 -1 ports/x11-fonts/fontmatrix/Makefile 1.3 +3 -3 ports/x11-fonts/fontmatrix/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:47:23 2008 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 BBE511065670; Sun, 13 Apr 2008 12:47:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 905148FC1C; Sun, 13 Apr 2008 12:47:23 +0000 (UTC) (envelope-from rafan@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 m3DClNKw030516; Sun, 13 Apr 2008 12:47:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DClNZw030515; Sun, 13 Apr 2008 12:47:23 GMT (envelope-from rafan) Message-Id: <200804131247.m3DClNZw030515@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:47:23 +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/math/qtiplot Makefile distinfo 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, 13 Apr 2008 12:47:23 -0000 rafan 2008-04-13 12:47:23 UTC FreeBSD ports repository Modified files: math/qtiplot Makefile distinfo Log: - Update to 0.9.5 PR: ports/122661 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.21 +1 -2 ports/math/qtiplot/Makefile 1.16 +3 -3 ports/math/qtiplot/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:48:50 2008 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 488E31065675; Sun, 13 Apr 2008 12:48:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9B28FC2B; Sun, 13 Apr 2008 12:48:50 +0000 (UTC) (envelope-from rafan@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 m3DCmoHN030578; Sun, 13 Apr 2008 12:48:50 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCmnIN030577; Sun, 13 Apr 2008 12:48:49 GMT (envelope-from rafan) Message-Id: <200804131248.m3DCmnIN030577@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:48:49 +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/multimedia/subtitlecomposer Makefile distinfo pkg-plist 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, 13 Apr 2008 12:48:50 -0000 rafan 2008-04-13 12:48:49 UTC FreeBSD ports repository Modified files: multimedia/subtitlecomposer Makefile distinfo pkg-plist Log: - Update to 0.4.0 PR: ports/122666 Submitted by: Max Brazhnikov (maintainer) Revision Changes Path 1.2 +19 -4 ports/multimedia/subtitlecomposer/Makefile 1.2 +3 -3 ports/multimedia/subtitlecomposer/distinfo 1.2 +13 -8 ports/multimedia/subtitlecomposer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:49:56 2008 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 071B71065671; Sun, 13 Apr 2008 12:49:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFB838FC1B; Sun, 13 Apr 2008 12:49:55 +0000 (UTC) (envelope-from rafan@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 m3DCntmf030625; Sun, 13 Apr 2008 12:49:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCnt13030624; Sun, 13 Apr 2008 12:49:55 GMT (envelope-from rafan) Message-Id: <200804131249.m3DCnt13030624@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:49:55 +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/sysutils/lsof Makefile distinfo 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, 13 Apr 2008 12:49:56 -0000 rafan 2008-04-13 12:49:55 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: - Update to 4.79K - Remove local distfiles, add maintainer's mirror site PR: ports/122690 Submitted by: Larry Rosenman (maintainer) Revision Changes Path 1.161 +3 -5 ports/sysutils/lsof/Makefile 1.128 +3 -3 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:53:21 2008 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 6F14F1065672; Sun, 13 Apr 2008 12:53:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE678FC1C; Sun, 13 Apr 2008 12:53:21 +0000 (UTC) (envelope-from rafan@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 m3DCrL6x030819; Sun, 13 Apr 2008 12:53:21 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCrLwK030818; Sun, 13 Apr 2008 12:53:21 GMT (envelope-from rafan) Message-Id: <200804131253.m3DCrLwK030818@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:53:21 +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 Makefile ports/devel/rubygem-platform Makefile distinfo pkg-descr pkg-plist 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, 13 Apr 2008 12:53:21 -0000 rafan 2008-04-13 12:53:21 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-platform Makefile distinfo pkg-descr pkg-plist Log: The Platform library offers a simple, reliable, means of determining what platform Ruby is running on. Underlying Platform is the RUBY_PLATFORM constant. This library is parsing this constant for information. You could easily do this yourself. We've just taken the hassle out of it for you and hopefully covered a few of the more unusual cases you mightn't have thought of yourself. WWW: http://platform.rubyforge.org/ PR: ports/122708 Submitted by: IWATSUKI Hiroyuki Revision Changes Path 1.3035 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/rubygem-platform/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-platform/distinfo (new) 1.1 +8 -0 ports/devel/rubygem-platform/pkg-descr (new) 1.1 +20 -0 ports/devel/rubygem-platform/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:53:30 2008 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 455781065688; Sun, 13 Apr 2008 12:53:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19DCB8FC26; Sun, 13 Apr 2008 12:53:30 +0000 (UTC) (envelope-from rafan@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 m3DCrTUC030854; Sun, 13 Apr 2008 12:53:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCrTc5030853; Sun, 13 Apr 2008 12:53:29 GMT (envelope-from rafan) Message-Id: <200804131253.m3DCrTc5030853@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:53:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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, 13 Apr 2008 12:53:30 -0000 rafan 2008-04-13 12:53:29 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-platform --> ports/devel/rubygem-platform Revision Changes Path 1.19630 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 13 13:09:33 2008 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 1D1691065671; Sun, 13 Apr 2008 13:09:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4CD08FC1A; Sun, 13 Apr 2008 13:09:32 +0000 (UTC) (envelope-from rafan@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 m3DD9WjF032510; Sun, 13 Apr 2008 13:09:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DD9WL1032509; Sun, 13 Apr 2008 13:09:32 GMT (envelope-from rafan) Message-Id: <200804131309.m3DD9WL1032509@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 13:09:32 +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/security/isakmpd Makefile ports/security/isakmpd/files patch-pf_key_v2.c patch-x509.c 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, 13 Apr 2008 13:09:33 -0000 rafan 2008-04-13 13:09:32 UTC FreeBSD ports repository Modified files: security/isakmpd Makefile Added files: security/isakmpd/files patch-pf_key_v2.c patch-x509.c Log: - Fix build with newer openssl (>= 0.9.8b) - Fix build after FAST_IPSEC removal on 7.x and 8.x PR: ports/111430 Submitted by: Dan Lukes Revision Changes Path 1.31 +6 -6 ports/security/isakmpd/Makefile 1.1 +34 -0 ports/security/isakmpd/files/patch-pf_key_v2.c (new) 1.1 +17 -0 ports/security/isakmpd/files/patch-x509.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 13:16:20 2008 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 27382106564A; Sun, 13 Apr 2008 13:16:20 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF71C8FC21; Sun, 13 Apr 2008 13:16:19 +0000 (UTC) (envelope-from markus@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 m3DDGJTB032810; Sun, 13 Apr 2008 13:16:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DDGJqe032809; Sun, 13 Apr 2008 13:16:19 GMT (envelope-from markus) Message-Id: <200804131316.m3DDGJqe032809@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 13 Apr 2008 13:16:18 +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/graphics/fraqtive Makefile distinfo pkg-plist 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, 13 Apr 2008 13:16:20 -0000 markus 2008-04-13 13:16:18 UTC FreeBSD ports repository Modified files: graphics/fraqtive Makefile distinfo pkg-plist Log: - Update to version 0.4.0 [1] - Add patch to fix frequent crashes on SMP machines [2] PR: ports/122084 [1] Submitted by: Max Brazhnikov [1] Obtained from: Fraqtive SVN [2] Revision Changes Path 1.7 +25 -11 ports/graphics/fraqtive/Makefile 1.3 +3 -3 ports/graphics/fraqtive/distinfo 1.4 +13 -38 ports/graphics/fraqtive/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 13:23:01 2008 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 D294C106566B; Sun, 13 Apr 2008 13:23:01 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A65FC8FC32; Sun, 13 Apr 2008 13:23:01 +0000 (UTC) (envelope-from markus@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 m3DDN15D033059; Sun, 13 Apr 2008 13:23:01 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DDN12u033058; Sun, 13 Apr 2008 13:23:01 GMT (envelope-from markus) Message-Id: <200804131323.m3DDN12u033058@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 13 Apr 2008 13:23:01 +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/graphics/fraqtive/files patch-src-fractalgenerator.cpp 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, 13 Apr 2008 13:23:01 -0000 markus 2008-04-13 13:23:01 UTC FreeBSD ports repository Added files: graphics/fraqtive/files patch-src-fractalgenerator.cpp Log: Add the SMP fix which didn't make it in the last commit Previously eaten by: markus' fat fingers Revision Changes Path 1.1 +11 -0 ports/graphics/fraqtive/files/patch-src-fractalgenerator.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 13:57:36 2008 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 C8EDA1065675; Sun, 13 Apr 2008 13:57:36 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D22F8FC13; Sun, 13 Apr 2008 13:57:36 +0000 (UTC) (envelope-from naddy@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 m3DDvanq034098; Sun, 13 Apr 2008 13:57:36 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DDvaZZ034097; Sun, 13 Apr 2008 13:57:36 GMT (envelope-from naddy) Message-Id: <200804131357.m3DDvaZZ034097@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 13 Apr 2008 13:57:36 +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/x11/xlockmore 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, 13 Apr 2008 13:57:36 -0000 naddy 2008-04-13 13:57:36 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile Log: Do not link against libttf (from print/freetype) if it happens to be installed. Revision Changes Path 1.114 +2 -2 ports/x11/xlockmore/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 14:34:47 2008 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 BDBB1106566C for ; Sun, 13 Apr 2008 14:34:47 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 34FFF8FC2F for ; Sun, 13 Apr 2008 14:34:46 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1328533fgg.35 for ; Sun, 13 Apr 2008 07:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=GA3/RlIuIOKKbw8Mr1UzMTx1HZG/OwtTDSux/aahd94=; b=Sy9v/IpSWPCj0ZI5oN8yIr99OHqJrctwomiTf3TYSqR8Ot5tCOJe91nsECJ3El0yJRx9UVI/KBH0RPNHlPAbMVzCQKR8fnaVnpEZLCuJRnhEfY2Oc2icaFXBPIbpGshTCJG21XEfsQ7UQ1Kswrb+FoDDOF6Io6P/DSiYRpTFXtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=FJ12WgUxv8rv4IxE5/00KnojRtkJdKcc/NRJI1t5vQ6qyDyLZ5y0ubC61D+R+eUrRk5DbbcI0FlSe140E1Fmrg/sJMniv1i4iGCypjLGifigwRY81i6Te4//F2ZDAuU8LP0ueRV/sbSQ8ElATIen/S2OLjvpNsj1SurvGlbxrVk= Received: by 10.86.50.8 with SMTP id x8mr11001212fgx.25.1208097282829; Sun, 13 Apr 2008 07:34:42 -0700 (PDT) Received: from fnop.net ( [83.144.140.164]) by mx.google.com with ESMTPS id b30sm7842230ika.8.2008.04.13.07.34.41 (version=SSLv3 cipher=OTHER); Sun, 13 Apr 2008 07:34:42 -0700 (PDT) Date: Sun, 13 Apr 2008 15:34:07 +0100 From: Rui Paulo To: Qing Li Message-ID: <20080413143407.GA973@fnop.net> References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804130545.m3D5jEtd081771@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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, 13 Apr 2008 14:34:47 -0000 On Sun, Apr 13, 2008 at 05:45:14AM +0000, Qing Li wrote: > qingli 2008-04-13 05:45:14 UTC > > FreeBSD src repository > > Modified files: > sys/conf files options > sys/net radix.c radix.h route.c route.h rtsock.c > sys/netinet in_proto.c ip_output.c > sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c > Log: > This patch provides the back end support for equal-cost multi-path > (ECMP) for both IPv4 and IPv6. Previously, multipath route insertion > is disallowed. For example, > > route add -net 192.103.54.0/24 10.9.44.1 > route add -net 192.103.54.0/24 10.9.44.2 > > The second route insertion will trigger an error message of > "add net 192.103.54.0/24: gateway 10.2.5.2: route already in table" > > Multiple default routes can also be inserted. Here is the netstat > output: > > default 10.2.5.1 UGS 0 3074 bge0 => > default 10.2.5.2 UGS 0 0 bge0 > > When multipath routes exist, the "route delete" command requires > a specific gateway to be specified or else an error message would > be displayed. For example, > > route delete default > > would fail and trigger the following error message: > > "route: writing to routing socket: No such process" > "delete net default: not in table" > > On the other hand, > > route delete default 10.2.5.2 > > would be successful: "delete net default: gateway 10.2.5.2" > > One does not have to specify a gateway if there is only a single > route for a particular destination. > > I need to perform more testings on address aliases and multiple > interfaces that have the same IP prefixes. This patch as it > stands today is not yet ready for prime time. Therefore, the ECMP > code fragments are fully guarded by the RADIX_MPATH macro. > Include the "options RADIX_MPATH" in the kernel configuration > to enable this feature. > > Reviewed by: robert, sam, gnn, julian, kmacy > > Revision Changes Path > 1.1289 +1 -0 src/sys/conf/files > 1.625 +1 -0 src/sys/conf/options > 1.39 +22 -0 src/sys/net/radix.c > 1.27 +1 -0 src/sys/net/radix.h > 1.127 +121 -1 src/sys/net/route.c > 1.69 +3 -0 src/sys/net/route.h > 1.145 +20 -0 src/sys/net/rtsock.c > 1.88 +8 -0 src/sys/netinet/in_proto.c > 1.280 +9 -0 src/sys/netinet/ip_output.c > 1.49 +8 -0 src/sys/netinet6/in6_proto.c > 1.50 +9 -0 src/sys/netinet6/in6_src.c > 1.50 +14 -0 src/sys/netinet6/nd6_nbr.c Great work, thanks! -- Rui Paulo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 14:40:03 2008 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 7B4621065672; Sun, 13 Apr 2008 14:40:03 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F63E8FC19; Sun, 13 Apr 2008 14:40:03 +0000 (UTC) (envelope-from rpaulo@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 m3DEe38l036608; Sun, 13 Apr 2008 14:40:03 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DEe3kN036607; Sun, 13 Apr 2008 14:40:03 GMT (envelope-from rpaulo) Message-Id: <200804131440.m3DEe3kN036607@repoman.freebsd.org> From: Rui Paulo Date: Sun, 13 Apr 2008 14:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_asus.c 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, 13 Apr 2008 14:40:03 -0000 rpaulo 2008-04-13 14:40:03 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_asus.c Log: Add support for Asus EeePC backlight control. Submitted by: Akira Funahashi MFC after: 1 week Revision Changes Path 1.32 +29 -3 src/sys/dev/acpi_support/acpi_asus.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 14:41:50 2008 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 53ADD1065677 for ; Sun, 13 Apr 2008 14:41:50 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.44]) by mx1.freebsd.org (Postfix) with ESMTP id DB63F8FC12 for ; Sun, 13 Apr 2008 14:41:48 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [217.50.161.84] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Jl3Os-00081p-NR; Sun, 13 Apr 2008 16:41:47 +0200 Date: Sun, 13 Apr 2008 16:41:41 +0200 From: Fabian Keil To: cvs-src@freebsd.org Message-ID: <20080413164141.63091ef5@fabiankeil.de> In-Reply-To: <20080412230157.GC44768@alchemy.franken.de> References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd8.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/XWeXN4S7ldyGTlNsddZARKS"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Df-Sender: 775067 Cc: src-committers@freebsd.org, =?ISO-8859-1?Q?S=F8re?=, cvs-all@freebsd.org, =?ISO-8859-1?Q?n?= Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 14:41:50 -0000 --Sig_/XWeXN4S7ldyGTlNsddZARKS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Marius Strobl wrote: > On Sat, Apr 12, 2008 at 05:21:23PM +0000, Sren Schmidt wrote: > > sos 2008-04-12 17:21:23 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h=20 > > Log: > > Dont call hw.status recursively. > > =20 > > Spotted by: Marcel Moolenaar > Even with these fixes in place your latest round of ata(4) > changes causes acd0 to disappear on a sparc64 machine for > me. Reverting to ata(4) sources of April 9th fixes these. > Verbose before and after dmesg output is at: > http://people.freebsd.org/~marius/v100_1.txt > http://people.freebsd.org/~marius/v100_2.txt On one of my i386 systems, ad1 (the disk with the root partition) is no longer detected. As acd0 in the dmesg output above, it's configured as slave and the master on the same controller is still detected. With a kernel build a month ago the detection looks like this: atapci0: port 0xa000-0xa007,0xa400-0x= a403,0xa800-0xa807,0xac00-0xac03,0xb000-0xb0ff irq 10 at device 14.0 on pci0 atapci0: Reserved 0x100 bytes for rid 0x20 type 4 at 0xb000 atapci0: [MPSAFE] atapci0: [ITHREAD] ata2: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xa000 atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0xa400 ata2: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00 ata2: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata2: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata2: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xa800 atapci0: Reserved 0x4 bytes for rid 0x1c type 4 at 0xac00 ata3: reset tp1 mask=3D03 ostat0=3D60 ostat1=3D70 ata3: stat0=3D0x20 err=3D0x20 lsb=3D0x20 msb=3D0x20 ata3: stat1=3D0x30 err=3D0x30 lsb=3D0x30 msb=3D0x30 ata3: reset tp2 stat0=3D20 stat1=3D30 devices=3D0x0 ata3: [MPSAFE] ata3: [ITHREAD] isab0: at device 17.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,= 0x376,0xb400-0xb40f at device 17.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xb400 ata0: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D50 ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata0: reset tp2 stat0=3D00 stat1=3D50 devices=3D0x6 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D50 ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata1: stat1=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0xc ata1: [MPSAFE] ata1: [ITHREAD] [...] ata0-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA66 cable=3D40 wire acd0: setting PIO4 on 8233A chip acd0: DMA limited to UDMA33, device found non-ATA66 cable acd0: setting UDMA33 on 8233A chip acd0: DVDR drive at ata0 as master acd0: read 8268KB/s (8268KB/s) write 8268KB/s (8268KB/s), 2048KB buffer, UD= MA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ad1: setting PIO4 on 8233A chip ad1: setting UDMA100 on 8233A chip ad1: 381554MB at ata0-slave UDMA100 ad1: 781422768 sectors [12403536C/1H/63S] 16 sectors/interrupt 1 depth queue ad1: VIA check1 failed ad1: Adaptec check1 failed ad1: LSI (v3) check1 failed ad1: LSI (v2) check1 failed ad1: FreeBSD check1 failed ata1-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire GEOM: new disk ad1 acd1: setting PIO4 on 8233A chip acd1: setting UDMA33 on 8233A chip acd1: CDRW drive at ata1 as master acd1: read 10820KB/s (10820KB/s) write 10820KB/s (10820KB/s), 2048KB buffer= , UDMA33 acd1: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd1: Writes: CDR, CDRW, test write, burnproof acd1: Audio: play, 256 volume levels acd1: Mechanism: ejectable tray, unlocked acd1: Medium: DVD 120mm data disc acd2: setting PIO4 on 8233A chip acd2: setting UDMA33 on 8233A chip acd2: CDRW drive at ata1 as slave acd2: read 8958KB/s (6890KB/s) write 8958KB/s (8958KB/s), 8192KB buffer, UD= MA33 acd2: Reads: CDR, CDRW, CDDA stream, packet acd2: Writes: CDR, CDRW, test write, burnproof acd2: Audio: play, 256 volume levels acd2: Mechanism: ejectable tray, unlocked acd2: Medium: CD-ROM unknown ata2-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire ad4: setting PIO4 on HighPoint chip ad4: setting UDMA100 on HighPoint chip ad4: 381554MB at ata2-master UDMA100 ad4: 781422768 sectors [775221C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 GEOM_LABEL: Label for provider ad1s1 is ext2fs//12. ad4: HighPoint (v3) check1 failed ad4: HighPoint (v2) check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ATA PseudoRAID loaded With a kernel from today the line: ata0: reset tp2 stat0=3D00 stat1=3D50 devices=3D0x6 changes to: ata0: reset tp2 stat0=3D00 stat1=3D50 devices=3D0x10002 Note that the slave (ad1) is the missing drive while the master (acd0) is detected later on. Fabian --Sig_/XWeXN4S7ldyGTlNsddZARKS Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgCG6UACgkQBYqIVf93VJ0JrACeM4jJ4QVjA+XzsUl2y0HBRDYb EAAAni7Ck3nyk8/8ZxIUgEo1uxdw+ggn =yTpl -----END PGP SIGNATURE----- --Sig_/XWeXN4S7ldyGTlNsddZARKS-- From owner-cvs-all@FreeBSD.ORG Sun Apr 13 14:55:41 2008 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 055171065675; Sun, 13 Apr 2008 14:55:41 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3548FC29; Sun, 13 Apr 2008 14:55:38 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3DEtZn3044164; Sun, 13 Apr 2008 16:55:35 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: <100600C8-451A-4ECA-8586-1C98FFB3F6D2@FreeBSD.ORG> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: Fabian Keil In-Reply-To: <20080413164141.63091ef5@fabiankeil.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 13 Apr 2008 16:55:35 +0200 References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 14:55:41 -0000 I'm aware of an issue with master/slave comboes, I'll lok into it as =20 soon as I have time. -S=F8ren On 13Apr, 2008, at 16:41 , Fabian Keil wrote: > Marius Strobl wrote: > >> On Sat, Apr 12, 2008 at 05:21:23PM +0000, Sren Schmidt wrote: >>> sos 2008-04-12 17:21:23 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h >>> Log: >>> Dont call hw.status recursively. >>> >>> Spotted by: Marcel Moolenaar > >> Even with these fixes in place your latest round of ata(4) >> changes causes acd0 to disappear on a sparc64 machine for >> me. Reverting to ata(4) sources of April 9th fixes these. >> Verbose before and after dmesg output is at: >> http://people.freebsd.org/~marius/v100_1.txt >> http://people.freebsd.org/~marius/v100_2.txt > > On one of my i386 systems, ad1 (the disk with > the root partition) is no longer detected. > > As acd0 in the dmesg output above, it's configured > as slave and the master on the same controller is > still detected. > > With a kernel build a month ago the detection looks like this: > > atapci0: port =20 > 0xa000=20 > -0xa007,0xa400-0xa403,0xa800-0xa807,0xac00-0xac03,0xb000-0xb0ff irq =20= > 10 at device 14.0 on pci0 > atapci0: Reserved 0x100 bytes for rid 0x20 type 4 at 0xb000 > atapci0: [MPSAFE] > atapci0: [ITHREAD] > ata2: on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xa000 > atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0xa400 > ata2: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00 > ata2: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 > ata2: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00 > ata2: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1 > ata2: [MPSAFE] > ata2: [ITHREAD] > ata3: on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xa800 > atapci0: Reserved 0x4 bytes for rid 0x1c type 4 at 0xac00 > ata3: reset tp1 mask=3D03 ostat0=3D60 ostat1=3D70 > ata3: stat0=3D0x20 err=3D0x20 lsb=3D0x20 msb=3D0x20 > ata3: stat1=3D0x30 err=3D0x30 lsb=3D0x30 msb=3D0x30 > ata3: reset tp2 stat0=3D20 stat1=3D30 devices=3D0x0 > ata3: [MPSAFE] > ata3: [ITHREAD] > isab0: at device 17.0 on pci0 > isa0: on isab0 > atapci1: port =20 > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xb400-0xb40f at device 17.1 on =20= > pci0 > atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xb400 > ata0: on atapci1 > atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 > atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 > ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D50 > ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb > ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 > ata0: reset tp2 stat0=3D00 stat1=3D50 = devices=3D0x6 > ata0: [MPSAFE] > ata0: [ITHREAD] > ata1: on atapci1 > atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 > atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 > ata1: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D50 > ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb > ata1: stat1=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb > ata1: reset tp2 stat0=3D00 stat1=3D00 =20 > devices=3D0xc > ata1: [MPSAFE] > ata1: [ITHREAD] > [...] > ata0-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire > ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA66 cable=3D40 wire > acd0: setting PIO4 on 8233A chip > acd0: DMA limited to UDMA33, device found non-ATA66 cable > acd0: setting UDMA33 on 8233A chip > acd0: DVDR drive at ata0 as master > acd0: read 8268KB/s (8268KB/s) write 8268KB/s (8268KB/s), 2048KB =20 > buffer, UDMA33 > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet > acd0: Writes: CDR, CDRW, DVDR, test write, burnproof > acd0: Audio: play, 256 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: no/blank disc > ad1: setting PIO4 on 8233A chip > ad1: setting UDMA100 on 8233A chip > ad1: 381554MB at ata0-slave UDMA100 > ad1: 781422768 sectors [12403536C/1H/63S] 16 sectors/interrupt 1 =20 > depth queue > ad1: VIA check1 failed > ad1: Adaptec check1 failed > ad1: LSI (v3) check1 failed > ad1: LSI (v2) check1 failed > ad1: FreeBSD check1 failed > ata1-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire > ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire > GEOM: new disk ad1 > acd1: setting PIO4 on 8233A chip > acd1: setting UDMA33 on 8233A chip > acd1: CDRW drive at ata1 as master > acd1: read 10820KB/s (10820KB/s) write 10820KB/s (10820KB/s), 2048KB =20= > buffer, UDMA33 > acd1: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet > acd1: Writes: CDR, CDRW, test write, burnproof > acd1: Audio: play, 256 volume levels > acd1: Mechanism: ejectable tray, unlocked > acd1: Medium: DVD 120mm data disc > acd2: setting PIO4 on 8233A chip > acd2: setting UDMA33 on 8233A chip > acd2: CDRW drive at ata1 as slave > acd2: read 8958KB/s (6890KB/s) write 8958KB/s (8958KB/s), 8192KB =20 > buffer, UDMA33 > acd2: Reads: CDR, CDRW, CDDA stream, packet > acd2: Writes: CDR, CDRW, test write, burnproof > acd2: Audio: play, 256 volume levels > acd2: Mechanism: ejectable tray, unlocked > acd2: Medium: CD-ROM unknown > ata2-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire > ad4: setting PIO4 on HighPoint chip > ad4: setting UDMA100 on HighPoint chip > ad4: 381554MB at ata2-master UDMA100 > ad4: 781422768 sectors [775221C/16H/63S] 16 sectors/interrupt 1 =20 > depth queue > GEOM: new disk ad4 > GEOM_LABEL: Label for provider ad1s1 is ext2fs//12. > ad4: HighPoint (v3) check1 failed > ad4: HighPoint (v2) check1 failed > ad4: Adaptec check1 failed > ad4: LSI (v3) check1 failed > ad4: LSI (v2) check1 failed > ad4: FreeBSD check1 failed > ATA PseudoRAID loaded > > With a kernel from today the line: > > ata0: reset tp2 stat0=3D00 stat1=3D50 = devices=3D0x6 > > changes to: > > ata0: reset tp2 stat0=3D00 stat1=3D50 devices=3D0x10002 > > Note that the slave (ad1) is the missing drive > while the master (acd0) is detected later on. > > Fabian From owner-cvs-all@FreeBSD.ORG Sun Apr 13 15:13:45 2008 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 C11D0106566B; Sun, 13 Apr 2008 15:13:45 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94DA88FC1D; Sun, 13 Apr 2008 15:13:45 +0000 (UTC) (envelope-from blackend@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 m3DFDjPR038789; Sun, 13 Apr 2008 15:13:45 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DFDjAp038788; Sun, 13 Apr 2008 15:13:45 GMT (envelope-from blackend) Message-Id: <200804131513.m3DFDjAp038788@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 13 Apr 2008 15:13:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml 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, 13 Apr 2008 15:13:45 -0000 blackend 2008-04-13 15:13:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: - Add a print/apsfilter link where needed; - Do not start a sentence with a lowercase; - Add various missing SGML tags; - s/LPDs/LPDs. Revision Changes Path 1.112 +8 -8 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Apr 13 15:31:26 2008 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 34B42106564A; Sun, 13 Apr 2008 15:31:26 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id 896718FC17; Sun, 13 Apr 2008 15:31:24 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 13 Apr 2008 16:31:22 +0100 (BST) Date: Sun, 13 Apr 2008 16:31:22 +0100 From: David Malone To: Fabian Keil Message-ID: <20080413153122.GA12098@walton.maths.tcd.ie> References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080413164141.63091ef5@fabiankeil.de> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, S?ren Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 15:31:26 -0000 On Sun, Apr 13, 2008 at 04:41:41PM +0200, Fabian Keil wrote: > On one of my i386 systems, ad1 (the disk with > the root partition) is no longer detected. I'm seeing something slightly different. Both disks are detected: ad0: DMA limited to UDMA33, device found non-ATA66 cable ad0: 78167MB at ata0-master UDMA33 ad1: DMA limited to UDMA33, device found non-ATA66 cable ad1: 78167MB at ata0-slave UDMA33 However, the partitions on the second disk are no longer detected. In fact, the bsdlabels for ad0s1 and ad1s1 now look suspiciously similar, and they shouldn't! Could some cross-wiring of GEOMs have happened? David. This is what the label should look like: # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 160086465 0 unused 0 0 # "raw" part, don't edit d: 20971520 16 4.2BSD 2048 16384 28528 This is what it looks like with a kernel from this weekend: sweetums# bsdlabel ad1s1 # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 0 0 0 b: 8333824 524288 swap c: 160071597 0 unused 0 0 # "raw" part, don't edit d: 524288 8858112 4.2BSD 0 0 0 e: 524288 9382400 4.2BSD 0 0 0 f: 20971520 9906688 4.2BSD 0 0 0 g: 129193389 30878208 4.2BSD 2048 16384 28528 This is what the label looks like from ad0s1 sweetums# bsdlabel ad0s1 # /dev/ad0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 0 0 0 b: 8333824 524288 swap c: 160071597 0 unused 0 0 # "raw" part, don't edit d: 524288 8858112 4.2BSD 0 0 0 e: 524288 9382400 4.2BSD 0 0 0 f: 20971520 9906688 4.2BSD 0 0 0 g: 129193389 30878208 4.2BSD 2048 16384 28528 From owner-cvs-all@FreeBSD.ORG Sun Apr 13 15:33:33 2008 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 B9D8B106564A; Sun, 13 Apr 2008 15:33:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2FF8FC15; Sun, 13 Apr 2008 15:33:33 +0000 (UTC) (envelope-from rafan@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 m3DFXX6o039399; Sun, 13 Apr 2008 15:33:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DFXXS4039398; Sun, 13 Apr 2008 15:33:33 GMT (envelope-from rafan) Message-Id: <200804131533.m3DFXXS4039398@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 15:33:33 +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/security/gpa 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, 13 Apr 2008 15:33:33 -0000 rafan 2008-04-13 15:33:33 UTC FreeBSD ports repository Modified files: security/gpa Makefile Log: - Use GnuPG v2 instead of v1, bump PORTREVISION PR: ports/122672 Submitted by: Harald Schmalzbauer Tested by: Harald Schmalzbauer Revision Changes Path 1.31 +3 -2 ports/security/gpa/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 15:44:48 2008 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 28222106564A; Sun, 13 Apr 2008 15:44:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF7CE8FC12; Sun, 13 Apr 2008 15:44:47 +0000 (UTC) (envelope-from mnag@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 m3DFilPg039764; Sun, 13 Apr 2008 15:44:47 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DFilcu039763; Sun, 13 Apr 2008 15:44:47 GMT (envelope-from mnag) Message-Id: <200804131544.m3DFilcu039763@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 15:44:47 +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/mail/gmime2 Makefile distinfo pkg-plist ports/mail/gmime2/files patch-src_Makefile.in 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, 13 Apr 2008 15:44:48 -0000 mnag 2008-04-13 15:44:47 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo pkg-plist Added files: mail/gmime2/files patch-src_Makefile.in Log: - Update to 2.2.18 - Rename uudecode e uuencode to gmime-* to not conflict with userland [1] PR: 118092 [1] Submitted by: Rob Austein [1] Revision Changes Path 1.55 +1 -1 ports/mail/gmime2/Makefile 1.35 +3 -3 ports/mail/gmime2/distinfo 1.1 +33 -0 ports/mail/gmime2/files/patch-src_Makefile.in (new) 1.19 +2 -2 ports/mail/gmime2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 15:51:00 2008 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 2B1A31065671; Sun, 13 Apr 2008 15:51:00 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F398F8FC1E; Sun, 13 Apr 2008 15:50:59 +0000 (UTC) (envelope-from glewis@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 m3DFoxKk040006; Sun, 13 Apr 2008 15:50:59 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DFoxnh040005; Sun, 13 Apr 2008 15:50:59 GMT (envelope-from glewis) Message-Id: <200804131550.m3DFoxnh040005@repoman.freebsd.org> From: Greg Lewis Date: Sun, 13 Apr 2008 15:50:59 +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/java/jdk15 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, 13 Apr 2008 15:51:00 -0000 glewis 2008-04-13 15:50:59 UTC FreeBSD ports repository Modified files: java/jdk15 Makefile Log: . Point people to the archive for Update 14. PR: 122704 Revision Changes Path 1.145 +1 -1 ports/java/jdk15/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:04:49 2008 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 A5AF91065670; Sun, 13 Apr 2008 16:04:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 78AAC8FC17; Sun, 13 Apr 2008 16:04:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id C139346B0C; Sun, 13 Apr 2008 12:04:48 -0400 (EDT) Date: Sun, 13 Apr 2008 17:04:48 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp In-Reply-To: <200804122046.m3CKk7VE006841@repoman.freebsd.org> Message-ID: <20080413170414.D6735@fledge.watson.org> References: <200804122046.m3CKk7VE006841@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/conf GENERIC.hints src/sys/i386/isa clock.c 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, 13 Apr 2008 16:04:49 -0000 On Sat, 12 Apr 2008, Poul-Henning Kamp wrote: > Add hints for "atrtc" driver, for non-PnP, non-ACPI systems. > NB: Make sure to install GENERIC.hints into /boot/device.hints in these! May want to add an entry to UPDATING about this (assuming you haven't already). Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:05:35 2008 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 BBDB51065674; Sun, 13 Apr 2008 16:05:35 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 901F08FC12; Sun, 13 Apr 2008 16:05:35 +0000 (UTC) (envelope-from sos@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 m3DG5ZLC041648; Sun, 13 Apr 2008 16:05:35 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DG5Z9P041647; Sun, 13 Apr 2008 16:05:35 GMT (envelope-from sos) Message-Id: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 13 Apr 2008 16:05:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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, 13 Apr 2008 16:05:35 -0000 sos 2008-04-13 16:05:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-raid.c Log: Fix identify of slave devices. Revision Changes Path 1.131 +1 -1 src/sys/dev/ata/ata-all.h 1.129 +7 -8 src/sys/dev/ata/ata-raid.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:06:06 2008 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 869D3106566C; Sun, 13 Apr 2008 16:06:06 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id E4D598FC17; Sun, 13 Apr 2008 16:06:05 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3DG64ji045933; Sun, 13 Apr 2008 18:06:04 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: David Malone In-Reply-To: <20080413153122.GA12098@walton.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 13 Apr 2008 18:06:04 +0200 References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> <20080413153122.GA12098@walton.maths.tcd.ie> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Fabian Keil Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 16:06:06 -0000 Should be fixed now, let me know if it still fails, thanks! -S=F8ren On 13Apr, 2008, at 17:31 , David Malone wrote: > On Sun, Apr 13, 2008 at 04:41:41PM +0200, Fabian Keil wrote: >> On one of my i386 systems, ad1 (the disk with >> the root partition) is no longer detected. > > I'm seeing something slightly different. Both disks are detected: > > ad0: DMA limited to UDMA33, device found non-ATA66 cable > ad0: 78167MB at ata0-master UDMA33 > ad1: DMA limited to UDMA33, device found non-ATA66 cable > ad1: 78167MB at ata0-slave UDMA33 > > However, the partitions on the second disk are no longer detected. > In fact, the bsdlabels for ad0s1 and ad1s1 now look suspiciously > similar, and they shouldn't! Could some cross-wiring of GEOMs have > happened? > > David. > > This is what the label should look like: > > # /dev/ad1s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 160086465 0 unused 0 0 # "raw" =20 > part, don't edit > d: 20971520 16 4.2BSD 2048 16384 28528 > > This is what it looks like with a kernel from this weekend: > > sweetums# bsdlabel ad1s1 > # /dev/ad1s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 524288 0 4.2BSD 0 0 0 > b: 8333824 524288 swap > c: 160071597 0 unused 0 0 # "raw" =20 > part, don't edit > d: 524288 8858112 4.2BSD 0 0 0 > e: 524288 9382400 4.2BSD 0 0 0 > f: 20971520 9906688 4.2BSD 0 0 0 > g: 129193389 30878208 4.2BSD 2048 16384 28528 > > This is what the label looks like from ad0s1 > > sweetums# bsdlabel ad0s1 > # /dev/ad0s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 524288 0 4.2BSD 0 0 0 > b: 8333824 524288 swap > c: 160071597 0 unused 0 0 # "raw" =20 > part, don't edit > d: 524288 8858112 4.2BSD 0 0 0 > e: 524288 9382400 4.2BSD 0 0 0 > f: 20971520 9906688 4.2BSD 0 0 0 > g: 129193389 30878208 4.2BSD 2048 16384 28528 > From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:07:17 2008 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 3B0BC106564A; Sun, 13 Apr 2008 16:07:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB948FC1F; Sun, 13 Apr 2008 16:07:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id A870946B54; Sun, 13 Apr 2008 12:07:16 -0400 (EDT) Date: Sun, 13 Apr 2008 17:07:16 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Warner Losh In-Reply-To: <200804130625.m3D6PhDV084328@repoman.freebsd.org> Message-ID: <20080413170629.W6735@fledge.watson.org> References: <200804130625.m3D6PhDV084328@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf Makefile.mips files.mips ldscript.mips ldscript.mips.cfe options.mips 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, 13 Apr 2008 16:07:17 -0000 On Sun, 13 Apr 2008, Warner Losh wrote: > Merge in the mips specific configuration files and such from the > merged juniper and mips2 code base. This represents the work of > Juniper Engineers, plus Oleksandr Tymoshenko, Wojciech Koszek, Warner > Losh, Olivier Houchard, Randall Stewert and others that have > contributed to the mips2 and/or mips2-jnpr perforce branches. Many congratulations to everyone involved in this project, and many thanks especially to Juniper for donating the base for the MIPS architecture port! Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:10:52 2008 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 7EB5D106564A; Sun, 13 Apr 2008 16:10:52 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52D178FC1C; Sun, 13 Apr 2008 16:10:52 +0000 (UTC) (envelope-from stas@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 m3DGAqjt041902; Sun, 13 Apr 2008 16:10:52 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DGAqpL041901; Sun, 13 Apr 2008 16:10:52 GMT (envelope-from stas) Message-Id: <200804131610.m3DGAqpL041901@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 16:10:52 +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/cross-binutils Makefile distinfo 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, 13 Apr 2008 16:10:52 -0000 stas 2008-04-13 16:10:52 UTC FreeBSD ports repository Modified files: devel/cross-binutils Makefile distinfo Log: - Update to 2.18 - unbrake sparc toolchain on amd64 PR: ports/119681 (based on) Submitted by: Martin Matuska Revision Changes Path 1.5 +6 -12 ports/devel/cross-binutils/Makefile 1.2 +6 -6 ports/devel/cross-binutils/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:25:19 2008 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 35B6D106566B; Sun, 13 Apr 2008 16:25:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 095538FC14; Sun, 13 Apr 2008 16:25:19 +0000 (UTC) (envelope-from mnag@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 m3DGPI5d042422; Sun, 13 Apr 2008 16:25:18 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DGPI96042421; Sun, 13 Apr 2008 16:25:18 GMT (envelope-from mnag) Message-Id: <200804131625.m3DGPI96042421@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 16:25:16 +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/mail/py-spf Makefile distinfo pkg-descr pkg-plist 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, 13 Apr 2008 16:25:19 -0000 mnag 2008-04-13 16:25:16 UTC FreeBSD ports repository Modified files: mail/py-spf Makefile distinfo pkg-descr Added files: mail/py-spf pkg-plist Log: - Update to 2.0.4 PR: 109033 Submitted by: Koen Martens Revision Changes Path 1.5 +6 -13 ports/mail/py-spf/Makefile 1.3 +3 -3 ports/mail/py-spf/distinfo 1.3 +15 -7 ports/mail/py-spf/pkg-descr 1.3 +9 -0 ports/mail/py-spf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 16:37:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from miki (localhost [IPv6:::1]) by hub.freebsd.org (Postfix) with SMTP id 34FC1106564A; Sun, 13 Apr 2008 16:37:21 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Date: Mon, 14 Apr 2008 00:37:00 +0800 From: Ariff Abdullah To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-Id: <20080414003700.1fe8c346.ariff@FreeBSD.org> In-Reply-To: References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> <20080413153122.GA12098@walton.maths.tcd.ie> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__14_Apr_2008_00_37_00_+0800_1eJ4aOat=gkYQ7g1" Cc: dwmalone@maths.tcd.ie, cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-listen@fabiankeil.de Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 16:37:24 -0000 --Signature=_Mon__14_Apr_2008_00_37_00_+0800_1eJ4aOat=gkYQ7g1 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 13 Apr 2008 18:06:04 +0200 S=F8ren Schmidt wrote: > Should be fixed now, let me know if it still fails, thanks! >=20 > -S=F8ren >=20 Still no dice. Since the PM support updates, my drive no longer detected. Nvidia MCP67, AHCI. atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x30c0-0x30cf at device 6.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0x30f0-0x30f7,0x30e4-0x30e7,0x30e8-0x30ef,0x30e0-0x30e3,0x30d0-0x30df mem 0xf4484000-0xf4485fff irq 18 at device 9.0 on pci0 atapci1: [ITHREAD] atapci1: AHCI Version 01.10 controller with 4 ports detected ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] ata5: on atapci1 ata5: [ITHREAD] acd0: DVDR at ata0-master UDMA33 ad4: 114473MB at ata2-master SATA150 cd0 at ata0 bus 0 target 0 lun 0 -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Mon__14_Apr_2008_00_37_00_+0800_1eJ4aOat=gkYQ7g1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgCNqwACgkQlr+deMUwTNp4BACfViCJTC8bJfa21/xM8cGzw5+e M1QAnA+BTeUvMYhtGjNOIVU/Vfm+9FwF =NY0A -----END PGP SIGNATURE----- --Signature=_Mon__14_Apr_2008_00_37_00_+0800_1eJ4aOat=gkYQ7g1-- From owner-cvs-all@FreeBSD.ORG Sun Apr 13 17:26:55 2008 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 C34771065671; Sun, 13 Apr 2008 17:26:55 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9703C8FC1B; Sun, 13 Apr 2008 17:26:55 +0000 (UTC) (envelope-from glewis@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 m3DHQtQb074644; Sun, 13 Apr 2008 17:26:55 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DHQtDK074643; Sun, 13 Apr 2008 17:26:55 GMT (envelope-from glewis) Message-Id: <200804131726.m3DHQtDK074643@repoman.freebsd.org> From: Greg Lewis Date: Sun, 13 Apr 2008 17:26:55 +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/math/gnuplot Makefile distinfo pkg-plist 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, 13 Apr 2008 17:26:55 -0000 glewis 2008-04-13 17:26:55 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile distinfo pkg-plist Log: . Update to 4.2.3. . Respect NOPORTEXAMPLES, use PORTEXAMPLES in the packing list. PR: 122684 Submitted by: bf Revision Changes Path 1.77 +4 -3 ports/math/gnuplot/Makefile 1.15 +3 -3 ports/math/gnuplot/distinfo 1.19 +136 -136 ports/math/gnuplot/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 17:30:02 2008 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 07B3E106566C; Sun, 13 Apr 2008 17:30:02 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D06C08FC12; Sun, 13 Apr 2008 17:30:01 +0000 (UTC) (envelope-from stas@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 m3DHU1p9074786; Sun, 13 Apr 2008 17:30:01 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DHU1gA074785; Sun, 13 Apr 2008 17:30:01 GMT (envelope-from stas) Message-Id: <200804131730.m3DHU1gA074785@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 17:30:01 +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/cross-gcc Makefile distinfo 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, 13 Apr 2008 17:30:02 -0000 stas 2008-04-13 17:30:01 UTC FreeBSD ports repository Modified files: devel/cross-gcc Makefile distinfo Log: - Update gcc to 4.2.3 - update newlib to 1.16.0. Revision Changes Path 1.8 +5 -5 ports/devel/cross-gcc/Makefile 1.2 +12 -12 ports/devel/cross-gcc/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 17:33:03 2008 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 5E1BD1065671; Sun, 13 Apr 2008 17:33:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31BBF8FC22; Sun, 13 Apr 2008 17:33:03 +0000 (UTC) (envelope-from garga@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 m3DHX3JS074933; Sun, 13 Apr 2008 17:33:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DHX3LG074932; Sun, 13 Apr 2008 17:33:03 GMT (envelope-from garga) Message-Id: <200804131733.m3DHX3LG074932@repoman.freebsd.org> From: Renato Botelho Date: Sun, 13 Apr 2008 17:33:03 +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/x11/gmrun 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, 13 Apr 2008 17:33:03 -0000 garga 2008-04-13 17:33:03 UTC FreeBSD ports repository Modified files: x11/gmrun Makefile Log: - Remove BROKEN since it's working again on amd64 (tested on 7-STABLE) - Take maintainership Revision Changes Path 1.23 +1 -5 ports/x11/gmrun/Makefile From owner-cvs-all@FreeBSD.ORG Sun Apr 13 17:38:53 2008 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 E000F106564A; Sun, 13 Apr 2008 17:38:53 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2DD8FC1C; Sun, 13 Apr 2008 17:38:53 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from [195.64.94.120] (helo=axantucar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jl6AW-000IMz-W6; Sun, 13 Apr 2008 19:39:09 +0200 Message-ID: <48024527.20301@elvandar.org> Date: Sun, 13 Apr 2008 19:38:47 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Warner Losh References: <200804130707.m3D77v4C086858@repoman.freebsd.org> In-Reply-To: <200804130707.m3D77v4C086858@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/mips/conf ADM5120 ADM5120.hints IDT IDT.hints MALTA MALTA.hints QEMU SENTRY5 SENTRY5.hints src/sys/mips/compile .cvsignore 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, 13 Apr 2008 17:38:54 -0000 Warner Losh wrote: > imp 2008-04-13 07:07:57 UTC > > FreeBSD src repository > > Added files: > sys/mips/conf ADM5120 ADM5120.hints IDT IDT.hints MALTA > MALTA.hints QEMU SENTRY5 SENTRY5.hints > sys/mips/compile .cvsignore > Log: > FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64, > mips32r2 and mips64r2 (and close relatives) processors. There > presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, > the RB533 routerboard (based on IDT RC32434) and some preliminary > support for sibtye/broadcom designs. Other hardware support will be > forthcomcing. > > This port boots multiuser under gxemul emulating the malta board and > also bootstraps on the hardware whose support is forthcoming... > > Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, > Randall Stewert and others that have contributed to the mips2 and/or > mips2-jnpr perforce branches. Juniper contirbuted a generic mips port > late in the life cycle of the misp2 branch. Warner Losh merged the > mips2 and Juniper code bases, and others list above have worked for > the past several months to get to multiuser. > > In addition, the mips2 work owe a debt to the trail blazing efforts of > the original mips branch in perforce done by Juli Mallett. > Dear all involved, thanks a lot for this very good work! Cheers remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:03:56 2008 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 B7A78106566B; Sun, 13 Apr 2008 18:03:56 +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 8BD758FC28; Sun, 13 Apr 2008 18:03:56 +0000 (UTC) (envelope-from vd@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 m3DI3uUE078082; Sun, 13 Apr 2008 18:03:56 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DI3uVf078081; Sun, 13 Apr 2008 18:03:56 GMT (envelope-from vd) Message-Id: <200804131803.m3DI3uVf078081@repoman.freebsd.org> From: Vasil Dimov Date: Sun, 13 Apr 2008 18:03:56 +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/google-sparsehash Makefile distinfo pkg-plist 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, 13 Apr 2008 18:03:56 -0000 vd 2008-04-13 18:03:56 UTC FreeBSD ports repository Modified files: devel/google-sparsehash Makefile distinfo pkg-plist Log: Upgrade devel/google-sparsehash from 0.8 to 1.1 Submitted by: Yuri (without the pkg-plist change) Revision Changes Path 1.16 +2 -2 ports/devel/google-sparsehash/Makefile 1.10 +3 -3 ports/devel/google-sparsehash/distinfo 1.6 +1 -0 ports/devel/google-sparsehash/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:06:42 2008 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 1E0721065672; Sun, 13 Apr 2008 18:06:42 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay11.ispgateway.de (smtprelay11.ispgateway.de [80.67.29.28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B048FC2C; Sun, 13 Apr 2008 18:06:41 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [217.50.161.84] (helo=localhost) by smtprelay11.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Jl6b9-0002CC-Kt; Sun, 13 Apr 2008 20:06:40 +0200 Date: Sun, 13 Apr 2008 20:06:30 +0200 From: Fabian Keil To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20080413200630.36ae04c1@fabiankeil.de> In-Reply-To: References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> <20080413153122.GA12098@walton.maths.tcd.ie> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd8.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_//.oFc/vGzRgbPPFF6a3FCDg"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Df-Sender: 775067 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 18:06:42 -0000 --Sig_//.oFc/vGzRgbPPFF6a3FCDg Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable S=F8ren Schmidt wrote: > Should be fixed now, let me know if it still fails, thanks! Thanks a lot for the quick fix, ad1 is indeed back: ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D50 ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata0: stat1=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00 ata0: reset tp2 stat0=3D00 stat1=3D50 devices=3D0x10002 ata0: [MPSAFE] ata0: [ITHREAD] [...] ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA66 cable=3D40 wire ata0-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire acd0: setting PIO4 on 8233A chip acd0: DMA limited to UDMA33, device found non-ATA66 cable acd0: setting UDMA33 on 8233A chip acd0: DVDR drive at ata0 as master acd0: read 8268KB/s (8268KB/s) write 8268KB/s (8268KB/s), 2048KB buffer, UD= MA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ad1: setting PIO4 on 8233A chip ad1: setting UDMA100 on 8233A chip ad1: 381554MB at ata0-slave UDMA100 ad1: 781422768 sectors [12403536C/1H/63S] 16 sectors/interrupt 1 depth queue ad1: VIA check1 failed ad1: Adaptec check1 failed ad1: LSI (v3) check1 failed ad1: LSI (v2) check1 failed ad1: FreeBSD check1 failed Interestingly enough, atacontrol doesn't see it: fk@africanqueen ~ $atacontrol list ATA channel 0: Master: acd0 ATA/ATAPI revision 5 Slave: no device present ATA channel 1: Master: acd2 ATA/ATAPI revision 5 Slave: no device present ATA channel 2: Master: ad4 ATA/ATAPI revision 7 Slave: no device present ATA channel 3: Master: no device present Slave: no device present The slave on ata1 isn't shown either: ata1: identify ch->devices=3D00030000 ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire ata1-slave: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=3D0x24 ascq=3D0x00=20 (probe0:ata0:0:0:0): error 22 (probe0:ata0:0:0:0): Unretryable Error acd2: setting PIO4 on 8233A chip acd2: setting UDMA33 on 8233A chip GEOM: new disk ad1 acd2: CDRW drive at ata1 as master acd2: read 6890KB/s (6890KB/s) write 6890KB/s (6890KB/s), 2048KB buffer, UD= MA33 acd2: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet acd2: Writes: CDR, CDRW, test write, burnproof acd2: Audio: play, 256 volume levels acd2: Mechanism: ejectable tray, unlocked acd2: Medium: no/blank disc acd3: setting PIO4 on 8233A chip acd3: setting UDMA33 on 8233A chip acd3: CDRW drive at ata1 as slave acd3: read 8958KB/s (6890KB/s) write 8958KB/s (8958KB/s), 8192KB buffer, UD= MA33 acd3: Reads: CDR, CDRW, CDDA stream, packet acd3: Writes: CDR, CDRW, test write, burnproof acd3: Audio: play, 256 volume levels acd3: Mechanism: ejectable tray, unlocked acd3: Medium: CD-ROM unknown Fabian --Sig_//.oFc/vGzRgbPPFF6a3FCDg Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgCS6YACgkQBYqIVf93VJ3o8ACeIPlYP7l0zUxtFKO+hWW9XV3z +HYAn1fLsnCGJBt/8AUqgvu/j9Rs9mmf =qYon -----END PGP SIGNATURE----- --Sig_//.oFc/vGzRgbPPFF6a3FCDg-- From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:19:55 2008 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 882F2106566B; Sun, 13 Apr 2008 18:19:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 747D68FC17; Sun, 13 Apr 2008 18:19:55 +0000 (UTC) (envelope-from hrs@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 m3DIJt4b078661; Sun, 13 Apr 2008 18:19:55 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIJsAX078660; Sun, 13 Apr 2008 18:19:54 GMT (envelope-from hrs) Message-Id: <200804131819.m3DIJsAX078660@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 13 Apr 2008 18:19:53 +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/textproc Makefile ports/textproc/linux-scim-libs Makefile distinfo.i386 pkg-descr pkg-plist 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, 13 Apr 2008 18:19:55 -0000 hrs 2008-04-13 18:19:53 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/linux-scim-libs Makefile distinfo.i386 pkg-descr pkg-plist Log: linux-scim-libs is library part of Smart Common Input Method platform, also known as SCIM, in Linux binary. This is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface. Revision Changes Path 1.1229 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/linux-scim-libs/Makefile (new) 1.1 +3 -0 ports/textproc/linux-scim-libs/distinfo.i386 (new) 1.1 +5 -0 ports/textproc/linux-scim-libs/pkg-descr (new) 1.1 +30 -0 ports/textproc/linux-scim-libs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:20:10 2008 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 C77CA1065676; Sun, 13 Apr 2008 18:20:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C42A8FC42; Sun, 13 Apr 2008 18:20:10 +0000 (UTC) (envelope-from hrs@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 m3DIKA4h078738; Sun, 13 Apr 2008 18:20:10 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIKAa1078737; Sun, 13 Apr 2008 18:20:10 GMT (envelope-from hrs) Message-Id: <200804131820.m3DIKAa1078737@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 13 Apr 2008 18:20:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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, 13 Apr 2008 18:20:10 -0000 hrs 2008-04-13 18:20:10 UTC FreeBSD ports repository Modified files: . modules Log: linux-scim-libs --> ports/textproc/linux-scim-libs Revision Changes Path 1.19631 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:27:26 2008 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 60C4E1065671; Sun, 13 Apr 2008 18:27:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 347B28FC0A; Sun, 13 Apr 2008 18:27:26 +0000 (UTC) (envelope-from hrs@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 m3DIRQtg079030; Sun, 13 Apr 2008 18:27:26 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIRQUf079029; Sun, 13 Apr 2008 18:27:26 GMT (envelope-from hrs) Message-Id: <200804131827.m3DIRQUf079029@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 13 Apr 2008 18:27:26 +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/print/acroreadwrapper Makefile ports/print/acroreadwrapper/files acroread.in 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, 13 Apr 2008 18:27:26 -0000 hrs 2008-04-13 18:27:25 UTC FreeBSD ports repository Modified files: print/acroreadwrapper Makefile print/acroreadwrapper/files acroread.in Log: Update to 20080110. GTK_IM_MODULE and XMODIFIERS hack is added and enabled by default. To disable this, you need to set $ADOBE_DISABLEIMMODULEHACK to YES. Discussed on: freebsd-ports@ Revision Changes Path 1.10 +2 -2 ports/print/acroreadwrapper/Makefile 1.6 +37 -8 ports/print/acroreadwrapper/files/acroread.in From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:36:17 2008 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 352A41065675; Sun, 13 Apr 2008 18:36:17 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id D03418FC19; Sun, 13 Apr 2008 18:36:15 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 13 Apr 2008 19:36:13 +0100 (BST) Date: Sun, 13 Apr 2008 19:36:12 +0100 From: David Malone To: Fabian Keil Message-ID: <20080413183612.GA15564@walton.maths.tcd.ie> References: <200804121721.m3CHLNqu095189@repoman.freebsd.org> <20080412230157.GC44768@alchemy.franken.de> <20080413164141.63091ef5@fabiankeil.de> <20080413153122.GA12098@walton.maths.tcd.ie> <20080413200630.36ae04c1@fabiankeil.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080413200630.36ae04c1@fabiankeil.de> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, S?ren Schmidt Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h 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, 13 Apr 2008 18:36:17 -0000 On Sun, Apr 13, 2008 at 08:06:30PM +0200, Fabian Keil wrote: > S?ren Schmidt wrote: > > > Should be fixed now, let me know if it still fails, thanks! > > Thanks a lot for the quick fix, ad1 is indeed back: All good here too - thanks! David. From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:36:30 2008 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 246F0106566C; Sun, 13 Apr 2008 18:36:30 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E8E48FC13; Sun, 13 Apr 2008 18:36:30 +0000 (UTC) (envelope-from hrs@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 m3DIaTeS079621; Sun, 13 Apr 2008 18:36:29 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIaT7i079620; Sun, 13 Apr 2008 18:36:29 GMT (envelope-from hrs) Message-Id: <200804131836.m3DIaT7i079620@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 13 Apr 2008 18:36:29 +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/chinese/acroread8-zh_TW distinfo ports/chinese/acroread8-zh_CN distinfo ports/german/acroread8 distinfo ports/japanese/acroread8 distinfo ports/korean/acroread8 distinfo ports/portuguese/acroread8 distinfo ports/print/acroread8 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, 13 Apr 2008 18:36:30 -0000 hrs 2008-04-13 18:36:29 UTC FreeBSD ports repository Modified files: chinese/acroread8-zh_TW distinfo chinese/acroread8-zh_CN distinfo german/acroread8 distinfo japanese/acroread8 distinfo korean/acroread8 distinfo portuguese/acroread8 distinfo print/acroread8 Makefile distinfo pkg-plist print/dk-acroread8 distinfo print/es-acroread8 distinfo print/fi-acroread8 distinfo print/it-acroread8 distinfo print/nl-acroread8 distinfo print/no-acroread8 distinfo print/sv-acroread8 distinfo french/acroread8 distinfo Log: Update to 8.1.2. Bug fixes and enhancements can be found at http://blogs.adobe.com/acroread/2008/02/#a005029: [General Issues] * Font caching Issues: Various font caching issues are fixed in Reader 8.1.2, including the issue of fonts that were configured using fontconfig not being picked up by the Reader to render documents (reported by Novell). * Problem with Dual-screen setup (Xinerama mode).: Issue number 4 listed on the Known Issues page for Reader 8.1.1. * Document ordering and fullscreen mode: Issue has been fixed in Reader 8.1.2. * Font KozGoProVI-Medium.otf is missing in Japanese Reader: This issue is fixed in Reader 8.1.2. [Printing Related Issues] * Incorrect orientation: Issues with printing PDF files containing portrait and landscape pages have been fixed in Reader 8.1.2. Choosing "Auto Rotate and Center" will now print the pages in their inherent orientation. * Red wash on printing with HP CLJ 2605: A workaround for this has been added in the preferences ($HOME/.adobe/Acrobat/8.0/Preferences/reader_prefs), namely "brokenCRDs". This value is set to "false" by default and can be modified to "true" if one faces the red background issue. * Scaling issues: Problems with -shrink/-expand options in the command line (Issue #1 listed on the Known Issues page for Reader 8.1.1) as well as with "Custom" printing in the dialog have been fixed in Reader 8.1.2. * Reader does not remember last chosen printer across sessions: Last chosen printer is now remembered between different sessions of the Reader in 8.1.2 release. * Cannot pipe PDF as input to acroread: PDF contents can be read from stdin when using the -toPostScript option. * Hardcoding of printer command: Earlier the printer command was hardcoded in the reader binary. This has been fixed in Reader 8.1.2 to pick up the command from the PATH environment variable. Revision Changes Path 1.2 +3 -3 ports/chinese/acroread8-zh_CN/distinfo 1.2 +3 -3 ports/chinese/acroread8-zh_TW/distinfo 1.2 +3 -3 ports/french/acroread8/distinfo 1.2 +3 -3 ports/german/acroread8/distinfo 1.2 +3 -3 ports/japanese/acroread8/distinfo 1.2 +3 -3 ports/korean/acroread8/distinfo 1.2 +3 -3 ports/portuguese/acroread8/distinfo 1.3 +6 -5 ports/print/acroread8/Makefile 1.2 +3 -3 ports/print/acroread8/distinfo 1.2 +2 -1 ports/print/acroread8/pkg-plist 1.2 +3 -3 ports/print/dk-acroread8/distinfo 1.2 +3 -3 ports/print/es-acroread8/distinfo 1.2 +3 -3 ports/print/fi-acroread8/distinfo 1.2 +3 -3 ports/print/it-acroread8/distinfo 1.2 +3 -3 ports/print/nl-acroread8/distinfo 1.2 +3 -3 ports/print/no-acroread8/distinfo 1.2 +3 -3 ports/print/sv-acroread8/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:52:00 2008 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 5615B1065672; Sun, 13 Apr 2008 18:52:00 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA4B8FC14; Sun, 13 Apr 2008 18:52:00 +0000 (UTC) (envelope-from stas@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 m3DIpxxI080096; Sun, 13 Apr 2008 18:51:59 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIpxeD080095; Sun, 13 Apr 2008 18:51:59 GMT (envelope-from stas) Message-Id: <200804131851.m3DIpxeD080095@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 18:51:59 +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/cad/irsim Makefile distinfo 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, 13 Apr 2008 18:52:00 -0000 stas 2008-04-13 18:51:59 UTC FreeBSD ports repository Modified files: cad/irsim Makefile distinfo Log: - Update to 9.7.64. Revision Changes Path 1.31 +1 -1 ports/cad/irsim/Makefile 1.14 +3 -3 ports/cad/irsim/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 18:58:37 2008 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 2A3B11065707; Sun, 13 Apr 2008 18:58:37 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F273F8FC21; Sun, 13 Apr 2008 18:58:36 +0000 (UTC) (envelope-from stas@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 m3DIwamb080333; Sun, 13 Apr 2008 18:58:36 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DIwaMC080332; Sun, 13 Apr 2008 18:58:36 GMT (envelope-from stas) Message-Id: <200804131858.m3DIwaMC080332@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 18:58:36 +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/audio/ruby-smf Makefile distinfo pkg-plist 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, 13 Apr 2008 18:58:37 -0000 stas 2008-04-13 18:58:36 UTC FreeBSD ports repository Modified files: audio/ruby-smf Makefile distinfo pkg-plist Log: - Update to 0.15.8. Revision Changes Path 1.11 +1 -1 ports/audio/ruby-smf/Makefile 1.10 +3 -3 ports/audio/ruby-smf/distinfo 1.5 +4 -0 ports/audio/ruby-smf/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:07:23 2008 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 9B10F1065670 for ; Sun, 13 Apr 2008 19:07:23 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 1F91B8FC17 for ; Sun, 13 Apr 2008 19:07:22 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1417725fgg.35 for ; Sun, 13 Apr 2008 12:07:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=tQ6ph88bnxLPKdzm/C6X2Tq64WJ3lpha4D9BQDreIMA=; b=CJpqqrlfvER+5JRdPFCkKILRXiy/n5wZCM0h0LXiakh0340h4d0yCJuychQDPbmpdkBdBemizwUoPoC/Eqe/eAEeTz83FRcLZ94SvENQZBNTJxGCcUzFOQXAze9miQBCUj/b1wKTr0xh/8yzIvN7YBDAm3OV6Uklr3/Uc6NZeU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Oh2OGicsI/IDiIMaIC21pHwrpEaDH/BdhOIjXEImg+GIZNynGC0rcpQB7oUKgExl2n0ZYf5IJFocDwHphBLjYd8Cmkyf7aII2QxAg4piOIlL+5jdMjLPbdPYbE9R1OJlDaX6y7DJ6AEgom58sIiZQ1w4kE703T1BRplbnqWyw9M= Received: by 10.86.100.19 with SMTP id x19mr11485366fgb.40.1208113641894; Sun, 13 Apr 2008 12:07:21 -0700 (PDT) Received: by 10.86.36.15 with HTTP; Sun, 13 Apr 2008 12:07:21 -0700 (PDT) Message-ID: <3bbf2fe10804131207n4c9543b2x4cc50c3e9ec0943c@mail.gmail.com> Date: Sun, 13 Apr 2008 21:07:21 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Poul-Henning Kamp" In-Reply-To: <200804122046.m3CKk7VE006841@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804122046.m3CKk7VE006841@repoman.freebsd.org> X-Google-Sender-Auth: 8185f9e5a9dd9c34 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/conf GENERIC.hints src/sys/i386/isa clock.c 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, 13 Apr 2008 19:07:23 -0000 2008/4/12, Poul-Henning Kamp : > phk 2008-04-12 20:46:07 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 > sys/i386/conf GENERIC.hints > sys/i386/isa clock.c > Log: > Move i386 to generic RTC handling code. > > Make clock_if.m and subr_rtc.c standard on i386 > > Add hints for "atrtc" driver, for non-PnP, non-ACPI systems. > NB: Make sure to install GENERIC.hints into /boot/device.hints in these! > > Nuke MD inittodr(), resettodr() functions. > > Don't attach to PHP0B00 in the "attimer" dummy driver any more, and remove > comments that no longer apply for that reason. > > Add new "atrtc" device driver, which handles IBM PC AT Real Time > Clock compatible devices using subr_rtc and clock_if. > > This driver is not entirely clean: other code still fondles the > hardware to get a statclock interrupt on non-ACPI timer systems. > > Wrap some overly long lines. > > After it has settled in -current, this will be ported to amd64. > > Technically this is MFC'able, but I fail to see a good reason. Very good hint! Thanks. Attilio -- Peace can only be achieved by understanding - A. Einstein From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:08:36 2008 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 CB960106564A; Sun, 13 Apr 2008 19:08:36 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2DF8FC1F; Sun, 13 Apr 2008 19:08:36 +0000 (UTC) (envelope-from naddy@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 m3DJ8a20081798; Sun, 13 Apr 2008 19:08:36 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJ8ak6081797; Sun, 13 Apr 2008 19:08:36 GMT (envelope-from naddy) Message-Id: <200804131908.m3DJ8ak6081797@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 13 Apr 2008 19:08:36 +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/sysutils/coreutils Makefile ports/sysutils/coreutils/files patch-lib_getcwd.c 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, 13 Apr 2008 19:08:36 -0000 naddy 2008-04-13 19:08:36 UTC FreeBSD ports repository Modified files: sysutils/coreutils Makefile Added files: sysutils/coreutils/files patch-lib_getcwd.c Log: Work around the assumption that openat() implies the existence of fdopendir(). FreeBSD 8 has the former, but not the latter. PR: 122433 Approved by: maintainer Revision Changes Path 1.18 +3 -0 ports/sysutils/coreutils/Makefile 1.1 +13 -0 ports/sysutils/coreutils/files/patch-lib_getcwd.c (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:24:01 2008 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 13A301065670; Sun, 13 Apr 2008 19:24:01 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCABD8FC2D; Sun, 13 Apr 2008 19:24:00 +0000 (UTC) (envelope-from stas@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 m3DJO0LB082375; Sun, 13 Apr 2008 19:24:00 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJO01Z082374; Sun, 13 Apr 2008 19:24:00 GMT (envelope-from stas) Message-Id: <200804131924.m3DJO01Z082374@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 19:24:00 +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/cad/electric-ng distinfo 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, 13 Apr 2008 19:24:01 -0000 stas 2008-04-13 19:24:00 UTC FreeBSD ports repository Modified files: cad/electric-ng distinfo Log: - Update to 8.06 as well. CVS managed somehow to commit only Makefile and fail. Revision Changes Path 1.4 +18 -18 ports/cad/electric-ng/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:24:27 2008 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 8409E106566B; Sun, 13 Apr 2008 19:24:27 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58F318FC29; Sun, 13 Apr 2008 19:24:27 +0000 (UTC) (envelope-from stas@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 m3DJORAl082412; Sun, 13 Apr 2008 19:24:27 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJORuX082411; Sun, 13 Apr 2008 19:24:27 GMT (envelope-from stas) Message-Id: <200804131924.m3DJORuX082411@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 19:24:27 +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/cad/adms Makefile distinfo pkg-plist 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, 13 Apr 2008 19:24:27 -0000 stas 2008-04-13 19:24:27 UTC FreeBSD ports repository Modified files: cad/adms Makefile distinfo pkg-plist Log: - Update too 2.2.8. Revision Changes Path 1.5 +1 -1 ports/cad/adms/Makefile 1.4 +3 -3 ports/cad/adms/distinfo 1.3 +4 -8 ports/cad/adms/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:38:19 2008 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 64991106564A; Sun, 13 Apr 2008 19:38:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3909C8FC0C; Sun, 13 Apr 2008 19:38:19 +0000 (UTC) (envelope-from mnag@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 m3DJcJog082922; Sun, 13 Apr 2008 19:38:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJcJum082921; Sun, 13 Apr 2008 19:38:19 GMT (envelope-from mnag) Message-Id: <200804131938.m3DJcJum082921@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 13 Apr 2008 19:38:18 +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/mail/tumgreyspf Makefile distinfo ports/mail/tumgreyspf/files patch-tumgreyspf 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, 13 Apr 2008 19:38:19 -0000 mnag 2008-04-13 19:38:18 UTC FreeBSD ports repository Modified files: mail/tumgreyspf Makefile distinfo mail/tumgreyspf/files patch-tumgreyspf Log: - Update to 1.32 - Now tumgreyspf only support mail/py-spf Revision Changes Path 1.13 +4 -23 ports/mail/tumgreyspf/Makefile 1.11 +3 -3 ports/mail/tumgreyspf/distinfo 1.3 +5 -5 ports/mail/tumgreyspf/files/patch-tumgreyspf From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:40:14 2008 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 EAC71106566C; Sun, 13 Apr 2008 19:40:14 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFD4E8FC12; Sun, 13 Apr 2008 19:40:14 +0000 (UTC) (envelope-from stas@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 m3DJeEvv083037; Sun, 13 Apr 2008 19:40:14 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJeErs083036; Sun, 13 Apr 2008 19:40:14 GMT (envelope-from stas) Message-Id: <200804131940.m3DJeErs083036@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 19:40:14 +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/cad/iverilog Makefile distinfo 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, 13 Apr 2008 19:40:15 -0000 stas 2008-04-13 19:40:14 UTC FreeBSD ports repository Modified files: cad/iverilog Makefile distinfo Log: - Update 0.8.6. Revision Changes Path 1.30 +2 -2 ports/cad/iverilog/Makefile 1.15 +3 -3 ports/cad/iverilog/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 19:54:55 2008 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 451DF1065672; Sun, 13 Apr 2008 19:54:55 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31A748FC1C; Sun, 13 Apr 2008 19:54:55 +0000 (UTC) (envelope-from marcel@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 m3DJssBs083710; Sun, 13 Apr 2008 19:54:54 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DJssK2083709; Sun, 13 Apr 2008 19:54:54 GMT (envelope-from marcel) Message-Id: <200804131954.m3DJssK2083709@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 13 Apr 2008 19:54:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/part geom_part.c src/sys/geom/part g_part.c g_part.h g_part_gpt.c g_part_if.m g_part_mbr.c g_part_pc98.c 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, 13 Apr 2008 19:54:55 -0000 marcel 2008-04-13 19:54:54 UTC FreeBSD src repository Modified files: sbin/geom/class/part geom_part.c sys/geom/part g_part.c g_part.h g_part_gpt.c g_part_if.m g_part_mbr.c g_part_pc98.c Log: Add the bootcode verb for installing boot code. Boot code is supported for the MBR, GPT and PC98 schemes, where GPT installs boot code into the PMBR. Revision Changes Path 1.5 +47 -3 src/sbin/geom/class/part/geom_part.c 1.17 +66 -2 src/sys/geom/part/g_part.c 1.9 +4 -0 src/sys/geom/part/g_part.h 1.7 +45 -21 src/sys/geom/part/g_part_gpt.c 1.3 +6 -0 src/sys/geom/part/g_part_if.m 1.6 +13 -0 src/sys/geom/part/g_part_mbr.c 1.2 +13 -0 src/sys/geom/part/g_part_pc98.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 20:03:47 2008 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 E28BE106564A; Sun, 13 Apr 2008 20:03:47 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B70888FC19; Sun, 13 Apr 2008 20:03:47 +0000 (UTC) (envelope-from stas@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 m3DK3lsV085258; Sun, 13 Apr 2008 20:03:47 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DK3lG1085257; Sun, 13 Apr 2008 20:03:47 GMT (envelope-from stas) Message-Id: <200804132003.m3DK3lG1085257@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 13 Apr 2008 20:03:47 +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/cad/gspiceui Makefile distinfo pkg-plist ports/cad/gspiceui/files patch-src_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, 13 Apr 2008 20:03:48 -0000 stas 2008-04-13 20:03:47 UTC FreeBSD ports repository Modified files: cad/gspiceui Makefile distinfo pkg-plist cad/gspiceui/files patch-src_Makefile Log: - Update to 0.9.65. Revision Changes Path 1.7 +1 -1 ports/cad/gspiceui/Makefile 1.4 +3 -3 ports/cad/gspiceui/distinfo 1.5 +13 -12 ports/cad/gspiceui/files/patch-src_Makefile 1.3 +6 -1 ports/cad/gspiceui/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 20:14:13 2008 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 061341065673; Sun, 13 Apr 2008 20:14:13 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from VM01.Vitsch.net (vm01.vitsch.net [85.17.51.140]) by mx1.freebsd.org (Postfix) with ESMTP id 940DF8FC13; Sun, 13 Apr 2008 20:14:12 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from [192.168.45.6] (dhcp-077-250-050-082.chello.nl [77.250.50.82]) (authenticated bits=0) by VM01.Vitsch.net (8.13.8/8.13.8) with ESMTP id m3DJoulV051334; Sun, 13 Apr 2008 21:50:56 +0200 (CEST) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: cvs-src@freebsd.org Date: Sun, 13 Apr 2008 21:50:33 +0200 User-Agent: KMail/1.9.7 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> In-Reply-To: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804132150.33382.Danovitsch@vitsch.net> Cc: src-committers@freebsd.org, cvs-all@freebsd.org, =?utf-8?q?S=C3=B8ren_Schmidt?= Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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, 13 Apr 2008 20:14:13 -0000 On Sunday 13 April 2008 18:05:34 S=C3=B8ren Schmidt wrote: > sos 2008-04-13 16:05:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-raid.c > Log: > Fix identify of slave devices. This fixes the problem I was having with the miss-identified 1TB disk. With the detection fixed, I tried to connect a Port Multiplier with a singl= e=20 disk connected and the disk is correctly detected. Next step : adding more disks ;-) Thanks, =2D-=20 Daan From owner-cvs-all@FreeBSD.ORG Sun Apr 13 20:28:41 2008 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 8D5D0106566C; Sun, 13 Apr 2008 20:28:41 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.freebsd.org (Postfix) with ESMTP id 41C288FC16; Sun, 13 Apr 2008 20:28:41 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-15-z2.arcor-online.net (mail-in-15-z2.arcor-online.net [151.189.8.32]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id 8B23531EAEF; Sun, 13 Apr 2008 21:06:45 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-15-z2.arcor-online.net (Postfix) with ESMTP id 79303724B6D; Sun, 13 Apr 2008 21:06:45 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-066-050-100.pools.arcor-ip.net [88.66.50.100]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 1C1FA1CB844; Sun, 13 Apr 2008 21:06:45 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.13.8) with ESMTP id m3DJ6igH031227; Sun, 13 Apr 2008 21:06:44 +0200 (CEST) (envelope-from naddy@kemoauc.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id m3DJ6hu3031226; Sun, 13 Apr 2008 21:06:43 +0200 (CEST) (envelope-from naddy) Date: Sun, 13 Apr 2008 21:06:43 +0200 From: Christian Weisgerber To: d@delphij.net Message-ID: <20080413190643.GA31023@kemoauc.mips.inka.de> References: <200804121532.m3CFW1kh078688@repoman.freebsd.org> <4801BE6A.9090902@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4801BE6A.9090902@delphij.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/6743/Sun Apr 13 18:49:43 2008 on mail-in-05.arcor-online.net X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/findutils 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, 13 Apr 2008 20:28:41 -0000 Xin LI: > > Work around the assumption that openat() implies the existence of > > fdopendir(). FreeBSD 8 has the former, but not the latter. > > What about just implementing it instead? I have a hackish patch for this. Maybe, but this is outside the purview of ports. I also think the merits of having fdopendir(3) should be judged independently of the latest GNU breakage. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-cvs-all@FreeBSD.ORG Sun Apr 13 21:08:35 2008 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 7F67D106566C; Sun, 13 Apr 2008 21:08:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5642A8FC20; Sun, 13 Apr 2008 21:08:35 +0000 (UTC) (envelope-from alc@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 m3DL8Z0I097470; Sun, 13 Apr 2008 21:08:35 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DL8Zxn097469; Sun, 13 Apr 2008 21:08:35 GMT (envelope-from alc) Message-Id: <200804132108.m3DL8Zxn097469@repoman.freebsd.org> From: Alan Cox Date: Sun, 13 Apr 2008 21:08:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_shm.c 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, 13 Apr 2008 21:08:35 -0000 alc 2008-04-13 21:08:35 UTC FreeBSD src repository Modified files: sys/kern uipc_shm.c Log: Initialize the vm object's flags to include OBJ_NOSPLIT, just like the vm objects that are used by System V shared memory segments. Revision Changes Path 1.4 +4 -0 src/sys/kern/uipc_shm.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 21:20:27 2008 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 05525106564A; Sun, 13 Apr 2008 21:20:27 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF61F8FC0C; Sun, 13 Apr 2008 21:20:26 +0000 (UTC) (envelope-from phk@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 m3DLKQbJ097865; Sun, 13 Apr 2008 21:20:26 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DLKQtq097864; Sun, 13 Apr 2008 21:20:26 GMT (envelope-from phk) Message-Id: <200804132120.m3DLKQtq097864@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Apr 2008 21:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/booke clock.c src/sys/powerpc/conf MPC85XX 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, 13 Apr 2008 21:20:27 -0000 phk 2008-04-13 21:20:26 UTC FreeBSD src repository Modified files: sys/powerpc/booke clock.c sys/powerpc/conf MPC85XX Log: Get rid of an empty RTC implementation and hook up genclock instead. Revision Changes Path 1.3 +0 -44 src/sys/powerpc/booke/clock.c 1.2 +1 -0 src/sys/powerpc/conf/MPC85XX From owner-cvs-all@FreeBSD.ORG Sun Apr 13 21:38:06 2008 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 3DB7110656C7; Sun, 13 Apr 2008 21:38:06 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1489E8FC27; Sun, 13 Apr 2008 21:38:06 +0000 (UTC) (envelope-from phk@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 m3DLc5rI098668; Sun, 13 Apr 2008 21:38:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DLc5JA098667; Sun, 13 Apr 2008 21:38:05 GMT (envelope-from phk) Message-Id: <200804132138.m3DLc5JA098667@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 Apr 2008 21:38:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net radix_mpath.c 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, 13 Apr 2008 21:38:06 -0000 phk 2008-04-13 21:38:05 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c Log: Make this compile also on non-IPv6 kernels. Revision Changes Path 1.2 +2 -0 src/sys/net/radix_mpath.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 21:44:38 2008 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 CCAA2106564A; Sun, 13 Apr 2008 21:44:38 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 684248FC1A; Sun, 13 Apr 2008 21:44:38 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 4305328448; Mon, 14 Apr 2008 05:44:37 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id C66CAEB14EF; Mon, 14 Apr 2008 05:44:36 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id Sww7aBlj7kAB; Mon, 14 Apr 2008 05:44:30 +0800 (CST) Received: from charlie.delphij.net (c-69-181-135-56.hsd1.ca.comcast.net [69.181.135.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id E930AEB1495; Mon, 14 Apr 2008 05:44:28 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=RxPtC5NGko3ONJNL1wD/+6LFP/7pytVGw+eW6fFW4xaIjydxUl5mmOHFXUz4JVlso X3DLOY3eFiGS1hKAqTh8Q== Message-ID: <48027EB8.4020105@delphij.net> Date: Sun, 13 Apr 2008 14:44:24 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Christian Weisgerber References: <200804121532.m3CFW1kh078688@repoman.freebsd.org> <4801BE6A.9090902@delphij.net> <20080413190643.GA31023@kemoauc.mips.inka.de> In-Reply-To: <20080413190643.GA31023@kemoauc.mips.inka.de> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.ORG, d@delphij.net, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/findutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 21:44:38 -0000 Christian Weisgerber wrote: > Xin LI: > >>> Work around the assumption that openat() implies the existence of >>> fdopendir(). FreeBSD 8 has the former, but not the latter. >> What about just implementing it instead? I have a hackish patch for this. > > Maybe, but this is outside the purview of ports. > I also think the merits of having fdopendir(3) should be judged > independently of the latest GNU breakage. Yes I agree. I'll ask review for my patch before committing it against -HEAD. What I feel a bit concern is that if we force configure script not to use openat() we may lose the chance that these functions get exercised which will not be good Perhaps something like BROKEN would be better because they will be checked later, but that's only my $0.02 :) Cheers, -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! From owner-cvs-all@FreeBSD.ORG Sun Apr 13 21:45:53 2008 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 DE0FC1065671; Sun, 13 Apr 2008 21:45:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B42188FC27; Sun, 13 Apr 2008 21:45:53 +0000 (UTC) (envelope-from rwatson@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 m3DLjrfv099268; Sun, 13 Apr 2008 21:45:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DLjrKZ099267; Sun, 13 Apr 2008 21:45:53 GMT (envelope-from rwatson) Message-Id: <200804132145.m3DLjrKZ099267@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Apr 2008 21:45:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_framework.h mac_internal.h mac_policy.h 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, 13 Apr 2008 21:45:54 -0000 rwatson 2008-04-13 21:45:53 UTC FreeBSD src repository Modified files: sys/security/mac mac_framework.h mac_internal.h mac_policy.h Log: Make naming of include guards for MAC Framework include files more consistent with other kernel include guards (don't start with _SYS). MFC after: 3 days Revision Changes Path 1.97 +3 -3 src/sys/security/mac/mac_framework.h 1.124 +3 -3 src/sys/security/mac/mac_internal.h 1.107 +3 -3 src/sys/security/mac/mac_policy.h From owner-cvs-all@FreeBSD.ORG Sun Apr 13 22:04:56 2008 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 A11D1106566B; Sun, 13 Apr 2008 22:04:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 781D58FC0A; Sun, 13 Apr 2008 22:04:56 +0000 (UTC) (envelope-from imp@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 m3DM4uaw007186; Sun, 13 Apr 2008 22:04:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DM4uxu007185; Sun, 13 Apr 2008 22:04:56 GMT (envelope-from imp) Message-Id: <200804132204.m3DM4uxu007185@repoman.freebsd.org> From: Warner Losh Date: Sun, 13 Apr 2008 22:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/conf ADM5120 MALTA 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, 13 Apr 2008 22:04:56 -0000 imp 2008-04-13 22:04:56 UTC FreeBSD src repository Modified files: sys/mips/conf ADM5120 MALTA Log: fix comments for these files. Noticed by: stass Revision Changes Path 1.2 +1 -1 src/sys/mips/conf/ADM5120 1.2 +1 -1 src/sys/mips/conf/MALTA From owner-cvs-all@FreeBSD.ORG Sun Apr 13 22:06:57 2008 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 44928106564A; Sun, 13 Apr 2008 22:06:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32D338FC16; Sun, 13 Apr 2008 22:06:57 +0000 (UTC) (envelope-from rwatson@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 m3DM6vlT008338; Sun, 13 Apr 2008 22:06:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DM6v5N008337; Sun, 13 Apr 2008 22:06:57 GMT (envelope-from rwatson) Message-Id: <200804132206.m3DM6v5N008337@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Apr 2008 22:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_arg.c audit_bsm.c audit_bsm_klib.c audit_bsm_token.c audit_pipe.c audit_syscalls.c audit_trigger.c audit_worker.c 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, 13 Apr 2008 22:06:57 -0000 rwatson 2008-04-13 22:06:57 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_arg.c audit_bsm.c audit_bsm_klib.c audit_bsm_token.c audit_pipe.c audit_syscalls.c audit_trigger.c audit_worker.c Log: Use __FBSDID() for $FreeBSD$ IDs in the audit code. MFC after: 3 days Revision Changes Path 1.41 +3 -2 src/sys/security/audit/audit.c 1.19 +3 -2 src/sys/security/audit/audit_arg.c 1.26 +3 -2 src/sys/security/audit/audit_bsm.c 1.12 +3 -2 src/sys/security/audit/audit_bsm_klib.c 1.15 +3 -2 src/sys/security/audit/audit_bsm_token.c 1.15 +3 -2 src/sys/security/audit/audit_pipe.c 1.26 +3 -2 src/sys/security/audit/audit_syscalls.c 1.8 +3 -2 src/sys/security/audit/audit_trigger.c 1.23 +3 -2 src/sys/security/audit/audit_worker.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 22:34:58 2008 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 EEC2C1065670; Sun, 13 Apr 2008 22:34:58 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5B308FC0A; Sun, 13 Apr 2008 22:34:58 +0000 (UTC) (envelope-from alepulver@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 m3DMYwcw009181; Sun, 13 Apr 2008 22:34:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DMYwkE009180; Sun, 13 Apr 2008 22:34:58 GMT (envelope-from alepulver) Message-Id: <200804132234.m3DMYwkE009180@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 13 Apr 2008 22:34:58 +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/emulators/wahcade distinfo 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, 13 Apr 2008 22:34:59 -0000 alepulver 2008-04-13 22:34:58 UTC FreeBSD ports repository Modified files: emulators/wahcade distinfo Log: - Update distinfo (added md5sum file to bdist_debian.py). Revision Changes Path 1.11 +3 -3 ports/emulators/wahcade/distinfo From owner-cvs-all@FreeBSD.ORG Sun Apr 13 22:45:58 2008 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 B2BEB1065672; Sun, 13 Apr 2008 22:45:58 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8956E8FC2D; Sun, 13 Apr 2008 22:45:58 +0000 (UTC) (envelope-from alepulver@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 m3DMjwJI009592; Sun, 13 Apr 2008 22:45:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DMjwBq009591; Sun, 13 Apr 2008 22:45:58 GMT (envelope-from alepulver) Message-Id: <200804132245.m3DMjwBq009591@repoman.freebsd.org> From: Alejandro Pulver Date: Sun, 13 Apr 2008 22:45:58 +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/sysutils/fusefs-ntfs Makefile distinfo pkg-plist 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, 13 Apr 2008 22:45:58 -0000 alepulver 2008-04-13 22:45:58 UTC FreeBSD ports repository Modified files: sysutils/fusefs-ntfs Makefile distinfo pkg-plist Log: - Update to version 1.2412. Revision Changes Path 1.26 +1 -1 ports/sysutils/fusefs-ntfs/Makefile 1.17 +3 -3 ports/sysutils/fusefs-ntfs/distinfo 1.12 +1 -1 ports/sysutils/fusefs-ntfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Apr 13 23:04:47 2008 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 71C00106566C; Sun, 13 Apr 2008 23:04:47 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4996B8FC0C; Sun, 13 Apr 2008 23:04:47 +0000 (UTC) (envelope-from qingli@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 m3DN4lZc011226; Sun, 13 Apr 2008 23:04:47 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DN4k5M011225; Sun, 13 Apr 2008 23:04:46 GMT (envelope-from qingli) Message-Id: <200804132304.m3DN4k5M011225@repoman.freebsd.org> From: Qing Li Date: Sun, 13 Apr 2008 23:04:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net radix_mpath.c 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, 13 Apr 2008 23:04:47 -0000 qingli 2008-04-13 23:04:46 UTC FreeBSD src repository Modified files: sys/net radix_mpath.c Log: Make this file compile on IPv6 kernels. Revision Changes Path 1.3 +2 -0 src/sys/net/radix_mpath.c From owner-cvs-all@FreeBSD.ORG Sun Apr 13 23:21:21 2008 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 4D7571065670; Sun, 13 Apr 2008 23:21:21 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2A88FC1E; Sun, 13 Apr 2008 23:21:21 +0000 (UTC) (envelope-from cokane@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 m3DNLLJW011840; Sun, 13 Apr 2008 23:21:21 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DNLLnh011839; Sun, 13 Apr 2008 23:21:21 GMT (envelope-from cokane) Message-Id: <200804132321.m3DNLLnh011839@repoman.freebsd.org> From: Coleman Kane Date: Sun, 13 Apr 2008 23:21:21 +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/security/seahorse Makefile ports/security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_seahorse-secure-memory.h 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, 13 Apr 2008 23:21:21 -0000 cokane 2008-04-13 23:21:20 UTC FreeBSD ports repository (src committer) Modified files: security/seahorse Makefile Added files: security/seahorse/files patch-libseahorse_seahorse-secure-memory.c patch-libseahorse_seahorse-secure-memory.h Log: Add some improved logic to seahorse to have it gracefully fall back to insecure memory usage for sensitive storage when gnome-keyring doesn't have the privileges to use mlock(2)/munlock(2). This behavior is much more useful than the ungraceful dereference of a NULL pointer (and subsequent crash of the seahorse programs) that currently is employed. This patch makes seahorse (and seahorse-agent, seahorse-daemon, etc.) warn the user about having to use secure memory so that consumers such as Evolution and other software can make use of seahorse. A larger and more valuable project would be to provide some sort of unprivileged user mlock(2) support in the base system. Some ideas are currently being discussed. Reviewed by: marcus, gnome@, imp Approved by: marcus (gnome) Revision Changes Path 1.65 +1 -0 ports/security/seahorse/Makefile 1.1 +42 -0 ports/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.c (new) 1.1 +11 -0 ports/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.h (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 23:23:12 2008 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 5F1381065673; Sun, 13 Apr 2008 23:23:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35D028FC1E; Sun, 13 Apr 2008 23:23:12 +0000 (UTC) (envelope-from ehaupt@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 m3DNNCpn011939; Sun, 13 Apr 2008 23:23:12 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DNNC4h011938; Sun, 13 Apr 2008 23:23:12 GMT (envelope-from ehaupt) Message-Id: <200804132323.m3DNNC4h011938@repoman.freebsd.org> From: Emanuel Haupt Date: Sun, 13 Apr 2008 23:23:12 +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/audio Makefile ports/audio/milkytracker Makefile distinfo pkg-descr 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, 13 Apr 2008 23:23:12 -0000 ehaupt 2008-04-13 23:23:12 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/milkytracker Makefile distinfo pkg-descr Log: Add milkytracker 0.90.80, a free music creation tool inspired by Fast Tracker 2. Revision Changes Path 1.952 +1 -0 ports/audio/Makefile 1.1 +46 -0 ports/audio/milkytracker/Makefile (new) 1.1 +3 -0 ports/audio/milkytracker/distinfo (new) 1.1 +6 -0 ports/audio/milkytracker/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Apr 13 23:23:18 2008 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 9407A1065677; Sun, 13 Apr 2008 23:23:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C04D8FC0C; Sun, 13 Apr 2008 23:23:18 +0000 (UTC) (envelope-from ehaupt@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 m3DNNId7011973; Sun, 13 Apr 2008 23:23:18 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DNNIjA011972; Sun, 13 Apr 2008 23:23:18 GMT (envelope-from ehaupt) Message-Id: <200804132323.m3DNNIjA011972@repoman.freebsd.org> From: Emanuel Haupt Date: Sun, 13 Apr 2008 23:23:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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, 13 Apr 2008 23:23:18 -0000 ehaupt 2008-04-13 23:23:18 UTC FreeBSD ports repository Modified files: . modules Log: milkytracker --> ports/audio/milkytracker Revision Changes Path 1.19632 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Apr 13 23:38:02 2008 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 94283106564A; Sun, 13 Apr 2008 23:38:02 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 840008FC0C; Sun, 13 Apr 2008 23:38:02 +0000 (UTC) (envelope-from marcus@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 m3DNc2Zc012483; Sun, 13 Apr 2008 23:38:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DNc2aW012482; Sun, 13 Apr 2008 23:38:02 GMT (envelope-from marcus) Message-Id: <200804132338.m3DNc2aW012482@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 13 Apr 2008 23:38:02 +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/sysutils/hal Makefile ports/sysutils/hal/files patch-hald_freebsd_probing_probe-volume.c patch-hald_hf-storage.c 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, 13 Apr 2008 23:38:02 -0000 marcus 2008-04-13 23:38:02 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile Added files: sysutils/hal/files patch-hald_freebsd_probing_probe-volume.c patch-hald_hf-storage.c Log: * Do not probe disc media unless the media is known to contain data * Be less conservation about which device nodes are mountable volumes These patches were tested together by mezz, and individually by Andriy Gapon and Andreas Wetzel respectively. Revision Changes Path 1.35 +1 -1 ports/sysutils/hal/Makefile 1.1 +12 -0 ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c (new) 1.1 +18 -0 ports/sysutils/hal/files/patch-hald_hf-storage.c (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:26:22 2008 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 5A87D1065670; Mon, 14 Apr 2008 00:26:22 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AA3D8FC21; Mon, 14 Apr 2008 00:26:22 +0000 (UTC) (envelope-from clsung@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 m3E0QM80015185; Mon, 14 Apr 2008 00:26:22 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E0QMmp015184; Mon, 14 Apr 2008 00:26:22 GMT (envelope-from clsung) Message-Id: <200804140026.m3E0QMmp015184@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 00:26:22 +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/net Makefile ports/net/p5-POE-Component-Client-Twitter Makefile distinfo pkg-descr pkg-plist 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: Mon, 14 Apr 2008 00:26:22 -0000 clsung 2008-04-14 00:26:21 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-POE-Component-Client-Twitter Makefile distinfo pkg-descr pkg-plist Log: POE::Component::Client::Twitter is a POE component for Twitter API. WWW: http://search.cpan.org/dist/POE-Component-Client-Twitter/ PR: ports/122716 Submitted by: Masahiro Teramoto Revision Changes Path 1.1982 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/p5-POE-Component-Client-Twitter/Makefile (new) 1.1 +3 -0 ports/net/p5-POE-Component-Client-Twitter/distinfo (new) 1.1 +3 -0 ports/net/p5-POE-Component-Client-Twitter/pkg-descr (new) 1.1 +10 -0 ports/net/p5-POE-Component-Client-Twitter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:26:36 2008 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 6406D1065672; Mon, 14 Apr 2008 00:26:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2F28FC0A; Mon, 14 Apr 2008 00:26:36 +0000 (UTC) (envelope-from clsung@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 m3E0QaNS015222; Mon, 14 Apr 2008 00:26:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E0Qaw3015221; Mon, 14 Apr 2008 00:26:36 GMT (envelope-from clsung) Message-Id: <200804140026.m3E0Qaw3015221@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 00:26:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Mon, 14 Apr 2008 00:26:36 -0000 clsung 2008-04-14 00:26:36 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Client-Twitter --> ports/net/p5-POE-Component-Client-Twitter Revision Changes Path 1.19633 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:33:46 2008 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 B2AA11065673 for ; Mon, 14 Apr 2008 00:33:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0098FC1F for ; Mon, 14 Apr 2008 00:33:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1378828wfa.7 for ; Sun, 13 Apr 2008 17:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=DUZ9FRBRrqFQEft70QInE7RDFRzCCYXcXYbRBl3JXrY=; b=sSLil+KVV0Kce5aOc7iOZa3ewEMMPryn7mQn6XY515eUI6aCWOUR/vWj+IH2oJqg+u6SMnmb7EDVZJbbg/yKOLExmdYrtDQ+J55L6ZHCOZQW7bXLcUvsLMYbXe+j0qtngk2ZC0Vv/gxm3n5GsdIt8yHB42XtJ/K9RtX88IGtM70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=JkPOjAlLHxanGRaV5nyILgtOmFmhAEr5RnxbsPOPZ8laE18UcB9jH+4OnoaA0Khrf2KOWHgefyxOyJmBfWHhucpRSZK1TS41oL7ITLTtTXWNMpqwj4a1XpMhjObB/HQUkMk7iBja/xpwdiXB01Q4M3JSTspmSqg48z9e84l2hQE= Received: by 10.142.226.2 with SMTP id y2mr1612769wfg.137.1208133226009; Sun, 13 Apr 2008 17:33:46 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 24sm10568249wfc.18.2008.04.13.17.33.42 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Apr 2008 17:33:44 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m3E0XcjG015803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Apr 2008 09:33:38 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m3E0XbOw015802; Mon, 14 Apr 2008 09:33:37 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 14 Apr 2008 09:33:37 +0900 From: Pyun YongHyeon To: Qing Li Message-ID: <20080414003337.GA15616@cdnetworks.co.kr> References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804130545.m3D5jEtd081771@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 00:33:46 -0000 On Sun, Apr 13, 2008 at 05:45:14AM +0000, Qing Li wrote: > qingli 2008-04-13 05:45:14 UTC > > FreeBSD src repository > > Modified files: > sys/conf files options > sys/net radix.c radix.h route.c route.h rtsock.c > sys/netinet in_proto.c ip_output.c > sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c > Log: > This patch provides the back end support for equal-cost multi-path > (ECMP) for both IPv4 and IPv6. Previously, multipath route insertion > is disallowed. For example, > > route add -net 192.103.54.0/24 10.9.44.1 > route add -net 192.103.54.0/24 10.9.44.2 > > The second route insertion will trigger an error message of > "add net 192.103.54.0/24: gateway 10.2.5.2: route already in table" > > Multiple default routes can also be inserted. Here is the netstat > output: > > default 10.2.5.1 UGS 0 3074 bge0 => > default 10.2.5.2 UGS 0 0 bge0 > > When multipath routes exist, the "route delete" command requires > a specific gateway to be specified or else an error message would > be displayed. For example, > > route delete default > > would fail and trigger the following error message: > > "route: writing to routing socket: No such process" > "delete net default: not in table" > > On the other hand, > > route delete default 10.2.5.2 > > would be successful: "delete net default: gateway 10.2.5.2" > > One does not have to specify a gateway if there is only a single > route for a particular destination. > > I need to perform more testings on address aliases and multiple > interfaces that have the same IP prefixes. This patch as it > stands today is not yet ready for prime time. Therefore, the ECMP > code fragments are fully guarded by the RADIX_MPATH macro. > Include the "options RADIX_MPATH" in the kernel configuration > to enable this feature. > > Reviewed by: robert, sam, gnn, julian, kmacy > Nice work! -- Regards, Pyun YongHyeon From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:47:00 2008 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 D68961065676; Mon, 14 Apr 2008 00:47:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6BBE8FC14; Mon, 14 Apr 2008 00:47:00 +0000 (UTC) (envelope-from clsung@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 m3E0l0pg015961; Mon, 14 Apr 2008 00:47:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E0l0kC015960; Mon, 14 Apr 2008 00:47:00 GMT (envelope-from clsung) Message-Id: <200804140047.m3E0l0kC015960@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 00:47:00 +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 Makefile ports/devel/dyncall Makefile distinfo pkg-descr pkg-plist 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: Mon, 14 Apr 2008 00:47:00 -0000 clsung 2008-04-14 00:47:00 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/dyncall Makefile distinfo pkg-descr pkg-plist Log: The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other workds, instead of calling a function directly, the dyncall library provides a mechanism to push the function parameters manually and to issue the call afterwards. This means, that a program can determine at runtime what function to call, and what parameters to pass to it. The library is written in C and assembly and provides a very simple C interface to program against. The library comes in very handy to power flexible message systems, dynamic function call dispatch mechanisms, closure implementations or even to bridge different programming languages. When it comes to language bindings, the dyncall library provides a clean and portable C interface to dynamically issue calls to foreign code using small kernels written in assembly. Instead of providing code for every bridged function call, which unnecessarily results in code bloat, only a couple of instructions are used to invoke every possible call. WWW: http://www.dyncall.org PR: ports/122720 Submitted by: Tassilo Philipp Revision Changes Path 1.3036 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/dyncall/Makefile (new) 1.1 +3 -0 ports/devel/dyncall/distinfo (new) 1.1 +20 -0 ports/devel/dyncall/pkg-descr (new) 1.1 +10 -0 ports/devel/dyncall/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:47:17 2008 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 9B9381065683; Mon, 14 Apr 2008 00:47:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73EF68FC0A; Mon, 14 Apr 2008 00:47:17 +0000 (UTC) (envelope-from clsung@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 m3E0lHGw023862; Mon, 14 Apr 2008 00:47:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E0lHGO023846; Mon, 14 Apr 2008 00:47:17 GMT (envelope-from clsung) Message-Id: <200804140047.m3E0lHGO023846@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 00:47:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Mon, 14 Apr 2008 00:47:17 -0000 clsung 2008-04-14 00:47:17 UTC FreeBSD ports repository Modified files: . modules Log: dyncall --> ports/devel/dyncall Revision Changes Path 1.19634 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 14 00:53:05 2008 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 ED9C0106564A; Mon, 14 Apr 2008 00:53:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD4798FC1A; Mon, 14 Apr 2008 00:53:05 +0000 (UTC) (envelope-from clsung@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 m3E0r5bq025280; Mon, 14 Apr 2008 00:53:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E0r5Qo025279; Mon, 14 Apr 2008 00:53:05 GMT (envelope-from clsung) Message-Id: <200804140053.m3E0r5Qo025279@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 00:53:05 +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/security/nmap Makefile distinfo pkg-descr pkg-plist ports/security/nmap/files patch-Makefile.in patch-configure 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: Mon, 14 Apr 2008 00:53:06 -0000 clsung 2008-04-14 00:53:05 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo pkg-descr pkg-plist security/nmap/files patch-Makefile.in patch-configure Log: - Update nmap to 4.60 and fix moved MASTER_SITES. Also fixed portlint warnings about Makefile structure. PR: ports/122728 Submitted by: maintainer (Daniel Roethlisberge) Revision Changes Path 1.108 +13 -16 ports/security/nmap/Makefile 1.68 +3 -3 ports/security/nmap/distinfo 1.6 +11 -2 ports/security/nmap/files/patch-Makefile.in 1.10 +12 -12 ports/security/nmap/files/patch-configure 1.7 +2 -2 ports/security/nmap/pkg-descr 1.22 +3 -0 ports/security/nmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 01:29:06 2008 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 8549B106564A; Mon, 14 Apr 2008 01:29:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75B878FC18; Mon, 14 Apr 2008 01:29:06 +0000 (UTC) (envelope-from clsung@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 m3E1T6b6027559; Mon, 14 Apr 2008 01:29:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E1T6Ci027558; Mon, 14 Apr 2008 01:29:06 GMT (envelope-from clsung) Message-Id: <200804140129.m3E1T6Ci027558@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 01:29:04 +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 Makefile ports/devel/p5-Class-Component Makefile distinfo pkg-descr pkg-plist 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: Mon, 14 Apr 2008 01:29:06 -0000 clsung 2008-04-14 01:29:04 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Class-Component Makefile distinfo pkg-descr pkg-plist Log: Class::Component is pluggable component framework. The compatibilities such as dump and load such as YAML are good. WWW: http://search.cpan.org/dist/Class-Component/ PR: ports/122719 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.3037 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Class-Component/Makefile (new) 1.1 +3 -0 ports/devel/p5-Class-Component/distinfo (new) 1.1 +4 -0 ports/devel/p5-Class-Component/pkg-descr (new) 1.1 +24 -0 ports/devel/p5-Class-Component/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 01:29:24 2008 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 2270F1065670; Mon, 14 Apr 2008 01:29:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF1738FC29; Mon, 14 Apr 2008 01:29:22 +0000 (UTC) (envelope-from clsung@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 m3E1TMi1027593; Mon, 14 Apr 2008 01:29:22 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E1TMZO027592; Mon, 14 Apr 2008 01:29:22 GMT (envelope-from clsung) Message-Id: <200804140129.m3E1TMZO027592@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 01:29:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Mon, 14 Apr 2008 01:29:24 -0000 clsung 2008-04-14 01:29:22 UTC FreeBSD ports repository Modified files: . modules Log: p5-Class-Component --> ports/devel/p5-Class-Component Revision Changes Path 1.19635 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 14 01:32:59 2008 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 4618B106564A; Mon, 14 Apr 2008 01:32:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E0468FC1E; Mon, 14 Apr 2008 01:32:59 +0000 (UTC) (envelope-from clsung@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 m3E1WwGg027749; Mon, 14 Apr 2008 01:32:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E1Wwrm027748; Mon, 14 Apr 2008 01:32:58 GMT (envelope-from clsung) Message-Id: <200804140132.m3E1Wwrm027748@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 01:32:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml 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: Mon, 14 Apr 2008 01:32:59 -0000 clsung 2008-04-14 01:32:58 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - add 'Tomoyuki Sakurai' for devel/p5-Class-Component Revision Changes Path 1.783 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 01:34:45 2008 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 B98FC1065679; Mon, 14 Apr 2008 01:34:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 917F98FC1A; Mon, 14 Apr 2008 01:34:45 +0000 (UTC) (envelope-from clsung@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 m3E1YjbJ027835; Mon, 14 Apr 2008 01:34:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E1YjQv027834; Mon, 14 Apr 2008 01:34:45 GMT (envelope-from clsung) Message-Id: <200804140134.m3E1YjQv027834@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 01:34:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml 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: Mon, 14 Apr 2008 01:34:45 -0000 clsung 2008-04-14 01:34:45 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - add 'Tassilo Philipp' for devel/dyncall Revision Changes Path 1.784 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 01:41:44 2008 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 3F960106564A; Mon, 14 Apr 2008 01:41:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA4598FC18; Mon, 14 Apr 2008 01:41:43 +0000 (UTC) (envelope-from clsung@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 m3E1fhv8028115; Mon, 14 Apr 2008 01:41:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E1fhXo028114; Mon, 14 Apr 2008 01:41:43 GMT (envelope-from clsung) Message-Id: <200804140141.m3E1fhXo028114@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 01:41:43 +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/rubygem-hoe Makefile distinfo 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: Mon, 14 Apr 2008 01:41:44 -0000 clsung 2008-04-14 01:41:43 UTC FreeBSD ports repository Modified files: devel/rubygem-hoe Makefile distinfo Log: - Update to 1.5.1 PR: ports/122552 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Revision Changes Path 1.10 +1 -1 ports/devel/rubygem-hoe/Makefile 1.9 +3 -3 ports/devel/rubygem-hoe/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 03:56:22 2008 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 220ED1065675; Mon, 14 Apr 2008 03:56:22 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE4668FC23; Mon, 14 Apr 2008 03:56:21 +0000 (UTC) (envelope-from clsung@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 m3E3uLj2035678; Mon, 14 Apr 2008 03:56:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E3uL6M035677; Mon, 14 Apr 2008 03:56:21 GMT (envelope-from clsung) Message-Id: <200804140356.m3E3uL6M035677@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 03:56:21 +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/security/zenmap Makefile distinfo pkg-descr pkg-plist 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: Mon, 14 Apr 2008 03:56:22 -0000 clsung 2008-04-14 03:56:21 UTC FreeBSD ports repository Modified files: security/zenmap Makefile distinfo pkg-descr pkg-plist Log: - Update zenmap to 4.60 and fix moved MASTER_SITES. - Zenmap now has a manual page, zenmap(1). PR: ports/122729 Submitted by: maintainer (Daniel Roethlisberge) Revision Changes Path 1.40 +7 -2 ports/security/zenmap/Makefile 1.18 +3 -3 ports/security/zenmap/distinfo 1.7 +1 -1 ports/security/zenmap/pkg-descr 1.13 +3 -4 ports/security/zenmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 03:57:43 2008 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 5D9AC1065674; Mon, 14 Apr 2008 03:57:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 360F58FC18; Mon, 14 Apr 2008 03:57:43 +0000 (UTC) (envelope-from clsung@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 m3E3vhNW035749; Mon, 14 Apr 2008 03:57:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E3vhs5035748; Mon, 14 Apr 2008 03:57:43 GMT (envelope-from clsung) Message-Id: <200804140357.m3E3vhs5035748@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 03:57:43 +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/security/nmap-i18n-man Makefile distinfo pkg-descr 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: Mon, 14 Apr 2008 03:57:43 -0000 clsung 2008-04-14 03:57:43 UTC FreeBSD ports repository Modified files: security/nmap-i18n-man Makefile distinfo pkg-descr Log: - Update the translated manual pages to their latest versions and add Italian to the pkg-descr. PR: ports/122730 Submitted by: maintainer (Daniel Roethlisberge) Revision Changes Path 1.4 +1 -1 ports/security/nmap-i18n-man/Makefile 1.3 +33 -33 ports/security/nmap-i18n-man/distinfo 1.2 +3 -3 ports/security/nmap-i18n-man/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Apr 14 04:05:00 2008 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 4AF6B106564A; Mon, 14 Apr 2008 04:05:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 230168FC1D; Mon, 14 Apr 2008 04:05:00 +0000 (UTC) (envelope-from clsung@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 m3E450MS037108; Mon, 14 Apr 2008 04:05:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E44x6A037107; Mon, 14 Apr 2008 04:04:59 GMT (envelope-from clsung) Message-Id: <200804140404.m3E44x6A037107@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 04:04:59 +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/www/perlbal Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 04:05:00 -0000 clsung 2008-04-14 04:04:59 UTC FreeBSD ports repository Modified files: www/perlbal Makefile distinfo pkg-plist Log: - Update to 1.70 Changes: http://search.cpan.org/dist/Perlbal/CHANGES Revision Changes Path 1.15 +4 -2 ports/www/perlbal/Makefile 1.13 +3 -3 ports/www/perlbal/distinfo 1.9 +3 -1 ports/www/perlbal/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 04:06:09 2008 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 E1C21106566B; Mon, 14 Apr 2008 04:06:09 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2BED8FC0A; Mon, 14 Apr 2008 04:06:09 +0000 (UTC) (envelope-from lx@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 m3E469PR037259; Mon, 14 Apr 2008 04:06:09 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E469g9037258; Mon, 14 Apr 2008 04:06:09 GMT (envelope-from lx) Message-Id: <200804140406.m3E469g9037258@repoman.freebsd.org> From: David Thiel Date: Mon, 14 Apr 2008 04:06:09 +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/net Makefile ports/net/libfixbuf Makefile distinfo pkg-descr pkg-plist ports/net/libfixbuf/files patch-Makefile.in 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: Mon, 14 Apr 2008 04:06:10 -0000 lx 2008-04-14 04:06:09 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/libfixbuf Makefile distinfo pkg-descr pkg-plist net/libfixbuf/files patch-Makefile.in Log: Adding libfixbuf to support IPFIX and IPV6 in the upcoming silktools update. Revision Changes Path 1.1983 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/libfixbuf/Makefile (new) 1.1 +3 -0 ports/net/libfixbuf/distinfo (new) 1.1 +11 -0 ports/net/libfixbuf/files/patch-Makefile.in (new) 1.1 +6 -0 ports/net/libfixbuf/pkg-descr (new) 1.1 +12 -0 ports/net/libfixbuf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 04:06:18 2008 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 1B5B11065743; Mon, 14 Apr 2008 04:06:18 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8DF98FC0C; Mon, 14 Apr 2008 04:06:17 +0000 (UTC) (envelope-from lx@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 m3E46HSg037302; Mon, 14 Apr 2008 04:06:17 GMT (envelope-from lx@repoman.freebsd.org) Received: (from lx@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E46Hx9037301; Mon, 14 Apr 2008 04:06:17 GMT (envelope-from lx) Message-Id: <200804140406.m3E46Hx9037301@repoman.freebsd.org> From: David Thiel Date: Mon, 14 Apr 2008 04:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Mon, 14 Apr 2008 04:06:18 -0000 lx 2008-04-14 04:06:17 UTC FreeBSD ports repository Modified files: . modules Log: libfixbuf --> ports/net/libfixbuf Revision Changes Path 1.19636 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 14 05:14:53 2008 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 AF2A41065671; Mon, 14 Apr 2008 05:14:53 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63A3D8FC12; Mon, 14 Apr 2008 05:14:53 +0000 (UTC) (envelope-from clsung@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 m3E5ErJc049651; Mon, 14 Apr 2008 05:14:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E5Er15049650; Mon, 14 Apr 2008 05:14:53 GMT (envelope-from clsung) Message-Id: <200804140514.m3E5Er15049650@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 05:14:53 +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/www/rubygem-mechanize Makefile distinfo 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: Mon, 14 Apr 2008 05:14:53 -0000 clsung 2008-04-14 05:14:53 UTC FreeBSD ports repository Modified files: www/rubygem-mechanize Makefile distinfo Log: - Update to 0.7.5 Revision Changes Path 1.11 +3 -3 ports/www/rubygem-mechanize/Makefile 1.10 +3 -3 ports/www/rubygem-mechanize/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 05:33:28 2008 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 3E552106564A; Mon, 14 Apr 2008 05:33:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16FAF8FC13; Mon, 14 Apr 2008 05:33:28 +0000 (UTC) (envelope-from clsung@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 m3E5XRCX050274; Mon, 14 Apr 2008 05:33:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E5XRCL050273; Mon, 14 Apr 2008 05:33:27 GMT (envelope-from clsung) Message-Id: <200804140533.m3E5XRCL050273@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 05:33:27 +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/net/dictd Makefile distinfo 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: Mon, 14 Apr 2008 05:33:28 -0000 clsung 2008-04-14 05:33:27 UTC FreeBSD ports repository Modified files: net/dictd Makefile distinfo Log: - Update to 1.10.11 Revision Changes Path 1.42 +1 -1 ports/net/dictd/Makefile 1.15 +3 -3 ports/net/dictd/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 05:37:30 2008 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 61993106566B; Mon, 14 Apr 2008 05:37:30 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A28B8FC16; Mon, 14 Apr 2008 05:37:30 +0000 (UTC) (envelope-from hq@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 m3E5bUaa050426; Mon, 14 Apr 2008 05:37:30 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E5bUpe050425; Mon, 14 Apr 2008 05:37:30 GMT (envelope-from hq) Message-Id: <200804140537.m3E5bUpe050425@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 14 Apr 2008 05:37:30 +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/maven2 Makefile distinfo 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: Mon, 14 Apr 2008 05:37:30 -0000 hq 2008-04-14 05:37:30 UTC FreeBSD ports repository Modified files: devel/maven2 Makefile distinfo Log: Update to version 2.0.9 Revision Changes Path 1.12 +1 -1 ports/devel/maven2/Makefile 1.12 +3 -3 ports/devel/maven2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 05:54:17 2008 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 5829C106566C; Mon, 14 Apr 2008 05:54:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 304DB8FC13; Mon, 14 Apr 2008 05:54:17 +0000 (UTC) (envelope-from clsung@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 m3E5sHYf050914; Mon, 14 Apr 2008 05:54:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E5sG9s050913; Mon, 14 Apr 2008 05:54:17 GMT (envelope-from clsung) Message-Id: <200804140554.m3E5sG9s050913@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 05:54:16 +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/net/p5-XML-Compile-SOAP Makefile distinfo 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: Mon, 14 Apr 2008 05:54:17 -0000 clsung 2008-04-14 05:54:16 UTC FreeBSD ports repository Modified files: net/p5-XML-Compile-SOAP Makefile distinfo Log: - Update to 0.71 Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog Revision Changes Path 1.5 +9 -3 ports/net/p5-XML-Compile-SOAP/Makefile 1.5 +3 -3 ports/net/p5-XML-Compile-SOAP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:02:25 2008 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 D80A8106566B; Mon, 14 Apr 2008 06:02:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0A128FC18; Mon, 14 Apr 2008 06:02:25 +0000 (UTC) (envelope-from clsung@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 m3E62PoP051210; Mon, 14 Apr 2008 06:02:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E62PdD051209; Mon, 14 Apr 2008 06:02:25 GMT (envelope-from clsung) Message-Id: <200804140602.m3E62PdD051209@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 06:02:25 +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/textproc/dictfmt Makefile distinfo 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: Mon, 14 Apr 2008 06:02:25 -0000 clsung 2008-04-14 06:02:25 UTC FreeBSD ports repository Modified files: textproc/dictfmt Makefile distinfo Log: - Update to 1.10.11 Revision Changes Path 1.29 +1 -1 ports/textproc/dictfmt/Makefile 1.21 +3 -3 ports/textproc/dictfmt/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:17:55 2008 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 AA7641065672; Mon, 14 Apr 2008 06:17:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81ACB8FC25; Mon, 14 Apr 2008 06:17:55 +0000 (UTC) (envelope-from marcus@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 m3E6Ht5a052968; Mon, 14 Apr 2008 06:17:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6HthZ052967; Mon, 14 Apr 2008 06:17:55 GMT (envelope-from marcus) Message-Id: <200804140617.m3E6HthZ052967@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 14 Apr 2008 06:17:55 +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/libgtop Makefile ports/devel/libgtop/files patch-sysdeps_freebsd_procopenfiles.c patch-sysdeps_freebsd_procwd.c 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: Mon, 14 Apr 2008 06:17:55 -0000 marcus 2008-04-14 06:17:55 UTC FreeBSD ports repository Modified files: devel/libgtop Makefile devel/libgtop/files patch-sysdeps_freebsd_procopenfiles.c patch-sysdeps_freebsd_procwd.c Log: Use procstat on sufficiently new versions of RELENG_7. Revision Changes Path 1.82 +3 -1 ports/devel/libgtop/Makefile 1.2 +3 -3 ports/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c 1.2 +3 -3 ports/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:21:35 2008 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 3D0891065670; Mon, 14 Apr 2008 06:21:35 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB788FC23; Mon, 14 Apr 2008 06:21:35 +0000 (UTC) (envelope-from yongari@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 m3E6LZGG053199; Mon, 14 Apr 2008 06:21:35 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6LZpR053198; Mon, 14 Apr 2008 06:21:35 GMT (envelope-from yongari) Message-Id: <200804140621.m3E6LZpR053198@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 14 Apr 2008 06:21:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/sf Makefile src/sys/dev/sf if_sf.c if_sfreg.h starfire_rx.h starfire_tx.h src/sys/pci if_sf.c if_sfreg.h 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: Mon, 14 Apr 2008 06:21:35 -0000 yongari 2008-04-14 06:21:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/modules/sf Makefile Added files: (Branch: RELENG_7) sys/dev/sf if_sf.c if_sfreg.h starfire_rx.h starfire_tx.h Removed files: (Branch: RELENG_7) sys/pci if_sf.c if_sfreg.h Log: MFC sf(4) to latest HEAD. o sf(4) repocopied from sys/pci to sys/dev/sf Overhaul sf(4) to make it run on all architectures and implement checksum offoload by downloading AIC-6915 firmware. Changes are o Header file cleanup. o Simplified probe logic. o s/u_int{8,16,32}_t/uint{8,16,32}_t/g o K&R -> ANSI C. o In register access function, added support both memory mapped and IO space register acccess. The function will dynamically detect which method would be choosed. o sf_setperf() was modified to support strict-alignment architectures. o Use SF_MII_DATAPORT instead of hardcoded value 0xffff. o Added link state/speed, duplex changes handling task q. The task q is also responsible for flow control settings. o Always hornor link up/down state reported by mii layers. The link state information is used in sf_start() to determine whether we got a valid link. o Added experimental flow-control setup. It was commented out but will be activated once we have flow-cotrol infrastructure in mii layer. o Simplify IFF_UP/IFCAP_POLLING and IFF_PROMISC handling logic. Rx filter always honors promiscuous mode. o Implemented suspend/resume methods. o Reorganized Rx filter routine so promiscuous mode changes doesn't require interface re-initialization. o Reimplemnted driver probe routine such that it looks for matching device from supported hardware list table. This change will help to add newer hardware revision to the driver. o Use ETHER_ADDR_LEN instead of hardcoded value. o Prefer memory space register mapping over I/O space as the hardware requires lots of register access to get various consumer/producer index. Failing to get memory space mapping, sf(4) falls back to I/O space mapping. Use of memory space register mapping requires somewhat large memory space(512K), though. o Switch to simpler bus_{read,write}_{1,2,4}. o Use PCIR_BAR macro to get BARs. o Program PCI cache line size if the cache line size was set to 0 and enable PCI MWI. o Add a new sysctl node 'dev.sf.N.stats' that shows various MAC counters for Rx/Tx statistics. o Add a sysctl node to configure interrupt moderation timer. The timer defers interrupts generation until time specified in timer control register is expired. The value in the timer register is in units of 102.4us. The allowable range for the timer is 0 - 31 (0 ~ 3.276ms). The default value is 1(102.4us). Users can change the timer value with dev.sf.N.int_mod sysctl(8) variable/loader(8) tunable. o bus_dma(9) conversion - Enable 64bit DMA addressing. - Enable 64bit descriptor format support. - Apply descriptor ring alignment requirements(256 bytes alignment). - Apply Rx buffer address alignment requirements(4 bytes alignment). - Apply 4GB boundary restrictions(Tx/Rx ring and its completion ring should live in the same 4GB address space.) - Set number of allowable number of DMA segments to 16. In fact, AIC-6915 doesn't have a limit for number of DMA segments but it would be waste of Tx descriptor resource if we allow more than 16. - Rx/Tx side bus_dmamap_load_mbuf_sg(9) support. - Added alignment fixup code for strict-alignment architectures. - Added endianness support code in Tx/Rx descriptor access. With these changes sf(4) should work on all platforms. o Don't set if_mtu in device attach, it's handled in ether_ifattach. o Use our own callout to drive watchdog timer. o Enable VLAN oversized frames and announce sf(4)'s VLAN capability to upper layer. o In sf_detach(), remove mtx_initialized KASSERT as it's not possible to get there without initialzing the mutex. Also mark that we're about to detaching so active bpf listeners do not panic the system. o To reduce PCI register access cycles, Rx completion ring is directly scanned instead of reading consumer/producer index registers. In theory, Tx completion ring also can be directly scanned. However the completion ring is composed of two types completion(1 for Tx done and 1 and DMA done). So reading producer index via register access would be more safer way to detect the ring wrap-around. o In sf_rxeof(), don't use m_devget(9) to align recevied frames. The alignment is required only for strict-alignment architectures and now the alignment is handled by sf_fixup_rx() if required. The removal of the copy operation in fast path should increase Rx performance a lot on non-strict-alignemnt architectures such as i386 and amd64. o In sf_newbuf(), don't set descriptor valid bit as sf(4) is programmed to run with normal mode. In normal mode, the valid bit have no meaning. The valid bit should be used only when the hardware uses polling(prefetch) mode. The end of descriptor queue bit could be used if needed, but sf(4) relys on auto-wrapping of hardware on 256 descriptor queue entries so both valid and descriptor end bit are not used anymore. o Don't disable generation of Tx DMA completion as said in datasheet and use the Tx DMA completion entry instead of relying on Tx done completion entry. Also added additional Tx completion entry type check in Tx completion handler. o Don't blindly reset watchdog timer in sf_txeof(). sf(4) now unarm the the watchdog only if there are no active Tx descriptors in Tx queue. o Don't manually update various counters in driver, instead, use built-in MAC statistic registers to update them. The statistic registers are updated in every second. o Modified Tx underrun handlers to increase the threshold value in units of 256 bytes. Previously it used to increase 16 bytes at a time which seems to take too long to stabalize whenever Tx underrun occurrs. o In interrupt handler, additional check for the interrupt is performed such that interrupts only for this device is allowed to process descriptor rings. Because reading SF_ISR register clears all interrtups, nuke writing to a SF_ISR register. o Tx underrun is abonormal condition and SF_ISR_ABNORMALINTR includes the interrupt. So there is no need to inspect the Tx underrun again in main interrupt loop. o Don't blindly reinitialize hardware for abnormal interrupt condition. sf(4) reintializes the hardware only when it encounters DMA error which requires an explicit hardware reinitialization. o Fix a long standing bug that incorrectly clears MAC statistic registers in sf_init_locked. o Added strict-alignment safe way of ethernet address reprogramming as IF_LLADDR may return unaligned address. o Move sf_reset() to sf_init_locked in order to always reset the hardware to a known state prior to configuring hardware. o Set default Rx DMA, Tx DMA paramters as shown in datasheet. o Enable PCI busmaster logic and autopadding for VLAN frames. o Rework sf_encap. - Previously sf(4) used to type 0 of Tx descriptor with padding enabled to store driver private data. Emebedding private data structures into descriptors is bad idea as the structure size would be different between 64bit and 32bit architectures. The type 0 descriptor allows fixed number of DMA segments in a descriptor format and provides relatively simple interface to manage multi-fragmented frames. However, it wastes lots of Tx descriptors as not all frames are fragmented as the number of allowable segments in a descriptor. - To overcome the limitation of type 0 descriptor, switch to type 2 descriptor which allows 64bit DMA addressing and can handle unliumited number of fragmented DMA segments. The drawback of type 2 descriptor is in its complexity in managing descriptors as driver should handle the end of Tx ring manually. - Manually set Tx desciptor queue end mark and record number of used descriptors to reclaim used descriptors in sf_txeof(). o Rework sf_start. - Honor link up/down state before attempting transmission. - Because sf(4) uses only one of two Tx queues, use low priority queue instead of high one. This will remove one shift operation in each Tx kick command. - Cache last produder index into softc such that subsequenet Tx operation doesn't need to access producer index register. o Rewrote sf_stats_update to include all available MAC statistic counters. o Employ AIC-6915 firmware from Adaptec and implement firmware download routine and TCP/UDP checksum offload. Partial checksum offload support was commented out due to the possibility of firmware bug in RxGFP. The firmware can strip VLAN tag in Rx path but the lack of firmware assistance of VLAN tag insertion in transmit side made it useless on FreeBSD. Unlike checksum offload, FreeBSD requires both Tx/Rx hardware VLAN assistance capability. The firmware may also detect wakeup frame and can wake system up from states other than D0. However, the lack of wakeup support form D3cold state keep me from adding WOL capability. Also detecting WOL frame requires firmware support but it's not yet known to me whether the firmware can process the WOL frame. o Changed *_ADDR_HIADDR to *_ADDR_HI to match other definitions of registers. o Added definitioan to interrupt moderation related constants. o Redefined SF_INTRS to include Tx DMA done and DMA errors. Removed Tx done as it's not needed anymore. o Added definition for Rx/Tx DMA high priority threshold. o Nuked unused marco SF_IDX_LO, SF_IDX_HI. o Added complete MAC statistic register definition. o Modified sf_stats structure to hold all MAC statistic regiters. o Nuke various driver private padding data in Tx/Rx descriptor definition. sf(4) no longer requires private padding. Also remove unused padding related definitions. This greatly simplifies descriptor manipulation on 64bit architectures. o Becase we no longer pad driver private data into descriptor, remove deprecated/not-applicable comments for padding. o Redefine Rx/Tx desciptor status. sf(4) doesn't use bit fileds anymore to support endianness. o Import AIC-6915 firmware for GFP from Adaptec. Revision Changes Path 1.1243.2.16 +1 -1 src/sys/conf/files 1.99.2.1 +2716 -0 src/sys/dev/sf/if_sf.c (new) 1.21.2.1 +1104 -0 src/sys/dev/sf/if_sfreg.h (new) 1.1.2.1 +118 -0 src/sys/dev/sf/starfire_rx.h (new) 1.2.2.1 +118 -0 src/sys/dev/sf/starfire_tx.h (new) 1.14.2.1 +1 -1 src/sys/modules/sf/Makefile 1.95.2.2 +0 -1604 src/sys/pci/if_sf.c (dead) 1.19.2.1 +0 -1059 src/sys/pci/if_sfreg.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:25:33 2008 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 9AFED1065670; Mon, 14 Apr 2008 06:25:33 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 426118FC14; Mon, 14 Apr 2008 06:25:33 +0000 (UTC) (envelope-from yongari@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 m3E6PXRk053386; Mon, 14 Apr 2008 06:25:33 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6PXOo053385; Mon, 14 Apr 2008 06:25:33 GMT (envelope-from yongari) Message-Id: <200804140625.m3E6PXOo053385@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 14 Apr 2008 06:25:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 vlan.4 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: Mon, 14 Apr 2008 06:25:33 -0000 yongari 2008-04-14 06:25:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 vlan.4 Log: MFC vlan.4, rev 1.45 to RELENG_7. sf(4) gained VLAN_MTU support. Revision Changes Path 1.44.2.1 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:28:21 2008 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 B2950106564A; Mon, 14 Apr 2008 06:28:21 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AFBD8FC21; Mon, 14 Apr 2008 06:28:21 +0000 (UTC) (envelope-from yongari@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 m3E6SL2j053485; Mon, 14 Apr 2008 06:28:21 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6SLRJ053484; Mon, 14 Apr 2008 06:28:21 GMT (envelope-from yongari) Message-Id: <200804140628.m3E6SLRJ053484@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 14 Apr 2008 06:28:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 sf.4 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: Mon, 14 Apr 2008 06:28:21 -0000 yongari 2008-04-14 06:28:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 sf.4 Log: MFC sf.4 rev 1.25 to RELENG_7. Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats. Xref vlan(4). Revision Changes Path 1.24.2.1 +19 -1 src/share/man/man4/sf.4 From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:30:47 2008 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 2E3EE1065670; Mon, 14 Apr 2008 06:30:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06D958FC12; Mon, 14 Apr 2008 06:30:47 +0000 (UTC) (envelope-from yongari@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 m3E6Ukn2053660; Mon, 14 Apr 2008 06:30:46 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6Ukpp053659; Mon, 14 Apr 2008 06:30:46 GMT (envelope-from yongari) Message-Id: <200804140630.m3E6Ukpp053659@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 14 Apr 2008 06:30:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC 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: Mon, 14 Apr 2008 06:30:47 -0000 yongari 2008-04-14 06:30:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/conf GENERIC Log: MFC GENERIC rev 1.131 to RELENG_7. Uncomment sf(4), sf(4) should work on all architectures. Revision Changes Path 1.127.2.5 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Mon Apr 14 06:36:26 2008 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 9B02A106564A; Mon, 14 Apr 2008 06:36:26 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 739198FC29; Mon, 14 Apr 2008 06:36:26 +0000 (UTC) (envelope-from stas@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 m3E6aQTX053934; Mon, 14 Apr 2008 06:36:26 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E6aQ3J053933; Mon, 14 Apr 2008 06:36:26 GMT (envelope-from stas) Message-Id: <200804140636.m3E6aQ3J053933@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 06:36:26 +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/ocaml-lacaml Makefile distinfo 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: Mon, 14 Apr 2008 06:36:26 -0000 stas 2008-04-14 06:36:26 UTC FreeBSD ports repository Modified files: devel/ocaml-lacaml Makefile distinfo Log: - Update to 4.3.0. Revision Changes Path 1.11 +2 -6 ports/devel/ocaml-lacaml/Makefile 1.4 +3 -3 ports/devel/ocaml-lacaml/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 07:16:04 2008 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 6123A106566C; Mon, 14 Apr 2008 07:16:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39BA88FC1C; Mon, 14 Apr 2008 07:16:04 +0000 (UTC) (envelope-from clsung@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 m3E7G49H056804; Mon, 14 Apr 2008 07:16:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E7G35m056803; Mon, 14 Apr 2008 07:16:03 GMT (envelope-from clsung) Message-Id: <200804140716.m3E7G35m056803@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 07:16:03 +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/textproc/dict Makefile distinfo 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: Mon, 14 Apr 2008 07:16:04 -0000 clsung 2008-04-14 07:16:03 UTC FreeBSD ports repository Modified files: textproc/dict Makefile distinfo Log: - Update to 1.10.11 Revision Changes Path 1.49 +1 -2 ports/textproc/dict/Makefile 1.19 +3 -3 ports/textproc/dict/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 07:30:39 2008 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 0DE52106566B; Mon, 14 Apr 2008 07:30:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAAA58FC13; Mon, 14 Apr 2008 07:30:38 +0000 (UTC) (envelope-from clsung@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 m3E7Uceo057451; Mon, 14 Apr 2008 07:30:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E7Ucj8057450; Mon, 14 Apr 2008 07:30:38 GMT (envelope-from clsung) Message-Id: <200804140730.m3E7Ucj8057450@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 07:30:38 +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/buildbot Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 07:30:39 -0000 clsung 2008-04-14 07:30:38 UTC FreeBSD ports repository Modified files: devel/buildbot Makefile distinfo pkg-plist Log: - Update to 0.7.7 - take maintainership Revision Changes Path 1.9 +2 -2 ports/devel/buildbot/Makefile 1.8 +3 -3 ports/devel/buildbot/distinfo 1.7 +9 -3 ports/devel/buildbot/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 07:38:28 2008 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 851F61065670; Mon, 14 Apr 2008 07:38:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF398FC21; Mon, 14 Apr 2008 07:38:28 +0000 (UTC) (envelope-from clsung@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 m3E7cS6t057725; Mon, 14 Apr 2008 07:38:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E7cSa6057724; Mon, 14 Apr 2008 07:38:28 GMT (envelope-from clsung) Message-Id: <200804140738.m3E7cSa6057724@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 07:38:28 +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/games/tmw Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 07:38:28 -0000 clsung 2008-04-14 07:38:28 UTC FreeBSD ports repository Modified files: games/tmw Makefile distinfo pkg-plist Log: - Update to 0.0.24.1 PR: ports/122742 Submitted by: maintainer (Marcus von Appen) Revision Changes Path 1.21 +1 -2 ports/games/tmw/Makefile 1.12 +3 -3 ports/games/tmw/distinfo 1.11 +0 -27 ports/games/tmw/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 07:57:15 2008 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 958CE106566C; Mon, 14 Apr 2008 07:57:15 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E98B8FC13; Mon, 14 Apr 2008 07:57:15 +0000 (UTC) (envelope-from phk@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 m3E7vFHT058337; Mon, 14 Apr 2008 07:57:15 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E7vF1N058336; Mon, 14 Apr 2008 07:57:15 GMT (envelope-from phk) Message-Id: <200804140757.m3E7vF1N058336@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Apr 2008 07:57:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isa atrtc.c rtc.h 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: Mon, 14 Apr 2008 07:57:15 -0000 phk 2008-04-14 07:57:15 UTC FreeBSD src repository Modified files: sys/isa atrtc.c rtc.h Log: atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.c In addition to the device driver functionality, it exposes a number of functions which various other bits of code use to fondle the RTC chip. Revision Changes Path 1.247 +29 -599 src/sys/isa/atrtc.c 1.14 +11 -0 src/sys/isa/rtc.h From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:00:01 2008 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 51F531065680; Mon, 14 Apr 2008 08:00:01 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 393918FC3F; Mon, 14 Apr 2008 08:00:01 +0000 (UTC) (envelope-from phk@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 m3E801oE058701; Mon, 14 Apr 2008 08:00:01 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E801wf058700; Mon, 14 Apr 2008 08:00:01 GMT (envelope-from phk) Message-Id: <200804140800.m3E801wf058700@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 Apr 2008 08:00:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include clock.h src/sys/amd64/isa clock.c src/sys/conf files.amd64 files.i386 src/sys/dev/acpi_support acpi_ibm.c src/sys/dev/fb vga.c src/sys/dev/nvram nvram.c src/sys/i386/include clock.h ... 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: Mon, 14 Apr 2008 08:00:01 -0000 phk 2008-04-14 08:00:01 UTC FreeBSD src repository Modified files: sys/amd64/include clock.h sys/amd64/isa clock.c sys/conf files.amd64 files.i386 sys/dev/acpi_support acpi_ibm.c sys/dev/fb vga.c sys/dev/nvram nvram.c sys/i386/include clock.h sys/i386/isa clock.c Log: Convert amd64 and i386 to share the atrtc device driver. Revision Changes Path 1.59 +0 -2 src/sys/amd64/include/clock.h 1.242 +19 -235 src/sys/amd64/isa/clock.c 1.120 +3 -0 src/sys/conf/files.amd64 1.594 +1 -0 src/sys/conf/files.i386 1.16 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c 1.38 +1 -1 src/sys/dev/fb/vga.c 1.2 +0 -1 src/sys/dev/nvram/nvram.c 1.61 +0 -2 src/sys/i386/include/clock.h 1.247 +10 -252 src/sys/i386/isa/clock.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:08:41 2008 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 6AC95106564A; Mon, 14 Apr 2008 08:08:41 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 439C28FC14; Mon, 14 Apr 2008 08:08:41 +0000 (UTC) (envelope-from davidxu@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 m3E88fSn060376; Mon, 14 Apr 2008 08:08:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E88fkP060375; Mon, 14 Apr 2008 08:08:41 GMT (envelope-from davidxu) Message-Id: <200804140808.m3E88fkP060375@repoman.freebsd.org> From: David Xu Date: Mon, 14 Apr 2008 08:08:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_rwlock.c 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: Mon, 14 Apr 2008 08:08:41 -0000 davidxu 2008-04-14 08:08:41 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_rwlock.c Log: don't include pthread_np.h, it is not used. Revision Changes Path 1.15 +0 -1 src/lib/libthr/thread/thr_rwlock.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:12:16 2008 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 6457E106564A; Mon, 14 Apr 2008 08:12:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5728FC13; Mon, 14 Apr 2008 08:12:16 +0000 (UTC) (envelope-from clsung@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 m3E8CGIv060553; Mon, 14 Apr 2008 08:12:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E8CGaw060552; Mon, 14 Apr 2008 08:12:16 GMT (envelope-from clsung) Message-Id: <200804140812.m3E8CGaw060552@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 08:12:16 +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/rubygem-tzinfo Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 08:12:16 -0000 clsung 2008-04-14 08:12:16 UTC FreeBSD ports repository Modified files: devel/rubygem-tzinfo Makefile distinfo pkg-plist Log: - Update to 0.3.8 Revision Changes Path 1.12 +1 -1 ports/devel/rubygem-tzinfo/Makefile 1.8 +3 -3 ports/devel/rubygem-tzinfo/distinfo 1.7 +3 -0 ports/devel/rubygem-tzinfo/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:23:38 2008 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 99265106566C; Mon, 14 Apr 2008 08:23:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 716DF8FC29; Mon, 14 Apr 2008 08:23:38 +0000 (UTC) (envelope-from clsung@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 m3E8NcxE060927; Mon, 14 Apr 2008 08:23:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E8Nc7L060926; Mon, 14 Apr 2008 08:23:38 GMT (envelope-from clsung) Message-Id: <200804140823.m3E8Nc7L060926@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 08:23:37 +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/textproc/p5-Text-CSV Makefile distinfo pkg-descr 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: Mon, 14 Apr 2008 08:23:38 -0000 clsung 2008-04-14 08:23:37 UTC FreeBSD ports repository Modified files: textproc/p5-Text-CSV Makefile distinfo pkg-descr Log: - Update to 1.03 - add WWW Changes: http://search.cpan.org/dist/Text-CSV/Changes Revision Changes Path 1.7 +2 -2 ports/textproc/p5-Text-CSV/Makefile 1.6 +3 -3 ports/textproc/p5-Text-CSV/distinfo 1.2 +2 -0 ports/textproc/p5-Text-CSV/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:36:26 2008 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 AB528106564A; Mon, 14 Apr 2008 08:36:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 83C988FC19; Mon, 14 Apr 2008 08:36:26 +0000 (UTC) (envelope-from clsung@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 m3E8aQxf076459; Mon, 14 Apr 2008 08:36:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E8aQk7076458; Mon, 14 Apr 2008 08:36:26 GMT (envelope-from clsung) Message-Id: <200804140836.m3E8aQk7076458@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 08:36:26 +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/tailor Makefile distinfo 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: Mon, 14 Apr 2008 08:36:26 -0000 clsung 2008-04-14 08:36:26 UTC FreeBSD ports repository Modified files: devel/tailor Makefile distinfo Log: - Update to 0.9.31 Revision Changes Path 1.8 +1 -1 ports/devel/tailor/Makefile 1.7 +3 -3 ports/devel/tailor/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:38:40 2008 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 017761065671; Mon, 14 Apr 2008 08:38:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 995A18FC12; Mon, 14 Apr 2008 08:38:34 +0000 (UTC) (envelope-from ehaupt@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 m3E8cYMK076545; Mon, 14 Apr 2008 08:38:34 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E8cY6c076544; Mon, 14 Apr 2008 08:38:34 GMT (envelope-from ehaupt) Message-Id: <200804140838.m3E8cY6c076544@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 14 Apr 2008 08:38:34 +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/audio/milkytracker Makefile distinfo 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: Mon, 14 Apr 2008 08:38:40 -0000 ehaupt 2008-04-14 08:38:34 UTC FreeBSD ports repository Modified files: audio/milkytracker Makefile distinfo Log: - Update distinfo, tarball was rerolled with minor changes for linux alsa support which does not change anything for FreeBSD - Bump PORTREVISION Revision Changes Path 1.2 +3 -0 ports/audio/milkytracker/Makefile 1.2 +3 -3 ports/audio/milkytracker/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 08:59:01 2008 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 5C91F106564A; Mon, 14 Apr 2008 08:59:01 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34D428FC1C; Mon, 14 Apr 2008 08:59:01 +0000 (UTC) (envelope-from sem@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 m3E8x1Qd086215; Mon, 14 Apr 2008 08:59:01 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E8x1vs086214; Mon, 14 Apr 2008 08:59:01 GMT (envelope-from sem) Message-Id: <200804140859.m3E8x1vs086214@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 14 Apr 2008 08:59:00 +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/net-mgmt/cacti/files pkg-message.in 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: Mon, 14 Apr 2008 08:59:01 -0000 sem 2008-04-14 08:59:00 UTC FreeBSD ports repository Modified files: net-mgmt/cacti/files pkg-message.in Log: - Fix a typo in pkg-message Revision Changes Path 1.8 +1 -1 ports/net-mgmt/cacti/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Mon Apr 14 09:22:48 2008 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 C7AA91065676; Mon, 14 Apr 2008 09:22:48 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A111E8FC1F; Mon, 14 Apr 2008 09:22:48 +0000 (UTC) (envelope-from dfr@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 m3E9MmlU089709; Mon, 14 Apr 2008 09:22:48 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E9MmGX089708; Mon, 14 Apr 2008 09:22:48 GMT (envelope-from dfr) Message-Id: <200804140922.m3E9MmGX089708@repoman.freebsd.org> From: Doug Rabson Date: Mon, 14 Apr 2008 09:22:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c 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: Mon, 14 Apr 2008 09:22:48 -0000 dfr 2008-04-14 09:22:48 UTC FreeBSD src repository Modified files: sys/fs/smbfs smbfs_vnops.c Log: When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_type is F_UNLCK otherwise we trigger a LOCKF_DEBUG panic. MFC after: 3 days Revision Changes Path 1.68 +3 -0 src/sys/fs/smbfs/smbfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 09:26:23 2008 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 CDE491065671; Mon, 14 Apr 2008 09:26:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A69298FC13; Mon, 14 Apr 2008 09:26:23 +0000 (UTC) (envelope-from clsung@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 m3E9QNKA089860; Mon, 14 Apr 2008 09:26:23 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E9QNbm089859; Mon, 14 Apr 2008 09:26:23 GMT (envelope-from clsung) Message-Id: <200804140926.m3E9QNbm089859@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 09:26:23 +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/www/rubygem-mongrel Makefile distinfo 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: Mon, 14 Apr 2008 09:26:23 -0000 clsung 2008-04-14 09:26:23 UTC FreeBSD ports repository Modified files: www/rubygem-mongrel Makefile distinfo Log: - Update to 1.1.4 Revision Changes Path 1.17 +1 -1 ports/www/rubygem-mongrel/Makefile 1.13 +3 -3 ports/www/rubygem-mongrel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 09:54:49 2008 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 E703D1065670; Mon, 14 Apr 2008 09:54:49 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7C108FC25; Mon, 14 Apr 2008 09:54:49 +0000 (UTC) (envelope-from sat@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 m3E9sn03090723; Mon, 14 Apr 2008 09:54:49 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E9smX5090722; Mon, 14 Apr 2008 09:54:48 GMT (envelope-from sat) Message-Id: <200804140954.m3E9smX5090722@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 09:54:47 +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 MOVED ports/devel Makefile ports/devel/p5-Tie-Watch Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/p5-Tk-JComboBox 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: Mon, 14 Apr 2008 09:54:50 -0000 sat 2008-04-14 09:54:47 UTC FreeBSD ports repository Modified files: . MOVED devel Makefile x11-toolkits/p5-Tk-JComboBox Makefile Removed files: devel/p5-Tie-Watch Makefile distinfo pkg-descr pkg-plist Log: - It turns out Tie::Watch was always in Tk Revision Changes Path 1.1573 +2 -1 ports/MOVED 1.3038 +0 -1 ports/devel/Makefile 1.2 +0 -21 ports/devel/p5-Tie-Watch/Makefile (dead) 1.2 +0 -3 ports/devel/p5-Tie-Watch/distinfo (dead) 1.2 +0 -14 ports/devel/p5-Tie-Watch/pkg-descr (dead) 1.2 +0 -5 ports/devel/p5-Tie-Watch/pkg-plist (dead) 1.6 +2 -3 ports/x11-toolkits/p5-Tk-JComboBox/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 09:55:42 2008 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 0E38C1065671; Mon, 14 Apr 2008 09:55:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBC0B8FC30; Mon, 14 Apr 2008 09:55:41 +0000 (UTC) (envelope-from sat@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 m3E9tfnS090826; Mon, 14 Apr 2008 09:55:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3E9tfrB090825; Mon, 14 Apr 2008 09:55:41 GMT (envelope-from sat) Message-Id: <200804140955.m3E9tfrB090825@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 09:55: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: CVSROOT modules 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: Mon, 14 Apr 2008 09:55:42 -0000 sat 2008-04-14 09:55:41 UTC FreeBSD ports repository Modified files: . modules Log: - Remove p5-Tie-Watch Revision Changes Path 1.19637 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:06:42 2008 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 7CD621065677; Mon, 14 Apr 2008 10:06:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55DD28FC1E; Mon, 14 Apr 2008 10:06:42 +0000 (UTC) (envelope-from gahr@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 m3EA6goS092295; Mon, 14 Apr 2008 10:06:42 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EA6gfv092294; Mon, 14 Apr 2008 10:06:42 GMT (envelope-from gahr) Message-Id: <200804141006.m3EA6gfv092294@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 10:06:42 +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/mail/kshowmail Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 10:06:42 -0000 gahr 2008-04-14 10:06:42 UTC FreeBSD ports repository Modified files: mail/kshowmail Makefile distinfo pkg-plist Log: - Update to 3.2.9.1 Approved by: miwi (mentor) Revision Changes Path 1.17 +16 -2 ports/mail/kshowmail/Makefile 1.6 +3 -3 ports/mail/kshowmail/distinfo 1.6 +11 -8 ports/mail/kshowmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:33:28 2008 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 609B11065673; Mon, 14 Apr 2008 10:33:28 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 395018FC12; Mon, 14 Apr 2008 10:33:28 +0000 (UTC) (envelope-from sat@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 m3EAXSfv093168; Mon, 14 Apr 2008 10:33:28 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EAXSgQ093167; Mon, 14 Apr 2008 10:33:28 GMT (envelope-from sat) Message-Id: <200804141033.m3EAXSgQ093167@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 10:33:28 +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/audio/p5-Audio-FLAC-Header Makefile distinfo 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: Mon, 14 Apr 2008 10:33:28 -0000 sat 2008-04-14 10:33:28 UTC FreeBSD ports repository Modified files: audio/p5-Audio-FLAC-Header Makefile distinfo Log: - Update to 2.0 Revision Changes Path 1.8 +1 -2 ports/audio/p5-Audio-FLAC-Header/Makefile 1.5 +3 -3 ports/audio/p5-Audio-FLAC-Header/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:40:35 2008 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 355BB106566B; Mon, 14 Apr 2008 10:40:35 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6878FC23; Mon, 14 Apr 2008 10:40:35 +0000 (UTC) (envelope-from sat@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 m3EAeYpB093409; Mon, 14 Apr 2008 10:40:34 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EAeX64093408; Mon, 14 Apr 2008 10:40:33 GMT (envelope-from sat) Message-Id: <200804141040.m3EAeX64093408@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 10:40:32 +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/p5-Class-Std Makefile distinfo 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: Mon, 14 Apr 2008 10:40:35 -0000 sat 2008-04-14 10:40:32 UTC FreeBSD ports repository Modified files: devel/p5-Class-Std Makefile distinfo Log: - Update to 0.0.9 Revision Changes Path 1.5 +1 -3 ports/devel/p5-Class-Std/Makefile 1.2 +3 -3 ports/devel/p5-Class-Std/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:44:13 2008 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 AFBD3106564A; Mon, 14 Apr 2008 10:44:13 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88CFD8FC21; Mon, 14 Apr 2008 10:44:13 +0000 (UTC) (envelope-from sat@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 m3EAiDwu093558; Mon, 14 Apr 2008 10:44:13 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EAiD1Q093557; Mon, 14 Apr 2008 10:44:13 GMT (envelope-from sat) Message-Id: <200804141044.m3EAiD1Q093557@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 10:44: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/net/p5-POE-Component-Client-Ident Makefile distinfo 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: Mon, 14 Apr 2008 10:44:13 -0000 sat 2008-04-14 10:44:13 UTC FreeBSD ports repository Modified files: net/p5-POE-Component-Client-Ident Makefile distinfo Log: - Update to 1.12 Revision Changes Path 1.11 +1 -1 ports/net/p5-POE-Component-Client-Ident/Makefile 1.10 +3 -3 ports/net/p5-POE-Component-Client-Ident/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:45:27 2008 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 95F73106566B; Mon, 14 Apr 2008 10:45:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0208FC1F; Mon, 14 Apr 2008 10:45:27 +0000 (UTC) (envelope-from novel@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 m3EAjRUY093654; Mon, 14 Apr 2008 10:45:27 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EAjRM1093653; Mon, 14 Apr 2008 10:45:27 GMT (envelope-from novel) Message-Id: <200804141045.m3EAjRM1093653@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 14 Apr 2008 10:45:25 +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/sysutils/conky 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: Mon, 14 Apr 2008 10:45:27 -0000 novel 2008-04-14 10:45:25 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile Log: Comment out WITHOUT_OWN_WINDOW knob since it's broken in this version. It's expected to be fixed in future versions though. Reported by: Keith Gaughan Revision Changes Path 1.31 +5 -5 ports/sysutils/conky/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 10:45:42 2008 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 16A1E1065675; Mon, 14 Apr 2008 10:45:42 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E3BC98FC22; Mon, 14 Apr 2008 10:45:41 +0000 (UTC) (envelope-from sat@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 m3EAjfQ5093690; Mon, 14 Apr 2008 10:45:41 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EAjf3k093689; Mon, 14 Apr 2008 10:45:41 GMT (envelope-from sat) Message-Id: <200804141045.m3EAjf3k093689@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 10:45: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/irc/p5-POE-Filter-IRCD Makefile distinfo 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: Mon, 14 Apr 2008 10:45:42 -0000 sat 2008-04-14 10:45:41 UTC FreeBSD ports repository Modified files: irc/p5-POE-Filter-IRCD Makefile distinfo Log: - Update to 2.36 Revision Changes Path 1.13 +1 -1 ports/irc/p5-POE-Filter-IRCD/Makefile 1.13 +3 -3 ports/irc/p5-POE-Filter-IRCD/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:01:04 2008 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 1473C106566B; Mon, 14 Apr 2008 11:01:04 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1D828FC0A; Mon, 14 Apr 2008 11:01:03 +0000 (UTC) (envelope-from sat@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 m3EB13ST094232; Mon, 14 Apr 2008 11:01:03 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EB13VC094231; Mon, 14 Apr 2008 11:01:03 GMT (envelope-from sat) Message-Id: <200804141101.m3EB13VC094231@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 11:01:03 +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/textproc/docdiff 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: Mon, 14 Apr 2008 11:01:04 -0000 sat 2008-04-14 11:01:03 UTC FreeBSD ports repository Modified files: textproc/docdiff Makefile Log: - Depend on ruby-iconv, too PR: ports/121489 Submitted by: Tsurutani Naoki Revision Changes Path 1.3 +3 -1 ports/textproc/docdiff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:08:22 2008 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 E7C661065677; Mon, 14 Apr 2008 11:08:22 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0F228FC25; Mon, 14 Apr 2008 11:08:22 +0000 (UTC) (envelope-from sat@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 m3EB8Mdp095662; Mon, 14 Apr 2008 11:08:22 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EB8M0R095661; Mon, 14 Apr 2008 11:08:22 GMT (envelope-from sat) Message-Id: <200804141108.m3EB8M0R095661@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 14 Apr 2008 11:08:22 +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/x11/slock Makefile distinfo 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: Mon, 14 Apr 2008 11:08:23 -0000 sat 2008-04-14 11:08:22 UTC FreeBSD ports repository Modified files: x11/slock Makefile distinfo Log: - Update to 0.8 PR: ports/121767 Submitted by: Daniel Roethlisberger Revision Changes Path 1.7 +1 -1 ports/x11/slock/Makefile 1.5 +3 -3 ports/x11/slock/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:25:51 2008 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 0A4C6106566B; Mon, 14 Apr 2008 11:25:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D77FE8FC3E; Mon, 14 Apr 2008 11:25:50 +0000 (UTC) (envelope-from ehaupt@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 m3EBPolr096300; Mon, 14 Apr 2008 11:25:50 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EBPoBh096299; Mon, 14 Apr 2008 11:25:50 GMT (envelope-from ehaupt) Message-Id: <200804141125.m3EBPoBh096299@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 14 Apr 2008 11:25:50 +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/audio/milkytracker 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: Mon, 14 Apr 2008 11:25:51 -0000 ehaupt 2008-04-14 11:25:50 UTC FreeBSD ports repository Modified files: audio/milkytracker Makefile Log: Minor style change Revision Changes Path 1.3 +1 -2 ports/audio/milkytracker/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:32:16 2008 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 7EB47106566C; Mon, 14 Apr 2008 11:32:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 566CE8FC3F; Mon, 14 Apr 2008 11:32:16 +0000 (UTC) (envelope-from gahr@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 m3EBWGUh096573; Mon, 14 Apr 2008 11:32:16 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EBWGLb096572; Mon, 14 Apr 2008 11:32:16 GMT (envelope-from gahr) Message-Id: <200804141132.m3EBWGLb096572@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 11:32:16 +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/x11-wm/epplets Makefile ports/x11-wm/epplets/files patch-epplets_E-Cpu.c patch-epplets_E-Load.c 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: Mon, 14 Apr 2008 11:32:16 -0000 gahr 2008-04-14 11:32:16 UTC FreeBSD ports repository Modified files: x11-wm/epplets Makefile x11-wm/epplets/files patch-epplets_E-Cpu.c patch-epplets_E-Load.c Log: - Fix E-Cpu and E-Load on UP systems PR: 122605 Submitted by: Daniel Holmes Approved by: miwi (mentor) Revision Changes Path 1.38 +1 -0 ports/x11-wm/epplets/Makefile 1.2 +2 -2 ports/x11-wm/epplets/files/patch-epplets_E-Cpu.c 1.2 +2 -2 ports/x11-wm/epplets/files/patch-epplets_E-Load.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:50:17 2008 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 599EE106566C; Mon, 14 Apr 2008 11:50:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31D1B8FC1C; Mon, 14 Apr 2008 11:50:17 +0000 (UTC) (envelope-from gahr@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 m3EBoHa7097217; Mon, 14 Apr 2008 11:50:17 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EBoGXg097216; Mon, 14 Apr 2008 11:50:16 GMT (envelope-from gahr) Message-Id: <200804141150.m3EBoGXg097216@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 11:50:16 +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/net/throttled Makefile ports/net/throttled/files patch-src_throttled.h 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: Mon, 14 Apr 2008 11:50:17 -0000 gahr 2008-04-14 11:50:16 UTC FreeBSD ports repository Modified files: net/throttled Makefile Added files: net/throttled/files patch-src_throttled.h Log: - Fix missing include PR: 122540 Submitted by: Petko Bordjukov Reviewed by: maintainer Approved by: miwi (mentor) Revision Changes Path 1.4 +1 -0 ports/net/throttled/Makefile 1.1 +10 -0 ports/net/throttled/files/patch-src_throttled.h (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 11:52:54 2008 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 CFCBC106567A; Mon, 14 Apr 2008 11:52:54 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A86DF8FC1E; Mon, 14 Apr 2008 11:52:54 +0000 (UTC) (envelope-from anders@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 m3EBqsl7097298; Mon, 14 Apr 2008 11:52:54 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EBqsXl097297; Mon, 14 Apr 2008 11:52:54 GMT (envelope-from anders) Message-Id: <200804141152.m3EBqsXl097297@repoman.freebsd.org> From: Anders Nordby Date: Mon, 14 Apr 2008 11:52:54 +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/security/pwman Makefile distinfo 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: Mon, 14 Apr 2008 11:52:54 -0000 anders 2008-04-14 11:52:54 UTC FreeBSD ports repository Modified files: security/pwman Makefile distinfo Log: Update to 0.3.8. Revision Changes Path 1.11 +1 -1 ports/security/pwman/Makefile 1.7 +3 -3 ports/security/pwman/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:19:03 2008 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 242F21065678; Mon, 14 Apr 2008 12:19:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0BF68FC31; Mon, 14 Apr 2008 12:19:02 +0000 (UTC) (envelope-from edwin@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 m3ECJ21S099213; Mon, 14 Apr 2008 12:19:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ECJ2sh099212; Mon, 14 Apr 2008 12:19:02 GMT (envelope-from edwin) Message-Id: <200804141219.m3ECJ2sh099212@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 14 Apr 2008 12:19:02 +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/www/squidpurge 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: Mon, 14 Apr 2008 12:19:03 -0000 edwin 2008-04-14 12:19:02 UTC FreeBSD ports repository Modified files: www/squidpurge Makefile Log: [patch] www/squidpurge doesn't RUN_DEPEND on squid Despite being a tool to manipulate the squid cache, squidpurge doesn't depend on Squid being installed to run. PR: ports/121589 Submitted by: Edwin Groothuis Approved by: maintainer timeout Revision Changes Path 1.9 +1 -3 ports/www/squidpurge/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:25:22 2008 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 AD3BA106564A; Mon, 14 Apr 2008 12:25:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 863A18FC15; Mon, 14 Apr 2008 12:25:22 +0000 (UTC) (envelope-from gahr@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 m3ECPMtJ099472; Mon, 14 Apr 2008 12:25:22 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ECPM45099471; Mon, 14 Apr 2008 12:25:22 GMT (envelope-from gahr) Message-Id: <200804141225.m3ECPM45099471@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 12:25:22 +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/libusb 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: Mon, 14 Apr 2008 12:25:22 -0000 gahr 2008-04-14 12:25:22 UTC FreeBSD ports repository Modified files: devel/libusb Makefile Log: - Fix build PR: 122150 Submitted by: Bas van de Wiel Reviewed by: maintainer Approved by: miwi (mentor) Revision Changes Path 1.25 +2 -3 ports/devel/libusb/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:26:58 2008 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 7A5B6106566B; Mon, 14 Apr 2008 12:26:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id E2B758FC3D; Mon, 14 Apr 2008 12:26:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m3ECQuAR051281; Mon, 14 Apr 2008 14:26:56 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m3ECQuOA051280; Mon, 14 Apr 2008 14:26:56 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Pietro Cerutti In-Reply-To: <200804141225.m3ECPM45099471@repoman.freebsd.org> References: <200804141225.m3ECPM45099471@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pj/BSqrlLZp050DZCMV+" Date: Mon, 14 Apr 2008 14:26:56 +0200 Message-Id: <1208176016.39930.17.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libusb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 12:26:58 -0000 --=-pj/BSqrlLZp050DZCMV+ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Pietro Cerutti p=ED=B9e v po 14. 04. 2008 v 12:25 +0000: > gahr 2008-04-14 12:25:22 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel/libusb Makefile=20 > Log: > - Fix build > =20 > PR: 122150 > Submitted by: Bas van de Wiel > Reviewed by: maintainer > Approved by: miwi (mentor) Why are you raising PORTREVISION on a build fix? --=20 Pav Lucistnik Fairy tales do not tell children that dragons exist. Children already know dragons exist. Fairy tales tell children that dragons can be killed. -- G. K. Chesterton --=-pj/BSqrlLZp050DZCMV+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgDTZAACgkQntdYP8FOsoI4DwCgnr4afy0QdXh0VC3j0GrYM5Or o4UAn38ZAsPLmBRKnkV0pPGAnTYAzZCU =TiX6 -----END PGP SIGNATURE----- --=-pj/BSqrlLZp050DZCMV+-- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:27:57 2008 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 7BF011065673; Mon, 14 Apr 2008 12:27:57 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5578A8FC22; Mon, 14 Apr 2008 12:27:57 +0000 (UTC) (envelope-from dinoex@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 m3ECRvgt099551; Mon, 14 Apr 2008 12:27:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ECRvqR099550; Mon, 14 Apr 2008 12:27:57 GMT (envelope-from dinoex) Message-Id: <200804141227.m3ECRvqR099550@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 14 Apr 2008 12:27:57 +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/graphics/netpbm Makefile distinfo 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: Mon, 14 Apr 2008 12:27:57 -0000 dinoex 2008-04-14 12:27:57 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.53 Revision Changes Path 1.159 +1 -1 ports/graphics/netpbm/Makefile 1.101 +3 -3 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:36:44 2008 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 DB601106567A; Mon, 14 Apr 2008 12:36:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 776688FC29; Mon, 14 Apr 2008 12:36:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JlNvP-00065B-9m; Mon, 14 Apr 2008 14:36:43 +0200 Message-ID: <48034FD6.30307@FreeBSD.org> Date: Mon, 14 Apr 2008 14:36:38 +0200 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200804141225.m3ECPM45099471@repoman.freebsd.org> <1208176016.39930.17.camel@pav.hide.vol.cz> In-Reply-To: <1208176016.39930.17.camel@pav.hide.vol.cz> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libusb 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: Mon, 14 Apr 2008 12:36:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Pav Lucistnik wrote: | Pietro Cerutti pí¹e v po 14. 04. 2008 v 12:25 +0000: |> gahr 2008-04-14 12:25:22 UTC |> |> FreeBSD ports repository |> |> Modified files: |> devel/libusb Makefile |> Log: |> - Fix build |> |> PR: 122150 |> Submitted by: Bas van de Wiel |> Reviewed by: maintainer |> Approved by: miwi (mentor) | | Why are you raising PORTREVISION on a build fix? Because dependencies have changed. ~From the PR's patch comment: "The patch also removes an unnecessary dependency." | - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEAREKAAYFAkgDT9QACgkQwMJqmJVx944gfACfUwmnNUbaZ9Hu1lQmaoHy2e6o LXMAoNGHX39O13AnZ14Ol8CwNK177sf7 =6YcA -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:38:24 2008 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 6869A1065670; Mon, 14 Apr 2008 12:38:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40B4A8FC16; Mon, 14 Apr 2008 12:38:24 +0000 (UTC) (envelope-from mat@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 m3ECcN8o099892; Mon, 14 Apr 2008 12:38:23 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ECcNu1099891; Mon, 14 Apr 2008 12:38:23 GMT (envelope-from mat) Message-Id: <200804141238.m3ECcNu1099891@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 14 Apr 2008 12:38:23 +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/www/p5-HTTP-MobileAgent Makefile distinfo 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: Mon, 14 Apr 2008 12:38:24 -0000 mat 2008-04-14 12:38:23 UTC FreeBSD ports repository Modified files: www/p5-HTTP-MobileAgent Makefile distinfo Log: Update to 0.27 Revision Changes Path 1.14 +2 -3 ports/www/p5-HTTP-MobileAgent/Makefile 1.11 +3 -3 ports/www/p5-HTTP-MobileAgent/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:39:10 2008 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 6B039106566C; Mon, 14 Apr 2008 12:39:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.freebsd.org (Postfix) with ESMTP id D1D478FC12; Mon, 14 Apr 2008 12:39:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.14.2/8.14.2) with ESMTP id m3ECd7gu051725; Mon, 14 Apr 2008 14:39:07 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.14.2/8.14.2/Submit) id m3ECd728051724; Mon, 14 Apr 2008 14:39:07 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Pietro Cerutti In-Reply-To: <48034FD6.30307@FreeBSD.org> References: <200804141225.m3ECPM45099471@repoman.freebsd.org> <1208176016.39930.17.camel@pav.hide.vol.cz> <48034FD6.30307@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jsnCgeWmERca/GdhYVlz" Date: Mon, 14 Apr 2008 14:39:07 +0200 Message-Id: <1208176747.39930.19.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libusb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 12:39:10 -0000 --=-jsnCgeWmERca/GdhYVlz Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Pietro Cerutti p=ED=B9e v po 14. 04. 2008 v 14:36 +0200: > Pav Lucistnik wrote: > | Pietro Cerutti p=ED=B9e v po 14. 04. 2008 v 12:25 +0000: > |> gahr 2008-04-14 12:25:22 UTC > |> > |> FreeBSD ports repository > |> > |> Modified files: > |> devel/libusb Makefile > |> Log: > |> - Fix build > |> > |> PR: 122150 > |> Submitted by: Bas van de Wiel > |> Reviewed by: maintainer > |> Approved by: miwi (mentor) > | > | Why are you raising PORTREVISION on a build fix? >=20 > Because dependencies have changed. > ~From the PR's patch comment: > "The patch also removes an unnecessary dependency." I only see a build dependencies changing. The resulting package is still identical, no? --=20 Pav Lucistnik On real UNIX, /usr/bin/more prints -More-. --=-jsnCgeWmERca/GdhYVlz Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgDUGsACgkQntdYP8FOsoII7ACgtBRooxOjoL3CPiRzgOYOCKeZ xZAAnRKV9JS1aUyv3hocwVeBVd+SFYlg =HUJO -----END PGP SIGNATURE----- --=-jsnCgeWmERca/GdhYVlz-- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:40:11 2008 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 C1B351065676; Mon, 14 Apr 2008 12:40:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99B7E8FC17; Mon, 14 Apr 2008 12:40:11 +0000 (UTC) (envelope-from mat@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 m3ECeBlb099993; Mon, 14 Apr 2008 12:40:11 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ECeBXI099985; Mon, 14 Apr 2008 12:40:11 GMT (envelope-from mat) Message-Id: <200804141240.m3ECeBXI099985@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 14 Apr 2008 12:40:11 +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/p5-Locale-Maketext-Gettext Makefile distinfo 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: Mon, 14 Apr 2008 12:40:11 -0000 mat 2008-04-14 12:40:11 UTC FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Gettext Makefile distinfo Log: Update to 1.25 Revision Changes Path 1.11 +2 -2 ports/devel/p5-Locale-Maketext-Gettext/Makefile 1.10 +3 -3 ports/devel/p5-Locale-Maketext-Gettext/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 12:40:52 2008 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 986A1106566C; Mon, 14 Apr 2008 12:40:52 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 453C98FC3A; Mon, 14 Apr 2008 12:40:52 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JlNzP-0007Is-Fe; Mon, 14 Apr 2008 14:40:51 +0200 Message-ID: <480350CE.4050507@FreeBSD.org> Date: Mon, 14 Apr 2008 14:40:46 +0200 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200804141225.m3ECPM45099471@repoman.freebsd.org> <1208176016.39930.17.camel@pav.hide.vol.cz> <48034FD6.30307@FreeBSD.org> <1208176747.39930.19.camel@pav.hide.vol.cz> In-Reply-To: <1208176747.39930.19.camel@pav.hide.vol.cz> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/libusb 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: Mon, 14 Apr 2008 12:40:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Pav Lucistnik wrote: | Pietro Cerutti pí¹e v po 14. 04. 2008 v 14:36 +0200: |> Pav Lucistnik wrote: |> | Pietro Cerutti pí¹e v po 14. 04. 2008 v 12:25 +0000: |> |> gahr 2008-04-14 12:25:22 UTC |> |> |> |> FreeBSD ports repository |> |> |> |> Modified files: |> |> devel/libusb Makefile |> |> Log: |> |> - Fix build |> |> |> |> PR: 122150 |> |> Submitted by: Bas van de Wiel |> |> Reviewed by: maintainer |> |> Approved by: miwi (mentor) |> | |> | Why are you raising PORTREVISION on a build fix? |> |> Because dependencies have changed. |> ~From the PR's patch comment: |> "The patch also removes an unnecessary dependency." | | I only see a build dependencies changing. The resulting package is still | identical, no? Yes, you are right. Sorry. | - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEAREKAAYFAkgDUM0ACgkQwMJqmJVx9446+wCgzj9soE1xo2paZkjrCxEhB1Wg x74AoLhaksQx6vEVMBMBm3FFtGJVAeUn =RSIS -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 13:08:19 2008 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 83F00106566B; Mon, 14 Apr 2008 13:08:19 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9EF8FC28; Mon, 14 Apr 2008 13:08:19 +0000 (UTC) (envelope-from jkois@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 m3ED8JUQ012692; Mon, 14 Apr 2008 13:08:19 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ED8Jai012691; Mon, 14 Apr 2008 13:08:19 GMT (envelope-from jkois) Message-Id: <200804141308.m3ED8Jai012691@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 13:08:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-users article.sgml 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: Mon, 14 Apr 2008 13:08:19 -0000 jkois 2008-04-14 13:08:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-users article.sgml Log: Fix an invalid tag. Found by: make lint Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/linux-users/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 13:37:31 2008 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 C8884106564A; Mon, 14 Apr 2008 13:37:31 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 946F68FC16; Mon, 14 Apr 2008 13:37:31 +0000 (UTC) (envelope-from dinoex@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 m3EDbVZo013851; Mon, 14 Apr 2008 13:37:31 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EDbVAJ013850; Mon, 14 Apr 2008 13:37:31 GMT (envelope-from dinoex) Message-Id: <200804141337.m3EDbVAJ013850@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 14 Apr 2008 13:37:31 +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/gorm Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 13:37:31 -0000 dinoex 2008-04-14 13:37:31 UTC FreeBSD ports repository Modified files: devel/gorm Makefile distinfo pkg-plist Log: - update to 1.2.4 Revision Changes Path 1.34 +1 -1 ports/devel/gorm/Makefile 1.25 +3 -3 ports/devel/gorm/distinfo 1.21 +5 -0 ports/devel/gorm/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 13:48:46 2008 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 607F7106564A for ; Mon, 14 Apr 2008 13:48:46 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id E841A8FC0A for ; Mon, 14 Apr 2008 13:48:45 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA07.westchester.pa.mail.comcast.net with comcast id DPM41Z01E0bG4ec570AJ00; Mon, 14 Apr 2008 13:47:19 +0000 Received: from discordia ([24.60.135.75]) by OMTA03.westchester.pa.mail.comcast.net with comcast id DRok1Z0071dmTCQ3P00000; Mon, 14 Apr 2008 13:48:44 +0000 X-Authority-Analysis: v=1.0 c=1 a=2jqFlKhgvWcA:10 a=kD49q3HH1YAA:10 a=ckpinaBMVX0KslIApVAA:9 a=JgCdRQuVcGd01ZxU3w4A:7 a=Uygrcf5QUvlCcZ0343pshA5c144A:4 a=LY0hPdMaydYA:10 a=su_BCQg2TNJ7lan8DVEA:9 a=NY4qUUobebQcg1Awrg488QhjEY0A:4 a=rPt6xJ-oxjAA:10 Received: by discordia (Postfix, from userid 103) id 3D1041636F9; Mon, 14 Apr 2008 09:48:44 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 9DB811636F8; Mon, 14 Apr 2008 09:48:30 -0400 (EDT) From: Coleman Kane To: pyunyh@gmail.com In-Reply-To: <20080414003337.GA15616@cdnetworks.co.kr> References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <20080414003337.GA15616@cdnetworks.co.kr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-w4YQF8bXgc8VCBqHKldG" Organization: FreeBSD Project Date: Mon, 14 Apr 2008 09:48:17 -0400 Message-Id: <1208180897.1279.27.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: Qing Li , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Mon, 14 Apr 2008 13:48:46 -0000 --=-w4YQF8bXgc8VCBqHKldG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-04-14 at 09:33 +0900, Pyun YongHyeon wrote: > On Sun, Apr 13, 2008 at 05:45:14AM +0000, Qing Li wrote: > > qingli 2008-04-13 05:45:14 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/conf files options=20 > > sys/net radix.c radix.h route.c route.h rtsock.c=20 > > sys/netinet in_proto.c ip_output.c=20 > > sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c=20 > > Log: > > This patch provides the back end support for equal-cost multi-path > > (ECMP) for both IPv4 and IPv6. Previously, multipath route insertion > > is disallowed. For example, > > =20 > > route add -net 192.103.54.0/24 10.9.44.1 > > route add -net 192.103.54.0/24 10.9.44.2 > > =20 > > The second route insertion will trigger an error message of > > "add net 192.103.54.0/24: gateway 10.2.5.2: route already in table" > > =20 > > Multiple default routes can also be inserted. Here is the netstat > > output: > > =20 > > default 10.2.5.1 UGS 0 3074 bge0 =3D> > > default 10.2.5.2 UGS 0 0 bge0 > > =20 > > When multipath routes exist, the "route delete" command requires > > a specific gateway to be specified or else an error message would > > be displayed. For example, > > =20 > > route delete default > > =20 > > would fail and trigger the following error message: > > =20 > > "route: writing to routing socket: No such process" > > "delete net default: not in table" > > =20 > > On the other hand, > > =20 > > route delete default 10.2.5.2 > > =20 > > would be successful: "delete net default: gateway 10.2.5.2" > > =20 > > One does not have to specify a gateway if there is only a single > > route for a particular destination. > > =20 > > I need to perform more testings on address aliases and multiple > > interfaces that have the same IP prefixes. This patch as it > > stands today is not yet ready for prime time. Therefore, the ECMP > > code fragments are fully guarded by the RADIX_MPATH macro. > > Include the "options RADIX_MPATH" in the kernel configuration > > to enable this feature. > > =20 > > Reviewed by: robert, sam, gnn, julian, kmacy > > =20 >=20 > Nice work! >=20 Congrats! Thank you for this. --=20 Coleman --=-w4YQF8bXgc8VCBqHKldG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgDYKAACgkQcMSxQcXat5cqTgCfUpoIJ3jMhJfK7GKotXbUfWnd bLwAn3JxygkhYzPNe5/Njr59AiiKsNh/ =WIaz -----END PGP SIGNATURE----- --=-w4YQF8bXgc8VCBqHKldG-- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 13:53:35 2008 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 EAFD91065673; Mon, 14 Apr 2008 13:53:35 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id A43D58FC2A; Mon, 14 Apr 2008 13:53:35 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 5E3712089; Mon, 14 Apr 2008 15:53:33 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: SXren Schmidt References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> Date: Mon, 14 Apr 2008 15:53:32 +0200 In-Reply-To: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> (SXren Schmidt's message of "Sun\, 13 Apr 2008 16\:05\:34 +0000 \(UTC\)") Message-ID: <86k5j01r1f.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 13:53:36 -0000 SXren Schmidt writes: > Log: > Fix identify of slave devices. Speaking of slave devices, why are SATA devices listed as master / slave pairs, instead of each on their own channel? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:10:59 2008 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 0727A106564A; Mon, 14 Apr 2008 14:10:59 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 711308FC1E; Mon, 14 Apr 2008 14:10:58 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3EEAuGn084870; Mon, 14 Apr 2008 16:10:56 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86k5j01r1f.fsf@ds4.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 14 Apr 2008 16:10:56 +0200 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 14:10:59 -0000 Hi They arent, unless your HW runs in legacy emulation mode, then some =20 chipsets emulates master/slave pairs. -S=F8ren On 14Apr, 2008, at 15:53 , Dag-Erling Sm=F8rgrav wrote: > SXren Schmidt writes: >> Log: >> Fix identify of slave devices. > > Speaking of slave devices, why are SATA devices listed as master / =20 > slave > pairs, instead of each on their own channel? > > DES > --=20 > Dag-Erling Sm=F8rgrav - des@des.no > > From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:14:24 2008 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 7DB83106564A; Mon, 14 Apr 2008 14:14:24 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 555D18FC18; Mon, 14 Apr 2008 14:14:24 +0000 (UTC) (envelope-from dinoex@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 m3EEEOXm021631; Mon, 14 Apr 2008 14:14:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EEEO6q021630; Mon, 14 Apr 2008 14:14:24 GMT (envelope-from dinoex) Message-Id: <200804141414.m3EEEO6q021630@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 14 Apr 2008 14:14:24 +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/graphics/graphviz 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: Mon, 14 Apr 2008 14:14:24 -0000 dinoex 2008-04-14 14:14:24 UTC FreeBSD ports repository Modified files: graphics/graphviz Makefile Log: - cleaner depedencies for option WITH_GDK_PIXBUF Revision Changes Path 1.99 +0 -1 ports/graphics/graphviz/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:19:28 2008 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 E8AB21065670; Mon, 14 Apr 2008 14:19:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C03698FC13; Mon, 14 Apr 2008 14:19:28 +0000 (UTC) (envelope-from clsung@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 m3EEJSYd021816; Mon, 14 Apr 2008 14:19:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EEJSTI021815; Mon, 14 Apr 2008 14:19:28 GMT (envelope-from clsung) Message-Id: <200804141419.m3EEJSTI021815@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 14 Apr 2008 14:19:28 +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/graphics/rubygem-gruff Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 14:19:29 -0000 clsung 2008-04-14 14:19:28 UTC FreeBSD ports repository Modified files: graphics/rubygem-gruff Makefile distinfo pkg-plist Log: - Update to 0.3.1 Revision Changes Path 1.6 +1 -2 ports/graphics/rubygem-gruff/Makefile 1.3 +3 -3 ports/graphics/rubygem-gruff/distinfo 1.3 +3 -1 ports/graphics/rubygem-gruff/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:32:33 2008 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 60E3B1065671; Mon, 14 Apr 2008 14:32:33 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38D138FC1F; Mon, 14 Apr 2008 14:32:33 +0000 (UTC) (envelope-from rrs@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 m3EEWXbH022220; Mon, 14 Apr 2008 14:32:33 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EEWXZ6022219; Mon, 14 Apr 2008 14:32:33 GMT (envelope-from rrs) Message-Id: <200804141432.m3EEWXZ6022219@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 14:32:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_output.c 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: Mon, 14 Apr 2008 14:32:33 -0000 rrs 2008-04-14 14:32:32 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: 1) adds some additional logging 2) changes to use a inqueue_bytes calculated value in max_len calc's. MFC after: 1 week Revision Changes Path 1.68 +106 -1 src/sys/netinet/sctp_output.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:33:08 2008 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 5AA3C106566B; Mon, 14 Apr 2008 14:33:08 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1B568FC3D; Mon, 14 Apr 2008 14:33:07 +0000 (UTC) (envelope-from rrs@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 m3EEX7Wi022273; Mon, 14 Apr 2008 14:33:07 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EEX7OA022272; Mon, 14 Apr 2008 14:33:07 GMT (envelope-from rrs) Message-Id: <200804141433.m3EEX7OA022272@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 14:33:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_constants.h 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: Mon, 14 Apr 2008 14:33:08 -0000 rrs 2008-04-14 14:33:07 UTC FreeBSD src repository Modified files: sys/netinet sctp_constants.h Log: New logging values. Revision Changes Path 1.35 +29 -28 src/sys/netinet/sctp_constants.h From owner-cvs-all@FreeBSD.ORG Mon Apr 14 14:34:29 2008 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 E4C661065679; Mon, 14 Apr 2008 14:34:29 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BCE048FC1D; Mon, 14 Apr 2008 14:34:29 +0000 (UTC) (envelope-from rrs@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 m3EEYT5D022345; Mon, 14 Apr 2008 14:34:29 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EEYTpr022344; Mon, 14 Apr 2008 14:34:29 GMT (envelope-from rrs) Message-Id: <200804141434.m3EEYTpr022344@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 14:34:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_indata.c 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: Mon, 14 Apr 2008 14:34:30 -0000 rrs 2008-04-14 14:34:29 UTC FreeBSD src repository Modified files: sys/netinet sctp_indata.c Log: Protection against errant sender sending a stream seq number out of order with no missing TSN's (a cisco box has this problem which will make a ssn be held forever). MFC after: 1 week Revision Changes Path 1.49 +7 -1 src/sys/netinet/sctp_indata.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 15:13:58 2008 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 ADEC71065673; Mon, 14 Apr 2008 15:13:58 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 857248FC13; Mon, 14 Apr 2008 15:13:58 +0000 (UTC) (envelope-from gahr@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 m3EFDwSA024743; Mon, 14 Apr 2008 15:13:58 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EFDw87024742; Mon, 14 Apr 2008 15:13:58 GMT (envelope-from gahr) Message-Id: <200804141513.m3EFDw87024742@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 15:13:58 +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/mail/listmanager 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: Mon, 14 Apr 2008 15:13:58 -0000 gahr 2008-04-14 15:13:58 UTC FreeBSD ports repository Modified files: mail/listmanager Makefile Log: - Install binary with group set to Sendmail's mailnull user PR: 122030 Submitted by: gshapiro (maintainer) Approved by: miwi (mentor) Revision Changes Path 1.16 +3 -1 ports/mail/listmanager/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 15:16:02 2008 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 5BF02106566C; Mon, 14 Apr 2008 15:16:02 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 329598FC25; Mon, 14 Apr 2008 15:16:02 +0000 (UTC) (envelope-from mm@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 m3EFG2Hg024888; Mon, 14 Apr 2008 15:16:02 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EFG28W024887; Mon, 14 Apr 2008 15:16:02 GMT (envelope-from mm) Message-Id: <200804141516.m3EFG28W024887@repoman.freebsd.org> From: Martin Matuska Date: Mon, 14 Apr 2008 15:16:02 +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/www/openacs Makefile ports/www/openacs/files create_sampledb.sh.in ports/www/openacs-dotlrn 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: Mon, 14 Apr 2008 15:16:02 -0000 mm 2008-04-14 15:16:02 UTC FreeBSD ports repository Modified files: www/openacs Makefile www/openacs/files create_sampledb.sh.in www/openacs-dotlrn Makefile Log: - Fix installation of default configuration file - Fix script for sample database creation - Bump PORTREVISION Revision Changes Path 1.11 +1 -1 ports/www/openacs-dotlrn/Makefile 1.17 +5 -9 ports/www/openacs/Makefile 1.4 +2 -2 ports/www/openacs/files/create_sampledb.sh.in From owner-cvs-all@FreeBSD.ORG Mon Apr 14 15:31:56 2008 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 AEBD2106566B; Mon, 14 Apr 2008 15:31:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1088FC14; Mon, 14 Apr 2008 15:31:56 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 3A56D209A; Mon, 14 Apr 2008 17:31:54 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: =?utf-8?Q?S=C3=B8ren?= Schmidt References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> Date: Mon, 14 Apr 2008 17:31:53 +0200 In-Reply-To: (=?utf-8?Q?=22S=C3=B8ren?= Schmidt"'s message of "Mon\, 14 Apr 2008 16\:10\:56 +0200") Message-ID: <86fxto1mhi.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 15:31:56 -0000 S=C3=B8ren Schmidt writes: > They arent, unless your HW runs in legacy emulation mode, then some > chipsets emulates master/slave pairs. Hmm, isn't that a matter of software more than hardware, i.e. the driver switches to "native" mode when FreeBSD boots? Or perhaps I should double-check that the BIOS is set to "AHCI mode"? The hardware is ICH8, except for the DVDR drive which is on a POS JMicron controller: des@ds4 ~% grep \^ata /var/run/dmesg.boot atapci0: mem 0xf9000000-0xf9001fff irq 17 at devi= ce 0.0 on pci4 atapci0: [ITHREAD] atapci0: AHCI Version 01.00 controller with 2 ports detected ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] atapci1: port 0xa000-0xa007,0xa400-0xa4= 03,0xa800-0xa807,0xac00-0xac03,0xb000-0xb00f irq 18 at device 0.1 on pci4 atapci1: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] atapci2: port 0x1f0-0x1f7,0x3f6,0x170-0x177= ,0x376,0xf000-0xf00f,0xfc00-0xfc0f at device 31.2 on pci0 ata0: on atapci2 ata0: [ITHREAD] ata1: on atapci2 ata1: [ITHREAD] atapci3: port 0xd800-0xd807,0xdc00-0xdc03,0= xe000-0xe007,0xe400-0xe403,0xe800-0xe80f,0xec00-0xec0f irq 19 at device 31.= 5 on pci0 atapci3: [ITHREAD] ata5: on atapci3 ata5: [ITHREAD] ata6: on atapci3 ata6: [ITHREAD] des@ds4 ~% sudo atacontrol list=20=20=20=20=20=20=20=20=20=20 ATA channel 0: Master: ad0 Serial ATA v1.0 Slave: ad1 Serial ATA II ATA channel 1: Master: ad2 Serial ATA II Slave: ad3 Serial ATA II ATA channel 2: Master: no device present Slave: no device present ATA channel 3: Master: no device present Slave: no device present ATA channel 4: Master: acd0 ATA/ATAPI revision 6 Slave: no device present ATA channel 5: Master: ad10 Serial ATA II Slave: no device present ATA channel 6: Master: ad12 Serial ATA II Slave: no device present DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Apr 14 15:33:52 2008 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 E8ECB1065670; Mon, 14 Apr 2008 15:33:52 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0CF38FC19; Mon, 14 Apr 2008 15:33:52 +0000 (UTC) (envelope-from mm@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 m3EFXqjK025481; Mon, 14 Apr 2008 15:33:52 GMT (envelope-from mm@repoman.freebsd.org) Received: (from mm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EFXqvY025480; Mon, 14 Apr 2008 15:33:52 GMT (envelope-from mm) Message-Id: <200804141533.m3EFXqvY025480@repoman.freebsd.org> From: Martin Matuska Date: Mon, 14 Apr 2008 15:33:52 +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/www/openacs 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: Mon, 14 Apr 2008 15:33:53 -0000 mm 2008-04-14 15:33:52 UTC FreeBSD ports repository Modified files: www/openacs Makefile Log: - Add missing line in last commit Revision Changes Path 1.18 +1 -1 ports/www/openacs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 15:42:38 2008 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 6D10C106566C; Mon, 14 Apr 2008 15:42:38 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id CE5D88FC1A; Mon, 14 Apr 2008 15:42:37 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3EFgaL0086623; Mon, 14 Apr 2008 17:42:36 +0200 (CEST) (envelope-from sos@FreeBSD.org) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86fxto1mhi.fsf@ds4.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 14 Apr 2008 17:42:36 +0200 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> <86fxto1mhi.fsf@ds4.des.no> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 15:42:38 -0000 Hi You have to set AHCI mode in the BIOS or the resources needed to use =20 it wont be available, so yes its software but not ours :) -S=F8ren On 14Apr, 2008, at 17:31 , Dag-Erling Sm=F8rgrav wrote: > S=F8ren Schmidt writes: >> They arent, unless your HW runs in legacy emulation mode, then some >> chipsets emulates master/slave pairs. > > Hmm, isn't that a matter of software more than hardware, i.e. the =20 > driver > switches to "native" mode when FreeBSD boots? > > Or perhaps I should double-check that the BIOS is set to "AHCI mode"? > > The hardware is ICH8, except for the DVDR drive which is on a POS > JMicron controller: > > des@ds4 ~% grep \^ata /var/run/dmesg.boot > atapci0: mem 0xf9000000-0xf9001fff irq 17 =20= > at device 0.0 on pci4 > atapci0: [ITHREAD] > atapci0: AHCI Version 01.00 controller with 2 ports detected > ata2: on atapci0 > ata2: [ITHREAD] > ata3: on atapci0 > ata3: [ITHREAD] > atapci1: port =20 > 0xa000=20 > -0xa007,0xa400-0xa403,0xa800-0xa807,0xac00-0xac03,0xb000-0xb00f irq =20= > 18 at device 0.1 on pci4 > atapci1: [ITHREAD] > ata4: on atapci1 > ata4: [ITHREAD] > atapci2: port =20 > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f,0xfc00-0xfc0f at =20 > device 31.2 on pci0 > ata0: on atapci2 > ata0: [ITHREAD] > ata1: on atapci2 > ata1: [ITHREAD] > atapci3: port =20 > 0xd800=20 > -0xd807,0xdc00-0xdc03,0xe000-0xe007,0xe400-0xe403,0xe800-0xe80f,=20 > 0xec00-0xec0f irq 19 at device 31.5 on pci0 > atapci3: [ITHREAD] > ata5: on atapci3 > ata5: [ITHREAD] > ata6: on atapci3 > ata6: [ITHREAD] > des@ds4 ~% sudo atacontrol list > ATA channel 0: > Master: ad0 Serial ATA v1.0 > Slave: ad1 Serial ATA II > ATA channel 1: > Master: ad2 Serial ATA II > Slave: ad3 Serial ATA II > ATA channel 2: > Master: no device present > Slave: no device present > ATA channel 3: > Master: no device present > Slave: no device present > ATA channel 4: > Master: acd0 ATA/ATAPI revision 6 > Slave: no device present > ATA channel 5: > Master: ad10 Serial ATA II > Slave: no device present > ATA channel 6: > Master: ad12 Serial ATA II > Slave: no device present > > DES > --=20 > Dag-Erling Sm=F8rgrav - des@des.no > > From owner-cvs-all@FreeBSD.ORG Mon Apr 14 16:00:40 2008 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 18AF7106566B; Mon, 14 Apr 2008 16:00:40 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id C87FD8FC23; Mon, 14 Apr 2008 16:00:39 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 499A120C7; Mon, 14 Apr 2008 18:00:38 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: =?utf-8?Q?S=C3=B8ren?= Schmidt References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> <86fxto1mhi.fsf@ds4.des.no> Date: Mon, 14 Apr 2008 18:00:37 +0200 In-Reply-To: (=?utf-8?Q?=22S=C3=B8ren?= Schmidt"'s message of "Mon\, 14 Apr 2008 17\:42\:36 +0200") Message-ID: <86wsn0zasa.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 16:00:40 -0000 S=C3=B8ren Schmidt writes: > You have to set AHCI mode in the BIOS or the resources needed to use > it wont be available, so yes its software but not ours :) Thanks S=C3=B8ren, I will make sure the BIOS is correctly configured. Does this also affect hotswap? I assume that the ICH8 supports it, but I haven't been able to make it work. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Apr 14 16:46:42 2008 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 05D221065671; Mon, 14 Apr 2008 16:46:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA9FE8FC17; Mon, 14 Apr 2008 16:46:41 +0000 (UTC) (envelope-from pav@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 m3EGkfcZ029779; Mon, 14 Apr 2008 16:46:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EGkfux029778; Mon, 14 Apr 2008 16:46:41 GMT (envelope-from pav) Message-Id: <200804141646.m3EGkfux029778@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 14 Apr 2008 16: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/Mk bsd.commands.mk bsd.port.mk 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: Mon, 14 Apr 2008 16:46:42 -0000 pav 2008-04-14 16:46:41 UTC FreeBSD ports repository Modified files: Mk bsd.commands.mk bsd.port.mk Log: Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm. PR: ports/116219 Submitted by: edwin Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is defined and no DISPLAY variable is in environment; pass DISPLAY value in CONFIGURE_ENV and MAKE_ENV. PR: ports/116244 Submitted by: edwin Define ${PW}. PR: ports/119821 Submitted by: Matthew Seaman Move SHA256, MD5, GMAKE and XMKMF to bsd.commands.mk. PR: ports/119879 Submitted by: edwin Fix a build failure for ports that define their own MTREE File. PR: ports/120200 Submitted by: dinoex Don't recreate mtree symlinks if they are already present. PR: ports/121681 Submitted by: sobomax Fix LIB_DEPENDS for libraries whose name contains plus sign. Both intuitive and old escaped syntax works. PR: ports/121741 (based on) Submitted by: fjoe Disable post-install security checks if DISABLE_SECURITY_CHECK variable is defined. PR: ports/122224 Submitted by: Bjoern Koenig Remove versioned Tcl/Tk categories. PR: ports/122622 Submitted by: pav Revision Changes Path 1.3 +17 -1 ports/Mk/bsd.commands.mk 1.592 +31 -29 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Mon Apr 14 16:50:56 2008 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 E83EE106564A; Mon, 14 Apr 2008 16:50:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFA5E8FC30; Mon, 14 Apr 2008 16:50:56 +0000 (UTC) (envelope-from jkim@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 m3EGouom038998; Mon, 14 Apr 2008 16:50:56 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EGouIP038997; Mon, 14 Apr 2008 16:50:56 GMT (envelope-from jkim) Message-Id: <200804141650.m3EGouIP038997@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 14 Apr 2008 16:50:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_asus.c 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: Mon, 14 Apr 2008 16:50:57 -0000 jkim 2008-04-14 16:50:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpi_support acpi_asus.c Log: MFC: 1.31 - Add ASUS G2K laptop support. - Add DLED and GLED found on newer ASUS laptops. - Turn on BLED, TLED, and WLED by default as other OSes. Revision Changes Path 1.30.2.1 +104 -33 src/sys/dev/acpi_support/acpi_asus.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 16:51:40 2008 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 B31771065687; Mon, 14 Apr 2008 16:51:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1288FC37; Mon, 14 Apr 2008 16:51:40 +0000 (UTC) (envelope-from pav@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 m3EGpe8m039042; Mon, 14 Apr 2008 16:51:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EGpeSS039041; Mon, 14 Apr 2008 16:51:40 GMT (envelope-from pav) Message-Id: <200804141651.m3EGpeSS039041@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 14 Apr 2008 16:51:40 +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 CHANGES 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: Mon, 14 Apr 2008 16:51:40 -0000 pav 2008-04-14 16:51:40 UTC FreeBSD ports repository Modified files: . CHANGES Log: 20080414 updates Revision Changes Path 1.81 +13 -1 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Mon Apr 14 16:53:38 2008 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 8F90B106566B; Mon, 14 Apr 2008 16:53:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 673108FC18; Mon, 14 Apr 2008 16:53:38 +0000 (UTC) (envelope-from pav@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 m3EGrcJk039100; Mon, 14 Apr 2008 16:53:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EGrcDb039099; Mon, 14 Apr 2008 16:53:38 GMT (envelope-from pav) Message-Id: <200804141653.m3EGrcDb039099@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 14 Apr 2008 16:53:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml 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: Mon, 14 Apr 2008 16:53:38 -0000 pav 2008-04-14 16:53:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Update for USE_DISPLAY changes Revision Changes Path 1.922 +3 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 17:09:26 2008 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 4100A106564A; Mon, 14 Apr 2008 17:09:26 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id C03DF8FC1B; Mon, 14 Apr 2008 17:09:25 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3EH9OOQ088304; Mon, 14 Apr 2008 19:09:24 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86wsn0zasa.fsf@ds4.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 14 Apr 2008 19:09:23 +0200 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> <86fxto1mhi.fsf@ds4.des.no> <86wsn0zasa.fsf@ds4.des.no> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 17:09:26 -0000 Hi Yes, the registers used for setting up events when hotswap happens are =20= not accessible when in legacy compat mode. -S=F8ren On 14Apr, 2008, at 18:00 , Dag-Erling Sm=F8rgrav wrote: > S=F8ren Schmidt writes: >> You have to set AHCI mode in the BIOS or the resources needed to use >> it wont be available, so yes its software but not ours :) > > Thanks S=F8ren, I will make sure the BIOS is correctly configured. > > Does this also affect hotswap? I assume that the ICH8 supports it, =20= > but > I haven't been able to make it work. > > DES > --=20 > Dag-Erling Sm=F8rgrav - des@des.no > > From owner-cvs-all@FreeBSD.ORG Mon Apr 14 17:33:15 2008 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 EB8A3106564A; Mon, 14 Apr 2008 17:33:15 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC9BB8FC0C; Mon, 14 Apr 2008 17:33:15 +0000 (UTC) (envelope-from jkois@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 m3EHXFo1041460; Mon, 14 Apr 2008 17:33:15 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EHXFkl041459; Mon, 14 Apr 2008 17:33:15 GMT (envelope-from jkois) Message-Id: <200804141733.m3EHXFkl041459@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 17:33:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docs books.sgml 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: Mon, 14 Apr 2008 17:33:16 -0000 jkois 2008-04-14 17:33:15 UTC FreeBSD doc repository Modified files: en/docs books.sgml Log: PR: www/121756: 2 links pointing to ezine.daemonnews.org are no longer working. As the whole daemonnews site is in rather bad shape at the moment (many broken links over there) deactivate the links for the moment (but leave them in the source code in case they come accessible again). While here fix two other issues: - Remove the entry "Install for Newbies" as there is no source mentioned and as the article has been incorporated in the handbook a loooooooong time ago. - Ad "4.1" to the link about "Split DNS" as this is the FreeBSD version the article describes. Revision Changes Path 1.34 +4 -11 www/en/docs/books.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 17:51:32 2008 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 EAE41106564A; Mon, 14 Apr 2008 17:51:32 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C29208FC15; Mon, 14 Apr 2008 17:51:32 +0000 (UTC) (envelope-from mi@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 m3EHpWFA042062; Mon, 14 Apr 2008 17:51:32 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EHpWaX042061; Mon, 14 Apr 2008 17:51:32 GMT (envelope-from mi) Message-Id: <200804141751.m3EHpWaX042061@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 14 Apr 2008 17:51:32 +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/print/lyx 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: Mon, 14 Apr 2008 17:51:33 -0000 mi 2008-04-14 17:51:32 UTC FreeBSD ports repository Modified files: print/lyx Makefile Log: Refresh master-sites. Revision Changes Path 1.116 +6 -8 ports/print/lyx/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 17:54:56 2008 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 3C8C4106564A; Mon, 14 Apr 2008 17:54:56 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 140078FC1B; Mon, 14 Apr 2008 17:54:56 +0000 (UTC) (envelope-from mi@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 m3EHstqF042190; Mon, 14 Apr 2008 17:54:55 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EHstk1042189; Mon, 14 Apr 2008 17:54:55 GMT (envelope-from mi) Message-Id: <200804141754.m3EHstk1042189@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 14 Apr 2008 17:54:55 +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/print/lyx15 pkg-descr 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: Mon, 14 Apr 2008 17:54:56 -0000 mi 2008-04-14 17:54:55 UTC FreeBSD ports repository Modified files: print/lyx15 pkg-descr Log: Expand description to explain, why there remain to LyX-ports. LyX-1.5 can not become the default "lyx", because it requires Qt4, which is yet to enter the maintstream on FreeBSD. Revision Changes Path 1.7 +3 -0 ports/print/lyx15/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:06:04 2008 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 C7FFE106564A; Mon, 14 Apr 2008 18:06:04 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EFBB8FC12; Mon, 14 Apr 2008 18:06:04 +0000 (UTC) (envelope-from rrs@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 m3EI64aM043795; Mon, 14 Apr 2008 18:06:04 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EI64St043794; Mon, 14 Apr 2008 18:06:04 GMT (envelope-from rrs) Message-Id: <200804141806.m3EI64St043794@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 18:06:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/sys protosw.h socket.h 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: Mon, 14 Apr 2008 18:06:04 -0000 rrs 2008-04-14 18:06:04 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c sys/sys protosw.h socket.h Log: Add pru_flush routine so a transport can flush itself during Shutdown MFC after: 1 week Revision Changes Path 1.309 +3 -1 src/sys/kern/uipc_socket.c 1.58 +2 -1 src/sys/sys/protosw.h 1.99 +6 -0 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:12:37 2008 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 F222D1065675; Mon, 14 Apr 2008 18:12:37 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9ECF8FC25; Mon, 14 Apr 2008 18:12:37 +0000 (UTC) (envelope-from rrs@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 m3EICbiv044023; Mon, 14 Apr 2008 18:12:37 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EICbDB044022; Mon, 14 Apr 2008 18:12:37 GMT (envelope-from rrs) Message-Id: <200804141812.m3EICbDB044022@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 18:12:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 sctp6_usrreq.c 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: Mon, 14 Apr 2008 18:12:38 -0000 rrs 2008-04-14 18:12:37 UTC FreeBSD src repository Modified files: sys/netinet6 sctp6_usrreq.c Log: - Have SCTP use the new pru_flush functionality PR: 122710 MFC after: 1 week Revision Changes Path 1.43 +1 -0 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:13:33 2008 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 86012106566B; Mon, 14 Apr 2008 18:13:33 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC648FC2A; Mon, 14 Apr 2008 18:13:33 +0000 (UTC) (envelope-from rrs@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 m3EIDXMS044086; Mon, 14 Apr 2008 18:13:33 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EIDX6e044085; Mon, 14 Apr 2008 18:13:33 GMT (envelope-from rrs) Message-Id: <200804141813.m3EIDX6e044085@repoman.freebsd.org> From: Randall Stewart Date: Mon, 14 Apr 2008 18:13:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_input.c sctp_usrreq.c sctp_var.h 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: Mon, 14 Apr 2008 18:13:33 -0000 rrs 2008-04-14 18:13:33 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c sctp_usrreq.c sctp_var.h Log: Use the pru_flush infrastructure to avoid a panic PR: 122710 MFC after: 1 week Revision Changes Path 1.68 +28 -1 src/sys/netinet/sctp_input.c 1.53 +35 -2 src/sys/netinet/sctp_usrreq.c 1.22 +2 -0 src/sys/netinet/sctp_var.h From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:14:25 2008 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 7E076106566B; Mon, 14 Apr 2008 18:14:25 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from webmail28.yandex.ru (webmail28.yandex.ru [213.180.200.112]) by mx1.freebsd.org (Postfix) with ESMTP id F313C8FC1B; Mon, 14 Apr 2008 18:14:24 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (webmail28) by mail.yandex.ru id S6947963AbYDNSOU for (+ 3 others); Mon, 14 Apr 2008 22:14:20 +0400 X-Yandex-Spam: 0 Received: from [77.72.136.70] ([77.72.136.70]) by mail.yandex.ru with HTTP; Mon, 14 Apr 2008 22:14:20 +0400 From: "Andrey V. Elsukov" To: sos@freebsd.org In-Reply-To: 9060000000209253504 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86k5j01r1f.fsf@ds4.des.no> 9060000000209253504 MIME-Version: 1.0 Message-Id: <191931208196860@webmail28.yandex.ru> Date: Mon, 14 Apr 2008 22:14:20 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Cc: des@des.no, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Mon, 14 Apr 2008 18:14:25 -0000 14.04.08, 18:10, "Søren Schmidt" : > They arent, unless your HW runs in legacy emulation mode, then some > chipsets emulates master/slave pairs. I see problem here. ata(4) uses atadev->unit==ATA_SLAVE to determine which device is slave, but it never sets atadev->unit to ATA_SLAVE. So, now we have broken `atacontrol list` command. On my old system it doesn't show any of slave devices. Also, it shows "Device not configured" error at the end of its output. -- WBR, Andrey V. Elsukov From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:14:48 2008 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 22B6310656C8; Mon, 14 Apr 2008 18:14:48 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EECF48FC23; Mon, 14 Apr 2008 18:14:47 +0000 (UTC) (envelope-from jkois@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 m3EIElNL044142; Mon, 14 Apr 2008 18:14:47 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EIElsA044141; Mon, 14 Apr 2008 18:14:47 GMT (envelope-from jkois) Message-Id: <200804141814.m3EIElsA044141@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 18:14:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml usergroups.xml 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: Mon, 14 Apr 2008 18:14:48 -0000 jkois 2008-04-14 18:14:47 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: PR: www/119105: Add the WCOSUG as a BSD/Linux usergroup located in Western Connecticut (USA). Revision Changes Path 1.64 +14 -1 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:34:25 2008 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 255D1106564A; Mon, 14 Apr 2008 18:34:25 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F07198FC0C; Mon, 14 Apr 2008 18:34:24 +0000 (UTC) (envelope-from sos@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 m3EIYOfw044871; Mon, 14 Apr 2008 18:34:24 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EIYOXP044870; Mon, 14 Apr 2008 18:34:24 GMT (envelope-from sos) Message-Id: <200804141834.m3EIYOXP044870@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 14 Apr 2008 18:34:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c 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: Mon, 14 Apr 2008 18:34:25 -0000 sos 2008-04-14 18:34:24 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: Fix problem with slave devices. Fix or rather bring ENOMEM problems back to the state it was before. Temporarily disable PortMultipliers on AHCI devices. Revision Changes Path 1.132 +1 -1 src/sys/dev/ata/ata-all.h 1.216 +4 -3 src/sys/dev/ata/ata-chipset.c 1.153 +4 -4 src/sys/dev/ata/ata-dma.c 1.82 +7 -8 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:50:51 2008 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 4ACDF1065681; Mon, 14 Apr 2008 18:50:51 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 227F28FC0C; Mon, 14 Apr 2008 18:50:51 +0000 (UTC) (envelope-from jkois@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 m3EIopmx045446; Mon, 14 Apr 2008 18:50:51 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EIooid045445; Mon, 14 Apr 2008 18:50:50 GMT (envelope-from jkois) Message-Id: <200804141850.m3EIooid045445@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 18:50:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en internet.sgml 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: Mon, 14 Apr 2008 18:50:51 -0000 jkois 2008-04-14 18:50:50 UTC FreeBSD doc repository Modified files: en internet.sgml Log: PR: www/121562 Some updates to www/en/internet.sgml. Revision Changes Path 1.39 +39 -29 www/en/internet.sgml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 18:56:49 2008 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 5784A1065671; Mon, 14 Apr 2008 18:56:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EFB98FC23; Mon, 14 Apr 2008 18:56:49 +0000 (UTC) (envelope-from obrien@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 m3EIunEu048178; Mon, 14 Apr 2008 18:56:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EIunhj048177; Mon, 14 Apr 2008 18:56:49 GMT (envelope-from obrien) Message-Id: <200804141856.m3EIunhj048177@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 14 Apr 2008 18:56:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 pmap.c 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: Mon, 14 Apr 2008 18:56:49 -0000 obrien 2008-04-14 18:56:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 pmap.c Log: style(9) Revision Changes Path 1.523.2.24 +2 -2 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:10:08 2008 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 CEE4E106566B; Mon, 14 Apr 2008 19:10:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A35F08FC19; Mon, 14 Apr 2008 19:10:08 +0000 (UTC) (envelope-from brooks@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 m3EJA8fb049753; Mon, 14 Apr 2008 19:10:08 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EJA846049752; Mon, 14 Apr 2008 19:10:08 GMT (envelope-from brooks) Message-Id: <200804141910.m3EJA846049752@repoman.freebsd.org> From: Brooks Davis Date: Mon, 14 Apr 2008 19:10:08 +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/sysutils/sge61 Makefile ports/sysutils/sge61/files qsh-disabled.sh 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: Mon, 14 Apr 2008 19:10:08 -0000 brooks 2008-04-14 19:10:08 UTC FreeBSD ports repository Modified files: sysutils/sge61 Makefile Added files: sysutils/sge61/files qsh-disabled.sh Log: Add an option to replace qsh with a script that prints an error message and exist with an error code. This is useful on clusters where qsh is not supported (common since it requires xterm to be installed on each node). Since I did not changed the default, I did not bump PORTREVISION. Revision Changes Path 1.38 +5 -1 ports/sysutils/sge61/Makefile 1.1 +3 -0 ports/sysutils/sge61/files/qsh-disabled.sh (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:16:59 2008 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 AA58F106564A; Mon, 14 Apr 2008 19:16:59 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81AAB8FC2B; Mon, 14 Apr 2008 19:16:59 +0000 (UTC) (envelope-from jkois@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 m3EJGxak049969; Mon, 14 Apr 2008 19:16:59 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EJGxAI049968; Mon, 14 Apr 2008 19:16:59 GMT (envelope-from jkois) Message-Id: <200804141916.m3EJGxAI049968@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 19:16:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.isp.xml 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: Mon, 14 Apr 2008 19:16:59 -0000 jkois 2008-04-14 19:16:59 UTC FreeBSD doc repository Modified files: share/sgml commercial.isp.xml Log: PR: www/120719 PR: www/120254 Add 2 webhosting provider (which also offer FreeBSD solutions). Revision Changes Path 1.30 +22 -2 www/share/sgml/commercial.isp.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:18:50 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from miki (localhost [IPv6:::1]) by hub.freebsd.org (Postfix) with SMTP id CB12C1065673; Mon, 14 Apr 2008 19:18:48 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Date: Tue, 15 Apr 2008 03:18:25 +0800 From: Ariff Abdullah To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-Id: <20080415031825.2a1259ac.ariff@FreeBSD.org> In-Reply-To: <200804141834.m3EIYOXP044870@repoman.freebsd.org> References: <200804141834.m3EIYOXP044870@repoman.freebsd.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__15_Apr_2008_03_18_25_+0800_I/jt2auj+LujpPHj" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c 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: Mon, 14 Apr 2008 19:18:50 -0000 --Signature=_Tue__15_Apr_2008_03_18_25_+0800_I/jt2auj+LujpPHj Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 14 Apr 2008 18:34:24 +0000 (UTC) S=F8ren Schmidt wrote: > sos 2008-04-14 18:34:24 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c=20 > ata-lowlevel.c=20 > Log: > Fix problem with slave devices. > Fix or rather bring ENOMEM problems back to the state it was > before. Temporarily disable PortMultipliers on AHCI devices. > =20 > Revision Changes Path > 1.132 +1 -1 src/sys/dev/ata/ata-all.h > 1.216 +4 -3 src/sys/dev/ata/ata-chipset.c > 1.153 +4 -4 src/sys/dev/ata/ata-dma.c > 1.82 +7 -8 src/sys/dev/ata/ata-lowlevel.c I can confirm that this fix my issues with MCP67/AHCI. Thanks! -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot ***** users :P ........ --Signature=_Tue__15_Apr_2008_03_18_25_+0800_I/jt2auj+LujpPHj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgDrgEACgkQlr+deMUwTNr4hwCg2pOAhk7EmZdSQ4kTMOO8chDJ OIcAoMv/opAEyKK3DwN3Y7cm/HeWjo0J =4/o9 -----END PGP SIGNATURE----- --Signature=_Tue__15_Apr_2008_03_18_25_+0800_I/jt2auj+LujpPHj-- From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:24:22 2008 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 66930106564A; Mon, 14 Apr 2008 19:24:22 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id D17328FC1C; Mon, 14 Apr 2008 19:24:21 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id m3EJD6Ck035656; Mon, 14 Apr 2008 21:13:06 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.2/8.14.1) with ESMTP id m3EJD6rE002667; Mon, 14 Apr 2008 21:13:06 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.2/8.14.1/Submit) id m3EJD6SO002666; Mon, 14 Apr 2008 21:13:06 +0200 (CEST) (envelope-from marc) Date: Mon, 14 Apr 2008 21:13:06 +0200 From: Marc Fonvieille To: Johann Kois Message-ID: <20080414191306.GB1050@gothic.blackend.org> References: <200804141850.m3EIooid045445@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804141850.m3EIooid045445@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.16 (2007-06-09) Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en internet.sgml 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: Mon, 14 Apr 2008 19:24:22 -0000 On Mon, Apr 14, 2008 at 06:50:50PM +0000, Johann Kois wrote: > jkois 2008-04-14 18:50:50 UTC > > FreeBSD doc repository > > Modified files: > en internet.sgml > Log: > PR: www/121562 > > Some updates to www/en/internet.sgml. > Content changes mixed with whitespace changes. It'll cause unnecessary pain to a translator to find what has been really changed :( -- Marc From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:44:17 2008 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 0FCC8106566C; Mon, 14 Apr 2008 19:44:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB6678FC12; Mon, 14 Apr 2008 19:44:16 +0000 (UTC) (envelope-from gahr@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 m3EJiGQR053527; Mon, 14 Apr 2008 19:44:16 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EJiG73053526; Mon, 14 Apr 2008 19:44:16 GMT (envelope-from gahr) Message-Id: <200804141944.m3EJiG73053526@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 19:44:16 +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/textproc/ctpp Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 19:44:17 -0000 gahr 2008-04-14 19:44:16 UTC FreeBSD ports repository Modified files: textproc/ctpp Makefile distinfo pkg-plist Log: - Update to 1.8.6 Approved by: miwi (mentor) Revision Changes Path 1.14 +1 -6 ports/textproc/ctpp/Makefile 1.13 +3 -3 ports/textproc/ctpp/distinfo 1.8 +0 -75 ports/textproc/ctpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:51:29 2008 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 88920106566C; Mon, 14 Apr 2008 19:51:29 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from tux15.hoststar.at (tux15.hoststar.at [213.239.217.242]) by mx1.freebsd.org (Postfix) with ESMTP id 05BC28FC12; Mon, 14 Apr 2008 19:51:28 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from [192.168.0.163] ([84.112.218.25]) (authenticated bits=0) by tux15.hoststar.at (8.13.6/8.12.11) with ESMTP id m3EJpR1u007302; Mon, 14 Apr 2008 21:51:28 +0200 From: Johann Kois To: Marc Fonvieille Date: Mon, 14 Apr 2008 21:51:24 +0200 User-Agent: KMail/1.9.7 References: <200804141850.m3EIooid045445@repoman.freebsd.org> <20080414191306.GB1050@gothic.blackend.org> In-Reply-To: <20080414191306.GB1050@gothic.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804142151.25814.jkois@freebsd.org> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en internet.sgml 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: Mon, 14 Apr 2008 19:51:29 -0000 On Monday 14 April 2008 Marc Fonvieille wrote: > On Mon, Apr 14, 2008 at 06:50:50PM +0000, Johann Kois wrote: > > jkois 2008-04-14 18:50:50 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en internet.sgml > > Log: > > PR: www/121562 > > > > Some updates to www/en/internet.sgml. > > Content changes mixed with whitespace changes. > It'll cause unnecessary pain to a translator to find what has been > really changed :( Ups. Just realized I was thinking about an other commit when replying to your email (should not do several things at the same time ...). Of course you are right, the correct solution would have been two committs here. Johann -- -- Johann Kois - jkois@FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de From owner-cvs-all@FreeBSD.ORG Mon Apr 14 19:55:53 2008 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 D73FF1065672; Mon, 14 Apr 2008 19:55:53 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEB488FC1C; Mon, 14 Apr 2008 19:55:53 +0000 (UTC) (envelope-from jkois@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 m3EJtrac054151; Mon, 14 Apr 2008 19:55:53 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EJtruL054150; Mon, 14 Apr 2008 19:55:53 GMT (envelope-from jkois) Message-Id: <200804141955.m3EJtruL054150@repoman.freebsd.org> From: Johann Kois Date: Mon, 14 Apr 2008 19:55:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml commercial.hardware.xml 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: Mon, 14 Apr 2008 19:55:54 -0000 jkois 2008-04-14 19:55:53 UTC FreeBSD doc repository Modified files: share/sgml commercial.hardware.xml Log: PR: www/121631 Add HighPoint Technologies, Inc. as a hardware (RAID controller) vendor with FreeBSD support. Revision Changes Path 1.6 +15 -2 www/share/sgml/commercial.hardware.xml From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:07:14 2008 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 577851065670; Mon, 14 Apr 2008 20:07:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3D58FC2A; Mon, 14 Apr 2008 20:07:14 +0000 (UTC) (envelope-from gahr@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 m3EK7Ekp055628; Mon, 14 Apr 2008 20:07:14 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EK7Enb055627; Mon, 14 Apr 2008 20:07:14 GMT (envelope-from gahr) Message-Id: <200804142007.m3EK7Enb055627@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 20:07: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/sysutils/heirloom Makefile distinfo 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: Mon, 14 Apr 2008 20:07:14 -0000 gahr 2008-04-14 20:07:13 UTC FreeBSD ports repository Modified files: sysutils/heirloom Makefile distinfo Log: - Update to 070715 - Adopt maintainship Approved by: miwi (mentor) Revision Changes Path 1.11 +3 -4 ports/sysutils/heirloom/Makefile 1.5 +3 -3 ports/sysutils/heirloom/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:11:32 2008 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 DB3A31065671; Mon, 14 Apr 2008 20:11:32 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from tux15.hoststar.at (tux15.hoststar.at [213.239.217.242]) by mx1.freebsd.org (Postfix) with ESMTP id 579B88FC0A; Mon, 14 Apr 2008 20:11:31 +0000 (UTC) (envelope-from jkois@freebsd.org) Received: from [192.168.0.163] ([84.112.218.25]) (authenticated bits=0) by tux15.hoststar.at (8.13.6/8.12.11) with ESMTP id m3EJX6J2004399; Mon, 14 Apr 2008 21:33:07 +0200 From: Johann Kois To: Marc Fonvieille Date: Mon, 14 Apr 2008 21:33:03 +0200 User-Agent: KMail/1.9.7 References: <200804141850.m3EIooid045445@repoman.freebsd.org> <20080414191306.GB1050@gothic.blackend.org> In-Reply-To: <20080414191306.GB1050@gothic.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804142133.04602.jkois@freebsd.org> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en internet.sgml 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: Mon, 14 Apr 2008 20:11:33 -0000 On Monday, 14 April 2008 Marc Fonvieille wrote: > > jkois 2008-04-14 18:50:50 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en internet.sgml > > Log: > > PR: www/121562 > > > > Some updates to www/en/internet.sgml. > > Content changes mixed with whitespace changes. > It'll cause unnecessary pain to a translator to find what has been > really changed :( Yeah, sorry about that. Altough I want to pick out that this file does not even have 1 translation yet (and I am nearly 100 % sure there will never be one). Nevertheless I should not have mixed whitespace and content change. Will remember that for the future. Johann -- -- Johann Kois - jkois@FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:15:45 2008 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 1A215106566B; Mon, 14 Apr 2008 20:15:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id DF1FF8FC1D; Mon, 14 Apr 2008 20:15:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 8B48446B1E; Mon, 14 Apr 2008 16:15:44 -0400 (EDT) Date: Mon, 14 Apr 2008 21:15:44 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Randall Stewart In-Reply-To: <200804141806.m3EI64St043794@repoman.freebsd.org> Message-ID: <20080414210941.U72408@fledge.watson.org> References: <200804141806.m3EI64St043794@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c src/sys/sys protosw.h socket.h 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: Mon, 14 Apr 2008 20:15:45 -0000 On Mon, 14 Apr 2008, Randall Stewart wrote: > Add pru_flush routine so a transport can > flush itself during Shutdown > > MFC after: 1 week I'm not sure this is an MFCable change because: (a) The new function pointer is inserted in the middle of the data protosw data structure, changing the interpretation of existing compiled protosw structures. (b) Even if they were at the end of the structure, existing compiled protocols might well have garbage (or un-related data) beyond the end of the data structure, leading to a non-NULL pointer that is not a pointer to a flush function. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:15:53 2008 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 B0FFF10656DC; Mon, 14 Apr 2008 20:15:53 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8875E8FC0C; Mon, 14 Apr 2008 20:15:53 +0000 (UTC) (envelope-from mckusick@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 m3EKFrLc058556; Mon, 14 Apr 2008 20:15:53 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKFrDG058555; Mon, 14 Apr 2008 20:15:53 GMT (envelope-from mckusick) Message-Id: <200804142015.m3EKFrDG058555@repoman.freebsd.org> From: Kirk McKusick Date: Mon, 14 Apr 2008 20:15:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/restore dirs.c 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: Mon, 14 Apr 2008 20:15:53 -0000 mckusick 2008-04-14 20:15:53 UTC FreeBSD src repository Modified files: sbin/restore dirs.c Log: restore(8) does not check for write failure while building two temp files containing directory and ownership data. If /tmp fills, the console is blasted with zillions of "file system full" errors, and restore continues on, even though directory and/or ownership data has been lost. This is particularly likely to happen when running from the live CD, which has little /tmp space. PR: bin/93603, also probably bin/107213 Fix from: Ken Lalonde Revision Changes Path 1.34 +68 -24 src/sbin/restore/dirs.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:22:56 2008 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 2E70B106564A; Mon, 14 Apr 2008 20:22:56 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05E618FC17; Mon, 14 Apr 2008 20:22:56 +0000 (UTC) (envelope-from stas@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 m3EKMtbd058848; Mon, 14 Apr 2008 20:22:55 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKMt5T058847; Mon, 14 Apr 2008 20:22:55 GMT (envelope-from stas) Message-Id: <200804142022.m3EKMt5T058847@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 20:22:55 +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/audio/ruby-smf Makefile distinfo 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: Mon, 14 Apr 2008 20:22:56 -0000 stas 2008-04-14 20:22:55 UTC FreeBSD ports repository Modified files: audio/ruby-smf Makefile distinfo Log: - Update to 0.15.10. Revision Changes Path 1.12 +1 -1 ports/audio/ruby-smf/Makefile 1.11 +3 -3 ports/audio/ruby-smf/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:27:55 2008 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 9EEF4106564A; Mon, 14 Apr 2008 20:27:55 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 765C68FC13; Mon, 14 Apr 2008 20:27:55 +0000 (UTC) (envelope-from brooks@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 m3EKRtGI059023; Mon, 14 Apr 2008 20:27:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKRtva059022; Mon, 14 Apr 2008 20:27:55 GMT (envelope-from brooks) Message-Id: <200804142027.m3EKRtva059022@repoman.freebsd.org> From: Brooks Davis Date: Mon, 14 Apr 2008 20:27:53 +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/sysutils/sge60 Makefile ports/sysutils/sge60/files qsh-disabled.sh 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: Mon, 14 Apr 2008 20:27:55 -0000 brooks 2008-04-14 20:27:53 UTC FreeBSD ports repository Modified files: sysutils/sge60 Makefile Added files: sysutils/sge60/files qsh-disabled.sh Log: Add an option to replace qsh with a script that prints an error message and exist with an error code. This is useful on clusters where qsh is not supported (common since it requires xterm to be installed on each node). Since I did not changed the default, I did not bump PORTREVISION. Revision Changes Path 1.35 +5 -1 ports/sysutils/sge60/Makefile 1.1 +3 -0 ports/sysutils/sge60/files/qsh-disabled.sh (new) From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:34:45 2008 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 51D011065670; Mon, 14 Apr 2008 20:34:45 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4302A8FC12; Mon, 14 Apr 2008 20:34:45 +0000 (UTC) (envelope-from marcel@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 m3EKYjKq059230; Mon, 14 Apr 2008 20:34:45 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKYjfs059229; Mon, 14 Apr 2008 20:34:45 GMT (envelope-from marcel) Message-Id: <200804142034.m3EKYjfs059229@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 14 Apr 2008 20:34:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 sapic.c 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: Mon, 14 Apr 2008 20:34:45 -0000 marcel 2008-04-14 20:34:45 UTC FreeBSD src repository Modified files: sys/ia64/ia64 sapic.c Log: Revision 1.9 changes the delivery mode from the magic constant 0 (i.e. fixed delivery) to SAPIC_DELMODE_LOWPRI. While the commit log doesn't mention the change in behaviour, it is believed to be deliberate. In the last 5.5 years this hasn't been a problem. Nor do I think did it make any difference, but who knows. However, I do know that it break SMP support for Montecito-based machines. Switch back to fixed-CPU delivery so that SMP works again. This gives me some time to look more closely at the problem, as well as make sure the I-cache validation as it's implemented currently is sufficient in SMP configurations... Revision Changes Path 1.15 +1 -1 src/sys/ia64/ia64/sapic.c From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:46:42 2008 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 95D321065670; Mon, 14 Apr 2008 20:46:42 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DB198FC2A; Mon, 14 Apr 2008 20:46:42 +0000 (UTC) (envelope-from stas@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 m3EKkgE7059729; Mon, 14 Apr 2008 20:46:42 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKkgDW059728; Mon, 14 Apr 2008 20:46:42 GMT (envelope-from stas) Message-Id: <200804142046.m3EKkgDW059728@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 20: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/www/squidview Makefile distinfo 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: Mon, 14 Apr 2008 20:46:42 -0000 stas 2008-04-14 20:46:41 UTC FreeBSD ports repository Modified files: www/squidview Makefile distinfo Log: - Update to 0.72. Revision Changes Path 1.2 +1 -1 ports/www/squidview/Makefile 1.2 +3 -3 ports/www/squidview/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 20:57:52 2008 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 83166106564A; Mon, 14 Apr 2008 20:57:52 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC768FC13; Mon, 14 Apr 2008 20:57:52 +0000 (UTC) (envelope-from stas@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 m3EKvqX8069125; Mon, 14 Apr 2008 20:57:52 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EKvqYu069124; Mon, 14 Apr 2008 20:57:52 GMT (envelope-from stas) Message-Id: <200804142057.m3EKvqYu069124@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 20:57:52 +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/x11-themes/e17-theme-cthulhain Makefile distinfo 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: Mon, 14 Apr 2008 20:57:52 -0000 stas 2008-04-14 20:57:52 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-cthulhain Makefile distinfo Log: - Update to 0.4.3. Revision Changes Path 1.8 +1 -1 ports/x11-themes/e17-theme-cthulhain/Makefile 1.6 +3 -3 ports/x11-themes/e17-theme-cthulhain/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 21:08:13 2008 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 5016A106564A; Mon, 14 Apr 2008 21:08:13 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 279578FC22; Mon, 14 Apr 2008 21:08:13 +0000 (UTC) (envelope-from stas@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 m3EL8CBF070585; Mon, 14 Apr 2008 21:08:12 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EL8CVA070584; Mon, 14 Apr 2008 21:08:12 GMT (envelope-from stas) Message-Id: <200804142108.m3EL8CVA070584@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 21:08:12 +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/cross-gdb Makefile distinfo 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: Mon, 14 Apr 2008 21:08:13 -0000 stas 2008-04-14 21:08:12 UTC FreeBSD ports repository Modified files: devel/cross-gdb Makefile distinfo Log: - Update to 6.7.1. Revision Changes Path 1.4 +4 -4 ports/devel/cross-gdb/Makefile 1.2 +6 -6 ports/devel/cross-gdb/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 21:12:28 2008 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 3F066106566B; Mon, 14 Apr 2008 21:12:28 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16C1B8FC1F; Mon, 14 Apr 2008 21:12:28 +0000 (UTC) (envelope-from stas@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 m3ELCR7F070773; Mon, 14 Apr 2008 21:12:27 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ELCRmn070772; Mon, 14 Apr 2008 21:12:27 GMT (envelope-from stas) Message-Id: <200804142112.m3ELCRmn070772@repoman.freebsd.org> From: Stanislav Sedov Date: Mon, 14 Apr 2008 21:12:27 +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/x11-themes/e17-theme-cthulhain Makefile distinfo 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: Mon, 14 Apr 2008 21:12:28 -0000 stas 2008-04-14 21:12:27 UTC FreeBSD ports repository Modified files: x11-themes/e17-theme-cthulhain Makefile distinfo Log: - Rollback the previous commit (it seems that new theme doesn't work properly with our e17 version) Pointyhat to: me Revision Changes Path 1.9 +2 -1 ports/x11-themes/e17-theme-cthulhain/Makefile 1.7 +3 -3 ports/x11-themes/e17-theme-cthulhain/distinfo From owner-cvs-all@FreeBSD.ORG Mon Apr 14 21:50:20 2008 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 97B74106564A; Mon, 14 Apr 2008 21:50:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F74C8FC0A; Mon, 14 Apr 2008 21:50:20 +0000 (UTC) (envelope-from gahr@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 m3ELoKTh071919; Mon, 14 Apr 2008 21:50:20 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ELoKZq071918; Mon, 14 Apr 2008 21:50:20 GMT (envelope-from gahr) Message-Id: <200804142150.m3ELoKZq071918@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 21:50:20 +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/textproc/hevea Makefile distinfo pkg-plist 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: Mon, 14 Apr 2008 21:50:20 -0000 gahr 2008-04-14 21:50:20 UTC FreeBSD ports repository Modified files: textproc/hevea Makefile distinfo pkg-plist Log: - Update to 1.10 - Respect NOPORTDOCS - Adopt maintainship Approved by: miwi (mentor) Revision Changes Path 1.21 +8 -8 ports/textproc/hevea/Makefile 1.10 +12 -15 ports/textproc/hevea/distinfo 1.11 +77 -121 ports/textproc/hevea/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Apr 14 21:57:43 2008 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 84B66106564A; Mon, 14 Apr 2008 21:57:43 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf2.bahnhof.se (mxf2.bahnhof.se [213.80.101.26]) by mx1.freebsd.org (Postfix) with ESMTP id 299D68FC1D; Mon, 14 Apr 2008 21:57:42 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mxf2.local [127.0.0.1]) by mxf2-reinject (Postfix) with ESMTP id AE5C36BD066; Mon, 14 Apr 2008 23:57:41 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 1.069 X-Spam-Level: * X-Spam-Status: No, score=1.069 tagged_above=-99 required=5 tests=[SPF_NEUTRAL=1.069] Received: from mxf2.bahnhof.se ([127.0.0.1]) by localhost (mxf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EaWcUsFceBxw; Mon, 14 Apr 2008 23:57:39 +0200 (CEST) Received: from [10.0.0.3] (h-60-153.A163.cust.bahnhof.se [79.136.60.153]) by mxf2.bahnhof.se (Postfix) with ESMTP id 01CA36BD0B0; Mon, 14 Apr 2008 23:57:38 +0200 (CEST) Message-ID: <4803D34C.4030706@gmail.com> Date: Mon, 14 Apr 2008 23:57:32 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <200804141834.m3EIYOXP044870@repoman.freebsd.org> In-Reply-To: <200804141834.m3EIYOXP044870@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c 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: Mon, 14 Apr 2008 21:57:43 -0000 Søren Schmidt wrote: > sos 2008-04-14 18:34:24 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Fix problem with slave devices. > Fix or rather bring ENOMEM problems back to the state it was before. > Temporarily disable PortMultipliers on AHCI devices. > > Revision Changes Path > 1.132 +1 -1 src/sys/dev/ata/ata-all.h > 1.216 +4 -3 src/sys/dev/ata/ata-chipset.c > 1.153 +4 -4 src/sys/dev/ata/ata-dma.c > 1.82 +7 -8 src/sys/dev/ata/ata-lowlevel.c Hi! I still have problems with my install blowing up with the panic message "to many DMA segment entries". I haven't tried this last change though. Unfortunately I can't send a decent backtrace since doing "call doadump" fom ddb only makes the machine panic again. The panic occurs when trying to do a installworld, probably because of high disc I/O. The march snapshot doesn't inhibit this problem. I can at least do a cvsup followed by a buildworld and make kernel. The harddrive is a 114473MB Hitachi SATA150 drive, in my system on ad8 (ata4-master). The bios runs sata in native mode. The controller is an Intel AHCI controller. I've compiled a custom kernel (removed raid and scsi devices I don't use, along with ethernet devices I don't use, and added sound device and crypto device as well as GEOM_ELI and GEOM_BDE. Also removed some compat options. Everything is compiled with standard options except cputype?=core2. The machine runs amd64. The following is the hand-transcribed backtrace from the panic: panic: too many DMA segment entries cpuid = 1 KDB: stack backtrace: db_trace_self_wrappoer() at db_trace_self_wrapper+0x2a panic() at panic+0x173 ata_setup_interrupt at ata_setup_interrupt bus_dmamap_load() at ata_dmaload+0x17e ata_ahci_begin_transaction() at ata_ahci_begin_transaction+0x1f9 ata_start() at ata_start+0x1a4 g_io_schedule_up() at g_io_schedule_up+0x4d g_up_procvody() at g_up_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline at fork_trampoline+0xe --- trap 0, rip = 0 rsp = 0xffffffffab899d30, rbp = 0 --- KDB: enter: panic [thread pid 3 tid 100009 ] Stopped at kdb_enter+0x3d: movq $0,0x4060f6(%rip) db> show locs exclusive sleep mutex ATA state lock r = 0 (0xffffff000130a78) locked @ /usr/src/sys/dev/ata/ata-queue.c:192 exclusive sleep mutex ATA queue lock r = 0 (0xffffff0001303ab0 locked @ /usr/src/sys/dev/ata/ata-queue.c:175 Then I try 'call doadump' and get the following panic. Don't know if it's because of the earlier one or if it's another bug. Probably the former, but I include the transcription anyway. db> call doadump Physical memory: 1998MB Dumping 132MB:panic: _mtx_lock_sleep: recursed on non-recursive mutex ATA queue lock @ /usr/src/sys/dev/ata/ata-queue.c:86 cpuid = 1 KDB: stack backtrace: db_trace_self_wrapper at db_trace_self_wrapper+0x2a mi_switch() at mi_switch+0x363 sched_bind() at sched_bind+0x78 boot() at boot+0x3f panic() at panic+0x15d _mtx_lock_flags() at _mtx_lock_flags _mtx_lock_flags() at _mtx_lock_flags+0xc0 ata_queue_request() at ata_queue_request+0x9a ad_dump() at ad_dump+0x90 minidumpsys() at minidumpsys+0x23 dumpsys() at dumpsys+0x23 doadump() at doadump()+0x49 db_fncall() at db_fncall+0x88 db_command() at db_command+0x1eb db_command_loop() at db_command_loop+0x50 db_trap() at db_trap+0x87 kdb_trap() at kdb_trap+0x82 trap() at trap+0x159 calltrap() at calltrap+0x8 --- trap 0x3, rip = 0xffffffff80305aaf, rsp = 0xffffffffab899940, rbp = 0xffffffffab099960 --- kdb_enter() at kdb_enter+0x3d panic() at panic+0x16c ata_setup_interrupt() at ata_setup_interrupt bus_dmamap_load() at bus_dmamap_load+0x353 ata_dmaload() at ata_dmaload+0x17e ata_ahci_begin_transaction() at ata_ahci_begin_transaction+0x1f9 ata_start() at ata_start+0x1a4 g_io_schedule_up() at g_io_schedule_up+0x4d g_up_procbody() at g_up_procbody+0x6f fork_exit() at fork_exit+0x12a fork_trampoline() at fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffffffab899d30, rbp = 0 --- That's pretty much all I can get for now. Tell me if you need more information. Regards! Niclas Zeising From owner-cvs-all@FreeBSD.ORG Mon Apr 14 22:15:42 2008 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 14336106566B; Mon, 14 Apr 2008 22:15:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E051F8FC18; Mon, 14 Apr 2008 22:15:41 +0000 (UTC) (envelope-from gahr@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 m3EMFfS4073827; Mon, 14 Apr 2008 22:15:41 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3EMFfAH073826; Mon, 14 Apr 2008 22:15:41 GMT (envelope-from gahr) Message-Id: <200804142215.m3EMFfAH073826@repoman.freebsd.org> From: Pietro Cerutti Date: Mon, 14 Apr 2008 22:15: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/multimedia/mpeg4ip-libmp4v2 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: Mon, 14 Apr 2008 22:15:42 -0000 gahr 2008-04-14 22:15:41 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip-libmp4v2 Makefile Log: - Fix configure step with new devel/nasm (-r is no more, use -v instead) Approved by: ahze (multimedia), miwi (mentor) Revision Changes Path 1.20 +2 -1 ports/multimedia/mpeg4ip-libmp4v2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Apr 14 22:43:47 2008 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 968BD1065678 for ; Mon, 14 Apr 2008 22:43:47 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 07DE18FC12 for ; Mon, 14 Apr 2008 22:43:46 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 10988 invoked from network); 14 Apr 2008 21:23:07 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 14 Apr 2008 21:23:07 -0000 Message-ID: <4803D7E2.80000@freebsd.org> Date: Tue, 15 Apr 2008 00:17:06 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Qing Li References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> In-Reply-To: <200804130545.m3D5jEtd081771@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Mon, 14 Apr 2008 22:43:47 -0000 Qing Li wrote: > qingli 2008-04-13 05:45:14 UTC > > FreeBSD src repository > > Modified files: > sys/conf files options > sys/net radix.c radix.h route.c route.h rtsock.c > sys/netinet in_proto.c ip_output.c > sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c > Log: > This patch provides the back end support for equal-cost multi-path > (ECMP) for both IPv4 and IPv6. Previously, multipath route insertion Nice! Long overdue that we get this functionality. :-) Do you do hash-based next-hop balancing ("flow"-aware) or packet based round robin? Should it be made an option to switch between them (globally) like on Cisco routers? > is disallowed. For example, > > route add -net 192.103.54.0/24 10.9.44.1 > route add -net 192.103.54.0/24 10.9.44.2 > > The second route insertion will trigger an error message of > "add net 192.103.54.0/24: gateway 10.2.5.2: route already in table" Would it make sense to retain this behavior by default (POLA) and have multi-path being enabled via sysctl like packet forwarding in general? Just adding the same route twice with different next-hops can lead to very confusing situations for the users which are not used to multi-path. > Multiple default routes can also be inserted. Here is the netstat > output: > > default 10.2.5.1 UGS 0 3074 bge0 => > default 10.2.5.2 UGS 0 0 bge0 > > When multipath routes exist, the "route delete" command requires > a specific gateway to be specified or else an error message would > be displayed. For example, > > route delete default > > would fail and trigger the following error message: > > "route: writing to routing socket: No such process" > "delete net default: not in table" Can this be made more descriptive? This messages are about as confusing and non-descript as possible. Not being aware of the multipath functionality I would pull out my last hair try to get rid of a route. > On the other hand, > > route delete default 10.2.5.2 > > would be successful: "delete net default: gateway 10.2.5.2" > > One does not have to specify a gateway if there is only a single > route for a particular destination. > > I need to perform more testings on address aliases and multiple > interfaces that have the same IP prefixes. This patch as it > stands today is not yet ready for prime time. Therefore, the ECMP > code fragments are fully guarded by the RADIX_MPATH macro. > Include the "options RADIX_MPATH" in the kernel configuration > to enable this feature. How does this behave with common routing daemons; Quagga/Zebra, OpenBGPD, OpenOSPFD? Do they have to be aware of the multipath functionality? Will it confuse them? What about the other big missing piece; new-arp? ;-) Something for BSDCan? -- Andre From owner-cvs-all@FreeBSD.ORG Tue Apr 15 00:10:07 2008 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 BDAE310656AF; Tue, 15 Apr 2008 00:10:07 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 943D68FC16; Tue, 15 Apr 2008 00:10:07 +0000 (UTC) (envelope-from clsung@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 m3F0A7uj080689; Tue, 15 Apr 2008 00:10:07 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F0A7Oc080688; Tue, 15 Apr 2008 00:10:07 GMT (envelope-from clsung) Message-Id: <200804150010.m3F0A7Oc080688@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 00:10:07 +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/mail/dkim-milter Makefile distinfo 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: Tue, 15 Apr 2008 00:10:07 -0000 clsung 2008-04-15 00:10:07 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - The new versien of mail/dkim-milter 2.5.3 has been released. Release notes: https://sourceforge.net/project/shownotes.php?release_id=592153 PR: ports/122776 Submitted by: maintainer (Hirohisa Yamaguchi) Revision Changes Path 1.47 +1 -1 ports/mail/dkim-milter/Makefile 1.36 +3 -3 ports/mail/dkim-milter/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 00:46:16 2008 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 80BCD1065672; Tue, 15 Apr 2008 00:46:16 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57F9D8FC12; Tue, 15 Apr 2008 00:46:16 +0000 (UTC) (envelope-from yongari@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 m3F0kGdx082410; Tue, 15 Apr 2008 00:46:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F0kGxL082409; Tue, 15 Apr 2008 00:46:16 GMT (envelope-from yongari) Message-Id: <200804150046.m3F0kGxL082409@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 15 Apr 2008 00:46:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c 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: Tue, 15 Apr 2008 00:46:16 -0000 yongari 2008-04-15 00:46:15 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Don't touch MSI enable bit in RL_CFG2 register. For unknown reason clearing MSI enable bit for MSI capable hardwares resulted in Tx problems. MSI enable bit is set only when MSI is requested from user. Tested by: remko Revision Changes Path 1.114 +6 -12 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 00:50:01 2008 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 D91AD106566B; Tue, 15 Apr 2008 00:50:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B074E8FC13; Tue, 15 Apr 2008 00:50:01 +0000 (UTC) (envelope-from jkim@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 m3F0o1JG091592; Tue, 15 Apr 2008 00:50:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F0o1aV091591; Tue, 15 Apr 2008 00:50:01 GMT (envelope-from jkim) Message-Id: <200804150050.m3F0o1aV091591@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2008 00:50:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c 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: Tue, 15 Apr 2008 00:50:02 -0000 jkim 2008-04-15 00:50:01 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Remove M_SKIP_FIREWALL abuse and add more appropriate check. Pointyhat to: jkim Reported by: Eugene Grosbein (eugen at kuzbass dot ru) MFC after: 3 days Revision Changes Path 1.192 +11 -20 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 00:52:34 2008 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 14EE31065672; Tue, 15 Apr 2008 00:52:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFE5E8FC28; Tue, 15 Apr 2008 00:52:33 +0000 (UTC) (envelope-from clsung@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 m3F0qX1b091733; Tue, 15 Apr 2008 00:52:33 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F0qXgk091732; Tue, 15 Apr 2008 00:52:33 GMT (envelope-from clsung) Message-Id: <200804150052.m3F0qXgk091732@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 00:52:33 +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/lang/groovy Makefile distinfo 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: Tue, 15 Apr 2008 00:52:34 -0000 clsung 2008-04-15 00:52:33 UTC FreeBSD ports repository Modified files: lang/groovy Makefile distinfo Log: - G2One, Inc. and the Groovy development team have released Groovy 1.5.5, a bug fix release of the 1.5.x stable branch. Changes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10242&styleName=Html&version=14028 PR: ports/122779 Submitted by: maintainer (Mitchell Smith) Revision Changes Path 1.10 +1 -1 ports/lang/groovy/Makefile 1.6 +6 -6 ports/lang/groovy/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:02:20 2008 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 DF9ED106566B; Tue, 15 Apr 2008 01:02:20 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD9AE8FC0A; Tue, 15 Apr 2008 01:02:20 +0000 (UTC) (envelope-from clsung@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 m3F12KKL092196; Tue, 15 Apr 2008 01:02:20 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F12KWY092195; Tue, 15 Apr 2008 01:02:20 GMT (envelope-from clsung) Message-Id: <200804150102.m3F12KWY092195@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 01:02:20 +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 Makefile ports/databases/sharedance Makefile distinfo pkg-descr pkg-plist ports/databases/sharedance/files patch-src-sharedanced.c 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: Tue, 15 Apr 2008 01:02:21 -0000 clsung 2008-04-15 01:02:20 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/sharedance Makefile distinfo pkg-descr pkg-plist databases/sharedance/files patch-src-sharedanced.c Log: Sharedance is a high-performance server that centralize ephemeral key/data pairs on remote hosts, without the overhead and the complexity of an SQL database. WWW: http://sharedance.pureftpd.org/project/sharedance PR: ports/122722 Submitted by: Gea-Suan Lin Revision Changes Path 1.676 +1 -0 ports/databases/Makefile 1.1 +26 -0 ports/databases/sharedance/Makefile (new) 1.1 +3 -0 ports/databases/sharedance/distinfo (new) 1.1 +30 -0 ports/databases/sharedance/files/patch-src-sharedanced.c (new) 1.1 +5 -0 ports/databases/sharedance/pkg-descr (new) 1.1 +7 -0 ports/databases/sharedance/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:02:31 2008 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 21379106564A; Tue, 15 Apr 2008 01:02:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ECD698FC19; Tue, 15 Apr 2008 01:02:30 +0000 (UTC) (envelope-from clsung@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 m3F12Une092230; Tue, 15 Apr 2008 01:02:30 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F12Uvj092229; Tue, 15 Apr 2008 01:02:30 GMT (envelope-from clsung) Message-Id: <200804150102.m3F12Uvj092229@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 01:02:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 01:02:31 -0000 clsung 2008-04-15 01:02:30 UTC FreeBSD ports repository Modified files: . modules Log: sharedance --> ports/databases/sharedance Revision Changes Path 1.19638 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:08:24 2008 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 461F0106566B; Tue, 15 Apr 2008 01:08:24 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBE78FC16; Tue, 15 Apr 2008 01:08:24 +0000 (UTC) (envelope-from beech@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 m3F18NR5093559; Tue, 15 Apr 2008 01:08:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F18NeM093558; Tue, 15 Apr 2008 01:08:23 GMT (envelope-from beech) Message-Id: <200804150108.m3F18NeM093558@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 01:08:23 +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/irc/epic5 Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 01:08:24 -0000 beech 2008-04-15 01:08:23 UTC FreeBSD ports repository Modified files: irc/epic5 Makefile distinfo pkg-plist Log: - Update to 0.3.8 - Add optional ruby support - Add optional libiconv support - Use bzip2 distfiles - Remove hard wired versioning in pkg-plist PR: ports/122641 Submitted by: Josh Paetzel (maintainer) Revision Changes Path 1.64 +34 -3 ports/irc/epic5/Makefile 1.36 +3 -3 ports/irc/epic5/distinfo 1.35 +1 -1 ports/irc/epic5/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:14:41 2008 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 0709E106566C; Tue, 15 Apr 2008 01:14:41 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D21E98FC0C; Tue, 15 Apr 2008 01:14:40 +0000 (UTC) (envelope-from ahze@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 m3F1Eekt093749; Tue, 15 Apr 2008 01:14:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1Eeie093748; Tue, 15 Apr 2008 01:14:40 GMT (envelope-from ahze) Message-Id: <200804150114.m3F1Eeie093748@repoman.freebsd.org> From: Michael Johnson Date: Tue, 15 Apr 2008 01:14:40 +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/sysutils/gnome-system-monitor Makefile distinfo 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: Tue, 15 Apr 2008 01:14:41 -0000 ahze 2008-04-15 01:14:40 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-monitor Makefile distinfo Log: Update to 2.22.1 Revision Changes Path 1.82 +1 -1 ports/sysutils/gnome-system-monitor/Makefile 1.44 +3 -3 ports/sysutils/gnome-system-monitor/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:28:23 2008 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 1FAE51065677; Tue, 15 Apr 2008 01:28:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA7538FC12; Tue, 15 Apr 2008 01:28:22 +0000 (UTC) (envelope-from beech@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 m3F1SMNa094177; Tue, 15 Apr 2008 01:28:22 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1SMcG094176; Tue, 15 Apr 2008 01:28:22 GMT (envelope-from beech) Message-Id: <200804150128.m3F1SMcG094176@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 01:28:22 +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/www/dojo Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 01:28:23 -0000 beech 2008-04-15 01:28:22 UTC FreeBSD ports repository Modified files: www/dojo Makefile distinfo pkg-plist Log: - Update to 1.1.0 PR: ports/122655 Submitted by: Greg Larkin (maintainer) Revision Changes Path 1.2 +1 -1 ports/www/dojo/Makefile 1.2 +3 -3 ports/www/dojo/distinfo 1.2 +949 -74 ports/www/dojo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:46:18 2008 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 55048106564A; Tue, 15 Apr 2008 01:46:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43EBA8FC1B; Tue, 15 Apr 2008 01:46:18 +0000 (UTC) (envelope-from clsung@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 m3F1kIfD097439; Tue, 15 Apr 2008 01:46:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1kI3U097438; Tue, 15 Apr 2008 01:46:18 GMT (envelope-from clsung) Message-Id: <200804150146.m3F1kI3U097438@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 01:46:18 +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/www Makefile ports/www/p5-HTTP-MobileAttribute Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 01:46:18 -0000 clsung 2008-04-15 01:46:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTTP-MobileAttribute Makefile distinfo pkg-descr pkg-plist Log: HTTP::MobileAttribute is Plaggable version of HTTP::MobileAgent. WWW: http://search.cpan.org/dist/HTTP-MobileAttribute/ PR: ports/122746 Submitted by: Tomoyuki Sakurai Revision Changes Path 1.2016 +1 -0 ports/www/Makefile 1.1 +39 -0 ports/www/p5-HTTP-MobileAttribute/Makefile (new) 1.1 +3 -0 ports/www/p5-HTTP-MobileAttribute/distinfo (new) 1.1 +3 -0 ports/www/p5-HTTP-MobileAttribute/pkg-descr (new) 1.1 +36 -0 ports/www/p5-HTTP-MobileAttribute/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:46:36 2008 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 69E31106566B; Tue, 15 Apr 2008 01:46:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 413A78FC15; Tue, 15 Apr 2008 01:46:36 +0000 (UTC) (envelope-from clsung@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 m3F1ka5u097473; Tue, 15 Apr 2008 01:46:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1ka1A097472; Tue, 15 Apr 2008 01:46:36 GMT (envelope-from clsung) Message-Id: <200804150146.m3F1ka1A097472@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 01:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 01:46:36 -0000 clsung 2008-04-15 01:46:36 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTTP-MobileAttribute --> ports/www/p5-HTTP-MobileAttribute Revision Changes Path 1.19639 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:48:26 2008 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 94B3B1065680; Tue, 15 Apr 2008 01:48:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 843348FC13; Tue, 15 Apr 2008 01:48:26 +0000 (UTC) (envelope-from ahze@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 m3F1mQ8b097577; Tue, 15 Apr 2008 01:48:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1mQGl097576; Tue, 15 Apr 2008 01:48:26 GMT (envelope-from ahze) Message-Id: <200804150148.m3F1mQGl097576@repoman.freebsd.org> From: Michael Johnson Date: Tue, 15 Apr 2008 01:48:26 +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/x11 Makefile ports/x11/babl Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 01:48:26 -0000 ahze 2008-04-15 01:48:26 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/babl Makefile distinfo pkg-descr pkg-plist Log: Add babl Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. WWW: http://www.gegl.org/babl/ Revision Changes Path 1.679 +1 -0 ports/x11/Makefile 1.1 +33 -0 ports/x11/babl/Makefile (new) 1.1 +3 -0 ports/x11/babl/distinfo (new) 1.1 +6 -0 ports/x11/babl/pkg-descr (new) 1.1 +16 -0 ports/x11/babl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:48:57 2008 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 A2E901065679; Tue, 15 Apr 2008 01:48:57 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5EE8FC1A; Tue, 15 Apr 2008 01:48:57 +0000 (UTC) (envelope-from ahze@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 m3F1mvuN097614; Tue, 15 Apr 2008 01:48:57 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1mvOP097613; Tue, 15 Apr 2008 01:48:57 GMT (envelope-from ahze) Message-Id: <200804150148.m3F1mvOP097613@repoman.freebsd.org> From: Michael Johnson Date: Tue, 15 Apr 2008 01:48:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 01:48:57 -0000 ahze 2008-04-15 01:48:57 UTC FreeBSD ports repository Modified files: . modules Log: babl --> ports/x11/babl Revision Changes Path 1.19640 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:57:29 2008 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 7AEB7106566B; Tue, 15 Apr 2008 01:57:29 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFE18FC17; Tue, 15 Apr 2008 01:57:29 +0000 (UTC) (envelope-from ganbold@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 m3F1vSFq098333; Tue, 15 Apr 2008 01:57:28 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1vSYe098332; Tue, 15 Apr 2008 01:57:28 GMT (envelope-from ganbold) Message-Id: <200804150157.m3F1vSYe098332@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Tue, 15 Apr 2008 01:57:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml doc/mn_MN.UTF-8/books/handbook/printing chapter.sgml 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: Tue, 15 Apr 2008 01:57:29 -0000 ganbold 2008-04-15 01:57:28 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml mn_MN.UTF-8/books/handbook/printing chapter.sgml Log: Update the Mongolian Handbook translation (obtained from FreeBSD Mongolian Documentation project). Approved by: keramida(mentor) Revision Changes Path 1.9 +2 -2 doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml 1.11 +7 -7 doc/mn_MN.UTF-8/books/handbook/printing/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 01:59:43 2008 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 1B8051065701; Tue, 15 Apr 2008 01:59:43 +0000 (UTC) (envelope-from ganbold@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E58E68FC25; Tue, 15 Apr 2008 01:59:42 +0000 (UTC) (envelope-from ganbold@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 m3F1xg16098390; Tue, 15 Apr 2008 01:59:42 GMT (envelope-from ganbold@repoman.freebsd.org) Received: (from ganbold@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F1xgKl098389; Tue, 15 Apr 2008 01:59:42 GMT (envelope-from ganbold) Message-Id: <200804150159.m3F1xgKl098389@repoman.freebsd.org> From: Ganbold Tsagaankhuu Date: Tue, 15 Apr 2008 01:59:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml 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: Tue, 15 Apr 2008 01:59:43 -0000 ganbold 2008-04-15 01:59:42 UTC FreeBSD doc repository Modified files: mn_MN.UTF-8/share/sgml/glossary freebsd-glossary.sgml Log: MFen: 1.28 --> 1.29 Fix closing tag Approved by: keramida(mentor) Revision Changes Path 1.3 +2 -2 doc/mn_MN.UTF-8/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:06:55 2008 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 02CF0106564A; Tue, 15 Apr 2008 02:06:55 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD2768FC17; Tue, 15 Apr 2008 02:06:54 +0000 (UTC) (envelope-from clsung@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 m3F26sj8099815; Tue, 15 Apr 2008 02:06:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F26sYC099814; Tue, 15 Apr 2008 02:06:54 GMT (envelope-from clsung) Message-Id: <200804150206.m3F26sYC099814@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:06:53 +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/lwp Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 02:06:55 -0000 clsung 2008-04-15 02:06:53 UTC FreeBSD ports repository Modified files: devel/lwp Makefile distinfo pkg-plist Log: - Update to 2.4 - submitter => maintainer PR: ports/122721 Submitted by: maintainer (Wen heping) Revision Changes Path 1.29 +9 -3 ports/devel/lwp/Makefile 1.13 +3 -3 ports/devel/lwp/distinfo 1.8 +1 -0 ports/devel/lwp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:08:58 2008 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 730CB106566B; Tue, 15 Apr 2008 02:08:58 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 484908FC14; Tue, 15 Apr 2008 02:08:58 +0000 (UTC) (envelope-from markus@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 m3F28wTA099933; Tue, 15 Apr 2008 02:08:58 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F28wI9099932; Tue, 15 Apr 2008 02:08:58 GMT (envelope-from markus) Message-Id: <200804150208.m3F28wI9099932@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 15 Apr 2008 02:08:58 +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/graphics/fraqtive Makefile distinfo ports/graphics/fraqtive/files patch-src-fractalgenerator.cpp 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: Tue, 15 Apr 2008 02:08:58 -0000 markus 2008-04-15 02:08:58 UTC FreeBSD ports repository Modified files: graphics/fraqtive Makefile distinfo Removed files: graphics/fraqtive/files patch-src-fractalgenerator.cpp Log: - Update to version 0.4.1 - Pass maintainership to submitter Submitted by: Max Brazhnikov Revision Changes Path 1.8 +2 -2 ports/graphics/fraqtive/Makefile 1.4 +3 -3 ports/graphics/fraqtive/distinfo 1.2 +0 -11 ports/graphics/fraqtive/files/patch-src-fractalgenerator.cpp (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:09:28 2008 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 7C13A106564A; Tue, 15 Apr 2008 02:09:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 533198FC0A; Tue, 15 Apr 2008 02:09:28 +0000 (UTC) (envelope-from imp@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 m3F29SWe099967; Tue, 15 Apr 2008 02:09:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F29SeR099966; Tue, 15 Apr 2008 02:09:28 GMT (envelope-from imp) Message-Id: <200804150209.m3F29SeR099966@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 02:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/conf SENTRY5 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: Tue, 15 Apr 2008 02:09:28 -0000 imp 2008-04-15 02:09:28 UTC FreeBSD src repository Modified files: sys/mips/conf SENTRY5 Log: Remove $P4$ tag. Rumor has it that p4 importer hates it. Revision Changes Path 1.2 +0 -1 src/sys/mips/conf/SENTRY5 From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:10:14 2008 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 91AC7106566C; Tue, 15 Apr 2008 02:10:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68B0D8FC14; Tue, 15 Apr 2008 02:10:14 +0000 (UTC) (envelope-from imp@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 m3F2AEkl000162; Tue, 15 Apr 2008 02:10:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2AElp000161; Tue, 15 Apr 2008 02:10:14 GMT (envelope-from imp) Message-Id: <200804150210.m3F2AElp000161@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 02:10:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include pcb_ext.h 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: Tue, 15 Apr 2008 02:10:14 -0000 imp 2008-04-15 02:10:14 UTC FreeBSD src repository Removed files: sys/amd64/include pcb_ext.h Log: This file is unused on amd64. Revision Changes Path 1.11 +0 -32 src/sys/amd64/include/pcb_ext.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:11:17 2008 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 A98A4106566B; Tue, 15 Apr 2008 02:11:17 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF288FC18; Tue, 15 Apr 2008 02:11:17 +0000 (UTC) (envelope-from clsung@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 m3F2BHP5000257; Tue, 15 Apr 2008 02:11:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2BHZF000256; Tue, 15 Apr 2008 02:11:17 GMT (envelope-from clsung) Message-Id: <200804150211.m3F2BHZF000256@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:11:17 +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/www/p5-WWW-Myspace Makefile distinfo 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: Tue, 15 Apr 2008 02:11:17 -0000 clsung 2008-04-15 02:11:17 UTC FreeBSD ports repository Modified files: www/p5-WWW-Myspace Makefile distinfo Log: - Update to 0.78 Changes: http://search.cpan.org/dist/WWW-Myspace/Changes Revision Changes Path 1.24 +1 -1 ports/www/p5-WWW-Myspace/Makefile 1.23 +3 -3 ports/www/p5-WWW-Myspace/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:11:57 2008 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 BDAF11065672; Tue, 15 Apr 2008 02:11:57 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 945338FC23; Tue, 15 Apr 2008 02:11:57 +0000 (UTC) (envelope-from imp@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 m3F2Bv2c000292; Tue, 15 Apr 2008 02:11:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2BvaO000291; Tue, 15 Apr 2008 02:11:57 GMT (envelope-from imp) Message-Id: <200804150211.m3F2BvaO000291@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 02:11:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/include pcb_ext.h 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: Tue, 15 Apr 2008 02:11:57 -0000 imp 2008-04-15 02:11:57 UTC FreeBSD src repository Removed files: sys/mips/include pcb_ext.h Log: Copied from amd64, where it wasn't used, into mips, where it wasn't used. Remove it. Revision Changes Path 1.2 +0 -4 src/sys/mips/include/pcb_ext.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:13:21 2008 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 75514106564A; Tue, 15 Apr 2008 02:13:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B88C8FC20; Tue, 15 Apr 2008 02:13:21 +0000 (UTC) (envelope-from clsung@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 m3F2DLaw000343; Tue, 15 Apr 2008 02:13:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2DLvO000342; Tue, 15 Apr 2008 02:13:21 GMT (envelope-from clsung) Message-Id: <200804150213.m3F2DLvO000342@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:13:21 +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/mail/p5-Mail-IMAPClient Makefile distinfo 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: Tue, 15 Apr 2008 02:13:21 -0000 clsung 2008-04-15 02:13:21 UTC FreeBSD ports repository Modified files: mail/p5-Mail-IMAPClient Makefile distinfo Log: - Update to 3.06 Changes: http://search.cpan.org/dist/Mail-IMAPClient/Changes Revision Changes Path 1.19 +1 -1 ports/mail/p5-Mail-IMAPClient/Makefile 1.16 +3 -3 ports/mail/p5-Mail-IMAPClient/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:14:45 2008 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 C2402106564A; Tue, 15 Apr 2008 02:14:45 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 988DE8FC15; Tue, 15 Apr 2008 02:14:45 +0000 (UTC) (envelope-from clsung@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 m3F2EjZt000406; Tue, 15 Apr 2008 02:14:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2EjFH000405; Tue, 15 Apr 2008 02:14:45 GMT (envelope-from clsung) Message-Id: <200804150214.m3F2EjFH000405@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:14:45 +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/textproc/p5-XML-XPathEngine Makefile distinfo 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: Tue, 15 Apr 2008 02:14:45 -0000 clsung 2008-04-15 02:14:45 UTC FreeBSD ports repository Modified files: textproc/p5-XML-XPathEngine Makefile distinfo Log: - Update to 0.10 Changes: http://search.cpan.org/dist/XML-XPathEngine/Changes Revision Changes Path 1.12 +1 -1 ports/textproc/p5-XML-XPathEngine/Makefile 1.7 +3 -3 ports/textproc/p5-XML-XPathEngine/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:30:54 2008 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 57A731065673; Tue, 15 Apr 2008 02:30:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB028FC1A; Tue, 15 Apr 2008 02:30:54 +0000 (UTC) (envelope-from clsung@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 m3F2Usnm001005; Tue, 15 Apr 2008 02:30:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2Ur54001004; Tue, 15 Apr 2008 02:30:53 GMT (envelope-from clsung) Message-Id: <200804150230.m3F2Ur54001004@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:30:53 +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/p5-Coro Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 02:30:54 -0000 clsung 2008-04-15 02:30:53 UTC FreeBSD ports repository Modified files: devel/p5-Coro Makefile distinfo pkg-plist Log: - Update to 4.5.1 (4.51) Changes: http://search.cpan.org/dist/Coro/Changes Revision Changes Path 1.25 +3 -3 ports/devel/p5-Coro/Makefile 1.21 +3 -3 ports/devel/p5-Coro/distinfo 1.10 +2 -0 ports/devel/p5-Coro/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:50:08 2008 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 A44EB106566C; Tue, 15 Apr 2008 02:50:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79BFB8FC14; Tue, 15 Apr 2008 02:50:08 +0000 (UTC) (envelope-from imp@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 m3F2o81a001612; Tue, 15 Apr 2008 02:50:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2o7wG001611; Tue, 15 Apr 2008 02:50:07 GMT (envelope-from imp) Message-Id: <200804150250.m3F2o7wG001611@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 02:50:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/include ns16550.h src/sys/mips/mips machdep.c mainbus.c 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: Tue, 15 Apr 2008 02:50:08 -0000 imp 2008-04-15 02:50:07 UTC FreeBSD src repository Modified files: sys/mips/mips machdep.c mainbus.c Removed files: sys/mips/include ns16550.h Log: This isn't used, so remove it. It isn't relevant to most mips platforms. Revision Changes Path 1.2 +0 -194 src/sys/mips/include/ns16550.h (dead) 1.2 +0 -14 src/sys/mips/mips/machdep.c 1.2 +0 -11 src/sys/mips/mips/mainbus.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 02:54:39 2008 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 7D25F1065677; Tue, 15 Apr 2008 02:54:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 521228FC2C; Tue, 15 Apr 2008 02:54:39 +0000 (UTC) (envelope-from clsung@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 m3F2scuo001755; Tue, 15 Apr 2008 02:54:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F2scwk001754; Tue, 15 Apr 2008 02:54:38 GMT (envelope-from clsung) Message-Id: <200804150254.m3F2scwk001754@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 02:54:38 +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/log4cpp Makefile Makefile.man distinfo pkg-plist ports/devel/log4cpp/files patch-doc_Makefile.in 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: Tue, 15 Apr 2008 02:54:39 -0000 clsung 2008-04-15 02:54:38 UTC FreeBSD ports repository Modified files: devel/log4cpp Makefile distinfo pkg-plist devel/log4cpp/files patch-doc_Makefile.in Added files: devel/log4cpp Makefile.man Log: - Update to 1.0 Revision Changes Path 1.21 +4 -30 ports/devel/log4cpp/Makefile 1.1 +72 -0 ports/devel/log4cpp/Makefile.man (new) 1.10 +3 -3 ports/devel/log4cpp/distinfo 1.3 +9 -9 ports/devel/log4cpp/files/patch-doc_Makefile.in 1.10 +9 -0 ports/devel/log4cpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 03:38:49 2008 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 88AB01065671; Tue, 15 Apr 2008 03:38:49 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECA08FC1B; Tue, 15 Apr 2008 03:38:49 +0000 (UTC) (envelope-from beech@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 m3F3cnfZ004321; Tue, 15 Apr 2008 03:38:49 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F3cn1E004320; Tue, 15 Apr 2008 03:38:49 GMT (envelope-from beech) Message-Id: <200804150338.m3F3cn1E004320@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 03:38:49 +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/irc/bip Makefile distinfo 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: Tue, 15 Apr 2008 03:38:49 -0000 beech 2008-04-15 03:38:49 UTC FreeBSD ports repository Modified files: irc/bip Makefile distinfo Log: - Update to 0.7.2 PR: ports/122731 Submitted by: Chess Griffin (maintainer) Revision Changes Path 1.4 +1 -1 ports/irc/bip/Makefile 1.3 +3 -3 ports/irc/bip/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 03:48:26 2008 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 84896106566C; Tue, 15 Apr 2008 03:48:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2638FC13; Tue, 15 Apr 2008 03:48:26 +0000 (UTC) (envelope-from clsung@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 m3F3mQhC004785; Tue, 15 Apr 2008 03:48:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F3mQDb004784; Tue, 15 Apr 2008 03:48:26 GMT (envelope-from clsung) Message-Id: <200804150348.m3F3mQDb004784@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Apr 2008 03:48:26 +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/rpc2 Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 03:48:26 -0000 clsung 2008-04-15 03:48:26 UTC FreeBSD ports repository Modified files: devel/rpc2 Makefile distinfo pkg-plist Log: - Update to 2.7 - submitter => maintainer PR: ports/122723 Submitted by: maintainer (Wen heping) Revision Changes Path 1.24 +10 -2 ports/devel/rpc2/Makefile 1.16 +3 -3 ports/devel/rpc2/distinfo 1.12 +4 -4 ports/devel/rpc2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 04:17:14 2008 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 84BD8106564A; Tue, 15 Apr 2008 04:17:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59FB08FC0C; Tue, 15 Apr 2008 04:17:14 +0000 (UTC) (envelope-from thompsa@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 m3F4HEUl006823; Tue, 15 Apr 2008 04:17:14 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F4HEcs006822; Tue, 15 Apr 2008 04:17:14 GMT (envelope-from thompsa) Message-Id: <200804150417.m3F4HEcs006822@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 15 Apr 2008 04:17:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ndiscvt ndiscvt.c ndisgen.sh 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: Tue, 15 Apr 2008 04:17:14 -0000 thompsa 2008-04-15 04:17:14 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt ndiscvt.c ndisgen.sh Log: Use a ndis_ prefix on the C variable instead of directly using the .sys filename, this would fail if the filename started with a number. PR: bin/84911 Submitted by: Fredrik Lindberg Revision Changes Path 1.14 +4 -4 src/usr.sbin/ndiscvt/ndiscvt.c 1.6 +3 -3 src/usr.sbin/ndiscvt/ndisgen.sh From owner-cvs-all@FreeBSD.ORG Tue Apr 15 04:38:28 2008 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 33022106564A for ; Tue, 15 Apr 2008 04:38:28 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 09FE18FC24 for ; Tue, 15 Apr 2008 04:38:27 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: (qmail 10838 invoked from network); 15 Apr 2008 04:11:47 -0000 Received: from dsl081-051-177.sfo1.dsl.speakeasy.net (HELO SAINTS) (qingli@[64.81.51.177]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Apr 2008 04:11:46 -0000 From: "Qing Li" To: "'Andre Oppermann'" , "'Qing Li'" References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> Date: Mon, 14 Apr 2008 21:11:50 -0700 Message-ID: <000201c89eae$d4dcfe10$b1335140@SAINTS> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcieiIJefHcETRL+TlyGFFXgtN+cMgAJD+0g In-Reply-To: <4803D7E2.80000@freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Tue, 15 Apr 2008 04:38:28 -0000 Hi Andre, > > Do you do hash-based next-hop balancing ("flow"-aware) or > packet based round robin? Should it be made an option to > switch between them > (globally) like on Cisco routers? > This is hash-based next-hop balancing. > > > > is disallowed. For example, > > > > route add -net 192.103.54.0/24 10.9.44.1 > > route add -net 192.103.54.0/24 10.9.44.2 > > > > The second route insertion will trigger an error message of > > "add net 192.103.54.0/24: gateway 10.2.5.2: route already > in table" > > Would it make sense to retain this behavior by default (POLA) > and have multi-path being enabled via sysctl like packet > forwarding in general? > Just adding the same route twice with different next-hops can > lead to very confusing situations for the users which are not > used to multi-path. > I think that is possible. Were you thinking more along the line of accidental route insertion ... Because users who are not familiar with ecmp probably won't ever bother with more than one route per destination. > > > > "route: writing to routing socket: No such process" > > "delete net default: not in table" > > Can this be made more descriptive? This messages are about > as confusing and non-descript as possible. > We should fix the above error message in general. > > Not being aware of the multipath functionality I would pull > out my last hair try to get rid of a route. > I think updating the manpage would be a necessary next step. > > How does this behave with common routing daemons; > Quagga/Zebra, OpenBGPD, OpenOSPFD? > Hmm... Good question, I haven't tried them but I will. Is this something you could help me with ? > > Do they have to be aware > of the multipath functionality? Will it confuse them? > I don't believe these routing protocols necessarily have to know about the multipath functionality. The routing protocols should continue to function wrt route insertion/deletion. You do bring up a good question about whether we should associate ownership with a route entry if multiple routing protocols are running in parallel. Is this a common practice from your experience ? And should we allow multiple routes with the same next-hop but different owners in the FIB ?? > > What about the other big missing piece; new-arp? ;-) > That's on its way. Julian is helping me testing the patch and reviewing the code etc. I am still debugging a locking/reference count issue and I hope to make good progress in the coming week. Soon ;-) > > Something for BSDCan? > Not for this May event ... -- Qing From owner-cvs-all@FreeBSD.ORG Tue Apr 15 04:44:33 2008 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 77116106566B; Tue, 15 Apr 2008 04:44:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB8B8FC1E; Tue, 15 Apr 2008 04:44:33 +0000 (UTC) (envelope-from thompsa@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 m3F4iXnP007640; Tue, 15 Apr 2008 04:44:33 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F4iXxu007639; Tue, 15 Apr 2008 04:44:33 GMT (envelope-from thompsa) Message-Id: <200804150444.m3F4iXxu007639@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 15 Apr 2008 04:44:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ndiscvt inf.c 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: Tue, 15 Apr 2008 04:44:33 -0000 thompsa 2008-04-15 04:44:33 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt inf.c Log: If the .inf file did not have a Default entry for the registry key then write out a blank value and close the brackets on the ndis_regvals array. Revision Changes Path 1.17 +3 -1 src/usr.sbin/ndiscvt/inf.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:02:42 2008 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 B788D106564A; Tue, 15 Apr 2008 05:02:42 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A52488FC17; Tue, 15 Apr 2008 05:02:42 +0000 (UTC) (envelope-from marcel@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 m3F52gAb023226; Tue, 15 Apr 2008 05:02:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F52gab023225; Tue, 15 Apr 2008 05:02:42 GMT (envelope-from marcel) Message-Id: <200804150502.m3F52gab023225@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 15 Apr 2008 05:02:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/conf GENERIC SKI src/sys/ia64/ia64 interrupt.c machdep.c src/sys/kern sched_ule.c 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: Tue, 15 Apr 2008 05:02:42 -0000 marcel 2008-04-15 05:02:42 UTC FreeBSD src repository Modified files: sys/ia64/conf GENERIC SKI sys/ia64/ia64 interrupt.c machdep.c sys/kern sched_ule.c Log: Support and switch to the ULE scheduler: o Implement IPI_PREEMPT, o Set td_lock for the thread being switched out, o For ULE & SMP, loop while td_lock points to blocked_lock for the thread being switched in, o Enable ULE by default in GENERIC and SKI, Revision Changes Path 1.97 +1 -1 src/sys/ia64/conf/GENERIC 1.25 +2 -2 src/sys/ia64/conf/SKI 1.68 +4 -0 src/sys/ia64/ia64/interrupt.c 1.236 +11 -0 src/sys/ia64/ia64/machdep.c 1.241 +1 -1 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:14:43 2008 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 890D91065670; Tue, 15 Apr 2008 05:14:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA058FC15; Tue, 15 Apr 2008 05:14:43 +0000 (UTC) (envelope-from ru@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 m3F5EhCY024751; Tue, 15 Apr 2008 05:14:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5Eh38024750; Tue, 15 Apr 2008 05:14:43 GMT (envelope-from ru) Message-Id: <200804150514.m3F5Eh38024750@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 Apr 2008 05:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 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: Tue, 15 Apr 2008 05:14:43 -0000 ru 2008-04-15 05:14:43 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Bootstrap the build of btxld. Revision Changes Path 1.603 +3 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:31:20 2008 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 309FE106566C; Tue, 15 Apr 2008 05:31:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 060B38FC12; Tue, 15 Apr 2008 05:31:20 +0000 (UTC) (envelope-from imp@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 m3F5VJKw028638; Tue, 15 Apr 2008 05:31:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5VJ78028637; Tue, 15 Apr 2008 05:31:19 GMT (envelope-from imp) Message-Id: <200804150531.m3F5VJ78028637@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 05:31:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips copystr.S 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: Tue, 15 Apr 2008 05:31:20 -0000 imp 2008-04-15 05:31:19 UTC FreeBSD src repository Modified files: sys/mips/mips copystr.S Log: Add copyright notice and license to reflect origin of most of the routines in this file. Remove 'place holder' copyright since the amount that's actually original is small relative to the length of the file. The contents of this file appear to have originated at DECWRL by way of NetBSD. Noticed by: Simon Burge Revision Changes Path 1.2 +28 -5 src/sys/mips/mips/copystr.S From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:35:01 2008 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 5BA6A106564A; Tue, 15 Apr 2008 05:35:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3112C8FC12; Tue, 15 Apr 2008 05:35:01 +0000 (UTC) (envelope-from imp@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 m3F5Z1Dx028783; Tue, 15 Apr 2008 05:35:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5Z1Tr028782; Tue, 15 Apr 2008 05:35:01 GMT (envelope-from imp) Message-Id: <200804150535.m3F5Z1Tr028782@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2008 05:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/mips/mips cache.c 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: Tue, 15 Apr 2008 05:35:01 -0000 imp 2008-04-15 05:35:01 UTC FreeBSD src repository Modified files: sys/mips/mips cache.c Log: This file shows signs of heavy borrowing from NetBSD's cache.c file, so credit its authors with contributions to this file. Remove prototype copyright notice, although one might be warranted if someone wanted to claim it badly enough. Noticed by: Simon Burge. Revision Changes Path 1.2 +58 -16 src/sys/mips/mips/cache.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:42:47 2008 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 EEEF71065670; Tue, 15 Apr 2008 05:42:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C31698FC25; Tue, 15 Apr 2008 05:42:47 +0000 (UTC) (envelope-from beech@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 m3F5glqP029043; Tue, 15 Apr 2008 05:42:47 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5glHF029042; Tue, 15 Apr 2008 05:42:47 GMT (envelope-from beech) Message-Id: <200804150542.m3F5glHF029042@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 05:42:47 +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/net/skype-devel Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 05:42:48 -0000 beech 2008-04-15 05:42:47 UTC FreeBSD ports repository Modified files: net/skype-devel Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.0.0.68 - Many improvements and features (including video), please see http://www.skype.com for details. Revision Changes Path 1.40 +12 -9 ports/net/skype-devel/Makefile 1.25 +3 -3 ports/net/skype-devel/distinfo 1.4 +1 -1 ports/net/skype-devel/pkg-descr 1.15 +131 -101 ports/net/skype-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 05:46:23 2008 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 60FE9106564A; Tue, 15 Apr 2008 05:46:23 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3623B8FC21; Tue, 15 Apr 2008 05:46:23 +0000 (UTC) (envelope-from beech@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 m3F5kNGF029245; Tue, 15 Apr 2008 05:46:23 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F5kNMJ029244; Tue, 15 Apr 2008 05:46:23 GMT (envelope-from beech) Message-Id: <200804150546.m3F5kNMJ029244@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 05:46:22 +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 UPDATING 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: Tue, 15 Apr 2008 05:46:23 -0000 beech 2008-04-15 05:46:22 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Update skype entry Revision Changes Path 1.617 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Apr 15 06:08:42 2008 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 E46F71065673; Tue, 15 Apr 2008 06:08:42 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9B6D8FC20; Tue, 15 Apr 2008 06:08:42 +0000 (UTC) (envelope-from beech@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 m3F68gP4032244; Tue, 15 Apr 2008 06:08:42 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F68gSc032243; Tue, 15 Apr 2008 06:08:42 GMT (envelope-from beech) Message-Id: <200804150608.m3F68gSc032243@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 06:08:42 +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/net/skype 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: Tue, 15 Apr 2008 06:08:43 -0000 beech 2008-04-15 06:08:42 UTC FreeBSD ports repository Modified files: net/skype Makefile Log: - Add dependency for libasound.so.2 - Bump portrevision Revision Changes Path 1.43 +3 -2 ports/net/skype/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 07:32:40 2008 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 95DD71065673; Tue, 15 Apr 2008 07:32:40 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 834968FC0A; Tue, 15 Apr 2008 07:32:40 +0000 (UTC) (envelope-from lth@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 m3F7WeFs036245; Tue, 15 Apr 2008 07:32:40 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F7WecR036244; Tue, 15 Apr 2008 07:32:40 GMT (envelope-from lth) Message-Id: <200804150732.m3F7WecR036244@repoman.freebsd.org> From: Lars Thegler Date: Tue, 15 Apr 2008 07:32:40 +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/net Makefile ports/net/p5-XML-Compile-SOAP-Daemon Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 07:32:40 -0000 lth 2008-04-15 07:32:40 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-XML-Compile-SOAP-Daemon Makefile distinfo pkg-descr pkg-plist Log: Add p5-XML-Compile-SOAP-Daemon 0.10, base class for SOAP message servers. Revision Changes Path 1.1984 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/p5-XML-Compile-SOAP-Daemon/Makefile (new) 1.1 +3 -0 ports/net/p5-XML-Compile-SOAP-Daemon/distinfo (new) 1.1 +5 -0 ports/net/p5-XML-Compile-SOAP-Daemon/pkg-descr (new) 1.1 +12 -0 ports/net/p5-XML-Compile-SOAP-Daemon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 07:32:57 2008 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 583001065671; Tue, 15 Apr 2008 07:32:57 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8A38FC13; Tue, 15 Apr 2008 07:32:57 +0000 (UTC) (envelope-from lth@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 m3F7WvX5036279; Tue, 15 Apr 2008 07:32:57 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F7WvKx036278; Tue, 15 Apr 2008 07:32:57 GMT (envelope-from lth) Message-Id: <200804150732.m3F7WvKx036278@repoman.freebsd.org> From: Lars Thegler Date: Tue, 15 Apr 2008 07:32:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 07:32:57 -0000 lth 2008-04-15 07:32:57 UTC FreeBSD ports repository Modified files: . modules Log: p5-XML-Compile-SOAP-Daemon --> ports/net/p5-XML-Compile-SOAP-Daemon Revision Changes Path 1.19641 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 07:44:50 2008 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 360B91065672; Tue, 15 Apr 2008 07:44:50 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF998FC27; Tue, 15 Apr 2008 07:44:50 +0000 (UTC) (envelope-from brueffer@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 m3F7in3M036667; Tue, 15 Apr 2008 07:44:49 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F7in5t036666; Tue, 15 Apr 2008 07:44:49 GMT (envelope-from brueffer) Message-Id: <200804150744.m3F7in5t036666@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 15 Apr 2008 07:44:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects projects.sgml 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: Tue, 15 Apr 2008 07:44:50 -0000 brueffer 2008-04-15 07:44:49 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Add a missing link to SoC 2007, correct date for the current SoC. Revision Changes Path 1.208 +3 -2 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 07:48:21 2008 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 05E791065672; Tue, 15 Apr 2008 07:48:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEFC98FC0A; Tue, 15 Apr 2008 07:48:20 +0000 (UTC) (envelope-from brueffer@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 m3F7mKTt036801; Tue, 15 Apr 2008 07:48:20 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F7mKF1036800; Tue, 15 Apr 2008 07:48:20 GMT (envelope-from brueffer) Message-Id: <200804150748.m3F7mKF1036800@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 15 Apr 2008 07:48:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects projects.sgml 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: Tue, 15 Apr 2008 07:48:21 -0000 brueffer 2008-04-15 07:48:20 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Copy and paste is hard, correct the link I added in the previous revision. Revision Changes Path 1.209 +2 -2 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 08:30:12 2008 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 7E8E8106566B; Tue, 15 Apr 2008 08:30:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 533058FC0C; Tue, 15 Apr 2008 08:30:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 0A4C146B24; Tue, 15 Apr 2008 04:30:12 -0400 (EDT) Date: Tue, 15 Apr 2008 09:30:11 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Warner Losh In-Reply-To: <200804150209.m3F29SeR099966@repoman.freebsd.org> Message-ID: <20080415092841.U14695@fledge.watson.org> References: <200804150209.m3F29SeR099966@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/mips/conf SENTRY5 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: Tue, 15 Apr 2008 08:30:12 -0000 On Tue, 15 Apr 2008, Warner Losh wrote: > imp 2008-04-15 02:09:28 UTC > > FreeBSD src repository > > Modified files: > sys/mips/conf SENTRY5 > Log: > Remove $P4$ tag. Rumor has it that p4 importer hates it. What I've done with the Audit files is remove the $ symbols around the tag on commit, so that I can still keep a static P4 version in CVS. You have to resolve it as a conflict when it end up back in your P4 branch, but this is workable. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Tue Apr 15 08:33:33 2008 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 A52B1106566B; Tue, 15 Apr 2008 08:33:33 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 923E28FC12; Tue, 15 Apr 2008 08:33:33 +0000 (UTC) (envelope-from davidxu@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 m3F8XXXm039393; Tue, 15 Apr 2008 08:33:33 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F8XX5A039392; Tue, 15 Apr 2008 08:33:33 GMT (envelope-from davidxu) Message-Id: <200804150833.m3F8XX5A039392@repoman.freebsd.org> From: David Xu Date: Tue, 15 Apr 2008 08:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys ttycom.h src/sys/kern tty.c src/lib/libc/gen Makefile.inc Symbol.map tcgetsid.3 termios.c 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: Tue, 15 Apr 2008 08:33:33 -0000 davidxu 2008-04-15 08:33:32 UTC FreeBSD src repository Modified files: sys/sys ttycom.h sys/kern tty.c lib/libc/gen Makefile.inc Symbol.map termios.c Added files: lib/libc/gen tcgetsid.3 Log: Implement POSIX function tcgetsid() which returns session id. PR: stand/107561 Revision Changes Path 1.134 +1 -1 src/lib/libc/gen/Makefile.inc 1.9 +1 -0 src/lib/libc/gen/Symbol.map 1.1 +71 -0 src/lib/libc/gen/tcgetsid.3 (new) 1.15 +11 -0 src/lib/libc/gen/termios.c 1.276 +5 -0 src/sys/kern/tty.c 1.26 +1 -1 src/sys/sys/ttycom.h From owner-cvs-all@FreeBSD.ORG Tue Apr 15 08:54:29 2008 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 502E8106566C; Tue, 15 Apr 2008 08:54:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6118FC15; Tue, 15 Apr 2008 08:54:29 +0000 (UTC) (envelope-from dinoex@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 m3F8sT4Z049147; Tue, 15 Apr 2008 08:54:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F8sTW8049146; Tue, 15 Apr 2008 08:54:29 GMT (envelope-from dinoex) Message-Id: <200804150854.m3F8sTW8049146@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 15 Apr 2008 08:54:28 +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/deskutils Makefile ports/deskutils/openproj Makefile distinfo pkg-descr pkg-plist ports/deskutils/openproj/files openproj.sh.in 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: Tue, 15 Apr 2008 08:54:29 -0000 dinoex 2008-04-15 08:54:28 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/openproj Makefile distinfo pkg-descr pkg-plist deskutils/openproj/files openproj.sh.in Log: OpenProj is a free, open source desktop alternative to Microsoft Project. OpenProj has equivalent functionality, a familiar user interface and even opens existing MSProject files. OpenProj is interoperable with Project, with a Gantt Chart and PERT chart etc. Licensed under Common Public Attribution License Version 1.0 (CPAL). WWW: http://openproj.org/ Revision Changes Path 1.313 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/openproj/Makefile (new) 1.1 +3 -0 ports/deskutils/openproj/distinfo (new) 1.1 +11 -0 ports/deskutils/openproj/files/openproj.sh.in (new) 1.1 +8 -0 ports/deskutils/openproj/pkg-descr (new) 1.1 +27 -0 ports/deskutils/openproj/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 08:55:06 2008 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 4463E106566C; Tue, 15 Apr 2008 08:55:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 193E88FC1D; Tue, 15 Apr 2008 08:55:06 +0000 (UTC) (envelope-from dinoex@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 m3F8t5ks049235; Tue, 15 Apr 2008 08:55:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F8t5ow049234; Tue, 15 Apr 2008 08:55:05 GMT (envelope-from dinoex) Message-Id: <200804150855.m3F8t5ow049234@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 15 Apr 2008 08:55:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 08:55:06 -0000 dinoex 2008-04-15 08:55:05 UTC FreeBSD ports repository Modified files: . modules Log: openproj --> ports/deskutils/openproj Revision Changes Path 1.19642 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 09:11:34 2008 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 39CCB10656B1; Tue, 15 Apr 2008 09:11:34 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id E889C8FC1E; Tue, 15 Apr 2008 09:11:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JlhCP-0003Qb-63; Tue, 15 Apr 2008 11:11:33 +0200 Message-ID: <48047141.2090606@FreeBSD.org> Date: Tue, 15 Apr 2008 11:11:29 +0200 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: Beech Rintoul References: <200804150542.m3F5glHF029042@repoman.freebsd.org> In-Reply-To: <200804150542.m3F5glHF029042@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/skype-devel Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 09:11:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Beech Rintoul wrote: | beech 2008-04-15 05:42:47 UTC | | FreeBSD ports repository | | Modified files: | net/skype-devel Makefile distinfo pkg-descr pkg-plist | Log: | - Update to 2.0.0.68 Beech, it doesn't fetch. - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEAREKAAYFAkgEcT4ACgkQwMJqmJVx947BqQCg11XVFU1iIKE8jNUfo9a5Pz3l jWcAnjVKgNi8cbrTsCLmyoScLXVgEPnT =ITFE -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Tue Apr 15 09:23:35 2008 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 02AD71065678; Tue, 15 Apr 2008 09:23:35 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC34E8FC33; Tue, 15 Apr 2008 09:23:34 +0000 (UTC) (envelope-from beech@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 m3F9NY8A051216; Tue, 15 Apr 2008 09:23:34 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F9NYoV051215; Tue, 15 Apr 2008 09:23:34 GMT (envelope-from beech) Message-Id: <200804150923.m3F9NYoV051215@repoman.freebsd.org> From: Beech Rintoul Date: Tue, 15 Apr 2008 09:23:34 +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/net/skype-devel 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: Tue, 15 Apr 2008 09:23:35 -0000 beech 2008-04-15 09:23:34 UTC FreeBSD ports repository Modified files: net/skype-devel Makefile Log: - Change master_sites - Bump portrevision Revision Changes Path 1.41 +2 -1 ports/net/skype-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 09:24:21 2008 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 47AF7106564A; Tue, 15 Apr 2008 09:24:21 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id EF8BB8FC0A; Tue, 15 Apr 2008 09:24:20 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 87D7BFF5EA; Tue, 15 Apr 2008 05:24:20 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 15 Apr 2008 05:24:20 -0400 X-Sasl-enc: A8cOXBa9T+BICfyXm7DJwZF7nTMkaKvW8q547AL0vlxG 1208251460 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 6E1AFE09A; Tue, 15 Apr 2008 05:24:19 -0400 (EDT) Message-ID: <48047442.1030609@FreeBSD.org> Date: Tue, 15 Apr 2008 10:24:18 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: Qing Li References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> In-Reply-To: <000201c89eae$d4dcfe10$b1335140@SAINTS> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 'Qing Li' , src-committers@FreeBSD.org, 'Andre Oppermann' , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Tue, 15 Apr 2008 09:24:21 -0000 Qing Li, First of all thanks for doing this. It would have been nice to have had some advance warning though. Qing Li wrote: >> How does this behave with common routing daemons; >> Quagga/Zebra, OpenBGPD, OpenOSPFD? >> > > Hmm... Good question, I haven't tried them but > I will. Is this something you could help me > with ? > I'm surprised XORP hasn't been mentioned here, so I'll mention it now... For what it's worth this should not make any operational changes to XORP's behaviour, it already plumbs routes to the FIB from its RIB with the next-hop field, and always parses the next-hop in any PF_ROUTE messages it sees. I can't speak for the others. Questions: * So, does this RADIX_MPATH code originate from KAME? * If so, to what extent does it share heritage with the OpenBSD code? I looked at this stuff in some depth last year, with a view to implementing new forwarding code. However without a source of ongoing financial support it was difficult to make real progress with anything, and other things came onto my plate at that stage. It will be useful as a baseline for other work, in particular removing the 32 (S,G) channel limitation from the multicast forwarding code -- with such a change it would be possible to move multicasting into the usual radix trie lookup by adding a new flag which says "flood this to all next-hops specified as AF_LINK sockaddrs". We really need to get ARP out of there now. :-) It would be nice if rt_mpath_matchgate() used the sa_dl_equal() macros from if.c, it reads a bit quirky. The questions you raise about ownership of FIB entries bear some scrutiny. Microsoft, for example, are pretty strict about only exposing the forwarding table to consumers which are willing to play by all rules of the API. What they have could be termed a RIB in of itself, you never get to interact with the forwarding tables directly outside of the TCPIP.SYS driver, except for read-only access e.g. SNMP. There is locking capability in their API. At the moment in the open source sphere what we have are mechanisms which build on top of this in userland (e.g. the quagga approach), or things which push these issues into a lower layer (such as the Linux rtnetlink socket). It really is worth looking at Linux, rtnetlink has an informational RFC, it uses a tag-length-value protocol which addresses a number of the issues blocking further progress in this area, and whilst we can't take the code, the design, and the idea, are not subject to the GPL -- particularly so given the informational RFC status. cheers BMS From owner-cvs-all@FreeBSD.ORG Tue Apr 15 09:57:12 2008 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 B931D106564A; Tue, 15 Apr 2008 09:57:12 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E29A8FC19; Tue, 15 Apr 2008 09:57:12 +0000 (UTC) (envelope-from wosch@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 m3F9vChN052209; Tue, 15 Apr 2008 09:57:12 GMT (envelope-from wosch@repoman.freebsd.org) Received: (from wosch@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3F9vCFl052207; Tue, 15 Apr 2008 09:57:12 GMT (envelope-from wosch) Message-Id: <200804150957.m3F9vCFl052207@repoman.freebsd.org> From: Wolfram Schneider Date: Tue, 15 Apr 2008 09:57:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi man.cgi 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: Tue, 15 Apr 2008 09:57:12 -0000 wosch 2008-04-15 09:57:12 UTC FreeBSD doc repository Modified files: en/cgi man.cgi Log: correct help page: FreeBSD Inc. -> The FreeBSD Project Revision Changes Path 1.198 +5 -5 www/en/cgi/man.cgi From owner-cvs-all@FreeBSD.ORG Tue Apr 15 10:02:24 2008 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 91C0A1065672; Tue, 15 Apr 2008 10:02:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 668EE8FC0A; Tue, 15 Apr 2008 10:02:24 +0000 (UTC) (envelope-from ru@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 m3FA2Ok0052397; Tue, 15 Apr 2008 10:02:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FA2Ojc052396; Tue, 15 Apr 2008 10:02:24 GMT (envelope-from ru) Message-Id: <200804151002.m3FA2Ojc052396@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 Apr 2008 10:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/route route.c 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: Tue, 15 Apr 2008 10:02:24 -0000 ru 2008-04-15 10:02:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/route route.c Log: MFC: 1.85: Fix printing of sockaddr prefixes in verbose mode. PR: bin/122403 Revision Changes Path 1.81.2.3 +1 -1 src/sbin/route/route.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 10:17:35 2008 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 B81CF1065677; Tue, 15 Apr 2008 10:17:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A31DF8FC32; Tue, 15 Apr 2008 10:17:35 +0000 (UTC) (envelope-from gahr@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 m3FAHZ3X054014; Tue, 15 Apr 2008 10:17:35 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FAHZJB054013; Tue, 15 Apr 2008 10:17:35 GMT (envelope-from gahr) Message-Id: <200804151017.m3FAHZJB054013@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 15 Apr 2008 10:17:35 +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/palm/synce-dccm Makefile ports/palm/synce-dccm/files patch-src_rapiclient.cpp patch-src_rapiconnection.cpp patch-src_rapihandshakeclient.cpp patch-src_rapiproxyconnection.cpp patch-src_windowscedevice.cpp 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: Tue, 15 Apr 2008 10:17:35 -0000 gahr 2008-04-15 10:17:35 UTC FreeBSD ports repository Modified files: palm/synce-dccm Makefile Added files: palm/synce-dccm/files patch-src_rapiclient.cpp patch-src_rapiconnection.cpp patch-src_rapihandshakeclient.cpp patch-src_rapiproxyconnection.cpp patch-src_windowscedevice.cpp Log: - Unbreak on sparc64 - Add USE_LDCONFIG variable (the port installed shared libs) Approved by: miwi (mentor) Revision Changes Path 1.13 +2 -7 ports/palm/synce-dccm/Makefile 1.1 +14 -0 ports/palm/synce-dccm/files/patch-src_rapiclient.cpp (new) 1.1 +15 -0 ports/palm/synce-dccm/files/patch-src_rapiconnection.cpp (new) 1.1 +14 -0 ports/palm/synce-dccm/files/patch-src_rapihandshakeclient.cpp (new) 1.1 +15 -0 ports/palm/synce-dccm/files/patch-src_rapiproxyconnection.cpp (new) 1.1 +15 -0 ports/palm/synce-dccm/files/patch-src_windowscedevice.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 11:50:11 2008 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 B6C21106566B; Tue, 15 Apr 2008 11:50:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B55F8FC18; Tue, 15 Apr 2008 11:50:11 +0000 (UTC) (envelope-from dinoex@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 m3FBoB20059341; Tue, 15 Apr 2008 11:50:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FBoBVe059340; Tue, 15 Apr 2008 11:50:11 GMT (envelope-from dinoex) Message-Id: <200804151150.m3FBoBVe059340@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 15 Apr 2008 11:50:11 +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/www/apache13-ssl Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 11:50:11 -0000 dinoex 2008-04-15 11:50:11 UTC FreeBSD ports repository Modified files: www/apache13-ssl Makefile distinfo pkg-plist Log: - Security update to 1.3.41+ssl_1.59 Security: CVE-2008-0555 - fix objformat PR: 120105 Revision Changes Path 1.122 +5 -2 ports/www/apache13-ssl/Makefile 1.23 +6 -6 ports/www/apache13-ssl/distinfo 1.28 +2 -2 ports/www/apache13-ssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 12:24:25 2008 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 DC5341065677; Tue, 15 Apr 2008 12:24:25 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8A358FC2A; Tue, 15 Apr 2008 12:24:25 +0000 (UTC) (envelope-from jadawin@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 m3FCOPtJ061672; Tue, 15 Apr 2008 12:24:25 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FCOPCq061671; Tue, 15 Apr 2008 12:24:25 GMT (envelope-from jadawin) Message-Id: <200804151224.m3FCOPCq061671@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 15 Apr 2008 12:24:23 +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/multimedia Makefile ports/multimedia/AtomicParsley Makefile distinfo pkg-descr ports/multimedia/AtomicParsley/files patch-build 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: Tue, 15 Apr 2008 12:24:26 -0000 jadawin 2008-04-15 12:24:23 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/AtomicParsley Makefile distinfo pkg-descr multimedia/AtomicParsley/files patch-build Log: AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files supporting these styles of metadata: * iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files * 3gp-style assets in 3GPP, 3GPP2, MobileMP4 & derivatives * ISO copyright notices at movie & track level for MPEG-4 * uuid private user extension text & file embedding for MPEG-4 WWW: http://atomicparsley.sourceforge.net/ PR: ports/122570 Submitted by: Bapt Approved by: tabthorpe (mentor) Revision Changes Path 1.1 +26 -0 ports/multimedia/AtomicParsley/Makefile (new) 1.1 +3 -0 ports/multimedia/AtomicParsley/distinfo (new) 1.1 +21 -0 ports/multimedia/AtomicParsley/files/patch-build (new) 1.1 +9 -0 ports/multimedia/AtomicParsley/pkg-descr (new) 1.257 +1 -0 ports/multimedia/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 12:25:03 2008 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 47D79106566B; Tue, 15 Apr 2008 12:25:03 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC7A8FC1B; Tue, 15 Apr 2008 12:25:03 +0000 (UTC) (envelope-from jadawin@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 m3FCP2ia061736; Tue, 15 Apr 2008 12:25:02 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FCP2R1061735; Tue, 15 Apr 2008 12:25:02 GMT (envelope-from jadawin) Message-Id: <200804151225.m3FCP2R1061735@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 15 Apr 2008 12:25:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 12:25:03 -0000 jadawin 2008-04-15 12:25:02 UTC FreeBSD ports repository Modified files: . modules Log: AtomicParsley --> ports/multimedia/AtomicParsley Revision Changes Path 1.19643 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 12:28:19 2008 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 A7DE1106566B; Tue, 15 Apr 2008 12:28:19 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1EC8FC1F; Tue, 15 Apr 2008 12:28:18 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3FCSHol014304; Tue, 15 Apr 2008 14:28:17 +0200 (CEST) (envelope-from sos@FreeBSD.org) Message-Id: <1DFDA463-5E5E-4EE5-BF2D-E738D10E57F7@FreeBSD.org> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: Niclas Zeising In-Reply-To: <4803D34C.4030706@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 15 Apr 2008 14:28:17 +0200 References: <200804141834.m3EIYOXP044870@repoman.freebsd.org> <4803D34C.4030706@gmail.com> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c 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: Tue, 15 Apr 2008 12:28:19 -0000 Hi Thats actually a separate problem. I've put in stops to check that the =20= PRD table size doesn't get out of hand. Until now that wasn't a =20 problem but now that we move to having more than on request flying pr =20= channel it needs to be within bounds. The check correctly panic's as we outgrow the table, however thats not =20= very usefull :) Fix coming up with the next round of updates, I also need to go back =20 to the old way of preallocing the SG tables etc, busdma is simply too =20= cycle greedy to be called for each request, as performance has been =20 shown to decrease quite a bit. -S=F8ren On 14Apr, 2008, at 23:57 , Niclas Zeising wrote: > S=F8ren Schmidt wrote: >> sos 2008-04-14 18:34:24 UTC >> FreeBSD src repository >> Modified files: >> sys/dev/ata ata-all.h ata-chipset.c ata-=20 >> dma.c ata-lowlevel.c Log: >> Fix problem with slave devices. >> Fix or rather bring ENOMEM problems back to the state it was before. >> Temporarily disable PortMultipliers on AHCI devices. >> Revision Changes Path >> 1.132 +1 -1 src/sys/dev/ata/ata-all.h >> 1.216 +4 -3 src/sys/dev/ata/ata-chipset.c >> 1.153 +4 -4 src/sys/dev/ata/ata-dma.c >> 1.82 +7 -8 src/sys/dev/ata/ata-lowlevel.c > > > Hi! > I still have problems with my install blowing up with the panic =20 > message "to many DMA segment entries". I haven't tried this last =20 > change though. > Unfortunately I can't send a decent backtrace since doing "call =20 > doadump" fom ddb only makes the machine panic again. > > The panic occurs when trying to do a installworld, probably because =20= > of high disc I/O. The march snapshot doesn't inhibit this problem. I =20= > can at least do a cvsup followed by a buildworld and make kernel. > The harddrive is a 114473MB Hitachi SATA150 drive, in my system on =20 > ad8 (ata4-master). The bios runs sata in native mode. The controller =20= > is an Intel AHCI controller. I've compiled a custom kernel (removed =20= > raid and scsi devices I don't use, along with ethernet devices I =20 > don't use, and added sound device and crypto device as well as =20 > GEOM_ELI and GEOM_BDE. Also removed some compat options. Everything =20= > is compiled with standard options except cputype?=3Dcore2. > The machine runs amd64. > > The following is the hand-transcribed backtrace from the panic: > > panic: too many DMA segment entries > > cpuid =3D 1 > KDB: stack backtrace: > db_trace_self_wrappoer() at db_trace_self_wrapper+0x2a > panic() at panic+0x173 > ata_setup_interrupt at ata_setup_interrupt > bus_dmamap_load() at ata_dmaload+0x17e > ata_ahci_begin_transaction() at ata_ahci_begin_transaction+0x1f9 > ata_start() at ata_start+0x1a4 > g_io_schedule_up() at g_io_schedule_up+0x4d > g_up_procvody() at g_up_procbody+0x6f > fork_exit() at fork_exit+0x12a > fork_trampoline at fork_trampoline+0xe > --- trap 0, rip =3D 0 rsp =3D 0xffffffffab899d30, rbp =3D 0 --- > KDB: enter: panic > [thread pid 3 tid 100009 ] > Stopped at kdb_enter+0x3d: movq $0,0x4060f6(%rip) > db> show locs > exclusive sleep mutex ATA state lock r =3D 0 (0xffffff000130a78) =20 > locked @ /usr/src/sys/dev/ata/ata-queue.c:192 > exclusive sleep mutex ATA queue lock r =3D 0 (0xffffff0001303ab0 =20 > locked @ /usr/src/sys/dev/ata/ata-queue.c:175 > > Then I try 'call doadump' and get the following panic. Don't know if =20= > it's because of the earlier one or if it's another bug. Probably the =20= > former, but I include the transcription anyway. > > db> call doadump > Physical memory: 1998MB > Dumping 132MB:panic: _mtx_lock_sleep: recursed on non-recursive =20 > mutex ATA queue lock @ /usr/src/sys/dev/ata/ata-queue.c:86 > > cpuid =3D 1 > KDB: stack backtrace: > db_trace_self_wrapper at db_trace_self_wrapper+0x2a > mi_switch() at mi_switch+0x363 > sched_bind() at sched_bind+0x78 > boot() at boot+0x3f > panic() at panic+0x15d > _mtx_lock_flags() at _mtx_lock_flags > _mtx_lock_flags() at _mtx_lock_flags+0xc0 > ata_queue_request() at ata_queue_request+0x9a > ad_dump() at ad_dump+0x90 > minidumpsys() at minidumpsys+0x23 > dumpsys() at dumpsys+0x23 > doadump() at doadump()+0x49 > db_fncall() at db_fncall+0x88 > db_command() at db_command+0x1eb > db_command_loop() at db_command_loop+0x50 > db_trap() at db_trap+0x87 > kdb_trap() at kdb_trap+0x82 > trap() at trap+0x159 > calltrap() at calltrap+0x8 > --- trap 0x3, rip =3D 0xffffffff80305aaf, rsp =3D 0xffffffffab899940, =20= > rbp =3D 0xffffffffab099960 --- > kdb_enter() at kdb_enter+0x3d > panic() at panic+0x16c > ata_setup_interrupt() at ata_setup_interrupt > bus_dmamap_load() at bus_dmamap_load+0x353 > ata_dmaload() at ata_dmaload+0x17e > ata_ahci_begin_transaction() at ata_ahci_begin_transaction+0x1f9 > ata_start() at ata_start+0x1a4 > g_io_schedule_up() at g_io_schedule_up+0x4d > g_up_procbody() at g_up_procbody+0x6f > fork_exit() at fork_exit+0x12a > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip =3D 0, rsp =3D 0xffffffffab899d30, rbp =3D 0 --- > > That's pretty much all I can get for now. Tell me if you need more =20 > information. > > Regards! > Niclas Zeising > From owner-cvs-all@FreeBSD.ORG Tue Apr 15 13:06:57 2008 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 B81221065671 for ; Tue, 15 Apr 2008 13:06:57 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 686C08FC0C for ; Tue, 15 Apr 2008 13:06:57 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so1036044wra.13 for ; Tue, 15 Apr 2008 06:06:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=n5jAGdSSR2zaG71I+SdQsr9apz/J3HLZD+NErPpSmIk=; b=GOIhjRta9kJQA7y2OXYyy0EOKfGqBWh5A/7LW3ZB3ZFLwYW2AAughcb2wXjH+SVDbwTHVb0D00apgWLHJEM/mzU315t2Mni5gQwXzOQfWntpwryS4biLrQo/LiNSXfdyx/0Br4Dfr8Qhusdg3JbBrTOnq193K/7n+UV1NzYMcZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HrB0t1wFvmDbfIn7SmtEx37o0/I7BRcxyhm94uVA3OJ5LFb5EhRwxLQ0UvdfkYMcZR1GFa+1ep4gewh2uGN6zLa2oGhYBq5TC/JfzDQaS0YO3HC1LW83rcwRmNDnFjapLXz9yAG8Z9aVPPSsED342fmN987woNwZCMoBj7LvCho= Received: by 10.141.69.1 with SMTP id w1mr4267569rvk.147.1208263347106; Tue, 15 Apr 2008 05:42:27 -0700 (PDT) Received: by 10.140.208.13 with HTTP; Tue, 15 Apr 2008 05:42:22 -0700 (PDT) Message-ID: Date: Tue, 15 Apr 2008 14:42:22 +0200 From: "Niclas Zeising" To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" In-Reply-To: <1DFDA463-5E5E-4EE5-BF2D-E738D10E57F7@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200804141834.m3EIYOXP044870@repoman.freebsd.org> <4803D34C.4030706@gmail.com> <1DFDA463-5E5E-4EE5-BF2D-E738D10E57F7@FreeBSD.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c 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: Tue, 15 Apr 2008 13:06:57 -0000 On Tue, Apr 15, 2008 at 2:28 PM, S=F8ren Schmidt wrote: > Hi > > Thats actually a separate problem. I've put in stops to check that the P= RD > table size doesn't get out of hand. Until now that wasn't a problem but n= ow > that we move to having more than on request flying pr channel it needs to= be > within bounds. > The check correctly panic's as we outgrow the table, however thats not v= ery > usefull :) Not really, no ;) Just a (perhaps silly) question, is my hardware wierd as no-one else has reported this problem (as I've seen anyway). I'm just curious. > > Fix coming up with the next round of updates, I also need to go back to = the > old way of preallocing the SG tables etc, busdma is simply too cycle gree= dy > to be called for each request, as performance has been shown to decrease > quite a bit. Okay. I'll sit tight and wait for the fix. If you need some testing just drop me a note. Thanks for the quick reply! > > -S=F8ren > > [SNIP old messages] Regards! Niclas From owner-cvs-all@FreeBSD.ORG Tue Apr 15 13:43:16 2008 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 5FC491065672; Tue, 15 Apr 2008 13:43:16 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEDE8FC13; Tue, 15 Apr 2008 13:43:16 +0000 (UTC) (envelope-from jadawin@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 m3FDhGXa074257; Tue, 15 Apr 2008 13:43:16 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FDhGM1074256; Tue, 15 Apr 2008 13:43:16 GMT (envelope-from jadawin) Message-Id: <200804151343.m3FDhGM1074256@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 15 Apr 2008 13:43:15 +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/audio Makefile ports/audio/audiotag Makefile distinfo pkg-descr 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: Tue, 15 Apr 2008 13:43:16 -0000 jadawin 2008-04-15 13:43:15 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/audiotag Makefile distinfo pkg-descr Log: Audiotag is a command-line tool for mass tagging/renaming of audio files it supports the vorbis comment, id3 tags, and MP4 tags. WWW: http://www.tempestgames.com/ryan/ PR: ports/122569 Submitted by: Bapt Approved by: tabthorpe (mentor) Revision Changes Path 1.953 +1 -0 ports/audio/Makefile 1.1 +53 -0 ports/audio/audiotag/Makefile (new) 1.1 +3 -0 ports/audio/audiotag/distinfo (new) 1.1 +4 -0 ports/audio/audiotag/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 13:43:57 2008 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 7E84E1065672; Tue, 15 Apr 2008 13:43:57 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53D6B8FC1A; Tue, 15 Apr 2008 13:43:57 +0000 (UTC) (envelope-from jadawin@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 m3FDhvDb074294; Tue, 15 Apr 2008 13:43:57 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FDhvBO074293; Tue, 15 Apr 2008 13:43:57 GMT (envelope-from jadawin) Message-Id: <200804151343.m3FDhvBO074293@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 15 Apr 2008 13:43:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 13:43:57 -0000 jadawin 2008-04-15 13:43:57 UTC FreeBSD ports repository Modified files: . modules Log: audiotag --> ports/audio/audiotag Revision Changes Path 1.19644 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 13:45:09 2008 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 8AC07106566B; Tue, 15 Apr 2008 13:45:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC0D8FC16; Tue, 15 Apr 2008 13:45:09 +0000 (UTC) (envelope-from bsam@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 m3FDj9we074392; Tue, 15 Apr 2008 13:45:09 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FDj9p9074391; Tue, 15 Apr 2008 13:45:09 GMT (envelope-from bsam) Message-Id: <200804151345.m3FDj9p9074391@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 15 Apr 2008 13:45:09 +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/emulators/linux_base-f8 Makefile pkg-plist 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: Tue, 15 Apr 2008 13:45:09 -0000 bsam 2008-04-15 13:45:09 UTC FreeBSD ports repository Modified files: emulators/linux_base-f8 Makefile pkg-plist Log: Remove all traces of LINUXBASE/etc/fonts from the port. This is needed to use native FreeBSD fonts and font configuration files (a link to a native directory will be created when an apropriate linux-fontconfig port is installed). Revision Changes Path 1.41 +2 -2 ports/emulators/linux_base-f8/Makefile 1.24 +0 -3 ports/emulators/linux_base-f8/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 14:50:40 2008 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 799F4106564A; Tue, 15 Apr 2008 14:50:40 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2968FC1F; Tue, 15 Apr 2008 14:50:40 +0000 (UTC) (envelope-from ahze@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 m3FEoera077866; Tue, 15 Apr 2008 14:50:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FEod6x077862; Tue, 15 Apr 2008 14:50:39 GMT (envelope-from ahze) Message-Id: <200804151450.m3FEod6x077862@repoman.freebsd.org> From: Michael Johnson Date: Tue, 15 Apr 2008 14:50:38 +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/net-im/telepathy-salut Makefile distinfo 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: Tue, 15 Apr 2008 14:50:40 -0000 ahze 2008-04-15 14:50:38 UTC FreeBSD ports repository Modified files: net-im/telepathy-salut Makefile distinfo Log: Update to 0.3.2 Revision Changes Path 1.10 +1 -1 ports/net-im/telepathy-salut/Makefile 1.6 +3 -3 ports/net-im/telepathy-salut/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 15:09:15 2008 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 D65181065674 for ; Tue, 15 Apr 2008 15:09:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 55C458FC1D for ; Tue, 15 Apr 2008 15:09:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m3FF9CSQ033305; Tue, 15 Apr 2008 17:09:12 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Mikhail Teterin In-Reply-To: <200804141754.m3EHstk1042189@repoman.freebsd.org> References: <200804141754.m3EHstk1042189@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-2 Date: Tue, 15 Apr 2008 17:09:11 +0200 Message-Id: <1208272151.3205.13.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Spam-Score: -2.576 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/lyx15 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 15:09:15 -0000 Mikhail Teterin pí¹e v po 14. 04. 2008 v 17:54 +0000: > mi 2008-04-14 17:54:55 UTC > > FreeBSD ports repository > > Modified files: > print/lyx15 pkg-descr > Log: > Expand description to explain, why there remain to LyX-ports. LyX-1.5 can > not become the default "lyx", because it requires Qt4, which is yet to > enter the maintstream on FreeBSD. qt4 entered mainstream long time ago :) grep qt4 INDEX-6|wc -l 132 -- Pav Lucistnik It's ten o'clock; do you know where your processes are? From owner-cvs-all@FreeBSD.ORG Tue Apr 15 15:20:50 2008 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 C9C88106567F; Tue, 15 Apr 2008 15:20:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 924B08FC0C; Tue, 15 Apr 2008 15:20:50 +0000 (UTC) (envelope-from pav@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 m3FFKoKg081260; Tue, 15 Apr 2008 15:20:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FFKoGL081259; Tue, 15 Apr 2008 15:20:50 GMT (envelope-from pav) Message-Id: <200804151520.m3FFKoGL081259@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 15 Apr 2008 15:20:50 +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/lang/ocamlduce Makefile distinfo 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: Tue, 15 Apr 2008 15:20:54 -0000 pav 2008-04-15 15:20:50 UTC FreeBSD ports repository Modified files: lang/ocamlduce Makefile distinfo Log: - Update to 3.10.0.1 PR: ports/122788 Submitted by: Jaap Boender (maintainer) Revision Changes Path 1.4 +5 -4 ports/lang/ocamlduce/Makefile 1.2 +3 -3 ports/lang/ocamlduce/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 15:53:11 2008 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 8C7B51065679 for ; Tue, 15 Apr 2008 15:53:11 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9683D8FC25 for ; Tue, 15 Apr 2008 15:53:10 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 25526 invoked from network); 15 Apr 2008 14:59:05 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 15 Apr 2008 14:59:05 -0000 Message-ID: <4804CF68.9060109@freebsd.org> Date: Tue, 15 Apr 2008 17:53:12 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Qing Li References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> In-Reply-To: <000201c89eae$d4dcfe10$b1335140@SAINTS> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 'Qing Li' , src-committers@FreeBSD.org, claudio@openbsd.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Tue, 15 Apr 2008 15:53:11 -0000 Qing Li wrote: > Hi Andre, >>> is disallowed. For example, >>> >>> route add -net 192.103.54.0/24 10.9.44.1 >>> route add -net 192.103.54.0/24 10.9.44.2 >>> >>> The second route insertion will trigger an error message of >>> "add net 192.103.54.0/24: gateway 10.2.5.2: route already >> in table" >> >> Would it make sense to retain this behavior by default (POLA) >> and have multi-path being enabled via sysctl like packet >> forwarding in general? >> Just adding the same route twice with different next-hops can >> lead to very confusing situations for the users which are not >> used to multi-path. >> > > I think that is possible. Were you thinking more along the > line of accidental route insertion ... Because users who > are not familiar with ecmp probably won't ever bother > with more than one route per destination. If there is no error message when adding a second route it easily happens. Due to hash based balancing some connections work and some do not. Very confusing. >>> "route: writing to routing socket: No such process" >>> "delete net default: not in table" >> Can this be made more descriptive? This messages are about >> as confusing and non-descript as possible. >> > > We should fix the above error message in general. > >> Not being aware of the multipath functionality I would pull >> out my last hair try to get rid of a route. >> > > I think updating the manpage would be a necessary > next step. > >> How does this behave with common routing daemons; >> Quagga/Zebra, OpenBGPD, OpenOSPFD? >> > > Hmm... Good question, I haven't tried them but > I will. Is this something you could help me > with ? I've chatted with Claudio Jeker (claudio@openbsd.org). He's the author of OpenBGPD and OpenOSPFD plus some work on the OpenBSD multipath support. He says the implicit multipath doesn't work out right and is very difficult to manage from the routing daemons. In OpenBSD they had to change it to explicit mark multipath routes with the RTM_MPATH flag in the table, during creation and removal. The problem is that many daemons and programs (dhclient, ppp, ...) do not properly remove routes and simply re-add a new one with different parameters. This obviously leads to chaos. In OpenBSD multipath one has to install an multipath route explicitly with the -mpath modifier to route(8) and for daemons with RTF_MPATH in the routing message. Multipath routes also retain this flag during their lifetime. If not set, the normal one-route-only behavior is kept. This allows all non-mpath aware programs to continue to work. I think this is the model to follow. Also for inter-BSD compatibility. >> Do they have to be aware >> of the multipath functionality? Will it confuse them? >> > > I don't believe these routing protocols necessarily > have to know about the multipath functionality. > The routing protocols should continue to function > wrt route insertion/deletion. It's easy to throw them into disarray as they do not expect routes to persist when they delete (one of) them. > You do bring up a good question about whether > we should associate ownership with a route entry > if multiple routing protocols are running > in parallel. Is this a common practice from your > experience ? And should we allow multiple routes > with the same next-hop but different owners in > the FIB ?? Yes. Let me explain. There are two approaches here: The Quagga/Zebra approach where all routing protocol daemons communicate with a central daemon that is the single point of contact to the kernel. The other approach is the OpenBGPD/OpenOSPFD approach where each daemon runs on its own (because most of the time there is little to no overlap) and does its own routing table manipulations. The second approach is a bit tricky at the moment as the routing socket is not really intended for operating in this way and the daemons have to be aware of each other in certain ways. Ideally, and this is what Claudio says as well, we should end up with the following functionality: - equal cost multipath where one prefix can have multiple next-hops. - ecmp should be explicit with the RTM_MPATH flag. - a hierarchy of multiple prefixes where the one with the highest priority carries the traffic (possibly with ecmp). - the hierarchy should have a number of precedence levels (interface route, static route, IGP route, EGP route, other). - within those precedence levels it should have further subdivision to prefer OSPF over RIP in the IGP category for example. - a change/delete applies to a specific precedence level if specified. - routing socket filters on reading so that routing daemons can select which precendence levels they want to track (IGP doesn't have to track EGP route changes for example). With this functionality a number of independent but complementary routing daemons can work together is a useful and -more important- standardized way. The ospfd inserts a multipath for 10.0.0.0/8 via 192.168.1.1 and 192.168.1.2 and precedence 4. The bgpd inserts a single route for 10.0.0.0/8 via 192.168.1.3 with precedence 8. All traffic goes through 192.68.1.1 and .2. If the ospfd removes both routes .3 will become active right away. Normally bgpd would have to notice the removal and then has to insert the new prefix. If ospfd then wants to insert them again it has to remove or modify the route bgpd installed. With precedence multipath these problems go away. >> What about the other big missing piece; new-arp? ;-) >> > > That's on its way. Julian is helping me testing the > patch and reviewing the code etc. I am still > debugging a locking/reference count issue and > I hope to make good progress in the coming week. May I have a look too before it goes into CVS? -- Andre From owner-cvs-all@FreeBSD.ORG Tue Apr 15 16:05:42 2008 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 99CD0106564A; Tue, 15 Apr 2008 16:05:42 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3208FC1E; Tue, 15 Apr 2008 16:05:42 +0000 (UTC) (envelope-from arved@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 m3FG5gWQ084365; Tue, 15 Apr 2008 16:05:42 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FG5g9f084364; Tue, 15 Apr 2008 16:05:42 GMT (envelope-from arved) Message-Id: <200804151605.m3FG5g9f084364@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 15 Apr 2008 16:05: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/www/MT 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: Tue, 15 Apr 2008 16:05:42 -0000 arved 2008-04-15 16:05:41 UTC FreeBSD ports repository Modified files: www/MT Makefile Log: Add a missing dependency Bump PORTREVISION Revision Changes Path 1.29 +3 -2 ports/www/MT/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 16:07:24 2008 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 A9D6E106566B; Tue, 15 Apr 2008 16:07:24 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F08C8FC25; Tue, 15 Apr 2008 16:07:24 +0000 (UTC) (envelope-from mi@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 m3FG7OtM084446; Tue, 15 Apr 2008 16:07:24 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FG7O6V084445; Tue, 15 Apr 2008 16:07:24 GMT (envelope-from mi) Message-Id: <200804151607.m3FG7O6V084445@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 15 Apr 2008 16:07:24 +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/graphics/GraphicsMagick Makefile distinfo 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: Tue, 15 Apr 2008 16:07:24 -0000 mi 2008-04-15 16:07:24 UTC FreeBSD ports repository Modified files: graphics/GraphicsMagick Makefile distinfo Log: Upgrade from 1.1.10 to 1.1.11. This brings security fixes and tiff-handling improvements. Follow-up on an earlier threat and turn self-checks on by default. Revision Changes Path 1.16 +2 -2 ports/graphics/GraphicsMagick/Makefile 1.5 +3 -3 ports/graphics/GraphicsMagick/distinfo From owner-cvs-all@FreeBSD.ORG Tue Apr 15 16:08:58 2008 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 C61A01065675 for ; Tue, 15 Apr 2008 16:08:58 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 989928FC29 for ; Tue, 15 Apr 2008 16:08:58 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 2339 invoked from network); 15 Apr 2008 15:42:18 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Apr 2008 15:42:18 -0000 From: Mikhail Teterin To: pav@freebsd.org Date: Tue, 15 Apr 2008 11:42:10 -0400 User-Agent: KMail/1.7.1 References: <200804141754.m3EHstk1042189@repoman.freebsd.org> <1208272151.3205.13.camel@ikaros.oook.cz> In-Reply-To: <1208272151.3205.13.camel@ikaros.oook.cz> Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804151142.11467.mi+mill@aldan.algebra.com> Cc: cvs-ports@freebsd.org, kde@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/print/lyx15 pkg-descr 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: Tue, 15 Apr 2008 16:08:58 -0000 =D7=A6=D7=D4=CF=D2=CF=CB 15 =CB=D7=A6=D4=C5=CE=D8 2008 11:09 =C4=CF, Pav Lu= cistnik =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: > > =9A Expand description to explain, why there remain to LyX-ports. LyX-1= =2E5 > > can not become the default "lyx", because it requires Qt4, which is yet > > to enter the maintstream on FreeBSD. > > qt4 entered mainstream long time ago :) > > grep qt4 INDEX-6|wc -l > 132 Back in Summer of 2007, the consensus was to wait for KDE4 to enter the por= ts=20 tree before making lyx-1.5 the default... That's being delayed,=20 unfortunately :-( -mi From owner-cvs-all@FreeBSD.ORG Tue Apr 15 16:17:03 2008 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 CBB8A106567A; Tue, 15 Apr 2008 16:17:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A03498FC38; Tue, 15 Apr 2008 16:17:03 +0000 (UTC) (envelope-from arved@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 m3FGH3de085911; Tue, 15 Apr 2008 16:17:03 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FGH3MO085910; Tue, 15 Apr 2008 16:17:03 GMT (envelope-from arved) Message-Id: <200804151617.m3FGH3MO085910@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 15 Apr 2008 16:17:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations donors.sgml wantlist.sgml 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: Tue, 15 Apr 2008 16:17:03 -0000 arved 2008-04-15 16:17:03 UTC FreeBSD doc repository (ports committer) Modified files: en/donations donors.sgml wantlist.sgml Log: Complete donation of the harddrive mounting kit, thanks bixen! While here, remove item from the wantlist, i don't need anymore. Revision Changes Path 1.368 +8 -1 www/en/donations/donors.sgml 1.458 +1 -16 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 16:54:39 2008 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 EB8B0106564A; Tue, 15 Apr 2008 16:54:39 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C11948FC14; Tue, 15 Apr 2008 16:54:39 +0000 (UTC) (envelope-from emax@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 m3FGsdwi098617; Tue, 15 Apr 2008 16:54:39 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FGsdqA098616; Tue, 15 Apr 2008 16:54:39 GMT (envelope-from emax) Message-Id: <200804151654.m3FGsdqA098616@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 15 Apr 2008 16:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tap.c 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: Tue, 15 Apr 2008 16:54:40 -0000 emax 2008-04-15 16:54:39 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Fix possible buffer overrun on 64-bit arch when generating MAC address for tap interface. Reported by: Marc Lorner < marc dot loerner at hob dot de > Reviewed by: bms MFC after: 3 days Revision Changes Path 1.72 +3 -1 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:02:24 2008 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 740F3106564A; Tue, 15 Apr 2008 17:02:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 494C28FC29; Tue, 15 Apr 2008 17:02:24 +0000 (UTC) (envelope-from marcel@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 m3FH2Omg099114; Tue, 15 Apr 2008 17:02:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FH2OUv099113; Tue, 15 Apr 2008 17:02:24 GMT (envelope-from marcel) Message-Id: <200804151702.m3FH2OUv099113@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 15 Apr 2008 17:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/conf DEFAULTS src/sys/ia64/ia64 clock.c nexus.c 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: Tue, 15 Apr 2008 17:02:24 -0000 marcel 2008-04-15 17:02:24 UTC FreeBSD src repository Modified files: sys/ia64/conf DEFAULTS sys/ia64/ia64 clock.c nexus.c Log: Use genclock for RTC handling. This eliminates the MD versions for inittodr() and resettodr(). Have nexus double as the clock device, because it's the firmware that provides RTC services. We could create a special (pseudo-) device for it, but that wasn't superior enough to actually do it. Maybe later... Requested by: phk Revision Changes Path 1.14 +1 -0 src/sys/ia64/conf/DEFAULTS 1.33 +0 -92 src/sys/ia64/ia64/clock.c 1.20 +51 -44 src/sys/ia64/ia64/nexus.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:08:20 2008 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 A43BD106566B; Tue, 15 Apr 2008 17:08:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 797778FC16; Tue, 15 Apr 2008 17:08:20 +0000 (UTC) (envelope-from mezz@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 m3FH8KRL000984; Tue, 15 Apr 2008 17:08:20 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FH8Ks1000983; Tue, 15 Apr 2008 17:08:20 GMT (envelope-from mezz) Message-Id: <200804151708.m3FH8Ks1000983@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 15 Apr 2008 17:08:20 +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/security/seahorse 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: Tue, 15 Apr 2008 17:08:20 -0000 mezz 2008-04-15 17:08:20 UTC FreeBSD ports repository Modified files: security/seahorse Makefile Log: In 2.22, it requires gnome-keyring and no longer provide optional now. Fix the gnome-keyring dependency and bump the PORTREVISION. Reported by: Dino Vliet Revision Changes Path 1.66 +3 -9 ports/security/seahorse/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:08:24 2008 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 D4E78106564A; Tue, 15 Apr 2008 17:08:24 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA6078FC17; Tue, 15 Apr 2008 17:08:24 +0000 (UTC) (envelope-from jkim@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 m3FH8O8M001025; Tue, 15 Apr 2008 17:08:24 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FH8OXG001024; Tue, 15 Apr 2008 17:08:24 GMT (envelope-from jkim) Message-Id: <200804151708.m3FH8OXG001024@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2008 17:08:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c 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: Tue, 15 Apr 2008 17:08:24 -0000 jkim 2008-04-15 17:08:24 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Revert the previous commit and use M_PROMISC flag instead. It is safer because it will never be used for outgoing packets. Revision Changes Path 1.193 +17 -8 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:10:23 2008 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 598FD106564A; Tue, 15 Apr 2008 17:10:23 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EE368FC18; Tue, 15 Apr 2008 17:10:23 +0000 (UTC) (envelope-from mezz@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 m3FHANTQ001150; Tue, 15 Apr 2008 17:10:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FHANBP001149; Tue, 15 Apr 2008 17:10:23 GMT (envelope-from mezz) Message-Id: <200804151710.m3FHANBP001149@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 15 Apr 2008 17:10:23 +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/net-p2p/deluge Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 17:10:23 -0000 mezz 2008-04-15 17:10:23 UTC FreeBSD ports repository Modified files: net-p2p/deluge Makefile distinfo pkg-plist Log: Update to 0.5.8.9. Revision Changes Path 1.38 +1 -1 ports/net-p2p/deluge/Makefile 1.25 +3 -3 ports/net-p2p/deluge/distinfo 1.21 +3 -0 ports/net-p2p/deluge/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:41:52 2008 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 DCEBC1065670; Tue, 15 Apr 2008 17:41:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2D3A8FC1D; Tue, 15 Apr 2008 17:41:52 +0000 (UTC) (envelope-from jkim@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 m3FHfqGK003556; Tue, 15 Apr 2008 17:41:52 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FHfqHe003555; Tue, 15 Apr 2008 17:41:52 GMT (envelope-from jkim) Message-Id: <200804151741.m3FHfqHe003555@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2008 17:41:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/atkbdc psm.c 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: Tue, 15 Apr 2008 17:41:53 -0000 jkim 2008-04-15 17:41:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/atkbdc psm.c Log: MFC: 1.95, 1.96 - Add write(2) support for psm(4) in native operation level. Now arbitrary commands can be written to /dev/psm%d and status can be read back from it. - Clean up and fix style(9) nits. Revision Changes Path 1.93.2.2 +2915 -2783 src/sys/dev/atkbdc/psm.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:43:40 2008 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 DC017106566B; Tue, 15 Apr 2008 17:43:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F678FC1D; Tue, 15 Apr 2008 17:43:40 +0000 (UTC) (envelope-from jkim@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 m3FHheau003654; Tue, 15 Apr 2008 17:43:40 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FHhe5K003653; Tue, 15 Apr 2008 17:43:40 GMT (envelope-from jkim) Message-Id: <200804151743.m3FHhe5K003653@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2008 17:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sys param.h 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: Tue, 15 Apr 2008 17:43:41 -0000 jkim 2008-04-15 17:43:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys param.h Log: Bump __FreeBSD_version to reflect write(2) support for psm(4). Revision Changes Path 1.308.2.10 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Tue Apr 15 17:59:22 2008 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 98A2A106566C; Tue, 15 Apr 2008 17:59:22 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0E78FC1F; Tue, 15 Apr 2008 17:59:22 +0000 (UTC) (envelope-from tabthorpe@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 m3FHxM70004148; Tue, 15 Apr 2008 17:59:22 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FHxMq0004147; Tue, 15 Apr 2008 17:59:22 GMT (envelope-from tabthorpe) Message-Id: <200804151759.m3FHxMq0004147@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 15 Apr 2008 17:59:22 +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/sysutils/syslog-ng2 Makefile distinfo pkg-plist ports/sysutils/syslog-ng2/files patch-syslog-ng.h 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: Tue, 15 Apr 2008 17:59:22 -0000 tabthorpe 2008-04-15 17:59:22 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng2 Makefile distinfo pkg-plist sysutils/syslog-ng2/files patch-syslog-ng.h Log: - Update to 2.0.9 PR: ports/122535 Submitted by: ivan.lago ifom-ieo-campus.it (maintainer) Revision Changes Path 1.8 +2 -2 ports/sysutils/syslog-ng2/Makefile 1.4 +3 -3 ports/sysutils/syslog-ng2/distinfo 1.3 +5 -10 ports/sysutils/syslog-ng2/files/patch-syslog-ng.h 1.2 +1 -0 ports/sysutils/syslog-ng2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:01:08 2008 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 486061065675; Tue, 15 Apr 2008 18:01:08 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB668FC16; Tue, 15 Apr 2008 18:01:08 +0000 (UTC) (envelope-from tabthorpe@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 m3FI18xh004288; Tue, 15 Apr 2008 18:01:08 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FI18Ji004287; Tue, 15 Apr 2008 18:01:08 GMT (envelope-from tabthorpe) Message-Id: <200804151801.m3FI18Ji004287@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 15 Apr 2008 18:01:08 +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/sysutils/virtualmin Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 18:01:08 -0000 tabthorpe 2008-04-15 18:01:08 UTC FreeBSD ports repository Modified files: sysutils/virtualmin Makefile distinfo pkg-plist Log: - Update to 3.55 Revision Changes Path 1.28 +1 -1 ports/sysutils/virtualmin/Makefile 1.26 +3 -3 ports/sysutils/virtualmin/distinfo 1.21 +10 -0 ports/sysutils/virtualmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:01:15 2008 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 7AFE4106564A; Tue, 15 Apr 2008 18:01:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67FE68FC15; Tue, 15 Apr 2008 18:01:15 +0000 (UTC) (envelope-from jkim@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 m3FI1FMu004336; Tue, 15 Apr 2008 18:01:15 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FI1Fba004335; Tue, 15 Apr 2008 18:01:15 GMT (envelope-from jkim) Message-Id: <200804151801.m3FI1Fba004335@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Apr 2008 18:01:15 +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/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c patch-Xserver-hw-xfree86-os-support-xf86_OSlib.h 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: Tue, 15 Apr 2008 18:01:15 -0000 jkim 2008-04-15 18:01:15 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c Added files: x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-xf86_OSlib.h Log: - Auto-detect and use native extended PS/2 protocols with the latest psm(4). Since psm has gained write(2) support, it can be directly driven by X.org input drivers without help of moused(8) or SysMouse protocol. - Fix regressions without moused running. PR: ports/122363, ports/122405 Revision Changes Path 1.56 +1 -1 ports/x11-servers/xorg-server/Makefile 1.2 +89 -32 ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c 1.1 +12 -0 ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-xf86_OSlib.h (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:03:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4B8FB1065676; Tue, 15 Apr 2008 18:03:21 +0000 (UTC) Date: Tue, 15 Apr 2008 18:03:21 +0000 From: Alexey Dokuchaev To: Jeremy Messenger Message-ID: <20080415180321.GA81346@FreeBSD.org> References: <200804121952.m3CJqHJg003433@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200804121952.m3CJqHJg003433@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-themes Makefile ports/x11-themes/thewidgetfactory Makefile distinfo pkg-descr 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: Tue, 15 Apr 2008 18:03:21 -0000 On Sat, Apr 12, 2008 at 07:52:17PM +0000, Jeremy Messenger wrote: > mezz 2008-04-12 19:52:17 UTC > > FreeBSD ports repository > > Modified files: > x11-themes Makefile > Added files: > x11-themes/thewidgetfactory Makefile distinfo pkg-descr > Log: > The Widget Factory is a program designed to show a wide range of widgets > on a single window. Thanks, I've been thinking of porting it myself. But could you please remove the `the' prefix from port/package name (and directory)? ./danfe From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:23:03 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id ED4071065676; Tue, 15 Apr 2008 18:23:03 +0000 (UTC) Date: Tue, 15 Apr 2008 18:23:03 +0000 From: Alexey Dokuchaev To: Philippe Audeoud Message-ID: <20080415182303.GB81346@FreeBSD.org> References: <200804151224.m3FCOPCq061671@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200804151224.m3FCOPCq061671@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia Makefile ports/multimedia/AtomicParsley Makefile distinfo pkg-descr ports/multimedia/AtomicParsley/files patch-build 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: Tue, 15 Apr 2008 18:23:04 -0000 On Tue, Apr 15, 2008 at 12:24:23PM +0000, Philippe Audeoud wrote: > jadawin 2008-04-15 12:24:23 UTC > > FreeBSD ports repository > > Modified files: > multimedia Makefile > Added files: > multimedia/AtomicParsley Makefile distinfo pkg-descr > multimedia/AtomicParsley/files patch-build > Log: > AtomicParsley is a lightweight command line program for reading, parsing and > setting metadata into MPEG-4 files supporting these styles of metadata: Can we please, please, please avoid adding ports with upper-case characters in their names (with a few notable exceptions, like perl/pear modules)? While it's not too late, could you please readd it? Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:29:30 2008 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 8063F106566C; Tue, 15 Apr 2008 18:29:30 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id B12978FC13; Tue, 15 Apr 2008 18:29:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080415182920.ZPWI7068.eastrmmtao107.cox.net@eastrmimpo01.cox.net>; Tue, 15 Apr 2008 14:29:20 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id DuVU1Z00D4iy4EG02uVUnm; Tue, 15 Apr 2008 14:29:28 -0400 Date: Tue, 15 Apr 2008 13:31:30 -0500 To: "Alexey Dokuchaev" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200804121952.m3CJqHJg003433@repoman.freebsd.org> <20080415180321.GA81346@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20080415180321.GA81346@FreeBSD.org> User-Agent: Opera Mail/9.27 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-themes Makefile ports/x11-themes/thewidgetfactory Makefile distinfo pkg-descr 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: Tue, 15 Apr 2008 18:29:30 -0000 On Tue, 15 Apr 2008 13:03:21 -0500, Alexey Dokuchaev wrote: > On Sat, Apr 12, 2008 at 07:52:17PM +0000, Jeremy Messenger wrote: >> mezz 2008-04-12 19:52:17 UTC >> >> FreeBSD ports repository >> >> Modified files: >> x11-themes Makefile >> Added files: >> x11-themes/thewidgetfactory Makefile distinfo pkg-descr >> Log: >> The Widget Factory is a program designed to show a wide range of >> widgets >> on a single window. > > Thanks, I've been thinking of porting it myself. But could you please > remove the `the' prefix from port/package name (and directory)? The 'thewidgetfactory' (The Widget Factory) is a real name, so no I will not remove 'the'. BTW: I won't be surpised if APT, RPM and other packages have same for 'thewidgetfactory'. Cheers, Mezz > ./danfe -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Apr 15 18:33:21 2008 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 CF904106566B; Tue, 15 Apr 2008 18:33:21 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A53378FC19; Tue, 15 Apr 2008 18:33:21 +0000 (UTC) (envelope-from remko@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 m3FIXLY4006512; Tue, 15 Apr 2008 18:33:21 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FIXLJq006511; Tue, 15 Apr 2008 18:33:21 GMT (envelope-from remko) Message-Id: <200804151833.m3FIXLJq006511@repoman.freebsd.org> From: Remko Lodder Date: Tue, 15 Apr 2008 18:33:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/remote-install article.sgml 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: Tue, 15 Apr 2008 18:33:21 -0000 remko 2008-04-15 18:33:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/remote-install article.sgml Log: For a BSDlabel restore we should do bsdlabel -R 'disk' 'bsdlabel-file', so reflect that in the instructions (because I tripped over this). Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/remote-install/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Apr 15 19:13:34 2008 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 6928F106564A; Tue, 15 Apr 2008 19:13:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF798FC18; Tue, 15 Apr 2008 19:13:34 +0000 (UTC) (envelope-from tabthorpe@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 m3FJDYwQ008898; Tue, 15 Apr 2008 19:13:34 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FJDYrj008897; Tue, 15 Apr 2008 19:13:34 GMT (envelope-from tabthorpe) Message-Id: <200804151913.m3FJDYrj008897@repoman.freebsd.org> From: Thomas Abthorpe Date: Tue, 15 Apr 2008 19:13:34 +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/astro/gpsbabel Makefile ports/databases/grass Makefile ports/graphics/gdal-grass 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: Tue, 15 Apr 2008 19:13:34 -0000 tabthorpe 2008-04-15 19:13:34 UTC FreeBSD ports repository Modified files: astro/gpsbabel Makefile databases/grass Makefile graphics/gdal-grass Makefile Log: - Reassign to ports@ - Thank you for your service, we hope to see you back PR: ports/122796, ports/122797, ports/122798 Submitted by: Laurent Courty Revision Changes Path 1.5 +1 -1 ports/astro/gpsbabel/Makefile 1.51 +1 -1 ports/databases/grass/Makefile 1.5 +1 -1 ports/graphics/gdal-grass/Makefile From owner-cvs-all@FreeBSD.ORG Tue Apr 15 20:24:00 2008 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 169491065671; Tue, 15 Apr 2008 20:24:00 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 054128FC22; Tue, 15 Apr 2008 20:24:00 +0000 (UTC) (envelope-from emax@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 m3FKNxTN012724; Tue, 15 Apr 2008 20:23:59 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FKNxu8012723; Tue, 15 Apr 2008 20:23:59 GMT (envelope-from emax) Message-Id: <200804152023.m3FKNxu8012723@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 15 Apr 2008 20:23:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile rfcomm_pppd_server src/share/man/man5 rc.conf.5 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: Tue, 15 Apr 2008 20:24:00 -0000 emax 2008-04-15 20:23:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/defaults rc.conf etc/rc.d Makefile share/man/man5 rc.conf.5 Added files: (Branch: RELENG_7) etc/rc.d rfcomm_pppd_server Log: MFC: Add rfcomm_pppd_server rc script to allow start rfcomm_pppd(8) in server mode at boot time. Multiple profiles can be started at the same time. The whole idea is very similar to the ppp rc script. Document Bluetooth knobs in rc.conf(5) Set defaults for the rfcomm_pppd_server rc script Revision Changes Path 1.318.2.7 +13 -0 src/etc/defaults/rc.conf 1.84.2.4 +1 -1 src/etc/rc.d/Makefile 1.1.2.1 +122 -0 src/etc/rc.d/rfcomm_pppd_server (new) 1.327.2.4 +107 -1 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Tue Apr 15 20:31:15 2008 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 310C81065670; Tue, 15 Apr 2008 20:31:15 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB118FC1D; Tue, 15 Apr 2008 20:31:15 +0000 (UTC) (envelope-from emax@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 m3FKVFc9014278; Tue, 15 Apr 2008 20:31:15 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FKVFTE014277; Tue, 15 Apr 2008 20:31:15 GMT (envelope-from emax) Message-Id: <200804152031.m3FKVFTE014277@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 15 Apr 2008 20:31:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile rfcomm_pppd_server src/share/man/man5 rc.conf.5 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: Tue, 15 Apr 2008 20:31:15 -0000 emax 2008-04-15 20:31:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/defaults rc.conf etc/rc.d Makefile share/man/man5 rc.conf.5 Added files: (Branch: RELENG_6) etc/rc.d rfcomm_pppd_server Log: MFC: Add rfcomm_pppd_server rc script to allow start rfcomm_pppd(8) in server mode at boot time. Multiple profiles can be started at the same time. The whole idea is very similar to the ppp rc script. Document Bluetooth knobs in rc.conf(5) Set defaults for the rfcomm_pppd_server rc script Revision Changes Path 1.252.2.44 +13 -0 src/etc/defaults/rc.conf 1.53.2.21 +1 -1 src/etc/rc.d/Makefile 1.1.4.1 +122 -0 src/etc/rc.d/rfcomm_pppd_server (new) 1.256.2.37 +107 -1 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Tue Apr 15 20:51:39 2008 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 E16FA1065674; Tue, 15 Apr 2008 20:51:39 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D00C98FC1D; Tue, 15 Apr 2008 20:51:39 +0000 (UTC) (envelope-from barner@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 m3FKpdmp024050; Tue, 15 Apr 2008 20:51:39 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FKpdxj024049; Tue, 15 Apr 2008 20:51:39 GMT (envelope-from barner) Message-Id: <200804152051.m3FKpdxj024049@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 20:51:39 +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 Makefile ports/devel/ocaml-camlp5 Makefile distinfo pkg-descr pkg-plist 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: Tue, 15 Apr 2008 20:51:40 -0000 barner 2008-04-15 20:51:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-camlp5 Makefile distinfo pkg-descr pkg-plist Log: Add ocaml-camlp5 5.08, a preprocessor-pretty-printer of OCaml. PR: ports/121963 Submitted by: Hirohisa Yamaguchi Revision Changes Path 1.3039 +1 -0 ports/devel/Makefile 1.1 +51 -0 ports/devel/ocaml-camlp5/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-camlp5/distinfo (new) 1.1 +5 -0 ports/devel/ocaml-camlp5/pkg-descr (new) 1.1 +188 -0 ports/devel/ocaml-camlp5/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 20:51:45 2008 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 15CE3106564A; Tue, 15 Apr 2008 20:51:45 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E06BB8FC23; Tue, 15 Apr 2008 20:51:44 +0000 (UTC) (envelope-from barner@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 m3FKpipk024084; Tue, 15 Apr 2008 20:51:44 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FKpiHm024083; Tue, 15 Apr 2008 20:51:44 GMT (envelope-from barner) Message-Id: <200804152051.m3FKpiHm024083@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 20:51: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: CVSROOT modules 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: Tue, 15 Apr 2008 20:51:45 -0000 barner 2008-04-15 20:51:44 UTC FreeBSD ports repository Modified files: . modules Log: ocaml-camlp5 --> ports/devel/ocaml-camlp5 Revision Changes Path 1.19645 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 20:56:56 2008 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 81DAD1065689; Tue, 15 Apr 2008 20:56:56 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5774B8FC1A; Tue, 15 Apr 2008 20:56:56 +0000 (UTC) (envelope-from barner@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 m3FKuuXN024281; Tue, 15 Apr 2008 20:56:56 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FKuu2X024280; Tue, 15 Apr 2008 20:56:56 GMT (envelope-from barner) Message-Id: <200804152056.m3FKuu2X024280@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 20:56:56 +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/sysutils/ledit Makefile distinfo pkg-descr ports/sysutils/ledit/files patch-pa_local.ml 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: Tue, 15 Apr 2008 20:56:56 -0000 barner 2008-04-15 20:56:56 UTC FreeBSD ports repository Modified files: sysutils/ledit Makefile distinfo pkg-descr Removed files: sysutils/ledit/files patch-pa_local.ml Log: - Update to 2.00 Submitted by: Hirohisa Yamaguchi PR: ports/121981 Revision Changes Path 1.7 +24 -8 ports/sysutils/ledit/Makefile 1.5 +3 -3 ports/sysutils/ledit/distinfo 1.2 +0 -15 ports/sysutils/ledit/files/patch-pa_local.ml (dead) 1.4 +3 -1 ports/sysutils/ledit/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:14:17 2008 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 95AE81065675; Tue, 15 Apr 2008 21:14:17 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 831208FC1E; Tue, 15 Apr 2008 21:14:17 +0000 (UTC) (envelope-from barner@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 m3FLEHVE026065; Tue, 15 Apr 2008 21:14:17 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLEHSP026064; Tue, 15 Apr 2008 21:14:17 GMT (envelope-from barner) Message-Id: <200804152114.m3FLEHSP026064@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:14:17 +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/security Makefile ports/security/libfprint Makefile distinfo pkg-descr pkg-plist ports/security/libfprint/files patch-Makefile.in patch-libfprint_imgdev.c 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: Tue, 15 Apr 2008 21:14:17 -0000 barner 2008-04-15 21:14:17 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/libfprint Makefile distinfo pkg-descr pkg-plist security/libfprint/files patch-Makefile.in patch-libfprint_imgdev.c Log: Add libfprint 0.0.6, library for fingerprint reader devices. Revision Changes Path 1.951 +1 -0 ports/security/Makefile 1.1 +32 -0 ports/security/libfprint/Makefile (new) 1.1 +3 -0 ports/security/libfprint/distinfo (new) 1.1 +11 -0 ports/security/libfprint/files/patch-Makefile.in (new) 1.1 +11 -0 ports/security/libfprint/files/patch-libfprint_imgdev.c (new) 1.1 +5 -0 ports/security/libfprint/pkg-descr (new) 1.1 +6 -0 ports/security/libfprint/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:14:23 2008 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 1152B106566B; Tue, 15 Apr 2008 21:14:23 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC88F8FC15; Tue, 15 Apr 2008 21:14:22 +0000 (UTC) (envelope-from barner@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 m3FLEM6W026099; Tue, 15 Apr 2008 21:14:22 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLEMYl026098; Tue, 15 Apr 2008 21:14:22 GMT (envelope-from barner) Message-Id: <200804152114.m3FLEMYl026098@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:14:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 21:14:23 -0000 barner 2008-04-15 21:14:22 UTC FreeBSD ports repository Modified files: . modules Log: libfprint --> ports/security/libfprint Revision Changes Path 1.19646 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:15:10 2008 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 0266A1065673; Tue, 15 Apr 2008 21:15:10 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E41BD8FC20; Tue, 15 Apr 2008 21:15:09 +0000 (UTC) (envelope-from barner@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 m3FLF9CS026249; Tue, 15 Apr 2008 21:15:09 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLF9af026248; Tue, 15 Apr 2008 21:15:09 GMT (envelope-from barner) Message-Id: <200804152115.m3FLF9af026248@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:15:09 +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/security Makefile ports/security/pam_fprint Makefile distinfo pkg-descr ports/security/pam_fprint/files patch-src_Makefile.in patch-src_pam_fprint.c pkg-message.in 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: Tue, 15 Apr 2008 21:15:10 -0000 barner 2008-04-15 21:15:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pam_fprint Makefile distinfo pkg-descr security/pam_fprint/files patch-src_Makefile.in patch-src_pam_fprint.c pkg-message.in Log: Add pam_fprint 0.2, PAM module offering finger print authentication using libfprint. Revision Changes Path 1.952 +1 -0 ports/security/Makefile 1.1 +40 -0 ports/security/pam_fprint/Makefile (new) 1.1 +3 -0 ports/security/pam_fprint/distinfo (new) 1.1 +20 -0 ports/security/pam_fprint/files/patch-src_Makefile.in (new) 1.1 +11 -0 ports/security/pam_fprint/files/patch-src_pam_fprint.c (new) 1.1 +32 -0 ports/security/pam_fprint/files/pkg-message.in (new) 1.1 +5 -0 ports/security/pam_fprint/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:15:15 2008 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 28EA4106566B; Tue, 15 Apr 2008 21:15:15 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F39CB8FC29; Tue, 15 Apr 2008 21:15:14 +0000 (UTC) (envelope-from barner@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 m3FLFEW4026292; Tue, 15 Apr 2008 21:15:14 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLFEEQ026291; Tue, 15 Apr 2008 21:15:14 GMT (envelope-from barner) Message-Id: <200804152115.m3FLFEEQ026291@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:15:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 21:15:15 -0000 barner 2008-04-15 21:15:14 UTC FreeBSD ports repository Modified files: . modules Log: pam_fprint --> ports/security/pam_fprint Revision Changes Path 1.19647 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:15:32 2008 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 3F5671065670; Tue, 15 Apr 2008 21:15:32 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3B08FC15; Tue, 15 Apr 2008 21:15:32 +0000 (UTC) (envelope-from mav@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 m3FLFW1p026346; Tue, 15 Apr 2008 21:15:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLFWnK026345; Tue, 15 Apr 2008 21:15:32 GMT (envelope-from mav) Message-Id: <200804152115.m3FLFWnK026345@repoman.freebsd.org> From: Alexander Motin Date: Tue, 15 Apr 2008 21:15:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c src/sys/netgraph/bluetooth/include ng_bluetooth.h 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: Tue, 15 Apr 2008 21:15:32 -0000 mav 2008-04-15 21:15:32 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c sys/netgraph/bluetooth/include ng_bluetooth.h Log: Several changes breaking netgraph module ABI collected together: - reorder structures fields (XX_refs) a bit to group fields modified same time together. According to my tests it gives up to 10% SMP performance benefit on real workload due to reduced inter-CPU cache trashing. - change q_flags from long to int as long is not really needed there and it's usage with atomics is argued by some people. - move NGF_WORKQ flag into the separate field q_flags2 as it protected by queue mutex instead of node writer protection used by the rest of flags. - move nd_work queue entry to ng_queue structure to which it is more related and make it STAILQ instead of TAILQ as now it is a classic FIFO. - remove q_node pointer from ng_queue structure as it is not really needed. - reimplement item queue using STAILQ instead of own equal implementation. As soon as BT subsystem has own item queues using ng_item.el_next update it also. - change depth field in ng_item from uintptr_t to u_int. It was made uintptr_t to keep ABI compatibility. Reviewed by: julian, emax Tested with: Netperf cluster Revision Changes Path 1.5 +15 -23 src/sys/netgraph/bluetooth/include/ng_bluetooth.h 1.73 +9 -12 src/sys/netgraph/netgraph.h 1.157 +91 -104 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:15:40 2008 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 C6F5310656C9; Tue, 15 Apr 2008 21:15:40 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6AC8FC1B; Tue, 15 Apr 2008 21:15:40 +0000 (UTC) (envelope-from barner@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 m3FLFeBC026418; Tue, 15 Apr 2008 21:15:40 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLFeoS026417; Tue, 15 Apr 2008 21:15:40 GMT (envelope-from barner) Message-Id: <200804152115.m3FLFeoS026417@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:15:40 +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/security Makefile ports/security/fprint_demo Makefile distinfo pkg-descr pkg-message 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: Tue, 15 Apr 2008 21:15:41 -0000 barner 2008-04-15 21:15:40 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/fprint_demo Makefile distinfo pkg-descr pkg-message Log: Add fprint_demo 0.4, demo and test application for libfprint. Revision Changes Path 1.953 +1 -0 ports/security/Makefile 1.1 +40 -0 ports/security/fprint_demo/Makefile (new) 1.1 +3 -0 ports/security/fprint_demo/distinfo (new) 1.1 +5 -0 ports/security/fprint_demo/pkg-descr (new) 1.1 +16 -0 ports/security/fprint_demo/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:15:48 2008 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 41266106566B; Tue, 15 Apr 2008 21:15:48 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17D6F8FC20; Tue, 15 Apr 2008 21:15:48 +0000 (UTC) (envelope-from barner@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 m3FLFmRW026452; Tue, 15 Apr 2008 21:15:48 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLFmN9026451; Tue, 15 Apr 2008 21:15:48 GMT (envelope-from barner) Message-Id: <200804152115.m3FLFmN9026451@repoman.freebsd.org> From: Simon Barner Date: Tue, 15 Apr 2008 21:15:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Tue, 15 Apr 2008 21:15:48 -0000 barner 2008-04-15 21:15:48 UTC FreeBSD ports repository Modified files: . modules Log: fprint_demo --> ports/security/fprint_demo Revision Changes Path 1.19648 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:56:11 2008 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 CE7C8106566B; Tue, 15 Apr 2008 21:56:11 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB90E8FC18; Tue, 15 Apr 2008 21:56:11 +0000 (UTC) (envelope-from gahr@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 m3FLuBmB031347; Tue, 15 Apr 2008 21:56:11 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLuBtB031346; Tue, 15 Apr 2008 21:56:11 GMT (envelope-from gahr) Message-Id: <200804152156.m3FLuBtB031346@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 15 Apr 2008 21:56:11 +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/net-mgmt/arts++ Makefile distinfo ports/net-mgmt/arts++/files patch-classes-include_ArtsHeader.hh patch-classes-include_ArtsPortMatrixAggregator.hh patch-classes-include_ArtsSelectedPortTable.hh 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: Tue, 15 Apr 2008 21:56:11 -0000 gahr 2008-04-15 21:56:11 UTC FreeBSD ports repository Modified files: net-mgmt/arts++ Makefile distinfo Removed files: net-mgmt/arts++/files patch-classes-include_ArtsHeader.hh patch-classes-include_ArtsPortMatrixAggregator.hh patch-classes-include_ArtsSelectedPortTable.hh Log: - Update to 1.1.a13 Approved by: miwi (mentor) Revision Changes Path 1.31 +1 -1 ports/net-mgmt/arts++/Makefile 1.7 +3 -3 ports/net-mgmt/arts++/distinfo 1.2 +0 -19 ports/net-mgmt/arts++/files/patch-classes-include_ArtsHeader.hh (dead) 1.2 +0 -10 ports/net-mgmt/arts++/files/patch-classes-include_ArtsPortMatrixAggregator.hh (dead) 1.2 +0 -11 ports/net-mgmt/arts++/files/patch-classes-include_ArtsSelectedPortTable.hh (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 21:59:31 2008 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 BA822106566C; Tue, 15 Apr 2008 21:59:31 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9054C8FC0A; Tue, 15 Apr 2008 21:59:31 +0000 (UTC) (envelope-from delphij@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 m3FLxVTU031459; Tue, 15 Apr 2008 21:59:31 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FLxVlq031458; Tue, 15 Apr 2008 21:59:31 GMT (envelope-from delphij) Message-Id: <200804152159.m3FLxVlq031458@repoman.freebsd.org> From: Xin LI Date: Tue, 15 Apr 2008 21:59:31 +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/libdbi-drivers Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 21:59:31 -0000 delphij 2008-04-15 21:59:31 UTC FreeBSD ports repository Modified files: databases/libdbi-drivers Makefile distinfo pkg-plist Log: Update to 2.8.3-1 Revision Changes Path 1.15 +7 -2 ports/databases/libdbi-drivers/Makefile 1.8 +3 -3 ports/databases/libdbi-drivers/distinfo 1.7 +103 -32 ports/databases/libdbi-drivers/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:19:50 2008 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 21E42106564A; Tue, 15 Apr 2008 22:19:50 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC4C38FC1C; Tue, 15 Apr 2008 22:19:49 +0000 (UTC) (envelope-from gahr@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 m3FMJnwG033248; Tue, 15 Apr 2008 22:19:49 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMJnFF033247; Tue, 15 Apr 2008 22:19:49 GMT (envelope-from gahr) Message-Id: <200804152219.m3FMJnFF033247@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 15 Apr 2008 22:19:49 +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/astro/xephem Makefile distinfo pkg-plist 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: Tue, 15 Apr 2008 22:19:51 -0000 gahr 2008-04-15 22:19:49 UTC FreeBSD ports repository Modified files: astro/xephem Makefile distinfo pkg-plist Log: - Update to 3.7.3 PR: 122771 Submitted by: Josh Paetzel (maintainer) Approved by: miwi (mentor) Revision Changes Path 1.51 +1 -2 ports/astro/xephem/Makefile 1.21 +3 -3 ports/astro/xephem/distinfo 1.17 +18 -0 ports/astro/xephem/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:23:56 2008 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 7AE5B106566C; Tue, 15 Apr 2008 22:23:56 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5098F8FC18; Tue, 15 Apr 2008 22:23:56 +0000 (UTC) (envelope-from anders@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 m3FMNuP7033444; Tue, 15 Apr 2008 22:23:56 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMNu9L033443; Tue, 15 Apr 2008 22:23:56 GMT (envelope-from anders) Message-Id: <200804152223.m3FMNu9L033443@repoman.freebsd.org> From: Anders Nordby Date: Tue, 15 Apr 2008 22:23:56 +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/net/vnc Makefile ports/net/vnc/files patch-xc-config-util-printver.c 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: Tue, 15 Apr 2008 22:23:56 -0000 anders 2008-04-15 22:23:56 UTC FreeBSD ports repository Modified files: net/vnc Makefile Removed files: net/vnc/files patch-xc-config-util-printver.c Log: Fix build when WITHOUT_SERVER is set. PR: 122714 Submitted by: Helge Oldach Approved by: maintainer timeout Revision Changes Path 1.53 +2 -1 ports/net/vnc/Makefile 1.2 +0 -10 ports/net/vnc/files/patch-xc-config-util-printver.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:34:39 2008 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 EF7A2106566C; Tue, 15 Apr 2008 22:34:39 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C64A08FC17; Tue, 15 Apr 2008 22:34:39 +0000 (UTC) (envelope-from brooks@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 m3FMYdMN033825; Tue, 15 Apr 2008 22:34:39 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMYdDc033824; Tue, 15 Apr 2008 22:34:39 GMT (envelope-from brooks) Message-Id: <200804152234.m3FMYdDc033824@repoman.freebsd.org> From: Brooks Davis Date: Tue, 15 Apr 2008 22:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/rc.d ppp 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: Tue, 15 Apr 2008 22:34:40 -0000 brooks 2008-04-15 22:34:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d ppp Log: MFC rev 1.20: Declare _ppp_profile_cleaned, _punct, and _punct_c local in ppp_start_profile(). Reported by: yar Revision Changes Path 1.13.2.3 +2 -0 src/etc/rc.d/ppp From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:37:44 2008 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 1BFA5106564A; Tue, 15 Apr 2008 22:37:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2698FC12; Tue, 15 Apr 2008 22:37:44 +0000 (UTC) (envelope-from brooks@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 m3FMbihq033964; Tue, 15 Apr 2008 22:37:44 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMbiiJ033963; Tue, 15 Apr 2008 22:37:44 GMT (envelope-from brooks) Message-Id: <200804152237.m3FMbiiJ033963@repoman.freebsd.org> From: Brooks Davis Date: Tue, 15 Apr 2008 22:37:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d ppp 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: Tue, 15 Apr 2008 22:37:44 -0000 brooks 2008-04-15 22:37:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ppp Log: MFC revs 1.17-1.20, the functional components of which are: 1.17: Allow the characters .-+/ to appear in ppp profile names by folding them to _ when evaluating ppp__nat and ppp__mode. Document the per-profile variables. 1.18: Add support for hardwiring ppp sessions to particular devices with new per-profile variables of the form ppp__unit. No ppp_unit variable is supported since tying the same unit to more than one profile won't work. PR: conf/121452, conf/122127 Revision Changes Path 1.11.2.5 +16 -3 src/etc/rc.d/ppp From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:47:01 2008 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 5AAFB1065673; Tue, 15 Apr 2008 22:47:01 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 316FB8FC2F; Tue, 15 Apr 2008 22:47:01 +0000 (UTC) (envelope-from rpaulo@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 m3FMl14f034322; Tue, 15 Apr 2008 22:47:01 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMl11K034321; Tue, 15 Apr 2008 22:47:01 GMT (envelope-from rpaulo) Message-Id: <200804152247.m3FMl11K034321@repoman.freebsd.org> From: Rui Paulo Date: Tue, 15 Apr 2008 22:47:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_asus.c 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: Tue, 15 Apr 2008 22:47:01 -0000 rpaulo 2008-04-15 22:47:01 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_asus.c Log: style(9). Noticed by: jkim Revision Changes Path 1.33 +1 -1 src/sys/dev/acpi_support/acpi_asus.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:48:56 2008 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 CC4061065673; Tue, 15 Apr 2008 22:48:56 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2D2B8FC0A; Tue, 15 Apr 2008 22:48:56 +0000 (UTC) (envelope-from brooks@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 m3FMmu3m034371; Tue, 15 Apr 2008 22:48:56 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMmuuE034370; Tue, 15 Apr 2008 22:48:56 GMT (envelope-from brooks) Message-Id: <200804152248.m3FMmuuE034370@repoman.freebsd.org> From: Brooks Davis Date: Tue, 15 Apr 2008 22:48:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient bpf.c 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: Tue, 15 Apr 2008 22:48:56 -0000 brooks 2008-04-15 22:48:56 UTC FreeBSD src repository Modified files: sbin/dhclient bpf.c Log: When sending packets directly to the DHCP server, use a socket and send directly rather than bogusly sending it out as a link layer broadcast (which fails to be received on some networks). PR: bin/96018 MFC after: 2 weeks Revision Changes Path 1.8 +15 -0 src/sbin/dhclient/bpf.c From owner-cvs-all@FreeBSD.ORG Tue Apr 15 22:53:22 2008 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 244C31065672; Tue, 15 Apr 2008 22:53:22 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDB9A8FC17; Tue, 15 Apr 2008 22:53:21 +0000 (UTC) (envelope-from anders@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 m3FMrL37034594; Tue, 15 Apr 2008 22:53:21 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FMrLMj034593; Tue, 15 Apr 2008 22:53:21 GMT (envelope-from anders) Message-Id: <200804152253.m3FMrLMj034593@repoman.freebsd.org> From: Anders Nordby Date: Tue, 15 Apr 2008 22:53:21 +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/audio/HVSC-Update Makefile distinfo ports/audio/HVSC-Update/files patch-src-TextFile.h patch-src-include-fformat.h 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: Tue, 15 Apr 2008 22:53:22 -0000 anders 2008-04-15 22:53:21 UTC FreeBSD ports repository Modified files: audio/HVSC-Update Makefile distinfo Removed files: audio/HVSC-Update/files patch-src-TextFile.h patch-src-include-fformat.h Log: Update to 2.8.4. Revision Changes Path 1.11 +4 -4 ports/audio/HVSC-Update/Makefile 1.6 +3 -3 ports/audio/HVSC-Update/distinfo 1.2 +0 -23 ports/audio/HVSC-Update/files/patch-src-TextFile.h (dead) 1.2 +0 -16 ports/audio/HVSC-Update/files/patch-src-include-fformat.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Apr 15 23:03:35 2008 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 E9F121065679; Tue, 15 Apr 2008 23:03:35 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0AD48FC2C; Tue, 15 Apr 2008 23:03:35 +0000 (UTC) (envelope-from brooks@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 m3FN3ZJ4036035; Tue, 15 Apr 2008 23:03:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FN3Z4W036034; Tue, 15 Apr 2008 23:03:35 GMT (envelope-from brooks) Message-Id: <200804152303.m3FN3Z4W036034@repoman.freebsd.org> From: Brooks Davis Date: Tue, 15 Apr 2008 23:03:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d dhclient 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: Tue, 15 Apr 2008 23:03:36 -0000 brooks 2008-04-15 23:03:35 UTC FreeBSD src repository Modified files: etc/rc.d dhclient Log: Add very limited support for the isc-dhclient. It will almostly certaintly only work if there's just one interface doing dhcp. This version implements the same logic as the version in the PR, but uses pgrep to be less verbose. PR: conf/95905 MFC after: 1 week Revision Changes Path 1.32 +4 -0 src/etc/rc.d/dhclient From owner-cvs-all@FreeBSD.ORG Tue Apr 15 23:05:37 2008 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 952741065672; Tue, 15 Apr 2008 23:05:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7768FC14; Tue, 15 Apr 2008 23:05:37 +0000 (UTC) (envelope-from gahr@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 m3FN5bpT036140; Tue, 15 Apr 2008 23:05:37 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FN5bja036139; Tue, 15 Apr 2008 23:05:37 GMT (envelope-from gahr) Message-Id: <200804152305.m3FN5bja036139@repoman.freebsd.org> From: Pietro Cerutti Date: Tue, 15 Apr 2008 23:05:37 +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/graphics/libvisual Makefile pkg-plist 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: Tue, 15 Apr 2008 23:05:37 -0000 gahr 2008-04-15 23:05:37 UTC FreeBSD ports repository Modified files: graphics/libvisual Makefile pkg-plist Log: - Fix build on sparc64 Reviewed by: miwi Approved by: miwi (mentor) Revision Changes Path 1.14 +14 -6 ports/graphics/libvisual/Makefile 1.4 +1 -1 ports/graphics/libvisual/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Apr 15 23:06:59 2008 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 78EE51065673 for ; Tue, 15 Apr 2008 23:06:59 +0000 (UTC) (envelope-from cjeker@diehard.n-r-g.com) Received: from diehard.n-r-g.com (diehard.n-r-g.com [62.48.3.9]) by mx1.freebsd.org (Postfix) with ESMTP id EE8A78FC14 for ; Tue, 15 Apr 2008 23:06:58 +0000 (UTC) (envelope-from cjeker@diehard.n-r-g.com) Received: (qmail 13916 invoked by uid 1001); 15 Apr 2008 22:40:15 -0000 Date: Wed, 16 Apr 2008 00:40:15 +0200 From: Claudio Jeker To: Andre Oppermann Message-ID: <20080415224015.GA17244@diehard.n-r-g.com> References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> <4804CF68.9060109@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4804CF68.9060109@freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Qing Li , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, 'Qing Li' Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Tue, 15 Apr 2008 23:06:59 -0000 On Tue, Apr 15, 2008 at 05:53:12PM +0200, Andre Oppermann wrote: > Qing Li wrote: >> Hi Andre, >>>> is disallowed. For example, >>>> route add -net 192.103.54.0/24 10.9.44.1 >>>> route add -net 192.103.54.0/24 10.9.44.2 >>>> The second route insertion will trigger an error message of >>>> "add net 192.103.54.0/24: gateway 10.2.5.2: route already >>> in table" >>> >>> Would it make sense to retain this behavior by default (POLA) and have >>> multi-path being enabled via sysctl like packet forwarding in general? >>> Just adding the same route twice with different next-hops can lead to >>> very confusing situations for the users which are not used to multi-path. >>> >> I think that is possible. Were you thinking more along the >> line of accidental route insertion ... Because users who >> are not familiar with ecmp probably won't ever bother >> with more than one route per destination. > > If there is no error message when adding a second route it easily > happens. Due to hash based balancing some connections work and > some do not. Very confusing. > >>>> "route: writing to routing socket: No such process" >>>> "delete net default: not in table" >>> Can this be made more descriptive? This messages are about as confusing >>> and non-descript as possible. >> We should fix the above error message in general. >>> Not being aware of the multipath functionality I would pull out my last >>> hair try to get rid of a route. >>> >> I think updating the manpage would be a necessary >> next step. >>> How does this behave with common routing daemons; Quagga/Zebra, OpenBGPD, >>> OpenOSPFD? >> Hmm... Good question, I haven't tried them but >> I will. Is this something you could help me >> with ? > > I've chatted with Claudio Jeker (claudio@openbsd.org). He's the author > of OpenBGPD and OpenOSPFD plus some work on the OpenBSD multipath support. > > He says the implicit multipath doesn't work out right and is very difficult > to manage from the routing daemons. In OpenBSD they had to change it to > explicit mark multipath routes with the RTM_MPATH flag in the table, during > creation and removal. > > The problem is that many daemons and programs (dhclient, ppp, ...) do not > properly remove routes and simply re-add a new one with different > parameters. > This obviously leads to chaos. > > In OpenBSD multipath one has to install an multipath route explicitly with > the -mpath modifier to route(8) and for daemons with RTF_MPATH in the > routing > message. Multipath routes also retain this flag during their lifetime. If > not set, the normal one-route-only behavior is kept. This allows all > non-mpath > aware programs to continue to work. > > I think this is the model to follow. Also for inter-BSD compatibility. > We did the same misstake on the initial commit the result was unexpected behaviour by many aplications playing with the routing socket. Tools like ppp(8), openvpn and many others (IIRC even zebra/quagga were afected) do routing updates blindly. First an RTM_ADD is tried and on an EEXIST it falls back to RTM_CHANGE. With multipath routing the EEXIST did not happen and so a stale route was suddenly around. We then added the RTF_MPATH flag to retain the original behaviour unless the flag is set. By doing that we did not need to change all 3rd party tools. Later on we decided to keep the RTF_MPATH flag in the kernel to identify multipath routes more easily. Additionally some userland tools filter on or use the flag to handle the routes specially. >>> Do they have to be aware of the multipath functionality? Will it confuse >>> them? >>> >> I don't believe these routing protocols necessarily >> have to know about the multipath functionality. >> The routing protocols should continue to function >> wrt route insertion/deletion. > > It's easy to throw them into disarray as they do not expect routes to > persist when they delete (one of) them. > Routing protocols must know about multipath routes as soon as they do decisions based on gateway reachability. e.g. the BGP redistribution logic uses the gateway address, OSPF has a similar behaviour. >> You do bring up a good question about whether >> we should associate ownership with a route entry >> if multiple routing protocols are running >> in parallel. Is this a common practice from your >> experience ? And should we allow multiple routes >> with the same next-hop but different owners in >> the FIB ?? > > Yes. Let me explain. There are two approaches here: The Quagga/Zebra > approach where all routing protocol daemons communicate with a central > daemon that is the single point of contact to the kernel. The other > approach is the OpenBGPD/OpenOSPFD approach where each daemon runs on > its own (because most of the time there is little to no overlap) and > does its own routing table manipulations. The second approach is a > bit tricky at the moment as the routing socket is not really intended > for operating in this way and the daemons have to be aware of each > other in certain ways. > > Ideally, and this is what Claudio says as well, we should end up with > the following functionality: > > - equal cost multipath where one prefix can have multiple next-hops. > - ecmp should be explicit with the RTM_MPATH flag. > - a hierarchy of multiple prefixes where the one with the highest > priority carries the traffic (possibly with ecmp). > - the hierarchy should have a number of precedence levels (interface > route, static route, IGP route, EGP route, other). > - within those precedence levels it should have further subdivision > to prefer OSPF over RIP in the IGP category for example. > - a change/delete applies to a specific precedence level if specified. > - routing socket filters on reading so that routing daemons can > select which precendence levels they want to track (IGP doesn't > have to track EGP route changes for example). > > With this functionality a number of independent but complementary routing > daemons can work together is a useful and -more important- standardized > way. > > The ospfd inserts a multipath for 10.0.0.0/8 via 192.168.1.1 and > 192.168.1.2 > and precedence 4. The bgpd inserts a single route for 10.0.0.0/8 via > 192.168.1.3 > with precedence 8. All traffic goes through 192.68.1.1 and .2. If the > ospfd > removes both routes .3 will become active right away. Normally bgpd would > have > to notice the removal and then has to insert the new prefix. If ospfd then > wants to insert them again it has to remove or modify the route bgpd > installed. > With precedence multipath these problems go away. > Yes, this is where we're heading right now. By having such routing priorities many current issues can be solved in a very nice way. >>> What about the other big missing piece; new-arp? ;-) >> That's on its way. Julian is helping me testing the >> patch and reviewing the code etc. I am still >> debugging a locking/reference count issue and >> I hope to make good progress in the coming week. > > May I have a look too before it goes into CVS? > > -- > Andre > -- :wq Claudio From owner-cvs-all@FreeBSD.ORG Tue Apr 15 23:29:52 2008 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 29CEC1065671; Tue, 15 Apr 2008 23:29:52 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7B218FC0C; Tue, 15 Apr 2008 23:29:51 +0000 (UTC) (envelope-from cperciva@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 m3FNTpl7036810; Tue, 15 Apr 2008 23:29:51 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3FNTpVf036806; Tue, 15 Apr 2008 23:29:51 GMT (envelope-from cperciva) Message-Id: <200804152329.m3FNTpVf036806@repoman.freebsd.org> From: Colin Percival Date: Tue, 15 Apr 2008 23:29:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libfetch common.c 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: Tue, 15 Apr 2008 23:29:52 -0000 cperciva 2008-04-15 23:29:51 UTC FreeBSD src repository Modified files: lib/libfetch common.c Log: Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't counted in the width specification in scanf. This is not a security problem, since this function is only used to parse a user's configuration file. Submitted by: Joerg Sonnenberger Obtained from: dragonflybsd MFC after: 1 week Revision Changes Path 1.56 +1 -1 src/lib/libfetch/common.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 00:17:24 2008 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 6AEC0106564A; Wed, 16 Apr 2008 00:17:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4151F8FC1B; Wed, 16 Apr 2008 00:17:24 +0000 (UTC) (envelope-from yongari@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 m3G0HOfJ039489; Wed, 16 Apr 2008 00:17:24 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G0HOIS039488; Wed, 16 Apr 2008 00:17:24 GMT (envelope-from yongari) Message-Id: <200804160017.m3G0HOIS039488@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 16 Apr 2008 00:17:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 nfe.4 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: Wed, 16 Apr 2008 00:17:24 -0000 yongari 2008-04-16 00:17:24 UTC FreeBSD src repository Modified files: share/man/man4 nfe.4 Log: Mention support for nForce MCP73. Touch Dd. Revision Changes Path 1.10 +4 -2 src/share/man/man4/nfe.4 From owner-cvs-all@FreeBSD.ORG Wed Apr 16 00:40:09 2008 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 1D1F81065672; Wed, 16 Apr 2008 00:40:09 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E79618FC19; Wed, 16 Apr 2008 00:40:08 +0000 (UTC) (envelope-from maho@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 m3G0e80M040229; Wed, 16 Apr 2008 00:40:08 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G0e8gZ040228; Wed, 16 Apr 2008 00:40:08 GMT (envelope-from maho) Message-Id: <200804160040.m3G0e8gZ040228@repoman.freebsd.org> From: Maho Nakata Date: Wed, 16 Apr 2008 00:40:08 +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/editors/openoffice.org-3-devel 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: Wed, 16 Apr 2008 00:40:09 -0000 maho 2008-04-16 00:40:08 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile Log: Fix desktop integration. Submitted by: Max Brazhnikov Revision Changes Path 1.367 +1 -1 ports/editors/openoffice.org-3-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 01:10:54 2008 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 A2895106564A; Wed, 16 Apr 2008 01:10:54 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from mailhub.rulez.sk (mailhub.rulez.sk [IPv6:2001:15c0:6672::2]) by mx1.freebsd.org (Postfix) with ESMTP id 51BD68FC1B; Wed, 16 Apr 2008 01:10:54 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mailhub.rulez.sk (Postfix) with ESMTP id 7FE405C029; Wed, 16 Apr 2008 03:10:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at rulez.sk Received: from mailhub.rulez.sk ([78.47.53.106]) by localhost (genesis.rulez.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qo-otSyMVQvG; Wed, 16 Apr 2008 03:10:52 +0200 (CEST) Received: from DANGER-PC (danger.mcrn.sk [84.16.37.254]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: danger@rulez.sk) by mailhub.rulez.sk (Postfix) with ESMTPSA id 45FFE5C027; Wed, 16 Apr 2008 03:10:52 +0200 (CEST) Date: Wed, 16 Apr 2008 03:10:39 +0200 From: Daniel Gerzo X-Mailer: The Bat! (v3.99.3) Professional Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <164977603.20080416031039@rulez.sk> To: Remko Lodder In-Reply-To: <200804151833.m3FIXLJq006511@repoman.freebsd.org> References: <200804151833.m3FIXLJq006511@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/remote-install article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 01:10:54 -0000 Hello Remko, Tuesday, April 15, 2008, 8:33:21 PM, you wrote: > remko 2008-04-15 18:33:21 UTC > FreeBSD doc repository > Modified files: > en_US.ISO8859-1/articles/remote-install article.sgml Thanks for catching this. -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Apr 16 01:31:13 2008 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 A3444106566C; Wed, 16 Apr 2008 01:31:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 923B48FC15; Wed, 16 Apr 2008 01:31:13 +0000 (UTC) (envelope-from rafan@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 m3G1VDX1052083; Wed, 16 Apr 2008 01:31:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G1VDFD052082; Wed, 16 Apr 2008 01:31:13 GMT (envelope-from rafan) Message-Id: <200804160131.m3G1VDFD052082@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 16 Apr 2008 01:31:12 +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/lang/gambc Makefile ports/print/ghostscript-gnu Makefile ports/print/ghostscript-gpl 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: Wed, 16 Apr 2008 01:31:13 -0000 rafan 2008-04-16 01:31:12 UTC FreeBSD ports repository Modified files: lang/gambc Makefile print/ghostscript-gnu Makefile print/ghostscript-gpl Makefile Log: - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all install bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin Approved by: Rob Zinkov (maintainer of lang/gambc) Revision Changes Path 1.2 +2 -0 ports/lang/gambc/Makefile 1.127 +2 -0 ports/print/ghostscript-gnu/Makefile 1.161 +2 -0 ports/print/ghostscript-gpl/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 02:17:16 2008 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 EE1C21065677; Wed, 16 Apr 2008 02:17:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C4AB88FC20; Wed, 16 Apr 2008 02:17:16 +0000 (UTC) (envelope-from clsung@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 m3G2HGCo054728; Wed, 16 Apr 2008 02:17:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G2HGu3054727; Wed, 16 Apr 2008 02:17:16 GMT (envelope-from clsung) Message-Id: <200804160217.m3G2HGu3054727@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 02:17:16 +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/rubygem-inline Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 02:17:17 -0000 clsung 2008-04-16 02:17:16 UTC FreeBSD ports repository Modified files: devel/rubygem-inline Makefile distinfo pkg-plist Log: - Update to 3.6.7 Revision Changes Path 1.13 +1 -1 ports/devel/rubygem-inline/Makefile 1.10 +3 -3 ports/devel/rubygem-inline/distinfo 1.7 +2 -2 ports/devel/rubygem-inline/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 02:41:29 2008 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 1378F1065670; Wed, 16 Apr 2008 02:41:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE84C8FC17; Wed, 16 Apr 2008 02:41:28 +0000 (UTC) (envelope-from clsung@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 m3G2fShI059671; Wed, 16 Apr 2008 02:41:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G2fSTC059670; Wed, 16 Apr 2008 02:41:28 GMT (envelope-from clsung) Message-Id: <200804160241.m3G2fSTC059670@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 02:41:28 +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/www/p5-Net-FireEagle Makefile distinfo 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: Wed, 16 Apr 2008 02:41:29 -0000 clsung 2008-04-16 02:41:28 UTC FreeBSD ports repository Modified files: www/p5-Net-FireEagle Makefile distinfo Log: - Updateo to 1.0 PR: ports/122807 Submitted by: maintainer (Steven Kreuzer) Revision Changes Path 1.2 +3 -2 ports/www/p5-Net-FireEagle/Makefile 1.2 +3 -3 ports/www/p5-Net-FireEagle/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 03:19:11 2008 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 ADED3106566B; Wed, 16 Apr 2008 03:19:11 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 852AA8FC14; Wed, 16 Apr 2008 03:19:11 +0000 (UTC) (envelope-from davidxu@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 m3G3JBKi062767; Wed, 16 Apr 2008 03:19:11 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G3JBe2062766; Wed, 16 Apr 2008 03:19:11 GMT (envelope-from davidxu) Message-Id: <200804160319.m3G3JBe2062766@repoman.freebsd.org> From: David Xu Date: Wed, 16 Apr 2008 03:19:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_init.c 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: Wed, 16 Apr 2008 03:19:11 -0000 davidxu 2008-04-16 03:19:11 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c Log: _vfork is not in libthr, remove the reference. Revision Changes Path 1.50 +0 -1 src/lib/libthr/thread/thr_init.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 03:25:00 2008 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 BC3911065670; Wed, 16 Apr 2008 03:25:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 930CF8FC12; Wed, 16 Apr 2008 03:25:00 +0000 (UTC) (envelope-from delphij@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 m3G3P09t062983; Wed, 16 Apr 2008 03:25:00 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G3P0Gi062974; Wed, 16 Apr 2008 03:25:00 GMT (envelope-from delphij) Message-Id: <200804160325.m3G3P0Gi062974@repoman.freebsd.org> From: Xin LI Date: Wed, 16 Apr 2008 03:24:59 +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/ftp/axel Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 03:25:00 -0000 delphij 2008-04-16 03:24:59 UTC FreeBSD ports repository Modified files: ftp/axel Makefile distinfo pkg-descr pkg-plist Log: Update to 1.1; while I'm there, OPTIONize NLS and DEBUG, and reflect the new home. PR: ports/122802 Approved by: maintainer Revision Changes Path 1.25 +24 -5 ports/ftp/axel/Makefile 1.10 +3 -3 ports/ftp/axel/distinfo 1.4 +1 -1 ports/ftp/axel/pkg-descr 1.5 +2 -2 ports/ftp/axel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:02:39 2008 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 7DC381065673; Wed, 16 Apr 2008 05:02:39 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54F3F8FC16; Wed, 16 Apr 2008 05:02:39 +0000 (UTC) (envelope-from sat@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 m3G52d4K076314; Wed, 16 Apr 2008 05:02:39 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G52duu076313; Wed, 16 Apr 2008 05:02:39 GMT (envelope-from sat) Message-Id: <200804160502.m3G52duu076313@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 16 Apr 2008 05:02:38 +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/www/aria2 Makefile distinfo 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: Wed, 16 Apr 2008 05:02:39 -0000 sat 2008-04-16 05:02:38 UTC FreeBSD ports repository Modified files: www/aria2 Makefile distinfo Log: - Update to 0.13.1+2 Revision Changes Path 1.36 +1 -1 ports/www/aria2/Makefile 1.28 +3 -3 ports/www/aria2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:06:12 2008 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 4D89A106566B; Wed, 16 Apr 2008 05:06:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAD88FC1A; Wed, 16 Apr 2008 05:06:12 +0000 (UTC) (envelope-from imp@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 m3G56Cdk077627; Wed, 16 Apr 2008 05:06:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G56Cow077626; Wed, 16 Apr 2008 05:06:12 GMT (envelope-from imp) Message-Id: <200804160506.m3G56Cow077626@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Apr 2008 05:06:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S 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: Wed, 16 Apr 2008 05:06:12 -0000 imp 2008-04-16 05:06:12 UTC FreeBSD src repository Added files: lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch. Revision Changes Path 1.1 +14 -0 src/lib/libc/mips/mips/sys/Makefile.inc (new) 1.1 +73 -0 src/lib/libc/mips/mips/sys/Ovfork.S (new) 1.1 +76 -0 src/lib/libc/mips/mips/sys/brk.S (new) 1.1 +70 -0 src/lib/libc/mips/mips/sys/cerror.S (new) 1.1 +56 -0 src/lib/libc/mips/mips/sys/exect.S (new) 1.1 +63 -0 src/lib/libc/mips/mips/sys/fork.S (new) 1.1 +62 -0 src/lib/libc/mips/mips/sys/pipe.S (new) 1.1 +60 -0 src/lib/libc/mips/mips/sys/ptrace.S (new) 1.1 +85 -0 src/lib/libc/mips/mips/sys/sbrk.S (new) 1.1 +8 -0 src/lib/libc/mips/mips/sys/shmat.S (new) 1.1 +44 -0 src/lib/libc/mips/mips/sys/syscall.S (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:08:28 2008 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 F35F91065670; Wed, 16 Apr 2008 05:08:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2B458FC0C; Wed, 16 Apr 2008 05:08:27 +0000 (UTC) (envelope-from imp@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 m3G58RT5077711; Wed, 16 Apr 2008 05:08:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G58RBl077710; Wed, 16 Apr 2008 05:08:27 GMT (envelope-from imp) Message-Id: <200804160508.m3G58RBl077710@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Apr 2008 05:08:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S 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: Wed, 16 Apr 2008 05:08:28 -0000 imp 2008-04-16 05:08:27 UTC FreeBSD src repository Modified files: lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: Turns out the machine/asm.h isn't needed here, since SYS.h already included it. Revision Changes Path 1.2 +0 -1 src/lib/libc/mips/mips/sys/Ovfork.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/brk.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/cerror.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/exect.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/fork.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/pipe.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/ptrace.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/sbrk.S 1.2 +1 -3 src/lib/libc/mips/mips/sys/shmat.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/syscall.S From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:11:25 2008 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 89CB0106566B; Wed, 16 Apr 2008 05:11:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78D398FC1E; Wed, 16 Apr 2008 05:11:25 +0000 (UTC) (envelope-from imp@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 m3G5BPmT077922; Wed, 16 Apr 2008 05:11:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G5BPtW077921; Wed, 16 Apr 2008 05:11:25 GMT (envelope-from imp) Message-Id: <200804160511.m3G5BPtW077921@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Apr 2008 05:11:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S 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: Wed, 16 Apr 2008 05:11:25 -0000 imp 2008-04-16 05:11:25 UTC FreeBSD src repository Removed files: lib/libc/mips/mips/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: Doh! Extra mips in the path. Remove these and wait until tomorrow when I have more brain cells to try again. Revision Changes Path 1.2 +0 -14 src/lib/libc/mips/mips/sys/Makefile.inc (dead) 1.3 +0 -72 src/lib/libc/mips/mips/sys/Ovfork.S (dead) 1.3 +0 -75 src/lib/libc/mips/mips/sys/brk.S (dead) 1.3 +0 -69 src/lib/libc/mips/mips/sys/cerror.S (dead) 1.3 +0 -55 src/lib/libc/mips/mips/sys/exect.S (dead) 1.3 +0 -62 src/lib/libc/mips/mips/sys/fork.S (dead) 1.3 +0 -61 src/lib/libc/mips/mips/sys/pipe.S (dead) 1.3 +0 -59 src/lib/libc/mips/mips/sys/ptrace.S (dead) 1.3 +0 -84 src/lib/libc/mips/mips/sys/sbrk.S (dead) 1.3 +0 -6 src/lib/libc/mips/mips/sys/shmat.S (dead) 1.3 +0 -43 src/lib/libc/mips/mips/sys/syscall.S (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:27:50 2008 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 5EDBE106564A; Wed, 16 Apr 2008 05:27:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35CD38FC0A; Wed, 16 Apr 2008 05:27:50 +0000 (UTC) (envelope-from sat@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 m3G5Rooj079225; Wed, 16 Apr 2008 05:27:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G5RobI079224; Wed, 16 Apr 2008 05:27:50 GMT (envelope-from sat) Message-Id: <200804160527.m3G5RobI079224@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 16 Apr 2008 05:27:49 +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/misc/nut Makefile distinfo 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: Wed, 16 Apr 2008 05:27:50 -0000 sat 2008-04-16 05:27:49 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: - Update to 13.6 Revision Changes Path 1.81 +1 -1 ports/misc/nut/Makefile 1.72 +3 -3 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:34:33 2008 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 D78311065672; Wed, 16 Apr 2008 05:34:33 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEA0A8FC1F; Wed, 16 Apr 2008 05:34:33 +0000 (UTC) (envelope-from sat@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 m3G5YXbK079452; Wed, 16 Apr 2008 05:34:33 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G5YX03079451; Wed, 16 Apr 2008 05:34:33 GMT (envelope-from sat) Message-Id: <200804160534.m3G5YX03079451@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 16 Apr 2008 05:34:33 +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/security/secpanel Makefile distinfo pkg-descr 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: Wed, 16 Apr 2008 05:34:33 -0000 sat 2008-04-16 05:34:33 UTC FreeBSD ports repository Modified files: security/secpanel Makefile distinfo pkg-descr Log: - Update to 0.5.4 Revision Changes Path 1.25 +1 -1 ports/security/secpanel/Makefile 1.10 +3 -3 ports/security/secpanel/distinfo 1.6 +1 -1 ports/security/secpanel/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:51:26 2008 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 322F51065672; Wed, 16 Apr 2008 05:51:26 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0955A8FC18; Wed, 16 Apr 2008 05:51:26 +0000 (UTC) (envelope-from beech@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 m3G5pPWL079925; Wed, 16 Apr 2008 05:51:25 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G5pPc7079924; Wed, 16 Apr 2008 05:51:25 GMT (envelope-from beech) Message-Id: <200804160551.m3G5pPc7079924@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 05:51:24 +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/www/p5-WWW-TV Makefile distinfo 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: Wed, 16 Apr 2008 05:51:26 -0000 beech 2008-04-16 05:51:24 UTC FreeBSD ports repository Modified files: www/p5-WWW-TV Makefile distinfo Log: - Update to 0.9 PR: ports/122132 Submitted by: Steven Kreuzer Approved by: maintainer timeout (> two weeks) Revision Changes Path 1.2 +1 -1 ports/www/p5-WWW-TV/Makefile 1.2 +3 -3 ports/www/p5-WWW-TV/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:03:37 2008 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 A22DC106564A; Wed, 16 Apr 2008 06:03:37 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 792B08FC1D; Wed, 16 Apr 2008 06:03:37 +0000 (UTC) (envelope-from beech@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 m3G63bAW081391; Wed, 16 Apr 2008 06:03:37 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G63ba9081390; Wed, 16 Apr 2008 06:03:37 GMT (envelope-from beech) Message-Id: <200804160603.m3G63ba9081390@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 06:03:37 +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/www/mediawiki 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: Wed, 16 Apr 2008 06:03:37 -0000 beech 2008-04-16 06:03:37 UTC FreeBSD ports repository Modified files: www/mediawiki Makefile Log: - Add missing php-dom extension PR: ports/122277 Submitted by: Rob Evers Approved by: maintainer timeout (> two weeks) Revision Changes Path 1.44 +1 -1 ports/www/mediawiki/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:07:39 2008 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 75E3E1065677; Wed, 16 Apr 2008 06:07:39 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE368FC1F; Wed, 16 Apr 2008 06:07:39 +0000 (UTC) (envelope-from sat@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 m3G67dg1081570; Wed, 16 Apr 2008 06:07:39 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G67dcd081569; Wed, 16 Apr 2008 06:07:39 GMT (envelope-from sat) Message-Id: <200804160607.m3G67dcd081569@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 16 Apr 2008 06:07:39 +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/sysutils/namefix Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 06:07:39 -0000 sat 2008-04-16 06:07:39 UTC FreeBSD ports repository Modified files: sysutils/namefix Makefile distinfo pkg-plist Log: - Update to 4.0 RC11 Revision Changes Path 1.11 +3 -3 ports/sysutils/namefix/Makefile 1.9 +3 -3 ports/sysutils/namefix/distinfo 1.4 +16 -10 ports/sysutils/namefix/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:23:45 2008 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 4E2E0106564A; Wed, 16 Apr 2008 06:23:45 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3AD8FC18; Wed, 16 Apr 2008 06:23:45 +0000 (UTC) (envelope-from beech@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 m3G6NjM1082125; Wed, 16 Apr 2008 06:23:45 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6NiCU082124; Wed, 16 Apr 2008 06:23:44 GMT (envelope-from beech) Message-Id: <200804160623.m3G6NiCU082124@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 06:23:43 +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/www Makefile ports/www/toofpy Makefile distinfo pkg-descr pkg-install pkg-plist ports/www/toofpy/files patch-tools_WSGITool.py toolserver.in 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: Wed, 16 Apr 2008 06:23:45 -0000 beech 2008-04-16 06:23:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/toofpy Makefile distinfo pkg-descr pkg-install pkg-plist www/toofpy/files patch-tools_WSGITool.py toolserver.in Log: - New port TooFPy-0.3.7 From the website: The Toolserver Framework for Python is a framework for simple building of webservices. This is not Twisted - that one is much larger and much richer in features. If you need a full fledged webservice or internet protocol platform, you better go with Twisted. But if you need a lean and mean webservice machine, the Toolserver Framework for Python might be the right tool for the job. Author: Georg Bauer WWW: http://pyds.muensterland.org/wiki/toolserver.html PR: ports/122316 Submitted by: Frank Fenor Revision Changes Path 1.2017 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/toofpy/Makefile (new) 1.1 +3 -0 ports/www/toofpy/distinfo (new) 1.1 +28 -0 ports/www/toofpy/files/patch-tools_WSGITool.py (new) 1.1 +68 -0 ports/www/toofpy/files/toolserver.in (new) 1.1 +11 -0 ports/www/toofpy/pkg-descr (new) 1.1 +36 -0 ports/www/toofpy/pkg-install (new) 1.1 +137 -0 ports/www/toofpy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:24:03 2008 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 DDBF7106564A; Wed, 16 Apr 2008 06:24:03 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B528A8FC29; Wed, 16 Apr 2008 06:24:03 +0000 (UTC) (envelope-from beech@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 m3G6O3Nq082168; Wed, 16 Apr 2008 06:24:03 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6O33S082167; Wed, 16 Apr 2008 06:24:03 GMT (envelope-from beech) Message-Id: <200804160624.m3G6O33S082167@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 06:24:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 06:24:04 -0000 beech 2008-04-16 06:24:03 UTC FreeBSD ports repository Modified files: . modules Log: toofpy --> ports/www/toofpy Revision Changes Path 1.19649 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:27:01 2008 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 C88D7106566B; Wed, 16 Apr 2008 06:27:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE6E8FC23; Wed, 16 Apr 2008 06:27:01 +0000 (UTC) (envelope-from clsung@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 m3G6R1f5082335; Wed, 16 Apr 2008 06:27:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6R1AU082334; Wed, 16 Apr 2008 06:27:01 GMT (envelope-from clsung) Message-Id: <200804160627.m3G6R1AU082334@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 06:27:01 +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/rubygem-zentest Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 06:27:01 -0000 clsung 2008-04-16 06:27:01 UTC FreeBSD ports repository Modified files: devel/rubygem-zentest Makefile distinfo pkg-plist Log: - Update to 3.9.2 Revision Changes Path 1.6 +2 -2 ports/devel/rubygem-zentest/Makefile 1.5 +3 -3 ports/devel/rubygem-zentest/distinfo 1.5 +166 -124 ports/devel/rubygem-zentest/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:49:43 2008 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 4202E106566B; Wed, 16 Apr 2008 06:49:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3114D8FC17; Wed, 16 Apr 2008 06:49:43 +0000 (UTC) (envelope-from clsung@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 m3G6nhiT083108; Wed, 16 Apr 2008 06:49:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6ngue083107; Wed, 16 Apr 2008 06:49:42 GMT (envelope-from clsung) Message-Id: <200804160649.m3G6ngue083107@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 06:49:40 +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/security Makefile ports/security/rubygem-ezcrypto Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 06:49:43 -0000 clsung 2008-04-16 06:49:40 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/rubygem-ezcrypto Makefile distinfo pkg-descr pkg-plist Log: EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby library. Features * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like WWW: http://ezcrypto.rubyforge.org/ PR: ports/122805 Submitted by: Steven Kreuzer Revision Changes Path 1.954 +1 -0 ports/security/Makefile 1.1 +19 -0 ports/security/rubygem-ezcrypto/Makefile (new) 1.1 +3 -0 ports/security/rubygem-ezcrypto/distinfo (new) 1.1 +11 -0 ports/security/rubygem-ezcrypto/pkg-descr (new) 1.1 +169 -0 ports/security/rubygem-ezcrypto/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 06:49:56 2008 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 00F851065681; Wed, 16 Apr 2008 06:49:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC99D8FC25; Wed, 16 Apr 2008 06:49:55 +0000 (UTC) (envelope-from clsung@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 m3G6ntav083142; Wed, 16 Apr 2008 06:49:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G6ntCo083141; Wed, 16 Apr 2008 06:49:55 GMT (envelope-from clsung) Message-Id: <200804160649.m3G6ntCo083141@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 06:49:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 06:49:56 -0000 clsung 2008-04-16 06:49:55 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-ezcrypto --> ports/security/rubygem-ezcrypto Revision Changes Path 1.19650 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 07:07:58 2008 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 746D61065673; Wed, 16 Apr 2008 07:07:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD0B8FC2D; Wed, 16 Apr 2008 07:07:58 +0000 (UTC) (envelope-from clsung@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 m3G77wUh084871; Wed, 16 Apr 2008 07:07:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G77wuD084870; Wed, 16 Apr 2008 07:07:58 GMT (envelope-from clsung) Message-Id: <200804160707.m3G77wuD084870@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 07:07:57 +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/www/rubygem-thin Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 07:07:58 -0000 clsung 2008-04-16 07:07:57 UTC FreeBSD ports repository Modified files: www/rubygem-thin Makefile distinfo pkg-plist Log: - Update to 0.8.0 Revision Changes Path 1.5 +1 -1 ports/www/rubygem-thin/Makefile 1.4 +3 -3 ports/www/rubygem-thin/distinfo 1.4 +310 -15 ports/www/rubygem-thin/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 08:12:54 2008 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 4B2591065671; Wed, 16 Apr 2008 08:12:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 221A28FC1B; Wed, 16 Apr 2008 08:12:54 +0000 (UTC) (envelope-from clsung@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 m3G8Crtn088198; Wed, 16 Apr 2008 08:12:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G8Crje088197; Wed, 16 Apr 2008 08:12:53 GMT (envelope-from clsung) Message-Id: <200804160812.m3G8Crje088197@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 08:12:53 +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/dns/p5-Net-Nslookup Makefile distinfo 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: Wed, 16 Apr 2008 08:12:54 -0000 clsung 2008-04-16 08:12:53 UTC FreeBSD ports repository Modified files: dns/p5-Net-Nslookup Makefile distinfo Log: - Update to 1.18 Changes: http://search.cpan.org/dist/Net-Nslookup/Changes Revision Changes Path 1.7 +1 -1 ports/dns/p5-Net-Nslookup/Makefile 1.7 +3 -3 ports/dns/p5-Net-Nslookup/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 08:32:59 2008 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 5CEB6106566C; Wed, 16 Apr 2008 08:32:59 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3384D8FC20; Wed, 16 Apr 2008 08:32:59 +0000 (UTC) (envelope-from jadawin@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 m3G8WxdK088753; Wed, 16 Apr 2008 08:32:59 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G8WwIl088752; Wed, 16 Apr 2008 08:32:58 GMT (envelope-from jadawin) Message-Id: <200804160832.m3G8WwIl088752@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 16 Apr 2008 08:32:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml 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: Wed, 16 Apr 2008 08:32:59 -0000 jadawin 2008-04-16 08:32:58 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Baptiste Daroussin for ftwin, atomicparsley, libpuzzle, audiotag - Update David Le Brun, request via private email Approved by: tabthorpe (mentor) Revision Changes Path 1.785 +6 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 16 08:39:46 2008 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 03F66106566C; Wed, 16 Apr 2008 08:39:46 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE76E8FC2C; Wed, 16 Apr 2008 08:39:45 +0000 (UTC) (envelope-from maho@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 m3G8djSC089000; Wed, 16 Apr 2008 08:39:45 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G8djG3088999; Wed, 16 Apr 2008 08:39:45 GMT (envelope-from maho) Message-Id: <200804160839.m3G8djG3088999@repoman.freebsd.org> From: Maho Nakata Date: Wed, 16 Apr 2008 08:39:45 +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/editors/openoffice.org-3-devel Makefile distinfo ports/editors/openoffice.org-3-devel/files patch-i88326 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: Wed, 16 Apr 2008 08:39:46 -0000 maho 2008-04-16 08:39:45 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Added files: editors/openoffice.org-3-devel/files patch-i88326 Log: Update to DEV300_m7. Revision Changes Path 1.368 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.170 +3 -3 ports/editors/openoffice.org-3-devel/distinfo 1.1 +29 -0 ports/editors/openoffice.org-3-devel/files/patch-i88326 (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 09:08:55 2008 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 64008106564A; Wed, 16 Apr 2008 09:08:55 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8438FC1A; Wed, 16 Apr 2008 09:08:55 +0000 (UTC) (envelope-from dfr@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 m3G98tJm000268; Wed, 16 Apr 2008 09:08:55 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G98taD000267; Wed, 16 Apr 2008 09:08:55 GMT (envelope-from dfr) Message-Id: <200804160908.m3G98taD000267@repoman.freebsd.org> From: Doug Rabson Date: Wed, 16 Apr 2008 09:08:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/nlm nlm_prot_impl.c src/sys/rpc clnt_rc.c 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: Wed, 16 Apr 2008 09:08:55 -0000 dfr 2008-04-16 09:08:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nlm nlm_prot_impl.c sys/rpc clnt_rc.c Log: MFC: nlm_prot_impl.c 1.5, clnt_rc.c 1.3 Avoid error cascades when trying to monitor a host that doesn't resolve in DNS. Tighten error handling when attempting to communicate with the userland part of rpc.lockd. Revision Changes Path 1.4.2.2 +28 -14 src/sys/nlm/nlm_prot_impl.c 1.2.2.2 +8 -2 src/sys/rpc/clnt_rc.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 09:09:51 2008 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 66667106566B; Wed, 16 Apr 2008 09:09:51 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E66B8FC1A; Wed, 16 Apr 2008 09:09:51 +0000 (UTC) (envelope-from dfr@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 m3G99pcR000307; Wed, 16 Apr 2008 09:09:51 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G99oDE000306; Wed, 16 Apr 2008 09:09:50 GMT (envelope-from dfr) Message-Id: <200804160909.m3G99oDE000306@repoman.freebsd.org> From: Doug Rabson Date: Wed, 16 Apr 2008 09:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nlm nlm_prot_impl.c 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: Wed, 16 Apr 2008 09:09:51 -0000 dfr 2008-04-16 09:09:50 UTC FreeBSD src repository Modified files: sys/nlm nlm_prot_impl.c Log: Tighten up the error-handling in nlm_get_rpc. While I'm here, fix a couple of spelling mistakes in comments. Revision Changes Path 1.6 +7 -3 src/sys/nlm/nlm_prot_impl.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 09:56:49 2008 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 E649D106564A; Wed, 16 Apr 2008 09:56:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3C688FC19; Wed, 16 Apr 2008 09:56:49 +0000 (UTC) (envelope-from clsung@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 m3G9unrO002883; Wed, 16 Apr 2008 09:56:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G9unx7002882; Wed, 16 Apr 2008 09:56:49 GMT (envelope-from clsung) Message-Id: <200804160956.m3G9unx7002882@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 09:56:49 +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/plan9port Makefile distinfo 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: Wed, 16 Apr 2008 09:56:50 -0000 clsung 2008-04-16 09:56:49 UTC FreeBSD ports repository Modified files: devel/plan9port Makefile distinfo Log: - Update to 20080409 PR: ports/122809 Submitted by: maintainer (Serge Gagnon) Revision Changes Path 1.22 +1 -1 ports/devel/plan9port/Makefile 1.17 +3 -3 ports/devel/plan9port/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 10:41:54 2008 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 2057A106564A; Wed, 16 Apr 2008 10:41:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED2528FC2D; Wed, 16 Apr 2008 10:41:53 +0000 (UTC) (envelope-from gahr@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 m3GAfreQ005453; Wed, 16 Apr 2008 10:41:53 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GAfrAY005452; Wed, 16 Apr 2008 10:41:53 GMT (envelope-from gahr) Message-Id: <200804161041.m3GAfrAY005452@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 10:41:53 +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/science/libctl Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 10:41:54 -0000 gahr 2008-04-16 10:41:53 UTC FreeBSD ports repository Modified files: science/libctl Makefile distinfo pkg-plist Log: - Update to 3.03 Approved by: miwi (mentor) Revision Changes Path 1.9 +3 -3 ports/science/libctl/Makefile 1.6 +3 -3 ports/science/libctl/distinfo 1.3 +5 -0 ports/science/libctl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 10:42:58 2008 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 EFDA7106564A; Wed, 16 Apr 2008 10:42:58 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8E588FC2D; Wed, 16 Apr 2008 10:42:58 +0000 (UTC) (envelope-from gahr@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 m3GAgwM4005530; Wed, 16 Apr 2008 10:42:58 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GAgwL6005529; Wed, 16 Apr 2008 10:42:58 GMT (envelope-from gahr) Message-Id: <200804161042.m3GAgwL6005529@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 10:42:58 +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/science/mpb 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: Wed, 16 Apr 2008 10:42:59 -0000 gahr 2008-04-16 10:42:58 UTC FreeBSD ports repository Modified files: science/mpb Makefile Log: - Chase libctl version bump Approved by: miwi (mentor) Revision Changes Path 1.10 +7 -7 ports/science/mpb/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 10:43:06 2008 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 37247106566C; Wed, 16 Apr 2008 10:43:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 102048FC34; Wed, 16 Apr 2008 10:43:06 +0000 (UTC) (envelope-from dinoex@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 m3GAh5Uj005561; Wed, 16 Apr 2008 10:43:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GAh5OL005560; Wed, 16 Apr 2008 10:43:05 GMT (envelope-from dinoex) Message-Id: <200804161043.m3GAh5OL005560@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Apr 2008 10:43:05 +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/net/nxserver 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: Wed, 16 Apr 2008 10:43:06 -0000 dinoex 2008-04-16 10:43:05 UTC FreeBSD ports repository Modified files: net/nxserver Makefile Log: - set ONLY_FOR_ARCHS freetype version included does not compile on 64bit Revision Changes Path 1.10 +3 -0 ports/net/nxserver/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:05:31 2008 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 D2B561065673; Wed, 16 Apr 2008 11:05:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC7108FC23; Wed, 16 Apr 2008 11:05:31 +0000 (UTC) (envelope-from mat@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 m3GB5Vwd010946; Wed, 16 Apr 2008 11:05:31 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GB5Vwe010945; Wed, 16 Apr 2008 11:05:31 GMT (envelope-from mat) Message-Id: <200804161105.m3GB5Vwe010945@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 16 Apr 2008 11:05:31 +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/textproc/p5-XML-XPathEngine Makefile distinfo 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: Wed, 16 Apr 2008 11:05:31 -0000 mat 2008-04-16 11:05:31 UTC FreeBSD ports repository Modified files: textproc/p5-XML-XPathEngine Makefile distinfo Log: Update to 0.11 Revision Changes Path 1.13 +1 -1 ports/textproc/p5-XML-XPathEngine/Makefile 1.8 +3 -3 ports/textproc/p5-XML-XPathEngine/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:09:56 2008 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 D289C1065670; Wed, 16 Apr 2008 11:09:56 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C438F8FC1C; Wed, 16 Apr 2008 11:09:56 +0000 (UTC) (envelope-from gahr@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 m3GB9uWa011070; Wed, 16 Apr 2008 11:09:56 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GB9uJf011069; Wed, 16 Apr 2008 11:09:56 GMT (envelope-from gahr) Message-Id: <200804161109.m3GB9uJf011069@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 11:09:56 +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/print/trueprint Makefile distinfo pkg-plist ports/print/trueprint/files patch-aa patch-src_getopt.c 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: Wed, 16 Apr 2008 11:09:56 -0000 gahr 2008-04-16 11:09:56 UTC FreeBSD ports repository Modified files: print/trueprint Makefile distinfo Added files: print/trueprint/files patch-src_getopt.c Removed files: print/trueprint pkg-plist print/trueprint/files patch-aa Log: - Update to 5.3 Approved by: miwi (mentor) Revision Changes Path 1.12 +5 -2 ports/print/trueprint/Makefile 1.4 +3 -3 ports/print/trueprint/distinfo 1.2 +0 -10 ports/print/trueprint/files/patch-aa (dead) 1.1 +11 -0 ports/print/trueprint/files/patch-src_getopt.c (new) 1.3 +0 -2 ports/print/trueprint/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:10:12 2008 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 5686D1065686; Wed, 16 Apr 2008 11:10:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6228FC0A; Wed, 16 Apr 2008 11:10:12 +0000 (UTC) (envelope-from mat@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 m3GBABCk011158; Wed, 16 Apr 2008 11:10:11 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBABFx011157; Wed, 16 Apr 2008 11:10:11 GMT (envelope-from mat) Message-Id: <200804161110.m3GBABFx011157@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 16 Apr 2008 11:10:11 +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/converters/p5-Convert-IBM390 Makefile distinfo 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: Wed, 16 Apr 2008 11:10:12 -0000 mat 2008-04-16 11:10:11 UTC FreeBSD ports repository Modified files: converters/p5-Convert-IBM390 Makefile distinfo Log: Update to 0.24 Revision Changes Path 1.6 +1 -1 ports/converters/p5-Convert-IBM390/Makefile 1.5 +3 -3 ports/converters/p5-Convert-IBM390/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:13:00 2008 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 BC7C3106564A; Wed, 16 Apr 2008 11:13:00 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD05E8FC16; Wed, 16 Apr 2008 11:13:00 +0000 (UTC) (envelope-from gahr@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 m3GBD0Kf011344; Wed, 16 Apr 2008 11:13:00 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBD0lN011343; Wed, 16 Apr 2008 11:13:00 GMT (envelope-from gahr) Message-Id: <200804161113.m3GBD0lN011343@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 11:13:00 +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/palm/libmal Makefile distinfo ports/palm/libmal/files patch-configure patch-malsync::mal::client::unix::MAL31DBConfig.c patch-malsync::mal::common::AGNet.h 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: Wed, 16 Apr 2008 11:13:00 -0000 gahr 2008-04-16 11:13:00 UTC FreeBSD ports repository Modified files: palm/libmal Makefile distinfo palm/libmal/files patch-malsync::mal::client::unix::MAL31DBConfig.c Removed files: palm/libmal/files patch-configure patch-malsync::mal::common::AGNet.h Log: - Update to 0.44 Approved by: miwi (mentor) Revision Changes Path 1.14 +1 -2 ports/palm/libmal/Makefile 1.7 +3 -3 ports/palm/libmal/distinfo 1.2 +0 -11 ports/palm/libmal/files/patch-configure (dead) 1.2 +7 -10 ports/palm/libmal/files/patch-malsync::mal::client::unix::MAL31DBConfig.c 1.2 +0 -11 ports/palm/libmal/files/patch-malsync::mal::common::AGNet.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:17:38 2008 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 AE854106566B; Wed, 16 Apr 2008 11:17:38 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8828F8FC14; Wed, 16 Apr 2008 11:17:38 +0000 (UTC) (envelope-from araujo@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 m3GBHcgL011525; Wed, 16 Apr 2008 11:17:38 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBHcmJ011524; Wed, 16 Apr 2008 11:17:38 GMT (envelope-from araujo) Message-Id: <200804161117.m3GBHcmJ011524@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 16 Apr 2008 11:17:38 +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/graphics/xaos 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: Wed, 16 Apr 2008 11:17:38 -0000 araujo 2008-04-16 11:17:38 UTC FreeBSD ports repository Modified files: graphics/xaos Makefile Log: - Pass maintainership to submitter. PR: ports/122626 Submitted by: Max Brazhnikov Revision Changes Path 1.29 +1 -1 ports/graphics/xaos/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:21:01 2008 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 67F39106566B; Wed, 16 Apr 2008 11:21:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4176F8FC2E; Wed, 16 Apr 2008 11:21:01 +0000 (UTC) (envelope-from araujo@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 m3GBL1vt011738; Wed, 16 Apr 2008 11:21:01 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBL1te011737; Wed, 16 Apr 2008 11:21:01 GMT (envelope-from araujo) Message-Id: <200804161121.m3GBL1te011737@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 16 Apr 2008 11:21:01 +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/monotone Makefile distinfo 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: Wed, 16 Apr 2008 11:21:01 -0000 araujo 2008-04-16 11:21:01 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo Log: - Update to 0.40. - Minor style change. PR: ports/122654 Submitted by: Lapo Luchini (maintainer) Revision Changes Path 1.37 +7 -7 ports/devel/monotone/Makefile 1.23 +3 -3 ports/devel/monotone/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:23:02 2008 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 03BC61065672; Wed, 16 Apr 2008 11:23:02 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D13BC8FC0C; Wed, 16 Apr 2008 11:23:01 +0000 (UTC) (envelope-from araujo@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 m3GBN1lc011926; Wed, 16 Apr 2008 11:23:01 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBN14r011925; Wed, 16 Apr 2008 11:23:01 GMT (envelope-from araujo) Message-Id: <200804161123.m3GBN14r011925@repoman.freebsd.org> From: Marcelo Araujo Date: Wed, 16 Apr 2008 11:23:01 +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/bazaar-ng Makefile distinfo 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: Wed, 16 Apr 2008 11:23:02 -0000 araujo 2008-04-16 11:23:01 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile distinfo Log: - Update to 1.3.1. PR: ports/122630 Submitted by: Matthew D. Fuller (maintainer) Revision Changes Path 1.30 +2 -2 ports/devel/bazaar-ng/Makefile 1.24 +3 -3 ports/devel/bazaar-ng/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:29:10 2008 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 B5B801065674; Wed, 16 Apr 2008 11:29:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8ED0E8FC14; Wed, 16 Apr 2008 11:29:10 +0000 (UTC) (envelope-from mat@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 m3GBTAvg012087; Wed, 16 Apr 2008 11:29:10 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBTAr0012086; Wed, 16 Apr 2008 11:29:10 GMT (envelope-from mat) Message-Id: <200804161129.m3GBTAr0012086@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 16 Apr 2008 11:29:10 +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/textproc/p5-Text-Trac Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 11:29:10 -0000 mat 2008-04-16 11:29:10 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Trac Makefile distinfo pkg-plist Log: Update to 0.12 Revision Changes Path 1.13 +1 -1 ports/textproc/p5-Text-Trac/Makefile 1.9 +3 -3 ports/textproc/p5-Text-Trac/distinfo 1.4 +2 -1 ports/textproc/p5-Text-Trac/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:30:18 2008 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 327A71065671; Wed, 16 Apr 2008 11:30:18 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id A6FD58FC26; Wed, 16 Apr 2008 11:30:17 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m3GB7rLl015196; Wed, 16 Apr 2008 05:07:54 -0600 Message-ID: <4805DE07.8050008@semihalf.com> Date: Wed, 16 Apr 2008 13:07:51 +0200 From: Rafal Jaworowski MIME-Version: 1.0 To: Marius Strobl References: <200803121601.m2CG1ZbG072258@repoman.freebsd.org> <20080412221501.GB44768@alchemy.franken.de> In-Reply-To: <20080412221501.GB44768@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common dev_net.c src/sys/boot/uboot/lib console.c copy.c glue.c libuboot.h net.c time.c 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: Wed, 16 Apr 2008 11:30:18 -0000 Marius Strobl wrote: >> raj 2008-03-12 16:01:34 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/boot/common dev_net.c >> sys/boot/uboot/lib console.c copy.c glue.c libuboot.h net.c >> time.c >> Log: >> Eliminate artificial increasing of 'netdev_opens' counter in loader's net_open(). >> >> This was introduced as a workaround long time ago for some Alpha firmware >> (which is now gone), and actually prevented net_close() to ever be >> called. >> >> Certain firmwares (U-Boot) need local shutdown operations to be performed on a >> network controller upon transaction end: such platform-specific hooks are >> supposed to be called via netif_close() (from within net_close()). >> >> This change effectively reverts the following CVS commit: >> >> sys/boot/common/dev_net.c >> >> revision 1.7 >> date: 2000/05/13 15:40:46; author: dfr; state: Exp; lines: +2 -1 >> Only probe network settings on the first open of the network device. >> The alpha firmware takes a seriously long time to open the network device >> the first time. >> > > On at least sparc64 reverting this causes ofwn_init() to be called > over and over again, which doesn't seem to be the right thing to do > either. I think this is expected: the loader/libstand seem to call devopen()->net_open(), devclose()->net_close() upon each file access, but it doesn't seem harmful, only additional output is seen in this case. Previously, due to this artificial increase of 'netdev_opens' counter, the devclose() method for network device was never called. Rafal From owner-cvs-all@FreeBSD.ORG Wed Apr 16 11:33:32 2008 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 ACC03106564A; Wed, 16 Apr 2008 11:33:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2C78FC19; Wed, 16 Apr 2008 11:33:32 +0000 (UTC) (envelope-from kib@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 m3GBXW1t012544; Wed, 16 Apr 2008 11:33:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GBXWma012543; Wed, 16 Apr 2008 11:33:32 GMT (envelope-from kib) Message-Id: <200804161133.m3GBXWma012543@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 16 Apr 2008 11:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys zfs_znode.h src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c src/sys/fs/msdosfs denode.h msdosfs_vnops.c src/sys/fs/smbfs smbfs_node.h smbfs_vnops.c src/sys/fs/tmpfs tmpfs.h tmpfs_vfsops.c tmpfs_vnops.c ... 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: Wed, 16 Apr 2008 11:33:32 -0000 kib 2008-04-16 11:33:32 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys zfs_znode.h sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c sys/fs/msdosfs denode.h msdosfs_vnops.c sys/fs/smbfs smbfs_node.h smbfs_vnops.c sys/fs/tmpfs tmpfs.h tmpfs_vfsops.c tmpfs_vnops.c sys/gnu/fs/ext2fs ext2_vnops.c inode.h sys/gnu/fs/xfs/FreeBSD xfs_vnops.c sys/kern kern_lockf.c vfs_default.c vfs_subr.c sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_lock.c nfs_vnops.c nfsnode.h sys/sys lockf.h vnode.h sys/ufs/ufs inode.h ufs_vnops.c Log: Move the head of byte-level advisory lock list from the filesystem-specific vnode data to the struct vnode. Provide the default implementation for the vop_advlock and vop_advlockasync. Purge the locks on the vnode reclaim by using the lf_purgelocks(). The default implementation is augmented for the nfs and smbfs. In the nfs_advlock, push the Giant inside the nfs_dolock. Before the change, the vop_advlock and vop_advlockasync have taken the unlocked vnode and dereferenced the fs-private inode data, racing with with the vnode reclamation due to forced unmount. Now, the vop_getattr under the shared vnode lock is used to obtain the inode size, and later, in the lf_advlockasync, after locking the vnode interlock, the VI_DOOMED flag is checked to prevent an operation on the doomed vnode. The implementation of the lf_purgelocks() is submitted by dfr. Reported by: kris Tested by: kris, pho Discussed with: jeff, dfr MFC after: 2 weeks Revision Changes Path 1.3 +0 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h 1.31 +0 -39 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.15 +0 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c 1.39 +0 -1 src/sys/fs/msdosfs/denode.h 1.185 +0 -35 src/sys/fs/msdosfs/msdosfs_vnops.c 1.8 +0 -1 src/sys/fs/smbfs/smbfs_node.h 1.69 +4 -4 src/sys/fs/smbfs/smbfs_vnops.c 1.13 +0 -3 src/sys/fs/tmpfs/tmpfs.h 1.18 +0 -1 src/sys/fs/tmpfs/tmpfs_vfsops.c 1.18 +0 -32 src/sys/fs/tmpfs/tmpfs_vnops.c 1.113 +0 -20 src/sys/gnu/fs/ext2fs/ext2_vnops.c 1.45 +0 -1 src/sys/gnu/fs/ext2fs/inode.h 1.9 +4 -4 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c 1.62 +96 -1 src/sys/kern/kern_lockf.c 1.144 +40 -1 src/sys/kern/vfs_default.c 1.728 +5 -0 src/sys/kern/vfs_subr.c 1.44 +29 -11 src/sys/nfs4client/nfs4_vnops.c 1.47 +18 -8 src/sys/nfsclient/nfs_lock.c 1.284 +23 -19 src/sys/nfsclient/nfs_vnops.c 1.62 +0 -1 src/sys/nfsclient/nfsnode.h 1.22 +6 -0 src/sys/sys/lockf.h 1.336 +3 -0 src/sys/sys/vnode.h 1.52 +0 -1 src/sys/ufs/ufs/inode.h 1.297 +0 -41 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 12:06:58 2008 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 85E8F1065670; Wed, 16 Apr 2008 12:06:58 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1848FC0A; Wed, 16 Apr 2008 12:06:58 +0000 (UTC) (envelope-from dinoex@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 m3GC6wS3014754; Wed, 16 Apr 2008 12:06:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GC6wHF014753; Wed, 16 Apr 2008 12:06:58 GMT (envelope-from dinoex) Message-Id: <200804161206.m3GC6wHF014753@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 16 Apr 2008 12:06:58 +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/www/mod_accounting Makefile ports/www/mod_accounting/files patch-mod_accounting.c 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: Wed, 16 Apr 2008 12:06:58 -0000 dinoex 2008-04-16 12:06:58 UTC FreeBSD ports repository Modified files: www/mod_accounting Makefile Added files: www/mod_accounting/files patch-mod_accounting.c Log: - fix Incorrect parsing structure fields in mod_accounting, func BytesRecvd() on empty request. PR: 89308 Submitted by: Andrey Yakovlev Revision Changes Path 1.15 +1 -1 ports/www/mod_accounting/Makefile 1.1 +30 -0 ports/www/mod_accounting/files/patch-mod_accounting.c (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 12:23:16 2008 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 877091065670; Wed, 16 Apr 2008 12:23:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 623578FC0A; Wed, 16 Apr 2008 12:23:16 +0000 (UTC) (envelope-from sat@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 m3GCNGcq015281; Wed, 16 Apr 2008 12:23:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GCNGCe015280; Wed, 16 Apr 2008 12:23:16 GMT (envelope-from sat) Message-Id: <200804161223.m3GCNGCe015280@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 16 Apr 2008 12:23:16 +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/deskutils/when Makefile distinfo 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: Wed, 16 Apr 2008 12:23:16 -0000 sat 2008-04-16 12:23:15 UTC FreeBSD ports repository Modified files: deskutils/when Makefile distinfo Log: - Update to 1.1.12 Revision Changes Path 1.14 +1 -1 ports/deskutils/when/Makefile 1.11 +3 -3 ports/deskutils/when/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:03:13 2008 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 60810106564A; Wed, 16 Apr 2008 13:03:13 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44EB58FC1B; Wed, 16 Apr 2008 13:03:13 +0000 (UTC) (envelope-from kib@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 m3GD3Dch027428; Wed, 16 Apr 2008 13:03:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GD3DDJ027427; Wed, 16 Apr 2008 13:03:13 GMT (envelope-from kib) Message-Id: <200804161303.m3GD3DDJ027427@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 16 Apr 2008 13:03:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys access.2 chmod.2 chown.2 execve.2 link.2 mkdir.2 mkfifo.2 mknod.2 open.2 readlink.2 rename.2 stat.2 symlink.2 unlink.2 utimes.2 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: Wed, 16 Apr 2008 13:03:13 -0000 kib 2008-04-16 13:03:12 UTC FreeBSD src repository Modified files: lib/libc/sys access.2 chmod.2 chown.2 execve.2 link.2 mkdir.2 mkfifo.2 mknod.2 open.2 readlink.2 rename.2 stat.2 symlink.2 unlink.2 utimes.2 Log: Man pages for the openat(2), fexecve(2) and related syscalls. Reviewed by: ru Revision Changes Path 1.24 +72 -2 src/lib/libc/sys/access.2 1.38 +79 -2 src/lib/libc/sys/chmod.2 1.26 +86 -2 src/lib/libc/sys/chown.2 1.41 +55 -2 src/lib/libc/sys/execve.2 1.28 +112 -4 src/lib/libc/sys/link.2 1.25 +58 -2 src/lib/libc/sys/mkdir.2 1.23 +58 -2 src/lib/libc/sys/mkfifo.2 1.18 +58 -2 src/lib/libc/sys/mknod.2 1.39 +76 -9 src/lib/libc/sys/open.2 1.17 +60 -2 src/lib/libc/sys/readlink.2 1.28 +78 -1 src/lib/libc/sys/rename.2 1.48 +82 -2 src/lib/libc/sys/stat.2 1.23 +58 -2 src/lib/libc/sys/symlink.2 1.23 +103 -4 src/lib/libc/sys/unlink.2 1.22 +63 -2 src/lib/libc/sys/utimes.2 From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:05:36 2008 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 4C807106564A; Wed, 16 Apr 2008 13:05:36 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2808C8FC17; Wed, 16 Apr 2008 13:05:36 +0000 (UTC) (envelope-from flz@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 m3GD5Zwk027554; Wed, 16 Apr 2008 13:05:35 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GD5ZJk027553; Wed, 16 Apr 2008 13:05:35 GMT (envelope-from flz) Message-Id: <200804161305.m3GD5ZJk027553@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 16 Apr 2008 13:05:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/info main.c perform.c 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: Wed, 16 Apr 2008 13:05:36 -0000 flz 2008-04-16 13:05:35 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/info main.c perform.c Log: Fix pkg_info when specifying a remote package. MFC after: 1 week Revision Changes Path 1.52 +1 -1 src/usr.sbin/pkg_install/info/main.c 1.55 +22 -17 src/usr.sbin/pkg_install/info/perform.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:16:37 2008 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 6B9211065676; Wed, 16 Apr 2008 13:16:37 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5228FC13; Wed, 16 Apr 2008 13:16:37 +0000 (UTC) (envelope-from jadawin@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 m3GDGbCu027981; Wed, 16 Apr 2008 13:16:37 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GDGbOv027980; Wed, 16 Apr 2008 13:16:37 GMT (envelope-from jadawin) Message-Id: <200804161316.m3GDGbOv027980@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 16 Apr 2008 13:16:36 +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/multimedia Makefile ports/multimedia/AtomicParsley Makefile distinfo pkg-descr ports/multimedia/AtomicParsley/files patch-build ports/audio/audiotag Makefile ports/multimedia/atomicparsley Makefile distinfo pkg-descr ... 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: Wed, 16 Apr 2008 13:16:37 -0000 jadawin 2008-04-16 13:16:36 UTC FreeBSD ports repository Modified files: multimedia Makefile audio/audiotag Makefile Added files: multimedia/atomicparsley Makefile distinfo pkg-descr multimedia/atomicparsley/files patch-build Removed files: multimedia/AtomicParsley Makefile distinfo pkg-descr multimedia/AtomicParsley/files patch-build Log: - Rename AtomicParsley to atomicparsley (requested by danfe) - Chase dependancy name change Approved by: maintainer, tabthorpe (mentor) Revision Changes Path 1.2 +2 -1 ports/audio/audiotag/Makefile 1.2 +0 -26 ports/multimedia/AtomicParsley/Makefile (dead) 1.2 +0 -3 ports/multimedia/AtomicParsley/distinfo (dead) 1.2 +0 -21 ports/multimedia/AtomicParsley/files/patch-build (dead) 1.2 +0 -9 ports/multimedia/AtomicParsley/pkg-descr (dead) 1.258 +1 -1 ports/multimedia/Makefile 1.1 +26 -0 ports/multimedia/atomicparsley/Makefile (new) 1.1 +3 -0 ports/multimedia/atomicparsley/distinfo (new) 1.1 +21 -0 ports/multimedia/atomicparsley/files/patch-build (new) 1.1 +9 -0 ports/multimedia/atomicparsley/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:18:23 2008 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 5D7581065675; Wed, 16 Apr 2008 13:18:23 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 399678FC17; Wed, 16 Apr 2008 13:18:23 +0000 (UTC) (envelope-from jadawin@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 m3GDINDm028042; Wed, 16 Apr 2008 13:18:23 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GDINue028041; Wed, 16 Apr 2008 13:18:23 GMT (envelope-from jadawin) Message-Id: <200804161318.m3GDINue028041@repoman.freebsd.org> From: Philippe Audeoud Date: Wed, 16 Apr 2008 13:18:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 13:18:23 -0000 jadawin 2008-04-16 13:18:22 UTC FreeBSD ports repository Modified files: . modules Log: - Rename AtomicParsley to atomicparsley (requested by danfe) - Chase dependancy name change Approved by: maintainer, tabthorpe (mentor) Revision Changes Path 1.19651 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:28:56 2008 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 8A9851065675 for ; Wed, 16 Apr 2008 13:28:56 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 61C938FC21 for ; Wed, 16 Apr 2008 13:28:56 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3535950waf.3 for ; Wed, 16 Apr 2008 06:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=A9AOmFhguHxXMaqUHrmPP2uzXmKN62svvFpj4dzUNzg=; b=QbDrDbZQZXpkRzExGm3Q7da35Vd/wziFiCyPn3kEQyjDUULcFIqNOwWPnjStz13cmHjiM2ZuLEvc3k09DEsMgTUYLcX9/OsLrIdzUJRIti6j4QalHuBv1y/aZojH7QttU4X+uWsYs/ZbJ3cgKeRigtpKPqwQHnEs1yySAWQZs6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GHim1m/R82REI1B4WPdsr3Q9uWiaEnA0eQiUZzlYsc6qnyZULxBUoplyQCl+Vk+rgYQ68daPlJrLKmG37PstAjBkxLA+WfehwyhlVD+t8oZuptZYBNv868JH72GtG1BL0mWQspEDPEVmShUMUM0yI9quntfkbQW7iw4raMJmYzY= Received: by 10.114.36.1 with SMTP id j1mr9380074waj.119.1208352535738; Wed, 16 Apr 2008 06:28:55 -0700 (PDT) Received: by 10.114.57.4 with HTTP; Wed, 16 Apr 2008 06:28:53 -0700 (PDT) Message-ID: Date: Wed, 16 Apr 2008 14:28:53 +0100 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "Dirk Meyer" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org In-Reply-To: <20080416104317.5DDCD10656D5@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804161043.m3GAh5OL005560@repoman.freebsd.org> <20080416104317.5DDCD10656D5@hub.freebsd.org> X-Google-Sender-Auth: f869e9313f56373a Cc: Subject: Re: [review] cvs commit: ports/net/nxserver 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: Wed, 16 Apr 2008 13:28:56 -0000 On Wed, Apr 16, 2008 at 11:43 AM, Dirk Meyer wrote: > > dinoex 2008-04-16 10:43:05 UTC > > FreeBSD ports repository > > Modified files: > net/nxserver Makefile > Log: > - set ONLY_FOR_ARCHS > freetype version included does not compile on 64bit Wouldn't BROKEN be more appropriate? Is it a FreeBSD/64bits issue or have they stopped supporting 64bits altogether? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:33:21 2008 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 D87CD106564A; Wed, 16 Apr 2008 13:33:21 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from huppa.tuxaco.net (unknown [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7518FC16; Wed, 16 Apr 2008 13:33:21 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 2CD881D4B6; Wed, 16 Apr 2008 15:34:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at tuxaco.net Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wer9gdxNCy+M; Wed, 16 Apr 2008 15:33:46 +0200 (CEST) Received: from localhost (unknown [IPv6:2a01:5d8:52ec:8fa0::2]) (Authenticated sender: jadawin@tuxaco.net) by huppa.tuxaco.net (Postfix) with ESMTPA id 8FAD2A9F1; Wed, 16 Apr 2008 15:33:45 +0200 (CEST) Date: Wed, 16 Apr 2008 15:33:09 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Alexey Dokuchaev Message-ID: <20080416133309.GW75926@tuxaco.net> References: <200804151224.m3FCOPCq061671@repoman.freebsd.org> <20080415182303.GB81346@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080415182303.GB81346@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia Makefile ports/multimedia/AtomicParsley Makefile distinfo pkg-descr ports/multimedia/AtomicParsley/files patch-build 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: Wed, 16 Apr 2008 13:33:22 -0000 On Tue, 15 Apr 2008, Alexey Dokuchaev wrote: > On Tue, Apr 15, 2008 at 12:24:23PM +0000, Philippe Audeoud wrote: > > jadawin 2008-04-15 12:24:23 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia Makefile > > Added files: > > multimedia/AtomicParsley Makefile distinfo pkg-descr > > multimedia/AtomicParsley/files patch-build > > Log: > > AtomicParsley is a lightweight command line program for reading, parsing and > > setting metadata into MPEG-4 files supporting these styles of metadata: > > Can we please, please, please avoid adding ports with upper-case > characters in their names (with a few notable exceptions, like perl/pear > modules)? While it's not too late, could you please readd it? > AtomicParsley has been renamed to atomicparsley. Regards, -- Philippe Audeoud From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:58:41 2008 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 C2F6B106566C; Wed, 16 Apr 2008 13:58:41 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAF88FC16; Wed, 16 Apr 2008 13:58:41 +0000 (UTC) (envelope-from lth@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 m3GDwfwU029937; Wed, 16 Apr 2008 13:58:41 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GDwfQe029936; Wed, 16 Apr 2008 13:58:41 GMT (envelope-from lth) Message-Id: <200804161358.m3GDwfQe029936@repoman.freebsd.org> From: Lars Thegler Date: Wed, 16 Apr 2008 13:58: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 Makefile ports/devel/p5-Test-Block Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 13:58:41 -0000 lth 2008-04-16 13:58:41 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Block Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Block 0.11, specify fine granularity test plans. Revision Changes Path 1.3040 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Test-Block/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-Block/distinfo (new) 1.1 +5 -0 ports/devel/p5-Test-Block/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Test-Block/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 13:58:57 2008 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 6E1A9106564A; Wed, 16 Apr 2008 13:58:57 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5938FC13; Wed, 16 Apr 2008 13:58:57 +0000 (UTC) (envelope-from lth@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 m3GDwvKE030028; Wed, 16 Apr 2008 13:58:57 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GDwv6c030027; Wed, 16 Apr 2008 13:58:57 GMT (envelope-from lth) Message-Id: <200804161358.m3GDwv6c030027@repoman.freebsd.org> From: Lars Thegler Date: Wed, 16 Apr 2008 13:58:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 13:58:57 -0000 lth 2008-04-16 13:58:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-Block --> ports/devel/p5-Test-Block Revision Changes Path 1.19652 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:08:13 2008 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 3F8CC1065670; Wed, 16 Apr 2008 14:08:13 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA068FC14; Wed, 16 Apr 2008 14:08:13 +0000 (UTC) (envelope-from dfr@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 m3GE8CiX032944; Wed, 16 Apr 2008 14:08:12 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GE8ChT032943; Wed, 16 Apr 2008 14:08:12 GMT (envelope-from dfr) Message-Id: <200804161408.m3GE8ChT032943@repoman.freebsd.org> From: Doug Rabson Date: Wed, 16 Apr 2008 14:08:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_lockf.c 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: Wed, 16 Apr 2008 14:08:13 -0000 dfr 2008-04-16 14:08:12 UTC FreeBSD src repository Modified files: sys/kern kern_lockf.c Log: Fix compilation with LOCKF_DEBUG. Revision Changes Path 1.63 +1 -1 src/sys/kern/kern_lockf.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:12:32 2008 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 56EEB106566B; Wed, 16 Apr 2008 14:12:32 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32F518FC12; Wed, 16 Apr 2008 14:12:32 +0000 (UTC) (envelope-from lth@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 m3GECVbv033752; Wed, 16 Apr 2008 14:12:31 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GECVxA033751; Wed, 16 Apr 2008 14:12:31 GMT (envelope-from lth) Message-Id: <200804161412.m3GECVxA033751@repoman.freebsd.org> From: Lars Thegler Date: Wed, 16 Apr 2008 14:12:31 +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/textproc Makefile ports/textproc/p5-Pod-Spell Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 14:12:32 -0000 lth 2008-04-16 14:12:31 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Pod-Spell Makefile distinfo pkg-descr pkg-plist Log: Add p5-Pod-Spell 1.01, a formatter for spellchecking Pod. Revision Changes Path 1.1230 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Pod-Spell/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Pod-Spell/distinfo (new) 1.1 +8 -0 ports/textproc/p5-Pod-Spell/pkg-descr (new) 1.1 +8 -0 ports/textproc/p5-Pod-Spell/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:12:48 2008 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 8DFAE106570F; Wed, 16 Apr 2008 14:12:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6D78FC23; Wed, 16 Apr 2008 14:12:48 +0000 (UTC) (envelope-from lth@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 m3GECmj9033834; Wed, 16 Apr 2008 14:12:48 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GECm4t033833; Wed, 16 Apr 2008 14:12:48 GMT (envelope-from lth) Message-Id: <200804161412.m3GECm4t033833@repoman.freebsd.org> From: Lars Thegler Date: Wed, 16 Apr 2008 14:12:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 14:12:48 -0000 lth 2008-04-16 14:12:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-Pod-Spell --> ports/textproc/p5-Pod-Spell Revision Changes Path 1.19653 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:44:44 2008 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 9AFCA106566C; Wed, 16 Apr 2008 14:44:44 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 783DF8FC13; Wed, 16 Apr 2008 14:44:44 +0000 (UTC) (envelope-from ru@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 m3GEii8g039130; Wed, 16 Apr 2008 14:44:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GEiiCM039129; Wed, 16 Apr 2008 14:44:44 GMT (envelope-from ru) Message-Id: <200804161444.m3GEiiCM039129@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 Apr 2008 14:44:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc 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: Wed, 16 Apr 2008 14:44:44 -0000 ru 2008-04-16 14:44:43 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Log: Connect newly added manpages to the build. Submitted by: kib Revision Changes Path 1.134 +15 -5 src/lib/libc/sys/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:47:12 2008 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 01BC5106566B; Wed, 16 Apr 2008 14:47:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E472D8FC26; Wed, 16 Apr 2008 14:47:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.88.170]) by elvis.mu.org (Postfix) with ESMTP id 815061A4D7C; Wed, 16 Apr 2008 07:47:11 -0700 (PDT) From: John Baldwin To: Marcel Moolenaar Date: Wed, 16 Apr 2008 09:40:55 -0400 User-Agent: KMail/1.9.7 References: <200804142034.m3EKYjfs059229@repoman.freebsd.org> In-Reply-To: <200804142034.m3EKYjfs059229@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804160940.56271.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ia64/ia64 sapic.c 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: Wed, 16 Apr 2008 14:47:12 -0000 On Monday 14 April 2008 04:34:45 pm Marcel Moolenaar wrote: > marcel 2008-04-14 20:34:45 UTC > > FreeBSD src repository > > Modified files: > sys/ia64/ia64 sapic.c > Log: > Revision 1.9 changes the delivery mode from the magic constant 0 > (i.e. fixed delivery) to SAPIC_DELMODE_LOWPRI. While the commit > log doesn't mention the change in behaviour, it is believed to be > deliberate. In the last 5.5 years this hasn't been a problem. Nor > do I think did it make any difference, but who knows. However, I > do know that it break SMP support for Montecito-based machines. > Switch back to fixed-CPU delivery so that SMP works again. This > gives me some time to look more closely at the problem, as well > as make sure the I-cache validation as it's implemented currently > is sufficient in SMP configurations... Intel is deprecating the LOWPRI delivery mode on x86 CPUs with x2APIC, so I think it is probably best to switch to using FIXED mode on ia64 as well (x86 has used fixed mode since the new APIC code came in due to LOWPRI being effectively useless on P4 CPUs). -- John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:47:13 2008 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 09DF5106564A; Wed, 16 Apr 2008 14:47:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id ED48D8FC1E; Wed, 16 Apr 2008 14:47:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.88.170]) by elvis.mu.org (Postfix) with ESMTP id 837381A4D8B; Wed, 16 Apr 2008 07:47:12 -0700 (PDT) From: John Baldwin To: =?iso-8859-1?q?S=F8ren_Schmidt?= Date: Wed, 16 Apr 2008 10:08:01 -0400 User-Agent: KMail/1.9.7 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86wsn0zasa.fsf@ds4.des.no> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804161008.01661.jhb@freebsd.org> Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Wed, 16 Apr 2008 14:47:13 -0000 On Monday 14 April 2008 01:09:23 pm S=F8ren Schmidt wrote: > Hi > > Yes, the registers used for setting up events when hotswap happens are > not accessible when in legacy compat mode. If all you need is for the AHCI BAR to have resources assigned newer FreeBS= D=20 kernels (at least 6.x and later) are smart enough to alloc resources for a= =20 BAR that the BIOS doesn't assign resources for when you do a=20 bus_alloc_resource(). > -S=F8ren > > On 14Apr, 2008, at 18:00 , Dag-Erling Sm=F8rgrav wrote: > > S=F8ren Schmidt writes: > >> You have to set AHCI mode in the BIOS or the resources needed to use > >> it wont be available, so yes its software but not ours :) > > > > Thanks S=F8ren, I will make sure the BIOS is correctly configured. > > > > Does this also affect hotswap? I assume that the ICH8 supports it, > > but > > I haven't been able to make it work. > > > > DES > > -- > > Dag-Erling Sm=F8rgrav - des@des.no =2D-=20 John Baldwin From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:52:37 2008 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 003A81065671; Wed, 16 Apr 2008 14:52:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E970F8FC17; Wed, 16 Apr 2008 14:52:36 +0000 (UTC) (envelope-from clsung@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 m3GEqaTf039456; Wed, 16 Apr 2008 14:52:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GEqamX039455; Wed, 16 Apr 2008 14:52:36 GMT (envelope-from clsung) Message-Id: <200804161452.m3GEqamX039455@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 14:52:36 +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/irc Makefile ports/irc/p5-POE-Component-Server-IRC Makefile distinfo pkg-descr pkg-descr~ pkg-plist 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: Wed, 16 Apr 2008 14:52:37 -0000 clsung 2008-04-16 14:52:36 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/p5-POE-Component-Server-IRC Makefile distinfo pkg-descr pkg-descr~ pkg-plist Log: A POE component that implements an IRC server ( ircd ). It's based on hybrid-7.2.2 and has been tested against hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server protocol so should support networks based on this protocol. Author: Chris Williams WWW: http://search.cpan.org/dist/POE-Component-Server-IRC/ PR: ports/122793 Submitted by: Masahiro Teramoto Revision Changes Path 1.162 +1 -0 ports/irc/Makefile 1.1 +39 -0 ports/irc/p5-POE-Component-Server-IRC/Makefile (new) 1.1 +3 -0 ports/irc/p5-POE-Component-Server-IRC/distinfo (new) 1.1 +7 -0 ports/irc/p5-POE-Component-Server-IRC/pkg-descr (new) 1.1 +7 -0 ports/irc/p5-POE-Component-Server-IRC/pkg-descr~ (new) 1.1 +19 -0 ports/irc/p5-POE-Component-Server-IRC/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:52:46 2008 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 C25A91065734; Wed, 16 Apr 2008 14:52:46 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8298FC0A; Wed, 16 Apr 2008 14:52:46 +0000 (UTC) (envelope-from clsung@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 m3GEqkG1039494; Wed, 16 Apr 2008 14:52:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GEqknQ039493; Wed, 16 Apr 2008 14:52:46 GMT (envelope-from clsung) Message-Id: <200804161452.m3GEqknQ039493@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 14:52:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 14:52:46 -0000 clsung 2008-04-16 14:52:46 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Server-IRC --> ports/irc/p5-POE-Component-Server-IRC Revision Changes Path 1.19654 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:56:57 2008 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 066251065682; Wed, 16 Apr 2008 14:56:57 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D773C8FC2D; Wed, 16 Apr 2008 14:56:56 +0000 (UTC) (envelope-from ahze@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 m3GEuuaE039646; Wed, 16 Apr 2008 14:56:56 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GEuukl039645; Wed, 16 Apr 2008 14:56:56 GMT (envelope-from ahze) Message-Id: <200804161456.m3GEuukl039645@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 14:56:56 +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/print/libspectre 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: Wed, 16 Apr 2008 14:56:57 -0000 ahze 2008-04-16 14:56:56 UTC FreeBSD ports repository Modified files: print/libspectre Makefile Log: Fix typo Revision Changes Path 1.4 +1 -1 ports/print/libspectre/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 14:57:41 2008 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 2FAEA1065678; Wed, 16 Apr 2008 14:57:41 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02C708FC12; Wed, 16 Apr 2008 14:57:41 +0000 (UTC) (envelope-from ru@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 m3GEvewM039689; Wed, 16 Apr 2008 14:57:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GEvenD039688; Wed, 16 Apr 2008 14:57:40 GMT (envelope-from ru) Message-Id: <200804161457.m3GEvenD039688@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 Apr 2008 14:57:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc 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: Wed, 16 Apr 2008 14:57:41 -0000 ru 2008-04-16 14:57:40 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Log: Sort MAN and MLINKS. Revision Changes Path 1.135 +26 -25 src/lib/libc/sys/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Apr 16 15:23:15 2008 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 559D210656C0; Wed, 16 Apr 2008 15:23:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 314DA8FC1A; Wed, 16 Apr 2008 15:23:15 +0000 (UTC) (envelope-from rafan@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 m3GFNEA0041704; Wed, 16 Apr 2008 15:23:14 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GFNEB8041703; Wed, 16 Apr 2008 15:23:14 GMT (envelope-from rafan) Message-Id: <200804161523.m3GFNEB8041703@repoman.freebsd.org> From: Rong-En Fan Date: Wed, 16 Apr 2008 15:23:14 +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/lang/gambc Makefile ports/print/ghostscript-gnu Makefile.inc ports/print/ghostscript-gpl Makefile.inc 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: Wed, 16 Apr 2008 15:23:15 -0000 rafan 2008-04-16 15:23:14 UTC FreeBSD ports repository Modified files: lang/gambc Makefile print/ghostscript-gnu Makefile.inc print/ghostscript-gpl Makefile.inc Log: - Bump PORTREVISION for CONFLICTS changed Noticed by: flz Revision Changes Path 1.3 +1 -0 ports/lang/gambc/Makefile 1.12 +2 -2 ports/print/ghostscript-gnu/Makefile.inc 1.29 +2 -2 ports/print/ghostscript-gpl/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Apr 16 15:28:38 2008 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 8C3C9106567C; Wed, 16 Apr 2008 15:28:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69D2B8FC59; Wed, 16 Apr 2008 15:28:38 +0000 (UTC) (envelope-from garga@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 m3GFScHl042370; Wed, 16 Apr 2008 15:28:38 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GFScet042369; Wed, 16 Apr 2008 15:28:38 GMT (envelope-from garga) Message-Id: <200804161528.m3GFScet042369@repoman.freebsd.org> From: Renato Botelho Date: Wed, 16 Apr 2008 15:28:38 +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/security/vuxml vuln.xml 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: Wed, 16 Apr 2008 15:28:38 -0000 garga 2008-04-16 15:28:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an entry about clamav < 0.93 vulnerabilities Reviewed by: mnag Revision Changes Path 1.1592 +44 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 16 15:29:16 2008 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 09CEF1065684; Wed, 16 Apr 2008 15:29:16 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB73A8FC49; Wed, 16 Apr 2008 15:29:15 +0000 (UTC) (envelope-from fjoe@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 m3GFTFP7042435; Wed, 16 Apr 2008 15:29:15 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GFTFlQ042434; Wed, 16 Apr 2008 15:29:15 GMT (envelope-from fjoe) Message-Id: <200804161529.m3GFTFlQ042434@repoman.freebsd.org> From: Max Khon Date: Wed, 16 Apr 2008 15:29:15 +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/net/binkd Makefile distinfo 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: Wed, 16 Apr 2008 15:29:16 -0000 fjoe 2008-04-16 15:29:15 UTC FreeBSD ports repository Modified files: net/binkd Makefile distinfo Log: Update to 0.9.9 PR: 122817 Submitted by: andrew clarke Revision Changes Path 1.21 +3 -3 ports/net/binkd/Makefile 1.11 +3 -3 ports/net/binkd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 15:30:48 2008 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 966C1106564A; Wed, 16 Apr 2008 15:30:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 721FD8FC29; Wed, 16 Apr 2008 15:30:48 +0000 (UTC) (envelope-from ahze@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 m3GFUmsd042572; Wed, 16 Apr 2008 15:30:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GFUmCm042571; Wed, 16 Apr 2008 15:30:48 GMT (envelope-from ahze) Message-Id: <200804161530.m3GFUmCm042571@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 15:30:48 +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/net-im/gnomeicu Makefile distinfo pkg-plist ports/net-im/gnomeicu/files patch-src_userserver.c 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: Wed, 16 Apr 2008 15:30:48 -0000 ahze 2008-04-16 15:30:48 UTC FreeBSD ports repository Modified files: net-im/gnomeicu Makefile distinfo pkg-plist Removed files: net-im/gnomeicu/files patch-src_userserver.c Log: Update to 0.99.14 PR: ports/122638 Submitted by: Alexander Logvinov Revision Changes Path 1.80 +1 -2 ports/net-im/gnomeicu/Makefile 1.25 +3 -3 ports/net-im/gnomeicu/distinfo 1.4 +0 -16 ports/net-im/gnomeicu/files/patch-src_userserver.c (dead) 1.27 +5 -0 ports/net-im/gnomeicu/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:05:56 2008 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 A3739106564A; Wed, 16 Apr 2008 16:05:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 984218FC1D; Wed, 16 Apr 2008 16:05:56 +0000 (UTC) (envelope-from garga@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 m3GG5uOm044791; Wed, 16 Apr 2008 16:05:56 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GG5tgG044790; Wed, 16 Apr 2008 16:05:55 GMT (envelope-from garga) Message-Id: <200804161605.m3GG5tgG044790@repoman.freebsd.org> From: Renato Botelho Date: Wed, 16 Apr 2008 16:05:54 +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/security/clamav Makefile distinfo pkg-plist ports/security/clamav/files clamav-clamd.in 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: Wed, 16 Apr 2008 16:05:56 -0000 garga 2008-04-16 16:05:54 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo pkg-plist security/clamav/files clamav-clamd.in Log: - Update to 0.93 This version fixes lock problem reported at ports/122534 Most important changes: *libclamav: - New logic in scan limits: provides much more efficient protection against DoS attacks but also results in different command line and config options to clamscan and clamd (see below) - New/improved modules: unzip, SIS, cabinet, CHM, SZDD, text normalisator, entity converter - Improved filetype detection; filetype definitions can be remotely updated - Support for .cld containers (which replace .inc directories) - Improved pattern matcher and signature formats - More efficient scanning of HTML files - Many other improvements * clamd: - NEW CONFIG FILE OPTIONS: MaxScanSize, MaxFileSize, MaxRecursion, MaxFiles - ** THE FOLLOWING OPTIONS ARE NO LONGER SUPPORTED **: MailMaxRecursion, ArchiveMaxFileSize, ArchiveMaxRecursion, ArchiveMaxFiles, ArchiveMaxCompressionRatio, ArchiveBlockMax * clamscan: - NEW CMDLINE OPTIONS: --max-filesize, --max-scansize - REMOVED OPTIONS: --block-max, --max-space, --max-ratio * freshclam: - NEW CONFIG OPTION CompressLocalDatabase - NEW CMDLINE SWITCH --no-warnings - main.inc and daily.inc directories are no longer used by ClamAV; please remove them manually from your database directory PR: ports/122770 [1] (based on) ports/122534 [2] Submitted by: Michael Scheidell [1] Sebastian Inacker [2] Security: http://secunia.com/advisories/29000 Revision Changes Path 1.110 +1 -2 ports/security/clamav/Makefile 1.46 +3 -3 ports/security/clamav/distinfo 1.2 +11 -1 ports/security/clamav/files/clamav-clamd.in 1.35 +4 -4 ports/security/clamav/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:07:05 2008 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 B5260106566C; Wed, 16 Apr 2008 16:07:05 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9223A8FC16; Wed, 16 Apr 2008 16:07:05 +0000 (UTC) (envelope-from garga@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 m3GG758h044863; Wed, 16 Apr 2008 16:07:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GG75vd044862; Wed, 16 Apr 2008 16:07:05 GMT (envelope-from garga) Message-Id: <200804161607.m3GG75vd044862@repoman.freebsd.org> From: Renato Botelho Date: Wed, 16 Apr 2008 16:07:05 +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 UPDATING 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: Wed, 16 Apr 2008 16:07:05 -0000 garga 2008-04-16 16:07:05 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry about clamav 0.93 update Reviewed by: lots at #bsdports Revision Changes Path 1.618 +17 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:09:19 2008 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 9A4C6106564A; Wed, 16 Apr 2008 16:09:19 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 775418FC24; Wed, 16 Apr 2008 16:09:19 +0000 (UTC) (envelope-from ahze@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 m3GG9J11044945; Wed, 16 Apr 2008 16:09:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GG9Jne044944; Wed, 16 Apr 2008 16:09:19 GMT (envelope-from ahze) Message-Id: <200804161609.m3GG9Jne044944@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 16:09:19 +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/multimedia/mkvtoolnix Makefile distinfo 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: Wed, 16 Apr 2008 16:09:19 -0000 ahze 2008-04-16 16:09:19 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile distinfo Log: Update to 2.2.0 PR: ports/122766 Submitted by: Ulrich Spoerlein Revision Changes Path 1.44 +1 -2 ports/multimedia/mkvtoolnix/Makefile 1.22 +3 -3 ports/multimedia/mkvtoolnix/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:10:19 2008 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 E40271065670; Wed, 16 Apr 2008 16:10:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D71308FC25; Wed, 16 Apr 2008 16:10:19 +0000 (UTC) (envelope-from garga@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 m3GGAJ6A045365; Wed, 16 Apr 2008 16:10:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GGAJ3P045364; Wed, 16 Apr 2008 16:10:19 GMT (envelope-from garga) Message-Id: <200804161610.m3GGAJ3P045364@repoman.freebsd.org> From: Renato Botelho Date: Wed, 16 Apr 2008 16:10:19 +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/www/c-icap Makefile ports/security/clamassassin Makefile ports/security/clamcour Makefile ports/mail/claws-mail-clamav Makefile ports/www/dansguardian-devel Makefile ports/www/gurlchecker Makefile ports/www/havp 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: Wed, 16 Apr 2008 16:10:20 -0000 garga 2008-04-16 16:10:19 UTC FreeBSD ports repository Modified files: www/c-icap Makefile security/clamassassin Makefile security/clamcour Makefile mail/claws-mail-clamav Makefile www/dansguardian-devel Makefile www/gurlchecker Makefile www/havp Makefile security/klamav Makefile www/mod_clamav Makefile security/p5-File-Scan-ClamAV Makefile mail/p5-Mail-ClamAV Makefile ftp/proftpd Makefile security/py-clamav Makefile mail/qsheff Makefile mail/simscan Makefile security/squidclam Makefile Log: - Chase clamav library to version 4 - Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities. Revision Changes Path 1.133 +2 -2 ports/ftp/proftpd/Makefile 1.4 +4 -2 ports/mail/claws-mail-clamav/Makefile 1.11 +3 -1 ports/mail/p5-Mail-ClamAV/Makefile 1.12 +1 -1 ports/mail/qsheff/Makefile 1.11 +1 -0 ports/mail/simscan/Makefile 1.12 +1 -1 ports/security/clamassassin/Makefile 1.8 +2 -2 ports/security/clamcour/Makefile 1.14 +3 -1 ports/security/klamav/Makefile 1.5 +1 -1 ports/security/p5-File-Scan-ClamAV/Makefile 1.11 +4 -2 ports/security/py-clamav/Makefile 1.8 +3 -1 ports/security/squidclam/Makefile 1.8 +4 -2 ports/www/c-icap/Makefile 1.27 +2 -2 ports/www/dansguardian-devel/Makefile 1.32 +4 -2 ports/www/gurlchecker/Makefile 1.13 +4 -1 ports/www/havp/Makefile 1.13 +2 -2 ports/www/mod_clamav/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:39:07 2008 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 911C5106567C; Wed, 16 Apr 2008 16:39:07 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.68]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6808FC43; Wed, 16 Apr 2008 16:39:07 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp008-s [10.150.69.71]) by smtpoutm.mac.com (Xserve/smtpout005/MantshX 4.0) with ESMTP id m3GGd7ek022058; Wed, 16 Apr 2008 09:39:07 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp008/MantshX 4.0) with ESMTP id m3GGctsr004397 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 16 Apr 2008 09:38:58 -0700 (PDT) Message-Id: <46D21F70-BEC7-4627-97D4-1DE71D0BEAD2@mac.com> From: Marcel Moolenaar To: John Baldwin In-Reply-To: <200804160940.56271.jhb@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 16 Apr 2008 09:38:53 -0700 References: <200804142034.m3EKYjfs059229@repoman.freebsd.org> <200804160940.56271.jhb@freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ia64/ia64 sapic.c 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: Wed, 16 Apr 2008 16:39:07 -0000 On Apr 16, 2008, at 6:40 AM, John Baldwin wrote: > On Monday 14 April 2008 04:34:45 pm Marcel Moolenaar wrote: >> marcel 2008-04-14 20:34:45 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/ia64/ia64 sapic.c >> Log: >> Revision 1.9 changes the delivery mode from the magic constant 0 >> (i.e. fixed delivery) to SAPIC_DELMODE_LOWPRI. While the commit >> log doesn't mention the change in behaviour, it is believed to be >> deliberate. In the last 5.5 years this hasn't been a problem. Nor >> do I think did it make any difference, but who knows. However, I >> do know that it break SMP support for Montecito-based machines. >> Switch back to fixed-CPU delivery so that SMP works again. This >> gives me some time to look more closely at the problem, as well >> as make sure the I-cache validation as it's implemented currently >> is sufficient in SMP configurations... > > Intel is deprecating the LOWPRI delivery mode on x86 CPUs with > x2APIC, so I > think it is probably best to switch to using FIXED mode on ia64 as > well (x86 > has used fixed mode since the new APIC code came in due to LOWPRI > being > effectively useless on P4 CPUs). That's good to know. If LOWPRI has the same destiny in Itanium chipsets as it has in Pentium chipsets, then I might as well avoid the hassle of getting it to work. Though, I do like it when all CPUs share in the interrupt handling. Maybe I can do that more easily with MSI (which I still need to implement :-) Thanks, -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed Apr 16 16:47:18 2008 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 420081065673; Wed, 16 Apr 2008 16:47:18 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3602C8FC19; Wed, 16 Apr 2008 16:47:18 +0000 (UTC) (envelope-from kris@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 m3GGlIjO055015; Wed, 16 Apr 2008 16:47:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GGlG5n053270; Wed, 16 Apr 2008 16:47:16 GMT (envelope-from kris) Message-Id: <200804161647.m3GGlG5n053270@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 16 Apr 2008 16:47:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c src/sys/dev/mfi mfi.c src/sys/dev/sound/midi mpu401.c src/sys/dev/usb if_aue.c src/sys/netgraph/netflow ng_netflow.c 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: Wed, 16 Apr 2008 16:47:18 -0000 kris 2008-04-16 16:47:14 UTC FreeBSD src repository Modified files: sys/dev/ieee488 ibfoo.c sys/dev/mfi mfi.c sys/dev/sound/midi mpu401.c sys/dev/usb if_aue.c sys/netgraph/netflow ng_netflow.c Log: Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for better grep-compliance and to standardize with the rest of the kernel. Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.6 +1 -1 src/sys/dev/ieee488/ibfoo.c 1.37 +1 -1 src/sys/dev/mfi/mfi.c 1.4 +1 -1 src/sys/dev/sound/midi/mpu401.c 1.118 +1 -1 src/sys/dev/usb/if_aue.c 1.17 +1 -1 src/sys/netgraph/netflow/ng_netflow.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:17:48 2008 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 17FBD1065671; Wed, 16 Apr 2008 17:17:48 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.81]) by mx1.freebsd.org (Postfix) with ESMTP id 014E58FC16; Wed, 16 Apr 2008 17:17:47 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp010-s [10.150.69.73]) by smtpoutm.mac.com (Xserve/smtpout018/MantshX 4.0) with ESMTP id m3GHHeNm010201; Wed, 16 Apr 2008 10:17:40 -0700 (PDT) Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp010/MantshX 4.0) with ESMTP id m3GHHSFj010151 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 16 Apr 2008 10:17:33 -0700 (PDT) Message-Id: <5B2C1F89-ADF7-4322-9753-5E7E1A79CD0E@mac.com> From: Marcel Moolenaar To: Rafal Jaworowski In-Reply-To: <4805DE07.8050008@semihalf.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 16 Apr 2008 10:17:28 -0700 References: <200803121601.m2CG1ZbG072258@repoman.freebsd.org> <20080412221501.GB44768@alchemy.franken.de> <4805DE07.8050008@semihalf.com> X-Mailer: Apple Mail (2.919.2) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Marius Strobl Subject: Re: cvs commit: src/sys/boot/common dev_net.c src/sys/boot/uboot/lib console.c copy.c glue.c libuboot.h net.c time.c 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: Wed, 16 Apr 2008 17:17:48 -0000 On Apr 16, 2008, at 4:07 AM, Rafal Jaworowski wrote: >> On at least sparc64 reverting this causes ofwn_init() to be called >> over and over again, which doesn't seem to be the right thing to do >> either. > > I think this is expected: the loader/libstand seem to call > devopen()->net_open(), devclose()->net_close() upon each file > access, but it > doesn't seem harmful, only additional output is seen in this case. The additional output is still an eyesore :-) Your change is correct, but it does expose a more fundamental problem with the loader for which we may not have the gumption to fix (as demonstrated by revision 1.7). The bottom-line being that we should not open and close devices wishy-washy. -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:23:34 2008 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 2B0AE1065707; Wed, 16 Apr 2008 17:23:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06AD88FC12; Wed, 16 Apr 2008 17:23:34 +0000 (UTC) (envelope-from ahze@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 m3GHNXnY058011; Wed, 16 Apr 2008 17:23:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHNX4Y058010; Wed, 16 Apr 2008 17:23:33 GMT (envelope-from ahze) Message-Id: <200804161723.m3GHNX4Y058010@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 17:23:32 +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/textproc/enchant Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 17:23:34 -0000 ahze 2008-04-16 17:23:32 UTC FreeBSD ports repository Modified files: textproc/enchant Makefile distinfo pkg-plist Log: Update to 1.4.0 PR: ports/122822 Submitted by: Wen heping Revision Changes Path 1.24 +3 -1 ports/textproc/enchant/Makefile 1.9 +3 -3 ports/textproc/enchant/distinfo 1.8 +3 -0 ports/textproc/enchant/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:24:19 2008 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 207DC106566B; Wed, 16 Apr 2008 17:24:19 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1393C8FC26; Wed, 16 Apr 2008 17:24:19 +0000 (UTC) (envelope-from rrs@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 m3GHOIun058098; Wed, 16 Apr 2008 17:24:18 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHOIlj058097; Wed, 16 Apr 2008 17:24:18 GMT (envelope-from rrs) Message-Id: <200804161724.m3GHOIlj058097@repoman.freebsd.org> From: Randall Stewart Date: Wed, 16 Apr 2008 17:24:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_bsd_addr.c sctp_bsd_addr.h sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_usrreq.c sctp_var.h sctputil.c sctputil.h src/sys/conf files 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: Wed, 16 Apr 2008 17:24:19 -0000 rrs 2008-04-16 17:24:18 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c sctp_bsd_addr.c sctp_bsd_addr.h sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/conf files Log: Allow SCTP to compile without INET6. PR: 116816 Obtained from tuexen@fh-muenster.de: MFC after: 2 weeks Revision Changes Path 1.1290 +14 -14 src/sys/conf/files 1.35 +138 -102 src/sys/netinet/sctp_asconf.c 1.18 +2 -1 src/sys/netinet/sctp_bsd_addr.c 1.7 +3 -0 src/sys/netinet/sctp_bsd_addr.h 1.69 +42 -25 src/sys/netinet/sctp_input.c 1.69 +490 -279 src/sys/netinet/sctp_output.c 1.67 +471 -316 src/sys/netinet/sctp_pcb.c 1.33 +3 -0 src/sys/netinet/sctp_pcb.h 1.17 +37 -22 src/sys/netinet/sctp_sysctl.c 1.54 +132 -83 src/sys/netinet/sctp_usrreq.c 1.23 +0 -2 src/sys/netinet/sctp_var.h 1.74 +201 -119 src/sys/netinet/sctputil.c 1.31 +3 -1 src/sys/netinet/sctputil.h From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:26:45 2008 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 410EE106566B; Wed, 16 Apr 2008 17:26:45 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2E28FC18; Wed, 16 Apr 2008 17:26:45 +0000 (UTC) (envelope-from beech@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 m3GHQiP3058251; Wed, 16 Apr 2008 17:26:44 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHQi0h058250; Wed, 16 Apr 2008 17:26:44 GMT (envelope-from beech) Message-Id: <200804161726.m3GHQi0h058250@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 17:26: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/www/mediawiki 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: Wed, 16 Apr 2008 17:26:45 -0000 beech 2008-04-16 17:26:44 UTC FreeBSD ports repository Modified files: www/mediawiki Makefile Log: - Bump portrevision Reported by: flz Revision Changes Path 1.45 +1 -0 ports/www/mediawiki/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:30:20 2008 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 1C3A61065672; Wed, 16 Apr 2008 17:30:20 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB6048FC33; Wed, 16 Apr 2008 17:30:19 +0000 (UTC) (envelope-from beech@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 m3GHUJKc058389; Wed, 16 Apr 2008 17:30:19 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHUJKk058388; Wed, 16 Apr 2008 17:30:19 GMT (envelope-from beech) Message-Id: <200804161730.m3GHUJKk058388@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 16 Apr 2008 17:30:19 +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/mail/prayer Makefile distinfo pkg-plist ports/mail/prayer/files patch-Config patch-os_bsd.c 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: Wed, 16 Apr 2008 17:30:20 -0000 beech 2008-04-16 17:30:19 UTC FreeBSD ports repository Modified files: mail/prayer Makefile distinfo pkg-plist mail/prayer/files patch-Config patch-os_bsd.c Log: - Update to 1.1.0 Revision Changes Path 1.11 +5 -1 ports/mail/prayer/Makefile 1.9 +3 -3 ports/mail/prayer/distinfo 1.5 +7 -4 ports/mail/prayer/files/patch-Config 1.2 +15 -7 ports/mail/prayer/files/patch-os_bsd.c 1.7 +2 -17 ports/mail/prayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:36:01 2008 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 21768106566B; Wed, 16 Apr 2008 17:36:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F167E8FC19; Wed, 16 Apr 2008 17:36:00 +0000 (UTC) (envelope-from ahze@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 m3GHa0ob058619; Wed, 16 Apr 2008 17:36:00 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHa0pl058618; Wed, 16 Apr 2008 17:36:00 GMT (envelope-from ahze) Message-Id: <200804161736.m3GHa0pl058618@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 17:36:00 +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/editors/abiword Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 17:36:01 -0000 ahze 2008-04-16 17:36:00 UTC FreeBSD ports repository Modified files: editors/abiword Makefile distinfo pkg-plist Log: Update to 2.6.2 Revision Changes Path 1.128 +1 -1 ports/editors/abiword/Makefile 1.60 +3 -3 ports/editors/abiword/distinfo 1.55 +1 -0 ports/editors/abiword/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:40:31 2008 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 7C030106564A; Wed, 16 Apr 2008 17:40:31 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 587088FC22; Wed, 16 Apr 2008 17:40:31 +0000 (UTC) (envelope-from rrs@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 m3GHeVMa058782; Wed, 16 Apr 2008 17:40:31 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHeVqK058781; Wed, 16 Apr 2008 17:40:31 GMT (envelope-from rrs) Message-Id: <200804161740.m3GHeVqK058781@repoman.freebsd.org> From: Randall Stewart Date: Wed, 16 Apr 2008 17:40:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat sctp.c 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: Wed, 16 Apr 2008 17:40:31 -0000 rrs 2008-04-16 17:40:30 UTC FreeBSD src repository Modified files: usr.bin/netstat sctp.c Log: Fixes typo's in sctp.c Revision Changes Path 1.10 +4 -4 src/usr.bin/netstat/sctp.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:54:22 2008 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 389BC1065672; Wed, 16 Apr 2008 17:54:22 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3E38FC26; Wed, 16 Apr 2008 17:54:22 +0000 (UTC) (envelope-from ahze@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 m3GHsLKI059241; Wed, 16 Apr 2008 17:54:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHsLW2059240; Wed, 16 Apr 2008 17:54:21 GMT (envelope-from ahze) Message-Id: <200804161754.m3GHsLW2059240@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 17:54:21 +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/textproc Makefile ports/textproc/libwps Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 17:54:22 -0000 ahze 2008-04-16 17:54:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libwps Makefile distinfo pkg-descr pkg-plist Log: Add libwps Libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format. It imports Works format versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is just a Works word processor import filter, so there are no plans for supporting an export filter, spreadsheets, or databases. WWW: http://libwps.sourceforge.net/ Revision Changes Path 1.1231 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/libwps/Makefile (new) 1.1 +3 -0 ports/textproc/libwps/distinfo (new) 1.1 +7 -0 ports/textproc/libwps/pkg-descr (new) 1.1 +19 -0 ports/textproc/libwps/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:54:43 2008 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 B7FD61065686; Wed, 16 Apr 2008 17:54:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 941B48FC2C; Wed, 16 Apr 2008 17:54:43 +0000 (UTC) (envelope-from ahze@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 m3GHshOU059279; Wed, 16 Apr 2008 17:54:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GHsh3T059278; Wed, 16 Apr 2008 17:54:43 GMT (envelope-from ahze) Message-Id: <200804161754.m3GHsh3T059278@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 17:54:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 17:54:43 -0000 ahze 2008-04-16 17:54:43 UTC FreeBSD ports repository Modified files: . modules Log: libwps --> ports/textproc/libwps Revision Changes Path 1.19655 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 17:56:27 2008 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 C1CE51065670; Wed, 16 Apr 2008 17:56:27 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE7F8FC17; Wed, 16 Apr 2008 17:56:27 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from laptop.deepcore.dk (laptop.deepcore.dk [194.192.25.138]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id m3GHuPHp066994; Wed, 16 Apr 2008 19:56:25 +0200 (CEST) (envelope-from sos@FreeBSD.org) Message-Id: From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: John Baldwin In-Reply-To: <200804161008.01661.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 16 Apr 2008 19:56:25 +0200 References: <200804131605.m3DG5Z9P041647@repoman.freebsd.org> <86wsn0zasa.fsf@ds4.des.no> <200804161008.01661.jhb@freebsd.org> X-Mailer: Apple Mail (2.919.2) Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c 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: Wed, 16 Apr 2008 17:56:27 -0000 Hi ATA has done this for a long time for AHCI, if needed resources are =20 there it will go for AHCI and try to use it for known chipsets. What is relatively new in ATA is that it will go for chipsets that =20 claim to be AHCI compliant via the PCI "progif" register, however the =20= AHCI BAR still needs to be populated for it to be able to grap =20 resources needed. However some BIOS's effectively disables AHCI BAR's etc when its not =20 selected, not much we can do about that, or at least it will be a =20 nightmare to support. -S=F8ren On 16Apr, 2008, at 16:08 , John Baldwin wrote: > On Monday 14 April 2008 01:09:23 pm S=F8ren Schmidt wrote: >> Hi >> >> Yes, the registers used for setting up events when hotswap happens =20= >> are >> not accessible when in legacy compat mode. > > If all you need is for the AHCI BAR to have resources assigned newer =20= > FreeBSD > kernels (at least 6.x and later) are smart enough to alloc resources =20= > for a > BAR that the BIOS doesn't assign resources for when you do a > bus_alloc_resource(). > >> -S=F8ren >> >> On 14Apr, 2008, at 18:00 , Dag-Erling Sm=F8rgrav wrote: >>> S=F8ren Schmidt writes: >>>> You have to set AHCI mode in the BIOS or the resources needed to =20= >>>> use >>>> it wont be available, so yes its software but not ours :) >>> >>> Thanks S=F8ren, I will make sure the BIOS is correctly configured. >>> >>> Does this also affect hotswap? I assume that the ICH8 supports it, >>> but >>> I haven't been able to make it work. >>> >>> DES >>> -- >>> Dag-Erling Sm=F8rgrav - des@des.no > > > > --=20 > John Baldwin > > From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:06:19 2008 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 EA76A106566C; Wed, 16 Apr 2008 18:06:19 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5B478FC22; Wed, 16 Apr 2008 18:06:19 +0000 (UTC) (envelope-from ahze@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 m3GI6JuW060817; Wed, 16 Apr 2008 18:06:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GI6Jdi060816; Wed, 16 Apr 2008 18:06:19 GMT (envelope-from ahze) Message-Id: <200804161806.m3GI6Jdi060816@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 18:06:19 +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/editors/abiword-plugins Makefile distinfo 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: Wed, 16 Apr 2008 18:06:20 -0000 ahze 2008-04-16 18:06:19 UTC FreeBSD ports repository Modified files: editors/abiword-plugins Makefile distinfo Log: Update to 2.6.2 Revision Changes Path 1.32 +2 -2 ports/editors/abiword-plugins/Makefile 1.2 +6 -6 ports/editors/abiword-plugins/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:07:18 2008 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 3668D1065676; Wed, 16 Apr 2008 18:07:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11ED28FC23; Wed, 16 Apr 2008 18:07:18 +0000 (UTC) (envelope-from gahr@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 m3GI7HMq060900; Wed, 16 Apr 2008 18:07:17 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GI7HkU060899; Wed, 16 Apr 2008 18:07:17 GMT (envelope-from gahr) Message-Id: <200804161807.m3GI7HkU060899@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 18:07:17 +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/graphics/figurine 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: Wed, 16 Apr 2008 18:07:18 -0000 gahr 2008-04-16 18:07:17 UTC FreeBSD ports repository Modified files: graphics/figurine Makefile Log: - Fix typo breaking the build on sparc64 Approved by: miwi (mentor) Revision Changes Path 1.8 +1 -1 ports/graphics/figurine/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:28:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 26A12106566C; Wed, 16 Apr 2008 18:28:17 +0000 (UTC) Date: Wed, 16 Apr 2008 18:28:17 +0000 From: Alexey Dokuchaev To: Philippe Aud?oud Message-ID: <20080416182817.GA18703@FreeBSD.org> References: <200804151224.m3FCOPCq061671@repoman.freebsd.org> <20080415182303.GB81346@FreeBSD.org> <20080416133309.GW75926@tuxaco.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080416133309.GW75926@tuxaco.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia Makefile ports/multimedia/AtomicParsley Makefile distinfo pkg-descr ports/multimedia/AtomicParsley/files patch-build 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: Wed, 16 Apr 2008 18:28:17 -0000 On Wed, Apr 16, 2008 at 03:33:09PM +0200, Philippe Aud?oud wrote: > On Tue, 15 Apr 2008, Alexey Dokuchaev wrote: > > > On Tue, Apr 15, 2008 at 12:24:23PM +0000, Philippe Audeoud wrote: > > > jadawin 2008-04-15 12:24:23 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > multimedia Makefile > > > Added files: > > > multimedia/AtomicParsley Makefile distinfo pkg-descr > > > multimedia/AtomicParsley/files patch-build > > > Log: > > > AtomicParsley is a lightweight command line program for reading, parsing and > > > setting metadata into MPEG-4 files supporting these styles of metadata: > > > > Can we please, please, please avoid adding ports with upper-case > > characters in their names (with a few notable exceptions, like perl/pear > > modules)? While it's not too late, could you please readd it? > > > > AtomicParsley has been renamed to atomicparsley. Thank you! ./danfe From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:34:43 2008 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 233D8106567B; Wed, 16 Apr 2008 18:34:43 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1671D8FC1F; Wed, 16 Apr 2008 18:34:43 +0000 (UTC) (envelope-from ahze@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 m3GIYgDg061828; Wed, 16 Apr 2008 18:34:42 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIYg3x061827; Wed, 16 Apr 2008 18:34:42 GMT (envelope-from ahze) Message-Id: <200804161834.m3GIYg3x061827@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 18:34:42 +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/editors Makefile ports/editors/abiword-extras Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 18:34:43 -0000 ahze 2008-04-16 18:34:42 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/abiword-extras Makefile distinfo pkg-descr pkg-plist Log: Add abiword-extras AbiWord extras (Templates, clipart, dictionary files, etc) This directory tree contains GPL or GPL-compatible files used by AbiSuite that are very big and/or that don't change very often. The files in this directory may or may not be used in the actual compilation, but probably are used in the installation or at runtime. These files were kept out of the abi/user directory to decrease download times for those pulling down periodic tarballs. WWW: http://www.abisource.com/ Revision Changes Path 1.393 +1 -0 ports/editors/Makefile 1.1 +27 -0 ports/editors/abiword-extras/Makefile (new) 1.1 +3 -0 ports/editors/abiword-extras/distinfo (new) 1.1 +10 -0 ports/editors/abiword-extras/pkg-descr (new) 1.1 +41 -0 ports/editors/abiword-extras/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:35:08 2008 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 A6DD5106566B; Wed, 16 Apr 2008 18:35:08 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 824108FC13; Wed, 16 Apr 2008 18:35:08 +0000 (UTC) (envelope-from ahze@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 m3GIZ86H061906; Wed, 16 Apr 2008 18:35:08 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIZ8cs061905; Wed, 16 Apr 2008 18:35:08 GMT (envelope-from ahze) Message-Id: <200804161835.m3GIZ8cs061905@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 18:35:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 18:35:08 -0000 ahze 2008-04-16 18:35:08 UTC FreeBSD ports repository Modified files: . modules Log: abiword-extras --> ports/editors/abiword-extras Revision Changes Path 1.19656 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:40:52 2008 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 91308106566B; Wed, 16 Apr 2008 18:40:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BEC68FC0A; Wed, 16 Apr 2008 18:40:52 +0000 (UTC) (envelope-from delphij@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 m3GIeq6j062094; Wed, 16 Apr 2008 18:40:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIeq7T062093; Wed, 16 Apr 2008 18:40:52 GMT (envelope-from delphij) Message-Id: <200804161840.m3GIeq7T062093@repoman.freebsd.org> From: Xin LI Date: Wed, 16 Apr 2008 18:40:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen opendir.c 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: Wed, 16 Apr 2008 18:40:52 -0000 delphij 2008-04-16 18:40:52 UTC FreeBSD src repository Modified files: lib/libc/gen opendir.c Log: Style fixes to opendir.c: - Use /*- for copyright block; - ANSIfy. Revision Changes Path 1.24 +3 -6 src/lib/libc/gen/opendir.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:49:16 2008 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 089CD106566B; Wed, 16 Apr 2008 18:49:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D766F8FC25; Wed, 16 Apr 2008 18:49:15 +0000 (UTC) (envelope-from remko@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 m3GInFqf062348; Wed, 16 Apr 2008 18:49:15 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GInFBk062347; Wed, 16 Apr 2008 18:49:15 GMT (envelope-from remko) Message-Id: <200804161849.m3GInFBk062347@repoman.freebsd.org> From: Remko Lodder Date: Wed, 16 Apr 2008 18:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c 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: Wed, 16 Apr 2008 18:49:16 -0000 remko 2008-04-16 18:49:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall menus.c Log: MFC rev 1.431 menus.c Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment. I tested this as well as the submitter and couldn't resolve this either, since I dont want to "announce" dead mirrors, I'll remove it from the list. PR: 122567 Submitted by: vs Approved by: imp (mentor, implicit for trivial changes) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.425.2.6 +0 -3 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:50:04 2008 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 E22BB106566C; Wed, 16 Apr 2008 18:50:04 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD1518FC12; Wed, 16 Apr 2008 18:50:04 +0000 (UTC) (envelope-from remko@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 m3GIo40g062426; Wed, 16 Apr 2008 18:50:04 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIo4mN062425; Wed, 16 Apr 2008 18:50:04 GMT (envelope-from remko) Message-Id: <200804161850.m3GIo4mN062425@repoman.freebsd.org> From: Remko Lodder Date: Wed, 16 Apr 2008 18:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c 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: Wed, 16 Apr 2008 18:50:05 -0000 remko 2008-04-16 18:50:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall menus.c Log: MFC rev 1.431 menus.c Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment. I tested this as well as the submitter and couldn't resolve this either, since I dont want to "announce" dead mirrors, I'll remove it from the list. PR: 122567 Submitted by: vs Approved by: imp (mentor, implicit for trivial changes) MFC after: 1 week Approved by: imp (mentor, implicit) Revision Changes Path 1.410.2.15 +0 -3 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:54:09 2008 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 32F77106566B; Wed, 16 Apr 2008 18:54:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCA58FC1B; Wed, 16 Apr 2008 18:54:09 +0000 (UTC) (envelope-from remko@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 m3GIs8OW062544; Wed, 16 Apr 2008 18:54:08 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIs8Qn062543; Wed, 16 Apr 2008 18:54:08 GMT (envelope-from remko) Message-Id: <200804161854.m3GIs8Qn062543@repoman.freebsd.org> From: Remko Lodder Date: Wed, 16 Apr 2008 18:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/geom/class/journal gjournal.8 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: Wed, 16 Apr 2008 18:54:09 -0000 remko 2008-04-16 18:54:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/geom/class/journal gjournal.8 Log: MFC rev 1.4 gjournal.8 Add missing device in tunefs entry. PR: docs/122702 Submitted by: Yoshihiro Ota MFC After: 3 days MFC rev 1.5 gjournal.8 I keep taking timemachines to get back in time. Update the year to 2008. Noticed by: ceri Revision Changes Path 1.1.2.2 +2 -2 src/sbin/geom/class/journal/gjournal.8 From owner-cvs-all@FreeBSD.ORG Wed Apr 16 18:59:36 2008 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 BF98B106566B; Wed, 16 Apr 2008 18:59:36 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B246E8FC19; Wed, 16 Apr 2008 18:59:36 +0000 (UTC) (envelope-from delphij@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 m3GIxa3e062781; Wed, 16 Apr 2008 18:59:36 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GIxaBq062780; Wed, 16 Apr 2008 18:59:36 GMT (envelope-from delphij) Message-Id: <200804161859.m3GIxaBq062780@repoman.freebsd.org> From: Xin LI Date: Wed, 16 Apr 2008 18:59:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include dirent.h src/lib/libc/gen Makefile.inc Symbol.map directory.3 opendir.c src/sys/sys param.h 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: Wed, 16 Apr 2008 18:59:36 -0000 delphij 2008-04-16 18:59:36 UTC FreeBSD src repository Modified files: include dirent.h lib/libc/gen Makefile.inc Symbol.map directory.3 opendir.c sys/sys param.h Log: Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part deals with the usual __opendir2() calls, and the rest part with an interface translator to expose fdopendir(3) functionality. Manual page was obtained from kib@'s work for *at(2) system calls. Revision Changes Path 1.16 +1 -0 src/include/dirent.h 1.135 +1 -0 src/lib/libc/gen/Makefile.inc 1.10 +1 -0 src/lib/libc/gen/Symbol.map 1.17 +38 -1 src/lib/libc/gen/directory.3 1.25 +31 -5 src/lib/libc/gen/opendir.c 1.351 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:02:41 2008 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 C96611065671; Wed, 16 Apr 2008 19:02:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A379A8FC1B; Wed, 16 Apr 2008 19:02:41 +0000 (UTC) (envelope-from delphij@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 m3GJ2ftG062931; Wed, 16 Apr 2008 19:02:41 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJ2fGM062930; Wed, 16 Apr 2008 19:02:41 GMT (envelope-from delphij) Message-Id: <200804161902.m3GJ2fGM062930@repoman.freebsd.org> From: Xin LI Date: Wed, 16 Apr 2008 19:02:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml 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: Wed, 16 Apr 2008 19:02:41 -0000 delphij 2008-04-16 19:02:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSDversion 800035 Revision Changes Path 1.923 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:06:43 2008 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 8D9C4106566B; Wed, 16 Apr 2008 19:06:43 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 34A788FC1B; Wed, 16 Apr 2008 19:06:43 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 261B528448; Thu, 17 Apr 2008 03:06:40 +0800 (CST) Received: from localhost (tarsier.geekcn.org [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 440C6EC56F9; Thu, 17 Apr 2008 03:06:37 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id WvoKNcQ1bMb0; Thu, 17 Apr 2008 03:06:27 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 23100EC56FB; Thu, 17 Apr 2008 03:06:24 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=IS/SJRp8BnKxXt4TNdAWvRhDq/JvXXAKB6RhO5Hb6psmmIvnRAM9Y5gIG4geoqWfb J3IKpoygxlFtLWVXGgUBA== Message-ID: <48064E2F.3030800@delphij.net> Date: Wed, 16 Apr 2008 12:06:23 -0700 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: Christian Weisgerber References: <200804121532.m3CFW1kh078688@repoman.freebsd.org> <4801BE6A.9090902@delphij.net> <20080413190643.GA31023@kemoauc.mips.inka.de> In-Reply-To: <20080413190643.GA31023@kemoauc.mips.inka.de> X-Enigmail-Version: 0.95.6 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.ORG, d@delphij.net, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/findutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 19:06:43 -0000 Christian Weisgerber wrote: > Xin LI: > >>> Work around the assumption that openat() implies the existence of >>> fdopendir(). FreeBSD 8 has the former, but not the latter. >> What about just implementing it instead? I have a hackish patch for this. > > Maybe, but this is outside the purview of ports. > I also think the merits of having fdopendir(3) should be judged > independently of the latest GNU breakage. Could you please test the latest -HEAD to see if the GNU packages would live happily with it? Cheers, -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:25:40 2008 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 ABC58106566B; Wed, 16 Apr 2008 19:25:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84C318FC1C; Wed, 16 Apr 2008 19:25:40 +0000 (UTC) (envelope-from jkim@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 m3GJPeg9066194; Wed, 16 Apr 2008 19:25:40 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJPeEi066193; Wed, 16 Apr 2008 19:25:40 GMT (envelope-from jkim) Message-Id: <200804161925.m3GJPeEi066193@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 16 Apr 2008 19:25:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_dummy.c syscalls.master src/sys/i386/linux linux_dummy.c syscalls.master 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: Wed, 16 Apr 2008 19:25:40 -0000 jkim 2008-04-16 19:25:39 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_dummy.c syscalls.master sys/i386/linux linux_dummy.c syscalls.master Log: Add stubs for syscalls introduced in Linux 2.6.17 kernel. Some GNU libc version started using them before 2.6.17 was officially out. MFC after: 3 days Revision Changes Path 1.11 +6 -0 src/sys/amd64/linux32/linux32_dummy.c 1.33 +6 -0 src/sys/amd64/linux32/syscalls.master 1.48 +6 -0 src/sys/i386/linux/linux_dummy.c 1.92 +6 -0 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:27:36 2008 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 A93EC106566C; Wed, 16 Apr 2008 19:27:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96AA98FC13; Wed, 16 Apr 2008 19:27:36 +0000 (UTC) (envelope-from jkim@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 m3GJRaq3066350; Wed, 16 Apr 2008 19:27:36 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJRak5066349; Wed, 16 Apr 2008 19:27:36 GMT (envelope-from jkim) Message-Id: <200804161927.m3GJRak5066349@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 16 Apr 2008 19:27:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c 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: Wed, 16 Apr 2008 19:27:36 -0000 jkim 2008-04-16 19:27:36 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regenerate. Revision Changes Path 1.36 +31 -1 src/sys/amd64/linux32/linux32_proto.h 1.36 +8 -2 src/sys/amd64/linux32/linux32_syscall.h 1.36 +7 -1 src/sys/amd64/linux32/linux32_sysent.c 1.98 +31 -1 src/sys/i386/linux/linux_proto.h 1.90 +8 -2 src/sys/i386/linux/linux_syscall.h 1.97 +7 -1 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:44:26 2008 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 8BECA106567A; Wed, 16 Apr 2008 19:44:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63C5E8FC2E; Wed, 16 Apr 2008 19:44:26 +0000 (UTC) (envelope-from ahze@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 m3GJiQIc066906; Wed, 16 Apr 2008 19:44:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJiPau066905; Wed, 16 Apr 2008 19:44:25 GMT (envelope-from ahze) Message-Id: <200804161944.m3GJiPau066905@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 19:44:25 +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/editors Makefile ports/editors/abiword-docs Makefile distinfo pkg-descr pkg-plist 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: Wed, 16 Apr 2008 19:44:26 -0000 ahze 2008-04-16 19:44:25 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/abiword-docs Makefile distinfo pkg-descr pkg-plist Log: Add abiword-docs AbiWord help files Revision Changes Path 1.394 +1 -0 ports/editors/Makefile 1.1 +27 -0 ports/editors/abiword-docs/Makefile (new) 1.1 +3 -0 ports/editors/abiword-docs/distinfo (new) 1.1 +3 -0 ports/editors/abiword-docs/pkg-descr (new) 1.1 +242 -0 ports/editors/abiword-docs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:44:49 2008 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 0D58A106564A; Wed, 16 Apr 2008 19:44:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBA868FC1B; Wed, 16 Apr 2008 19:44:48 +0000 (UTC) (envelope-from ahze@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 m3GJim6u066944; Wed, 16 Apr 2008 19:44:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJimsl066943; Wed, 16 Apr 2008 19:44:48 GMT (envelope-from ahze) Message-Id: <200804161944.m3GJimsl066943@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 19:44:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Wed, 16 Apr 2008 19:44:49 -0000 ahze 2008-04-16 19:44:48 UTC FreeBSD ports repository Modified files: . modules Log: abiword-docs --> ports/editors/abiword-docs Revision Changes Path 1.19657 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Apr 16 19:52:30 2008 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 24BC61065671; Wed, 16 Apr 2008 19:52:30 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F28178FC1F; Wed, 16 Apr 2008 19:52:29 +0000 (UTC) (envelope-from mav@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 m3GJqTS3067228; Wed, 16 Apr 2008 19:52:29 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GJqTZb067227; Wed, 16 Apr 2008 19:52:29 GMT (envelope-from mav) Message-Id: <200804161952.m3GJqTZb067227@repoman.freebsd.org> From: Alexander Motin Date: Wed, 16 Apr 2008 19:52:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_base.c 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: Wed, 16 Apr 2008 19:52:30 -0000 mav 2008-04-16 19:52:29 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Use separate UMA zone for data items allocation. It is a partial rev. 1.149 rework. It allows to save several percents of CPU time on SMP by using UMA's internal per-CPU allocation limits instead of own global variable each time updated with atomics. Tested with: Netperf cluster Revision Changes Path 1.158 +70 -40 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 20:35:19 2008 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 EEE4B1065670; Wed, 16 Apr 2008 20:35:19 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFA958FC15; Wed, 16 Apr 2008 20:35:19 +0000 (UTC) (envelope-from thierry@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 m3GKZJNK069792; Wed, 16 Apr 2008 20:35:19 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GKZJNT069791; Wed, 16 Apr 2008 20:35:19 GMT (envelope-from thierry) Message-Id: <200804162035.m3GKZJNT069791@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 16 Apr 2008 20:35:19 +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/textproc/aspell Makefile distinfo pkg-plist ports/textproc/aspell/files patch-configure 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: Wed, 16 Apr 2008 20:35:20 -0000 thierry 2008-04-16 20:35:19 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile distinfo pkg-plist textproc/aspell/files patch-configure Log: Upgrade to 0.60.6. List of changes from 0.60.5: * Compile fixes for Gcc 4.3. * Minor tweak to suggestion code which improved suggestion results in certain cases. * Always line buffer stdout and stderr in the Aspell utility when there is the potential for it to be used interactively through a pipe. * Removed debug output in `aspell munch-list'. * Other minor updates and bug fixes. * Enable Unicode support. Revision Changes Path 1.88 +2 -2 ports/textproc/aspell/Makefile 1.47 +3 -3 ports/textproc/aspell/distinfo 1.8 +17 -29 ports/textproc/aspell/files/patch-configure 1.39 +1 -0 ports/textproc/aspell/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:15:11 2008 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 39A67106566C; Wed, 16 Apr 2008 21:15:11 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11D0A8FC15; Wed, 16 Apr 2008 21:15:11 +0000 (UTC) (envelope-from stas@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 m3GLFAxj081170; Wed, 16 Apr 2008 21:15:10 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLFAGS081169; Wed, 16 Apr 2008 21:15:10 GMT (envelope-from stas) Message-Id: <200804162115.m3GLFAGS081169@repoman.freebsd.org> From: Stanislav Sedov Date: Wed, 16 Apr 2008 21:15:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uipaq.c 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: Wed, 16 Apr 2008 21:15:11 -0000 stas 2008-04-16 21:15:10 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb uipaq.c Log: - Correctly destroy assoiciated ucom device on detach. MFC after: 2 weeks Reported by: Ilya Bakulin Approved by: imp, cognet Revision Changes Path 1.9 +2 -0 src/sys/dev/usb/uipaq.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:21:26 2008 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 92E091065672; Wed, 16 Apr 2008 21:21:26 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 803538FC1B; Wed, 16 Apr 2008 21:21:26 +0000 (UTC) (envelope-from anders@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 m3GLLQNs081490; Wed, 16 Apr 2008 21:21:26 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLLQSn081489; Wed, 16 Apr 2008 21:21:26 GMT (envelope-from anders) Message-Id: <200804162121.m3GLLQSn081489@repoman.freebsd.org> From: Anders Nordby Date: Wed, 16 Apr 2008 21:21:26 +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/audio/xmp Makefile distinfo pkg-plist ports/audio/xmp/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-src-drivers-oss_seq.c patch-src::loaders::ac1d_load.c patch-src::loaders::pp10_load.c 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: Wed, 16 Apr 2008 21:21:26 -0000 anders 2008-04-16 21:21:26 UTC FreeBSD ports repository Modified files: audio/xmp Makefile distinfo pkg-plist Added files: audio/xmp/files patch-src-drivers-oss_seq.c Removed files: audio/xmp/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-src::loaders::ac1d_load.c patch-src::loaders::pp10_load.c Log: Update to 2.5.1. Changes: - X11 interface removed. - OSS sound support works, esound not necessary anymore. - Add OPTIONS knobs. Revision Changes Path 1.37 +27 -15 ports/audio/xmp/Makefile 1.9 +3 -3 ports/audio/xmp/distinfo 1.3 +0 -20 ports/audio/xmp/files/patch-aa (dead) 1.4 +0 -9 ports/audio/xmp/files/patch-ab (dead) 1.3 +0 -13 ports/audio/xmp/files/patch-ac (dead) 1.3 +0 -21 ports/audio/xmp/files/patch-ad (dead) 1.2 +0 -13 ports/audio/xmp/files/patch-ae (dead) 1.2 +0 -11 ports/audio/xmp/files/patch-af (dead) 1.2 +0 -11 ports/audio/xmp/files/patch-ag (dead) 1.4 +0 -11 ports/audio/xmp/files/patch-ah (dead) 1.2 +0 -33 ports/audio/xmp/files/patch-ai (dead) 1.2 +0 -19 ports/audio/xmp/files/patch-aj (dead) 1.2 +0 -36 ports/audio/xmp/files/patch-ak (dead) 1.1 +26 -0 ports/audio/xmp/files/patch-src-drivers-oss_seq.c (new) 1.2 +0 -10 ports/audio/xmp/files/patch-src::loaders::ac1d_load.c (dead) 1.2 +0 -10 ports/audio/xmp/files/patch-src::loaders::pp10_load.c (dead) 1.3 +4 -4 ports/audio/xmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:31:34 2008 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 12D321065676; Wed, 16 Apr 2008 21:31:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF0EB8FC0C; Wed, 16 Apr 2008 21:31:33 +0000 (UTC) (envelope-from ahze@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 m3GLVXDR081791; Wed, 16 Apr 2008 21:31:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLVXmc081790; Wed, 16 Apr 2008 21:31:33 GMT (envelope-from ahze) Message-Id: <200804162131.m3GLVXmc081790@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 21:31:33 +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/editors/abiword/files patch-ar 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: Wed, 16 Apr 2008 21:31:34 -0000 ahze 2008-04-16 21:31:33 UTC FreeBSD ports repository Removed files: editors/abiword/files patch-ar Log: Update to 2.6.2 (remove unneeded patch) Submitted by: bf Revision Changes Path 1.7 +0 -11 ports/editors/abiword/files/patch-ar (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:39:21 2008 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 5B3261065671; Wed, 16 Apr 2008 21:39:21 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32F298FC1F; Wed, 16 Apr 2008 21:39:21 +0000 (UTC) (envelope-from ahze@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 m3GLdLC2082031; Wed, 16 Apr 2008 21:39:21 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLdKwl082030; Wed, 16 Apr 2008 21:39:20 GMT (envelope-from ahze) Message-Id: <200804162139.m3GLdKwl082030@repoman.freebsd.org> From: Michael Johnson Date: Wed, 16 Apr 2008 21:39:20 +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/textproc/enchant 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: Wed, 16 Apr 2008 21:39:21 -0000 ahze 2008-04-16 21:39:20 UTC FreeBSD ports repository Modified files: textproc/enchant Makefile Log: Fix build on OSVERSION < 700042 PR: ports/122831 Submitted by: barbara Revision Changes Path 1.25 +6 -0 ports/textproc/enchant/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:43:04 2008 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 6D5DE106564A; Wed, 16 Apr 2008 21:43:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45A178FC1B; Wed, 16 Apr 2008 21:43:04 +0000 (UTC) (envelope-from pav@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 m3GLh4Ea082179; Wed, 16 Apr 2008 21:43:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLh4V2082178; Wed, 16 Apr 2008 21:43:04 GMT (envelope-from pav) Message-Id: <200804162143.m3GLh4V2082178@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 21:43:04 +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/net/coda6_server 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: Wed, 16 Apr 2008 21:43:04 -0000 pav 2008-04-16 21:43:04 UTC FreeBSD ports repository Modified files: net/coda6_server Makefile Log: - Chase rpc2 update Pointy hat to: clsung Revision Changes Path 1.14 +2 -1 ports/net/coda6_server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:45:46 2008 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 1D66B106564A; Wed, 16 Apr 2008 21:45:46 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E971B8FC24; Wed, 16 Apr 2008 21:45:45 +0000 (UTC) (envelope-from pav@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 m3GLjj64082339; Wed, 16 Apr 2008 21:45:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLjjND082338; Wed, 16 Apr 2008 21:45:45 GMT (envelope-from pav) Message-Id: <200804162145.m3GLjjND082338@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 21:45:45 +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/games/endgame-singularity-music 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: Wed, 16 Apr 2008 21:45:46 -0000 pav 2008-04-16 21:45:45 UTC FreeBSD ports repository Modified files: games/endgame-singularity-music Makefile Log: - Fix fetch Pointy hat to: edwin Revision Changes Path 1.4 +1 -1 ports/games/endgame-singularity-music/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:48:19 2008 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 54925106566C; Wed, 16 Apr 2008 21:48:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2CBA98FC19; Wed, 16 Apr 2008 21:48:19 +0000 (UTC) (envelope-from pav@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 m3GLmIoZ082426; Wed, 16 Apr 2008 21:48:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLmI9d082425; Wed, 16 Apr 2008 21:48:18 GMT (envelope-from pav) Message-Id: <200804162148.m3GLmI9d082425@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 21:48:18 +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/emulators/fceu 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: Wed, 16 Apr 2008 21:48:19 -0000 pav 2008-04-16 21:48:18 UTC FreeBSD ports repository Modified files: emulators/fceu Makefile Log: - Fix fetch, bsd-unix.org is gone Revision Changes Path 1.23 +2 -1 ports/emulators/fceu/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 21:58:04 2008 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 1E91E106564A; Wed, 16 Apr 2008 21:58:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAAE88FC15; Wed, 16 Apr 2008 21:58:03 +0000 (UTC) (envelope-from pav@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 m3GLw3FI082769; Wed, 16 Apr 2008 21:58:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GLw3xL082768; Wed, 16 Apr 2008 21:58:03 GMT (envelope-from pav) Message-Id: <200804162158.m3GLw3xL082768@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 21:58:03 +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/Mk bsd.sites.mk 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: Wed, 16 Apr 2008 21:58:04 -0000 pav 2008-04-16 21:58:03 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: caliu.info domain is gone Revision Changes Path 1.445 +1 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:01:05 2008 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 2A3C21065673; Wed, 16 Apr 2008 22:01:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 019C78FC1A; Wed, 16 Apr 2008 22:01:05 +0000 (UTC) (envelope-from pav@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 m3GM14Ua082928; Wed, 16 Apr 2008 22:01:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GM14Or082927; Wed, 16 Apr 2008 22:01:04 GMT (envelope-from pav) Message-Id: <200804162201.m3GM14Or082927@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:01:04 +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/net-mgmt/chillispot Makefile pkg-descr 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: Wed, 16 Apr 2008 22:01:05 -0000 pav 2008-04-16 22:01:04 UTC FreeBSD ports repository Modified files: net-mgmt/chillispot Makefile pkg-descr Log: - Fix fetch, update WWW Revision Changes Path 1.6 +1 -1 ports/net-mgmt/chillispot/Makefile 1.2 +1 -1 ports/net-mgmt/chillispot/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:06:06 2008 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 4C9FC106564A; Wed, 16 Apr 2008 22:06:06 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0C98FC1B; Wed, 16 Apr 2008 22:06:06 +0000 (UTC) (envelope-from thierry@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 m3GM65e7084371; Wed, 16 Apr 2008 22:06:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GM65KZ084370; Wed, 16 Apr 2008 22:06:05 GMT (envelope-from thierry) Message-Id: <200804162206.m3GM65KZ084370@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 16 Apr 2008 22:06:05 +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/textproc/eo-aspell Makefile distinfo pkg-plist ports/textproc/es-aspell Makefile distinfo pkg-plist ports/textproc/gl-aspell Makefile distinfo pkg-plist ports/textproc/ro-aspell Makefile distinfo pkg-plist ... 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: Wed, 16 Apr 2008 22:06:06 -0000 thierry 2008-04-16 22:06:05 UTC FreeBSD ports repository Modified files: textproc/eo-aspell Makefile distinfo pkg-plist textproc/es-aspell Makefile distinfo pkg-plist textproc/gl-aspell Makefile distinfo pkg-plist textproc/ro-aspell Makefile distinfo pkg-plist textproc/lt-aspell Makefile distinfo portuguese/aspell-pt_BR Makefile distinfo pkg-plist Log: Upgrade Esperanto (eo), Spanish (es), Galician (gl), Romanian (ro), Lithuanian (lt), and Brazilian Portuguese (pt_BR) Aspell Dictionaries to their latest releases. Revision Changes Path 1.4 +1 -1 ports/portuguese/aspell-pt_BR/Makefile 1.4 +3 -3 ports/portuguese/aspell-pt_BR/distinfo 1.3 +1 -0 ports/portuguese/aspell-pt_BR/pkg-plist 1.6 +1 -1 ports/textproc/eo-aspell/Makefile 1.2 +3 -3 ports/textproc/eo-aspell/distinfo 1.2 +1 -0 ports/textproc/eo-aspell/pkg-plist 1.7 +1 -1 ports/textproc/es-aspell/Makefile 1.2 +3 -3 ports/textproc/es-aspell/distinfo 1.2 +3 -2 ports/textproc/es-aspell/pkg-plist 1.3 +2 -2 ports/textproc/gl-aspell/Makefile 1.2 +3 -3 ports/textproc/gl-aspell/distinfo 1.2 +4 -1 ports/textproc/gl-aspell/pkg-plist 1.5 +1 -1 ports/textproc/lt-aspell/Makefile 1.2 +3 -3 ports/textproc/lt-aspell/distinfo 1.6 +1 -1 ports/textproc/ro-aspell/Makefile 1.2 +3 -3 ports/textproc/ro-aspell/distinfo 1.2 +0 -2 ports/textproc/ro-aspell/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:06:08 2008 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 3600D106566B; Wed, 16 Apr 2008 22:06:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DDB08FC0C; Wed, 16 Apr 2008 22:06:08 +0000 (UTC) (envelope-from pav@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 m3GM67uV084400; Wed, 16 Apr 2008 22:06:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GM67lG084399; Wed, 16 Apr 2008 22:06:07 GMT (envelope-from pav) Message-Id: <200804162206.m3GM67lG084399@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:06:07 +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/palm/jfconv 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: Wed, 16 Apr 2008 22:06:08 -0000 pav 2008-04-16 22:06:07 UTC FreeBSD ports repository Modified files: palm/jfconv Makefile Log: - Fix fetch; gone from vendor website Revision Changes Path 1.12 +1 -2 ports/palm/jfconv/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:09:15 2008 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 947BD106566C; Wed, 16 Apr 2008 22:09:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BFF98FC31; Wed, 16 Apr 2008 22:09:15 +0000 (UTC) (envelope-from pav@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 m3GM9FBi084480; Wed, 16 Apr 2008 22:09:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GM9FBp084479; Wed, 16 Apr 2008 22:09:15 GMT (envelope-from pav) Message-Id: <200804162209.m3GM9FBp084479@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:09:15 +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/editors/komodo-edit 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: Wed, 16 Apr 2008 22:09:15 -0000 pav 2008-04-16 22:09:15 UTC FreeBSD ports repository Modified files: editors/komodo-edit Makefile Log: - Fix fetch Revision Changes Path 1.4 +1 -1 ports/editors/komodo-edit/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:10:53 2008 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 9AD2E1065675; Wed, 16 Apr 2008 22:10:53 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7278D8FC1A; Wed, 16 Apr 2008 22:10:53 +0000 (UTC) (envelope-from johans@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 m3GMArsS084596; Wed, 16 Apr 2008 22:10:53 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMAriB084595; Wed, 16 Apr 2008 22:10:53 GMT (envelope-from johans) Message-Id: <200804162210.m3GMAriB084595@repoman.freebsd.org> From: Johan van Selst Date: Wed, 16 Apr 2008 22:10:53 +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/math/coq 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: Wed, 16 Apr 2008 22:10:53 -0000 johans 2008-04-16 22:10:53 UTC FreeBSD ports repository Modified files: math/coq Makefile Log: - Due to depency updates, camlp5 (fresh port) is now required as well: Include this dependency and bump portrevision Revision Changes Path 1.17 +3 -0 ports/math/coq/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:19:39 2008 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 3ACB01065673; Wed, 16 Apr 2008 22:19:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 125B98FC16; Wed, 16 Apr 2008 22:19:39 +0000 (UTC) (envelope-from pav@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 m3GMJckR084822; Wed, 16 Apr 2008 22:19:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMJc5i084821; Wed, 16 Apr 2008 22:19:38 GMT (envelope-from pav) Message-Id: <200804162219.m3GMJc5i084821@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:19:38 +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/math/nsc2ke Makefile pkg-descr 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: Wed, 16 Apr 2008 22:19:39 -0000 pav 2008-04-16 22:19:38 UTC FreeBSD ports repository Modified files: math/nsc2ke Makefile pkg-descr Log: - Fix fetch, update WWW Revision Changes Path 1.6 +1 -2 ports/math/nsc2ke/Makefile 1.2 +1 -1 ports/math/nsc2ke/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:25:18 2008 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 2EE36106566B; Wed, 16 Apr 2008 22:25:18 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 061658FC27; Wed, 16 Apr 2008 22:25:18 +0000 (UTC) (envelope-from pav@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 m3GMPHdk085081; Wed, 16 Apr 2008 22:25:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMPHSE085080; Wed, 16 Apr 2008 22:25:17 GMT (envelope-from pav) Message-Id: <200804162225.m3GMPHSE085080@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:25:17 +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/security/opensaml pkg-descr 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: Wed, 16 Apr 2008 22:25:18 -0000 pav 2008-04-16 22:25:17 UTC FreeBSD ports repository Modified files: security/opensaml pkg-descr Log: - Update WWW Revision Changes Path 1.2 +1 -1 ports/security/opensaml/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:28:19 2008 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 EB2711065671; Wed, 16 Apr 2008 22:28:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C21BB8FC13; Wed, 16 Apr 2008 22:28:19 +0000 (UTC) (envelope-from pav@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 m3GMSJ0o085169; Wed, 16 Apr 2008 22:28:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMSJ4b085168; Wed, 16 Apr 2008 22:28:19 GMT (envelope-from pav) Message-Id: <200804162228.m3GMSJ4b085168@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:28:19 +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/www/openvrml 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: Wed, 16 Apr 2008 22:28:20 -0000 pav 2008-04-16 22:28:19 UTC FreeBSD ports repository Modified files: www/openvrml Makefile Log: - Mark BROKEN on FreeBSD 5.x, 6.x Revision Changes Path 1.44 +4 -0 ports/www/openvrml/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:29:17 2008 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 7DB911065676; Wed, 16 Apr 2008 22:29:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01E6A8FC0C; Wed, 16 Apr 2008 22:29:17 +0000 (UTC) (envelope-from gahr@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 m3GMTGOM085212; Wed, 16 Apr 2008 22:29:16 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMTGSJ085211; Wed, 16 Apr 2008 22:29:16 GMT (envelope-from gahr) Message-Id: <200804162229.m3GMTGSJ085211@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:29:16 +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/net-p2p/dclib Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 22:29:17 -0000 gahr 2008-04-16 22:29:16 UTC FreeBSD ports repository Modified files: net-p2p/dclib Makefile distinfo pkg-plist Log: - Update to 0.3.13 Approved by: miwi (mentor) Revision Changes Path 1.34 +2 -2 ports/net-p2p/dclib/Makefile 1.20 +3 -3 ports/net-p2p/dclib/distinfo 1.12 +1 -1 ports/net-p2p/dclib/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:32:14 2008 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 9EE5F106564A; Wed, 16 Apr 2008 22:32:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7666E8FC1A; Wed, 16 Apr 2008 22:32:14 +0000 (UTC) (envelope-from pav@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 m3GMWE7J085347; Wed, 16 Apr 2008 22:32:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMWEMm085346; Wed, 16 Apr 2008 22:32:14 GMT (envelope-from pav) Message-Id: <200804162232.m3GMWEMm085346@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:32:14 +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/polish/gnugadu2 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: Wed, 16 Apr 2008 22:32:14 -0000 pav 2008-04-16 22:32:14 UTC FreeBSD ports repository Modified files: polish/gnugadu2 Makefile Log: - Mark BROKEN: does not configure Revision Changes Path 1.45 +2 -0 ports/polish/gnugadu2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:32:35 2008 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 43D081065672; Wed, 16 Apr 2008 22:32:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB678FC1E; Wed, 16 Apr 2008 22:32:35 +0000 (UTC) (envelope-from gahr@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 m3GMWY5L085381; Wed, 16 Apr 2008 22:32:34 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMWYxR085380; Wed, 16 Apr 2008 22:32:34 GMT (envelope-from gahr) Message-Id: <200804162232.m3GMWYxR085380@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:32:34 +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/net-p2p/valknut Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 22:32:35 -0000 gahr 2008-04-16 22:32:34 UTC FreeBSD ports repository Modified files: net-p2p/valknut Makefile distinfo pkg-plist Log: - Update to 0.3.13 Approved by: miwi (mentor) Revision Changes Path 1.31 +1 -1 ports/net-p2p/valknut/Makefile 1.18 +3 -3 ports/net-p2p/valknut/distinfo 1.8 +10 -0 ports/net-p2p/valknut/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:36:42 2008 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 AE2A8106566B; Wed, 16 Apr 2008 22:36:42 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8427C8FC0C; Wed, 16 Apr 2008 22:36:42 +0000 (UTC) (envelope-from gahr@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 m3GMagAJ085611; Wed, 16 Apr 2008 22:36:42 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMagZ0085610; Wed, 16 Apr 2008 22:36:42 GMT (envelope-from gahr) Message-Id: <200804162236.m3GMagZ0085610@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:36:42 +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/net/trickle Makefile distinfo ports/net/trickle/files patch-trickle-overload.c 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: Wed, 16 Apr 2008 22:36:42 -0000 gahr 2008-04-16 22:36:42 UTC FreeBSD ports repository Modified files: net/trickle Makefile distinfo net/trickle/files patch-trickle-overload.c Log: - Update to 1.0.7 Approved by: miwi (mentor) Revision Changes Path 1.19 +1 -2 ports/net/trickle/Makefile 1.4 +3 -3 ports/net/trickle/distinfo 1.2 +45 -12 ports/net/trickle/files/patch-trickle-overload.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:40:09 2008 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 D99591065672; Wed, 16 Apr 2008 22:40:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B044C8FC12; Wed, 16 Apr 2008 22:40:09 +0000 (UTC) (envelope-from miwi@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 m3GMe96e085749; Wed, 16 Apr 2008 22:40:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMe9J7085748; Wed, 16 Apr 2008 22:40:09 GMT (envelope-from miwi) Message-Id: <200804162240.m3GMe9J7085748@repoman.freebsd.org> From: Martin Wilke Date: Wed, 16 Apr 2008 22:40:09 +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/math/fxt Makefile distinfo pkg-plist 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: Wed, 16 Apr 2008 22:40:10 -0000 miwi 2008-04-16 22:40:09 UTC FreeBSD ports repository Modified files: math/fxt Makefile distinfo pkg-plist Log: - Update to 2008.04.10 (make fetchable again) Revision Changes Path 1.27 +1 -1 ports/math/fxt/Makefile 1.20 +3 -3 ports/math/fxt/distinfo 1.15 +8 -10 ports/math/fxt/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:41:17 2008 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 BD25A1065670; Wed, 16 Apr 2008 22:41:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 938688FC1F; Wed, 16 Apr 2008 22:41:17 +0000 (UTC) (envelope-from gahr@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 m3GMfHhh085857; Wed, 16 Apr 2008 22:41:17 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMfHnq085856; Wed, 16 Apr 2008 22:41:17 GMT (envelope-from gahr) Message-Id: <200804162241.m3GMfHnq085856@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:41:17 +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/net-p2p/napshare Makefile distinfo ports/net-p2p/napshare/files patch-src-nodes.c 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: Wed, 16 Apr 2008 22:41:17 -0000 gahr 2008-04-16 22:41:16 UTC FreeBSD ports repository Modified files: net-p2p/napshare Makefile distinfo Removed files: net-p2p/napshare/files patch-src-nodes.c Log: - Update to 1.3 Approved by: miwi (mentor) Revision Changes Path 1.15 +2 -7 ports/net-p2p/napshare/Makefile 1.7 +3 -3 ports/net-p2p/napshare/distinfo 1.2 +0 -11 ports/net-p2p/napshare/files/patch-src-nodes.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:41:35 2008 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 CF4431065705; Wed, 16 Apr 2008 22:41:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A65048FC24; Wed, 16 Apr 2008 22:41:35 +0000 (UTC) (envelope-from pav@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 m3GMfZOF085894; Wed, 16 Apr 2008 22:41:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMfZfh085893; Wed, 16 Apr 2008 22:41:35 GMT (envelope-from pav) Message-Id: <200804162241.m3GMfZfh085893@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:41:35 +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/sysutils/tenshi Makefile pkg-descr 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: Wed, 16 Apr 2008 22:41:35 -0000 pav 2008-04-16 22:41:35 UTC FreeBSD ports repository Modified files: sysutils/tenshi Makefile pkg-descr Log: - Fix fetch, update WWW Revision Changes Path 1.12 +1 -2 ports/sysutils/tenshi/Makefile 1.2 +1 -1 ports/sysutils/tenshi/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:42:29 2008 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 5B8FC1065672; Wed, 16 Apr 2008 22:42:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3259F8FC28; Wed, 16 Apr 2008 22:42:29 +0000 (UTC) (envelope-from itetcu@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 m3GMgTEU085945; Wed, 16 Apr 2008 22:42:29 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMgSc4085944; Wed, 16 Apr 2008 22:42:28 GMT (envelope-from itetcu) Message-Id: <200804162242.m3GMgSc4085944@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 16 Apr 2008 22:42:28 +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/audio/xmms-crystality 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: Wed, 16 Apr 2008 22:42:29 -0000 itetcu 2008-04-16 22:42:28 UTC FreeBSD ports repository Modified files: audio/xmms-crystality Makefile Log: Unbreak by providing 2 new Revision Changes Path 1.18 +2 -6 ports/audio/xmms-crystality/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:42:35 2008 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 5C34F1065722; Wed, 16 Apr 2008 22:42:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3235E8FC22; Wed, 16 Apr 2008 22:42:35 +0000 (UTC) (envelope-from gahr@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 m3GMgZkj085974; Wed, 16 Apr 2008 22:42:35 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMgYLt085973; Wed, 16 Apr 2008 22:42:34 GMT (envelope-from gahr) Message-Id: <200804162242.m3GMgYLt085973@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:42:34 +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/news/diablo Makefile distinfo 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: Wed, 16 Apr 2008 22:42:35 -0000 gahr 2008-04-16 22:42:34 UTC FreeBSD ports repository Modified files: news/diablo Makefile distinfo Log: - Update to 5.1 Approved by: miwi (mentor) Revision Changes Path 1.29 +1 -1 ports/news/diablo/Makefile 1.11 +3 -3 ports/news/diablo/distinfo From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:43:59 2008 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 0EDAE1065671; Wed, 16 Apr 2008 22:43:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA1DA8FC1E; Wed, 16 Apr 2008 22:43:58 +0000 (UTC) (envelope-from pav@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 m3GMhw0l086028; Wed, 16 Apr 2008 22:43:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMhwR2086027; Wed, 16 Apr 2008 22:43:58 GMT (envelope-from pav) Message-Id: <200804162243.m3GMhwR2086027@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Apr 2008 22:43:58 +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/x11-toolkits/wxmozilla 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: Wed, 16 Apr 2008 22:43:59 -0000 pav 2008-04-16 22:43:58 UTC FreeBSD ports repository Modified files: x11-toolkits/wxmozilla Makefile Log: Mark BROKEN Revision Changes Path 1.29 +2 -0 ports/x11-toolkits/wxmozilla/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:45:36 2008 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 6F3171065678; Wed, 16 Apr 2008 22:45:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4575A8FC25; Wed, 16 Apr 2008 22:45:36 +0000 (UTC) (envelope-from itetcu@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 m3GMjatw086137; Wed, 16 Apr 2008 22:45:36 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMjaXd086136; Wed, 16 Apr 2008 22:45:36 GMT (envelope-from itetcu) Message-Id: <200804162245.m3GMjaXd086136@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 16 Apr 2008 22:45:36 +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/audio/xmms-crystality 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: Wed, 16 Apr 2008 22:45:36 -0000 itetcu 2008-04-16 22:45:36 UTC FreeBSD ports repository Modified files: audio/xmms-crystality Makefile Log: Previous commit log should read: Unbreak by providing 2 new MASTER_STIES, one my server and the other one discovered by [1] Submitted by: cernpe on ports@ [1] Revision Changes Path 1.19 +2 -2 ports/audio/xmms-crystality/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:50:07 2008 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 BD952106566B; Wed, 16 Apr 2008 22:50:07 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 940818FC15; Wed, 16 Apr 2008 22:50:07 +0000 (UTC) (envelope-from clsung@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 m3GMo71n086307; Wed, 16 Apr 2008 22:50:07 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMo7tU086306; Wed, 16 Apr 2008 22:50:07 GMT (envelope-from clsung) Message-Id: <200804162250.m3GMo7tU086306@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 16 Apr 2008 22:50:07 +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/irc/p5-POE-Component-Server-IRC pkg-descr~ 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: Wed, 16 Apr 2008 22:50:07 -0000 clsung 2008-04-16 22:50:07 UTC FreeBSD ports repository Removed files: irc/p5-POE-Component-Server-IRC pkg-descr~ Log: - remove *~ Revision Changes Path 1.2 +0 -7 ports/irc/p5-POE-Component-Server-IRC/pkg-descr~ (dead) From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:54:51 2008 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 222F51065671; Wed, 16 Apr 2008 22:54:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC1518FC1A; Wed, 16 Apr 2008 22:54:50 +0000 (UTC) (envelope-from gahr@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 m3GMsobI086485; Wed, 16 Apr 2008 22:54:50 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMso2U086484; Wed, 16 Apr 2008 22:54:50 GMT (envelope-from gahr) Message-Id: <200804162254.m3GMso2U086484@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 22:54:49 +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/net/spread-j Makefile distinfo ports/net/spread-j/files patch-build.xml 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: Wed, 16 Apr 2008 22:54:51 -0000 gahr 2008-04-16 22:54:49 UTC FreeBSD ports repository Modified files: net/spread-j Makefile distinfo net/spread-j/files patch-build.xml Log: - Update to 3.17.3 Approved by: miwi (mentor) Revision Changes Path 1.9 +2 -3 ports/net/spread-j/Makefile 1.6 +3 -3 ports/net/spread-j/distinfo 1.2 +3 -5 ports/net/spread-j/files/patch-build.xml From owner-cvs-all@FreeBSD.ORG Wed Apr 16 22:54:51 2008 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 235A31065672; Wed, 16 Apr 2008 22:54:51 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC9BE8FC1B; Wed, 16 Apr 2008 22:54:50 +0000 (UTC) (envelope-from leeym@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 m3GMso1h086486; Wed, 16 Apr 2008 22:54:50 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GMsoBa086483; Wed, 16 Apr 2008 22:54:50 GMT (envelope-from leeym) Message-Id: <200804162254.m3GMsoBa086483@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 16 Apr 2008 22:54:49 +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/www/mod_log_firstbyte 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: Wed, 16 Apr 2008 22:54:51 -0000 leeym 2008-04-16 22:54:49 UTC FreeBSD ports repository Modified files: www/mod_log_firstbyte Makefile Log: - update MASTER_SITES Noticed by: pav@ Revision Changes Path 1.5 +1 -1 ports/www/mod_log_firstbyte/Makefile From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:07:11 2008 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 463121065670; Wed, 16 Apr 2008 23:07:11 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7B68FC17; Wed, 16 Apr 2008 23:07:11 +0000 (UTC) (envelope-from gahr@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 m3GN7ABZ088090; Wed, 16 Apr 2008 23:07:10 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GN7AUc088089; Wed, 16 Apr 2008 23:07:10 GMT (envelope-from gahr) Message-Id: <200804162307.m3GN7AUc088089@repoman.freebsd.org> From: Pietro Cerutti Date: Wed, 16 Apr 2008 23:07:10 +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/net/xmlrpc-epi Makefile distinfo pkg-plist ports/net/xmlrpc-epi/files patch-src__xml_element.c 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: Wed, 16 Apr 2008 23:07:11 -0000 gahr 2008-04-16 23:07:10 UTC FreeBSD ports repository Modified files: net/xmlrpc-epi Makefile distinfo pkg-plist Removed files: net/xmlrpc-epi/files patch-src__xml_element.c Log: - Update to 0.53 Approved by: miwi (mentor) Revision Changes Path 1.5 +2 -3 ports/net/xmlrpc-epi/Makefile 1.2 +3 -3 ports/net/xmlrpc-epi/distinfo 1.2 +0 -11 ports/net/xmlrpc-epi/files/patch-src__xml_element.c (dead) 1.2 +4 -4 ports/net/xmlrpc-epi/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:19:46 2008 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 0B1BA106564A; Wed, 16 Apr 2008 23:19:46 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) by mx1.freebsd.org (Postfix) with ESMTP id B1AC38FC0C; Wed, 16 Apr 2008 23:19:45 +0000 (UTC) (envelope-from naddy@mips.inka.de) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-10.arcor-online.net (Postfix) with ESMTP id 259421F6044; Thu, 17 Apr 2008 01:19:44 +0200 (CEST) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 102B32D4C0E; Thu, 17 Apr 2008 01:19:44 +0200 (CEST) Received: from kemoauc.mips.inka.de (dslb-088-064-185-203.pools.arcor-ip.net [88.64.185.203]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id BE60A8C461; Thu, 17 Apr 2008 01:19:43 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.8/8.13.8) with ESMTP id m3GNJhbW040722; Thu, 17 Apr 2008 01:19:43 +0200 (CEST) (envelope-from naddy@kemoauc.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.13.8/8.13.8/Submit) id m3GNJhn9040721; Thu, 17 Apr 2008 01:19:43 +0200 (CEST) (envelope-from naddy) Date: Thu, 17 Apr 2008 01:19:42 +0200 From: Christian Weisgerber To: d@delphij.net Message-ID: <20080416231942.GA39755@kemoauc.mips.inka.de> References: <200804121532.m3CFW1kh078688@repoman.freebsd.org> <4801BE6A.9090902@delphij.net> <20080413190643.GA31023@kemoauc.mips.inka.de> <48064E2F.3030800@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48064E2F.3030800@delphij.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/6806/Wed Apr 16 22:50:16 2008 on mail-in-12.arcor-online.net X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/findutils 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: Wed, 16 Apr 2008 23:19:46 -0000 Xin LI: > Could you please test the latest -HEAD to see if the GNU packages would > live happily with it? Yes, archivers/gtar, misc/findutils, and sysutils/coreutils are fine without the workarounds and with the new fdopendir(3). Time to revert the workarounds, I guess. I *could* enable them depending on __FreeBSD_version, but should we bother for an eight-day window? -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:28:12 2008 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 C8FFF1065672; Wed, 16 Apr 2008 23:28:12 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0F48FC15; Wed, 16 Apr 2008 23:28:12 +0000 (UTC) (envelope-from marcel@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 m3GNSCab088726; Wed, 16 Apr 2008 23:28:12 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GNSCGj088725; Wed, 16 Apr 2008 23:28:12 GMT (envelope-from marcel) Message-Id: <200804162328.m3GNSCGj088725@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 16 Apr 2008 23:28:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim locore.S machdep.c mmu_oea.c 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: Wed, 16 Apr 2008 23:28:12 -0000 marcel 2008-04-16 23:28:12 UTC FreeBSD src repository Modified files: sys/powerpc/aim locore.S machdep.c mmu_oea.c Log: Allocate a stack (with optional guard pages) for thread0 and switch to it before calling mi_startup(). Revision Changes Path 1.26 +3 -0 src/sys/powerpc/aim/locore.S 1.112 +9 -14 src/sys/powerpc/aim/machdep.c 1.118 +48 -56 src/sys/powerpc/aim/mmu_oea.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:58:34 2008 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 613AA106566C; Wed, 16 Apr 2008 23:58:34 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36A698FC0C; Wed, 16 Apr 2008 23:58:34 +0000 (UTC) (envelope-from cperciva@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 m3GNwYQB089710; Wed, 16 Apr 2008 23:58:34 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GNwXTk089709; Wed, 16 Apr 2008 23:58:33 GMT (envelope-from cperciva) Message-Id: <200804162358.m3GNwXTk089709@repoman.freebsd.org> From: Colin Percival Date: Wed, 16 Apr 2008 23:58:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/crypto/openssh channels.c 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: Wed, 16 Apr 2008 23:58:34 -0000 cperciva 2008-04-16 23:58:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) crypto/openssh channels.c Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Revision Changes Path 1.23.2.1 +0 -3 src/crypto/openssh/channels.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:58:53 2008 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 408F91065689; Wed, 16 Apr 2008 23:58:53 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15B888FC27; Wed, 16 Apr 2008 23:58:53 +0000 (UTC) (envelope-from cperciva@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 m3GNwqSX089782; Wed, 16 Apr 2008 23:58:52 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GNwqvU089781; Wed, 16 Apr 2008 23:58:52 GMT (envelope-from cperciva) Message-Id: <200804162358.m3GNwqvU089781@repoman.freebsd.org> From: Colin Percival Date: Wed, 16 Apr 2008 23:58:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh channels.c src/sys/conf newvers.sh 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: Wed, 16 Apr 2008 23:58:53 -0000 cperciva 2008-04-16 23:58:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . UPDATING crypto/openssh channels.c sys/conf newvers.sh Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Approved by: so (cperciva) Revision Changes Path 1.507.2.3.2.5 +4 -0 src/UPDATING 1.23.4.1 +0 -3 src/crypto/openssh/channels.c 1.72.2.5.2.5 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:59:35 2008 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 7FEBE1065671; Wed, 16 Apr 2008 23:59:35 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5651D8FC22; Wed, 16 Apr 2008 23:59:35 +0000 (UTC) (envelope-from cperciva@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 m3GNxZa4089820; Wed, 16 Apr 2008 23:59:35 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GNxZlK089819; Wed, 16 Apr 2008 23:59:35 GMT (envelope-from cperciva) Message-Id: <200804162359.m3GNxZlK089819@repoman.freebsd.org> From: Colin Percival Date: Wed, 16 Apr 2008 23:59:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/crypto/openssh channels.c 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: Wed, 16 Apr 2008 23:59:35 -0000 cperciva 2008-04-16 23:59:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) crypto/openssh channels.c Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Revision Changes Path 1.20.2.3 +0 -3 src/crypto/openssh/channels.c From owner-cvs-all@FreeBSD.ORG Wed Apr 16 23:59:49 2008 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 133541065675; Wed, 16 Apr 2008 23:59:49 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00A618FC18; Wed, 16 Apr 2008 23:59:49 +0000 (UTC) (envelope-from cperciva@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 m3GNxmRL089931; Wed, 16 Apr 2008 23:59:48 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3GNxmQL089930; Wed, 16 Apr 2008 23:59:48 GMT (envelope-from cperciva) Message-Id: <200804162359.m3GNxmQL089930@repoman.freebsd.org> From: Colin Percival Date: Wed, 16 Apr 2008 23:59:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh channels.c src/lib/libpthread/sys lock.c src/lib/libpthread/thread thr_kern.c src/sys/conf newvers.sh 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: Wed, 16 Apr 2008 23:59:49 -0000 cperciva 2008-04-16 23:59:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . UPDATING crypto/openssh channels.c lib/libpthread/sys lock.c lib/libpthread/thread thr_kern.c sys/conf newvers.sh Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Approved by: so (cperciva) Revision Changes Path 1.416.2.37.2.6 +7 -0 src/UPDATING 1.20.2.2.4.1 +0 -3 src/crypto/openssh/channels.c 1.9.2.1.8.1 +17 -8 src/lib/libpthread/sys/lock.c 1.116.2.1.6.1 +25 -0 src/lib/libpthread/thread/thr_kern.c 1.69.2.15.2.5 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:00:04 2008 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 A100F106567E; Thu, 17 Apr 2008 00:00:04 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC348FC23; Thu, 17 Apr 2008 00:00:04 +0000 (UTC) (envelope-from cperciva@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 m3H004xA090023; Thu, 17 Apr 2008 00:00:04 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H004Cl090022; Thu, 17 Apr 2008 00:00:04 GMT (envelope-from cperciva) Message-Id: <200804170000.m3H004Cl090022@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:00:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh channels.c src/sys/conf newvers.sh 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: Thu, 17 Apr 2008 00:00:04 -0000 cperciva 2008-04-17 00:00:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . UPDATING crypto/openssh channels.c sys/conf newvers.sh Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Approved by: so (cperciva) Revision Changes Path 1.416.2.29.2.16 +4 -0 src/UPDATING 1.20.2.2.2.1 +0 -3 src/crypto/openssh/channels.c 1.69.2.13.2.15 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:00:29 2008 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 3D85F1065678; Thu, 17 Apr 2008 00:00:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 131578FC12; Thu, 17 Apr 2008 00:00:29 +0000 (UTC) (envelope-from cperciva@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 m3H00SGB090155; Thu, 17 Apr 2008 00:00:28 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H00SID090154; Thu, 17 Apr 2008 00:00:28 GMT (envelope-from cperciva) Message-Id: <200804170000.m3H00SID090154@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:00:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh channels.c src/sys/conf newvers.sh 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: Thu, 17 Apr 2008 00:00:29 -0000 cperciva 2008-04-17 00:00:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING crypto/openssh channels.c sys/conf newvers.sh Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Approved by: so (cperciva) Revision Changes Path 1.416.2.22.2.27 +4 -0 src/UPDATING 1.20.2.1.4.1 +0 -3 src/crypto/openssh/channels.c 1.69.2.11.2.26 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:00:41 2008 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 E5F5710656C3; Thu, 17 Apr 2008 00:00:41 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBEF98FC29; Thu, 17 Apr 2008 00:00:41 +0000 (UTC) (envelope-from cperciva@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 m3H00f9i090200; Thu, 17 Apr 2008 00:00:41 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H00fcA090199; Thu, 17 Apr 2008 00:00:41 GMT (envelope-from cperciva) Message-Id: <200804170000.m3H00fcA090199@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:00:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/crypto/openssh channels.c 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: Thu, 17 Apr 2008 00:00:42 -0000 cperciva 2008-04-17 00:00:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) crypto/openssh channels.c Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Revision Changes Path 1.18.2.1 +0 -3 src/crypto/openssh/channels.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:00:42 2008 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 5C00110656DF; Thu, 17 Apr 2008 00:00:42 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF698FC2B; Thu, 17 Apr 2008 00:00:42 +0000 (UTC) (envelope-from flz@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 m3H00fuk090215; Thu, 17 Apr 2008 00:00:41 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H00fxO090214; Thu, 17 Apr 2008 00:00:41 GMT (envelope-from flz) Message-Id: <200804170000.m3H00fxO090214@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 17 Apr 2008 00:00: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/net/xmlrpc-c Makefile distinfo 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: Thu, 17 Apr 2008 00:00:42 -0000 flz 2008-04-17 00:00:41 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile distinfo Log: Update net/xmlrpc-c to 1.06.26. Revision Changes Path 1.31 +5 -1 ports/net/xmlrpc-c/Makefile 1.9 +3 -3 ports/net/xmlrpc-c/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:00:54 2008 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 C8E3910656F9; Thu, 17 Apr 2008 00:00:54 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3248FC23; Thu, 17 Apr 2008 00:00:54 +0000 (UTC) (envelope-from cperciva@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 m3H00suV090287; Thu, 17 Apr 2008 00:00:54 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H00sA7090286; Thu, 17 Apr 2008 00:00:54 GMT (envelope-from cperciva) Message-Id: <200804170000.m3H00sA7090286@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:00:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh channels.c src/sys/conf newvers.sh 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: Thu, 17 Apr 2008 00:00:54 -0000 cperciva 2008-04-17 00:00:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING crypto/openssh channels.c sys/conf newvers.sh Log: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Approved by: so (cperciva) Revision Changes Path 1.342.2.35.2.21 +4 -0 src/UPDATING 1.18.8.1 +0 -3 src/crypto/openssh/channels.c 1.62.2.21.2.22 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:02:20 2008 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 8556F1065675; Thu, 17 Apr 2008 00:02:20 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72AC88FC12; Thu, 17 Apr 2008 00:02:20 +0000 (UTC) (envelope-from cperciva@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 m3H02KuB090422; Thu, 17 Apr 2008 00:02:20 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H02KSS090421; Thu, 17 Apr 2008 00:02:20 GMT (envelope-from cperciva) Message-Id: <200804170002.m3H02KSS090421@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:02:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/openssh channels.c src/lib/libpthread/sys lock.c src/lib/libpthread/thread thr_kern.c 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: Thu, 17 Apr 2008 00:02:20 -0000 cperciva 2008-04-17 00:02:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . UPDATING sys/conf newvers.sh crypto/openssh channels.c lib/libpthread/sys lock.c lib/libpthread/thread thr_kern.c Log: Forced commit to note that the previous commit message should have been: Fix logic error in sshd(8) concerning the handling of failed attempts to bind ports for X11 forwarding. [SA-08:05] Fix issues with threaded programs calling fork(2). [EN-08:01] Security: FreeBSD-SA-08:05.openssh Errata: FreeBSD-EN-08:01.libpthread Approved by: so (cperciva) Revision Changes Path 1.416.2.37.2.7 +0 -0 src/UPDATING 1.20.2.2.4.2 +0 -0 src/crypto/openssh/channels.c 1.9.2.1.8.2 +0 -0 src/lib/libpthread/sys/lock.c 1.116.2.1.6.2 +0 -0 src/lib/libpthread/thread/thr_kern.c 1.69.2.15.2.6 +0 -0 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:16:48 2008 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 3661A106566C; Thu, 17 Apr 2008 00:16:48 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1558FC1E; Thu, 17 Apr 2008 00:16:48 +0000 (UTC) (envelope-from cperciva@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 m3H0GlaW092030; Thu, 17 Apr 2008 00:16:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0GlFf092029; Thu, 17 Apr 2008 00:16:47 GMT (envelope-from cperciva) Message-Id: <200804170016.m3H0GlFf092029@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:16:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml advisories.xml 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: Thu, 17 Apr 2008 00:16:48 -0000 cperciva 2008-04-17 00:16:47 UTC FreeBSD doc repository (src,ports committer) Modified files: share/sgml advisories.xml Log: Add FreeBSD-SA-08:05.openssh. Revision Changes Path 1.219 +13 -1 www/share/sgml/advisories.xml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:18:17 2008 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 3B0FE106566B; Thu, 17 Apr 2008 00:18:17 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 115F08FC27; Thu, 17 Apr 2008 00:18:17 +0000 (UTC) (envelope-from cperciva@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 m3H0IGhE092100; Thu, 17 Apr 2008 00:18:16 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0IG9l092099; Thu, 17 Apr 2008 00:18:16 GMT (envelope-from cperciva) Message-Id: <200804170018.m3H0IG9l092099@repoman.freebsd.org> From: Colin Percival Date: Thu, 17 Apr 2008 00:18:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml notices.xml 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: Thu, 17 Apr 2008 00:18:17 -0000 cperciva 2008-04-17 00:18:16 UTC FreeBSD doc repository (src,ports committer) Modified files: share/sgml notices.xml Log: Add FreeBSD-EN-08:01.libpthread. Revision Changes Path 1.11 +17 -1 www/share/sgml/notices.xml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:37:41 2008 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 937821065705; Thu, 17 Apr 2008 00:37:41 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68E4F8FC12; Thu, 17 Apr 2008 00:37:41 +0000 (UTC) (envelope-from marcel@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 m3H0bfbj092824; Thu, 17 Apr 2008 00:37:41 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0bfLn092821; Thu, 17 Apr 2008 00:37:41 GMT (envelope-from marcel) Message-Id: <200804170037.m3H0bfLn092821@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 17 Apr 2008 00:37:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim mmu_oea.c 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: Thu, 17 Apr 2008 00:37:41 -0000 marcel 2008-04-17 00:37:40 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: Simplify the pmap_zero_page family of functions by making use of the fact that we have a 1:1 mapping by virtue of the BATs. Eliminate the now unused moea_rkva_alloc(), moea_pa_map() and moea_pa_unmap() functions. Pointed out by: grehan. Revision Changes Path 1.119 +6 -160 src/sys/powerpc/aim/mmu_oea.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:48:31 2008 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 DB27910656E6; Thu, 17 Apr 2008 00:48:31 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C67CB8FC23; Thu, 17 Apr 2008 00:48:31 +0000 (UTC) (envelope-from delphij@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 m3H0mVoA002612; Thu, 17 Apr 2008 00:48:31 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0mUxM002608; Thu, 17 Apr 2008 00:48:30 GMT (envelope-from delphij) Message-Id: <200804170048.m3H0mUxM002608@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 00:48:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-Xlist FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c ... 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: Thu, 17 Apr 2008 00:48:32 -0000 delphij 2008-04-17 00:48:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c huffman.c randtable.c spewG.c unzcrash.c Removed files: (Branch: RELENG_7) contrib/bzip2 FREEBSD-Xlist FREEBSD-upgrade Log: MFC: bzip2 1.0.5 Revision Changes Path 1.1.1.4.2.1 +7 -2 src/contrib/bzip2/CHANGES 1.1.10.1 +0 -24 src/contrib/bzip2/FREEBSD-Xlist (dead) 1.4.2.1 +0 -27 src/contrib/bzip2/FREEBSD-upgrade (dead) 1.1.1.4.2.1 +3 -4 src/contrib/bzip2/LICENSE 1.1.1.4.2.1 +3 -3 src/contrib/bzip2/Makefile 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.4.2.1 +7 -2 src/contrib/bzip2/README 1.1.1.4.2.1 +3 -3 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/blocksort.c 1.3.2.1 +4 -4 src/contrib/bzip2/bzip2.c 1.1.1.4.2.1 +3 -3 src/contrib/bzip2/bzip2recover.c 1.3.2.1 +5 -4 src/contrib/bzip2/bzlib.c 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/bzlib.h 1.1.1.4.2.1 +11 -5 src/contrib/bzip2/bzlib_private.h 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/compress.c 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/crctable.c 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/decompress.c 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/huffman.c 1.1.1.4.2.1 +2 -2 src/contrib/bzip2/randtable.c 1.1.1.2.2.1 +2 -2 src/contrib/bzip2/spewG.c 1.1.1.2.2.1 +2 -2 src/contrib/bzip2/unzcrash.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:49:20 2008 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 2A06C1065673; Thu, 17 Apr 2008 00:49:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 158038FC13; Thu, 17 Apr 2008 00:49:20 +0000 (UTC) (envelope-from delphij@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 m3H0nJdw002717; Thu, 17 Apr 2008 00:49:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0nJvo002716; Thu, 17 Apr 2008 00:49:19 GMT (envelope-from delphij) Message-Id: <200804170049.m3H0nJvo002716@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 00:49:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-Xlist FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c ... 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: Thu, 17 Apr 2008 00:49:20 -0000 delphij 2008-04-17 00:49:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c huffman.c randtable.c spewG.c unzcrash.c Removed files: (Branch: RELENG_6) contrib/bzip2 FREEBSD-Xlist FREEBSD-upgrade Log: MFC: bzip2 1.0.5 Revision Changes Path 1.1.1.3.2.2 +7 -2 src/contrib/bzip2/CHANGES 1.1.2.1 +0 -24 src/contrib/bzip2/FREEBSD-Xlist (dead) 1.2.2.2 +0 -27 src/contrib/bzip2/FREEBSD-upgrade (dead) 1.1.1.3.2.2 +3 -4 src/contrib/bzip2/LICENSE 1.1.1.3.2.2 +3 -3 src/contrib/bzip2/Makefile 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.3.2.2 +7 -2 src/contrib/bzip2/README 1.1.1.3.2.2 +3 -3 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/blocksort.c 1.2.2.2 +4 -4 src/contrib/bzip2/bzip2.c 1.1.1.3.2.2 +3 -3 src/contrib/bzip2/bzip2recover.c 1.2.2.2 +4 -3 src/contrib/bzip2/bzlib.c 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/bzlib.h 1.1.1.3.2.2 +11 -5 src/contrib/bzip2/bzlib_private.h 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/compress.c 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/crctable.c 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/decompress.c 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/huffman.c 1.1.1.3.2.2 +2 -2 src/contrib/bzip2/randtable.c 1.1.1.1.16.2 +2 -2 src/contrib/bzip2/spewG.c 1.1.1.1.16.2 +2 -2 src/contrib/bzip2/unzcrash.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:53:16 2008 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 1AE3D106566B; Thu, 17 Apr 2008 00:53:16 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05A5A8FC1D; Thu, 17 Apr 2008 00:53:16 +0000 (UTC) (envelope-from delphij@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 m3H0rFov003002; Thu, 17 Apr 2008 00:53:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0rFxA003001; Thu, 17 Apr 2008 00:53:15 GMT (envelope-from delphij) Message-Id: <200804170053.m3H0rFxA003001@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 00:53:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS Y2K_INFO blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c ... 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: Thu, 17 Apr 2008 00:53:16 -0000 delphij 2008-04-17 00:53:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c huffman.c randtable.c sample1.ref.gz.uu sample2.ref.gz.uu sample3.ref.gz.uu spewG.c unzcrash.c words0 words2 words3 usr.bin/bzip2 Makefile Removed files: (Branch: RELENG_5) contrib/bzip2 FREEBSD-upgrade Y2K_INFO manual.texi usr.bin/bzip2/doc Makefile manual.texi.diff Log: MFC: bzip2 1.0.5 Revision Changes Path 1.1.1.2.8.1 +66 -0 src/contrib/bzip2/CHANGES 1.1.14.1 +0 -32 src/contrib/bzip2/FREEBSD-upgrade (dead) 1.1.1.2.8.1 +8 -5 src/contrib/bzip2/LICENSE 1.1.1.2.8.1 +51 -26 src/contrib/bzip2/Makefile 1.1.1.2.8.1 +23 -8 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.2.8.1 +75 -46 src/contrib/bzip2/README 1.1.1.2.8.1 +29 -101 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.1.10.1 +0 -34 src/contrib/bzip2/Y2K_INFO (dead) 1.1.1.2.8.1 +15 -62 src/contrib/bzip2/blocksort.c 1.1.1.2.8.1 +9 -8 src/contrib/bzip2/bzip2.1 1.1.1.2.8.2 +55 -149 src/contrib/bzip2/bzip2.c 1.1.1.2.8.1 +29 -61 src/contrib/bzip2/bzip2recover.c 1.1.1.2.8.2 +37 -72 src/contrib/bzip2/bzlib.c 1.1.1.2.8.1 +16 -55 src/contrib/bzip2/bzlib.h 1.1.1.2.8.1 +35 -63 src/contrib/bzip2/bzlib_private.h 1.1.1.2.8.2 +21 -65 src/contrib/bzip2/compress.c 1.1.1.2.8.1 +13 -53 src/contrib/bzip2/crctable.c 1.1.1.2.8.2 +13 -53 src/contrib/bzip2/decompress.c 1.1.1.2.8.1 +2 -3 src/contrib/bzip2/dlltest.c 1.1.1.2.8.2 +13 -53 src/contrib/bzip2/huffman.c 1.1.1.2.8.1 +0 -2243 src/contrib/bzip2/manual.texi (dead) 1.1.1.2.8.1 +13 -53 src/contrib/bzip2/randtable.c 1.1.1.2.8.1 +847 -845 src/contrib/bzip2/sample1.ref.gz.uu 1.1.1.1.10.1 +1343 -1342 src/contrib/bzip2/sample2.ref.gz.uu 1.1.1.1.10.1 +1 -1 src/contrib/bzip2/sample3.ref.gz.uu 1.1.1.1.10.1 +15 -0 src/contrib/bzip2/spewG.c 1.1.1.1.10.1 +16 -1 src/contrib/bzip2/unzcrash.c 1.1.1.1.10.1 +5 -1 src/contrib/bzip2/words0 1.1.1.1.10.1 +1 -1 src/contrib/bzip2/words2 1.1.1.2.8.1 +10 -3 src/contrib/bzip2/words3 1.7.4.1 +0 -3 src/usr.bin/bzip2/Makefile 1.2.8.1 +0 -14 src/usr.bin/bzip2/doc/Makefile (dead) 1.1.14.1 +0 -22 src/usr.bin/bzip2/doc/manual.texi.diff (dead) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:57:34 2008 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 ED45A1065674; Thu, 17 Apr 2008 00:57:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C27708FC20; Thu, 17 Apr 2008 00:57:34 +0000 (UTC) (envelope-from delphij@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 m3H0vYZu003215; Thu, 17 Apr 2008 00:57:34 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0vY0k003214; Thu, 17 Apr 2008 00:57:34 GMT (envelope-from delphij) Message-Id: <200804170057.m3H0vY0k003214@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 00:57:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml 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: Thu, 17 Apr 2008 00:57:35 -0000 delphij 2008-04-17 00:57:34 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Mention bzip2 1.0.5 MFC. Revision Changes Path 1.1085 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 00:58:51 2008 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 13295106564A; Thu, 17 Apr 2008 00:58:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCE588FC1C; Thu, 17 Apr 2008 00:58:50 +0000 (UTC) (envelope-from delphij@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 m3H0wocc003256; Thu, 17 Apr 2008 00:58:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H0wovK003255; Thu, 17 Apr 2008 00:58:50 GMT (envelope-from delphij) Message-Id: <200804170058.m3H0wovK003255@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 00:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml 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: Thu, 17 Apr 2008 00:58:51 -0000 delphij 2008-04-17 00:58:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Mention bzip2 1.0.5 MFC. Revision Changes Path 1.1068.2.25 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:00:55 2008 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 AC222106564A; Thu, 17 Apr 2008 01:00:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 815E78FC20; Thu, 17 Apr 2008 01:00:55 +0000 (UTC) (envelope-from delphij@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 m3H10tgE003404; Thu, 17 Apr 2008 01:00:55 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H10taf003403; Thu, 17 Apr 2008 01:00:55 GMT (envelope-from delphij) Message-Id: <200804170100.m3H10taf003403@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 01:00:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml 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: Thu, 17 Apr 2008 01:00:55 -0000 delphij 2008-04-17 01:00:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Mention bzip2 1.0.5 MFC. Revision Changes Path 1.883.2.92 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:02:03 2008 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 9965E1065673; Thu, 17 Apr 2008 01:02:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EDDC8FC29; Thu, 17 Apr 2008 01:02:03 +0000 (UTC) (envelope-from delphij@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 m3H123NV003466; Thu, 17 Apr 2008 01:02:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H123gP003465; Thu, 17 Apr 2008 01:02:03 GMT (envelope-from delphij) Message-Id: <200804170102.m3H123gP003465@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 01:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml 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: Thu, 17 Apr 2008 01:02:03 -0000 delphij 2008-04-17 01:02:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Mention bzip2 1.0.5 MFC. Revision Changes Path 1.761.2.88 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:19:25 2008 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 BE4471065671; Thu, 17 Apr 2008 01:19:25 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28F488FC17; Thu, 17 Apr 2008 01:19:25 +0000 (UTC) (envelope-from beech@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 m3H1JOoE005114; Thu, 17 Apr 2008 01:19:24 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1JOx8005113; Thu, 17 Apr 2008 01:19:24 GMT (envelope-from beech) Message-Id: <200804170119.m3H1JOx8005113@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 17 Apr 2008 01:19:24 +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/net/skype-devel Makefile pkg-plist 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: Thu, 17 Apr 2008 01:19:25 -0000 beech 2008-04-17 01:19:24 UTC FreeBSD ports repository Modified files: net/skype-devel Makefile pkg-plist Log: - Fix pkg-plist - Bump portrevision Reported by: pointyhat via pav Revision Changes Path 1.42 +1 -1 ports/net/skype-devel/Makefile 1.16 +2 -0 ports/net/skype-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:23:40 2008 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 CE3DC106566B; Thu, 17 Apr 2008 01:23:40 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A69608FC1A; Thu, 17 Apr 2008 01:23:40 +0000 (UTC) (envelope-from jb@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 m3H1NeIp006535; Thu, 17 Apr 2008 01:23:40 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1Ne1j006534; Thu, 17 Apr 2008 01:23:40 GMT (envelope-from jb) Message-Id: <200804170123.m3H1Ne1j006534@repoman.freebsd.org> From: John Birrell Date: Thu, 17 Apr 2008 01:23:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/cddl/compat/opensolaris/include devid.h fsshare.h libintl.h mnttab.h priv.h solaris.h zone.h src/cddl/compat/opensolaris/lib/libumem umem.c umem.h src/cddl/compat/opensolaris/misc deviceid.c fsshare.c mkdirp.c ... 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: Thu, 17 Apr 2008 01:23:40 -0000 jb 2008-04-17 01:23:40 UTC FreeBSD src repository Added files: (Branch: RELENG_7) cddl/compat/opensolaris/include devid.h fsshare.h libintl.h mnttab.h priv.h solaris.h zone.h cddl/compat/opensolaris/lib/libumem umem.c umem.h cddl/compat/opensolaris/misc deviceid.c fsshare.c mkdirp.c mnttab.c zmount.c zone.c cddl/contrib/opensolaris OPENSOLARIS.LICENSE cddl/contrib/opensolaris/cmd/zdb zdb.8 zdb.c zdb_il.c cddl/contrib/opensolaris/cmd/zfs zfs.8 zfs_iter.c zfs_iter.h zfs_main.c zfs_util.h cddl/contrib/opensolaris/cmd/zpool zpool.8 zpool_iter.c zpool_main.c zpool_util.c zpool_util.h zpool_vdev.c cddl/contrib/opensolaris/cmd/ztest ztest.c cddl/contrib/opensolaris/head assert.h atomic.h libintl.h stdio_ext.h synch.h thread.h cddl/contrib/opensolaris/lib/libnvpair libnvpair.c libnvpair.h nvpair_alloc_system.c cddl/contrib/opensolaris/lib/libuutil/common libuutil.h libuutil_common.h libuutil_impl.h uu_alloc.c uu_avl.c uu_dprintf.c uu_ident.c uu_list.c uu_misc.c uu_open.c uu_pname.c uu_strtoint.c cddl/contrib/opensolaris/lib/libzfs/common libzfs.h libzfs_changelist.c libzfs_config.c libzfs_dataset.c libzfs_graph.c libzfs_impl.h libzfs_import.c libzfs_mount.c libzfs_pool.c libzfs_status.c libzfs_util.c cddl/contrib/opensolaris/lib/libzpool/common kernel.c taskq.c util.c cddl/contrib/opensolaris/lib/libzpool/common/sys zfs_context.h sys/cddl/compat/opensolaris/kern opensolaris_atomic.c opensolaris_kmem.c opensolaris_kobj.c opensolaris_kstat.c opensolaris_misc.c opensolaris_policy.c opensolaris_string.c opensolaris_vfs.c opensolaris_zone.c sys/cddl/compat/opensolaris/machine endian.h sys/cddl/compat/opensolaris/rpc xdr.h sys/cddl/compat/opensolaris/sys acl.h atomic.h byteorder.h callb.h cmn_err.h cred.h debug.h dirent.h dkio.h dnlc.h kcondvar.h kmem.h kobj.h kstat.h lock.h misc.h mntent.h mnttab.h mount.h mutex.h policy.h proc.h random.h rwlock.h sdt.h string.h sunddi.h sysmacros.h systm.h taskq.h taskq_impl.h time.h types.h uio.h varargs.h vfs.h vnode.h zone.h sys/cddl/contrib/opensolaris/common/acl acl_common.c acl_common.h sys/cddl/contrib/opensolaris/common/atomic/amd64 atomic.S sys/cddl/contrib/opensolaris/common/atomic/i386 atomic.S sys/cddl/contrib/opensolaris/common/atomic/ia64 atomic.S sys/cddl/contrib/opensolaris/common/avl avl.c sys/cddl/contrib/opensolaris/common/nvpair nvpair.c nvpair_alloc_fixed.c sys/cddl/contrib/opensolaris/common/zfs zfs_namecheck.c zfs_namecheck.h zfs_prop.c zfs_prop.h sys/cddl/contrib/opensolaris/uts/common/fs gfs.c sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c bplist.c dbuf.c dmu.c dmu_object.c dmu_objset.c dmu_send.c dmu_traverse.c dmu_tx.c dmu_zfetch.c dnode.c dnode_sync.c dsl_dataset.c dsl_dir.c dsl_pool.c dsl_prop.c dsl_synctask.c fletcher.c gzip.c lzjb.c metaslab.c refcount.c sha256.c spa.c spa_config.c spa_errlog.c spa_history.c spa_misc.c space_map.c txg.c uberblock.c unique.c vdev.c vdev_cache.c vdev_disk.c vdev_file.c vdev_geom.c vdev_label.c vdev_mirror.c vdev_missing.c vdev_queue.c vdev_raidz.c vdev_root.c zap.c zap_leaf.c zap_micro.c zfs.conf zfs_acl.c zfs_byteswap.c zfs_ctldir.c zfs_dir.c zfs_fm.c zfs_ioctl.c zfs_log.c zfs_replay.c zfs_rlock.c zfs_vfsops.c zfs_vnops.c zfs_znode.c zil.c zio.c zio_checksum.c zio_compress.c zio_inject.c zvol.c sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys arc.h bplist.h dbuf.h dmu.h dmu_impl.h dmu_objset.h dmu_traverse.h dmu_tx.h dmu_zfetch.h dnode.h dsl_dataset.h dsl_dir.h dsl_pool.h dsl_prop.h dsl_synctask.h metaslab.h metaslab_impl.h refcount.h spa.h spa_impl.h space_map.h txg.h txg_impl.h uberblock.h uberblock_impl.h unique.h vdev.h vdev_disk.h vdev_file.h vdev_impl.h zap.h zap_impl.h zap_leaf.h zfs_acl.h zfs_context.h zfs_ctldir.h zfs_debug.h zfs_dir.h zfs_ioctl.h zfs_rlock.h zfs_vfsops.h zfs_znode.h zil.h zil_impl.h zio.h zio_checksum.h zio_compress.h zio_impl.h zvol.h sys/cddl/contrib/opensolaris/uts/common/os callb.c list.c nvpair_alloc_system.c taskq.c sys/cddl/contrib/opensolaris/uts/common/rpc xdr.c xdr.h xdr_array.c xdr_mem.c sys/cddl/contrib/opensolaris/uts/common/sys asm_linkage.h avl.h avl_impl.h bitmap.h byteorder.h callb.h ccompile.h compress.h cred.h debug.h dkio.h dklabel.h errorq.h feature_tests.h gfs.h isa_defs.h list.h list_impl.h note.h nvpair.h nvpair_impl.h processor.h procset.h sdt.h synch.h sysevent.h sysmacros.h vfs.h vmem.h zmod.h sys/cddl/contrib/opensolaris/uts/common/sys/fm protocol.h util.h sys/cddl/contrib/opensolaris/uts/common/sys/fm/fs zfs.h sys/cddl/contrib/opensolaris/uts/common/sys/fs zfs.h sys/cddl/contrib/opensolaris/uts/common/zmod adler32.c crc32.c crc32.h deflate.c deflate.h inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c zconf.h zlib.h zmod.c zmod_subr.c zutil.c zutil.h Log: MFC. The great CDDL file move. These files were repocopied for HEAD. The repo copy process renames tags, adding a prefix of 'old_', so the history for these files is in old_RELENG_7 etc. Revision Changes Path 1.3.2.1 +54 -0 src/cddl/compat/opensolaris/include/devid.h (new) 1.2.2.1 +35 -0 src/cddl/compat/opensolaris/include/fsshare.h (new) 1.2.2.1 +11 -0 src/cddl/compat/opensolaris/include/libintl.h (new) 1.2.2.1 +19 -0 src/cddl/compat/opensolaris/include/mnttab.h (new) 1.2.2.1 +18 -0 src/cddl/compat/opensolaris/include/priv.h (new) 1.2.2.1 +8 -0 src/cddl/compat/opensolaris/include/solaris.h (new) 1.2.2.1 +6 -0 src/cddl/compat/opensolaris/include/zone.h (new) 1.2.2.1 +167 -0 src/cddl/compat/opensolaris/lib/libumem/umem.c (new) 1.2.2.1 +85 -0 src/cddl/compat/opensolaris/lib/libumem/umem.h (new) 1.2.2.1 +119 -0 src/cddl/compat/opensolaris/misc/deviceid.c (new) 1.3.2.1 +259 -0 src/cddl/compat/opensolaris/misc/fsshare.c (new) 1.2.2.1 +213 -0 src/cddl/compat/opensolaris/misc/mkdirp.c (new) 1.2.2.1 +160 -0 src/cddl/compat/opensolaris/misc/mnttab.c (new) 1.2.2.1 +102 -0 src/cddl/compat/opensolaris/misc/zmount.c (new) 1.2.2.1 +46 -0 src/cddl/compat/opensolaris/misc/zone.c (new) 1.2.2.1 +384 -0 src/cddl/contrib/opensolaris/OPENSOLARIS.LICENSE (new) 1.3.2.1 +93 -0 src/cddl/contrib/opensolaris/cmd/zdb/zdb.8 (new) 1.4.2.1 +2193 -0 src/cddl/contrib/opensolaris/cmd/zdb/zdb.c (new) 1.2.2.1 +354 -0 src/cddl/contrib/opensolaris/cmd/zdb/zdb_il.c (new) 1.3.2.1 +1843 -0 src/cddl/contrib/opensolaris/cmd/zfs/zfs.8 (new) 1.2.2.1 +405 -0 src/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c (new) 1.2.2.1 +52 -0 src/cddl/contrib/opensolaris/cmd/zfs/zfs_iter.h (new) 1.3.2.1 +3253 -0 src/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c (new) 1.2.2.1 +44 -0 src/cddl/contrib/opensolaris/cmd/zfs/zfs_util.h (new) 1.3.2.1 +1140 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool.8 (new) 1.2.2.1 +245 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool_iter.c (new) 1.3.2.1 +3602 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c (new) 1.2.2.1 +79 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool_util.c (new) 1.2.2.1 +72 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool_util.h (new) 1.3.2.1 +883 -0 src/cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c (new) 1.4.2.1 +3495 -0 src/cddl/contrib/opensolaris/cmd/ztest/ztest.c (new) 1.2.2.1 +82 -0 src/cddl/contrib/opensolaris/head/assert.h (new) 1.2.2.1 +34 -0 src/cddl/contrib/opensolaris/head/atomic.h (new) 1.2.2.1 +124 -0 src/cddl/contrib/opensolaris/head/libintl.h (new) 1.2.2.1 +32 -0 src/cddl/contrib/opensolaris/head/stdio_ext.h (new) 1.2.2.1 +264 -0 src/cddl/contrib/opensolaris/head/synch.h (new) 1.2.2.1 +99 -0 src/cddl/contrib/opensolaris/head/thread.h (new) 1.2.2.1 +266 -0 src/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c (new) 1.2.2.1 +46 -0 src/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.h (new) 1.2.2.1 +59 -0 src/cddl/contrib/opensolaris/lib/libnvpair/nvpair_alloc_system.c (new) 1.2.2.1 +384 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/libuutil.h (new) 1.2.2.1 +46 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/libuutil_common.h (new) 1.2.2.1 +181 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/libuutil_impl.h (new) 1.2.2.1 +85 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_alloc.c (new) 1.2.2.1 +567 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_avl.c (new) 1.2.2.1 +128 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_dprintf.c (new) 1.2.2.1 +122 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_ident.c (new) 1.2.2.1 +711 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_list.c (new) 1.2.2.1 +250 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_misc.c (new) 1.2.2.1 +70 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_open.c (new) 1.2.2.1 +205 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_pname.c (new) 1.2.2.1 +300 -0 src/cddl/contrib/opensolaris/lib/libuutil/common/uu_strtoint.c (new) 1.4.2.1 +443 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h (new) 1.3.2.1 +599 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c (new) 1.3.2.1 +360 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c (new) 1.3.2.1 +3855 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c (new) 1.2.2.1 +646 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_graph.c (new) 1.2.2.1 +171 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_impl.h (new) 1.4.2.1 +1023 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c (new) 1.2.2.1 +986 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c (new) 1.2.2.1 +2055 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c (new) 1.3.2.1 +303 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_status.c (new) 1.4.2.1 +853 -0 src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_util.c (new) 1.4.2.1 +852 -0 src/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c (new) 1.9.2.1 +511 -0 src/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h (new) 1.2.2.1 +250 -0 src/cddl/contrib/opensolaris/lib/libzpool/common/taskq.c (new) 1.2.2.1 +144 -0 src/cddl/contrib/opensolaris/lib/libzpool/common/util.c (new) 1.2.2.1 +133 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c (new) 1.4.2.1 +260 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c (new) 1.7.2.1 +220 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_kobj.c (new) 1.3.2.1 +131 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_kstat.c (new) 1.3.2.1 +56 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c (new) 1.3.2.1 +261 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_policy.c (new) 1.3.2.1 +71 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_string.c (new) 1.10.2.1 +276 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c (new) 1.2.2.1 +237 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_zone.c (new) 1.2.2.1 +44 -0 src/sys/cddl/compat/opensolaris/machine/endian.h (new) 1.3.2.1 +123 -0 src/sys/cddl/compat/opensolaris/rpc/xdr.h (new) 1.2.2.1 +241 -0 src/sys/cddl/compat/opensolaris/sys/acl.h (new) 1.3.2.1 +114 -0 src/sys/cddl/compat/opensolaris/sys/atomic.h (new) 1.2.2.1 +65 -0 src/sys/cddl/compat/opensolaris/sys/byteorder.h (new) 1.2.2.1 +217 -0 src/sys/cddl/compat/opensolaris/sys/callb.h (new) 1.2.2.1 +90 -0 src/sys/cddl/compat/opensolaris/sys/cmn_err.h (new) 1.2.2.1 +51 -0 src/sys/cddl/compat/opensolaris/sys/cred.h (new) 1.2.2.1 +48 -0 src/sys/cddl/compat/opensolaris/sys/debug.h (new) 1.2.2.1 +44 -0 src/sys/cddl/compat/opensolaris/sys/dirent.h (new) 1.2.2.1 +85 -0 src/sys/cddl/compat/opensolaris/sys/dkio.h (new) 1.3.2.1 +40 -0 src/sys/cddl/compat/opensolaris/sys/dnlc.h (new) 1.3.2.1 +55 -0 src/sys/cddl/compat/opensolaris/sys/kcondvar.h (new) 1.5.2.1 +77 -0 src/sys/cddl/compat/opensolaris/sys/kmem.h (new) 1.3.2.1 +60 -0 src/sys/cddl/compat/opensolaris/sys/kobj.h (new) 1.2.2.1 +66 -0 src/sys/cddl/compat/opensolaris/sys/kstat.h (new) 1.2.2.1 +46 -0 src/sys/cddl/compat/opensolaris/sys/lock.h (new) 1.3.2.1 +45 -0 src/sys/cddl/compat/opensolaris/sys/misc.h (new) 1.2.2.1 +56 -0 src/sys/cddl/compat/opensolaris/sys/mntent.h (new) 1.2.2.1 +36 -0 src/sys/cddl/compat/opensolaris/sys/mnttab.h (new) 1.2.2.1 +39 -0 src/sys/cddl/compat/opensolaris/sys/mount.h (new) 1.5.2.1 +72 -0 src/sys/cddl/compat/opensolaris/sys/mutex.h (new) 1.2.2.1 +63 -0 src/sys/cddl/compat/opensolaris/sys/policy.h (new) 1.5.2.1 +89 -0 src/sys/cddl/compat/opensolaris/sys/proc.h (new) 1.2.2.1 +37 -0 src/sys/cddl/compat/opensolaris/sys/random.h (new) 1.5.2.1 +88 -0 src/sys/cddl/compat/opensolaris/sys/rwlock.h (new) 1.2.2.1 +46 -0 src/sys/cddl/compat/opensolaris/sys/sdt.h (new) 1.3.2.1 +37 -0 src/sys/cddl/compat/opensolaris/sys/string.h (new) 1.2.2.1 +36 -0 src/sys/cddl/compat/opensolaris/sys/sunddi.h (new) 1.2.2.1 +137 -0 src/sys/cddl/compat/opensolaris/sys/sysmacros.h (new) 1.2.2.1 +49 -0 src/sys/cddl/compat/opensolaris/sys/systm.h (new) 1.2.2.1 +84 -0 src/sys/cddl/compat/opensolaris/sys/taskq.h (new) 1.2.2.1 +135 -0 src/sys/cddl/compat/opensolaris/sys/taskq_impl.h (new) 1.3.2.1 +58 -0 src/sys/cddl/compat/opensolaris/sys/time.h (new) 1.4.2.1 +68 -0 src/sys/cddl/compat/opensolaris/sys/types.h (new) 1.2.2.1 +63 -0 src/sys/cddl/compat/opensolaris/sys/uio.h (new) 1.2.2.1 +38 -0 src/sys/cddl/compat/opensolaris/sys/varargs.h (new) 1.3.2.1 +116 -0 src/sys/cddl/compat/opensolaris/sys/vfs.h (new) 1.6.2.1 +268 -0 src/sys/cddl/compat/opensolaris/sys/vnode.h (new) 1.2.2.1 +68 -0 src/sys/cddl/compat/opensolaris/sys/zone.h (new) 1.2.2.1 +217 -0 src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c (new) 1.2.2.1 +56 -0 src/sys/cddl/contrib/opensolaris/common/acl/acl_common.h (new) 1.4.2.1 +68 -0 src/sys/cddl/contrib/opensolaris/common/atomic/amd64/atomic.S (new) 1.4.2.1 +98 -0 src/sys/cddl/contrib/opensolaris/common/atomic/i386/atomic.S (new) 1.3.2.1 +82 -0 src/sys/cddl/contrib/opensolaris/common/atomic/ia64/atomic.S (new) 1.3.2.1 +968 -0 src/sys/cddl/contrib/opensolaris/common/avl/avl.c (new) 1.3.2.1 +2953 -0 src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c (new) 1.2.2.1 +118 -0 src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair_alloc_fixed.c (new) 1.2.2.1 +287 -0 src/sys/cddl/contrib/opensolaris/common/zfs/zfs_namecheck.c (new) 1.2.2.1 +56 -0 src/sys/cddl/contrib/opensolaris/common/zfs/zfs_namecheck.h (new) 1.2.2.1 +657 -0 src/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c (new) 1.2.2.1 +56 -0 src/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.h (new) 1.5.2.1 +884 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c (new) 1.15.2.1 +2858 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c (new) 1.2.2.1 +312 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c (new) 1.4.2.1 +2247 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c (new) 1.2.2.1 +1029 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c (new) 1.2.2.1 +160 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c (new) 1.3.2.1 +1037 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c (new) 1.3.2.1 +1009 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c (new) 1.2.2.1 +888 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c (new) 1.2.2.1 +992 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c (new) 1.2.2.1 +655 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c (new) 1.3.2.1 +1369 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c (new) 1.3.2.1 +623 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c (new) 1.4.2.1 +2035 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c (new) 1.3.2.1 +1215 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c (new) 1.3.2.1 +256 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c (new) 1.2.2.1 +501 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c (new) 1.2.2.1 +196 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_synctask.c (new) 1.2.2.1 +145 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/fletcher.c (new) 1.2.2.1 +69 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/gzip.c (new) 1.2.2.1 +129 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lzjb.c (new) 1.2.2.1 +1023 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c (new) 1.2.2.1 +194 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c (new) 1.2.2.1 +131 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sha256.c (new) 1.8.2.1 +3301 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c (new) 1.6.2.1 +375 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_config.c (new) 1.2.2.1 +440 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_errlog.c (new) 1.2.2.1 +354 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c (new) 1.3.2.1 +1130 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c (new) 1.2.2.1 +501 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c (new) 1.2.2.1 +109 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/arc.h (new) 1.2.2.1 +89 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/bplist.h (new) 1.2.2.1 +334 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dbuf.h (new) 1.3.2.1 +587 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h (new) 1.2.2.1 +237 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_impl.h (new) 1.2.2.1 +125 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_objset.h (new) 1.2.2.1 +120 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_traverse.h (new) 1.2.2.1 +134 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_tx.h (new) 1.2.2.1 +75 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu_zfetch.h (new) 1.2.2.1 +267 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h (new) 1.3.2.1 +185 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h (new) 1.3.2.1 +143 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dir.h (new) 1.2.2.1 +82 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_pool.h (new) 1.2.2.1 +77 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_prop.h (new) 1.2.2.1 +77 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_synctask.h (new) 1.2.2.1 +69 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab.h (new) 1.2.2.1 +81 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/metaslab_impl.h (new) 1.2.2.1 +103 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/refcount.h (new) 1.3.2.1 +491 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h (new) 1.2.2.1 +168 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h (new) 1.2.2.1 +162 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/space_map.h (new) 1.2.2.1 +120 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/txg.h (new) 1.2.2.1 +77 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/txg_impl.h (new) 1.2.2.1 +50 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/uberblock.h (new) 1.2.2.1 +63 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/uberblock_impl.h (new) 1.2.2.1 +56 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/unique.h (new) 1.2.2.1 +132 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev.h (new) 1.2.2.1 +52 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_disk.h (new) 1.2.2.1 +46 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_file.h (new) 1.2.2.1 +298 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/vdev_impl.h (new) 1.2.2.1 +359 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap.h (new) 1.2.2.1 +204 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_impl.h (new) 1.2.2.1 +234 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zap_leaf.h (new) 1.2.2.1 +115 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_acl.h (new) 1.4.2.1 +120 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h (new) 1.2.2.1 +71 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ctldir.h (new) 1.2.2.1 +75 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_debug.h (new) 1.2.2.1 +71 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_dir.h (new) 1.3.2.1 +163 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h (new) 1.2.2.1 +89 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_rlock.h (new) 1.2.2.1 +100 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_vfsops.h (new) 1.3.2.1 +298 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h (new) 1.2.2.1 +276 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil.h (new) 1.2.2.1 +111 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zil_impl.h (new) 1.2.2.1 +366 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio.h (new) 1.2.2.1 +75 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_checksum.h (new) 1.2.2.1 +82 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_compress.h (new) 1.2.2.1 +205 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_impl.h (new) 1.2.2.1 +68 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zvol.h (new) 1.2.2.1 +611 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c (new) 1.2.2.1 +63 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/uberblock.c (new) 1.2.2.1 +107 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/unique.c (new) 1.5.2.1 +1915 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c (new) 1.3.2.1 +394 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_cache.c (new) 1.2.2.1 +363 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_disk.c (new) 1.2.2.1 +225 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c (new) 1.6.2.1 +583 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c (new) 1.2.2.1 +1011 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c (new) 1.2.2.1 +495 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_mirror.c (new) 1.2.2.1 +89 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_missing.c (new) 1.3.2.1 +323 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c (new) 1.3.2.1 +1237 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_raidz.c (new) 1.2.2.1 +118 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_root.c (new) 1.4.2.1 +1071 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c (new) 1.2.2.1 +741 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c (new) 1.3.2.1 +857 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c (new) 1.2.2.1 +28 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs.conf (new) 1.3.2.1 +1608 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_acl.c (new) 1.2.2.1 +99 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_byteswap.c (new) 1.8.2.1 +1119 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c (new) 1.3.2.1 +797 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c (new) 1.5.2.1 +335 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c (new) 1.7.2.1 +1826 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c (new) 1.3.2.1 +349 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c (new) 1.6.2.1 +430 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_replay.c (new) 1.2.2.1 +594 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_rlock.c (new) 1.14.2.1 +1021 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c (new) 1.31.2.1 +3619 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c (new) 1.15.2.1 +1068 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c (new) 1.4.2.1 +1607 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c (new) 1.5.2.1 +1861 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c (new) 1.2.2.1 +172 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_checksum.c (new) 1.2.2.1 +148 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c (new) 1.2.2.1 +315 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c (new) 1.5.2.1 +801 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c (new) 1.3.2.1 +363 -0 src/sys/cddl/contrib/opensolaris/uts/common/os/callb.c (new) 1.2.2.1 +193 -0 src/sys/cddl/contrib/opensolaris/uts/common/os/list.c (new) 1.2.2.1 +63 -0 src/sys/cddl/contrib/opensolaris/uts/common/os/nvpair_alloc_system.c (new) 1.4.2.1 +1020 -0 src/sys/cddl/contrib/opensolaris/uts/common/os/taskq.c (new) 1.3.2.1 +671 -0 src/sys/cddl/contrib/opensolaris/uts/common/rpc/xdr.c (new) 1.3.2.1 +605 -0 src/sys/cddl/contrib/opensolaris/uts/common/rpc/xdr.h (new) 1.2.2.1 +123 -0 src/sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_array.c (new) 1.2.2.1 +209 -0 src/sys/cddl/contrib/opensolaris/uts/common/rpc/xdr_mem.c (new) 1.4.2.1 +110 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/asm_linkage.h (new) 1.2.2.1 +298 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/avl.h (new) 1.2.2.1 +164 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/avl_impl.h (new) 1.2.2.1 +194 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/bitmap.h (new) 1.3.2.1 +137 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/byteorder.h (new) 1.2.2.1 +214 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/callb.h (new) 1.2.2.1 +127 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/ccompile.h (new) 1.2.2.1 +46 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/compress.h (new) 1.2.2.1 +154 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/cred.h (new) 1.2.2.1 +129 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/debug.h (new) 1.2.2.1 +477 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/dkio.h (new) 1.2.2.1 +268 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/dklabel.h (new) 1.2.2.1 +83 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/errorq.h (new) 1.2.2.1 +397 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/feature_tests.h (new) 1.2.2.1 +75 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/fm/fs/zfs.h (new) 1.2.2.1 +301 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/fm/protocol.h (new) 1.2.2.1 +103 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/fm/util.h (new) 1.4.2.1 +437 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h (new) 1.2.2.1 +139 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/gfs.h (new) 1.3.2.1 +479 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h (new) 1.2.2.1 +63 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/list.h (new) 1.2.2.1 +53 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/list_impl.h (new) 1.2.2.1 +56 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/note.h (new) 1.2.2.1 +260 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/nvpair.h (new) 1.2.2.1 +73 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/nvpair_impl.h (new) 1.2.2.1 +146 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/processor.h (new) 1.3.2.1 +160 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/procset.h (new) 1.2.2.1 +176 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/sdt.h (new) 1.2.2.1 +161 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/synch.h (new) 1.2.2.1 +227 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h (new) 1.3.2.1 +287 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/sysmacros.h (new) 1.2.2.1 +569 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/vfs.h (new) 1.3.2.1 +142 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/vmem.h (new) 1.2.2.1 +68 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/zmod.h (new) 1.2.2.1 +149 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/adler32.c (new) 1.2.2.1 +428 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/crc32.c (new) 1.2.2.1 +443 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/crc32.h (new) 1.2.2.1 +1742 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/deflate.c (new) 1.2.2.1 +331 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/deflate.h (new) 1.2.2.1 +320 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inffast.c (new) 1.2.2.1 +13 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inffast.h (new) 1.2.2.1 +96 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inffixed.h (new) 1.2.2.1 +1395 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inflate.c (new) 1.2.2.1 +117 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inflate.h (new) 1.2.2.1 +331 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inftrees.c (new) 1.2.2.1 +57 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/inftrees.h (new) 1.2.2.1 +1219 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/trees.c (new) 1.2.2.1 +117 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zconf.h (new) 1.2.2.1 +1359 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zlib.h (new) 1.2.2.1 +109 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod.c (new) 1.2.2.1 +84 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod_subr.c (new) 1.2.2.1 +324 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zutil.c (new) 1.2.2.1 +274 -0 src/sys/cddl/contrib/opensolaris/uts/common/zmod/zutil.h (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:31:24 2008 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 3F178106566B; Thu, 17 Apr 2008 01:31:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 143828FC0C; Thu, 17 Apr 2008 01:31:24 +0000 (UTC) (envelope-from rafan@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 m3H1VN2H006798; Thu, 17 Apr 2008 01:31:23 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1VNOm006797; Thu, 17 Apr 2008 01:31:23 GMT (envelope-from rafan) Message-Id: <200804170131.m3H1VNOm006797@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 17 Apr 2008 01:31:23 +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/biology/emboss 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: Thu, 17 Apr 2008 01:31:24 -0000 rafan 2008-04-17 01:31:23 UTC FreeBSD ports repository Modified files: biology/emboss Makefile Log: - It seems that upstream removes their distfiles from sourceforge, so add the download site pointed by their webpage as first choice. Noticed by: pointyhat via pav Revision Changes Path 1.51 +2 -1 ports/biology/emboss/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:31:48 2008 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 AA01F1065680; Thu, 17 Apr 2008 01:31:48 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3C48FC19; Thu, 17 Apr 2008 01:31:48 +0000 (UTC) (envelope-from wxs@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 m3H1VmXH006847; Thu, 17 Apr 2008 01:31:48 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1Vm3v006846; Thu, 17 Apr 2008 01:31:48 GMT (envelope-from wxs) Message-Id: <200804170131.m3H1Vm3v006846@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 01:31:48 +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/mail/spampd Makefile ports/mail/spampd/files spampd.in 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: Thu, 17 Apr 2008 01:31:48 -0000 wxs 2008-04-17 01:31:48 UTC FreeBSD ports repository Modified files: mail/spampd Makefile mail/spampd/files spampd.in Log: Add necessary information to RC script. PR: ports/121669 Submitted by: Doug Martin Approved by: garga (mentor), maintainer (timeout) Revision Changes Path 1.9 +1 -1 ports/mail/spampd/Makefile 1.2 +3 -0 ports/mail/spampd/files/spampd.in From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:39:22 2008 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 46E3F106564A; Thu, 17 Apr 2008 01:39:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1BBFB8FC1D; Thu, 17 Apr 2008 01:39:22 +0000 (UTC) (envelope-from edwin@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 m3H1dKj4007162; Thu, 17 Apr 2008 01:39:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1dKVn007161; Thu, 17 Apr 2008 01:39:20 GMT (envelope-from edwin) Message-Id: <200804170139.m3H1dKVn007161@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Apr 2008 01:39:20 +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/net/penguintv-devel Makefile pkg-plist 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: Thu, 17 Apr 2008 01:39:22 -0000 edwin 2008-04-17 01:39:20 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile pkg-plist Log: Fix pkg-plist Revision Changes Path 1.39 +1 -1 ports/net/penguintv-devel/Makefile 1.22 +2 -0 ports/net/penguintv-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 01:44:17 2008 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 E9E211065673; Thu, 17 Apr 2008 01:44:17 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFAA58FC29; Thu, 17 Apr 2008 01:44:17 +0000 (UTC) (envelope-from mezz@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 m3H1iHTd007315; Thu, 17 Apr 2008 01:44:17 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H1iH94007314; Thu, 17 Apr 2008 01:44:17 GMT (envelope-from mezz) Message-Id: <200804170144.m3H1iH94007314@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 17 Apr 2008 01:44:17 +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/textproc/enchant 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: Thu, 17 Apr 2008 01:44:18 -0000 mezz 2008-04-17 01:44:17 UTC FreeBSD ports repository Modified files: textproc/enchant Makefile Log: Correct the patch. Revision Changes Path 1.26 +3 -3 ports/textproc/enchant/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 02:41:05 2008 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 950FF106566B; Thu, 17 Apr 2008 02:41:05 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 69D668FC13; Thu, 17 Apr 2008 02:41:05 +0000 (UTC) (envelope-from jb@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 m3H2f5LR010613; Thu, 17 Apr 2008 02:41:05 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H2f5pi010612; Thu, 17 Apr 2008 02:41:05 GMT (envelope-from jb) Message-Id: <200804170241.m3H2f5pi010612@repoman.freebsd.org> From: John Birrell Date: Thu, 17 Apr 2008 02:41:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common Makefile.files 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: Thu, 17 Apr 2008 02:41:05 -0000 jb 2008-04-17 02:41:05 UTC FreeBSD src repository Added files: (Branch: RELENG_7) sys/cddl/contrib/opensolaris/uts/common Makefile.files Log: MFC. Par of the big CDDL file move I missed. Revision Changes Path 1.2.2.1 +101 -0 src/sys/cddl/contrib/opensolaris/uts/common/Makefile.files (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:16:52 2008 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 08C6A106566C; Thu, 17 Apr 2008 04:16:52 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EADEB8FC13; Thu, 17 Apr 2008 04:16:51 +0000 (UTC) (envelope-from yongari@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 m3H4Gpt4032562; Thu, 17 Apr 2008 04:16:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4Gpos032561; Thu, 17 Apr 2008 04:16:51 GMT (envelope-from yongari) Message-Id: <200804170416.m3H4Gpos032561@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 17 Apr 2008 04:16:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/pci if_rl.c 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: Thu, 17 Apr 2008 04:16:52 -0000 yongari 2008-04-17 04:16:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_rl.c Log: MFC if_rl.c, rev 1.174 to RELENG_7. It seems that RealTek 8129/8139 chip reports invalid length of received frame under certain conditions. wpaul said the length 0xfff0 is special meaning that indicates hardware is in the process of copying a packet into host memory. But it seems there are other cases that hardware is busy or stuck in bad situation even if the received frame length is not 0xfff0. To work-around this condition, add a check that verifys that recevied frame length is in valid range. If received length is out of range reinitialize hardware to recover from stuck condition. Revision Changes Path 1.170.2.3 +5 -3 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:18:29 2008 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 DC089106566B; Thu, 17 Apr 2008 04:18:29 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA7D98FC1B; Thu, 17 Apr 2008 04:18:29 +0000 (UTC) (envelope-from yongari@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 m3H4ITNv032631; Thu, 17 Apr 2008 04:18:29 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4ITGv032630; Thu, 17 Apr 2008 04:18:29 GMT (envelope-from yongari) Message-Id: <200804170418.m3H4ITGv032630@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 17 Apr 2008 04:18:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_rl.c 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: Thu, 17 Apr 2008 04:18:30 -0000 yongari 2008-04-17 04:18:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_rl.c Log: MFC if_rl.c, rev 1.174 to RELENG_6. It seems that RealTek 8129/8139 chip reports invalid length of received frame under certain conditions. wpaul said the length 0xfff0 is special meaning that indicates hardware is in the process of copying a packet into host memory. But it seems there are other cases that hardware is busy or stuck in bad situation even if the received frame length is not 0xfff0. To work-around this condition, add a check that verifys that recevied frame length is in valid range. If received length is out of range reinitialize hardware to recover from stuck condition. Revision Changes Path 1.152.2.9 +5 -3 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:20:11 2008 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 651B61065670; Thu, 17 Apr 2008 04:20:11 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 503608FC13; Thu, 17 Apr 2008 04:20:11 +0000 (UTC) (envelope-from jeff@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 m3H4KBcm032842; Thu, 17 Apr 2008 04:20:11 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4KBOj032841; Thu, 17 Apr 2008 04:20:11 GMT (envelope-from jeff) Message-Id: <200804170420.m3H4KBOj032841@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Apr 2008 04:20:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_intr.c kern_subr.c kern_switch.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_sleepqueue.c subr_trap.c subr_turnstile.c src/sys/sys proc.h sched.h sysctl.h src/sys/vm vm_glue.c vm_zeroidle.c 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: Thu, 17 Apr 2008 04:20:11 -0000 jeff 2008-04-17 04:20:11 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c kern_subr.c kern_switch.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_sleepqueue.c subr_trap.c subr_turnstile.c sys/sys proc.h sched.h sysctl.h sys/vm vm_glue.c vm_zeroidle.c Log: - Make SCHED_STATS more generic by adding a wrapper to create the variables and sysctl nodes. - In reset walk the children of kern_sched_stats and reset the counters via the oid_arg1 pointer. This allows us to add arbitrary counters to the tree and still reset them properly. - Define a set of switch types to be passed with flags to mi_switch(). These types are named SWT_*. These types correspond to SCHED_STATS counters and are automatically handled in this way. - Make the new SWT_ types more specific than the older switch stats. There are now stats for idle switches, remote idle wakeups, remote preemption ithreads idling, etc. - Add switch statistics for ULE's pickcpu algorithm. These stats include how much migration there is, how often affinity was successful, how often threads were migrated to the local cpu on wakeup, etc. Sponsored by: Nokia Revision Changes Path 1.163 +2 -2 src/sys/kern/kern_intr.c 1.104 +1 -1 src/sys/kern/kern_subr.c 1.144 +41 -25 src/sys/kern/kern_switch.c 1.311 +5 -1 src/sys/kern/kern_synch.c 1.274 +2 -2 src/sys/kern/kern_thread.c 1.124 +4 -6 src/sys/kern/sched_4bsd.c 1.242 +30 -8 src/sys/kern/sched_ule.c 1.53 +2 -4 src/sys/kern/subr_sleepqueue.c 1.304 +1 -2 src/sys/kern/subr_trap.c 1.173 +1 -2 src/sys/kern/subr_turnstile.c 1.511 +20 -4 src/sys/sys/proc.h 1.39 +10 -8 src/sys/sys/sched.h 1.157 +1 -0 src/sys/sys/sysctl.h 1.231 +1 -1 src/sys/vm/vm_glue.c 1.52 +1 -1 src/sys/vm/vm_zeroidle.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:22:33 2008 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 697101065674; Thu, 17 Apr 2008 04:22:33 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3118FC21; Thu, 17 Apr 2008 04:22:33 +0000 (UTC) (envelope-from yongari@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 m3H4MXEi033027; Thu, 17 Apr 2008 04:22:33 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4MX05033026; Thu, 17 Apr 2008 04:22:33 GMT (envelope-from yongari) Message-Id: <200804170422.m3H4MX05033026@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 17 Apr 2008 04:22:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/nfe if_nfe.c if_nfereg.h 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: Thu, 17 Apr 2008 04:22:33 -0000 yongari 2008-04-17 04:22:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/nfe if_nfe.c if_nfereg.h Log: MFC if_nfe.c rev 1.28, if_nfereg.h rev 1.12 to RELENG_7. Add support for MCP73 chips. Revision Changes Path 1.21.2.5 +12 -0 src/sys/dev/nfe/if_nfe.c 1.10.2.1 +4 -0 src/sys/dev/nfe/if_nfereg.h From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:27:45 2008 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 65902106566C; Thu, 17 Apr 2008 04:27:45 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A48B8FC0C; Thu, 17 Apr 2008 04:27:45 +0000 (UTC) (envelope-from brueffer@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 m3H4RjAW033185; Thu, 17 Apr 2008 04:27:45 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4Rjk6033184; Thu, 17 Apr 2008 04:27:45 GMT (envelope-from brueffer) Message-Id: <200804170427.m3H4Rjk6033184@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 17 Apr 2008 04:27:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt 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: Thu, 17 Apr 2008 04:27:45 -0000 brueffer 2008-04-17 04:27:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/share/misc dev.archlist.txt Log: MFC: rev. 1.102 sf(4) should work on all archs now, remove it from here. Revision Changes Path 1.100.2.3 +0 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Thu Apr 17 04:59:18 2008 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 D05AD106564A; Thu, 17 Apr 2008 04:59:18 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB4578FC14; Thu, 17 Apr 2008 04:59:18 +0000 (UTC) (envelope-from jb@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 m3H4xI0k043394; Thu, 17 Apr 2008 04:59:18 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H4xI5I043393; Thu, 17 Apr 2008 04:59:18 GMT (envelope-from jb) Message-Id: <200804170459.m3H4xI5I043393@repoman.freebsd.org> From: John Birrell Date: Thu, 17 Apr 2008 04:59:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/cddl/lib/libavl Makefile src/cddl/lib/libnvpair Makefile src/cddl/lib/libumem Makefile src/cddl/lib/libuutil Makefile src/cddl/lib/libzfs Makefile src/cddl/lib/libzpool Makefile src/cddl/sbin/zfs Makefile src/cddl/sbin/zpool 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: Thu, 17 Apr 2008 04:59:18 -0000 jb 2008-04-17 04:59:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) cddl/lib/libavl Makefile cddl/lib/libnvpair Makefile cddl/lib/libumem Makefile cddl/lib/libuutil Makefile cddl/lib/libzfs Makefile cddl/lib/libzpool Makefile cddl/sbin/zfs Makefile cddl/sbin/zpool Makefile cddl/usr.bin/ztest Makefile cddl/usr.sbin/zdb Makefile sys/modules/zfs Makefile Log: MFC. Step 2 of the big CDDL file move. Use the files in their new locations. The next step will be to remove the files from their old locations. Revision Changes Path 1.2.2.1 +3 -3 src/cddl/lib/libavl/Makefile 1.2.2.1 +4 -4 src/cddl/lib/libnvpair/Makefile 1.2.2.1 +2 -2 src/cddl/lib/libumem/Makefile 1.2.2.1 +7 -7 src/cddl/lib/libuutil/Makefile 1.3.2.1 +16 -16 src/cddl/lib/libzfs/Makefile 1.5.2.1 +17 -17 src/cddl/lib/libzpool/Makefile 1.3.2.1 +13 -13 src/cddl/sbin/zfs/Makefile 1.3.2.1 +13 -13 src/cddl/sbin/zpool/Makefile 1.4.2.1 +9 -9 src/cddl/usr.bin/ztest/Makefile 1.4.2.1 +9 -9 src/cddl/usr.sbin/zdb/Makefile 1.6.2.1 +19 -19 src/sys/modules/zfs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 05:25:08 2008 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 3241F106566B; Thu, 17 Apr 2008 05:25:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 030428FC21; Thu, 17 Apr 2008 05:25:08 +0000 (UTC) (envelope-from thierry@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 m3H5P7n7045409; Thu, 17 Apr 2008 05:25:07 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H5P7Z2045408; Thu, 17 Apr 2008 05:25:07 GMT (envelope-from thierry) Message-Id: <200804170525.m3H5P7Z2045408@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 17 Apr 2008 05:25:07 +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/french/gibi 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: Thu, 17 Apr 2008 05:25:08 -0000 thierry 2008-04-17 05:25:07 UTC FreeBSD ports repository Modified files: french/gibi Makefile Log: Chase a forgotten Code_Aster's upgrade. Reported by: pointyhat via Pav Pointyhat to: /me Revision Changes Path 1.19 +2 -2 ports/french/gibi/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 06:28:39 2008 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 D9C01106566B; Thu, 17 Apr 2008 06:28:39 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C47098FC1E; Thu, 17 Apr 2008 06:28:39 +0000 (UTC) (envelope-from sumikawa@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 m3H6SdIY048471; Thu, 17 Apr 2008 06:28:39 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H6Sdfw048470; Thu, 17 Apr 2008 06:28:39 GMT (envelope-from sumikawa) Message-Id: <200804170628.m3H6Sdfw048470@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 17 Apr 2008 06:28:39 +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/security/racoon2 Makefile distinfo pkg-plist ports/security/racoon2/files patch-configure patch-fastipsec patch-rcvar patch-samples-Makefile.in patch-samples-rc.d-iked.in patch-samples-rc.d-kinkd.in patch-samples-rc.d-spmd.in 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: Thu, 17 Apr 2008 06:28:40 -0000 sumikawa 2008-04-17 06:28:39 UTC FreeBSD ports repository Modified files: security/racoon2 Makefile distinfo pkg-plist security/racoon2/files patch-samples-Makefile.in patch-samples-rc.d-iked.in patch-samples-rc.d-kinkd.in Added files: security/racoon2/files patch-samples-rc.d-spmd.in Removed files: security/racoon2/files patch-configure patch-fastipsec patch-rcvar Log: Upgrade to 20071227e. PR: ports/119795 From: Yarema Revision Changes Path 1.53 +2 -3 ports/security/racoon2/Makefile 1.35 +3 -3 ports/security/racoon2/distinfo 1.4 +0 -11 ports/security/racoon2/files/patch-configure (dead) 1.2 +0 -420 ports/security/racoon2/files/patch-fastipsec (dead) 1.2 +0 -33 ports/security/racoon2/files/patch-rcvar (dead) 1.6 +18 -7 ports/security/racoon2/files/patch-samples-Makefile.in 1.2 +8 -4 ports/security/racoon2/files/patch-samples-rc.d-iked.in 1.2 +8 -4 ports/security/racoon2/files/patch-samples-rc.d-kinkd.in 1.1 +11 -0 ports/security/racoon2/files/patch-samples-rc.d-spmd.in (new) 1.13 +37 -12 ports/security/racoon2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 07:02:55 2008 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 3A3DE1065674 for ; Thu, 17 Apr 2008 07:02:55 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0FBF78FC16 for ; Thu, 17 Apr 2008 07:02:54 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: (qmail 7780 invoked from network); 17 Apr 2008 07:02:54 -0000 Received: from dsl081-051-177.sfo1.dsl.speakeasy.net (HELO SAINTS) (qingli@[64.81.51.177]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Apr 2008 07:02:54 -0000 From: "Qing Li" To: "'Bruce M. Simpson'" References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> <48047442.1030609@FreeBSD.org> Date: Thu, 17 Apr 2008 00:03:00 -0700 Message-ID: <004901c8a059$135ffb50$b1335140@SAINTS> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <48047442.1030609@FreeBSD.org> Thread-Index: Acie2nyRXqvDoL9GR+6s6KSqi024jwBfB6Ig Cc: 'Qing Li' , src-committers@FreeBSD.org, 'Andre Oppermann' , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: RE: multipath stuff 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: Thu, 17 Apr 2008 07:02:55 -0000 Hi Bruce, > > First of all thanks for doing this. It would have been nice > to have had some advance warning though. > Hopefully it wasn't too much of a grief ... > > I'm surprised XORP hasn't been mentioned here, so I'll > mention it now... > > For what it's worth this should not make any operational changes to > XORP's behaviour, it already plumbs routes to the FIB from > its RIB with > the next-hop field, and always parses the next-hop in any PF_ROUTE > messages it sees. I can't speak for the others. > I was hoping that would be the case, and that should be how it's done in theory, no ? > > Questions: > * So, does this RADIX_MPATH code originate from KAME? > Yes, this work originated from the KAME project. > > * If so, to what extent does it share heritage with the OpenBSD code? > I don't know much about the OpenBSD code and never looked at that branch. What I do know, is the original code from KAME worked on all except FreeBSD, at least that was the case when I did the initial work in FreeBSD 5.4, and the original code has not changed for quite some time even before that. The bulk of the addition/change is actually in route.c With the original code, the box would boot-up and crash immediately. If my memory serves me right, the crash was due to the address alias was not being properly taken care of. Also in the original code, the deletion did not really work and also crashed often. > > It will be useful as a baseline for other work, in particular > removing the 32 (S,G) channel limitation from the multicast > forwarding code -- with such a change it would be possible to > move multicasting into the usual radix trie lookup by adding a > new flag which says "flood this to > all next-hops specified as AF_LINK sockaddrs". > That would be good. I'd like to learn more about what you have in mind and would be happy to help you out on that front. > > We really need to get ARP out of there now. :-) > Yes. I am going to be focused on getting this work revised and hope to wrap it up in a couple of weeks. Julian is helping me out on the debugging and testing front. > > It would be nice if rt_mpath_matchgate() used the sa_dl_equal() macros > from if.c, it reads a bit quirky. > I will update the code. Thanks. > > The questions you raise about ownership of FIB entries bear some > scrutiny. Microsoft, for example, are pretty strict about > only exposing the forwarding table to consumers which are willing > to play by all rules of the API. What they have could be termed > a RIB in of itself, you never get to interact with the forwarding > tables directly outside of the TCPIP.SYS driver, except for read-only > access e.g. SNMP. There is locking capability in their API. > I am going to postpone this discussion until I get done with the new ARP work. However, one thing I do want to mention, is I doubt one can get the proper entries out of the table using SNMP because I do know the forwarding table MIB is and has been broken for years. The table does not support these concepts with the proper table index. > > It really is worth looking at Linux, rtnetlink has an > informational RFC, it uses a tag-length-value protocol which > addresses a number of the issues blocking further progress in this > area, and whilst we can't take > the code, the design, and the idea, are not subject to the GPL -- > particularly so given the informational RFC status. > Interesting. Is this the RFC you are referring to ? 3549 Linux Netlink as an IP Services Protocol. J. Salim, H. Khosravi, A. Kleen, A. Kuznetsov. July 2003. (Format: TXT=72161 bytes) (Status: INFORMATIONAL) -- Qing From owner-cvs-all@FreeBSD.ORG Thu Apr 17 07:53:50 2008 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 5B8631065671; Thu, 17 Apr 2008 07:53:50 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30B4E8FC17; Thu, 17 Apr 2008 07:53:49 +0000 (UTC) (envelope-from dfr@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 m3H7rn7Q053017; Thu, 17 Apr 2008 07:53:49 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H7rnn0053016; Thu, 17 Apr 2008 07:53:49 GMT (envelope-from dfr) Message-Id: <200804170753.m3H7rnn0053016@repoman.freebsd.org> From: Doug Rabson Date: Thu, 17 Apr 2008 07:53:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c 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: Thu, 17 Apr 2008 07:53:50 -0000 dfr 2008-04-17 07:53:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/smbfs smbfs_vnops.c Log: MFC: smbfs_vnops.c 1.68 - make sure l_type is F_UNLCK when trying to unlock a byte range. Revision Changes Path 1.65.2.1 +3 -0 src/sys/fs/smbfs/smbfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 07:57:51 2008 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 1D7E51065671; Thu, 17 Apr 2008 07:57:51 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E66BC8FC1E; Thu, 17 Apr 2008 07:57:50 +0000 (UTC) (envelope-from sat@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 m3H7vo5J053187; Thu, 17 Apr 2008 07:57:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H7vomt053186; Thu, 17 Apr 2008 07:57:50 GMT (envelope-from sat) Message-Id: <200804170757.m3H7vomt053186@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 17 Apr 2008 07:57:50 +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/games/endgame-singularity-music 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: Thu, 17 Apr 2008 07:57:51 -0000 sat 2008-04-17 07:57:50 UTC FreeBSD ports repository Modified files: games/endgame-singularity-music Makefile Log: - Readd mirror Revision Changes Path 1.5 +1 -1 ports/games/endgame-singularity-music/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 08:45:18 2008 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 BB19A106566B; Thu, 17 Apr 2008 08:45:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 568D08FC0A; Thu, 17 Apr 2008 08:45:18 +0000 (UTC) (envelope-from clsung@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 m3H8jIMW055781; Thu, 17 Apr 2008 08:45:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H8jIQj055780; Thu, 17 Apr 2008 08:45:18 GMT (envelope-from clsung) Message-Id: <200804170845.m3H8jIQj055780@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 17 Apr 2008 08:45:18 +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/www/gurlchecker 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: Thu, 17 Apr 2008 08:45:18 -0000 clsung 2008-04-17 08:45:18 UTC FreeBSD ports repository Modified files: www/gurlchecker Makefile Log: - one liner to unbreak it - bump PORTREVISION Revision Changes Path 1.33 +3 -3 ports/www/gurlchecker/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 08:49:45 2008 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 BC646106564A; Thu, 17 Apr 2008 08:49:45 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 932538FC18; Thu, 17 Apr 2008 08:49:45 +0000 (UTC) (envelope-from mich@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 m3H8njmw065040; Thu, 17 Apr 2008 08:49:45 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H8nj9c065039; Thu, 17 Apr 2008 08:49:45 GMT (envelope-from mich) Message-Id: <200804170849.m3H8nj9c065039@repoman.freebsd.org> From: Michael Landin Hostbaek Date: Thu, 17 Apr 2008 08:49:45 +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/misc/clex Makefile distinfo 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: Thu, 17 Apr 2008 08:49:45 -0000 mich 2008-04-17 08:49:45 UTC FreeBSD ports repository Modified files: misc/clex Makefile distinfo Log: - update to -> 3.18 Revision Changes Path 1.18 +1 -1 ports/misc/clex/Makefile 1.14 +3 -3 ports/misc/clex/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 09:24:25 2008 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 197E3106566C; Thu, 17 Apr 2008 09:24:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E54A68FC1A; Thu, 17 Apr 2008 09:24:24 +0000 (UTC) (envelope-from pav@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 m3H9OOp9074748; Thu, 17 Apr 2008 09:24:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H9OOqW074747; Thu, 17 Apr 2008 09:24:24 GMT (envelope-from pav) Message-Id: <200804170924.m3H9OOqW074747@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 17 Apr 2008 09:24:24 +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/net/liferea Makefile distinfo pkg-plist 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: Thu, 17 Apr 2008 09:24:25 -0000 pav 2008-04-17 09:24:24 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: - Update to 1.4.15 Revision Changes Path 1.120 +4 -1 ports/net/liferea/Makefile 1.93 +3 -3 ports/net/liferea/distinfo 1.56 +1 -0 ports/net/liferea/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 09:35:38 2008 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 073761065679; Thu, 17 Apr 2008 09:35:38 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D37278FC25; Thu, 17 Apr 2008 09:35:37 +0000 (UTC) (envelope-from flz@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 m3H9Zbjs075240; Thu, 17 Apr 2008 09:35:37 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H9ZbTN075239; Thu, 17 Apr 2008 09:35:37 GMT (envelope-from flz) Message-Id: <200804170935.m3H9ZbTN075239@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 17 Apr 2008 09:35:37 +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/net/xmlrpc-c Makefile distinfo 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: Thu, 17 Apr 2008 09:35:38 -0000 flz 2008-04-17 09:35:37 UTC FreeBSD ports repository Modified files: net/xmlrpc-c Makefile distinfo Log: Update net/xmlrpc-c to 1.06.27. Revision Changes Path 1.32 +2 -1 ports/net/xmlrpc-c/Makefile 1.10 +3 -3 ports/net/xmlrpc-c/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 09:56:01 2008 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 C9DA61065671; Thu, 17 Apr 2008 09:56:01 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2AB08FC1B; Thu, 17 Apr 2008 09:56:01 +0000 (UTC) (envelope-from jeff@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 m3H9u11h075980; Thu, 17 Apr 2008 09:56:01 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3H9u1nm075979; Thu, 17 Apr 2008 09:56:01 GMT (envelope-from jeff) Message-Id: <200804170956.m3H9u1nm075979@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 17 Apr 2008 09:56:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c 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: Thu, 17 Apr 2008 09:56:01 -0000 jeff 2008-04-17 09:56:01 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Add a metric to describe how busy a processor has been over the last two ticks by counting the number of switches and the load when sched_clock() is called. - If the busy metric exceeds a threshold allow the idle thread to spin waiting for new work for a brief period to avoid using IPIs. This reduces the cost on the sender and receiver as well as reducing wakeup latency considerably when it works. Sponsored by: Nokia Revision Changes Path 1.243 +71 -7 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 10:13:04 2008 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 D91D8106564A; Thu, 17 Apr 2008 10:13:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B25E98FC1E; Thu, 17 Apr 2008 10:13:04 +0000 (UTC) (envelope-from pav@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 m3HAD4d0077667; Thu, 17 Apr 2008 10:13:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HAD4Sw077666; Thu, 17 Apr 2008 10:13:04 GMT (envelope-from pav) Message-Id: <200804171013.m3HAD4Sw077666@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 17 Apr 2008 10:13:04 +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/net/ns Makefile distinfo 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: Thu, 17 Apr 2008 10:13:05 -0000 pav 2008-04-17 10:13:04 UTC FreeBSD ports repository Modified files: net/ns Makefile distinfo Log: - Update to 2.30 PR: ports/120031 Submitted by: Hung-Yi Chen Approved by: maintainer timeout (laszlof; 2 months) Revision Changes Path 1.31 +1 -6 ports/net/ns/Makefile 1.10 +3 -3 ports/net/ns/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:12:23 2008 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 240B8106564A; Thu, 17 Apr 2008 11:12:23 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D67BD8FC27; Thu, 17 Apr 2008 11:12:22 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 24254100B33; Thu, 17 Apr 2008 07:12:22 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Thu, 17 Apr 2008 07:12:22 -0400 X-Sasl-enc: 8pePAGz5vrL4x94QdK8kMPWMO1SAswTYlmtXqdPEvzuJ 1208430741 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id B9BA1E175; Thu, 17 Apr 2008 07:12:20 -0400 (EDT) Message-ID: <48073093.7090103@FreeBSD.org> Date: Thu, 17 Apr 2008 12:12:19 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: Andre Oppermann References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> <4804CF68.9060109@freebsd.org> In-Reply-To: <4804CF68.9060109@freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, claudio@openbsd.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, 'Qing Li' , Qing Li Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Thu, 17 Apr 2008 11:12:23 -0000 Andre Oppermann wrote: > In OpenBSD multipath one has to install an multipath route explicitly > with > the -mpath modifier to route(8) and for daemons with RTF_MPATH in the > routing > message. Multipath routes also retain this flag during their > lifetime. If > not set, the normal one-route-only behavior is kept. This allows all > non-mpath > aware programs to continue to work. > > I think this is the model to follow. Also for inter-BSD compatibility. I think it's fair to do this until such time as PF_ROUTE itself may evolve. The API has limitations as we know, and it has had a fair share of bugs attached to its use of legacy structure, lack of bounds checking etc. which has accumulated patches over the years. There is only 1 bit, RTF_PROTO1, which can be used to tell if a FIB entry in PF_ROUTE was dynamically added or not. Everything out there overloads this bit, so there is no way to stop daemons from clobbering each other. At the moment, anything written to follow the model of e.g. routed is just very likely to clobber other consumers. It is written to assume it controls the whole table. This is not good, considering our implementation of IRDP (Internet Router Discovery, RFC 1256) uses the routed code base. > Yes. Let me explain. There are two approaches here: The Quagga/Zebra > approach where all routing protocol daemons communicate with a central > daemon that is the single point of contact to the kernel. The other > approach is the OpenBGPD/OpenOSPFD approach where each daemon runs on > its own (because most of the time there is little to no overlap) and > does its own routing table manipulations. XORP uses the first approach. It tries to do some side-stepping to prevent clobbering other consumers, by e.g. inferring if a route would have been created automatically for an interface's subnet address and leaving other routes alone. There is code to restore the previous FIB contents on exit, however because of the above lack re RTF_PROTO1, this is not foolproof. > The second approach is a > bit tricky at the moment as the routing socket is not really intended > for operating in this way and the daemons have to be aware of each > other in certain ways. OK, let me just say: I don't believe kernel FIBs should be used as RIBs. I am definitely in favour of making changes which allow daemons to interoperate, but I don't believe we should be doing things which encourage people to use the kernel FIB as a place to exchange routes between processes. Other than perhaps a "quick hack" for testing something, but it really isn't the way to do it on an embedded box (racking up those context switches and dirty pages), and the problem with allowing quick hacks is that they tend to get perpetuated as kludges. After all, if something "kinda" works, people will keep doing it. However as you quite correctly point out, when you introduce multipath into the kernel FIB, you need to make sure there is no collision between old consumers (who know nothing of multiple next-hops) and new consumers (who will be checking and using multiple next-hop information). > > Ideally, and this is what Claudio says as well, we should end up with > the following functionality: > > - equal cost multipath where one prefix can have multiple next-hops. > - ecmp should be explicit with the RTM_MPATH flag. > - a hierarchy of multiple prefixes where the one with the highest > priority carries the traffic (possibly with ecmp). > - the hierarchy should have a number of precedence levels (interface > route, static route, IGP route, EGP route, other). > - within those precedence levels it should have further subdivision > to prefer OSPF over RIP in the IGP category for example. > - a change/delete applies to a specific precedence level if specified. > - routing socket filters on reading so that routing daemons can > select which precendence levels they want to track (IGP doesn't > have to track EGP route changes for example). > > With this functionality a number of independent but complementary routing > daemons can work together is a useful and -more important- > standardized way. Linux implements a form of update filtering on the rtnetlink socket. Re the rest of it: This is pretty much what Microsoft does -- up to a point. The API for the RIB there isn't really that open, you certainly can't just port a Linux or BSD daemon and expect it to work -- it's totally different. But they do implement explicit tagging of who owns which route. You can see all of these routes with the "route print" or "netsh ip show routes" commands, however routes added with either of these CLI tools go into a separate RIB table of their own -- you aren't modifying the final table. To an extent, you can modify the admin distance controlling which entries go where in NT, although some things stay hard-coded. I actually wrote a DLL for Windows which drops in like any other routing protocol, and allows you to inject routes into its RIB manager using the BSD routing socket. It uses an NT named pipe for this. Coding it wasn't easy as they don't provide a completely working example of how to do it -- but their code will get you say 80% of the way there. The fact that the BSD PF_ROUTE message format doesn't have support for multipath, means that this DLL has to do some side-stepping of its own to make sure the routes we plumb into TCPIP.SYS using the RTM API are removed properly. later BMS From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:15:27 2008 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 AC3CF106566C; Thu, 17 Apr 2008 11:15:27 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7BAED8FC13; Thu, 17 Apr 2008 11:15:27 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 25ABF100B22; Thu, 17 Apr 2008 07:15:27 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 17 Apr 2008 07:15:27 -0400 X-Sasl-enc: SDLFwnlQNKvlymkGJDjlkxv2/MF5DokL72K8r02opLWB 1208430926 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 35E652B723; Thu, 17 Apr 2008 07:15:26 -0400 (EDT) Message-ID: <4807314D.5020707@FreeBSD.org> Date: Thu, 17 Apr 2008 12:15:25 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: Qing Li References: <200804130545.m3D5jEtd081771@repoman.freebsd.org> <4803D7E2.80000@freebsd.org> <000201c89eae$d4dcfe10$b1335140@SAINTS> <48047442.1030609@FreeBSD.org> <004901c8a059$135ffb50$b1335140@SAINTS> In-Reply-To: <004901c8a059$135ffb50$b1335140@SAINTS> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 'Qing Li' , src-committers@FreeBSD.org, 'Andre Oppermann' , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: multipath stuff 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: Thu, 17 Apr 2008 11:15:27 -0000 Qing Li wrote: > I don't know much about the OpenBSD code and never looked at that > branch. What I do know, is the original code from KAME worked on > all except FreeBSD, .. If my memory serves me right, > the crash was due to the address alias was not being properly taken > care of. Andre's got some interesting comments here. What I can say is based on a first reading it looks like the two share ancestors. I am glad you have picked it up. There are a few features from KAME in the tree which aren't completely used, and broadly related, e.g. source address selection policies, though they probably should be. I believe NetBSD ended up doing their own thing for that. > I am going to postpone this discussion until I get done > with the new ARP work. However, one thing I do want to mention, > is I doubt one can get the proper entries out of the table > using SNMP because I do know the forwarding table MIB is > and has been broken for years. The table does not support > these concepts with the proper table index. > Hmm, which MIB are you referring to? > Interesting. Is this the RFC you are referring to ? > > 3549 Linux Netlink as an IP Services Protocol. J. Salim, H. Khosravi, > A. Kleen, A. Kuznetsov. July 2003. (Format: TXT=72161 bytes) (Status: > INFORMATIONAL) > Yes, that's the one, although it doesn't document all of the TLVs in current use by iproute2. rtnetlink has become a bit of a kitchen sink protocol. Linux's equivalent of PF_KEY for example is buried in there. XORP has a class for the rtnetlink socket which presents a similar internal API to that of the BSD routing socket. cheers BMS From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:15:31 2008 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 3D66A1065675; Thu, 17 Apr 2008 11:15:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 171708FC2B; Thu, 17 Apr 2008 11:15:31 +0000 (UTC) (envelope-from lwhsu@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 m3HBFVAW084123; Thu, 17 Apr 2008 11:15:31 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBFU2x084121; Thu, 17 Apr 2008 11:15:30 GMT (envelope-from lwhsu) Message-Id: <200804171115.m3HBFU2x084121@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2008 11:15:30 +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/www/py-flup Makefile distinfo pkg-plist ports/www/py-flup/files patch-setup.py 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: Thu, 17 Apr 2008 11:15:31 -0000 lwhsu 2008-04-17 11:15:30 UTC FreeBSD ports repository Modified files: www/py-flup Makefile distinfo pkg-plist Removed files: www/py-flup/files patch-setup.py Log: - Update to 1.0 Revision Changes Path 1.6 +3 -23 ports/www/py-flup/Makefile 1.4 +3 -3 ports/www/py-flup/distinfo 1.2 +0 -11 ports/www/py-flup/files/patch-setup.py (dead) 1.3 +1 -111 ports/www/py-flup/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:15:31 2008 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 670821065676; Thu, 17 Apr 2008 11:15:31 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40E738FC2C; Thu, 17 Apr 2008 11:15:31 +0000 (UTC) (envelope-from maho@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 m3HBFV33084122; Thu, 17 Apr 2008 11:15:31 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBFUVD084120; Thu, 17 Apr 2008 11:15:30 GMT (envelope-from maho) Message-Id: <200804171115.m3HBFUVD084120@repoman.freebsd.org> From: Maho Nakata Date: Thu, 17 Apr 2008 11:15:30 +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/editors/openoffice.org-3-devel Makefile distinfo ports/editors/openoffice.org-3-devel/files patch-i88326 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: Thu, 17 Apr 2008 11:15:31 -0000 maho 2008-04-17 11:15:30 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Removed files: editors/openoffice.org-3-devel/files patch-i88326 Log: Update to DEV300_m8. Revision Changes Path 1.369 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.171 +3 -3 ports/editors/openoffice.org-3-devel/distinfo 1.2 +0 -29 ports/editors/openoffice.org-3-devel/files/patch-i88326 (dead) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:16:17 2008 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 CE6CE106566B; Thu, 17 Apr 2008 11:16:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A97748FC24; Thu, 17 Apr 2008 11:16:17 +0000 (UTC) (envelope-from lwhsu@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 m3HBGHhr084178; Thu, 17 Apr 2008 11:16:17 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBGHfW084177; Thu, 17 Apr 2008 11:16:17 GMT (envelope-from lwhsu) Message-Id: <200804171116.m3HBGHfW084177@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2008 11:16:17 +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/www/py-django 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: Thu, 17 Apr 2008 11:16:18 -0000 lwhsu 2008-04-17 11:16:17 UTC FreeBSD ports repository Modified files: www/py-django Makefile Log: - Chease www/py-flup updating Revision Changes Path 1.18 +1 -2 ports/www/py-django/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:16:59 2008 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 4A0701065673; Thu, 17 Apr 2008 11:16:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 257C48FC1C; Thu, 17 Apr 2008 11:16:59 +0000 (UTC) (envelope-from lwhsu@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 m3HBGwVM084214; Thu, 17 Apr 2008 11:16:58 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBGw60084213; Thu, 17 Apr 2008 11:16:58 GMT (envelope-from lwhsu) Message-Id: <200804171116.m3HBGw60084213@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2008 11:16:58 +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/www/py-django-devel Makefile distinfo pkg-plist 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: Thu, 17 Apr 2008 11:16:59 -0000 lwhsu 2008-04-17 11:16:58 UTC FreeBSD ports repository Modified files: www/py-django-devel Makefile distinfo pkg-plist Log: - Update to 20080404 snapshot - Chease www/py-flup updating Revision Changes Path 1.12 +3 -3 ports/www/py-django-devel/Makefile 1.8 +3 -3 ports/www/py-django-devel/distinfo 1.8 +72 -18 ports/www/py-django-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:28:30 2008 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 2B42B1065672; Thu, 17 Apr 2008 11:28:30 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 068A68FC1D; Thu, 17 Apr 2008 11:28:30 +0000 (UTC) (envelope-from ahze@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 m3HBSUtE084586; Thu, 17 Apr 2008 11:28:30 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBSTw5084585; Thu, 17 Apr 2008 11:28:29 GMT (envelope-from ahze) Message-Id: <200804171128.m3HBSTw5084585@repoman.freebsd.org> From: Michael Johnson Date: Thu, 17 Apr 2008 11:28:29 +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/finance/gnucash Makefile pkg-plist 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: Thu, 17 Apr 2008 11:28:30 -0000 ahze 2008-04-17 11:28:29 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile pkg-plist Log: Add options for POSTGRESQL, OFX Submitted by: Martin Lesser Revision Changes Path 1.118 +27 -5 ports/finance/gnucash/Makefile 1.46 +9 -3 ports/finance/gnucash/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:29:12 2008 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 E0C3D1065673; Thu, 17 Apr 2008 11:29:12 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC3608FC21; Thu, 17 Apr 2008 11:29:12 +0000 (UTC) (envelope-from ahze@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 m3HBTCcv084620; Thu, 17 Apr 2008 11:29:12 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HBTCis084619; Thu, 17 Apr 2008 11:29:12 GMT (envelope-from ahze) Message-Id: <200804171129.m3HBTCis084619@repoman.freebsd.org> From: Michael Johnson Date: Thu, 17 Apr 2008 11:29:12 +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/finance/gnucash 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: Thu, 17 Apr 2008 11:29:13 -0000 ahze 2008-04-17 11:29:12 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Make portlint happy Revision Changes Path 1.119 +4 -4 ports/finance/gnucash/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:20:54 2008 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 5816B1065671; Thu, 17 Apr 2008 12:20:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 349908FC28; Thu, 17 Apr 2008 12:20:54 +0000 (UTC) (envelope-from mat@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 m3HCKstK087672; Thu, 17 Apr 2008 12:20:54 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCKske087671; Thu, 17 Apr 2008 12:20:54 GMT (envelope-from mat) Message-Id: <200804171220.m3HCKske087671@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 17 Apr 2008 12:20:54 +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/sysutils/p5-Fuse Makefile distinfo 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: Thu, 17 Apr 2008 12:20:54 -0000 mat 2008-04-17 12:20:54 UTC FreeBSD ports repository Modified files: sysutils/p5-Fuse Makefile distinfo Log: Update to 0.09 Revision Changes Path 1.3 +1 -1 ports/sysutils/p5-Fuse/Makefile 1.3 +3 -3 ports/sysutils/p5-Fuse/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:29:36 2008 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 228DC106568E; Thu, 17 Apr 2008 12:29:36 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 161648FC3D; Thu, 17 Apr 2008 12:29:36 +0000 (UTC) (envelope-from sos@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 m3HCTaAp089204; Thu, 17 Apr 2008 12:29:36 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCTaG4089203; Thu, 17 Apr 2008 12:29:36 GMT (envelope-from sos) Message-Id: <200804171229.m3HCTaG4089203@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 17 Apr 2008 12:29:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c ata-raid.c atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c 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: Thu, 17 Apr 2008 12:29:36 -0000 sos 2008-04-17 12:29:36 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c ata-raid.c atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Go back to preallocating everything possible on init. This avoids calling busdma in the request processing path which caused a traumatic performance degradation. Allocation has be postponed to after we know how many devices we possible can have on portmulitpliers to save some space. Revision Changes Path 1.285 +7 -58 src/sys/dev/ata/ata-all.c 1.133 +27 -18 src/sys/dev/ata/ata-all.h 1.217 +30 -26 src/sys/dev/ata/ata-chipset.c 1.210 +6 -3 src/sys/dev/ata/ata-disk.c 1.154 +139 -59 src/sys/dev/ata/ata-dma.c 1.83 +4 -4 src/sys/dev/ata/ata-lowlevel.c 1.126 +8 -8 src/sys/dev/ata/ata-pci.c 1.72 +6 -4 src/sys/dev/ata/ata-queue.c 1.130 +4 -2 src/sys/dev/ata/ata-raid.c 1.57 +2 -1 src/sys/dev/ata/atapi-cam.c 1.199 +6 -3 src/sys/dev/ata/atapi-cd.c 1.114 +2 -1 src/sys/dev/ata/atapi-fd.c 1.107 +2 -1 src/sys/dev/ata/atapi-tape.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:38:02 2008 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 48FB01065676; Thu, 17 Apr 2008 12:38:02 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9308FC50; Thu, 17 Apr 2008 12:38:02 +0000 (UTC) (envelope-from marius@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 m3HCc2Yd089605; Thu, 17 Apr 2008 12:38:02 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCc1Do089604; Thu, 17 Apr 2008 12:38:01 GMT (envelope-from marius) Message-Id: <200804171238.m3HCc1Do089604@repoman.freebsd.org> From: Marius Strobl Date: Thu, 17 Apr 2008 12:38:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/pci apb.c ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h ofw_pcibus.c psycho.c psychovar.h 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: Thu, 17 Apr 2008 12:38:02 -0000 marius 2008-04-17 12:38:00 UTC FreeBSD src repository Modified files: sys/sparc64/pci apb.c ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h ofw_pcibus.c psycho.c psychovar.h Log: On sparc64 machines with multiple host-PCI-bridges these bridges have separate configuration spaces so by definition they implement different PCI domains. Thus change psycho(4) to use PCI domains instead of reenumerating all PCI busses so they have globally unique bus numbers and drop support for reenumerating busses in the OFW PCI code. According to CVS history reenumeration was also required in order to get some E450 to boot but given that no other open source kernel changes the PCI bus numbers assigned by the firmware I believe the real problem was that the old code used the bus number as the device number for the PCI busses and unlike most of the other machines the firmwares of the problematic ones don't use disjoint PCI bus numbers across the host-PCI-bridges. MFC after: 1 month Revision Changes Path 1.15 +7 -5 src/sys/sparc64/pci/apb.c 1.9 +0 -35 src/sys/sparc64/pci/ofw_pci_if.m 1.9 +0 -3 src/sys/sparc64/pci/ofw_pcib.c 1.9 +0 -39 src/sys/sparc64/pci/ofw_pcib_subr.c 1.4 +0 -1 src/sys/sparc64/pci/ofw_pcib_subr.h 1.18 +0 -4 src/sys/sparc64/pci/ofw_pcibus.c 1.74 +12 -59 src/sys/sparc64/pci/psycho.c 1.18 +2 -3 src/sys/sparc64/pci/psychovar.h From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:46:14 2008 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 605F4106566C; Thu, 17 Apr 2008 12:46:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DCE68FC24; Thu, 17 Apr 2008 12:46:14 +0000 (UTC) (envelope-from mat@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 m3HCkEZK092709; Thu, 17 Apr 2008 12:46:14 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCkEei092708; Thu, 17 Apr 2008 12:46:14 GMT (envelope-from mat) Message-Id: <200804171246.m3HCkEei092708@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 17 Apr 2008 12:46:14 +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/net/quagga 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: Thu, 17 Apr 2008 12:46:14 -0000 mat 2008-04-17 12:46:14 UTC FreeBSD ports repository Modified files: net/quagga Makefile Log: Chase on more shlib version bump. Pointy Hat To: kuriyama Revision Changes Path 1.69 +1 -1 ports/net/quagga/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:47:05 2008 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 924691065673; Thu, 17 Apr 2008 12:47:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5818FC1B; Thu, 17 Apr 2008 12:47:05 +0000 (UTC) (envelope-from mat@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 m3HCl5wl094971; Thu, 17 Apr 2008 12:47:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCl5ge094955; Thu, 17 Apr 2008 12:47:05 GMT (envelope-from mat) Message-Id: <200804171247.m3HCl5ge094955@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 17 Apr 2008 12:47:05 +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/p5-DBD-Pg Makefile distinfo pkg-plist 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: Thu, 17 Apr 2008 12:47:05 -0000 mat 2008-04-17 12:47:05 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Pg Makefile distinfo pkg-plist Log: Update to 2.6.0 Revision Changes Path 1.73 +2 -2 ports/databases/p5-DBD-Pg/Makefile 1.29 +3 -3 ports/databases/p5-DBD-Pg/distinfo 1.10 +4 -1 ports/databases/p5-DBD-Pg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:50:43 2008 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 67854106566C; Thu, 17 Apr 2008 12:50:43 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 449D48FC1D; Thu, 17 Apr 2008 12:50:43 +0000 (UTC) (envelope-from gnn@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 m3HCoh81002218; Thu, 17 Apr 2008 12:50:43 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCohTP002217; Thu, 17 Apr 2008 12:50:43 GMT (envelope-from gnn) Message-Id: <200804171250.m3HCohTP002217@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 17 Apr 2008 12:50:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.h ip_icmp.c 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: Thu, 17 Apr 2008 12:50:43 -0000 gnn 2008-04-17 12:50:43 UTC FreeBSD src repository Modified files: sys/netinet in.h ip_icmp.c Log: Clean up the code that checks the types of address so that it is done by understandable macros. Fix the bug that prevented the system from responding on interfaces with link local addresses assigned. PR: 120958 Submitted by: James Snow MFC after: 2 weeks Revision Changes Path 1.102 +2 -0 src/sys/netinet/in.h 1.121 +4 -3 src/sys/netinet/ip_icmp.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 12:52:07 2008 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 774661065677; Thu, 17 Apr 2008 12:52:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 541358FC20; Thu, 17 Apr 2008 12:52:07 +0000 (UTC) (envelope-from mat@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 m3HCq7pA002310; Thu, 17 Apr 2008 12:52:07 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HCq7gj002309; Thu, 17 Apr 2008 12:52:07 GMT (envelope-from mat) Message-Id: <200804171252.m3HCq7gj002309@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 17 Apr 2008 12:52:07 +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/www/p5-Apache-AuthCookie Makefile distinfo ports/www/p5-Apache-AuthCookie/files patch-Makefile.PL 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: Thu, 17 Apr 2008 12:52:07 -0000 mat 2008-04-17 12:52:07 UTC FreeBSD ports repository Modified files: www/p5-Apache-AuthCookie Makefile distinfo www/p5-Apache-AuthCookie/files patch-Makefile.PL Log: Update to 3.12 Revision Changes Path 1.21 +1 -1 ports/www/p5-Apache-AuthCookie/Makefile 1.11 +3 -3 ports/www/p5-Apache-AuthCookie/distinfo 1.4 +4 -4 ports/www/p5-Apache-AuthCookie/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:16:51 2008 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 6A5121065670; Thu, 17 Apr 2008 14:16:51 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47DB68FC1C; Thu, 17 Apr 2008 14:16:51 +0000 (UTC) (envelope-from ahze@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 m3HEGpli019031; Thu, 17 Apr 2008 14:16:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEGpQV019030; Thu, 17 Apr 2008 14:16:51 GMT (envelope-from ahze) Message-Id: <200804171416.m3HEGpQV019030@repoman.freebsd.org> From: Michael Johnson Date: Thu, 17 Apr 2008 14:16:51 +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/sysutils/gnome-mount Makefile distinfo pkg-plist ports/sysutils/gnome-mount/files patch-src_gnome-mount.c 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: Thu, 17 Apr 2008 14:16:51 -0000 ahze 2008-04-17 14:16:51 UTC FreeBSD ports repository Modified files: sysutils/gnome-mount Makefile distinfo pkg-plist Removed files: sysutils/gnome-mount/files patch-src_gnome-mount.c Log: Update to 0.8 Revision Changes Path 1.12 +1 -2 ports/sysutils/gnome-mount/Makefile 1.5 +3 -3 ports/sysutils/gnome-mount/distinfo 1.4 +0 -20 ports/sysutils/gnome-mount/files/patch-src_gnome-mount.c (dead) 1.7 +9 -2 ports/sysutils/gnome-mount/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:20:24 2008 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 078741065683; Thu, 17 Apr 2008 14:20:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA0328FC27; Thu, 17 Apr 2008 14:20:23 +0000 (UTC) (envelope-from wxs@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 m3HEKNV5027570; Thu, 17 Apr 2008 14:20:23 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEKNWu027569; Thu, 17 Apr 2008 14:20:23 GMT (envelope-from wxs) Message-Id: <200804171420.m3HEKNWu027569@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:20:23 +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/sysutils Makefile ports/sysutils/tclsyslog Makefile distinfo pkg-descr 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: Thu, 17 Apr 2008 14:20:24 -0000 wxs 2008-04-17 14:20:23 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/tclsyslog Makefile distinfo pkg-descr Log: TclSyslog provides an easy to use interface to the Syslog daemon. PR: ports/122314 Submitted by: Frank Fenor Approved by: garga (mentor) Revision Changes Path 1.998 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/tclsyslog/Makefile (new) 1.1 +3 -0 ports/sysutils/tclsyslog/distinfo (new) 1.1 +4 -0 ports/sysutils/tclsyslog/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:22:06 2008 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 35359106566B; Thu, 17 Apr 2008 14:22:06 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 145868FC13; Thu, 17 Apr 2008 14:22:06 +0000 (UTC) (envelope-from wxs@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 m3HEM5u8033135; Thu, 17 Apr 2008 14:22:05 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEM506033134; Thu, 17 Apr 2008 14:22:05 GMT (envelope-from wxs) Message-Id: <200804171422.m3HEM506033134@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:22:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Thu, 17 Apr 2008 14:22:06 -0000 wxs 2008-04-17 14:22:05 UTC FreeBSD ports repository Modified files: . modules Log: tclsyslog --> ports/sysutils/tclsyslog Approved by: garga (mentor) Revision Changes Path 1.19658 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:27:46 2008 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 012D7106564A; Thu, 17 Apr 2008 14:27:46 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED2F78FC13; Thu, 17 Apr 2008 14:27:45 +0000 (UTC) (envelope-from wxs@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 m3HERjME052754; Thu, 17 Apr 2008 14:27:45 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HERjVZ052739; Thu, 17 Apr 2008 14:27:45 GMT (envelope-from wxs) Message-Id: <200804171427.m3HERjVZ052739@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:27:45 +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/net Makefile ports/net/tcludp Makefile distinfo pkg-descr 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: Thu, 17 Apr 2008 14:27:46 -0000 wxs 2008-04-17 14:27:45 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tcludp Makefile distinfo pkg-descr Log: This package provides support for using UDP through Tcl. The package provides a new channel type and attempts to permit the use of packet oriented UDP over stream oriented Tcl channels. PR: ports/122315 Submitted by: Frank Fenor Approved by: garga (mentor) Revision Changes Path 1.1985 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/tcludp/Makefile (new) 1.1 +3 -0 ports/net/tcludp/distinfo (new) 1.1 +7 -0 ports/net/tcludp/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:28:37 2008 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 F178C106566B; Thu, 17 Apr 2008 14:28:37 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D07158FC0C; Thu, 17 Apr 2008 14:28:37 +0000 (UTC) (envelope-from wxs@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 m3HESbg2055853; Thu, 17 Apr 2008 14:28:37 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HESbtQ055850; Thu, 17 Apr 2008 14:28:37 GMT (envelope-from wxs) Message-Id: <200804171428.m3HESbtQ055850@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:28:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Thu, 17 Apr 2008 14:28:38 -0000 wxs 2008-04-17 14:28:37 UTC FreeBSD ports repository Modified files: . modules Log: tcludp --> ports/net/tcludp Approved by: garga (mentor) Revision Changes Path 1.19659 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:30:13 2008 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 BC3C31065671; Thu, 17 Apr 2008 14:30:13 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1458FC19; Thu, 17 Apr 2008 14:30:13 +0000 (UTC) (envelope-from wxs@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 m3HEUDR8061981; Thu, 17 Apr 2008 14:30:13 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEUDbL061979; Thu, 17 Apr 2008 14:30:13 GMT (envelope-from wxs) Message-Id: <200804171430.m3HEUDbL061979@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 14:30: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/mail/spamdyke Makefile distinfo 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: Thu, 17 Apr 2008 14:30:13 -0000 wxs 2008-04-17 14:30:13 UTC FreeBSD ports repository Modified files: mail/spamdyke Makefile distinfo Log: Update to version 3.1.7. PR: ports/122537 Submitted by: Peter Kieser (maintainer) Approved by: garga (mentor) Revision Changes Path 1.2 +1 -1 ports/mail/spamdyke/Makefile 1.2 +3 -3 ports/mail/spamdyke/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:30:31 2008 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 7D98010656B6; Thu, 17 Apr 2008 14:30:31 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6768FC1C; Thu, 17 Apr 2008 14:30:31 +0000 (UTC) (envelope-from araujo@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 m3HEUV6s063111; Thu, 17 Apr 2008 14:30:31 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEUVKn063110; Thu, 17 Apr 2008 14:30:31 GMT (envelope-from araujo) Message-Id: <200804171430.m3HEUVKn063110@repoman.freebsd.org> From: Marcelo Araujo Date: Thu, 17 Apr 2008 14:30:31 +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/archivers/p5-Archive-Extract Makefile ports/archivers/p5-Compress-Bzip2 Makefile ports/archivers/p5-Compress-LZW Makefile ports/archivers/p5-PerlIO-gzip Makefile ports/archivers/p5-PerlIO-via-Bzip2 Makefile ports/astro/p5-Astro-Catalog 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: Thu, 17 Apr 2008 14:30:31 -0000 araujo 2008-04-17 14:30:31 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Extract Makefile archivers/p5-Compress-Bzip2 Makefile archivers/p5-Compress-LZW Makefile archivers/p5-PerlIO-gzip Makefile archivers/p5-PerlIO-via-Bzip2 Makefile astro/p5-Astro-Catalog Makefile astro/p5-Astro-MoonPhase Makefile astro/p5-Astro-Sunrise Makefile astro/p5-GPS Makefile audio/p5-Audio Makefile audio/p5-Audio-Beep Makefile audio/p5-Audio-CD Makefile audio/p5-Audio-Scrobbler Makefile audio/p5-Audio-TagLib Makefile audio/p5-Audio-WMA Makefile audio/p5-Audio-Wav Makefile audio/p5-CDDB Makefile audio/p5-CDDB_get Makefile audio/p5-Filesys-Virtual-DAAP Makefile audio/p5-MIDI Makefile audio/p5-MP3-ID3v1Tag Makefile audio/p5-MP3-Info Makefile audio/p5-MP3-Tag Makefile audio/p5-MusicBrainz-Client Makefile audio/p5-MusicBrainz-Queries Makefile audio/p5-MusicBrainz-TRM Makefile audio/p5-Net-DAAP-Client Makefile audio/p5-Net-DAAP-DMAP Makefile audio/p5-Net-FreeDB Makefile audio/p5-Ogg-Vorbis-Header Makefile audio/p5-Xmms Makefile audio/p5-libvorbis Makefile biology/p5-AcePerl Makefile biology/p5-Bio-ASN1-EntrezGene Makefile biology/p5-Bio-Das Makefile biology/p5-Bio-Phylo Makefile biology/p5-bioperl Makefile biology/p5-bioperl-run Makefile cad/p5-GDS2 Makefile chinese/p5-Date-Chinese Makefile chinese/p5-Encode-HanConvert Makefile chinese/p5-Encode-HanExtra Makefile chinese/p5-Lingua-ZH-BPMFConvert Makefile chinese/p5-Lingua-ZH-HanDetect Makefile chinese/p5-Lingua-ZH-Keywords Makefile chinese/p5-Lingua-ZH-Numbers Makefile chinese/p5-Lingua-ZH-Summarize Makefile chinese/p5-Lingua-ZH-TaBE Makefile chinese/p5-Lingua-ZH-Toke Makefile chinese/p5-Lingua-ZH-Wrap Makefile comms/o2sms Makefile comms/p5-Device-Gsm Makefile comms/p5-Device-Modem Makefile comms/p5-Device-SerialPort Makefile comms/p5-Fax-Hylafax-Client Makefile comms/p5-SMS-Send-DeviceGsm Makefile comms/p5-SMS-Send-TW-PChome Makefile comms/p5-SMS-Send-TW-emome Makefile converters/p5-Boulder Makefile converters/p5-Convert-ASCII-Armour Makefile converters/p5-Convert-ASN1 Makefile converters/p5-Convert-BER Makefile converters/p5-Convert-Bencode Makefile converters/p5-Convert-Bencode_XS Makefile converters/p5-Convert-BinHex Makefile converters/p5-Convert-Binary-C Makefile converters/p5-Convert-Morse Makefile converters/p5-Convert-PEM Makefile converters/p5-Convert-Recode Makefile converters/p5-Convert-TNEF Makefile converters/p5-Convert-UU Makefile converters/p5-Convert-UUlib Makefile converters/p5-Cstools Makefile converters/p5-Encode Makefile converters/p5-Encode-JIS2K Makefile converters/p5-Encode-compat Makefile converters/p5-JSON-DWIW Makefile converters/p5-MIME-Base32 Makefile converters/p5-MIME-Base64 Makefile converters/p5-Number-Nary Makefile converters/p5-Number-RecordLocator Makefile converters/p5-String-Multibyte Makefile converters/p5-Text-Iconv Makefile converters/p5-Text-Unidecode Makefile converters/p5-Unicode-IMAPUtf7 Makefile converters/p5-Unicode-Lite Makefile converters/p5-Unicode-Map Makefile converters/p5-Unicode-Map8 Makefile converters/p5-Unicode-MapUTF8 Makefile converters/p5-Unicode-RecursiveDowngrade Makefile converters/p5-Unicode-String Makefile converters/p5-Unicode-UTF8simple Makefile converters/p5-XML-WBXML Makefile databases/db2 Makefile databases/p5-ApacheDBILogConfig Makefile databases/p5-ApacheDBILogger Makefile databases/p5-AsciiDB-TagFile Makefile databases/p5-CDB_File Makefile databases/p5-CDB_File-Generator Makefile databases/p5-Cache-BDB Makefile databases/p5-Cache-Memcached Makefile databases/p5-Cache-Memcached-Fast Makefile databases/p5-Cache-Memcached-XS Makefile databases/p5-Class-DBI Makefile databases/p5-Class-DBI-AsForm Makefile databases/p5-Class-DBI-AutoLoader Makefile databases/p5-Class-DBI-DATA-Schema Makefile databases/p5-Class-DBI-DDL Makefile databases/p5-Class-DBI-LazyInflate Makefile databases/p5-Class-DBI-Loader-Relationship Makefile databases/p5-Class-DBI-Pg Makefile databases/p5-Class-DBI-Plugin Makefile databases/p5-Class-DBI-Plugin-AbstractCount Makefile databases/p5-Class-DBI-Plugin-Iterator Makefile databases/p5-Class-DBI-Plugin-Pager Makefile databases/p5-Class-DBI-Plugin-RetrieveAll Makefile databases/p5-Class-DBI-Plugin-Senna Makefile databases/p5-Class-DBI-Plugin-Type Makefile databases/p5-Class-DBI-Untaint Makefile databases/p5-Class-DBI-mysql Makefile databases/p5-DBD-CSV Makefile databases/p5-DBD-Excel Makefile databases/p5-DBD-Google Makefile databases/p5-DBD-LDAP Makefile databases/p5-DBD-Oracle Makefile databases/p5-DBD-PgPP Makefile databases/p5-DBD-SQLite2 Makefile databases/p5-DBD-Sybase Makefile databases/p5-DBD-XBase Makefile databases/p5-DBD-mysql Makefile databases/p5-DBI-Shell Makefile databases/p5-DBIx-Abstract Makefile databases/p5-DBIx-AnyDBD Makefile databases/p5-DBIx-Browse Makefile databases/p5-DBIx-Class-DigestColumns Makefile databases/p5-DBIx-Class-Loader Makefile databases/p5-DBIx-Class-UUIDColumns Makefile databases/p5-DBIx-Class-WebForm Makefile databases/p5-DBIx-ContextualFetch Makefile databases/p5-DBIx-DataSource Makefile databases/p5-DBIx-Password Makefile databases/p5-DBIx-Perlish Makefile databases/p5-DBIx-Recordset Makefile databases/p5-DBIx-SQLEngine Makefile databases/p5-DBIx-SearchBuilder Makefile databases/p5-DBIx-Sequence Makefile databases/p5-DBIx-Table Makefile databases/p5-DBIx-TableHash Makefile databases/p5-DBIx-Tree Makefile databases/p5-DBIx-XHTML_Table Makefile databases/p5-DBIx-XML_RDB Makefile databases/p5-DBM-Deep Makefile databases/p5-DBZ_File Makefile databases/p5-DMOZ-ParseRDF Makefile databases/p5-DWH_File Makefile databases/p5-Genezzo Makefile databases/p5-GraphViz-DBI Makefile databases/p5-Ima-DBI Makefile databases/p5-Iterator-DBI Makefile databases/p5-MLDBM Makefile databases/p5-MLDBM-Sync Makefile databases/p5-Metadata Makefile databases/p5-Mysql Makefile databases/p5-Mysql-Diff Makefile databases/p5-Oryx Makefile databases/p5-POE-Component-DBIAgent Makefile databases/p5-POE-Component-EasyDBI Makefile databases/p5-POE-Component-LaDBI Makefile databases/p5-POE-Component-RRDTool Makefile databases/p5-RRD-Simple Makefile databases/p5-Relations Makefile databases/p5-Relations-Query Makefile databases/p5-ResourcePool-Resource-DBI Makefile databases/p5-SQL-Abstract Makefile databases/p5-SQL-Abstract-Limit Makefile databases/p5-SQL-ReservedWords Makefile databases/p5-SQL-Statement Makefile databases/p5-Search-InvertedIndex Makefile databases/p5-Search-Namazu Makefile databases/p5-T2 Makefile databases/p5-Tangram Makefile databases/p5-Template-DBI Makefile databases/p5-Test-DatabaseRow Makefile databases/p5-Text-Query-SQL Makefile databases/p5-Tie-DBI Makefile databases/p5-Time-Piece-MySQL Makefile databases/p5-hp200lx-db Makefile databases/pgtop Makefile deskutils/p5-Data-ICal Makefile deskutils/p5-Goo Makefile devel/activitymail Makefile devel/autodia Makefile devel/cpan-upload Makefile devel/p5-AI-Pathfinding-AStar Makefile devel/p5-Acme-MetaSyntactic Makefile devel/p5-Agent Makefile devel/p5-Algorithm-Accounting Makefile devel/p5-Algorithm-Annotate Makefile devel/p5-Algorithm-Bucketizer Makefile devel/p5-Algorithm-C3 Makefile devel/p5-Algorithm-ChooseSubsets Makefile devel/p5-Algorithm-Dependency Makefile devel/p5-Algorithm-Dependency-Objects Makefile devel/p5-Algorithm-Diff Makefile devel/p5-Algorithm-IncludeExclude Makefile devel/p5-Algorithm-Interval2Prefix Makefile devel/p5-Algorithm-LCS Makefile devel/p5-Algorithm-LUHN Makefile devel/p5-Algorithm-MDiff Makefile devel/p5-Algorithm-MinMax Makefile devel/p5-Algorithm-NaiveBayes Makefile devel/p5-Algorithm-Networksort Makefile devel/p5-Algorithm-Numerical-Shuffle Makefile devel/p5-Algorithm-Permute Makefile devel/p5-Alias Makefile devel/p5-App-CLI Makefile devel/p5-App-Cache Makefile devel/p5-App-Control Makefile devel/p5-App-Options Makefile devel/p5-App-Trace Makefile devel/p5-AppConfig-Std Makefile devel/p5-Array-Group Makefile devel/p5-Array-Iterator Makefile devel/p5-Array-Window Makefile devel/p5-AtExit Makefile devel/p5-Attribute-Handlers Makefile devel/p5-AutoLoader Makefile devel/p5-B-Generate Makefile devel/p5-B-Graph Makefile devel/p5-B-Size Makefile devel/p5-B-Utils Makefile devel/p5-BFD Makefile devel/p5-BSD-Resource Makefile devel/p5-BSD-stat Makefile devel/p5-Best Makefile devel/p5-Bundle-Perl6 Makefile devel/p5-C-Scan Makefile devel/p5-CPAN-DistnameInfo Makefile devel/p5-CPAN-Mini Makefile devel/p5-CPANPLUS Makefile devel/p5-Cache Makefile devel/p5-Cache-Cache Makefile devel/p5-Cache-FastMmap Makefile devel/p5-Cache-Mmap Makefile devel/p5-Cache-Simple-TimedExpiry Makefile devel/p5-Calendar-Simple Makefile devel/p5-Carp-Assert Makefile devel/p5-Carp-Assert-More Makefile devel/p5-Carp-Datum Makefile devel/p5-Class-Accessor Makefile devel/p5-Class-Accessor-Lvalue Makefile devel/p5-Class-Accessor-Named Makefile devel/p5-Class-ArrayObjects Makefile devel/p5-Class-AutoClass Makefile devel/p5-Class-Autouse Makefile devel/p5-Class-Base Makefile devel/p5-Class-BlackHole Makefile devel/p5-Class-C3 Makefile devel/p5-Class-C3-XS Makefile devel/p5-Class-Closure Makefile devel/p5-Class-CodeStyler Makefile devel/p5-Class-Constant Makefile devel/p5-Class-Container Makefile devel/p5-Class-Contract Makefile devel/p5-Class-Data-Inheritable Makefile devel/p5-Class-Date Makefile devel/p5-Class-Default Makefile devel/p5-Class-Delegation Makefile devel/p5-Class-ErrorHandler Makefile devel/p5-Class-Factory Makefile devel/p5-Class-Factory-Util Makefile devel/p5-Class-Fields Makefile devel/p5-Class-Generate Makefile devel/p5-Class-Handle Makefile devel/p5-Class-ISA Makefile devel/p5-Class-Inner Makefile devel/p5-Class-Interfaces Makefile devel/p5-Class-Loader Makefile devel/p5-Class-MakeMethods Makefile devel/p5-Class-MethodMapper Makefile devel/p5-Class-MixinFactory Makefile devel/p5-Class-Multimethods Makefile devel/p5-Class-Multimethods-Pure Makefile devel/p5-Class-NamedParms Makefile devel/p5-Class-OOorNO Makefile devel/p5-Class-Observable Makefile devel/p5-Class-ParmList Makefile devel/p5-Class-Prototyped Makefile devel/p5-Class-ReturnValue Makefile devel/p5-Class-Roles Makefile devel/p5-Class-STL-Containers Makefile devel/p5-Class-Spiffy Makefile devel/p5-Class-StateMachine Makefile devel/p5-Class-StrongSingleton Makefile devel/p5-Class-Tangram Makefile devel/p5-Class-Throwable Makefile devel/p5-Class-Tom Makefile devel/p5-Class-Trigger Makefile devel/p5-Class-Virtual Makefile devel/p5-Class-WhiteHole Makefile devel/p5-Class-Workflow Makefile devel/p5-Class-XPath Makefile devel/p5-Clone Makefile devel/p5-Clone-More Makefile devel/p5-Clone-PP Makefile devel/p5-Code-Perl Makefile devel/p5-Commands-Guarded Makefile devel/p5-CommitBit Makefile devel/p5-Config-ApacheFormat Makefile devel/p5-Config-Fast Makefile devel/p5-Config-INI-Simple Makefile devel/p5-Config-IniFiles Makefile devel/p5-Config-Objective Makefile devel/p5-Config-Properties Makefile devel/p5-Config-Record Makefile devel/p5-Config-Simple Makefile devel/p5-Config-Tiny Makefile devel/p5-ConfigReader Makefile devel/p5-ConfigReader-Simple Makefile devel/p5-Contextual-Return Makefile devel/p5-Curses-Application Makefile devel/p5-Curses-Forms Makefile devel/p5-Curses-UI Makefile devel/p5-Curses-Widgets Makefile devel/p5-Cvs Makefile devel/p5-DB_File-Lock Makefile devel/p5-Danga-Socket Makefile devel/p5-Data-ACL Makefile devel/p5-Data-Bind Makefile devel/p5-Data-Compare Makefile devel/p5-Data-DumpXML Makefile devel/p5-Data-Dumper-Simple Makefile devel/p5-Data-Flow Makefile devel/p5-Data-GUID Makefile devel/p5-Data-HexDump Makefile devel/p5-Data-Hierarchy Makefile devel/p5-Data-Lazy Makefile devel/p5-Data-OptList Makefile devel/p5-Data-Postponed Makefile devel/p5-Data-Properties Makefile devel/p5-Data-Random Makefile devel/p5-Data-RoundRobin Makefile devel/p5-Data-Serializer Makefile devel/p5-Data-ShowTable Makefile devel/p5-Data-Stag Makefile devel/p5-Data-Structure-Util Makefile devel/p5-Data-Table Makefile devel/p5-Data-Taxonomy-Tags Makefile devel/p5-Data-TemporaryBag Makefile devel/p5-Data-TreeDumper Makefile devel/p5-Data-Types Makefile devel/p5-Data-UUID Makefile devel/p5-Data-Validate Makefile devel/p5-Date-Calc Makefile devel/p5-Date-DayOfWeek Makefile devel/p5-Date-Easter Makefile devel/p5-Date-EzDate Makefile devel/p5-Date-Holidays-DK Makefile devel/p5-Date-ISO Makefile devel/p5-Date-Manip Makefile devel/p5-Date-Pcalc Makefile devel/p5-Date-Range Makefile devel/p5-Date-Roman Makefile devel/p5-Date-Set Makefile devel/p5-Date-Simple Makefile devel/p5-DateConvert Makefile devel/p5-DateTime-Calendar-Discordian Makefile devel/p5-DateTime-Event-Recurrence Makefile devel/p5-DateTime-Set Makefile devel/p5-DateTime-Util-Astro Makefile devel/p5-DateTime-Util-Calc Makefile devel/p5-Decision-ACL Makefile devel/p5-Devel-Arena Makefile devel/p5-Devel-Constants Makefile devel/p5-Devel-CoreStack Makefile devel/p5-Devel-Cycle Makefile devel/p5-Devel-DProfPP Makefile devel/p5-Devel-Diagram Makefile devel/p5-Devel-Leak Makefile devel/p5-Devel-Leak-Object Makefile devel/p5-Devel-LeakTrace Makefile devel/p5-Devel-LexAlias Makefile devel/p5-Devel-Messenger Makefile devel/p5-Devel-Modlist Makefile devel/p5-Devel-ObjectTracker Makefile devel/p5-Devel-PPPort Makefile devel/p5-Devel-Pointer Makefile devel/p5-Devel-Profiler Makefile devel/p5-Devel-Required Makefile devel/p5-Devel-RingBuffer Makefile devel/p5-Devel-STrace Makefile devel/p5-Devel-SmallProf Makefile devel/p5-Devel-StackTrace Makefile devel/p5-Devel-StealthDebug Makefile devel/p5-Devel-Timer Makefile devel/p5-Devel-TraceCalls Makefile devel/p5-Devel-TraceUse Makefile devel/p5-Devel-ptkdb Makefile devel/p5-Dialog Makefile devel/p5-Digest-TransformPath Makefile devel/p5-Dir-Project Makefile devel/p5-Directory-Scratch Makefile devel/p5-Env-PS1 Makefile devel/p5-Env-Path Makefile devel/p5-Errno Makefile devel/p5-Event Makefile devel/p5-Event-ExecFlow Makefile devel/p5-Event-Lib Makefile devel/p5-Event-RPC Makefile devel/p5-Exception-Class Makefile devel/p5-Exception-Handler Makefile devel/p5-Expect-Simple Makefile devel/p5-Exporter-Tidy Makefile devel/p5-ExtUtils-AutoInstall Makefile devel/p5-ExtUtils-Command Makefile devel/p5-ExtUtils-Constant Makefile devel/p5-ExtUtils-Depends Makefile devel/p5-ExtUtils-MakeMaker-Coverage Makefile devel/p5-ExtUtils-PkgConfig Makefile devel/p5-ExtUtils-XSBuilder Makefile devel/p5-FSA-Rules Makefile devel/p5-File-Append-TempFile Makefile devel/p5-File-Attributes Makefile devel/p5-File-Attributes-Recursive Makefile devel/p5-File-BaseDir Makefile devel/p5-File-BasicFlock Makefile devel/p5-File-Cache Makefile devel/p5-File-Cat Makefile devel/p5-File-CreationTime Makefile devel/p5-File-DesktopEntry Makefile devel/p5-File-FTS Makefile devel/p5-File-Find-Rule Makefile devel/p5-File-Find-Rule-Filesys-Virtual Makefile devel/p5-File-Flat Makefile devel/p5-File-Flock Makefile devel/p5-File-FnMatch Makefile devel/p5-File-Grep Makefile devel/p5-File-HomeDir Makefile devel/p5-File-Lock Makefile devel/p5-File-MMagic Makefile devel/p5-File-MMagic-XS Makefile devel/p5-File-Modified Makefile devel/p5-File-Monitor Makefile devel/p5-File-NCopy Makefile devel/p5-File-NFSLock Makefile devel/p5-File-Path-Expand Makefile devel/p5-File-PathConvert Makefile devel/p5-File-Pid Makefile devel/p5-File-Random Makefile devel/p5-File-ReadBackwards Makefile devel/p5-File-ShareDir Makefile devel/p5-File-Slurp-Tree Makefile devel/p5-File-Sync Makefile devel/p5-File-Tail Makefile devel/p5-File-Temp Makefile devel/p5-File-Tempdir Makefile devel/p5-File-Type Makefile devel/p5-File-chdir Makefile devel/p5-File-chmod Makefile devel/p5-File-pushd Makefile devel/p5-FileHandle-Fmode Makefile devel/p5-FileHandle-Unget Makefile devel/p5-Filter Makefile devel/p5-Filter-Template Makefile devel/p5-FreezeThaw Makefile devel/p5-Gearman Makefile devel/p5-Gearman-Client-Async Makefile devel/p5-Gearman-Server Makefile devel/p5-Getopt-ArgvFile Makefile devel/p5-Getopt-Declare Makefile devel/p5-Getopt-Long Makefile devel/p5-Getopt-Mixed Makefile devel/p5-Getopt-Popt Makefile devel/p5-Hash-WithDefaults Makefile devel/p5-Heap Makefile devel/p5-Heap-Simple Makefile devel/p5-Heap-Simple-Perl Makefile devel/p5-Heap-Simple-XS Makefile devel/p5-Hook-LexWrap Makefile devel/p5-IO Makefile devel/p5-IO-All Makefile devel/p5-IO-Capture Makefile devel/p5-IO-Digest Makefile devel/p5-IO-KQueue Makefile devel/p5-IO-LockedFile Makefile devel/p5-IO-Multiplex Makefile devel/p5-IO-NestedCapture Makefile devel/p5-IO-Null Makefile devel/p5-IO-Pager Makefile devel/p5-IO-Prompt Makefile devel/p5-IO-String Makefile devel/p5-IO-Tee Makefile devel/p5-IO-Toolkit Makefile devel/p5-IO-Tty Makefile devel/p5-IO-Util Makefile devel/p5-IO-YAML Makefile devel/p5-IO-stringy Makefile devel/p5-IOC Makefile devel/p5-IPC-Cache Makefile devel/p5-IPC-Cmd Makefile devel/p5-IPC-DirQueue Makefile devel/p5-IPC-Locker Makefile devel/p5-IPC-MM Makefile devel/p5-IPC-Mmap-Share Makefile devel/p5-IPC-Open3-Simple Makefile devel/p5-IPC-PubSub Makefile devel/p5-IPC-Run Makefile devel/p5-IPC-SharedCache Makefile devel/p5-IPC-Signal Makefile devel/p5-Include Makefile devel/p5-Inline Makefile devel/p5-Inline-ASM Makefile devel/p5-Inline-CPP Makefile devel/p5-Inline-Files Makefile devel/p5-Inline-Filters Makefile devel/p5-Inline-Java Makefile devel/p5-Inline-Tcl Makefile devel/p5-Ioctl Makefile devel/p5-Iterator Makefile devel/p5-Iterator-IO Makefile devel/p5-Iterator-Misc Makefile devel/p5-Iterator-Util Makefile devel/p5-Java Makefile devel/p5-Lexical-Alias Makefile devel/p5-Lexical-Persistence Makefile devel/p5-List-Cycle Makefile devel/p5-List-Group Makefile devel/p5-Locale-Maketext-Fuzzy Makefile devel/p5-Locale-Maketext-Simple Makefile devel/p5-Locale-PGetText Makefile devel/p5-Locale-gettext Makefile devel/p5-Locale-libintl Makefile devel/p5-LockFile-Simple Makefile devel/p5-Log-Accounting-SVK Makefile devel/p5-Log-Accounting-SVN Makefile devel/p5-Log-Agent Makefile devel/p5-Log-Agent-Logger Makefile devel/p5-Log-Dispatch-FileRotate Makefile devel/p5-Log-Dispatch-FileShared Makefile devel/p5-Log-Dispatch-Perl Makefile devel/p5-Log-Message Makefile devel/p5-Log-Message-Simple Makefile devel/p5-Log-Report Makefile devel/p5-Log-Simple Makefile devel/p5-Log-TraceMessages Makefile devel/p5-Luka Makefile devel/p5-Mac-FileSpec-Unixish Makefile devel/p5-Make Makefile devel/p5-Make-Cache Makefile devel/p5-Memoize Makefile devel/p5-Memoize-ExpireLRU Makefile devel/p5-Mknod Makefile devel/p5-Module-Compile Makefile devel/p5-Module-Dependency Makefile devel/p5-Module-Info Makefile devel/p5-Module-Pluggable-Fast Makefile devel/p5-Module-Release Makefile devel/p5-Module-Reload Makefile devel/p5-Module-Reload-Sel Makefile devel/p5-Module-Starter-PBP Makefile devel/p5-Module-Versions-Report Makefile devel/p5-Moose-Policy Makefile devel/p5-MooseX-IOC Makefile devel/p5-MooseX-Policy-SemiAffordanceAccessor Makefile devel/p5-Net-DBus Makefile devel/p5-Number-Bytes-Human Makefile devel/p5-OLE-Storage_Lite Makefile devel/p5-OOTools Makefile devel/p5-ORBit Makefile devel/p5-Object-Accessor Makefile devel/p5-Object-Array Makefile devel/p5-Object-Declare Makefile devel/p5-Object-Enum Makefile devel/p5-Object-MultiType Makefile devel/p5-Object-Signature Makefile devel/p5-P4 Makefile devel/p5-P4-Client Makefile devel/p5-PAR Makefile devel/p5-PAR-Dist Makefile devel/p5-PAR-Packer Makefile devel/p5-POE Makefile devel/p5-POE-API-Hooks Makefile devel/p5-POE-API-Peek Makefile devel/p5-POE-Component-Child Makefile devel/p5-POE-Component-Daemon Makefile devel/p5-POE-Component-DebugShell Makefile devel/p5-POE-Component-DirWatch Makefile devel/p5-POE-Component-IKC Makefile devel/p5-POE-Component-JobQueue Makefile devel/p5-POE-Component-Logger Makefile devel/p5-POE-Component-RSS Makefile devel/p5-POE-Component-RSSAggregator Makefile devel/p5-POE-Component-Server-XMLRPC Makefile devel/p5-POE-Component-TSTP Makefile devel/p5-POE-Devel-Profiler Makefile devel/p5-POE-Exceptions Makefile devel/p5-POE-Session-MultiDispatch Makefile devel/p5-POE-Stage Makefile devel/p5-POSIX-strptime Makefile devel/p5-PPerl Makefile devel/p5-PV Makefile devel/p5-Package-Constants Makefile devel/p5-PadWalker Makefile devel/p5-Parallel-ForkManager Makefile devel/p5-Params-CallbackRequest Makefile devel/p5-Params-Coerce Makefile devel/p5-Params-Validate Makefile devel/p5-Parse-PerlConfig Makefile devel/p5-Parse-RecDescent Makefile devel/p5-Parse-Yapp Makefile devel/p5-ParseLex Makefile devel/p5-PatchReader Makefile devel/p5-Path-Class Makefile devel/p5-Penguin Makefile devel/p5-Penguin-Easy Makefile devel/p5-Perl6-Builtins Makefile devel/p5-Perl6-Export Makefile devel/p5-Perl6-Export-Attrs Makefile devel/p5-Perl6-Form Makefile devel/p5-Perl6-Rules Makefile devel/p5-PerlIO-eol Makefile devel/p5-PerlIO-via-MD5 Makefile devel/p5-PerlIO-via-dynamic Makefile devel/p5-PerlIO-via-symlink Makefile devel/p5-PerlMenu Makefile devel/p5-Pipeline Makefile devel/p5-Pod-Tests Makefile devel/p5-Proc-Background Makefile devel/p5-Proc-Daemon Makefile devel/p5-Proc-Fork Makefile devel/p5-Proc-PID-File Makefile devel/p5-Proc-PIDFile Makefile devel/p5-Proc-ProcessTable Makefile devel/p5-Proc-Queue Makefile devel/p5-Proc-Reliable Makefile devel/p5-Project-Gantt Makefile devel/p5-RRDTool-OO Makefile devel/p5-Rcs Makefile devel/p5-ReadLine-Gnu Makefile devel/p5-ReadLine-Perl Makefile devel/p5-Readonly Makefile devel/p5-Regexp-Assemble Makefile devel/p5-Regexp-Bind Makefile devel/p5-Regexp-Shellish Makefile devel/p5-Religion Makefile devel/p5-ResourcePool Makefile devel/p5-Resources Makefile devel/p5-Return-Value Makefile devel/p5-Rose-DateTime Makefile devel/p5-Rose-Object Makefile devel/p5-RunApp Makefile devel/p5-SNMP-Persist Makefile devel/p5-SPOPS Makefile devel/p5-SVN-ACL Makefile devel/p5-SVN-Access Makefile devel/p5-SVN-Agent Makefile devel/p5-SVN-Log Makefile devel/p5-SVN-Mirror Makefile devel/p5-SVN-S4 Makefile devel/p5-SVN-Simple Makefile devel/p5-SVN-Statistics Makefile devel/p5-SVN-Web Makefile devel/p5-Scalar-Listify Makefile devel/p5-Scalar-Util-Clone Makefile devel/p5-Scope-Guard Makefile devel/p5-Search-Binary Makefile devel/p5-Set-Array Makefile devel/p5-Set-NestedGroups Makefile devel/p5-Set-Scalar Makefile devel/p5-Shell-Base Makefile devel/p5-Shell-EnvImporter Makefile devel/p5-Shell-Parser Makefile devel/p5-Shell-Source Makefile devel/p5-Smart-Comments Makefile devel/p5-Sort-Array Makefile devel/p5-Sort-ArrayOfArrays Makefile devel/p5-Sort-Key Makefile devel/p5-Sort-Key-DateTime Makefile devel/p5-Sort-Tree Makefile devel/p5-Sort-Versions Makefile devel/p5-Spiffy Makefile devel/p5-Spoon Makefile devel/p5-Storable Makefile devel/p5-Stream Makefile devel/p5-String-Approx Makefile devel/p5-String-CRC32 Makefile devel/p5-String-Checker Makefile devel/p5-String-LRC Makefile devel/p5-String-Parity Makefile devel/p5-String-Random Makefile devel/p5-String-RexxParse Makefile devel/p5-String-Similarity Makefile devel/p5-Sub-Installer Makefile devel/p5-Sub-Name Makefile devel/p5-Sub-Override Makefile devel/p5-Sub-WrapPackages Makefile devel/p5-Sys-Mmap Makefile devel/p5-Sys-Sig Makefile devel/p5-Sys-SigAction Makefile devel/p5-System2 Makefile devel/p5-Taint-Runtime Makefile devel/p5-Term-ANSIColor Makefile devel/p5-Term-ANSIScreen Makefile devel/p5-Term-Animation Makefile devel/p5-Term-CallEditor Makefile devel/p5-Term-Encoding Makefile devel/p5-Term-ProgressBar Makefile devel/p5-Term-Prompt Makefile devel/p5-Term-Query Makefile devel/p5-Term-ReadKey Makefile devel/p5-Term-ReadLine-Zoid Makefile devel/p5-Term-Screen Makefile devel/p5-Term-Shell Makefile devel/p5-Term-Size Makefile devel/p5-Term-UI Makefile devel/p5-Test-Benchmark Makefile devel/p5-Test-Differences Makefile devel/p5-Test-Expect Makefile devel/p5-Test-File-Contents Makefile devel/p5-Test-HTML-Tidy Makefile devel/p5-Test-HasVersion Makefile devel/p5-Test-Inline Makefile devel/p5-Test-LongString Makefile devel/p5-Test-MockModule Makefile devel/p5-Test-MockObject Makefile devel/p5-Test-MockTime Makefile devel/p5-Test-NoWarnings Makefile devel/p5-Test-Number-Delta Makefile devel/p5-Test-Output Makefile devel/p5-Test-Pod Makefile devel/p5-Test-Pod-Coverage Makefile devel/p5-Test-RandomResults Makefile devel/p5-Test-Singleton Makefile devel/p5-Test-Strict Makefile devel/p5-Test-TAP-HTMLMatrix Makefile devel/p5-Test-TAP-Model Makefile devel/p5-Test-Unit Makefile devel/p5-Test-Warn Makefile devel/p5-Test-XML Makefile devel/p5-Test-use-ok Makefile devel/p5-Text-LevenshteinXS Makefile devel/p5-Text-vFile-asData Makefile devel/p5-Thread-Apartment Makefile devel/p5-Thread-Pool-Simple Makefile devel/p5-Thread-Queue-Duplex Makefile devel/p5-Tie-Array-Pack Makefile devel/p5-Tie-Array-Sorted Makefile devel/p5-Tie-CPHash Makefile devel/p5-Tie-Cache Makefile devel/p5-Tie-DB_File-SplitHash Makefile devel/p5-Tie-DB_FileLock Makefile devel/p5-Tie-FileLRUCache Makefile devel/p5-Tie-Hash-Indexed Makefile devel/p5-Tie-Hash-Regex Makefile devel/p5-Tie-Hash-Sorted Makefile devel/p5-Tie-Hash-TwoWay Makefile devel/p5-Tie-IxHash Makefile devel/p5-Tie-Restore Makefile devel/p5-Tie-ShareLite Makefile devel/p5-Tie-Simple Makefile devel/p5-Time-Clock Makefile devel/p5-Time-Duration Makefile devel/p5-Time-HiRes Makefile devel/p5-Time-Interval Makefile devel/p5-Time-Object Makefile devel/p5-Time-Period Makefile devel/p5-Time-Piece Makefile devel/p5-Time-Piece-Range Makefile devel/p5-Time-Progress Makefile devel/p5-Time-Stopwatch Makefile devel/p5-Time-modules Makefile devel/p5-TimeDate Makefile devel/p5-TraceFuncs Makefile devel/p5-Tree-Binary Makefile devel/p5-Tree-Binary-Dictionary Makefile devel/p5-Tree-Node Makefile devel/p5-Tree-Parser Makefile devel/p5-Tree-Simple Makefile devel/p5-Tree-Simple-View Makefile devel/p5-Tree-Simple-VisitorFactory Makefile devel/p5-UI-Dialog Makefile devel/p5-UNIVERSAL-can Makefile devel/p5-UNIVERSAL-isa Makefile devel/p5-UNIVERSAL-moniker Makefile devel/p5-UNIVERSAL-require Makefile devel/p5-UNIVERSAL-which Makefile devel/p5-Unix-Statgrab Makefile devel/p5-VCP-Dest-svk Makefile devel/p5-VCP-Source-cvsbk Makefile devel/p5-VCP-autrijus Makefile devel/p5-VCS Makefile devel/p5-Want Makefile devel/p5-WeakRef Makefile devel/p5-Workflow Makefile devel/p5-XSLoader Makefile devel/p5-Yada-Yada-Yada Makefile devel/p5-accessors Makefile devel/p5-base Makefile devel/p5-capitalization Makefile devel/p5-enum Makefile devel/p5-iCal-Parser Makefile devel/p5-mixin Makefile devel/p5-orz Makefile devel/p5-parent Makefile devel/p5-prefork Makefile devel/p5-reaper Makefile devel/p5-rpm-build-perl Makefile devel/p5-threads Makefile devel/p5-threads-shared Makefile devel/pushmi Makefile devel/svk Makefile dns/p5-BIND-Conf_Parser Makefile dns/p5-DNS-Config Makefile dns/p5-DNS-EasyDNS Makefile dns/p5-DNS-Zone Makefile dns/p5-Data-Validate-Domain Makefile dns/p5-Net-DNS-Codes Makefile dns/p5-Net-DNS-Resolver-Programmable Makefile dns/p5-Net-DNS-SEC Makefile dns/p5-Net-DNS-ZoneCheck Makefile dns/p5-Net-DNS-ZoneFile Makefile dns/p5-Net-LibIDN Makefile dns/p5-Net-RBLClient Makefile dns/p5-POE-Component-Client-DNS Makefile finance/p5-Business-CreditCard Makefile finance/p5-Business-OCV Makefile finance/p5-Business-OnlinePayment-2CheckOut Makefile finance/p5-Business-OnlinePayment-AuthorizeNet Makefile finance/p5-Business-OnlinePayment-BankOfAmerica Makefile finance/p5-Business-OnlinePayment-Beanstream Makefile finance/p5-Business-OnlinePayment-Cardstream Makefile finance/p5-Business-OnlinePayment-Jettis Makefile finance/p5-Business-OnlinePayment-LinkPoint Makefile finance/p5-Business-OnlinePayment-MerchantCommerce Makefile finance/p5-Business-OnlinePayment-Network1Financial Makefile finance/p5-Business-OnlinePayment-OCV Makefile finance/p5-Business-OnlinePayment-PayConnect Makefile finance/p5-Business-OnlinePayment-PayflowPro Makefile finance/p5-Business-OnlinePayment-PaymentsGateway Makefile finance/p5-Business-OnlinePayment-SurePay Makefile finance/p5-Business-OnlinePayment-TCLink Makefile finance/p5-Business-OnlinePayment-VirtualNet Makefile finance/p5-Business-OnlinePayment-eSec Makefile finance/p5-Business-OnlinePayment-iAuthorizer Makefile finance/p5-Business-PayPal-IPN Makefile finance/p5-Business-WorldPay-Junior Makefile finance/p5-Finance-Currency-Convert-WebserviceX Makefile finance/p5-Finance-Quote Makefile finance/p5-Finance-QuoteHist Makefile finance/p5-Math-Financial Makefile ftp/p5-Net-FTP-Common Makefile ftp/p5-Net-FTPServer Makefile ftp/p5-POE-Component-Client-FTP Makefile games/lm-solve Makefile games/p5-Algorithm-Pair-Best Makefile games/p5-Algorithm-Pair-Swiss Makefile games/p5-Baseball-Sabermetrics Makefile games/p5-Games-Alak Makefile games/p5-Games-AlphaBeta Makefile games/p5-Games-Bingo-Bot Makefile games/p5-Games-Bingo-Print Makefile games/p5-Games-Dice Makefile games/p5-Games-GuessWord Makefile games/p5-Games-Tournament-RoundRobin Makefile graphics/eps2png Makefile graphics/p5-Acme-Steganography-Image-Png Makefile graphics/p5-CAD-Drawing Makefile graphics/p5-CAD-Drawing-Template Makefile graphics/p5-Captcha-reCAPTCHA Makefile graphics/p5-Chart-Graph Makefile graphics/p5-Chart-PNGgraph Makefile graphics/p5-Color-Rgb Makefile graphics/p5-GD Makefile graphics/p5-GD-Arrow Makefile graphics/p5-GD-Barcode Makefile graphics/p5-GD-Graph3d Makefile graphics/p5-GD-SVG Makefile graphics/p5-GD-TextUtil Makefile graphics/p5-GD-Thumbnail Makefile graphics/p5-Graph-Easy Makefile graphics/p5-Graph-ReadWrite Makefile graphics/p5-Graph-SocialMap Makefile graphics/p5-Graph-Writer-GraphViz Makefile graphics/p5-GraphViz-Traverse Makefile graphics/p5-Image-Caa Makefile graphics/p5-Image-ExifTool Makefile graphics/p5-Image-Grab Makefile graphics/p5-Image-IPTCInfo Makefile graphics/p5-Image-Imlib2 Makefile graphics/p5-Image-Info Makefile graphics/p5-Image-Math-Constrain Makefile graphics/p5-Image-MetaData-GQview Makefile graphics/p5-Image-MetaData-JPEG Makefile graphics/p5-Image-Pngslimmer Makefile graphics/p5-Image-Size Makefile graphics/p5-Imager Makefile graphics/p5-Imager-Graph Makefile graphics/p5-Imager-Plot Makefile graphics/p5-Imager-QRCode Makefile graphics/p5-OpenGL Makefile graphics/p5-SVG-DOM2 Makefile graphics/p5-SVG-Graph Makefile graphics/p5-SVG-Metadata Makefile graphics/p5-SWF-Builder Makefile graphics/p5-SWF-File Makefile graphics/p5-SpringGraph Makefile graphics/p5-Tk-JPEG-Lite Makefile graphics/p5-VCG Makefile graphics/p5-Visio Makefile graphics/pgperl Makefile irc/p5-Bot-BasicBot Makefile irc/p5-IRC Makefile irc/p5-IRC-Bot-Hangman Makefile irc/p5-POE-Component-IRC-Object Makefile japanese/p5-Acme-Lou Makefile japanese/p5-Date-Japanese-Era Makefile japanese/p5-Date-Japanese-Holiday Makefile japanese/p5-DateTime-Calendar-Japanese-Era Makefile japanese/p5-Encode-EUCJPMS Makefile japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Makefile japanese/p5-Jcode Makefile japanese/p5-Lingua-JA-Numbers Makefile japanese/p5-Lingua-JA-Summarize-Extract Makefile japanese/p5-Number-Phone-JP Makefile japanese/p5-Text-MeCab Makefile japanese/p5-Unicode-Japanese Makefile japanese/p5-WWW-2ch Makefile lang/p5-Data-JavaScript Makefile lang/p5-F77 Makefile lang/p5-Interpolation Makefile lang/p5-JSAN Makefile lang/p5-JavaScript Makefile lang/p5-JavaScript-Squish Makefile lang/p5-List-MoreUtils Makefile lang/p5-Perl6-Subs Makefile lang/p5-Quantum-Superpositions Makefile lang/p5-Scalar-List-Utils Makefile lang/p5-Switch Makefile lang/p5-Tcl Makefile lang/parrot Makefile lang/perl5 Makefile lang/perl5.8 Makefile lang/pugs Makefile mail/mailagent Makefile mail/p5-Email-Filter Makefile mail/p5-Email-Find Makefile mail/p5-Email-LocalDelivery Makefile mail/p5-Email-LocalDelivery-Ezmlm Makefile mail/p5-Email-MessageID Makefile mail/p5-Email-Reply Makefile mail/p5-Email-Send Makefile mail/p5-Email-Simple Makefile mail/p5-Email-Simple-Creator Makefile mail/p5-Email-Valid Makefile mail/p5-Email-Valid-Loose Makefile mail/p5-GMail-IMAPD Makefile mail/p5-IMAP-Admin Makefile mail/p5-IMAP-Client Makefile mail/p5-MIME-Charset Makefile mail/p5-MIME-EncWords Makefile mail/p5-MIME-Explode Makefile mail/p5-MIME-Fast Makefile mail/p5-MIME-Lite-HTML Makefile mail/p5-MIME-Types Makefile mail/p5-Mail-Address-MobileJp Makefile mail/p5-Mail-Alias Makefile mail/p5-Mail-Audit-Attach Makefile mail/p5-Mail-Box Makefile mail/p5-Mail-Box-Parser-C Makefile mail/p5-Mail-Bulkmail Makefile mail/p5-Mail-CClient Makefile mail/p5-Mail-CheckUser Makefile mail/p5-Mail-ClamAV Makefile mail/p5-Mail-DKIM Makefile mail/p5-Mail-DomainKeys Makefile mail/p5-Mail-Ezmlm Makefile mail/p5-Mail-Field-Received Makefile mail/p5-Mail-FilterXML Makefile mail/p5-Mail-Folder Makefile mail/p5-Mail-Freshmeat Makefile mail/p5-Mail-Graph Makefile mail/p5-Mail-IMAPTalk Makefile mail/p5-Mail-ListDetector Makefile mail/p5-Mail-MailStats Makefile mail/p5-Mail-Mbox-MessageParser Makefile mail/p5-Mail-MboxParser Makefile mail/p5-Mail-OpenRelay-Simple Makefile mail/p5-Mail-POP3Client Makefile mail/p5-Mail-Procmailrc Makefile mail/p5-Mail-QuoteWrap Makefile mail/p5-Mail-RBL Makefile mail/p5-Mail-RFC822-Address Makefile mail/p5-Mail-SPF-Query Makefile mail/p5-Mail-SRS Makefile mail/p5-Mail-SendEasy Makefile mail/p5-Mail-Sender Makefile mail/p5-Mail-Sendmail Makefile mail/p5-Mail-Spool Makefile mail/p5-Mail-Transport-Dbx Makefile mail/p5-Mail-Verify Makefile mail/p5-Mail-Webmail-Gmail Makefile mail/p5-Net-IMAP-Simple Makefile mail/p5-Net-IMAP-Simple-SSL Makefile mail/p5-Net-QMTP Makefile mail/p5-Net-SMTP-Server Makefile mail/p5-Net-SMTP-TLS Makefile mail/p5-Net-SMTP_auth Makefile mail/p5-POE-Component-Client-POP3 Makefile mail/p5-POE-Component-Client-SMTP Makefile mail/p5-POE-Component-SMTP Makefile mail/p5-Parse-Syslog-Mail Makefile mail/p5-Qmail-Envelope Makefile mail/p5-Sendmail-AccessDB Makefile mail/p5-Sendmail-Milter Makefile mail/p5-URI-imap Makefile mail/p5-URI-imaps Makefile mail/p5-WWW-GMail Makefile mail/p5-WWW-Hotmail Makefile math/p5-AI-DecisionTree Makefile math/p5-AI-Genetic Makefile math/p5-AI-NeuralNet-BackProp Makefile math/p5-AI-Perceptron Makefile math/p5-Algorithm-Combinatorics Makefile math/p5-Bit-ShiftReg Makefile math/p5-Bit-Vector Makefile math/p5-Bit-Vector-Minimal Makefile math/p5-CAD-Calc Makefile math/p5-Date-Handler Makefile math/p5-Geo-Distance Makefile math/p5-Graph Makefile math/p5-Math-Algebra-Symbols Makefile math/p5-Math-Base85 Makefile math/p5-Math-BaseCalc Makefile math/p5-Math-Bezier Makefile math/p5-Math-Bezier-Convert Makefile math/p5-Math-BigInt Makefile math/p5-Math-BigInt-GMP Makefile math/p5-Math-BigRat Makefile math/p5-Math-Calc-Units Makefile math/p5-Math-Cephes Makefile math/p5-Math-Combinatorics Makefile math/p5-Math-ConvexHull Makefile math/p5-Math-Derivative Makefile math/p5-Math-Expr Makefile math/p5-Math-FFT Makefile math/p5-Math-GSL Makefile math/p5-Math-Geometry Makefile math/p5-Math-Geometry-Planar Makefile math/p5-Math-Geometry-Planar-GPC Makefile math/p5-Math-Geometry-Planar-Offset Makefile math/p5-Math-Interpolate Makefile math/p5-Math-Intersection-StraightLine Makefile math/p5-Math-LinearCombination Makefile math/p5-Math-Logic Makefile math/p5-Math-Matrix Makefile math/p5-Math-NumberCruncher Makefile math/p5-Math-Pari Makefile math/p5-Math-Random Makefile math/p5-Math-Random-MT Makefile math/p5-Math-Random-OO Makefile math/p5-Math-RandomOrg Makefile math/p5-Math-Round Makefile math/p5-Math-Round-Var Makefile math/p5-Math-Sequence Makefile math/p5-Math-Series Makefile math/p5-Math-SimpleVariable Makefile math/p5-Math-Spline Makefile math/p5-Math-Symbolic Makefile math/p5-Math-Symbolic-Custom-Contains Makefile math/p5-Math-Symbolic-Custom-ErrorPropagation Makefile math/p5-Math-Symbolic-Custom-Simplification Makefile math/p5-Math-Symbolic-Custom-Transformation Makefile math/p5-Math-SymbolicX-BigNum Makefile math/p5-Math-SymbolicX-Complex Makefile math/p5-Math-SymbolicX-Error Makefile math/p5-Math-SymbolicX-Inline Makefile math/p5-Math-SymbolicX-NoSimplification Makefile math/p5-Math-SymbolicX-ParserExtensionFactory Makefile math/p5-Math-SymbolicX-Statistics-Distributions Makefile math/p5-Math-TrulyRandom Makefile math/p5-Math-Units Makefile math/p5-Math-Vec Makefile math/p5-Math-VecStat Makefile math/p5-Number-Compare Makefile math/p5-Number-WithError Makefile math/p5-Number-WithError-LaTeX Makefile math/p5-Set-IntSpan Makefile math/p5-Set-IntSpan-Fast Makefile math/p5-Set-Partition Makefile math/p5-Set-Window Makefile math/p5-Statistics-ChiSquare Makefile math/p5-Statistics-Contingency Makefile math/p5-Statistics-Descriptive Makefile math/p5-Statistics-Descriptive-Discrete Makefile math/p5-Statistics-Distributions Makefile math/p5-Statistics-LTU Makefile math/p5-Statistics-OLS Makefile math/p5-Statistics-Regression Makefile misc/p5-Acme-ButFirst Makefile misc/p5-Array-IntSpan Makefile misc/p5-Array-PrintCols Makefile misc/p5-Array-RefElem Makefile misc/p5-Business-ISBN-Data Makefile misc/p5-Business-ISIN Makefile misc/p5-Business-ISSN Makefile misc/p5-Business-UPS Makefile misc/p5-Chatbot-Eliza Makefile misc/p5-Data-Buffer Makefile misc/p5-File-CounterFile Makefile misc/p5-File-Sort Makefile misc/p5-Geo-Cache Makefile misc/p5-Geo-Postcodes Makefile misc/p5-Geo-Postcodes-DK Makefile misc/p5-Geo-Postcodes-NO Makefile misc/p5-Geo-Weather Makefile misc/p5-Geography-Countries Makefile misc/p5-Geography-NationalGrid Makefile misc/p5-I18N-LangTags Makefile misc/p5-LEGO-RCX Makefile misc/p5-List-Compare Makefile misc/p5-Locale-Codes Makefile misc/p5-Locale-Msgcat Makefile misc/p5-Norge Makefile misc/p5-Test-Dir Makefile misc/p5-Text-FIGlet Makefile misc/p5-Tie-DxHash Makefile misc/p5-Zen-Koans Makefile multimedia/dvdrip Makefile multimedia/p5-FFmpeg-Command Makefile multimedia/p5-FLV-Info Makefile multimedia/p5-MP4-Info Makefile multimedia/p5-Video-Info Makefile multimedia/p5-Video-OpenQuicktime Makefile net/ldapsh Makefile net/p5-AddressBook Makefile net/p5-BBS-UserInfo Makefile net/p5-BBS-UserInfo-Maple3 Makefile net/p5-BBS-UserInfo-Maple3itoc Makefile net/p5-BBS-UserInfo-Ptt Makefile net/p5-BBS-UserInfo-SOB Makefile net/p5-BBS-UserInfo-Wretch Makefile net/p5-Cisco-IPPhone Makefile net/p5-EasyTCP Makefile net/p5-File-Rsync Makefile net/p5-Filesys-SmbClient Makefile net/p5-Frontier-RPC Makefile net/p5-Geo-IPfree Makefile net/p5-Gopher-Server Makefile net/p5-IO-Socket-Multicast Makefile net/p5-IO-Socket-Multicast6 Makefile net/p5-IP-Country Makefile net/p5-JavaScript-RPC Makefile net/p5-Net-ARP Makefile net/p5-Net-Address-IPv4-Local Makefile net/p5-Net-Analysis Makefile net/p5-Net-BGP Makefile net/p5-Net-Blogger Makefile net/p5-Net-CIDR-Lite Makefile net/p5-Net-DAV-Server Makefile net/p5-Net-DHCP Makefile net/p5-Net-DHCPClient Makefile net/p5-Net-DLookup Makefile net/p5-Net-Daemon Makefile net/p5-Net-Dict Makefile net/p5-Net-Divert Makefile net/p5-Net-EPP-Client Makefile net/p5-Net-EPP-Frame Makefile net/p5-Net-EPP-Proxy Makefile net/p5-Net-FS-Flickr Makefile net/p5-Net-FS-Gmail Makefile net/p5-Net-FTP-File Makefile net/p5-Net-Finger Makefile net/p5-Net-Frame Makefile net/p5-Net-Google Makefile net/p5-Net-Google-Calendar Makefile net/p5-Net-Gopher Makefile net/p5-Net-Growl Makefile net/p5-Net-IPTrie Makefile net/p5-Net-Ident Makefile net/p5-Net-Interface Makefile net/p5-Net-LDAP-LDAPhash Makefile net/p5-Net-MAC-Vendor Makefile net/p5-Net-MovableType Makefile net/p5-Net-NBName Makefile net/p5-Net-NBsocket Makefile net/p5-Net-NIS-Listgroup Makefile net/p5-Net-OpenDHT Makefile net/p5-Net-ParseWhois Makefile net/p5-Net-Patricia Makefile net/p5-Net-PcapUtils Makefile net/p5-Net-Ping-External Makefile net/p5-Net-RTP Makefile net/p5-Net-Radius Makefile net/p5-Net-Random Makefile net/p5-Net-RawIP Makefile net/p5-Net-Rendezvous Makefile net/p5-Net-Rsh Makefile net/p5-Net-SAP Makefile net/p5-Net-SCP-Expect Makefile net/p5-Net-SDP Makefile net/p5-Net-SFTP Makefile net/p5-Net-SMPP Makefile net/p5-Net-SMS-PChome Makefile net/p5-Net-SNPP Makefile net/p5-Net-SSH Makefile net/p5-Net-SSH-Expect Makefile net/p5-Net-SSH-Perl Makefile net/p5-Net-SSH2 Makefile net/p5-Net-Server Makefile net/p5-Net-Services Makefile net/p5-Net-TCLink Makefile net/p5-Net-Telnet Makefile net/p5-Net-Telnet-Netscreen Makefile net/p5-Net-TiVo Makefile net/p5-Net-Traceroute Makefile net/p5-Net-Traceroute6 Makefile net/p5-Net-Wake Makefile net/p5-Net-Whois Makefile net/p5-Net-Whois-ARIN Makefile net/p5-Net-Whois-IP Makefile net/p5-Net-Whois-RIPE Makefile net/p5-Net-XWhois Makefile net/p5-Net-Z3950-ZOOM Makefile net/p5-Net-ext Makefile net/p5-NetAddr-IP-Count Makefile net/p5-NetPacket Makefile net/p5-OurNet-BBS Makefile net/p5-OurNet-BBSAgent Makefile net/p5-POE-Component-Client-Keepalive Makefile net/p5-POE-Component-Client-Ping Makefile net/p5-POE-Component-Client-Telnet Makefile net/p5-POE-Component-Client-Traceroute Makefile net/p5-POE-Component-ControlPort Makefile net/p5-POE-Component-Pcap Makefile net/p5-POE-Component-Spread Makefile net/p5-Parallel-MPI Makefile net/p5-Parallel-Pvm Makefile net/p5-PlRPC Makefile net/p5-REST-Application Makefile net/p5-RPC-Simple Makefile net/p5-RPC-XML Makefile net/p5-ResourcePool-Resource-Net-LDAP Makefile net/p5-ResourcePool-Resource-SOAP-Lite Makefile net/p5-SOAP Makefile net/p5-SOAP-Data-Builder Makefile net/p5-SOAP-Lite Makefile net/p5-SOAP-Lite-060 Makefile net/p5-Socket-Multicast6 Makefile net/p5-Socket6 Makefile net/p5-Socks Makefile net/p5-Spread-Message Makefile net/p5-Spread-Session Makefile net/p5-URI Makefile net/p5-URI-OpenURL Makefile net/p5-Validate-Net Makefile net/p5-What Makefile net/p5-X500-DN Makefile net/p5-XPC Makefile net-im/p5-DJabberd Makefile net-im/p5-Jabber-SimpleSend Makefile net-im/p5-Net-AIM Makefile net-im/p5-Net-AOLIM Makefile net-im/p5-Net-Jabber Makefile net-im/p5-Net-MSN Makefile net-im/p5-Net-NetSend Makefile net-im/p5-Net-OSCAR Makefile net-im/p5-Net-Stomp Makefile net-im/p5-POE-Component-Client-MSN Makefile net-mgmt/p5-Cisco-Reconfig Makefile net-mgmt/p5-Mon Makefile net-mgmt/p5-NSNMP Makefile net-mgmt/p5-Net-ACL Makefile net-mgmt/p5-Net-CIDR Makefile net-mgmt/p5-Net-IP Makefile net-mgmt/p5-Net-IP-Match-XS Makefile net-mgmt/p5-Net-IP-Resolver Makefile net-mgmt/p5-Net-IPv4Addr Makefile net-mgmt/p5-Net-IPv6Addr Makefile net-mgmt/p5-Net-Netmask Makefile net-mgmt/p5-Net-SNMP Makefile net-mgmt/p5-Net-Telnet-Cisco-IOS Makefile net-mgmt/p5-NetAddr-IP Makefile net-mgmt/p5-NetAddr-IP-Lite Makefile net-mgmt/p5-POE-Component-SNMP Makefile net-mgmt/p5-SNMP-MIB-Compiler Makefile net-mgmt/p5-SNMP-Util Makefile net-mgmt/p5-Tie-NetAddr-IP Makefile net-p2p/p5-Net-BitTorrent-File Makefile net-p2p/p5-Net-BitTorrent-PeerPacket Makefile net-p2p/p5-WWW-BitTorrent Makefile news/p5-Gateway Makefile news/p5-NNML Makefile news/p5-NNTPClient Makefile news/p5-News-Article Makefile news/p5-News-Article-NoCeM Makefile news/p5-News-Newsrc Makefile news/p5-NewsLib Makefile news/p5-POE-Component-Client-NNTP Makefile palm/p5-Palm-PalmDoc Makefile print/axpoint Makefile print/p5-Net-Printer Makefile print/p5-PDF-Template Makefile print/p5-PDFLib Makefile print/p5-PostScript-Simple Makefile print/p5-Text-PDF Makefile print/p5-XML-ApacheFOP Makefile russian/p5-Lingua-RU-Charset Makefile russian/p5-cyrillic Makefile science/p5-Algorithm-SVMLight Makefile science/p5-Chemistry-Elements Makefile security/p5-Authen-Bitcard Makefile security/p5-Authen-Captcha Makefile security/p5-Authen-CyrusSASL Makefile security/p5-Authen-Htpasswd Makefile security/p5-Authen-Krb5 Makefile security/p5-Authen-Libwrap Makefile security/p5-Authen-NTLM Makefile security/p5-Authen-PAAS Makefile security/p5-Authen-PAM Makefile security/p5-Authen-PluggableCaptcha Makefile security/p5-Authen-Radius Makefile security/p5-Authen-SASL Makefile security/p5-Authen-SASL-Cyrus Makefile security/p5-Authen-Simple Makefile security/p5-Authen-Simple-DBI Makefile security/p5-Authen-Simple-DBM Makefile security/p5-Authen-Simple-HTTP Makefile security/p5-Authen-Simple-LDAP Makefile security/p5-Authen-Simple-Net Makefile security/p5-Authen-Simple-PAM Makefile security/p5-Authen-Simple-Passwd Makefile security/p5-Authen-Simple-RADIUS Makefile security/p5-Authen-Simple-SMB Makefile security/p5-Authen-Simple-SSH Makefile security/p5-Authen-Smb Makefile security/p5-Authen-TacacsPlus Makefile security/p5-Authen-Ticket Makefile security/p5-Authen-TypeKey Makefile security/p5-Crypt-Anubis Makefile security/p5-Crypt-AppleTwoFish Makefile security/p5-Crypt-Blowfish Makefile security/p5-Crypt-Blowfish_PP Makefile security/p5-Crypt-CAST5_PP Makefile security/p5-Crypt-CFB Makefile security/p5-Crypt-Caesar Makefile security/p5-Crypt-Camellia_PP Makefile security/p5-Crypt-Chimera Makefile security/p5-Crypt-CipherSaber Makefile security/p5-Crypt-Cracklib Makefile security/p5-Crypt-Ctr Makefile security/p5-Crypt-DES Makefile security/p5-Crypt-DES_EDE3 Makefile security/p5-Crypt-DES_PP Makefile security/p5-Crypt-DH Makefile security/p5-Crypt-DSA Makefile security/p5-Crypt-Dining Makefile security/p5-Crypt-ECB Makefile security/p5-Crypt-Enigma Makefile security/p5-Crypt-GOST Makefile security/p5-Crypt-GOST_PP Makefile security/p5-Crypt-GPG Makefile security/p5-Crypt-GeneratePassword Makefile security/p5-Crypt-HCE_MD5 Makefile security/p5-Crypt-HCE_SHA Makefile security/p5-Crypt-Imail Makefile security/p5-Crypt-Khazad Makefile security/p5-Crypt-License Makefile security/p5-Crypt-Lite Makefile security/p5-Crypt-Loki97 Makefile security/p5-Crypt-MySQL Makefile security/p5-Crypt-NULL Makefile security/p5-Crypt-OFB Makefile security/p5-Crypt-OICQ Makefile security/p5-Crypt-OTP Makefile security/p5-Crypt-OpenPGP Makefile security/p5-Crypt-OpenSSL-Bignum Makefile security/p5-Crypt-OpenSSL-DSA Makefile security/p5-Crypt-OpenSSL-RSA Makefile security/p5-Crypt-OpenSSL-Random Makefile security/p5-Crypt-OpenSSL-X509 Makefile security/p5-Crypt-PGPSimple Makefile security/p5-Crypt-PassGen Makefile security/p5-Crypt-PasswdMD5 Makefile security/p5-Crypt-Primes Makefile security/p5-Crypt-RC4 Makefile security/p5-Crypt-RC5 Makefile security/p5-Crypt-RC6 Makefile security/p5-Crypt-RIPEMD160 Makefile security/p5-Crypt-RSA Makefile security/p5-Crypt-Rabbit Makefile security/p5-Crypt-RandPasswd Makefile security/p5-Crypt-Random Makefile security/p5-Crypt-Rijndael_PP Makefile security/p5-Crypt-SKey Makefile security/p5-Crypt-SSLeay Makefile security/p5-Crypt-Salt Makefile security/p5-Crypt-SaltedHash Makefile security/p5-Crypt-Serpent Makefile security/p5-Crypt-Shark Makefile security/p5-Crypt-SmbHash Makefile security/p5-Crypt-Solitaire Makefile security/p5-Crypt-TEA Makefile security/p5-Crypt-TripleDES Makefile security/p5-Crypt-Twofish Makefile security/p5-Crypt-Twofish2 Makefile security/p5-Crypt-UnixCrypt Makefile security/p5-Crypt-X509 Makefile security/p5-Data-Entropy Makefile security/p5-Data-Password Makefile security/p5-Digest Makefile security/p5-Digest-Adler32 Makefile security/p5-Digest-BubbleBabble Makefile security/p5-Digest-CRC Makefile security/p5-Digest-Crc32 Makefile security/p5-Digest-DJB Makefile security/p5-Digest-DMAC Makefile security/p5-Digest-EMAC Makefile security/p5-Digest-Elf Makefile security/p5-Digest-FNV Makefile security/p5-Digest-HMAC Makefile security/p5-Digest-Hashcash Makefile security/p5-Digest-Haval256 Makefile security/p5-Digest-JHash Makefile security/p5-Digest-MD2 Makefile security/p5-Digest-MD5 Makefile security/p5-Digest-MD5-File Makefile security/p5-Digest-MD5-M4p Makefile security/p5-Digest-ManberHash Makefile security/p5-Digest-Nilsimsa Makefile security/p5-Digest-Pearson Makefile security/p5-Digest-Pearson-PurePerl Makefile security/p5-Digest-Perl-MD4 Makefile security/p5-Digest-Perl-MD5 Makefile security/p5-Digest-SHA-PurePerl Makefile security/p5-Digest-SHA1 Makefile security/p5-Digest-SHA256 Makefile security/p5-Digest-SV1 Makefile security/p5-Digest-Tiger Makefile security/p5-Digest-Whirlpool Makefile security/p5-Email-Obfuscate Makefile security/p5-File-Scan Makefile security/p5-File-Scan-ClamAV Makefile security/p5-Filter-CBC Makefile security/p5-Filter-Crypto Makefile security/p5-GD-SecurityImage Makefile security/p5-GSSAPI Makefile security/p5-HTML-Email-Obfuscate Makefile security/p5-Module-Signature Makefile security/p5-Net-Daemon-SSL Makefile security/p5-Net-OpenID-JanRain Makefile security/p5-Net-SSLeay Makefile security/p5-Nmap-Scanner Makefile security/p5-OpenCA-CRL Makefile security/p5-OpenCA-CRR Makefile security/p5-OpenCA-PKCS7 Makefile security/p5-OpenCA-REQ Makefile security/p5-PGP Makefile security/p5-PGP-Sign Makefile security/p5-POE-Component-SSLify Makefile security/p5-PerlCryptLib Makefile security/p5-SHA Makefile security/p5-Safe-Hole Makefile security/p5-Snort-Rule Makefile security/p5-Text-Password-Pronounceable Makefile security/p5-Tie-EncryptedHash Makefile security/p5-Tree-Authz Makefile shells/p5-Term-ShellUI Makefile shells/psh Makefile shells/zoidberg Makefile sysutils/p5-BSD-Jail-Object Makefile sysutils/p5-BSD-Sysctl Makefile sysutils/p5-Dir-Purge Makefile sysutils/p5-File-Next Makefile sysutils/p5-File-Which Makefile sysutils/p5-Filesys-Df Makefile sysutils/p5-Filesys-DiskFree Makefile sysutils/p5-Filesys-DiskSpace Makefile sysutils/p5-Filesys-DiskUsage Makefile sysutils/p5-Filesys-Statvfs Makefile sysutils/p5-Fuse Makefile sysutils/p5-Fuse-Simple Makefile sysutils/p5-Proc-PidUtil Makefile sysutils/p5-Quota Makefile sysutils/p5-Schedule-At Makefile sysutils/p5-Schedule-Cron Makefile sysutils/p5-Schedule-Load Makefile sysutils/p5-Schedule-Match Makefile sysutils/p5-Stat-lsMode Makefile sysutils/p5-Sys-CpuLoad Makefile sysutils/p5-Sys-Gamin Makefile sysutils/p5-Sys-Hostname-FQDN Makefile sysutils/p5-Sys-Hostname-Long Makefile sysutils/p5-Sys-Utmp Makefile sysutils/p5-Sysadm-Install Makefile sysutils/p5-SyslogScan Makefile sysutils/p5-Tie-Syslog Makefile sysutils/p5-Unix-ConfigFile Makefile sysutils/p5-Unix-Mknod Makefile sysutils/p5-Unix-Processors Makefile sysutils/p5-Unix-Syslog Makefile sysutils/p5-User Makefile sysutils/savelogs Makefile textproc/btparse Makefile textproc/makepatch Makefile textproc/p5-AI-Categorizer Makefile textproc/p5-Algorithm-RabinKarp Makefile textproc/p5-Apache-ParseLog Makefile textproc/p5-Apache-XBEL Makefile textproc/p5-Bloom-Filter Makefile textproc/p5-CAM-PDF Makefile textproc/p5-CQL-Parser Makefile textproc/p5-CSS Makefile textproc/p5-CSS-SAC Makefile textproc/p5-CSS-Squish Makefile textproc/p5-Chess-PGN-Parse Makefile textproc/p5-Data-FormValidator-Constraints-DateTime Makefile textproc/p5-Data-Report Makefile textproc/p5-Data-SpreadPagination Makefile textproc/p5-Devel-TraceSAX Makefile textproc/p5-Filter-Simple Makefile textproc/p5-FormValidator-Simple Makefile textproc/p5-Games-Dissociate Makefile textproc/p5-Google-Data-JSON Makefile textproc/p5-HTML-Copy Makefile textproc/p5-HTML-Entities-ImodePictogram Makefile textproc/p5-HTML-Entities-Numbered Makefile textproc/p5-HTML-EscapeEvil Makefile textproc/p5-HTML-Format Makefile textproc/p5-HTML-FormatText-WithLinks Makefile textproc/p5-HTML-Fraction Makefile textproc/p5-HTML-SBC Makefile textproc/p5-HTML-TagFilter Makefile textproc/p5-HTML-Tiny Makefile textproc/p5-HTML-Truncate Makefile textproc/p5-Hash-Merge Makefile textproc/p5-Hatena-Keyword Makefile textproc/p5-IDNA-Punycode Makefile textproc/p5-IO-CSVHeaderFile Makefile textproc/p5-KinoSearch Makefile textproc/p5-Lingua-Conjunction Makefile textproc/p5-Lingua-EN-AddressParse Makefile textproc/p5-Lingua-EN-Fathom Makefile textproc/p5-Lingua-EN-Gender Makefile textproc/p5-Lingua-EN-Infinitive Makefile textproc/p5-Lingua-EN-Inflect Makefile textproc/p5-Lingua-EN-Inflect-Number Makefile textproc/p5-Lingua-EN-MatchNames Makefile textproc/p5-Lingua-EN-NameCase Makefile textproc/p5-Lingua-EN-NameParse Makefile textproc/p5-Lingua-EN-NamedEntity Makefile textproc/p5-Lingua-EN-Nickname Makefile textproc/p5-Lingua-EN-Numbers Makefile textproc/p5-Lingua-EN-Numbers-Easy Makefile textproc/p5-Lingua-EN-Numbers-Ordinate Makefile textproc/p5-Lingua-EN-Squeeze Makefile textproc/p5-Lingua-EN-Summarize Makefile textproc/p5-Lingua-EN-Syllable Makefile textproc/p5-Lingua-EN-Tagger Makefile textproc/p5-Lingua-Ident Makefile textproc/p5-Lingua-Identify Makefile textproc/p5-Lingua-Ispell Makefile textproc/p5-Lingua-PT-Stemmer Makefile textproc/p5-Lingua-Preferred Makefile textproc/p5-Lingua-Stem Makefile textproc/p5-Lingua-Stem-Fr Makefile textproc/p5-Lingua-Stem-It Makefile textproc/p5-Lingua-Stem-Ru Makefile textproc/p5-Lingua-Stem-Snowball Makefile textproc/p5-Lingua-Stem-Snowball-Da Makefile textproc/p5-Lingua-Stem-Snowball-No Makefile textproc/p5-Lingua-Stem-Snowball-Se Makefile textproc/p5-Lingua-StopWords Makefile textproc/p5-MARC Makefile textproc/p5-MARC-Lint Makefile textproc/p5-MARC-Record Makefile textproc/p5-MKDoc-XML Makefile textproc/p5-Makefile-Parser Makefile textproc/p5-MathML-Entities Makefile textproc/p5-NetAddr-IP-Find Makefile textproc/p5-Number-Format Makefile textproc/p5-Number-Spell Makefile textproc/p5-PDF-API2 Makefile textproc/p5-PDF-Create Makefile textproc/p5-PDF-FromHTML Makefile textproc/p5-PDF-Writer Makefile textproc/p5-POE-Filter-XML Makefile textproc/p5-POSIX-Regex Makefile textproc/p5-PPI Makefile textproc/p5-PPI-HTML Makefile textproc/p5-Parse-CSV Makefile textproc/p5-Parse-FixedLength Makefile textproc/p5-Parse-Flex Makefile textproc/p5-Parse-PhoneNumber Makefile textproc/p5-Parse-Syslog Makefile textproc/p5-Petal Makefile textproc/p5-Petal-CodePerl Makefile textproc/p5-Petal-Mail Makefile textproc/p5-Petal-Utils Makefile textproc/p5-Plagger Makefile textproc/p5-Plucene Makefile textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer Makefile textproc/p5-Pod-Constants Makefile textproc/p5-Pod-DocBook Makefile textproc/p5-Pod-POM Makefile textproc/p5-Pod-POM-View-HTML-Filter Makefile textproc/p5-Pod-Parser Makefile textproc/p5-Pod-ProjectDocs Makefile textproc/p5-Pod-Stripper Makefile textproc/p5-Pod-Tree Makefile textproc/p5-Pod-WSDL Makefile textproc/p5-Pod-XML Makefile textproc/p5-RADIUS-UserFile Makefile textproc/p5-RDF-Core Makefile textproc/p5-RDF-Notation3 Makefile textproc/p5-RDF-Simple Makefile textproc/p5-RDFStore Makefile textproc/p5-RTF-Parser Makefile textproc/p5-RTF-Tokenizer Makefile textproc/p5-RTF-Writer Makefile textproc/p5-Regex-PreSuf Makefile textproc/p5-Regexp-Common Makefile textproc/p5-Regexp-Common-profanity_us Makefile textproc/p5-Regexp-Copy Makefile textproc/p5-Regexp-DefaultFlags Makefile textproc/p5-Regexp-Log Makefile textproc/p5-Regexp-Log-Common Makefile textproc/p5-SGML-DTDParse Makefile textproc/p5-SGML-Parser-OpenSP Makefile textproc/p5-SGMLSpm Makefile textproc/p5-SVG Makefile textproc/p5-Search-VectorSpace Makefile textproc/p5-Senna Makefile textproc/p5-Sort-ArbBiLex Makefile textproc/p5-Sort-Fields Makefile textproc/p5-Sort-Naturally Makefile textproc/p5-Spork Makefile textproc/p5-Spreadsheet-ParseExcel Makefile textproc/p5-Spreadsheet-WriteExcel Makefile textproc/p5-Spreadsheet-WriteExcel-FromXML Makefile textproc/p5-Spreadsheet-WriteExcelXML Makefile textproc/p5-String-Divert Makefile textproc/p5-String-Format Makefile textproc/p5-String-Fraction Makefile textproc/p5-String-Koremutake Makefile textproc/p5-String-Scanf Makefile textproc/p5-String-ShellQuote Makefile textproc/p5-String-Strip Makefile textproc/p5-String-Tokenizer Makefile textproc/p5-Syntax-Highlight-Engine-Kate Makefile textproc/p5-Syntax-Highlight-Perl-Improved Makefile textproc/p5-TeX-Encode Makefile textproc/p5-TeX-Hyphen Makefile textproc/p5-Template-Declare Makefile textproc/p5-Template-Extract Makefile textproc/p5-Template-Magic Makefile textproc/p5-Template-Plugin-Lingua-EN-Inflect Makefile textproc/p5-Test-Perl-Critic Makefile textproc/p5-Text-ASCIITable Makefile textproc/p5-Text-Affixes Makefile textproc/p5-Text-Aligner Makefile textproc/p5-Text-Autoformat Makefile textproc/p5-Text-Balanced Makefile textproc/p5-Text-Bind Makefile textproc/p5-Text-CSV-Simple Makefile textproc/p5-Text-CSV_PP Makefile textproc/p5-Text-Capitalize Makefile textproc/p5-Text-Chomp Makefile textproc/p5-Text-Context-EitherSide Makefile textproc/p5-Text-Decorator Makefile textproc/p5-Text-Delimited Makefile textproc/p5-Text-Diff Makefile textproc/p5-Text-Diff-HTML Makefile textproc/p5-Text-Diff3 Makefile textproc/p5-Text-DoubleMetaphone Makefile textproc/p5-Text-Emoticon Makefile textproc/p5-Text-Emoticon-GoogleTalk Makefile textproc/p5-Text-EtText Makefile textproc/p5-Text-ExtractWords Makefile textproc/p5-Text-FillIn Makefile textproc/p5-Text-Filter Makefile textproc/p5-Text-Filter-Chain Makefile textproc/p5-Text-FixedLength Makefile textproc/p5-Text-FixedLength-Extra Makefile textproc/p5-Text-Flowchart Makefile textproc/p5-Text-Format Makefile textproc/p5-Text-Format+NWrap Makefile textproc/p5-Text-FormatTable Makefile textproc/p5-Text-German Makefile textproc/p5-Text-Glob Makefile textproc/p5-Text-Graphics Makefile textproc/p5-Text-Hatena Makefile textproc/p5-Text-Highlight Makefile textproc/p5-Text-Language-Guess Makefile textproc/p5-Text-Metaphone Makefile textproc/p5-Text-NeatTemplate Makefile textproc/p5-Text-Netstring Makefile textproc/p5-Text-Ngram Makefile textproc/p5-Text-Ngrams Makefile textproc/p5-Text-Original Makefile textproc/p5-Text-ParagraphDiff Makefile textproc/p5-Text-Query Makefile textproc/p5-Text-Quoted Makefile textproc/p5-Text-RecordParser Makefile textproc/p5-Text-Report Makefile textproc/p5-Text-Repository Makefile textproc/p5-Text-Shellwords Makefile textproc/p5-Text-SimpleTable Makefile textproc/p5-Text-SimpleTemplate Makefile textproc/p5-Text-Striphigh Makefile textproc/p5-Text-Table Makefile textproc/p5-Text-Tabs+Wrap Makefile textproc/p5-Text-TabularDisplay Makefile textproc/p5-Text-Tags Makefile textproc/p5-Text-Template Makefile textproc/p5-Text-Textile Makefile textproc/p5-Text-Tmpl Makefile textproc/p5-Text-Unaccent Makefile textproc/p5-Text-VimColor Makefile textproc/p5-Text-WikiFormat Makefile textproc/p5-Text-WordDiff Makefile textproc/p5-Text-Wrapper Makefile textproc/p5-Text-vCard Makefile textproc/p5-Time-Human Makefile textproc/p5-Tk-XMLViewer Makefile textproc/p5-Tree-Nary Makefile textproc/p5-UML-State Makefile textproc/p5-URI-Find Makefile textproc/p5-Unicode-Normalize Makefile textproc/p5-WDDX Makefile textproc/p5-WWW-Google-SiteMap Makefile textproc/p5-XML-Atom-Filter Makefile textproc/p5-XML-Atom-SimpleFeed Makefile textproc/p5-XML-Atom-Stream Makefile textproc/p5-XML-AutoWriter Makefile textproc/p5-XML-Catalog Makefile textproc/p5-XML-Clean Makefile textproc/p5-XML-DOM Makefile textproc/p5-XML-DOM-Lite Makefile textproc/p5-XML-DOM-XPath Makefile textproc/p5-XML-DT Makefile textproc/p5-XML-DifferenceMarkup Makefile textproc/p5-XML-Directory Makefile textproc/p5-XML-Driver-HTML Makefile textproc/p5-XML-Dumper Makefile textproc/p5-XML-Encoding Makefile textproc/p5-XML-FOAF Makefile textproc/p5-XML-Feed Makefile textproc/p5-XML-Filter-BufferText Makefile textproc/p5-XML-Filter-DOMFilter-LibXML Makefile textproc/p5-XML-Filter-DetectWS Makefile textproc/p5-XML-Filter-Reindent Makefile textproc/p5-XML-Filter-SAX1toSAX2 Makefile textproc/p5-XML-Filter-SAXT Makefile textproc/p5-XML-Filter-XInclude Makefile textproc/p5-XML-Filter-XSLT Makefile textproc/p5-XML-GDOME Makefile textproc/p5-XML-Generator-DBI Makefile textproc/p5-XML-Grove Makefile textproc/p5-XML-Hadler-HTMLWriter Makefile textproc/p5-XML-Handler-Dtd2DocBook Makefile textproc/p5-XML-Handler-Dtd2Html Makefile textproc/p5-XML-Handler-Trees Makefile textproc/p5-XML-Handler-YAWriter Makefile textproc/p5-XML-LibRSVG Makefile textproc/p5-XML-LibXML Makefile textproc/p5-XML-LibXML-Common Makefile textproc/p5-XML-LibXSLT Makefile textproc/p5-XML-Liberal Makefile textproc/p5-XML-Literal Makefile textproc/p5-XML-NamespaceSupport Makefile textproc/p5-XML-Node Makefile textproc/p5-XML-OPML Makefile textproc/p5-XML-Parser-EasyTree Makefile textproc/p5-XML-Parser-Lite-Tree Makefile textproc/p5-XML-Parser-Style-Elemental Makefile textproc/p5-XML-Quote Makefile textproc/p5-XML-RAI Makefile textproc/p5-XML-RSS-Feed Makefile textproc/p5-XML-RSS-JavaScript Makefile textproc/p5-XML-RSS-Liberal Makefile textproc/p5-XML-RSS-SimpleGen Makefile textproc/p5-XML-RegExp Makefile textproc/p5-XML-SAX Makefile textproc/p5-XML-SAX-Expat Makefile textproc/p5-XML-SAX-ExpatXS Makefile textproc/p5-XML-SAX-Machines Makefile textproc/p5-XML-SAX-Simple Makefile textproc/p5-XML-SAX-Writer Makefile textproc/p5-XML-SAXDriver-CSV Makefile textproc/p5-XML-SAXDriver-Excel Makefile textproc/p5-XML-SAXDriver-Sablotron Makefile textproc/p5-XML-STX Makefile textproc/p5-XML-Schematron Makefile textproc/p5-XML-SimpleObject Makefile textproc/p5-XML-SimpleObject-LibXML Makefile textproc/p5-XML-Stream Makefile textproc/p5-XML-TreeBuilder Makefile textproc/p5-XML-XBEL Makefile textproc/p5-XML-XPath Makefile textproc/p5-XML-XQL Makefile textproc/p5-XML-XSLT Makefile textproc/p5-XML-XUpdate-LibXML Makefile textproc/p5-XML-Xerces Makefile textproc/p5-YAML Makefile textproc/p5-YAML-Syck Makefile textproc/p5-YAPE-HTML Makefile textproc/p5-YAPE-Regex Makefile textproc/p5-YAPE-Regex-Explain Makefile textproc/p5-ack Makefile textproc/p5-dTemplate Makefile textproc/p5-libxml Makefile textproc/p5-podlators Makefile textproc/sdf Makefile www/mod_perl Makefile www/p5-AMF-Perl Makefile www/p5-Acme-Monta Makefile www/p5-Apache-ASP Makefile www/p5-Apache-AddHostPath Makefile www/p5-Apache-Admin-Config Makefile www/p5-Apache-AntiSpam Makefile www/p5-Apache-Archive Makefile www/p5-Apache-AuthTicket Makefile www/p5-Apache-AuthenCache Makefile www/p5-Apache-AuthenURL Makefile www/p5-Apache-AutoIndex Makefile www/p5-Apache-AxKit-Plugin-AddXSLParams-Request Makefile www/p5-Apache-Clean Makefile www/p5-Apache-Clean2 Makefile www/p5-Apache-Compress Makefile www/p5-Apache-CompressClientFixup Makefile www/p5-Apache-ConfigFile Makefile www/p5-Apache-ConfigParser Makefile www/p5-Apache-DB Makefile www/p5-Apache-DBI Makefile www/p5-Apache-DebugInfo Makefile www/p5-Apache-DumpHeaders Makefile www/p5-Apache-Filter Makefile www/p5-Apache-Gallery Makefile www/p5-Apache-GopherHandler Makefile www/p5-Apache-Icon Makefile www/p5-Apache-Language Makefile www/p5-Apache-MP3 Makefile www/p5-Apache-NNTPGateway Makefile www/p5-Apache-PageKit Makefile www/p5-Apache-ParseFormData Makefile www/p5-Apache-Peek Makefile www/p5-Apache-Profiler Makefile www/p5-Apache-Radius Makefile www/p5-Apache-Reload Makefile www/p5-Apache-SSI Makefile www/p5-Apache-Scoreboard Makefile www/p5-Apache-Session Makefile www/p5-Apache-Session-SQLite3 Makefile www/p5-Apache-Session-SharedMem Makefile www/p5-Apache-SessionX Makefile www/p5-Apache-Singleton Makefile www/p5-Apache-SubProcess Makefile www/p5-Apache-Template Makefile www/p5-Apache2-Scoreboard Makefile www/p5-ApacheBench Makefile www/p5-B-LexInfo Makefile www/p5-Bundle-Slash Makefile www/p5-Bundle-Sledge Makefile www/p5-Business-PayPal Makefile www/p5-CGI-Application-Plugin-AnyTemplate Makefile www/p5-CGI-Application-Plugin-AutoRunmode Makefile www/p5-CGI-Application-Plugin-DBH Makefile www/p5-CGI-Application-Plugin-DebugScreen Makefile www/p5-CGI-Application-Plugin-Forward Makefile www/p5-CGI-Application-Plugin-HTDot Makefile www/p5-CGI-Application-Plugin-HTMLPrototype Makefile www/p5-CGI-Application-Plugin-LinkIntegrity Makefile www/p5-CGI-Application-Plugin-LogDispatch Makefile www/p5-CGI-Application-Plugin-MessageStack Makefile www/p5-CGI-Application-Plugin-Redirect Makefile www/p5-CGI-Application-Plugin-Session Makefile www/p5-CGI-Application-Plugin-Stream Makefile www/p5-CGI-Application-Plugin-TT Makefile www/p5-CGI-Application-Plugin-ValidateRM Makefile www/p5-CGI-Application-Plugin-ViewCode Makefile www/p5-CGI-ArgChecker Makefile www/p5-CGI-Builder Makefile www/p5-CGI-Builder-TT2 Makefile www/p5-CGI-Cache Makefile www/p5-CGI-Expand Makefile www/p5-CGI-FCKeditor Makefile www/p5-CGI-FastTemplate Makefile www/p5-CGI-FormBuilder Makefile www/p5-CGI-Kwiki Makefile www/p5-CGI-Prototype Makefile www/p5-CGI-Response Makefile www/p5-CGI-SSI Makefile www/p5-CGI-Session Makefile www/p5-CGI-Simple Makefile www/p5-CGI-SpeedyCGI Makefile www/p5-CGI-Untaint-date Makefile www/p5-CGI-Untaint-email Makefile www/p5-CGI-XMLApplication Makefile www/p5-CGI.pm Makefile www/p5-CGI_Lite Makefile www/p5-Catalyst-Action-REST Makefile www/p5-Catalyst-Authentication-Store-LDAP Makefile www/p5-Catalyst-Controller-BindLex Makefile www/p5-Catalyst-Controller-FormBuilder Makefile www/p5-Catalyst-Controller-HTML-FormFu Makefile www/p5-Catalyst-Enzyme Makefile www/p5-Catalyst-Helper-Controller-Scaffold Makefile www/p5-Catalyst-Log-Log4perl Makefile www/p5-Catalyst-Model-CDBI Makefile www/p5-Catalyst-Model-CDBI-Plain Makefile www/p5-Catalyst-Model-CDBI-Sweet Makefile www/p5-Catalyst-Model-DBIC-Plain Makefile www/p5-Catalyst-Model-DBIC-Schema Makefile www/p5-Catalyst-Model-Oryx Makefile www/p5-Catalyst-Model-XML-Feed Makefile www/p5-Catalyst-Model-Xapian Makefile www/p5-Catalyst-Plugin-Authentication-CDBI Makefile www/p5-Catalyst-Plugin-Authentication-Store-DBIx-Class Makefile www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd Makefile www/p5-Catalyst-Plugin-Authorization-ACL Makefile www/p5-Catalyst-Plugin-Authorization-Roles Makefile www/p5-Catalyst-Plugin-C3 Makefile www/p5-Catalyst-Plugin-Cache Makefile www/p5-Catalyst-Plugin-Cache-FastMmap Makefile www/p5-Catalyst-Plugin-Cache-FileCache Makefile www/p5-Catalyst-Plugin-Cache-Memcached Makefile www/p5-Catalyst-Plugin-Cache-Store-FastMmap Makefile www/p5-Catalyst-Plugin-Captcha Makefile www/p5-Catalyst-Plugin-DefaultEnd Makefile www/p5-Catalyst-Plugin-FormValidator Makefile www/p5-Catalyst-Plugin-FormValidator-Simple Makefile www/p5-Catalyst-Plugin-HTML-Widget Makefile www/p5-Catalyst-Plugin-LogWarnings Makefile www/p5-Catalyst-Plugin-Params-Nested Makefile www/p5-Catalyst-Plugin-Pluggable Makefile www/p5-Catalyst-Plugin-Prototype Makefile www/p5-Catalyst-Plugin-Server Makefile www/p5-Catalyst-Plugin-Session-FastMmap Makefile www/p5-Catalyst-Plugin-Session-State-URI Makefile www/p5-Catalyst-Plugin-Session-Store-DBIC Makefile www/p5-Catalyst-Plugin-Session-Store-Delegate Makefile www/p5-Catalyst-Plugin-Session-Store-Memcached Makefile www/p5-Catalyst-Plugin-Setenv Makefile www/p5-Catalyst-Plugin-Singleton Makefile www/p5-Catalyst-Plugin-Static Makefile www/p5-Catalyst-Plugin-Textile Makefile www/p5-Catalyst-Plugin-XMLRPC Makefile www/p5-Catalyst-View-ClearSilver Makefile www/p5-Catalyst-View-GraphViz Makefile www/p5-Catalyst-View-HTML-Template-Compiled Makefile www/p5-Catalyst-View-TT-ControllerLocal Makefile www/p5-Catalyst-View-Templated Makefile www/p5-Catalyst-View-XSLT Makefile www/p5-Class-DBI-FromForm Makefile www/p5-Compress-LeadingBlankSpaces Makefile www/p5-Data-TreeDumper-Renderer-DHTML Makefile www/p5-FAQ-OMatic Makefile www/p5-FEAR-API Makefile www/p5-FastCGI Makefile www/p5-Feed-Find Makefile www/p5-Flickr-API Makefile www/p5-Geo-Caching Makefile www/p5-HTML-CalendarMonthSimple Makefile www/p5-HTML-Chunks Makefile www/p5-HTML-Clean Makefile www/p5-HTML-Diff Makefile www/p5-HTML-Display Makefile www/p5-HTML-Element-Extended Makefile www/p5-HTML-Element-Library Makefile www/p5-HTML-Embperl Makefile www/p5-HTML-FillInForm Makefile www/p5-HTML-FillInForm-ForceUTF8 Makefile www/p5-HTML-FormFu Makefile www/p5-HTML-FromText Makefile www/p5-HTML-LinkExtractor Makefile www/p5-HTML-Lint Makefile www/p5-HTML-Location Makefile www/p5-HTML-Mason Makefile www/p5-HTML-Pager Makefile www/p5-HTML-PrettyPrinter Makefile www/p5-HTML-Prototype Makefile www/p5-HTML-QuickCheck Makefile www/p5-HTML-RSSAutodiscovery Makefile www/p5-HTML-ResolveLink Makefile www/p5-HTML-RobotsMETA Makefile www/p5-HTML-Scrubber Makefile www/p5-HTML-SimpleLinkExtor Makefile www/p5-HTML-SimpleParse Makefile www/p5-HTML-StickyQuery Makefile www/p5-HTML-Stream Makefile www/p5-HTML-Strip Makefile www/p5-HTML-Summary Makefile www/p5-HTML-TableExtract Makefile www/p5-HTML-TableLayout Makefile www/p5-HTML-TableTiler Makefile www/p5-HTML-TagCloud Makefile www/p5-HTML-TagCloud-Extended Makefile www/p5-HTML-TagParser Makefile www/p5-HTML-Tagset Makefile www/p5-HTML-Template Makefile www/p5-HTML-Template-Associate Makefile www/p5-HTML-Template-Compiled Makefile www/p5-HTML-Template-Expr Makefile www/p5-HTML-Template-HashWrapper Makefile www/p5-HTML-TokeParser-Simple Makefile www/p5-HTML-Tree Makefile www/p5-HTML-TreeBuilder-XPath Makefile www/p5-HTML-Widget Makefile www/p5-HTML-Widget-DBIC Makefile www/p5-HTML-Widgets-SelectLayers Makefile www/p5-HTML-WikiConverter Makefile www/p5-HTML-WikiConverter-DokuWiki Makefile www/p5-HTML-WikiConverter-Markdown Makefile www/p5-HTML-WikiConverter-MediaWiki Makefile www/p5-HTML-WikiConverter-MoinMoin Makefile www/p5-HTML-WikiConverter-Oddmuse Makefile www/p5-HTML-WikiConverter-PbWiki Makefile www/p5-HTML-WikiConverter-PhpWiki Makefile www/p5-HTML-WikiConverter-PmWiki Makefile www/p5-HTML-WikiConverter-SnipSnap Makefile www/p5-HTML-WikiConverter-Socialtext Makefile www/p5-HTML-WikiConverter-TikiWiki Makefile www/p5-HTML-WikiConverter-UseMod Makefile www/p5-HTML-WikiConverter-WakkaWiki Makefile www/p5-HTML-WikiConverter-WikkaWiki Makefile www/p5-HTTP-BrowserDetect Makefile www/p5-HTTP-Cache-Transparent Makefile www/p5-HTTP-Cookies-Mozilla Makefile www/p5-HTTP-Cookies-iCab Makefile www/p5-HTTP-Cookies-w3m Makefile www/p5-HTTP-DAV Makefile www/p5-HTTP-GHTTP Makefile www/p5-HTTP-Lite Makefile www/p5-HTTP-MHTTP Makefile www/p5-HTTP-Recorder Makefile www/p5-HTTP-Request-AsCGI Makefile www/p5-HTTP-Request-Params Makefile www/p5-HTTP-Server-Simple-Mason Makefile www/p5-HTTP-Server-Simple-Recorder Makefile www/p5-HTTP-SimpleLinkChecker Makefile www/p5-HTTP-Size Makefile www/p5-HTTP-WebTest Makefile www/p5-HTTPD-Log-Filter Makefile www/p5-HTTPD-User-Manage Makefile www/p5-Handel Makefile www/p5-IMDB-Movie Makefile www/p5-Jifty Makefile www/p5-LWP-Authen-Wsse Makefile www/p5-MasonX-Interp-WithCallbacks Makefile www/p5-MasonX-Request-WithApacheSession Makefile www/p5-MasonX-WebApp Makefile www/p5-Maypole Makefile www/p5-Maypole-Authentication-UserSessionCookie Makefile www/p5-Maypole-Component Makefile www/p5-Net-Akismet Makefile www/p5-Net-Flickr-API Makefile www/p5-Net-Flickr-Backup Makefile www/p5-Net-eBay Makefile www/p5-Newsletter Makefile www/p5-POE-Component-Client-HTTP Makefile www/p5-POE-Component-Client-UserAgent Makefile www/p5-POE-Component-Server-HTTP Makefile www/p5-POE-Component-Server-HTTPServer Makefile www/p5-ParallelUA Makefile www/p5-PodToHTML Makefile www/p5-SCGI Makefile www/p5-SRU Makefile www/p5-SWF-Chart Makefile www/p5-Syntax-Highlight-HTML Makefile www/p5-Syntax-Highlight-Shell Makefile www/p5-Template-GD Makefile www/p5-Template-Multilingual Makefile www/p5-Template-Plugin-Class Makefile www/p5-Template-Plugin-Clickable Makefile www/p5-Template-Plugin-Clickable-Email Makefile www/p5-Template-Plugin-Comma Makefile www/p5-Template-Plugin-JSON Makefile www/p5-Template-Plugin-JavaScript Makefile www/p5-Template-Plugin-MP3 Makefile www/p5-Template-Plugin-Markdown Makefile www/p5-Template-Plugin-Monta Makefile www/p5-Template-Plugin-Subst Makefile www/p5-Template-Plugin-VMethods Makefile www/p5-Template-Provider-Encoding Makefile www/p5-Template-Timer Makefile www/p5-Template-Toolkit Makefile www/p5-Test-HTTP-Server-Simple Makefile www/p5-TestGen4Web-Runner Makefile www/p5-Text-Markdown-ApacheHandler Makefile www/p5-URI-Fetch Makefile www/p5-URI-Sequin Makefile www/p5-URI-ToDisk Makefile www/p5-W3C-LinkChecker Makefile www/p5-W3C-LogValidator Makefile www/p5-WWW-Babelfish Makefile www/p5-WWW-Baseball-NPB Makefile www/p5-WWW-Comic Makefile www/p5-WWW-Curl Makefile www/p5-WWW-Dilbert Makefile www/p5-WWW-Google-Calculator Makefile www/p5-WWW-Google-News Makefile www/p5-WWW-Google-Notebook Makefile www/p5-WWW-Google-Video Makefile www/p5-WWW-Link Makefile www/p5-WWW-Mechanize-DecodedContent Makefile www/p5-WWW-Mechanize-Pluggable Makefile www/p5-WWW-Mechanize-Plugin-phpBB Makefile www/p5-WWW-Mechanize-Shell Makefile www/p5-WWW-Mixi Makefile www/p5-WWW-OpenSVN Makefile www/p5-WWW-OpenSearch Makefile www/p5-WWW-Robot Makefile www/p5-WWW-Scraper-ISBN Makefile www/p5-WWW-Scraper-ISBN-Driver Makefile www/p5-WWW-Scraper-ISBN-ORA_Driver Makefile www/p5-WWW-Scraper-ISBN-Record Makefile www/p5-WWW-Search-Google Makefile www/p5-WWW-Search-MSN Makefile www/p5-WWW-Shorten Makefile www/p5-WWW-Shorten-0rz Makefile www/p5-WWW-Shorten-KUSO Makefile www/p5-WWW-SourceForge Makefile www/p5-WWW-TV Makefile www/p5-WWW-TWSMS Makefile www/p5-WWW-VenusEnvy Makefile www/p5-WWW-WebArchive Makefile www/p5-WebService-Basecamp Makefile www/p5-WebService-Bloglines Makefile www/p5-WebService-NoPaste Makefile www/p5-WebService-Technorati Makefile www/p5-Xango Makefile www/p5-Yahoo-Lifestyle Makefile www/p5-Yahoo-Search Makefile www/p5-chklinks Makefile www/p5-libapreq Makefile www/p5-libwww Makefile www/p5-webservice-validator-css-w3c Makefile www/p5-webservice-validator-html-w3c Makefile www/weblint Makefile www/weblint++ Makefile x11/p5-Clipboard Makefile x11/p5-X11-IdleTime Makefile x11/p5-X11-Protocol Makefile x11-fonts/p5-Font-AFM Makefile x11-fonts/p5-Font-TTF Makefile x11-fonts/p5-Font-TTFMetrics Makefile x11-toolkits/p5-GdkImlib Makefile x11-toolkits/p5-GdkPixbuf Makefile x11-toolkits/p5-Glade2 Makefile x11-toolkits/p5-Gnome Makefile x11-toolkits/p5-Gtk Makefile x11-toolkits/p5-Gtk2-TrayIcon Makefile x11-toolkits/p5-GtkXmHTML Makefile x11-toolkits/p5-Prima Makefile x11-toolkits/p5-Tcl-Tk Makefile x11-toolkits/p5-TclTk Makefile x11-toolkits/p5-Tk Makefile x11-toolkits/p5-Tk-Autoscroll Makefile x11-toolkits/p5-Tk-ColourChooser Makefile x11-toolkits/p5-Tk-Date Makefile x11-toolkits/p5-Tk-Enscript Makefile x11-toolkits/p5-Tk-FileDialog Makefile x11-toolkits/p5-Tk-GBARR Makefile x11-toolkits/p5-Tk-Getopt Makefile x11-toolkits/p5-Tk-HistEntry Makefile x11-toolkits/p5-Tk-ResizeButton Makefile x11-toolkits/p5-Tk-Splashscreen Makefile x11-toolkits/p5-Tk-TableMatrix Makefile Log: - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci Reworked by: araujo (myself) Approved by: portmgr (pav) Revision Changes Path 1.9 +1 -2 ports/archivers/p5-Archive-Extract/Makefile 1.8 +1 -2 ports/archivers/p5-Compress-Bzip2/Makefile 1.5 +1 -2 ports/archivers/p5-Compress-LZW/Makefile 1.5 +1 -2 ports/archivers/p5-PerlIO-gzip/Makefile 1.3 +1 -2 ports/archivers/p5-PerlIO-via-Bzip2/Makefile 1.12 +1 -2 ports/astro/p5-Astro-Catalog/Makefile 1.10 +1 -2 ports/astro/p5-Astro-MoonPhase/Makefile 1.6 +1 -2 ports/astro/p5-Astro-Sunrise/Makefile 1.8 +1 -2 ports/astro/p5-GPS/Makefile 1.3 +1 -2 ports/audio/p5-Audio-Beep/Makefile 1.8 +1 -2 ports/audio/p5-Audio-CD/Makefile 1.4 +1 -2 ports/audio/p5-Audio-Scrobbler/Makefile 1.7 +1 -2 ports/audio/p5-Audio-TagLib/Makefile 1.5 +1 -2 ports/audio/p5-Audio-WMA/Makefile 1.8 +1 -2 ports/audio/p5-Audio-Wav/Makefile 1.8 +1 -2 ports/audio/p5-Audio/Makefile 1.14 +1 -2 ports/audio/p5-CDDB/Makefile 1.9 +1 -1 ports/audio/p5-CDDB_get/Makefile 1.6 +1 -2 ports/audio/p5-Filesys-Virtual-DAAP/Makefile 1.2 +1 -2 ports/audio/p5-MIDI/Makefile 1.7 +1 -2 ports/audio/p5-MP3-ID3v1Tag/Makefile 1.15 +1 -2 ports/audio/p5-MP3-Info/Makefile 1.11 +1 -2 ports/audio/p5-MP3-Tag/Makefile 1.11 +1 -2 ports/audio/p5-MusicBrainz-Client/Makefile 1.11 +1 -2 ports/audio/p5-MusicBrainz-Queries/Makefile 1.10 +1 -2 ports/audio/p5-MusicBrainz-TRM/Makefile 1.6 +1 -2 ports/audio/p5-Net-DAAP-Client/Makefile 1.6 +1 -2 ports/audio/p5-Net-DAAP-DMAP/Makefile 1.7 +1 -2 ports/audio/p5-Net-FreeDB/Makefile 1.6 +1 -2 ports/audio/p5-Ogg-Vorbis-Header/Makefile 1.16 +1 -2 ports/audio/p5-Xmms/Makefile 1.8 +2 -2 ports/audio/p5-libvorbis/Makefile 1.18 +1 -1 ports/biology/p5-AcePerl/Makefile 1.3 +1 -2 ports/biology/p5-Bio-ASN1-EntrezGene/Makefile 1.9 +1 -2 ports/biology/p5-Bio-Das/Makefile 1.8 +1 -2 ports/biology/p5-Bio-Phylo/Makefile 1.4 +1 -1 ports/biology/p5-bioperl-run/Makefile 1.17 +1 -2 ports/biology/p5-bioperl/Makefile 1.3 +1 -2 ports/cad/p5-GDS2/Makefile 1.6 +1 -1 ports/chinese/p5-Date-Chinese/Makefile 1.13 +1 -2 ports/chinese/p5-Encode-HanConvert/Makefile 1.5 +1 -2 ports/chinese/p5-Encode-HanExtra/Makefile 1.3 +1 -2 ports/chinese/p5-Lingua-ZH-BPMFConvert/Makefile 1.2 +1 -2 ports/chinese/p5-Lingua-ZH-HanDetect/Makefile 1.3 +1 -2 ports/chinese/p5-Lingua-ZH-Keywords/Makefile 1.4 +1 -2 ports/chinese/p5-Lingua-ZH-Numbers/Makefile 1.5 +1 -2 ports/chinese/p5-Lingua-ZH-Summarize/Makefile 1.11 +1 -2 ports/chinese/p5-Lingua-ZH-TaBE/Makefile 1.7 +1 -2 ports/chinese/p5-Lingua-ZH-Toke/Makefile 1.3 +1 -2 ports/chinese/p5-Lingua-ZH-Wrap/Makefile 1.10 +1 -1 ports/comms/o2sms/Makefile 1.5 +1 -2 ports/comms/p5-Device-Gsm/Makefile 1.10 +1 -2 ports/comms/p5-Device-Modem/Makefile 1.9 +1 -2 ports/comms/p5-Device-SerialPort/Makefile 1.5 +1 -2 ports/comms/p5-Fax-Hylafax-Client/Makefile 1.3 +1 -1 ports/comms/p5-SMS-Send-DeviceGsm/Makefile 1.3 +1 -2 ports/comms/p5-SMS-Send-TW-PChome/Makefile 1.2 +1 -2 ports/comms/p5-SMS-Send-TW-emome/Makefile 1.10 +1 -2 ports/converters/p5-Boulder/Makefile 1.8 +1 -2 ports/converters/p5-Convert-ASCII-Armour/Makefile 1.14 +1 -2 ports/converters/p5-Convert-ASN1/Makefile 1.5 +1 -2 ports/converters/p5-Convert-BER/Makefile 1.4 +1 -2 ports/converters/p5-Convert-Bencode/Makefile 1.4 +1 -2 ports/converters/p5-Convert-Bencode_XS/Makefile 1.3 +1 -2 ports/converters/p5-Convert-BinHex/Makefile 1.16 +1 -2 ports/converters/p5-Convert-Binary-C/Makefile 1.15 +1 -2 ports/converters/p5-Convert-Morse/Makefile 1.13 +1 -2 ports/converters/p5-Convert-PEM/Makefile 1.11 +1 -2 ports/converters/p5-Convert-Recode/Makefile 1.13 +1 -2 ports/converters/p5-Convert-TNEF/Makefile 1.31 +1 -2 ports/converters/p5-Convert-UU/Makefile 1.18 +1 -2 ports/converters/p5-Convert-UUlib/Makefile 1.3 +1 -1 ports/converters/p5-Cstools/Makefile 1.4 +1 -2 ports/converters/p5-Encode-JIS2K/Makefile 1.7 +1 -2 ports/converters/p5-Encode-compat/Makefile 1.18 +1 -2 ports/converters/p5-Encode/Makefile 1.15 +1 -2 ports/converters/p5-JSON-DWIW/Makefile 1.3 +1 -2 ports/converters/p5-MIME-Base32/Makefile 1.43 +1 -2 ports/converters/p5-MIME-Base64/Makefile 1.3 +1 -2 ports/converters/p5-Number-Nary/Makefile 1.3 +1 -2 ports/converters/p5-Number-RecordLocator/Makefile 1.8 +1 -2 ports/converters/p5-String-Multibyte/Makefile 1.15 +1 -2 ports/converters/p5-Text-Iconv/Makefile 1.3 +1 -2 ports/converters/p5-Text-Unidecode/Makefile 1.8 +1 -2 ports/converters/p5-Unicode-IMAPUtf7/Makefile 1.4 +1 -2 ports/converters/p5-Unicode-Lite/Makefile 1.5 +1 -2 ports/converters/p5-Unicode-Map/Makefile 1.7 +1 -2 ports/converters/p5-Unicode-Map8/Makefile 1.7 +1 -2 ports/converters/p5-Unicode-MapUTF8/Makefile 1.3 +1 -2 ports/converters/p5-Unicode-RecursiveDowngrade/Makefile 1.12 +1 -2 ports/converters/p5-Unicode-String/Makefile 1.3 +1 -2 ports/converters/p5-Unicode-UTF8simple/Makefile 1.6 +1 -2 ports/converters/p5-XML-WBXML/Makefile 1.40 +1 -1 ports/databases/db2/Makefile 1.9 +1 -2 ports/databases/p5-ApacheDBILogConfig/Makefile 1.10 +1 -2 ports/databases/p5-ApacheDBILogger/Makefile 1.5 +1 -2 ports/databases/p5-AsciiDB-TagFile/Makefile 1.6 +1 -2 ports/databases/p5-CDB_File-Generator/Makefile 1.7 +1 -2 ports/databases/p5-CDB_File/Makefile 1.2 +1 -2 ports/databases/p5-Cache-BDB/Makefile 1.5 +1 -2 ports/databases/p5-Cache-Memcached-Fast/Makefile 1.3 +1 -2 ports/databases/p5-Cache-Memcached-XS/Makefile 1.17 +1 -2 ports/databases/p5-Cache-Memcached/Makefile 1.7 +1 -2 ports/databases/p5-Class-DBI-AsForm/Makefile 1.3 +1 -2 ports/databases/p5-Class-DBI-AutoLoader/Makefile 1.4 +1 -2 ports/databases/p5-Class-DBI-DATA-Schema/Makefile 1.5 +1 -2 ports/databases/p5-Class-DBI-DDL/Makefile 1.2 +1 -2 ports/databases/p5-Class-DBI-LazyInflate/Makefile 1.5 +1 -1 ports/databases/p5-Class-DBI-Loader-Relationship/Makefile 1.12 +1 -2 ports/databases/p5-Class-DBI-Pg/Makefile 1.7 +1 -2 ports/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile 1.3 +1 -2 ports/databases/p5-Class-DBI-Plugin-Iterator/Makefile 1.4 +1 -2 ports/databases/p5-Class-DBI-Plugin-Pager/Makefile 1.7 +1 -2 ports/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile 1.4 +1 -2 ports/databases/p5-Class-DBI-Plugin-Senna/Makefile 1.4 +1 -2 ports/databases/p5-Class-DBI-Plugin-Type/Makefile 1.3 +1 -2 ports/databases/p5-Class-DBI-Plugin/Makefile 1.4 +1 -2 ports/databases/p5-Class-DBI-Untaint/Makefile 1.5 +1 -2 ports/databases/p5-Class-DBI-mysql/Makefile 1.27 +1 -2 ports/databases/p5-Class-DBI/Makefile 1.22 +1 -2 ports/databases/p5-DBD-CSV/Makefile 1.10 +1 -2 ports/databases/p5-DBD-Excel/Makefile 1.5 +1 -2 ports/databases/p5-DBD-Google/Makefile 1.16 +1 -2 ports/databases/p5-DBD-LDAP/Makefile 1.11 +1 -2 ports/databases/p5-DBD-Oracle/Makefile 1.3 +1 -2 ports/databases/p5-DBD-PgPP/Makefile 1.20 +1 -2 ports/databases/p5-DBD-SQLite2/Makefile 1.23 +1 -2 ports/databases/p5-DBD-Sybase/Makefile 1.11 +1 -2 ports/databases/p5-DBD-XBase/Makefile 1.69 +1 -2 ports/databases/p5-DBD-mysql/Makefile 1.9 +1 -2 ports/databases/p5-DBI-Shell/Makefile 1.2 +1 -2 ports/databases/p5-DBIx-Abstract/Makefile 1.9 +1 -2 ports/databases/p5-DBIx-AnyDBD/Makefile 1.7 +1 -2 ports/databases/p5-DBIx-Browse/Makefile 1.6 +1 -2 ports/databases/p5-DBIx-Class-DigestColumns/Makefile 1.15 +1 -2 ports/databases/p5-DBIx-Class-Loader/Makefile 1.5 +1 -2 ports/databases/p5-DBIx-Class-UUIDColumns/Makefile 1.5 +1 -2 ports/databases/p5-DBIx-Class-WebForm/Makefile 1.6 +1 -2 ports/databases/p5-DBIx-ContextualFetch/Makefile 1.7 +1 -2 ports/databases/p5-DBIx-DataSource/Makefile 1.9 +1 -2 ports/databases/p5-DBIx-Password/Makefile 1.16 +1 -2 ports/databases/p5-DBIx-Perlish/Makefile 1.9 +1 -2 ports/databases/p5-DBIx-Recordset/Makefile 1.10 +1 -2 ports/databases/p5-DBIx-SQLEngine/Makefile 1.50 +1 -2 ports/databases/p5-DBIx-SearchBuilder/Makefile 1.2 +1 -2 ports/databases/p5-DBIx-Sequence/Makefile 1.5 +1 -2 ports/databases/p5-DBIx-Table/Makefile 1.2 +1 -1 ports/databases/p5-DBIx-TableHash/Makefile 1.7 +1 -2 ports/databases/p5-DBIx-Tree/Makefile 1.14 +1 -2 ports/databases/p5-DBIx-XHTML_Table/Makefile 1.8 +1 -2 ports/databases/p5-DBIx-XML_RDB/Makefile 1.5 +1 -2 ports/databases/p5-DBM-Deep/Makefile 1.10 +1 -2 ports/databases/p5-DBZ_File/Makefile 1.2 +1 -2 ports/databases/p5-DMOZ-ParseRDF/Makefile 1.3 +1 -2 ports/databases/p5-DWH_File/Makefile 1.8 +1 -2 ports/databases/p5-Genezzo/Makefile 1.5 +1 -2 ports/databases/p5-GraphViz-DBI/Makefile 1.12 +1 -1 ports/databases/p5-Ima-DBI/Makefile 1.4 +1 -2 ports/databases/p5-Iterator-DBI/Makefile 1.8 +1 -2 ports/databases/p5-MLDBM-Sync/Makefile 1.21 +1 -2 ports/databases/p5-MLDBM/Makefile 1.6 +1 -2 ports/databases/p5-Metadata/Makefile 1.2 +1 -2 ports/databases/p5-Mysql-Diff/Makefile 1.46 +1 -2 ports/databases/p5-Mysql/Makefile 1.6 +1 -2 ports/databases/p5-Oryx/Makefile 1.11 +1 -2 ports/databases/p5-POE-Component-DBIAgent/Makefile 1.24 +1 -2 ports/databases/p5-POE-Component-EasyDBI/Makefile 1.5 +1 -2 ports/databases/p5-POE-Component-LaDBI/Makefile 1.10 +1 -2 ports/databases/p5-POE-Component-RRDTool/Makefile 1.12 +1 -2 ports/databases/p5-RRD-Simple/Makefile 1.3 +1 -2 ports/databases/p5-Relations-Query/Makefile 1.3 +1 -2 ports/databases/p5-Relations/Makefile 1.8 +1 -1 ports/databases/p5-ResourcePool-Resource-DBI/Makefile 1.7 +1 -2 ports/databases/p5-SQL-Abstract-Limit/Makefile 1.11 +1 -2 ports/databases/p5-SQL-Abstract/Makefile 1.3 +1 -2 ports/databases/p5-SQL-ReservedWords/Makefile 1.23 +1 -2 ports/databases/p5-SQL-Statement/Makefile 1.4 +1 -2 ports/databases/p5-Search-InvertedIndex/Makefile 1.22 +1 -2 ports/databases/p5-Search-Namazu/Makefile 1.8 +1 -2 ports/databases/p5-T2/Makefile 1.9 +1 -2 ports/databases/p5-Tangram/Makefile 1.3 +1 -2 ports/databases/p5-Template-DBI/Makefile 1.4 +1 -2 ports/databases/p5-Test-DatabaseRow/Makefile 1.6 +1 -2 ports/databases/p5-Text-Query-SQL/Makefile 1.10 +1 -2 ports/databases/p5-Tie-DBI/Makefile 1.7 +1 -2 ports/databases/p5-Time-Piece-MySQL/Makefile 1.8 +1 -2 ports/databases/p5-hp200lx-db/Makefile 1.2 +1 -1 ports/databases/pgtop/Makefile 1.8 +1 -2 ports/deskutils/p5-Data-ICal/Makefile 1.4 +1 -2 ports/deskutils/p5-Goo/Makefile 1.5 +1 -1 ports/devel/activitymail/Makefile 1.21 +1 -1 ports/devel/autodia/Makefile 1.4 +2 -2 ports/devel/cpan-upload/Makefile 1.9 +1 -2 ports/devel/p5-AI-Pathfinding-AStar/Makefile 1.29 +1 -2 ports/devel/p5-Acme-MetaSyntactic/Makefile 1.8 +1 -2 ports/devel/p5-Agent/Makefile 1.5 +1 -2 ports/devel/p5-Algorithm-Accounting/Makefile 1.3 +1 -2 ports/devel/p5-Algorithm-Annotate/Makefile 1.5 +1 -2 ports/devel/p5-Algorithm-Bucketizer/Makefile 1.11 +1 -2 ports/devel/p5-Algorithm-C3/Makefile 1.4 +1 -2 ports/devel/p5-Algorithm-ChooseSubsets/Makefile 1.4 +1 -2 ports/devel/p5-Algorithm-Dependency-Objects/Makefile 1.6 +1 -2 ports/devel/p5-Algorithm-Dependency/Makefile 1.9 +1 -2 ports/devel/p5-Algorithm-Diff/Makefile 1.2 +1 -2 ports/devel/p5-Algorithm-IncludeExclude/Makefile 1.3 +1 -2 ports/devel/p5-Algorithm-Interval2Prefix/Makefile 1.3 +1 -1 ports/devel/p5-Algorithm-LCS/Makefile 1.3 +1 -2 ports/devel/p5-Algorithm-LUHN/Makefile 1.7 +1 -2 ports/devel/p5-Algorithm-MDiff/Makefile 1.4 +1 -2 ports/devel/p5-Algorithm-MinMax/Makefile 1.5 +1 -2 ports/devel/p5-Algorithm-NaiveBayes/Makefile 1.6 +1 -2 ports/devel/p5-Algorithm-Networksort/Makefile 1.2 +1 -2 ports/devel/p5-Algorithm-Numerical-Shuffle/Makefile 1.8 +1 -2 ports/devel/p5-Algorithm-Permute/Makefile 1.7 +1 -2 ports/devel/p5-Alias/Makefile 1.7 +1 -2 ports/devel/p5-App-CLI/Makefile 1.4 +1 -2 ports/devel/p5-App-Cache/Makefile 1.2 +1 -2 ports/devel/p5-App-Control/Makefile 1.6 +1 -2 ports/devel/p5-App-Options/Makefile 1.3 +1 -2 ports/devel/p5-App-Trace/Makefile 1.5 +1 -2 ports/devel/p5-AppConfig-Std/Makefile 1.2 +1 -2 ports/devel/p5-Array-Group/Makefile 1.4 +1 -2 ports/devel/p5-Array-Iterator/Makefile 1.6 +1 -1 ports/devel/p5-Array-Window/Makefile 1.5 +1 -2 ports/devel/p5-AtExit/Makefile 1.8 +1 -2 ports/devel/p5-Attribute-Handlers/Makefile 1.4 +1 -2 ports/devel/p5-AutoLoader/Makefile 1.5 +1 -2 ports/devel/p5-B-Generate/Makefile 1.7 +1 -2 ports/devel/p5-B-Graph/Makefile 1.8 +1 -2 ports/devel/p5-B-Size/Makefile 1.3 +1 -2 ports/devel/p5-B-Utils/Makefile 1.3 +1 -1 ports/devel/p5-BFD/Makefile 1.34 +1 -2 ports/devel/p5-BSD-Resource/Makefile 1.6 +1 -2 ports/devel/p5-BSD-stat/Makefile 1.2 +1 -1 ports/devel/p5-Best/Makefile 1.3 +1 -2 ports/devel/p5-Bundle-Perl6/Makefile 1.24 +1 -2 ports/devel/p5-C-Scan/Makefile 1.5 +1 -2 ports/devel/p5-CPAN-DistnameInfo/Makefile 1.15 +1 -2 ports/devel/p5-CPAN-Mini/Makefile 1.11 +1 -2 ports/devel/p5-CPANPLUS/Makefile 1.14 +1 -2 ports/devel/p5-Cache-Cache/Makefile 1.14 +1 -2 ports/devel/p5-Cache-FastMmap/Makefile 1.10 +1 -2 ports/devel/p5-Cache-Mmap/Makefile 1.8 +1 -2 ports/devel/p5-Cache-Simple-TimedExpiry/Makefile 1.5 +1 -2 ports/devel/p5-Cache/Makefile 1.7 +1 -2 ports/devel/p5-Calendar-Simple/Makefile 1.4 +1 -2 ports/devel/p5-Carp-Assert-More/Makefile 1.10 +1 -2 ports/devel/p5-Carp-Assert/Makefile 1.5 +1 -2 ports/devel/p5-Carp-Datum/Makefile 1.2 +1 -2 ports/devel/p5-Class-Accessor-Lvalue/Makefile 1.5 +1 -2 ports/devel/p5-Class-Accessor-Named/Makefile 1.13 +1 -2 ports/devel/p5-Class-Accessor/Makefile 1.4 +1 -2 ports/devel/p5-Class-ArrayObjects/Makefile 1.5 +1 -2 ports/devel/p5-Class-AutoClass/Makefile 1.23 +1 -2 ports/devel/p5-Class-Autouse/Makefile 1.4 +1 -2 ports/devel/p5-Class-Base/Makefile 1.5 +1 -2 ports/devel/p5-Class-BlackHole/Makefile 1.5 +1 -2 ports/devel/p5-Class-C3-XS/Makefile 1.15 +1 -2 ports/devel/p5-Class-C3/Makefile 1.3 +1 -2 ports/devel/p5-Class-Closure/Makefile 1.5 +1 -2 ports/devel/p5-Class-CodeStyler/Makefile 1.3 +1 -2 ports/devel/p5-Class-Constant/Makefile 1.11 +1 -2 ports/devel/p5-Class-Container/Makefile 1.7 +1 -2 ports/devel/p5-Class-Contract/Makefile 1.9 +1 -2 ports/devel/p5-Class-Data-Inheritable/Makefile 1.18 +1 -2 ports/devel/p5-Class-Date/Makefile 1.11 +1 -2 ports/devel/p5-Class-Default/Makefile 1.6 +1 -1 ports/devel/p5-Class-Delegation/Makefile 1.2 +1 -2 ports/devel/p5-Class-ErrorHandler/Makefile 1.6 +1 -2 ports/devel/p5-Class-Factory-Util/Makefile 1.7 +1 -2 ports/devel/p5-Class-Factory/Makefile 1.8 +1 -2 ports/devel/p5-Class-Fields/Makefile 1.11 +1 -2 ports/devel/p5-Class-Generate/Makefile 1.5 +1 -2 ports/devel/p5-Class-Handle/Makefile 1.5 +1 -2 ports/devel/p5-Class-ISA/Makefile 1.4 +1 -2 ports/devel/p5-Class-Inner/Makefile 1.2 +1 -2 ports/devel/p5-Class-Interfaces/Makefile 1.6 +1 -2 ports/devel/p5-Class-Loader/Makefile 1.7 +1 -2 ports/devel/p5-Class-MakeMethods/Makefile 1.2 +1 -2 ports/devel/p5-Class-MethodMapper/Makefile 1.2 +1 -2 ports/devel/p5-Class-MixinFactory/Makefile 1.5 +1 -2 ports/devel/p5-Class-Multimethods-Pure/Makefile 1.2 +1 -2 ports/devel/p5-Class-Multimethods/Makefile 1.4 +1 -2 ports/devel/p5-Class-NamedParms/Makefile 1.2 +1 -2 ports/devel/p5-Class-OOorNO/Makefile 1.3 +1 -2 ports/devel/p5-Class-Observable/Makefile 1.5 +1 -2 ports/devel/p5-Class-ParmList/Makefile 1.3 +1 -2 ports/devel/p5-Class-Prototyped/Makefile 1.6 +1 -2 ports/devel/p5-Class-ReturnValue/Makefile 1.3 +1 -2 ports/devel/p5-Class-Roles/Makefile 1.4 +1 -2 ports/devel/p5-Class-STL-Containers/Makefile 1.5 +1 -2 ports/devel/p5-Class-Spiffy/Makefile 1.4 +1 -2 ports/devel/p5-Class-StateMachine/Makefile 1.2 +1 -2 ports/devel/p5-Class-StrongSingleton/Makefile 1.11 +1 -2 ports/devel/p5-Class-Tangram/Makefile 1.3 +1 -2 ports/devel/p5-Class-Throwable/Makefile 1.10 +1 -2 ports/devel/p5-Class-Tom/Makefile 1.8 +1 -2 ports/devel/p5-Class-Trigger/Makefile 1.4 +1 -2 ports/devel/p5-Class-Virtual/Makefile 1.5 +1 -2 ports/devel/p5-Class-WhiteHole/Makefile 1.2 +1 -2 ports/devel/p5-Class-Workflow/Makefile 1.4 +1 -2 ports/devel/p5-Class-XPath/Makefile 1.3 +1 -2 ports/devel/p5-Clone-More/Makefile 1.2 +1 -2 ports/devel/p5-Clone-PP/Makefile 1.11 +1 -2 ports/devel/p5-Clone/Makefile 1.3 +1 -1 ports/devel/p5-Code-Perl/Makefile 1.3 +1 -2 ports/devel/p5-Commands-Guarded/Makefile 1.3 +1 -1 ports/devel/p5-CommitBit/Makefile 1.4 +1 -2 ports/devel/p5-Config-ApacheFormat/Makefile 1.6 +1 -2 ports/devel/p5-Config-Fast/Makefile 1.4 +1 -2 ports/devel/p5-Config-INI-Simple/Makefile 1.26 +1 -1 ports/devel/p5-Config-IniFiles/Makefile 1.6 +1 -2 ports/devel/p5-Config-Objective/Makefile 1.4 +1 -2 ports/devel/p5-Config-Properties/Makefile 1.5 +1 -2 ports/devel/p5-Config-Record/Makefile 1.7 +1 -2 ports/devel/p5-Config-Simple/Makefile 1.16 +1 -2 ports/devel/p5-Config-Tiny/Makefile 1.8 +1 -1 ports/devel/p5-ConfigReader-Simple/Makefile 1.16 +1 -2 ports/devel/p5-ConfigReader/Makefile 1.5 +1 -1 ports/devel/p5-Contextual-Return/Makefile 1.3 +1 -2 ports/devel/p5-Curses-Application/Makefile 1.3 +1 -2 ports/devel/p5-Curses-Forms/Makefile 1.9 +1 -2 ports/devel/p5-Curses-UI/Makefile 1.7 +1 -2 ports/devel/p5-Curses-Widgets/Makefile 1.2 +2 -2 ports/devel/p5-Cvs/Makefile 1.6 +1 -2 ports/devel/p5-DB_File-Lock/Makefile 1.9 +1 -2 ports/devel/p5-Danga-Socket/Makefile 1.3 +1 -2 ports/devel/p5-Data-ACL/Makefile 1.4 +1 -2 ports/devel/p5-Data-Bind/Makefile 1.13 +1 -2 ports/devel/p5-Data-Compare/Makefile 1.8 +1 -2 ports/devel/p5-Data-DumpXML/Makefile 1.6 +1 -2 ports/devel/p5-Data-Dumper-Simple/Makefile 1.19 +1 -2 ports/devel/p5-Data-Flow/Makefile 1.3 +1 -2 ports/devel/p5-Data-GUID/Makefile 1.5 +1 -2 ports/devel/p5-Data-HexDump/Makefile 1.11 +1 -2 ports/devel/p5-Data-Hierarchy/Makefile 1.3 +1 -2 ports/devel/p5-Data-Lazy/Makefile 1.6 +1 -2 ports/devel/p5-Data-OptList/Makefile 1.3 +1 -2 ports/devel/p5-Data-Postponed/Makefile 1.4 +1 -2 ports/devel/p5-Data-Properties/Makefile 1.3 +1 -2 ports/devel/p5-Data-Random/Makefile 1.3 +1 -2 ports/devel/p5-Data-RoundRobin/Makefile 1.17 +1 -2 ports/devel/p5-Data-Serializer/Makefile 1.20 +1 -2 ports/devel/p5-Data-ShowTable/Makefile 1.5 +1 -2 ports/devel/p5-Data-Stag/Makefile 1.5 +1 -2 ports/devel/p5-Data-Structure-Util/Makefile 1.6 +1 -2 ports/devel/p5-Data-Table/Makefile 1.4 +1 -2 ports/devel/p5-Data-Taxonomy-Tags/Makefile 1.10 +1 -2 ports/devel/p5-Data-TemporaryBag/Makefile 1.11 +1 -2 ports/devel/p5-Data-TreeDumper/Makefile 1.4 +1 -2 ports/devel/p5-Data-Types/Makefile 1.10 +1 -2 ports/devel/p5-Data-UUID/Makefile 1.2 +1 -2 ports/devel/p5-Data-Validate/Makefile 1.13 +1 -1 ports/devel/p5-Date-Calc/Makefile 1.7 +1 -2 ports/devel/p5-Date-DayOfWeek/Makefile 1.4 +1 -2 ports/devel/p5-Date-Easter/Makefile 1.3 +1 -2 ports/devel/p5-Date-EzDate/Makefile 1.4 +1 -2 ports/devel/p5-Date-Holidays-DK/Makefile 1.6 +1 -2 ports/devel/p5-Date-ISO/Makefile 1.26 +1 -2 ports/devel/p5-Date-Manip/Makefile 1.7 +1 -2 ports/devel/p5-Date-Pcalc/Makefile 1.2 +1 -2 ports/devel/p5-Date-Range/Makefile 1.7 +1 -2 ports/devel/p5-Date-Roman/Makefile 1.4 +1 -2 ports/devel/p5-Date-Set/Makefile 1.6 +1 -2 ports/devel/p5-Date-Simple/Makefile 1.8 +1 -2 ports/devel/p5-DateConvert/Makefile 1.6 +1 -2 ports/devel/p5-DateTime-Calendar-Discordian/Makefile 1.16 +1 -2 ports/devel/p5-DateTime-Event-Recurrence/Makefile 1.22 +1 -2 ports/devel/p5-DateTime-Set/Makefile 1.2 +1 -2 ports/devel/p5-DateTime-Util-Astro/Makefile 1.2 +1 -2 ports/devel/p5-DateTime-Util-Calc/Makefile 1.3 +1 -2 ports/devel/p5-Decision-ACL/Makefile 1.9 +1 -2 ports/devel/p5-Devel-Arena/Makefile 1.7 +1 -2 ports/devel/p5-Devel-Constants/Makefile 1.2 +1 -2 ports/devel/p5-Devel-CoreStack/Makefile 1.8 +1 -2 ports/devel/p5-Devel-Cycle/Makefile 1.7 +1 -2 ports/devel/p5-Devel-DProfPP/Makefile 1.2 +1 -2 ports/devel/p5-Devel-Diagram/Makefile 1.3 +1 -2 ports/devel/p5-Devel-Leak-Object/Makefile 1.4 +1 -2 ports/devel/p5-Devel-Leak/Makefile 1.6 +1 -2 ports/devel/p5-Devel-LeakTrace/Makefile 1.3 +1 -2 ports/devel/p5-Devel-LexAlias/Makefile 1.2 +1 -2 ports/devel/p5-Devel-Messenger/Makefile 1.9 +1 -2 ports/devel/p5-Devel-Modlist/Makefile 1.4 +1 -2 ports/devel/p5-Devel-ObjectTracker/Makefile 1.20 +1 -2 ports/devel/p5-Devel-PPPort/Makefile 1.4 +1 -2 ports/devel/p5-Devel-Pointer/Makefile 1.6 +1 -2 ports/devel/p5-Devel-Profiler/Makefile 1.3 +1 -2 ports/devel/p5-Devel-Required/Makefile 1.2 +1 -2 ports/devel/p5-Devel-RingBuffer/Makefile 1.2 +1 -2 ports/devel/p5-Devel-STrace/Makefile 1.6 +1 -2 ports/devel/p5-Devel-SmallProf/Makefile 1.24 +1 -2 ports/devel/p5-Devel-StackTrace/Makefile 1.3 +1 -2 ports/devel/p5-Devel-StealthDebug/Makefile 1.2 +1 -2 ports/devel/p5-Devel-Timer/Makefile 1.3 +1 -2 ports/devel/p5-Devel-TraceCalls/Makefile 1.3 +1 -2 ports/devel/p5-Devel-TraceUse/Makefile 1.7 +1 -2 ports/devel/p5-Devel-ptkdb/Makefile 1.10 +1 -2 ports/devel/p5-Dialog/Makefile 1.2 +1 -2 ports/devel/p5-Digest-TransformPath/Makefile 1.7 +1 -2 ports/devel/p5-Dir-Project/Makefile 1.3 +1 -2 ports/devel/p5-Directory-Scratch/Makefile 1.6 +1 -2 ports/devel/p5-Env-PS1/Makefile 1.3 +1 -2 ports/devel/p5-Env-Path/Makefile 1.16 +1 -2 ports/devel/p5-Errno/Makefile 1.3 +1 -2 ports/devel/p5-Event-ExecFlow/Makefile 1.11 +1 -2 ports/devel/p5-Event-Lib/Makefile 1.2 +1 -2 ports/devel/p5-Event-RPC/Makefile 1.14 +1 -2 ports/devel/p5-Event/Makefile 1.27 +1 -2 ports/devel/p5-Exception-Class/Makefile 1.2 +1 -2 ports/devel/p5-Exception-Handler/Makefile 1.4 +1 -2 ports/devel/p5-Expect-Simple/Makefile 1.3 +1 -2 ports/devel/p5-Exporter-Tidy/Makefile 1.4 +1 -2 ports/devel/p5-ExtUtils-AutoInstall/Makefile 1.4 +1 -2 ports/devel/p5-ExtUtils-Command/Makefile 1.3 +1 -2 ports/devel/p5-ExtUtils-Constant/Makefile 1.10 +1 -2 ports/devel/p5-ExtUtils-Depends/Makefile 1.3 +1 -2 ports/devel/p5-ExtUtils-MakeMaker-Coverage/Makefile 1.13 +1 -2 ports/devel/p5-ExtUtils-PkgConfig/Makefile 1.6 +1 -2 ports/devel/p5-ExtUtils-XSBuilder/Makefile 1.7 +1 -1 ports/devel/p5-FSA-Rules/Makefile 1.7 +1 -2 ports/devel/p5-File-Append-TempFile/Makefile 1.3 +1 -2 ports/devel/p5-File-Attributes-Recursive/Makefile 1.3 +1 -2 ports/devel/p5-File-Attributes/Makefile 1.6 +1 -2 ports/devel/p5-File-BaseDir/Makefile 1.21 +1 -2 ports/devel/p5-File-BasicFlock/Makefile 1.9 +1 -2 ports/devel/p5-File-Cache/Makefile 1.2 +1 -2 ports/devel/p5-File-Cat/Makefile 1.4 +1 -2 ports/devel/p5-File-CreationTime/Makefile 1.6 +1 -2 ports/devel/p5-File-DesktopEntry/Makefile 1.7 +1 -2 ports/devel/p5-File-FTS/Makefile 1.2 +1 -2 ports/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile 1.9 +1 -2 ports/devel/p5-File-Find-Rule/Makefile 1.9 +1 -2 ports/devel/p5-File-Flat/Makefile 1.4 +1 -2 ports/devel/p5-File-Flock/Makefile 1.2 +1 -2 ports/devel/p5-File-FnMatch/Makefile 1.4 +1 -2 ports/devel/p5-File-Grep/Makefile 1.17 +1 -2 ports/devel/p5-File-HomeDir/Makefile 1.20 +1 -2 ports/devel/p5-File-Lock/Makefile 1.4 +1 -2 ports/devel/p5-File-MMagic-XS/Makefile 1.23 +1 -2 ports/devel/p5-File-MMagic/Makefile 1.6 +1 -2 ports/devel/p5-File-Modified/Makefile 1.2 +1 -2 ports/devel/p5-File-Monitor/Makefile 1.3 +1 -1 ports/devel/p5-File-NCopy/Makefile 1.6 +1 -2 ports/devel/p5-File-NFSLock/Makefile 1.4 +1 -2 ports/devel/p5-File-Path-Expand/Makefile 1.2 +1 -2 ports/devel/p5-File-PathConvert/Makefile 1.2 +1 -2 ports/devel/p5-File-Pid/Makefile 1.4 +1 -2 ports/devel/p5-File-Random/Makefile 1.11 +1 -2 ports/devel/p5-File-ReadBackwards/Makefile 1.6 +1 -2 ports/devel/p5-File-ShareDir/Makefile 1.2 +1 -2 ports/devel/p5-File-Slurp-Tree/Makefile 1.14 +1 -2 ports/devel/p5-File-Sync/Makefile 1.12 +1 -2 ports/devel/p5-File-Tail/Makefile 1.24 +1 -2 ports/devel/p5-File-Temp/Makefile 1.3 +1 -2 ports/devel/p5-File-Tempdir/Makefile 1.8 +1 -2 ports/devel/p5-File-Type/Makefile 1.2 +1 -2 ports/devel/p5-File-chdir/Makefile 1.2 +1 -2 ports/devel/p5-File-chmod/Makefile 1.8 +1 -2 ports/devel/p5-File-pushd/Makefile 1.3 +1 -2 ports/devel/p5-FileHandle-Fmode/Makefile 1.8 +1 -2 ports/devel/p5-FileHandle-Unget/Makefile 1.2 +1 -2 ports/devel/p5-Filter-Template/Makefile 1.23 +1 -2 ports/devel/p5-Filter/Makefile 1.16 +1 -2 ports/devel/p5-FreezeThaw/Makefile 1.2 +1 -1 ports/devel/p5-Gearman-Client-Async/Makefile 1.2 +1 -1 ports/devel/p5-Gearman-Server/Makefile 1.3 +1 -1 ports/devel/p5-Gearman/Makefile 1.7 +1 -2 ports/devel/p5-Getopt-ArgvFile/Makefile 1.5 +1 -2 ports/devel/p5-Getopt-Declare/Makefile 1.12 +1 -2 ports/devel/p5-Getopt-Long/Makefile 1.5 +1 -2 ports/devel/p5-Getopt-Mixed/Makefile 1.5 +1 -2 ports/devel/p5-Getopt-Popt/Makefile 1.2 +1 -2 ports/devel/p5-Hash-WithDefaults/Makefile 1.6 +1 -2 ports/devel/p5-Heap-Simple-Perl/Makefile 1.6 +1 -2 ports/devel/p5-Heap-Simple-XS/Makefile 1.7 +1 -2 ports/devel/p5-Heap-Simple/Makefile 1.7 +1 -2 ports/devel/p5-Heap/Makefile 1.3 +1 -2 ports/devel/p5-Hook-LexWrap/Makefile 1.12 +1 -2 ports/devel/p5-IO-All/Makefile 1.4 +1 -2 ports/devel/p5-IO-Capture/Makefile 1.4 +1 -2 ports/devel/p5-IO-Digest/Makefile 1.9 +1 -2 ports/devel/p5-IO-KQueue/Makefile 1.2 +1 -2 ports/devel/p5-IO-LockedFile/Makefile 1.10 +1 -2 ports/devel/p5-IO-Multiplex/Makefile 1.3 +1 -2 ports/devel/p5-IO-NestedCapture/Makefile 1.2 +1 -2 ports/devel/p5-IO-Null/Makefile 1.5 +1 -2 ports/devel/p5-IO-Pager/Makefile 1.4 +1 -2 ports/devel/p5-IO-Prompt/Makefile 1.13 +1 -2 ports/devel/p5-IO-String/Makefile 1.5 +1 -2 ports/devel/p5-IO-Tee/Makefile 1.3 +1 -2 ports/devel/p5-IO-Toolkit/Makefile 1.18 +1 -2 ports/devel/p5-IO-Tty/Makefile 1.7 +1 -2 ports/devel/p5-IO-Util/Makefile 1.5 +1 -2 ports/devel/p5-IO-YAML/Makefile 1.26 +1 -2 ports/devel/p5-IO-stringy/Makefile 1.8 +1 -2 ports/devel/p5-IO/Makefile 1.2 +1 -1 ports/devel/p5-IOC/Makefile 1.7 +1 -2 ports/devel/p5-IPC-Cache/Makefile 1.5 +1 -2 ports/devel/p5-IPC-Cmd/Makefile 1.7 +1 -2 ports/devel/p5-IPC-DirQueue/Makefile 1.20 +1 -2 ports/devel/p5-IPC-Locker/Makefile 1.3 +1 -2 ports/devel/p5-IPC-MM/Makefile 1.3 +1 -2 ports/devel/p5-IPC-Mmap-Share/Makefile 1.3 +1 -2 ports/devel/p5-IPC-Open3-Simple/Makefile 1.6 +1 -2 ports/devel/p5-IPC-PubSub/Makefile 1.10 +1 -2 ports/devel/p5-IPC-Run/Makefile 1.7 +1 -2 ports/devel/p5-IPC-SharedCache/Makefile 1.2 +1 -2 ports/devel/p5-IPC-Signal/Makefile 1.24 +1 -2 ports/devel/p5-Include/Makefile 1.5 +1 -2 ports/devel/p5-Inline-ASM/Makefile 1.5 +1 -2 ports/devel/p5-Inline-CPP/Makefile 1.3 +1 -2 ports/devel/p5-Inline-Files/Makefile 1.5 +1 -2 ports/devel/p5-Inline-Filters/Makefile 1.12 +1 -2 ports/devel/p5-Inline-Java/Makefile 1.5 +1 -2 ports/devel/p5-Inline-Tcl/Makefile 1.5 +1 -2 ports/devel/p5-Inline/Makefile 1.17 +1 -2 ports/devel/p5-Ioctl/Makefile 1.4 +1 -2 ports/devel/p5-Iterator-IO/Makefile 1.3 +1 -2 ports/devel/p5-Iterator-Misc/Makefile 1.4 +1 -2 ports/devel/p5-Iterator-Util/Makefile 1.4 +1 -2 ports/devel/p5-Iterator/Makefile 1.4 +1 -2 ports/devel/p5-Java/Makefile 1.2 +1 -2 ports/devel/p5-Lexical-Alias/Makefile 1.4 +1 -2 ports/devel/p5-Lexical-Persistence/Makefile 1.3 +1 -2 ports/devel/p5-List-Cycle/Makefile 1.2 +1 -2 ports/devel/p5-List-Group/Makefile 1.4 +1 -2 ports/devel/p5-Locale-Maketext-Fuzzy/Makefile 1.12 +1 -2 ports/devel/p5-Locale-Maketext-Simple/Makefile 1.9 +1 -2 ports/devel/p5-Locale-PGetText/Makefile 1.19 +1 -2 ports/devel/p5-Locale-gettext/Makefile 1.9 +1 -2 ports/devel/p5-Locale-libintl/Makefile 1.8 +1 -2 ports/devel/p5-LockFile-Simple/Makefile 1.6 +1 -2 ports/devel/p5-Log-Accounting-SVK/Makefile 1.4 +1 -2 ports/devel/p5-Log-Accounting-SVN/Makefile 1.6 +1 -1 ports/devel/p5-Log-Agent-Logger/Makefile 1.10 +1 -2 ports/devel/p5-Log-Agent/Makefile 1.7 +1 -2 ports/devel/p5-Log-Dispatch-FileRotate/Makefile 1.2 +1 -2 ports/devel/p5-Log-Dispatch-FileShared/Makefile 1.4 +1 -2 ports/devel/p5-Log-Dispatch-Perl/Makefile 1.4 +1 -2 ports/devel/p5-Log-Message-Simple/Makefile 1.4 +1 -2 ports/devel/p5-Log-Message/Makefile 1.7 +1 -2 ports/devel/p5-Log-Report/Makefile 1.2 +1 -2 ports/devel/p5-Log-Simple/Makefile 1.9 +1 -2 ports/devel/p5-Log-TraceMessages/Makefile 1.5 +1 -1 ports/devel/p5-Luka/Makefile 1.8 +1 -2 ports/devel/p5-Mac-FileSpec-Unixish/Makefile 1.6 +1 -2 ports/devel/p5-Make-Cache/Makefile 1.8 +1 -2 ports/devel/p5-Make/Makefile 1.2 +1 -2 ports/devel/p5-Memoize-ExpireLRU/Makefile 1.6 +1 -2 ports/devel/p5-Memoize/Makefile 1.4 +1 -1 ports/devel/p5-Mknod/Makefile 1.10 +1 -2 ports/devel/p5-Module-Compile/Makefile 1.4 +1 -2 ports/devel/p5-Module-Dependency/Makefile 1.10 +1 -2 ports/devel/p5-Module-Info/Makefile 1.9 +1 -2 ports/devel/p5-Module-Pluggable-Fast/Makefile 1.16 +1 -2 ports/devel/p5-Module-Release/Makefile 1.2 +1 -2 ports/devel/p5-Module-Reload-Sel/Makefile 1.2 +1 -2 ports/devel/p5-Module-Reload/Makefile 1.4 +1 -2 ports/devel/p5-Module-Starter-PBP/Makefile 1.3 +1 -2 ports/devel/p5-Module-Versions-Report/Makefile 1.2 +1 -1 ports/devel/p5-Moose-Policy/Makefile 1.2 +1 -2 ports/devel/p5-MooseX-IOC/Makefile 1.2 +1 -2 ports/devel/p5-MooseX-Policy-SemiAffordanceAccessor/Makefile 1.17 +1 -2 ports/devel/p5-Net-DBus/Makefile 1.4 +1 -2 ports/devel/p5-Number-Bytes-Human/Makefile 1.13 +1 -2 ports/devel/p5-OLE-Storage_Lite/Makefile 1.10 +1 -1 ports/devel/p5-OOTools/Makefile 1.8 +1 -2 ports/devel/p5-ORBit/Makefile 1.6 +1 -2 ports/devel/p5-Object-Accessor/Makefile 1.2 +1 -2 ports/devel/p5-Object-Array/Makefile 1.5 +1 -2 ports/devel/p5-Object-Declare/Makefile 1.4 +1 -2 ports/devel/p5-Object-Enum/Makefile 1.6 +1 -2 ports/devel/p5-Object-MultiType/Makefile 1.7 +1 -2 ports/devel/p5-Object-Signature/Makefile 1.3 +1 -2 ports/devel/p5-P4-Client/Makefile 1.3 +1 -2 ports/devel/p5-P4/Makefile 1.24 +1 -2 ports/devel/p5-PAR-Dist/Makefile 1.7 +1 -2 ports/devel/p5-PAR-Packer/Makefile 1.37 +1 -2 ports/devel/p5-PAR/Makefile 1.6 +1 -2 ports/devel/p5-POE-API-Hooks/Makefile 1.11 +1 -2 ports/devel/p5-POE-API-Peek/Makefile 1.5 +1 -2 ports/devel/p5-POE-Component-Child/Makefile 1.7 +1 -2 ports/devel/p5-POE-Component-Daemon/Makefile 1.5 +1 -2 ports/devel/p5-POE-Component-DebugShell/Makefile 1.5 +1 -2 ports/devel/p5-POE-Component-DirWatch/Makefile 1.10 +1 -2 ports/devel/p5-POE-Component-IKC/Makefile 1.6 +1 -2 ports/devel/p5-POE-Component-JobQueue/Makefile 1.4 +1 -2 ports/devel/p5-POE-Component-Logger/Makefile 1.5 +1 -2 ports/devel/p5-POE-Component-RSS/Makefile 1.5 +1 -2 ports/devel/p5-POE-Component-RSSAggregator/Makefile 1.2 +1 -2 ports/devel/p5-POE-Component-Server-XMLRPC/Makefile 1.3 +1 -2 ports/devel/p5-POE-Component-TSTP/Makefile 1.5 +1 -2 ports/devel/p5-POE-Devel-Profiler/Makefile 1.5 +1 -2 ports/devel/p5-POE-Exceptions/Makefile 1.2 +1 -2 ports/devel/p5-POE-Session-MultiDispatch/Makefile 1.5 +1 -2 ports/devel/p5-POE-Stage/Makefile 1.48 +1 -2 ports/devel/p5-POE/Makefile 1.4 +1 -2 ports/devel/p5-POSIX-strptime/Makefile 1.12 +1 -1 ports/devel/p5-PPerl/Makefile 1.20 +1 -2 ports/devel/p5-PV/Makefile 1.2 +1 -2 ports/devel/p5-Package-Constants/Makefile 1.10 +1 -1 ports/devel/p5-PadWalker/Makefile 1.7 +1 -2 ports/devel/p5-Parallel-ForkManager/Makefile 1.6 +1 -2 ports/devel/p5-Params-CallbackRequest/Makefile 1.2 +1 -2 ports/devel/p5-Params-Coerce/Makefile 1.33 +1 -2 ports/devel/p5-Params-Validate/Makefile 1.5 +1 -2 ports/devel/p5-Parse-PerlConfig/Makefile 1.18 +1 -1 ports/devel/p5-Parse-RecDescent/Makefile 1.5 +1 -2 ports/devel/p5-Parse-Yapp/Makefile 1.4 +1 -2 ports/devel/p5-ParseLex/Makefile 1.5 +1 -1 ports/devel/p5-PatchReader/Makefile 1.13 +2 -2 ports/devel/p5-Path-Class/Makefile 1.15 +1 -2 ports/devel/p5-Penguin-Easy/Makefile 1.12 +1 -2 ports/devel/p5-Penguin/Makefile 1.2 +1 -2 ports/devel/p5-Perl6-Builtins/Makefile 1.2 +1 -2 ports/devel/p5-Perl6-Export-Attrs/Makefile 1.4 +1 -2 ports/devel/p5-Perl6-Export/Makefile 1.4 +1 -2 ports/devel/p5-Perl6-Form/Makefile 1.2 +1 -2 ports/devel/p5-Perl6-Rules/Makefile 1.6 +1 -2 ports/devel/p5-PerlIO-eol/Makefile 1.3 +1 -2 ports/devel/p5-PerlIO-via-MD5/Makefile 1.7 +1 -2 ports/devel/p5-PerlIO-via-dynamic/Makefile 1.9 +1 -2 ports/devel/p5-PerlIO-via-symlink/Makefile 1.8 +1 -1 ports/devel/p5-PerlMenu/Makefile 1.3 +1 -1 ports/devel/p5-Pipeline/Makefile 1.2 +1 -2 ports/devel/p5-Pod-Tests/Makefile 1.10 +1 -2 ports/devel/p5-Proc-Background/Makefile 1.9 +1 -2 ports/devel/p5-Proc-Daemon/Makefile 1.7 +1 -2 ports/devel/p5-Proc-Fork/Makefile 1.4 +1 -2 ports/devel/p5-Proc-PID-File/Makefile 1.5 +1 -2 ports/devel/p5-Proc-PIDFile/Makefile 1.18 +1 -2 ports/devel/p5-Proc-ProcessTable/Makefile 1.11 +1 -2 ports/devel/p5-Proc-Queue/Makefile 1.6 +1 -2 ports/devel/p5-Proc-Reliable/Makefile 1.7 +1 -2 ports/devel/p5-Project-Gantt/Makefile 1.10 +1 -2 ports/devel/p5-RRDTool-OO/Makefile 1.5 +1 -2 ports/devel/p5-Rcs/Makefile 1.25 +1 -2 ports/devel/p5-ReadLine-Gnu/Makefile 1.16 +1 -2 ports/devel/p5-ReadLine-Perl/Makefile 1.4 +1 -2 ports/devel/p5-Readonly/Makefile 1.15 +1 -2 ports/devel/p5-Regexp-Assemble/Makefile 1.4 +1 -2 ports/devel/p5-Regexp-Bind/Makefile 1.2 +1 -2 ports/devel/p5-Regexp-Shellish/Makefile 1.18 +1 -2 ports/devel/p5-Religion/Makefile 1.14 +1 -1 ports/devel/p5-ResourcePool/Makefile 1.19 +1 -2 ports/devel/p5-Resources/Makefile 1.5 +1 -1 ports/devel/p5-Return-Value/Makefile 1.6 +1 -2 ports/devel/p5-Rose-DateTime/Makefile 1.8 +1 -2 ports/devel/p5-Rose-Object/Makefile 1.2 +1 -1 ports/devel/p5-RunApp/Makefile 1.3 +1 -2 ports/devel/p5-SNMP-Persist/Makefile 1.8 +1 -1 ports/devel/p5-SPOPS/Makefile 1.2 +1 -2 ports/devel/p5-SVN-ACL/Makefile 1.2 +1 -2 ports/devel/p5-SVN-Access/Makefile 1.3 +1 -2 ports/devel/p5-SVN-Agent/Makefile 1.3 +1 -2 ports/devel/p5-SVN-Log/Makefile 1.35 +1 -2 ports/devel/p5-SVN-Mirror/Makefile 1.3 +1 -2 ports/devel/p5-SVN-S4/Makefile 1.8 +1 -2 ports/devel/p5-SVN-Simple/Makefile 1.4 +1 -2 ports/devel/p5-SVN-Statistics/Makefile 1.15 +1 -2 ports/devel/p5-SVN-Web/Makefile 1.2 +1 -2 ports/devel/p5-Scalar-Listify/Makefile 1.4 +1 -2 ports/devel/p5-Scalar-Util-Clone/Makefile 1.4 +2 -3 ports/devel/p5-Scope-Guard/Makefile 1.6 +1 -2 ports/devel/p5-Search-Binary/Makefile 1.5 +1 -2 ports/devel/p5-Set-Array/Makefile 1.6 +1 -2 ports/devel/p5-Set-NestedGroups/Makefile 1.19 +1 -2 ports/devel/p5-Set-Scalar/Makefile 1.6 +1 -2 ports/devel/p5-Shell-Base/Makefile 1.3 +1 -2 ports/devel/p5-Shell-EnvImporter/Makefile 1.3 +1 -2 ports/devel/p5-Shell-Parser/Makefile 1.3 +1 -2 ports/devel/p5-Shell-Source/Makefile 1.4 +1 -1 ports/devel/p5-Smart-Comments/Makefile 1.3 +1 -2 ports/devel/p5-Sort-Array/Makefile 1.5 +1 -2 ports/devel/p5-Sort-ArrayOfArrays/Makefile 1.4 +1 -2 ports/devel/p5-Sort-Key-DateTime/Makefile 1.11 +1 -2 ports/devel/p5-Sort-Key/Makefile 1.4 +1 -2 ports/devel/p5-Sort-Tree/Makefile 1.14 +1 -2 ports/devel/p5-Sort-Versions/Makefile 1.15 +2 -2 ports/devel/p5-Spiffy/Makefile 1.13 +2 -2 ports/devel/p5-Spoon/Makefile 1.46 +1 -2 ports/devel/p5-Storable/Makefile 1.2 +1 -2 ports/devel/p5-Stream/Makefile 1.13 +1 -2 ports/devel/p5-String-Approx/Makefile 1.8 +1 -2 ports/devel/p5-String-CRC32/Makefile 1.8 +1 -2 ports/devel/p5-String-Checker/Makefile 1.9 +1 -2 ports/devel/p5-String-LRC/Makefile 1.7 +1 -2 ports/devel/p5-String-Parity/Makefile 1.10 +1 -2 ports/devel/p5-String-Random/Makefile 1.7 +1 -2 ports/devel/p5-String-RexxParse/Makefile 1.8 +1 -2 ports/devel/p5-String-Similarity/Makefile 1.4 +1 -2 ports/devel/p5-Sub-Installer/Makefile 1.3 +1 -2 ports/devel/p5-Sub-Name/Makefile 1.5 +1 -2 ports/devel/p5-Sub-Override/Makefile 1.3 +1 -2 ports/devel/p5-Sub-WrapPackages/Makefile 1.4 +1 -2 ports/devel/p5-Sys-Mmap/Makefile 1.2 +1 -2 ports/devel/p5-Sys-Sig/Makefile 1.5 +1 -2 ports/devel/p5-Sys-SigAction/Makefile 1.6 +1 -2 ports/devel/p5-System2/Makefile 1.4 +1 -2 ports/devel/p5-Taint-Runtime/Makefile 1.15 +1 -2 ports/devel/p5-Term-ANSIColor/Makefile 1.3 +1 -2 ports/devel/p5-Term-ANSIScreen/Makefile 1.7 +1 -2 ports/devel/p5-Term-Animation/Makefile 1.3 +1 -2 ports/devel/p5-Term-CallEditor/Makefile 1.4 +1 -2 ports/devel/p5-Term-Encoding/Makefile 1.14 +1 -2 ports/devel/p5-Term-ProgressBar/Makefile 1.9 +1 -2 ports/devel/p5-Term-Prompt/Makefile 1.13 +1 -2 ports/devel/p5-Term-Query/Makefile 1.18 +1 -2 ports/devel/p5-Term-ReadKey/Makefile 1.6 +1 -2 ports/devel/p5-Term-ReadLine-Zoid/Makefile 1.14 +1 -2 ports/devel/p5-Term-Screen/Makefile 1.3 +1 -2 ports/devel/p5-Term-Shell/Makefile 1.5 +1 -2 ports/devel/p5-Term-Size/Makefile 1.5 +1 -2 ports/devel/p5-Term-UI/Makefile 1.2 +1 -2 ports/devel/p5-Test-Benchmark/Makefile 1.7 +1 -2 ports/devel/p5-Test-Differences/Makefile 1.3 +1 -2 ports/devel/p5-Test-Expect/Makefile 1.7 +1 -2 ports/devel/p5-Test-File-Contents/Makefile 1.2 +1 -2 ports/devel/p5-Test-HTML-Tidy/Makefile 1.5 +1 -2 ports/devel/p5-Test-HasVersion/Makefile 1.18 +1 -2 ports/devel/p5-Test-Inline/Makefile 1.8 +1 -2 ports/devel/p5-Test-LongString/Makefile 1.4 +1 -2 ports/devel/p5-Test-MockModule/Makefile 1.13 +1 -2 ports/devel/p5-Test-MockObject/Makefile 1.6 +1 -2 ports/devel/p5-Test-MockTime/Makefile 1.6 +1 -2 ports/devel/p5-Test-NoWarnings/Makefile 1.7 +1 -2 ports/devel/p5-Test-Number-Delta/Makefile 1.3 +1 -2 ports/devel/p5-Test-Output/Makefile 1.7 +1 -2 ports/devel/p5-Test-Pod-Coverage/Makefile 1.17 +1 -2 ports/devel/p5-Test-Pod/Makefile 1.3 +1 -2 ports/devel/p5-Test-RandomResults/Makefile 1.2 +1 -1 ports/devel/p5-Test-Singleton/Makefile 1.5 +1 -2 ports/devel/p5-Test-Strict/Makefile 1.2 +1 -2 ports/devel/p5-Test-TAP-HTMLMatrix/Makefile 1.2 +1 -2 ports/devel/p5-Test-TAP-Model/Makefile 1.9 +1 -2 ports/devel/p5-Test-Unit/Makefile 1.6 +1 -2 ports/devel/p5-Test-Warn/Makefile 1.3 +1 -2 ports/devel/p5-Test-XML/Makefile 1.5 +1 -2 ports/devel/p5-Test-use-ok/Makefile 1.4 +1 -2 ports/devel/p5-Text-LevenshteinXS/Makefile 1.6 +1 -2 ports/devel/p5-Text-vFile-asData/Makefile 1.3 +1 -2 ports/devel/p5-Thread-Apartment/Makefile 1.3 +1 -2 ports/devel/p5-Thread-Pool-Simple/Makefile 1.3 +1 -2 ports/devel/p5-Thread-Queue-Duplex/Makefile 1.2 +1 -2 ports/devel/p5-Tie-Array-Pack/Makefile 1.6 +1 -2 ports/devel/p5-Tie-Array-Sorted/Makefile 1.4 +1 -2 ports/devel/p5-Tie-CPHash/Makefile 1.7 +1 -2 ports/devel/p5-Tie-Cache/Makefile 1.6 +1 -2 ports/devel/p5-Tie-DB_File-SplitHash/Makefile 1.5 +1 -2 ports/devel/p5-Tie-DB_FileLock/Makefile 1.5 +1 -2 ports/devel/p5-Tie-FileLRUCache/Makefile 1.3 +1 -2 ports/devel/p5-Tie-Hash-Indexed/Makefile 1.3 +1 -2 ports/devel/p5-Tie-Hash-Regex/Makefile 1.2 +1 -2 ports/devel/p5-Tie-Hash-Sorted/Makefile 1.3 +1 -2 ports/devel/p5-Tie-Hash-TwoWay/Makefile 1.7 +1 -2 ports/devel/p5-Tie-IxHash/Makefile 1.3 +1 -2 ports/devel/p5-Tie-Restore/Makefile 1.2 +1 -2 ports/devel/p5-Tie-ShareLite/Makefile 1.4 +1 -2 ports/devel/p5-Tie-Simple/Makefile 1.5 +1 -2 ports/devel/p5-Time-Clock/Makefile 1.6 +1 -2 ports/devel/p5-Time-Duration/Makefile 1.46 +1 -2 ports/devel/p5-Time-HiRes/Makefile 1.3 +1 -2 ports/devel/p5-Time-Interval/Makefile 1.8 +1 -2 ports/devel/p5-Time-Object/Makefile 1.8 +1 -2 ports/devel/p5-Time-Period/Makefile 1.2 +1 -2 ports/devel/p5-Time-Piece-Range/Makefile 1.11 +1 -2 ports/devel/p5-Time-Piece/Makefile 1.4 +1 -2 ports/devel/p5-Time-Progress/Makefile 1.2 +1 -2 ports/devel/p5-Time-Stopwatch/Makefile 1.6 +1 -2 ports/devel/p5-Time-modules/Makefile 1.21 +1 -2 ports/devel/p5-TimeDate/Makefile 1.15 +1 -2 ports/devel/p5-TraceFuncs/Makefile 1.4 +1 -2 ports/devel/p5-Tree-Binary-Dictionary/Makefile 1.7 +1 -2 ports/devel/p5-Tree-Binary/Makefile 1.6 +1 -2 ports/devel/p5-Tree-Node/Makefile 1.9 +1 -2 ports/devel/p5-Tree-Parser/Makefile 1.10 +1 -2 ports/devel/p5-Tree-Simple-View/Makefile 1.8 +1 -2 ports/devel/p5-Tree-Simple-VisitorFactory/Makefile 1.13 +1 -2 ports/devel/p5-Tree-Simple/Makefile 1.3 +1 -1 ports/devel/p5-UI-Dialog/Makefile 1.9 +1 -2 ports/devel/p5-UNIVERSAL-can/Makefile 1.5 +1 -2 ports/devel/p5-UNIVERSAL-isa/Makefile 1.5 +1 -2 ports/devel/p5-UNIVERSAL-moniker/Makefile 1.3 +1 -2 ports/devel/p5-UNIVERSAL-require/Makefile 1.5 +1 -2 ports/devel/p5-UNIVERSAL-which/Makefile 1.10 +1 -2 ports/devel/p5-Unix-Statgrab/Makefile 1.9 +1 -1 ports/devel/p5-VCP-Dest-svk/Makefile 1.4 +1 -1 ports/devel/p5-VCP-Source-cvsbk/Makefile 1.7 +1 -1 ports/devel/p5-VCP-autrijus/Makefile 1.9 +1 -2 ports/devel/p5-VCS/Makefile 1.12 +1 -1 ports/devel/p5-Want/Makefile 1.3 +2 -2 ports/devel/p5-WeakRef/Makefile 1.13 +1 -2 ports/devel/p5-Workflow/Makefile 1.4 +1 -1 ports/devel/p5-XSLoader/Makefile 1.3 +1 -1 ports/devel/p5-Yada-Yada-Yada/Makefile 1.4 +1 -1 ports/devel/p5-accessors/Makefile 1.5 +1 -1 ports/devel/p5-base/Makefile 1.2 +1 -1 ports/devel/p5-capitalization/Makefile 1.4 +1 -2 ports/devel/p5-enum/Makefile 1.4 +1 -2 ports/devel/p5-iCal-Parser/Makefile 1.5 +1 -1 ports/devel/p5-mixin/Makefile 1.4 +1 -2 ports/devel/p5-orz/Makefile 1.4 +1 -1 ports/devel/p5-parent/Makefile 1.6 +1 -1 ports/devel/p5-prefork/Makefile 1.3 +1 -1 ports/devel/p5-reaper/Makefile 1.8 +1 -1 ports/devel/p5-rpm-build-perl/Makefile 1.4 +1 -2 ports/devel/p5-threads-shared/Makefile 1.19 +1 -1 ports/devel/p5-threads/Makefile 1.6 +1 -1 ports/devel/pushmi/Makefile 1.40 +1 -1 ports/devel/svk/Makefile 1.6 +1 -1 ports/dns/p5-BIND-Conf_Parser/Makefile 1.8 +1 -2 ports/dns/p5-DNS-Config/Makefile 1.3 +1 -2 ports/dns/p5-DNS-EasyDNS/Makefile 1.7 +1 -2 ports/dns/p5-DNS-Zone/Makefile 1.5 +1 -2 ports/dns/p5-Data-Validate-Domain/Makefile 1.3 +1 -2 ports/dns/p5-Net-DNS-Codes/Makefile 1.3 +1 -2 ports/dns/p5-Net-DNS-Resolver-Programmable/Makefile 1.18 +1 -2 ports/dns/p5-Net-DNS-SEC/Makefile 1.2 +1 -2 ports/dns/p5-Net-DNS-ZoneCheck/Makefile 1.12 +1 -2 ports/dns/p5-Net-DNS-ZoneFile/Makefile 1.14 +1 -2 ports/dns/p5-Net-LibIDN/Makefile 1.2 +1 -2 ports/dns/p5-Net-RBLClient/Makefile 1.16 +1 -2 ports/dns/p5-POE-Component-Client-DNS/Makefile 1.23 +1 -2 ports/finance/p5-Business-CreditCard/Makefile 1.2 +1 -1 ports/finance/p5-Business-OCV/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-2CheckOut/Makefile 1.13 +1 -2 ports/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-Beanstream/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-Cardstream/Makefile 1.7 +1 -2 ports/finance/p5-Business-OnlinePayment-Jettis/Makefile 1.13 +1 -2 ports/finance/p5-Business-OnlinePayment-LinkPoint/Makefile 1.5 +1 -2 ports/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile 1.7 +1 -2 ports/finance/p5-Business-OnlinePayment-Network1Financial/Makefile 1.3 +1 -2 ports/finance/p5-Business-OnlinePayment-OCV/Makefile 1.7 +1 -2 ports/finance/p5-Business-OnlinePayment-PayConnect/Makefile 1.2 +1 -2 ports/finance/p5-Business-OnlinePayment-PayflowPro/Makefile 1.8 +1 -2 ports/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile 1.8 +1 -2 ports/finance/p5-Business-OnlinePayment-SurePay/Makefile 1.10 +1 -2 ports/finance/p5-Business-OnlinePayment-TCLink/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-VirtualNet/Makefile 1.9 +1 -2 ports/finance/p5-Business-OnlinePayment-eSec/Makefile 1.3 +1 -2 ports/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile 1.2 +1 -2 ports/finance/p5-Business-PayPal-IPN/Makefile 1.13 +1 -2 ports/finance/p5-Business-WorldPay-Junior/Makefile 1.6 +1 -2 ports/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile 1.17 +1 -2 ports/finance/p5-Finance-Quote/Makefile 1.23 +1 -2 ports/finance/p5-Finance-QuoteHist/Makefile 1.8 +1 -2 ports/finance/p5-Math-Financial/Makefile 1.10 +1 -2 ports/ftp/p5-Net-FTP-Common/Makefile 1.30 +1 -2 ports/ftp/p5-Net-FTPServer/Makefile 1.5 +1 -2 ports/ftp/p5-POE-Component-Client-FTP/Makefile 1.7 +1 -2 ports/games/lm-solve/Makefile 1.3 +1 -2 ports/games/p5-Algorithm-Pair-Best/Makefile 1.5 +1 -2 ports/games/p5-Algorithm-Pair-Swiss/Makefile 1.6 +1 -2 ports/games/p5-Baseball-Sabermetrics/Makefile 1.3 +1 -2 ports/games/p5-Games-Alak/Makefile 1.5 +1 -2 ports/games/p5-Games-AlphaBeta/Makefile 1.3 +1 -2 ports/games/p5-Games-Bingo-Bot/Makefile 1.4 +1 -2 ports/games/p5-Games-Bingo-Print/Makefile 1.3 +1 -2 ports/games/p5-Games-Dice/Makefile 1.3 +1 -2 ports/games/p5-Games-GuessWord/Makefile 1.3 +1 -2 ports/games/p5-Games-Tournament-RoundRobin/Makefile 1.14 +2 -2 ports/graphics/eps2png/Makefile 1.5 +1 -2 ports/graphics/p5-Acme-Steganography-Image-Png/Makefile 1.4 +1 -2 ports/graphics/p5-CAD-Drawing-Template/Makefile 1.5 +1 -2 ports/graphics/p5-CAD-Drawing/Makefile 1.2 +1 -1 ports/graphics/p5-Captcha-reCAPTCHA/Makefile 1.7 +1 -2 ports/graphics/p5-Chart-Graph/Makefile 1.14 +1 -2 ports/graphics/p5-Chart-PNGgraph/Makefile 1.4 +1 -2 ports/graphics/p5-Color-Rgb/Makefile 1.3 +1 -2 ports/graphics/p5-GD-Arrow/Makefile 1.9 +1 -2 ports/graphics/p5-GD-Barcode/Makefile 1.13 +1 -2 ports/graphics/p5-GD-Graph3d/Makefile 1.6 +1 -2 ports/graphics/p5-GD-SVG/Makefile 1.15 +1 -2 ports/graphics/p5-GD-TextUtil/Makefile 1.5 +1 -2 ports/graphics/p5-GD-Thumbnail/Makefile 1.47 +1 -2 ports/graphics/p5-GD/Makefile 1.28 +1 -2 ports/graphics/p5-Graph-Easy/Makefile 1.4 +1 -2 ports/graphics/p5-Graph-ReadWrite/Makefile 1.4 +1 -2 ports/graphics/p5-Graph-SocialMap/Makefile 1.5 +1 -2 ports/graphics/p5-Graph-Writer-GraphViz/Makefile 1.4 +1 -2 ports/graphics/p5-GraphViz-Traverse/Makefile 1.3 +1 -2 ports/graphics/p5-Image-Caa/Makefile 1.31 +1 -2 ports/graphics/p5-Image-ExifTool/Makefile 1.10 +1 -2 ports/graphics/p5-Image-Grab/Makefile 1.3 +1 -2 ports/graphics/p5-Image-IPTCInfo/Makefile 1.26 +1 -2 ports/graphics/p5-Image-Imlib2/Makefile 1.20 +1 -2 ports/graphics/p5-Image-Info/Makefile 1.2 +1 -2 ports/graphics/p5-Image-Math-Constrain/Makefile 1.4 +1 -2 ports/graphics/p5-Image-MetaData-GQview/Makefile 1.3 +1 -2 ports/graphics/p5-Image-MetaData-JPEG/Makefile 1.11 +1 -2 ports/graphics/p5-Image-Pngslimmer/Makefile 1.39 +1 -2 ports/graphics/p5-Image-Size/Makefile 1.3 +1 -2 ports/graphics/p5-Imager-Graph/Makefile 1.3 +1 -2 ports/graphics/p5-Imager-Plot/Makefile 1.4 +1 -2 ports/graphics/p5-Imager-QRCode/Makefile 1.34 +1 -2 ports/graphics/p5-Imager/Makefile 1.6 +1 -1 ports/graphics/p5-OpenGL/Makefile 1.3 +1 -2 ports/graphics/p5-SVG-DOM2/Makefile 1.4 +1 -2 ports/graphics/p5-SVG-Graph/Makefile 1.6 +1 -2 ports/graphics/p5-SVG-Metadata/Makefile 1.15 +1 -2 ports/graphics/p5-SWF-Builder/Makefile 1.21 +1 -2 ports/graphics/p5-SWF-File/Makefile 1.3 +1 -2 ports/graphics/p5-SpringGraph/Makefile 1.8 +1 -2 ports/graphics/p5-Tk-JPEG-Lite/Makefile 1.4 +1 -1 ports/graphics/p5-VCG/Makefile 1.5 +1 -2 ports/graphics/p5-Visio/Makefile 1.35 +1 -2 ports/graphics/pgperl/Makefile 1.3 +1 -1 ports/irc/p5-Bot-BasicBot/Makefile 1.3 +1 -1 ports/irc/p5-IRC-Bot-Hangman/Makefile 1.20 +1 -2 ports/irc/p5-IRC/Makefile 1.4 +1 -2 ports/irc/p5-POE-Component-IRC-Object/Makefile 1.2 +1 -2 ports/japanese/p5-Acme-Lou/Makefile 1.6 +1 -2 ports/japanese/p5-Date-Japanese-Era/Makefile 1.2 +1 -2 ports/japanese/p5-Date-Japanese-Holiday/Makefile 1.2 +1 -2 ports/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile 1.4 +1 -2 ports/japanese/p5-Encode-EUCJPMS/Makefile 1.2 +1 -2 ports/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile 1.34 +1 -2 ports/japanese/p5-Jcode/Makefile 1.3 +1 -2 ports/japanese/p5-Lingua-JA-Numbers/Makefile 1.2 +1 -2 ports/japanese/p5-Lingua-JA-Summarize-Extract/Makefile 1.2 +1 -2 ports/japanese/p5-Number-Phone-JP/Makefile 1.9 +1 -2 ports/japanese/p5-Text-MeCab/Makefile 1.4 +1 -2 ports/japanese/p5-Unicode-Japanese/Makefile 1.5 +1 -2 ports/japanese/p5-WWW-2ch/Makefile 1.6 +1 -2 ports/lang/p5-Data-JavaScript/Makefile 1.13 +1 -2 ports/lang/p5-F77/Makefile 1.6 +1 -1 ports/lang/p5-Interpolation/Makefile 1.5 +1 -1 ports/lang/p5-JSAN/Makefile 1.4 +1 -2 ports/lang/p5-JavaScript-Squish/Makefile 1.5 +1 -2 ports/lang/p5-JavaScript/Makefile 1.11 +1 -1 ports/lang/p5-List-MoreUtils/Makefile 1.3 +1 -2 ports/lang/p5-Perl6-Subs/Makefile 1.3 +1 -2 ports/lang/p5-Quantum-Superpositions/Makefile 1.11 +1 -2 ports/lang/p5-Scalar-List-Utils/Makefile 1.15 +2 -2 ports/lang/p5-Switch/Makefile 1.30 +1 -2 ports/lang/p5-Tcl/Makefile 1.27 +1 -2 ports/lang/parrot/Makefile 1.95 +1 -1 ports/lang/perl5.8/Makefile 1.73 +1 -1 ports/lang/perl5/Makefile 1.19 +1 -2 ports/lang/pugs/Makefile 1.40 +1 -1 ports/mail/mailagent/Makefile 1.7 +1 -2 ports/mail/p5-Email-Filter/Makefile 1.15 +1 -2 ports/mail/p5-Email-Find/Makefile 1.3 +1 -2 ports/mail/p5-Email-LocalDelivery-Ezmlm/Makefile 1.12 +1 -2 ports/mail/p5-Email-LocalDelivery/Makefile 1.4 +1 -2 ports/mail/p5-Email-MessageID/Makefile 1.4 +1 -2 ports/mail/p5-Email-Reply/Makefile 1.13 +1 -2 ports/mail/p5-Email-Send/Makefile 1.7 +1 -2 ports/mail/p5-Email-Simple-Creator/Makefile 1.21 +1 -2 ports/mail/p5-Email-Simple/Makefile 1.6 +1 -2 ports/mail/p5-Email-Valid-Loose/Makefile 1.22 +1 -2 ports/mail/p5-Email-Valid/Makefile 1.3 +1 -2 ports/mail/p5-GMail-IMAPD/Makefile 1.21 +1 -2 ports/mail/p5-IMAP-Admin/Makefile 1.6 +1 -2 ports/mail/p5-IMAP-Client/Makefile 1.2 +1 -2 ports/mail/p5-MIME-Charset/Makefile 1.2 +1 -2 ports/mail/p5-MIME-EncWords/Makefile 1.2 +1 -2 ports/mail/p5-MIME-Explode/Makefile 1.10 +1 -2 ports/mail/p5-MIME-Fast/Makefile 1.3 +1 -2 ports/mail/p5-MIME-Lite-HTML/Makefile 1.17 +1 -2 ports/mail/p5-MIME-Types/Makefile 1.7 +1 -2 ports/mail/p5-Mail-Address-MobileJp/Makefile 1.4 +1 -2 ports/mail/p5-Mail-Alias/Makefile 1.3 +1 -2 ports/mail/p5-Mail-Audit-Attach/Makefile 1.6 +1 -2 ports/mail/p5-Mail-Box-Parser-C/Makefile 1.23 +1 -2 ports/mail/p5-Mail-Box/Makefile 1.9 +1 -2 ports/mail/p5-Mail-Bulkmail/Makefile 1.13 +1 -2 ports/mail/p5-Mail-CClient/Makefile 1.3 +1 -2 ports/mail/p5-Mail-CheckUser/Makefile 1.12 +1 -2 ports/mail/p5-Mail-ClamAV/Makefile 1.13 +1 -2 ports/mail/p5-Mail-DKIM/Makefile 1.13 +1 -2 ports/mail/p5-Mail-DomainKeys/Makefile 1.12 +1 -2 ports/mail/p5-Mail-Ezmlm/Makefile 1.2 +1 -2 ports/mail/p5-Mail-Field-Received/Makefile 1.8 +1 -2 ports/mail/p5-Mail-FilterXML/Makefile 1.29 +1 -2 ports/mail/p5-Mail-Folder/Makefile 1.9 +1 -2 ports/mail/p5-Mail-Freshmeat/Makefile 1.7 +1 -2 ports/mail/p5-Mail-Graph/Makefile 1.3 +1 -2 ports/mail/p5-Mail-IMAPTalk/Makefile 1.14 +1 -2 ports/mail/p5-Mail-ListDetector/Makefile 1.8 +1 -2 ports/mail/p5-Mail-MailStats/Makefile 1.13 +1 -2 ports/mail/p5-Mail-Mbox-MessageParser/Makefile 1.6 +1 -2 ports/mail/p5-Mail-MboxParser/Makefile 1.3 +1 -2 ports/mail/p5-Mail-OpenRelay-Simple/Makefile 1.30 +1 -2 ports/mail/p5-Mail-POP3Client/Makefile 1.11 +1 -2 ports/mail/p5-Mail-Procmailrc/Makefile 1.6 +1 -2 ports/mail/p5-Mail-QuoteWrap/Makefile 1.10 +1 -2 ports/mail/p5-Mail-RBL/Makefile 1.6 +1 -2 ports/mail/p5-Mail-RFC822-Address/Makefile 1.8 +1 -2 ports/mail/p5-Mail-SPF-Query/Makefile 1.5 +1 -2 ports/mail/p5-Mail-SRS/Makefile 1.2 +1 -2 ports/mail/p5-Mail-SendEasy/Makefile 1.15 +1 -2 ports/mail/p5-Mail-Sender/Makefile 1.6 +1 -2 ports/mail/p5-Mail-Sendmail/Makefile 1.11 +1 -2 ports/mail/p5-Mail-Spool/Makefile 1.2 +1 -2 ports/mail/p5-Mail-Transport-Dbx/Makefile 1.10 +1 -2 ports/mail/p5-Mail-Verify/Makefile 1.16 +1 -2 ports/mail/p5-Mail-Webmail-Gmail/Makefile 1.2 +1 -2 ports/mail/p5-Net-IMAP-Simple-SSL/Makefile 1.10 +1 -1 ports/mail/p5-Net-IMAP-Simple/Makefile 1.3 +1 -2 ports/mail/p5-Net-QMTP/Makefile 1.9 +1 -2 ports/mail/p5-Net-SMTP-Server/Makefile 1.4 +1 -2 ports/mail/p5-Net-SMTP-TLS/Makefile 1.3 +1 -2 ports/mail/p5-Net-SMTP_auth/Makefile 1.5 +1 -2 ports/mail/p5-POE-Component-Client-POP3/Makefile 1.10 +1 -2 ports/mail/p5-POE-Component-Client-SMTP/Makefile 1.4 +1 -2 ports/mail/p5-POE-Component-SMTP/Makefile 1.4 +1 -2 ports/mail/p5-Parse-Syslog-Mail/Makefile 1.4 +1 -1 ports/mail/p5-Qmail-Envelope/Makefile 1.4 +1 -2 ports/mail/p5-Sendmail-AccessDB/Makefile 1.8 +1 -2 ports/mail/p5-Sendmail-Milter/Makefile 1.2 +1 -2 ports/mail/p5-URI-imap/Makefile 1.2 +1 -2 ports/mail/p5-URI-imaps/Makefile 1.3 +1 -2 ports/mail/p5-WWW-GMail/Makefile 1.5 +1 -2 ports/mail/p5-WWW-Hotmail/Makefile 1.4 +1 -2 ports/math/p5-AI-DecisionTree/Makefile 1.3 +1 -2 ports/math/p5-AI-Genetic/Makefile 1.8 +1 -2 ports/math/p5-AI-NeuralNet-BackProp/Makefile 1.10 +1 -2 ports/math/p5-AI-Perceptron/Makefile 1.10 +1 -2 ports/math/p5-Algorithm-Combinatorics/Makefile 1.7 +1 -2 ports/math/p5-Bit-ShiftReg/Makefile 1.7 +1 -2 ports/math/p5-Bit-Vector-Minimal/Makefile 1.10 +1 -2 ports/math/p5-Bit-Vector/Makefile 1.4 +1 -2 ports/math/p5-CAD-Calc/Makefile 1.11 +1 -2 ports/math/p5-Date-Handler/Makefile 1.8 +1 -2 ports/math/p5-Geo-Distance/Makefile 1.28 +1 -2 ports/math/p5-Graph/Makefile 1.3 +1 -2 ports/math/p5-Math-Algebra-Symbols/Makefile 1.5 +1 -2 ports/math/p5-Math-Base85/Makefile 1.5 +1 -2 ports/math/p5-Math-BaseCalc/Makefile 1.4 +1 -2 ports/math/p5-Math-Bezier-Convert/Makefile 1.7 +1 -2 ports/math/p5-Math-Bezier/Makefile 1.7 +1 -2 ports/math/p5-Math-BigInt-GMP/Makefile 1.25 +1 -2 ports/math/p5-Math-BigInt/Makefile 1.8 +1 -2 ports/math/p5-Math-BigRat/Makefile 1.10 +1 -2 ports/math/p5-Math-Calc-Units/Makefile 1.6 +1 -2 ports/math/p5-Math-Cephes/Makefile 1.7 +1 -2 ports/math/p5-Math-Combinatorics/Makefile 1.5 +1 -2 ports/math/p5-Math-ConvexHull/Makefile 1.2 +1 -2 ports/math/p5-Math-Derivative/Makefile 1.9 +1 -2 ports/math/p5-Math-Expr/Makefile 1.9 +1 -2 ports/math/p5-Math-FFT/Makefile 1.12 +1 -2 ports/math/p5-Math-GSL/Makefile 1.3 +1 -2 ports/math/p5-Math-Geometry-Planar-GPC/Makefile 1.5 +1 -2 ports/math/p5-Math-Geometry-Planar-Offset/Makefile 1.3 +1 -2 ports/math/p5-Math-Geometry-Planar/Makefile 1.2 +1 -2 ports/math/p5-Math-Geometry/Makefile 1.7 +1 -2 ports/math/p5-Math-Interpolate/Makefile 1.4 +1 -2 ports/math/p5-Math-Intersection-StraightLine/Makefile 1.5 +1 -2 ports/math/p5-Math-LinearCombination/Makefile 1.9 +1 -2 ports/math/p5-Math-Logic/Makefile 1.3 +1 -2 ports/math/p5-Math-Matrix/Makefile 1.2 +1 -2 ports/math/p5-Math-NumberCruncher/Makefile 1.10 +1 -2 ports/math/p5-Math-Pari/Makefile 1.8 +1 -2 ports/math/p5-Math-Random-MT/Makefile 1.3 +1 -2 ports/math/p5-Math-Random-OO/Makefile 1.8 +1 -2 ports/math/p5-Math-Random/Makefile 1.5 +1 -2 ports/math/p5-Math-RandomOrg/Makefile 1.4 +1 -2 ports/math/p5-Math-Round-Var/Makefile 1.3 +1 -2 ports/math/p5-Math-Round/Makefile 1.3 +1 -2 ports/math/p5-Math-Sequence/Makefile 1.2 +1 -2 ports/math/p5-Math-Series/Makefile 1.5 +1 -2 ports/math/p5-Math-SimpleVariable/Makefile 1.2 +1 -2 ports/math/p5-Math-Spline/Makefile 1.7 +1 -2 ports/math/p5-Math-Symbolic-Custom-Contains/Makefile 1.3 +1 -2 ports/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile 1.3 +1 -2 ports/math/p5-Math-Symbolic-Custom-Simplification/Makefile 1.5 +1 -2 ports/math/p5-Math-Symbolic-Custom-Transformation/Makefile 1.7 +1 -2 ports/math/p5-Math-Symbolic/Makefile 1.3 +1 -2 ports/math/p5-Math-SymbolicX-BigNum/Makefile 1.4 +1 -2 ports/math/p5-Math-SymbolicX-Complex/Makefile 1.3 +1 -2 ports/math/p5-Math-SymbolicX-Error/Makefile 1.4 +1 -2 ports/math/p5-Math-SymbolicX-Inline/Makefile 1.4 +1 -2 ports/math/p5-Math-SymbolicX-NoSimplification/Makefile 1.4 +1 -2 ports/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile 1.4 +1 -2 ports/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile 1.4 +1 -2 ports/math/p5-Math-TrulyRandom/Makefile 1.2 +1 -2 ports/math/p5-Math-Units/Makefile 1.8 +1 -2 ports/math/p5-Math-Vec/Makefile 1.3 +1 -2 ports/math/p5-Math-VecStat/Makefile 1.2 +1 -2 ports/math/p5-Number-Compare/Makefile 1.6 +1 -2 ports/math/p5-Number-WithError-LaTeX/Makefile 1.8 +1 -2 ports/math/p5-Number-WithError/Makefile 1.6 +1 -2 ports/math/p5-Set-IntSpan-Fast/Makefile 1.16 +1 -2 ports/math/p5-Set-IntSpan/Makefile 1.4 +1 -2 ports/math/p5-Set-Partition/Makefile 1.7 +1 -2 ports/math/p5-Set-Window/Makefile 1.8 +1 -2 ports/math/p5-Statistics-ChiSquare/Makefile 1.4 +1 -2 ports/math/p5-Statistics-Contingency/Makefile 1.3 +1 -2 ports/math/p5-Statistics-Descriptive-Discrete/Makefile 1.7 +1 -2 ports/math/p5-Statistics-Descriptive/Makefile 1.9 +1 -2 ports/math/p5-Statistics-Distributions/Makefile 1.6 +1 -2 ports/math/p5-Statistics-LTU/Makefile 1.6 +1 -2 ports/math/p5-Statistics-OLS/Makefile 1.3 +1 -2 ports/math/p5-Statistics-Regression/Makefile 1.3 +1 -2 ports/misc/p5-Acme-ButFirst/Makefile 1.6 +1 -2 ports/misc/p5-Array-IntSpan/Makefile 1.23 +1 -2 ports/misc/p5-Array-PrintCols/Makefile 1.6 +1 -2 ports/misc/p5-Array-RefElem/Makefile 1.7 +1 -2 ports/misc/p5-Business-ISBN-Data/Makefile 1.6 +1 -2 ports/misc/p5-Business-ISIN/Makefile 1.5 +1 -2 ports/misc/p5-Business-ISSN/Makefile 1.8 +1 -1 ports/misc/p5-Business-UPS/Makefile 1.6 +1 -2 ports/misc/p5-Chatbot-Eliza/Makefile 1.5 +1 -2 ports/misc/p5-Data-Buffer/Makefile 1.12 +1 -2 ports/misc/p5-File-CounterFile/Makefile 1.6 +1 -2 ports/misc/p5-File-Sort/Makefile 1.4 +1 -2 ports/misc/p5-Geo-Cache/Makefile 1.7 +1 -2 ports/misc/p5-Geo-Postcodes-DK/Makefile 1.7 +1 -2 ports/misc/p5-Geo-Postcodes-NO/Makefile 1.11 +1 -2 ports/misc/p5-Geo-Postcodes/Makefile 1.14 +1 -2 ports/misc/p5-Geo-Weather/Makefile 1.3 +1 -2 ports/misc/p5-Geography-Countries/Makefile 1.3 +1 -2 ports/misc/p5-Geography-NationalGrid/Makefile 1.15 +1 -2 ports/misc/p5-I18N-LangTags/Makefile 1.7 +1 -2 ports/misc/p5-LEGO-RCX/Makefile 1.4 +1 -2 ports/misc/p5-List-Compare/Makefile 1.20 +1 -2 ports/misc/p5-Locale-Codes/Makefile 1.8 +1 -2 ports/misc/p5-Locale-Msgcat/Makefile 1.2 +1 -2 ports/misc/p5-Norge/Makefile 1.3 +1 -2 ports/misc/p5-Test-Dir/Makefile 1.5 +1 -2 ports/misc/p5-Text-FIGlet/Makefile 1.9 +1 -2 ports/misc/p5-Tie-DxHash/Makefile 1.3 +1 -1 ports/misc/p5-Zen-Koans/Makefile 1.40 +1 -2 ports/multimedia/dvdrip/Makefile 1.7 +1 -1 ports/multimedia/p5-FFmpeg-Command/Makefile 1.13 +1 -1 ports/multimedia/p5-FLV-Info/Makefile 1.7 +1 -2 ports/multimedia/p5-MP4-Info/Makefile 1.6 +1 -2 ports/multimedia/p5-Video-Info/Makefile 1.8 +1 -2 ports/multimedia/p5-Video-OpenQuicktime/Makefile 1.3 +1 -1 ports/net-im/p5-DJabberd/Makefile 1.3 +1 -2 ports/net-im/p5-Jabber-SimpleSend/Makefile 1.6 +1 -2 ports/net-im/p5-Net-AIM/Makefile 1.7 +1 -2 ports/net-im/p5-Net-AOLIM/Makefile 1.19 +1 -2 ports/net-im/p5-Net-Jabber/Makefile 1.4 +1 -2 ports/net-im/p5-Net-MSN/Makefile 1.5 +1 -2 ports/net-im/p5-Net-NetSend/Makefile 1.6 +1 -2 ports/net-im/p5-Net-OSCAR/Makefile 1.2 +1 -2 ports/net-im/p5-Net-Stomp/Makefile 1.2 +1 -2 ports/net-im/p5-POE-Component-Client-MSN/Makefile 1.3 +1 -2 ports/net-mgmt/p5-Cisco-Reconfig/Makefile 1.8 +1 -2 ports/net-mgmt/p5-Mon/Makefile 1.3 +1 -1 ports/net-mgmt/p5-NSNMP/Makefile 1.2 +1 -2 ports/net-mgmt/p5-Net-ACL/Makefile 1.12 +1 -2 ports/net-mgmt/p5-Net-CIDR/Makefile 1.3 +1 -2 ports/net-mgmt/p5-Net-IP-Match-XS/Makefile 1.4 +1 -2 ports/net-mgmt/p5-Net-IP-Resolver/Makefile 1.16 +1 -2 ports/net-mgmt/p5-Net-IP/Makefile 1.10 +1 -2 ports/net-mgmt/p5-Net-IPv4Addr/Makefile 1.9 +1 -2 ports/net-mgmt/p5-Net-IPv6Addr/Makefile 1.18 +1 -2 ports/net-mgmt/p5-Net-Netmask/Makefile 1.19 +1 -2 ports/net-mgmt/p5-Net-SNMP/Makefile 1.2 +1 -2 ports/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile 1.5 +1 -2 ports/net-mgmt/p5-NetAddr-IP-Lite/Makefile 1.33 +1 -2 ports/net-mgmt/p5-NetAddr-IP/Makefile 1.9 +1 -2 ports/net-mgmt/p5-POE-Component-SNMP/Makefile 1.7 +1 -2 ports/net-mgmt/p5-SNMP-MIB-Compiler/Makefile 1.11 +1 -2 ports/net-mgmt/p5-SNMP-Util/Makefile 1.9 +1 -2 ports/net-mgmt/p5-Tie-NetAddr-IP/Makefile 1.4 +1 -2 ports/net-p2p/p5-Net-BitTorrent-File/Makefile 1.4 +1 -2 ports/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile 1.3 +1 -2 ports/net-p2p/p5-WWW-BitTorrent/Makefile 1.11 +2 -2 ports/net/ldapsh/Makefile 1.2 +2 -2 ports/net/p5-AddressBook/Makefile 1.3 +1 -1 ports/net/p5-BBS-UserInfo-Maple3/Makefile 1.3 +1 -1 ports/net/p5-BBS-UserInfo-Maple3itoc/Makefile 1.3 +1 -1 ports/net/p5-BBS-UserInfo-Ptt/Makefile 1.3 +1 -1 ports/net/p5-BBS-UserInfo-SOB/Makefile 1.4 +1 -1 ports/net/p5-BBS-UserInfo-Wretch/Makefile 1.2 +1 -1 ports/net/p5-BBS-UserInfo/Makefile 1.2 +1 -2 ports/net/p5-Cisco-IPPhone/Makefile 1.11 +1 -2 ports/net/p5-EasyTCP/Makefile 1.15 +1 -2 ports/net/p5-File-Rsync/Makefile 1.3 +1 -2 ports/net/p5-Filesys-SmbClient/Makefile 1.9 +1 -2 ports/net/p5-Frontier-RPC/Makefile 1.4 +1 -2 ports/net/p5-Geo-IPfree/Makefile 1.3 +1 -1 ports/net/p5-Gopher-Server/Makefile 1.11 +1 -2 ports/net/p5-IO-Socket-Multicast/Makefile 1.2 +1 -2 ports/net/p5-IO-Socket-Multicast6/Makefile 1.7 +1 -2 ports/net/p5-IP-Country/Makefile 1.5 +1 -2 ports/net/p5-JavaScript-RPC/Makefile 1.5 +1 -2 ports/net/p5-Net-ARP/Makefile 1.3 +1 -2 ports/net/p5-Net-Address-IPv4-Local/Makefile 1.6 +1 -2 ports/net/p5-Net-Analysis/Makefile 1.7 +1 -2 ports/net/p5-Net-BGP/Makefile 1.5 +1 -2 ports/net/p5-Net-Blogger/Makefile 1.7 +1 -2 ports/net/p5-Net-CIDR-Lite/Makefile 1.4 +1 -2 ports/net/p5-Net-DAV-Server/Makefile 1.3 +1 -2 ports/net/p5-Net-DHCP/Makefile 1.2 +1 -2 ports/net/p5-Net-DHCPClient/Makefile 1.6 +1 -2 ports/net/p5-Net-DLookup/Makefile 1.18 +1 -2 ports/net/p5-Net-Daemon/Makefile 1.5 +1 -2 ports/net/p5-Net-Dict/Makefile 1.5 +1 -2 ports/net/p5-Net-Divert/Makefile 1.3 +1 -2 ports/net/p5-Net-EPP-Client/Makefile 1.6 +1 -2 ports/net/p5-Net-EPP-Frame/Makefile 1.5 +1 -2 ports/net/p5-Net-EPP-Proxy/Makefile 1.4 +1 -2 ports/net/p5-Net-FS-Flickr/Makefile 1.3 +1 -2 ports/net/p5-Net-FS-Gmail/Makefile 1.3 +1 -2 ports/net/p5-Net-FTP-File/Makefile 1.4 +1 -2 ports/net/p5-Net-Finger/Makefile 1.3 +1 -2 ports/net/p5-Net-Frame/Makefile 1.8 +1 -2 ports/net/p5-Net-Google-Calendar/Makefile 1.11 +1 -2 ports/net/p5-Net-Google/Makefile 1.4 +1 -2 ports/net/p5-Net-Gopher/Makefile 1.2 +1 -2 ports/net/p5-Net-Growl/Makefile 1.2 +1 -2 ports/net/p5-Net-IPTrie/Makefile 1.4 +1 -2 ports/net/p5-Net-Ident/Makefile 1.2 +1 -2 ports/net/p5-Net-Interface/Makefile 1.2 +1 -0 ports/net/p5-Net-LDAP-LDAPhash/Makefile 1.10 +1 -2 ports/net/p5-Net-MAC-Vendor/Makefile 1.4 +1 -2 ports/net/p5-Net-MovableType/Makefile 1.4 +1 -2 ports/net/p5-Net-NBName/Makefile 1.2 +1 -2 ports/net/p5-Net-NBsocket/Makefile 1.2 +1 -2 ports/net/p5-Net-NIS-Listgroup/Makefile 1.9 +1 -2 ports/net/p5-Net-OpenDHT/Makefile 1.6 +1 -2 ports/net/p5-Net-ParseWhois/Makefile 1.7 +1 -2 ports/net/p5-Net-Patricia/Makefile 1.2 +1 -2 ports/net/p5-Net-PcapUtils/Makefile 1.3 +1 -2 ports/net/p5-Net-Ping-External/Makefile 1.3 +1 -2 ports/net/p5-Net-RTP/Makefile 1.15 +1 -2 ports/net/p5-Net-Radius/Makefile 1.5 +1 -2 ports/net/p5-Net-Random/Makefile 1.19 +1 -2 ports/net/p5-Net-RawIP/Makefile 1.7 +1 -2 ports/net/p5-Net-Rendezvous/Makefile 1.2 +1 -2 ports/net/p5-Net-Rsh/Makefile 1.10 +1 -2 ports/net/p5-Net-SAP/Makefile 1.2 +1 -2 ports/net/p5-Net-SCP-Expect/Makefile 1.7 +1 -2 ports/net/p5-Net-SDP/Makefile 1.4 +1 -2 ports/net/p5-Net-SFTP/Makefile 1.7 +1 -2 ports/net/p5-Net-SMPP/Makefile 1.2 +1 -2 ports/net/p5-Net-SMS-PChome/Makefile 1.11 +1 -2 ports/net/p5-Net-SNPP/Makefile 1.8 +1 -2 ports/net/p5-Net-SSH-Expect/Makefile 1.18 +1 -2 ports/net/p5-Net-SSH-Perl/Makefile 1.10 +1 -2 ports/net/p5-Net-SSH/Makefile 1.4 +1 -2 ports/net/p5-Net-SSH2/Makefile 1.24 +1 -2 ports/net/p5-Net-Server/Makefile 1.8 +1 -1 ports/net/p5-Net-Services/Makefile 1.6 +1 -2 ports/net/p5-Net-TCLink/Makefile 1.3 +1 -2 ports/net/p5-Net-Telnet-Netscreen/Makefile 1.13 +1 -2 ports/net/p5-Net-Telnet/Makefile 1.6 +1 -2 ports/net/p5-Net-TiVo/Makefile 1.9 +1 -2 ports/net/p5-Net-Traceroute/Makefile 1.8 +1 -2 ports/net/p5-Net-Traceroute6/Makefile 1.5 +1 -2 ports/net/p5-Net-Wake/Makefile 1.3 +1 -2 ports/net/p5-Net-Whois-ARIN/Makefile 1.4 +1 -2 ports/net/p5-Net-Whois-IP/Makefile 1.13 +1 -1 ports/net/p5-Net-Whois-RIPE/Makefile 1.17 +1 -2 ports/net/p5-Net-Whois/Makefile 1.15 +1 -2 ports/net/p5-Net-XWhois/Makefile 1.7 +1 -2 ports/net/p5-Net-Z3950-ZOOM/Makefile 1.9 +1 -2 ports/net/p5-Net-ext/Makefile 1.10 +1 -2 ports/net/p5-NetAddr-IP-Count/Makefile 1.8 +1 -2 ports/net/p5-NetPacket/Makefile 1.5 +1 -2 ports/net/p5-OurNet-BBS/Makefile 1.2 +1 -2 ports/net/p5-OurNet-BBSAgent/Makefile 1.11 +1 -2 ports/net/p5-POE-Component-Client-Keepalive/Makefile 1.13 +1 -2 ports/net/p5-POE-Component-Client-Ping/Makefile 1.6 +1 -2 ports/net/p5-POE-Component-Client-Telnet/Makefile 1.4 +1 -2 ports/net/p5-POE-Component-Client-Traceroute/Makefile 1.4 +1 -2 ports/net/p5-POE-Component-ControlPort/Makefile 1.6 +1 -2 ports/net/p5-POE-Component-Pcap/Makefile 1.2 +1 -2 ports/net/p5-POE-Component-Spread/Makefile 1.7 +1 -2 ports/net/p5-Parallel-MPI/Makefile 1.7 +1 -2 ports/net/p5-Parallel-Pvm/Makefile 1.18 +1 -2 ports/net/p5-PlRPC/Makefile 1.3 +2 -2 ports/net/p5-REST-Application/Makefile 1.2 +1 -2 ports/net/p5-RPC-Simple/Makefile 1.14 +1 -2 ports/net/p5-RPC-XML/Makefile 1.5 +1 -1 ports/net/p5-ResourcePool-Resource-Net-LDAP/Makefile 1.5 +1 -1 ports/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile 1.7 +1 -2 ports/net/p5-SOAP-Data-Builder/Makefile 1.2 +1 -2 ports/net/p5-SOAP-Lite-060/Makefile 1.14 +1 -2 ports/net/p5-SOAP-Lite/Makefile 1.9 +1 -2 ports/net/p5-SOAP/Makefile 1.2 +1 -2 ports/net/p5-Socket-Multicast6/Makefile 1.17 +1 -2 ports/net/p5-Socket6/Makefile 1.10 +1 -2 ports/net/p5-Socks/Makefile 1.4 +1 -1 ports/net/p5-Spread-Message/Makefile 1.6 +1 -1 ports/net/p5-Spread-Session/Makefile 1.3 +1 -2 ports/net/p5-URI-OpenURL/Makefile 1.39 +1 -2 ports/net/p5-URI/Makefile 1.3 +1 -1 ports/net/p5-Validate-Net/Makefile 1.3 +1 -1 ports/net/p5-What/Makefile 1.3 +1 -2 ports/net/p5-X500-DN/Makefile 1.8 +1 -1 ports/net/p5-XPC/Makefile 1.14 +1 -2 ports/news/p5-Gateway/Makefile 1.2 +1 -2 ports/news/p5-NNML/Makefile 1.11 +1 -2 ports/news/p5-NNTPClient/Makefile 1.7 +1 -2 ports/news/p5-News-Article-NoCeM/Makefile 1.20 +1 -2 ports/news/p5-News-Article/Makefile 1.15 +1 -2 ports/news/p5-News-Newsrc/Makefile 1.2 +1 -2 ports/news/p5-NewsLib/Makefile 1.9 +1 -2 ports/news/p5-POE-Component-Client-NNTP/Makefile 1.3 +1 -2 ports/palm/p5-Palm-PalmDoc/Makefile 1.11 +1 -2 ports/print/axpoint/Makefile 1.5 +1 -2 ports/print/p5-Net-Printer/Makefile 1.3 +1 -2 ports/print/p5-PDF-Template/Makefile 1.11 +1 -2 ports/print/p5-PDFLib/Makefile 1.5 +1 -2 ports/print/p5-PostScript-Simple/Makefile 1.16 +1 -2 ports/print/p5-Text-PDF/Makefile 1.5 +1 -2 ports/print/p5-XML-ApacheFOP/Makefile 1.6 +1 -2 ports/russian/p5-Lingua-RU-Charset/Makefile 1.4 +1 -2 ports/russian/p5-cyrillic/Makefile 1.3 +1 -2 ports/science/p5-Algorithm-SVMLight/Makefile 1.9 +1 -2 ports/science/p5-Chemistry-Elements/Makefile 1.3 +1 -2 ports/security/p5-Authen-Bitcard/Makefile 1.4 +1 -2 ports/security/p5-Authen-Captcha/Makefile 1.2 +1 -2 ports/security/p5-Authen-CyrusSASL/Makefile 1.6 +1 -2 ports/security/p5-Authen-Htpasswd/Makefile 1.13 +1 -2 ports/security/p5-Authen-Krb5/Makefile 1.5 +1 -2 ports/security/p5-Authen-Libwrap/Makefile 1.3 +1 -2 ports/security/p5-Authen-NTLM/Makefile 1.3 +1 -2 ports/security/p5-Authen-PAAS/Makefile 1.17 +1 -2 ports/security/p5-Authen-PAM/Makefile 1.3 +1 -2 ports/security/p5-Authen-PluggableCaptcha/Makefile 1.29 +1 -2 ports/security/p5-Authen-Radius/Makefile 1.5 +1 -2 ports/security/p5-Authen-SASL-Cyrus/Makefile 1.16 +1 -2 ports/security/p5-Authen-SASL/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-DBI/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-DBM/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-HTTP/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-LDAP/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-Net/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-PAM/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-Passwd/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-RADIUS/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-SMB/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple-SSH/Makefile 1.3 +1 -2 ports/security/p5-Authen-Simple/Makefile 1.5 +1 -2 ports/security/p5-Authen-Smb/Makefile 1.8 +1 -2 ports/security/p5-Authen-TacacsPlus/Makefile 1.8 +1 -2 ports/security/p5-Authen-Ticket/Makefile 1.3 +1 -2 ports/security/p5-Authen-TypeKey/Makefile 1.7 +1 -2 ports/security/p5-Crypt-Anubis/Makefile 1.4 +1 -2 ports/security/p5-Crypt-AppleTwoFish/Makefile 1.7 +1 -2 ports/security/p5-Crypt-Blowfish/Makefile 1.5 +1 -2 ports/security/p5-Crypt-Blowfish_PP/Makefile 1.6 +1 -2 ports/security/p5-Crypt-CAST5_PP/Makefile 1.4 +1 -2 ports/security/p5-Crypt-CFB/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Caesar/Makefile 1.2 +1 -2 ports/security/p5-Crypt-Camellia_PP/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Chimera/Makefile 1.12 +1 -2 ports/security/p5-Crypt-CipherSaber/Makefile 1.12 +1 -2 ports/security/p5-Crypt-Cracklib/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Ctr/Makefile 1.26 +1 -2 ports/security/p5-Crypt-DES/Makefile 1.8 +1 -2 ports/security/p5-Crypt-DES_EDE3/Makefile 1.4 +1 -2 ports/security/p5-Crypt-DES_PP/Makefile 1.14 +1 -2 ports/security/p5-Crypt-DH/Makefile 1.13 +1 -2 ports/security/p5-Crypt-DSA/Makefile 1.3 +1 -2 ports/security/p5-Crypt-Dining/Makefile 1.8 +1 -2 ports/security/p5-Crypt-ECB/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Enigma/Makefile 1.4 +1 -2 ports/security/p5-Crypt-GOST/Makefile 1.4 +1 -2 ports/security/p5-Crypt-GOST_PP/Makefile 1.6 +1 -2 ports/security/p5-Crypt-GPG/Makefile 1.3 +1 -2 ports/security/p5-Crypt-GeneratePassword/Makefile 1.4 +1 -2 ports/security/p5-Crypt-HCE_MD5/Makefile 1.11 +1 -2 ports/security/p5-Crypt-HCE_SHA/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Imail/Makefile 1.5 +1 -2 ports/security/p5-Crypt-Khazad/Makefile 1.5 +1 -2 ports/security/p5-Crypt-License/Makefile 1.6 +1 -2 ports/security/p5-Crypt-Lite/Makefile 1.5 +1 -2 ports/security/p5-Crypt-Loki97/Makefile 1.5 +1 -2 ports/security/p5-Crypt-MySQL/Makefile 1.2 +1 -2 ports/security/p5-Crypt-NULL/Makefile 1.4 +1 -2 ports/security/p5-Crypt-OFB/Makefile 1.5 +1 -2 ports/security/p5-Crypt-OICQ/Makefile 1.8 +1 -2 ports/security/p5-Crypt-OTP/Makefile 1.16 +1 -2 ports/security/p5-Crypt-OpenPGP/Makefile 1.3 +1 -2 ports/security/p5-Crypt-OpenSSL-Bignum/Makefile 1.12 +1 -2 ports/security/p5-Crypt-OpenSSL-DSA/Makefile 1.22 +1 -2 ports/security/p5-Crypt-OpenSSL-RSA/Makefile 1.10 +1 -2 ports/security/p5-Crypt-OpenSSL-Random/Makefile 1.2 +1 -2 ports/security/p5-Crypt-OpenSSL-X509/Makefile 1.4 +1 -2 ports/security/p5-Crypt-PGPSimple/Makefile 1.6 +1 -2 ports/security/p5-Crypt-PassGen/Makefile 1.8 +1 -2 ports/security/p5-Crypt-PasswdMD5/Makefile 1.8 +1 -2 ports/security/p5-Crypt-Primes/Makefile 1.7 +1 -2 ports/security/p5-Crypt-RC4/Makefile 1.8 +1 -2 ports/security/p5-Crypt-RC5/Makefile 1.8 +1 -2 ports/security/p5-Crypt-RC6/Makefile 1.5 +1 -2 ports/security/p5-Crypt-RIPEMD160/Makefile 1.11 +1 -2 ports/security/p5-Crypt-RSA/Makefile 1.5 +1 -2 ports/security/p5-Crypt-Rabbit/Makefile 1.10 +1 -2 ports/security/p5-Crypt-RandPasswd/Makefile 1.11 +1 -2 ports/security/p5-Crypt-Random/Makefile 1.2 +1 -2 ports/security/p5-Crypt-Rijndael_PP/Makefile 1.4 +1 -2 ports/security/p5-Crypt-SKey/Makefile 1.27 +1 -2 ports/security/p5-Crypt-SSLeay/Makefile 1.4 +1 -2 ports/security/p5-Crypt-Salt/Makefile 1.5 +1 -2 ports/security/p5-Crypt-SaltedHash/Makefile 1.7 +1 -2 ports/security/p5-Crypt-Serpent/Makefile 1.5 +1 -2 ports/security/p5-Crypt-Shark/Makefile 1.4 +1 -2 ports/security/p5-Crypt-SmbHash/Makefile 1.7 +1 -2 ports/security/p5-Crypt-Solitaire/Makefile 1.4 +1 -2 ports/security/p5-Crypt-TEA/Makefile 1.9 +1 -2 ports/security/p5-Crypt-TripleDES/Makefile 1.13 +1 -2 ports/security/p5-Crypt-Twofish/Makefile 1.9 +1 -2 ports/security/p5-Crypt-Twofish2/Makefile 1.10 +1 -2 ports/security/p5-Crypt-UnixCrypt/Makefile 1.6 +1 -2 ports/security/p5-Crypt-X509/Makefile 1.7 +1 -2 ports/security/p5-Data-Entropy/Makefile 1.3 +1 -2 ports/security/p5-Data-Password/Makefile 1.4 +1 -2 ports/security/p5-Digest-Adler32/Makefile 1.5 +1 -2 ports/security/p5-Digest-BubbleBabble/Makefile 1.7 +1 -2 ports/security/p5-Digest-CRC/Makefile 1.4 +1 -2 ports/security/p5-Digest-Crc32/Makefile 1.5 +1 -2 ports/security/p5-Digest-DJB/Makefile 1.5 +1 -2 ports/security/p5-Digest-DMAC/Makefile 1.5 +1 -2 ports/security/p5-Digest-EMAC/Makefile 1.6 +1 -2 ports/security/p5-Digest-Elf/Makefile 1.5 +1 -2 ports/security/p5-Digest-FNV/Makefile 1.7 +1 -2 ports/security/p5-Digest-HMAC/Makefile 1.4 +1 -1 ports/security/p5-Digest-Hashcash/Makefile 1.5 +1 -2 ports/security/p5-Digest-Haval256/Makefile 1.5 +1 -2 ports/security/p5-Digest-JHash/Makefile 1.8 +1 -2 ports/security/p5-Digest-MD2/Makefile 1.7 +1 -2 ports/security/p5-Digest-MD5-File/Makefile 1.4 +1 -2 ports/security/p5-Digest-MD5-M4p/Makefile 1.34 +1 -2 ports/security/p5-Digest-MD5/Makefile 1.5 +1 -2 ports/security/p5-Digest-ManberHash/Makefile 1.6 +1 -2 ports/security/p5-Digest-Nilsimsa/Makefile 1.4 +1 -2 ports/security/p5-Digest-Pearson-PurePerl/Makefile 1.5 +1 -2 ports/security/p5-Digest-Pearson/Makefile 1.5 +1 -2 ports/security/p5-Digest-Perl-MD4/Makefile 1.4 +1 -2 ports/security/p5-Digest-Perl-MD5/Makefile 1.11 +1 -2 ports/security/p5-Digest-SHA-PurePerl/Makefile 1.14 +1 -2 ports/security/p5-Digest-SHA1/Makefile 1.4 +1 -2 ports/security/p5-Digest-SHA256/Makefile 1.5 +1 -2 ports/security/p5-Digest-SV1/Makefile 1.4 +1 -2 ports/security/p5-Digest-Tiger/Makefile 1.7 +1 -2 ports/security/p5-Digest-Whirlpool/Makefile 1.16 +1 -2 ports/security/p5-Digest/Makefile 1.3 +1 -2 ports/security/p5-Email-Obfuscate/Makefile 1.6 +1 -2 ports/security/p5-File-Scan-ClamAV/Makefile 1.59 +1 -2 ports/security/p5-File-Scan/Makefile 1.6 +1 -2 ports/security/p5-Filter-CBC/Makefile 1.11 +1 -2 ports/security/p5-Filter-Crypto/Makefile 1.13 +1 -2 ports/security/p5-GD-SecurityImage/Makefile 1.13 +1 -1 ports/security/p5-GSSAPI/Makefile 1.2 +1 -2 ports/security/p5-HTML-Email-Obfuscate/Makefile 1.16 +1 -2 ports/security/p5-Module-Signature/Makefile 1.2 +1 -2 ports/security/p5-Net-Daemon-SSL/Makefile 1.3 +1 -2 ports/security/p5-Net-OpenID-JanRain/Makefile 1.28 +1 -2 ports/security/p5-Net-SSLeay/Makefile 1.5 +1 -2 ports/security/p5-Nmap-Scanner/Makefile 1.4 +1 -2 ports/security/p5-OpenCA-CRL/Makefile 1.2 +1 -2 ports/security/p5-OpenCA-CRR/Makefile 1.3 +1 -2 ports/security/p5-OpenCA-PKCS7/Makefile 1.3 +1 -2 ports/security/p5-OpenCA-REQ/Makefile 1.27 +1 -2 ports/security/p5-PGP-Sign/Makefile 1.25 +1 -2 ports/security/p5-PGP/Makefile 1.9 +1 -2 ports/security/p5-POE-Component-SSLify/Makefile 1.5 +1 -1 ports/security/p5-PerlCryptLib/Makefile 1.6 +2 -2 ports/security/p5-SHA/Makefile 1.6 +1 -2 ports/security/p5-Safe-Hole/Makefile 1.2 +2 -2 ports/security/p5-Snort-Rule/Makefile 1.5 +1 -2 ports/security/p5-Text-Password-Pronounceable/Makefile 1.10 +1 -2 ports/security/p5-Tie-EncryptedHash/Makefile 1.4 +1 -2 ports/security/p5-Tree-Authz/Makefile 1.4 +1 -2 ports/shells/p5-Term-ShellUI/Makefile 1.27 +1 -1 ports/shells/psh/Makefile 1.5 +1 -2 ports/shells/zoidberg/Makefile 1.3 +1 -2 ports/sysutils/p5-BSD-Jail-Object/Makefile 1.10 +1 -2 ports/sysutils/p5-BSD-Sysctl/Makefile 1.3 +1 -2 ports/sysutils/p5-Dir-Purge/Makefile 1.12 +1 -2 ports/sysutils/p5-File-Next/Makefile 1.4 +1 -2 ports/sysutils/p5-File-Which/Makefile 1.5 +1 -2 ports/sysutils/p5-Filesys-Df/Makefile 1.4 +1 -2 ports/sysutils/p5-Filesys-DiskFree/Makefile 1.9 +1 -2 ports/sysutils/p5-Filesys-DiskSpace/Makefile 1.6 +1 -2 ports/sysutils/p5-Filesys-DiskUsage/Makefile 1.4 +1 -2 ports/sysutils/p5-Filesys-Statvfs/Makefile 1.2 +2 -2 ports/sysutils/p5-Fuse-Simple/Makefile 1.4 +1 -1 ports/sysutils/p5-Fuse/Makefile 1.2 +1 -2 ports/sysutils/p5-Proc-PidUtil/Makefile 1.18 +1 -2 ports/sysutils/p5-Quota/Makefile 1.12 +1 -2 ports/sysutils/p5-Schedule-At/Makefile 1.12 +1 -2 ports/sysutils/p5-Schedule-Cron/Makefile 1.13 +1 -2 ports/sysutils/p5-Schedule-Load/Makefile 1.6 +1 -2 ports/sysutils/p5-Schedule-Match/Makefile 1.5 +1 -2 ports/sysutils/p5-Stat-lsMode/Makefile 1.5 +1 -2 ports/sysutils/p5-Sys-CpuLoad/Makefile 1.2 +1 -2 ports/sysutils/p5-Sys-Gamin/Makefile 1.3 +1 -2 ports/sysutils/p5-Sys-Hostname-FQDN/Makefile 1.6 +1 -2 ports/sysutils/p5-Sys-Hostname-Long/Makefile 1.3 +1 -2 ports/sysutils/p5-Sys-Utmp/Makefile 1.5 +1 -1 ports/sysutils/p5-Sysadm-Install/Makefile 1.9 +1 -2 ports/sysutils/p5-SyslogScan/Makefile 1.5 +1 -2 ports/sysutils/p5-Tie-Syslog/Makefile 1.11 +1 -2 ports/sysutils/p5-Unix-ConfigFile/Makefile 1.6 +1 -2 ports/sysutils/p5-Unix-Mknod/Makefile 1.10 +1 -2 ports/sysutils/p5-Unix-Processors/Makefile 1.11 +1 -2 ports/sysutils/p5-Unix-Syslog/Makefile 1.7 +1 -2 ports/sysutils/p5-User/Makefile 1.4 +2 -2 ports/sysutils/savelogs/Makefile 1.3 +1 -1 ports/textproc/btparse/Makefile 1.7 +1 -1 ports/textproc/makepatch/Makefile 1.3 +1 -2 ports/textproc/p5-AI-Categorizer/Makefile 1.6 +1 -1 ports/textproc/p5-Algorithm-RabinKarp/Makefile 1.6 +1 -2 ports/textproc/p5-Apache-ParseLog/Makefile 1.4 +1 -2 ports/textproc/p5-Apache-XBEL/Makefile 1.4 +1 -1 ports/textproc/p5-Bloom-Filter/Makefile 1.6 +1 -1 ports/textproc/p5-CAM-PDF/Makefile 1.4 +1 -1 ports/textproc/p5-CQL-Parser/Makefile 1.6 +1 -2 ports/textproc/p5-CSS-SAC/Makefile 1.5 +1 -2 ports/textproc/p5-CSS-Squish/Makefile 1.4 +1 -2 ports/textproc/p5-CSS/Makefile 1.5 +1 -1 ports/textproc/p5-Chess-PGN-Parse/Makefile 1.2 +1 -1 ports/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile 1.6 +1 -2 ports/textproc/p5-Data-Report/Makefile 1.2 +1 -2 ports/textproc/p5-Data-SpreadPagination/Makefile 1.3 +1 -2 ports/textproc/p5-Devel-TraceSAX/Makefile 1.5 +1 -2 ports/textproc/p5-Filter-Simple/Makefile 1.17 +1 -1 ports/textproc/p5-FormValidator-Simple/Makefile 1.3 +1 -1 ports/textproc/p5-Games-Dissociate/Makefile 1.6 +1 -1 ports/textproc/p5-Google-Data-JSON/Makefile 1.3 +1 -2 ports/textproc/p5-HTML-Copy/Makefile 1.2 +1 -2 ports/textproc/p5-HTML-Entities-ImodePictogram/Makefile 1.2 +1 -2 ports/textproc/p5-HTML-Entities-Numbered/Makefile 1.5 +1 -2 ports/textproc/p5-HTML-EscapeEvil/Makefile 1.9 +1 -2 ports/textproc/p5-HTML-Format/Makefile 1.2 +1 -2 ports/textproc/p5-HTML-FormatText-WithLinks/Makefile 1.3 +1 -2 ports/textproc/p5-HTML-Fraction/Makefile 1.2 +1 -2 ports/textproc/p5-HTML-SBC/Makefile 1.4 +1 -2 ports/textproc/p5-HTML-TagFilter/Makefile 1.2 +1 -1 ports/textproc/p5-HTML-Tiny/Makefile 1.8 +1 -2 ports/textproc/p5-HTML-Truncate/Makefile 1.6 +1 -2 ports/textproc/p5-Hash-Merge/Makefile 1.2 +1 -1 ports/textproc/p5-Hatena-Keyword/Makefile 1.8 +1 -1 ports/textproc/p5-IDNA-Punycode/Makefile 1.3 +1 -2 ports/textproc/p5-IO-CSVHeaderFile/Makefile 1.9 +1 -1 ports/textproc/p5-KinoSearch/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-Conjunction/Makefile 1.16 +1 -2 ports/textproc/p5-Lingua-EN-AddressParse/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-EN-Fathom/Makefile 1.7 +1 -1 ports/textproc/p5-Lingua-EN-Gender/Makefile 1.8 +1 -2 ports/textproc/p5-Lingua-EN-Infinitive/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-EN-Inflect-Number/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-EN-Inflect/Makefile 1.7 +1 -2 ports/textproc/p5-Lingua-EN-MatchNames/Makefile 1.8 +1 -2 ports/textproc/p5-Lingua-EN-NameCase/Makefile 1.12 +1 -2 ports/textproc/p5-Lingua-EN-NameParse/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-EN-NamedEntity/Makefile 1.7 +1 -2 ports/textproc/p5-Lingua-EN-Nickname/Makefile 1.2 +1 -2 ports/textproc/p5-Lingua-EN-Numbers-Easy/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-EN-Numbers/Makefile 1.7 +1 -2 ports/textproc/p5-Lingua-EN-Squeeze/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-EN-Summarize/Makefile 1.5 +1 -2 ports/textproc/p5-Lingua-EN-Syllable/Makefile 1.9 +1 -2 ports/textproc/p5-Lingua-EN-Tagger/Makefile 1.7 +1 -1 ports/textproc/p5-Lingua-Ident/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-Identify/Makefile 1.5 +1 -2 ports/textproc/p5-Lingua-Ispell/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-PT-Stemmer/Makefile 1.9 +1 -1 ports/textproc/p5-Lingua-Preferred/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-Stem-Fr/Makefile 1.6 +1 -2 ports/textproc/p5-Lingua-Stem-It/Makefile 1.4 +1 -2 ports/textproc/p5-Lingua-Stem-Ru/Makefile 1.5 +1 -2 ports/textproc/p5-Lingua-Stem-Snowball-Da/Makefile 1.6 +1 -1 ports/textproc/p5-Lingua-Stem-Snowball-No/Makefile 1.6 +1 -1 ports/textproc/p5-Lingua-Stem-Snowball-Se/Makefile 1.9 +1 -2 ports/textproc/p5-Lingua-Stem-Snowball/Makefile 1.9 +1 -2 ports/textproc/p5-Lingua-Stem/Makefile 1.7 +1 -2 ports/textproc/p5-Lingua-StopWords/Makefile 1.3 +1 -2 ports/textproc/p5-MARC-Lint/Makefile 1.3 +1 -2 ports/textproc/p5-MARC-Record/Makefile 1.5 +1 -2 ports/textproc/p5-MARC/Makefile 1.3 +1 -1 ports/textproc/p5-MKDoc-XML/Makefile 1.7 +1 -1 ports/textproc/p5-Makefile-Parser/Makefile 1.3 +1 -2 ports/textproc/p5-MathML-Entities/Makefile 1.9 +1 -2 ports/textproc/p5-NetAddr-IP-Find/Makefile 1.12 +1 -2 ports/textproc/p5-Number-Format/Makefile 1.2 +1 -2 ports/textproc/p5-Number-Spell/Makefile 1.45 +1 -2 ports/textproc/p5-PDF-API2/Makefile 1.9 +1 -2 ports/textproc/p5-PDF-Create/Makefile 1.8 +1 -2 ports/textproc/p5-PDF-FromHTML/Makefile 1.3 +1 -2 ports/textproc/p5-PDF-Writer/Makefile 1.7 +1 -2 ports/textproc/p5-POE-Filter-XML/Makefile 1.3 +1 -2 ports/textproc/p5-POSIX-Regex/Makefile 1.7 +1 -1 ports/textproc/p5-PPI-HTML/Makefile 1.19 +1 -1 ports/textproc/p5-PPI/Makefile 1.2 +1 -2 ports/textproc/p5-Parse-CSV/Makefile 1.5 +1 -2 ports/textproc/p5-Parse-FixedLength/Makefile 1.4 +1 -2 ports/textproc/p5-Parse-Flex/Makefile 1.3 +1 -2 ports/textproc/p5-Parse-PhoneNumber/Makefile 1.14 +1 -2 ports/textproc/p5-Parse-Syslog/Makefile 1.3 +1 -1 ports/textproc/p5-Petal-CodePerl/Makefile 1.4 +1 -1 ports/textproc/p5-Petal-Mail/Makefile 1.3 +1 -1 ports/textproc/p5-Petal-Utils/Makefile 1.4 +1 -1 ports/textproc/p5-Petal/Makefile 1.24 +1 -1 ports/textproc/p5-Plagger/Makefile 1.4 +1 -1 ports/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile 1.9 +1 -1 ports/textproc/p5-Plucene/Makefile 1.8 +1 -1 ports/textproc/p5-Pod-Constants/Makefile 1.4 +1 -1 ports/textproc/p5-Pod-DocBook/Makefile 1.8 +1 -2 ports/textproc/p5-Pod-POM-View-HTML-Filter/Makefile 1.4 +1 -2 ports/textproc/p5-Pod-POM/Makefile 1.21 +1 -2 ports/textproc/p5-Pod-Parser/Makefile 1.7 +1 -2 ports/textproc/p5-Pod-ProjectDocs/Makefile 1.5 +1 -2 ports/textproc/p5-Pod-Stripper/Makefile 1.8 +1 -2 ports/textproc/p5-Pod-Tree/Makefile 1.4 +1 -2 ports/textproc/p5-Pod-WSDL/Makefile 1.6 +1 -2 ports/textproc/p5-Pod-XML/Makefile 1.6 +1 -2 ports/textproc/p5-RADIUS-UserFile/Makefile 1.11 +1 -2 ports/textproc/p5-RDF-Core/Makefile 1.13 +1 -2 ports/textproc/p5-RDF-Notation3/Makefile 1.6 +1 -2 ports/textproc/p5-RDF-Simple/Makefile 1.10 +1 -2 ports/textproc/p5-RDFStore/Makefile 1.4 +1 -2 ports/textproc/p5-RTF-Parser/Makefile 1.9 +1 -2 ports/textproc/p5-RTF-Tokenizer/Makefile 1.5 +1 -2 ports/textproc/p5-RTF-Writer/Makefile 1.4 +1 -2 ports/textproc/p5-Regex-PreSuf/Makefile 1.2 +1 -2 ports/textproc/p5-Regexp-Common-profanity_us/Makefile 1.14 +1 -2 ports/textproc/p5-Regexp-Common/Makefile 1.2 +1 -1 ports/textproc/p5-Regexp-Copy/Makefile 1.2 +1 -2 ports/textproc/p5-Regexp-DefaultFlags/Makefile 1.6 +1 -2 ports/textproc/p5-Regexp-Log-Common/Makefile 1.6 +1 -2 ports/textproc/p5-Regexp-Log/Makefile 1.5 +1 -2 ports/textproc/p5-SGML-DTDParse/Makefile 1.3 +1 -2 ports/textproc/p5-SGML-Parser-OpenSP/Makefile 1.5 +1 -2 ports/textproc/p5-SGMLSpm/Makefile 1.8 +1 -2 ports/textproc/p5-SVG/Makefile 1.4 +1 -2 ports/textproc/p5-Search-VectorSpace/Makefile 1.9 +1 -1 ports/textproc/p5-Senna/Makefile 1.8 +1 -2 ports/textproc/p5-Sort-ArbBiLex/Makefile 1.6 +1 -2 ports/textproc/p5-Sort-Fields/Makefile 1.3 +1 -2 ports/textproc/p5-Sort-Naturally/Makefile 1.9 +1 -1 ports/textproc/p5-Spork/Makefile 1.14 +1 -2 ports/textproc/p5-Spreadsheet-ParseExcel/Makefile 1.6 +1 -2 ports/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile 1.31 +1 -2 ports/textproc/p5-Spreadsheet-WriteExcel/Makefile 1.6 +1 -2 ports/textproc/p5-Spreadsheet-WriteExcelXML/Makefile 1.3 +1 -2 ports/textproc/p5-String-Divert/Makefile 1.3 +1 -2 ports/textproc/p5-String-Format/Makefile 1.3 +1 -2 ports/textproc/p5-String-Fraction/Makefile 1.3 +1 -2 ports/textproc/p5-String-Koremutake/Makefile 1.8 +1 -2 ports/textproc/p5-String-Scanf/Makefile 1.8 +1 -2 ports/textproc/p5-String-ShellQuote/Makefile 1.6 +1 -2 ports/textproc/p5-String-Strip/Makefile 1.3 +1 -2 ports/textproc/p5-String-Tokenizer/Makefile 1.4 +1 -2 ports/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile 1.3 +1 -1 ports/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile 1.9 +1 -1 ports/textproc/p5-TeX-Encode/Makefile 1.4 +1 -2 ports/textproc/p5-TeX-Hyphen/Makefile 1.4 +1 -2 ports/textproc/p5-Template-Declare/Makefile 1.4 +1 -2 ports/textproc/p5-Template-Extract/Makefile 1.11 +1 -2 ports/textproc/p5-Template-Magic/Makefile 1.2 +1 -2 ports/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile 1.2 +1 -2 ports/textproc/p5-Test-Perl-Critic/Makefile 1.7 +1 -2 ports/textproc/p5-Text-ASCIITable/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Affixes/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Aligner/Makefile 1.9 +1 -2 ports/textproc/p5-Text-Autoformat/Makefile 1.13 +1 -2 ports/textproc/p5-Text-Balanced/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Bind/Makefile 1.2 +1 -2 ports/textproc/p5-Text-CSV-Simple/Makefile 1.5 +1 -2 ports/textproc/p5-Text-CSV_PP/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Capitalize/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Chomp/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Context-EitherSide/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Decorator/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Delimited/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Diff-HTML/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Diff/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Diff3/Makefile 1.8 +1 -2 ports/textproc/p5-Text-DoubleMetaphone/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Emoticon-GoogleTalk/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Emoticon/Makefile 1.5 +1 -2 ports/textproc/p5-Text-EtText/Makefile 1.3 +1 -2 ports/textproc/p5-Text-ExtractWords/Makefile 1.6 +1 -2 ports/textproc/p5-Text-FillIn/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Filter-Chain/Makefile 1.8 +1 -2 ports/textproc/p5-Text-Filter/Makefile 1.7 +1 -2 ports/textproc/p5-Text-FixedLength-Extra/Makefile 1.6 +1 -2 ports/textproc/p5-Text-FixedLength/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Flowchart/Makefile 1.2 +1 -2 ports/textproc/p5-Text-Format+NWrap/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Format/Makefile 1.7 +1 -2 ports/textproc/p5-Text-FormatTable/Makefile 1.4 +1 -1 ports/textproc/p5-Text-German/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Glob/Makefile 1.7 +1 -2 ports/textproc/p5-Text-Graphics/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Hatena/Makefile 1.2 +1 -1 ports/textproc/p5-Text-Highlight/Makefile 1.3 +1 -1 ports/textproc/p5-Text-Language-Guess/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Metaphone/Makefile 1.3 +1 -2 ports/textproc/p5-Text-NeatTemplate/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Netstring/Makefile 1.8 +1 -2 ports/textproc/p5-Text-Ngram/Makefile 1.11 +1 -2 ports/textproc/p5-Text-Ngrams/Makefile 1.3 +1 -3 ports/textproc/p5-Text-Original/Makefile 1.7 +1 -2 ports/textproc/p5-Text-ParagraphDiff/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Query/Makefile 1.13 +1 -2 ports/textproc/p5-Text-Quoted/Makefile 1.17 +1 -2 ports/textproc/p5-Text-RecordParser/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Report/Makefile 1.5 +1 -2 ports/textproc/p5-Text-Repository/Makefile 1.8 +1 -2 ports/textproc/p5-Text-Shellwords/Makefile 1.5 +1 -1 ports/textproc/p5-Text-SimpleTable/Makefile 1.6 +1 -2 ports/textproc/p5-Text-SimpleTemplate/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Striphigh/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Table/Makefile 1.6 +1 -2 ports/textproc/p5-Text-Tabs+Wrap/Makefile 1.7 +1 -2 ports/textproc/p5-Text-TabularDisplay/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Tags/Makefile 1.16 +1 -2 ports/textproc/p5-Text-Template/Makefile 1.4 +1 -2 ports/textproc/p5-Text-Textile/Makefile 1.9 +1 -2 ports/textproc/p5-Text-Tmpl/Makefile 1.3 +1 -2 ports/textproc/p5-Text-Unaccent/Makefile 1.7 +1 -1 ports/textproc/p5-Text-VimColor/Makefile 1.13 +1 -2 ports/textproc/p5-Text-WikiFormat/Makefile 1.4 +1 -2 ports/textproc/p5-Text-WordDiff/Makefile 1.7 +1 -2 ports/textproc/p5-Text-Wrapper/Makefile 1.9 +1 -2 ports/textproc/p5-Text-vCard/Makefile 1.6 +1 -2 ports/textproc/p5-Time-Human/Makefile 1.13 +1 -2 ports/textproc/p5-Tk-XMLViewer/Makefile 1.9 +1 -2 ports/textproc/p5-Tree-Nary/Makefile 1.6 +1 -2 ports/textproc/p5-UML-State/Makefile 1.10 +1 -2 ports/textproc/p5-URI-Find/Makefile 1.5 +1 -2 ports/textproc/p5-Unicode-Normalize/Makefile 1.8 +1 -1 ports/textproc/p5-WDDX/Makefile 1.3 +1 -2 ports/textproc/p5-WWW-Google-SiteMap/Makefile 1.5 +1 -2 ports/textproc/p5-XML-Atom-Filter/Makefile 1.5 +1 -2 ports/textproc/p5-XML-Atom-SimpleFeed/Makefile 1.6 +1 -2 ports/textproc/p5-XML-Atom-Stream/Makefile 1.7 +1 -2 ports/textproc/p5-XML-AutoWriter/Makefile 1.8 +1 -2 ports/textproc/p5-XML-Catalog/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Clean/Makefile 1.5 +1 -2 ports/textproc/p5-XML-DOM-Lite/Makefile 1.7 +1 -2 ports/textproc/p5-XML-DOM-XPath/Makefile 1.16 +1 -2 ports/textproc/p5-XML-DOM/Makefile 1.14 +1 -2 ports/textproc/p5-XML-DT/Makefile 1.3 +1 -2 ports/textproc/p5-XML-DifferenceMarkup/Makefile 1.9 +1 -2 ports/textproc/p5-XML-Directory/Makefile 1.3 +1 -2 ports/textproc/p5-XML-Driver-HTML/Makefile 1.11 +1 -2 ports/textproc/p5-XML-Dumper/Makefile 1.6 +1 -2 ports/textproc/p5-XML-Encoding/Makefile 1.3 +1 -1 ports/textproc/p5-XML-FOAF/Makefile 1.14 +1 -2 ports/textproc/p5-XML-Feed/Makefile 1.5 +1 -2 ports/textproc/p5-XML-Filter-BufferText/Makefile 1.3 +1 -2 ports/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Filter-DetectWS/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Filter-Reindent/Makefile 1.5 +1 -2 ports/textproc/p5-XML-Filter-SAX1toSAX2/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Filter-SAXT/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Filter-XInclude/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Filter-XSLT/Makefile 1.9 +1 -2 ports/textproc/p5-XML-GDOME/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Generator-DBI/Makefile 1.6 +1 -2 ports/textproc/p5-XML-Grove/Makefile 1.3 +1 -2 ports/textproc/p5-XML-Hadler-HTMLWriter/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Handler-Dtd2DocBook/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Handler-Dtd2Html/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Handler-Trees/Makefile 1.6 +1 -2 ports/textproc/p5-XML-Handler-YAWriter/Makefile 1.13 +1 -2 ports/textproc/p5-XML-LibRSVG/Makefile 1.5 +1 -2 ports/textproc/p5-XML-LibXML-Common/Makefile 1.33 +1 -2 ports/textproc/p5-XML-LibXML/Makefile 1.18 +1 -2 ports/textproc/p5-XML-LibXSLT/Makefile 1.9 +1 -2 ports/textproc/p5-XML-Liberal/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Literal/Makefile 1.9 +1 -2 ports/textproc/p5-XML-NamespaceSupport/Makefile 1.7 +1 -2 ports/textproc/p5-XML-Node/Makefile 1.3 +1 -2 ports/textproc/p5-XML-OPML/Makefile 1.2 +1 -2 ports/textproc/p5-XML-Parser-EasyTree/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Parser-Lite-Tree/Makefile 1.3 +1 -2 ports/textproc/p5-XML-Parser-Style-Elemental/Makefile 1.4 +1 -2 ports/textproc/p5-XML-Quote/Makefile 1.19 +1 -2 ports/textproc/p5-XML-RAI/Makefile 1.4 +1 -2 ports/textproc/p5-XML-RSS-Feed/Makefile 1.9 +1 -2 ports/textproc/p5-XML-RSS-JavaScript/Makefile 1.5 +1 -2 ports/textproc/p5-XML-RSS-Liberal/Makefile 1.2 +1 -2 ports/textproc/p5-XML-RSS-SimpleGen/Makefile 1.5 +1 -2 ports/textproc/p5-XML-RegExp/Makefile 1.9 +1 -2 ports/textproc/p5-XML-SAX-Expat/Makefile 1.16 +1 -2 ports/textproc/p5-XML-SAX-ExpatXS/Makefile 1.8 +1 -2 ports/textproc/p5-XML-SAX-Machines/Makefile 1.4 +1 -2 ports/textproc/p5-XML-SAX-Simple/Makefile 1.8 +1 -2 ports/textproc/p5-XML-SAX-Writer/Makefile 1.13 +1 -2 ports/textproc/p5-XML-SAX/Makefile 1.3 +1 -2 ports/textproc/p5-XML-SAXDriver-CSV/Makefile 1.3 +1 -2 ports/textproc/p5-XML-SAXDriver-Excel/Makefile 1.5 +1 -2 ports/textproc/p5-XML-SAXDriver-Sablotron/Makefile 1.3 +1 -2 ports/textproc/p5-XML-STX/Makefile 1.7 +1 -2 ports/textproc/p5-XML-Schematron/Makefile 1.8 +1 -2 ports/textproc/p5-XML-SimpleObject-LibXML/Makefile 1.9 +1 -2 ports/textproc/p5-XML-SimpleObject/Makefile 1.17 +1 -2 ports/textproc/p5-XML-Stream/Makefile 1.10 +1 -2 ports/textproc/p5-XML-TreeBuilder/Makefile 1.5 +1 -2 ports/textproc/p5-XML-XBEL/Makefile 1.12 +1 -2 ports/textproc/p5-XML-XPath/Makefile 1.8 +1 -2 ports/textproc/p5-XML-XQL/Makefile 1.11 +1 -2 ports/textproc/p5-XML-XSLT/Makefile 1.9 +1 -2 ports/textproc/p5-XML-XUpdate-LibXML/Makefile 1.11 +1 -2 ports/textproc/p5-XML-Xerces/Makefile 1.29 +1 -2 ports/textproc/p5-YAML-Syck/Makefile 1.16 +1 -2 ports/textproc/p5-YAML/Makefile 1.3 +1 -1 ports/textproc/p5-YAPE-HTML/Makefile 1.3 +1 -1 ports/textproc/p5-YAPE-Regex-Explain/Makefile 1.5 +1 -1 ports/textproc/p5-YAPE-Regex/Makefile 1.22 +1 -1 ports/textproc/p5-ack/Makefile 1.10 +1 -2 ports/textproc/p5-dTemplate/Makefile 1.8 +1 -2 ports/textproc/p5-libxml/Makefile 1.18 +1 -2 ports/textproc/p5-podlators/Makefile 1.5 +1 -2 ports/textproc/sdf/Makefile 1.36 +1 -2 ports/www/mod_perl/Makefile 1.8 +1 -1 ports/www/p5-AMF-Perl/Makefile 1.4 +1 -2 ports/www/p5-Acme-Monta/Makefile 1.25 +1 -2 ports/www/p5-Apache-ASP/Makefile 1.7 +1 -2 ports/www/p5-Apache-AddHostPath/Makefile 1.16 +1 -2 ports/www/p5-Apache-Admin-Config/Makefile 1.6 +1 -2 ports/www/p5-Apache-AntiSpam/Makefile 1.8 +1 -2 ports/www/p5-Apache-Archive/Makefile 1.13 +1 -2 ports/www/p5-Apache-AuthTicket/Makefile 1.15 +1 -1 ports/www/p5-Apache-AuthenCache/Makefile 1.10 +1 -2 ports/www/p5-Apache-AuthenURL/Makefile 1.8 +1 -2 ports/www/p5-Apache-AutoIndex/Makefile 1.4 +1 -1 ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile 1.6 +1 -1 ports/www/p5-Apache-Clean/Makefile 1.7 +1 -1 ports/www/p5-Apache-Clean2/Makefile 1.7 +1 -2 ports/www/p5-Apache-Compress/Makefile 1.3 +1 -2 ports/www/p5-Apache-CompressClientFixup/Makefile 1.5 +1 -1 ports/www/p5-Apache-ConfigFile/Makefile 1.3 +1 -2 ports/www/p5-Apache-ConfigParser/Makefile 1.7 +1 -2 ports/www/p5-Apache-DB/Makefile 1.27 +1 -2 ports/www/p5-Apache-DBI/Makefile 1.3 +1 -2 ports/www/p5-Apache-DebugInfo/Makefile 1.6 +1 -2 ports/www/p5-Apache-DumpHeaders/Makefile 1.15 +1 -2 ports/www/p5-Apache-Filter/Makefile 1.24 +1 -2 ports/www/p5-Apache-Gallery/Makefile 1.6 +1 -2 ports/www/p5-Apache-GopherHandler/Makefile 1.9 +1 -2 ports/www/p5-Apache-Icon/Makefile 1.9 +1 -2 ports/www/p5-Apache-Language/Makefile 1.17 +1 -2 ports/www/p5-Apache-MP3/Makefile 1.5 +1 -2 ports/www/p5-Apache-NNTPGateway/Makefile 1.13 +1 -2 ports/www/p5-Apache-PageKit/Makefile 1.6 +1 -2 ports/www/p5-Apache-ParseFormData/Makefile 1.14 +1 -1 ports/www/p5-Apache-Peek/Makefile 1.2 +1 -2 ports/www/p5-Apache-Profiler/Makefile 1.15 +1 -2 ports/www/p5-Apache-Radius/Makefile 1.6 +1 -2 ports/www/p5-Apache-Reload/Makefile 1.10 +1 -2 ports/www/p5-Apache-SSI/Makefile 1.4 +2 -2 ports/www/p5-Apache-Scoreboard/Makefile 1.2 +1 -2 ports/www/p5-Apache-Session-SQLite3/Makefile 1.10 +1 -2 ports/www/p5-Apache-Session-SharedMem/Makefile 1.19 +1 -2 ports/www/p5-Apache-Session/Makefile 1.3 +1 -2 ports/www/p5-Apache-SessionX/Makefile 1.2 +1 -2 ports/www/p5-Apache-Singleton/Makefile 1.8 +1 -2 ports/www/p5-Apache-SubProcess/Makefile 1.2 +1 -2 ports/www/p5-Apache-Template/Makefile 1.9 +1 -2 ports/www/p5-Apache2-Scoreboard/Makefile 1.5 +1 -1 ports/www/p5-ApacheBench/Makefile 1.3 +1 -2 ports/www/p5-B-LexInfo/Makefile 1.17 +1 -2 ports/www/p5-Bundle-Slash/Makefile 1.13 +1 -2 ports/www/p5-Bundle-Sledge/Makefile 1.4 +1 -2 ports/www/p5-Business-PayPal/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile 1.4 +1 -2 ports/www/p5-CGI-Application-Plugin-AutoRunmode/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-DBH/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-DebugScreen/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-Forward/Makefile 1.4 +1 -2 ports/www/p5-CGI-Application-Plugin-HTDot/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-LogDispatch/Makefile 1.4 +1 -2 ports/www/p5-CGI-Application-Plugin-MessageStack/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-Redirect/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-Session/Makefile 1.4 +1 -2 ports/www/p5-CGI-Application-Plugin-Stream/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-TT/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-ValidateRM/Makefile 1.3 +1 -2 ports/www/p5-CGI-Application-Plugin-ViewCode/Makefile 1.8 +1 -2 ports/www/p5-CGI-ArgChecker/Makefile 1.3 +1 -1 ports/www/p5-CGI-Builder-TT2/Makefile 1.6 +1 -2 ports/www/p5-CGI-Builder/Makefile 1.16 +1 -2 ports/www/p5-CGI-Cache/Makefile 1.3 +1 -2 ports/www/p5-CGI-Expand/Makefile 1.3 +1 -2 ports/www/p5-CGI-FCKeditor/Makefile 1.11 +1 -2 ports/www/p5-CGI-FastTemplate/Makefile 1.4 +1 -1 ports/www/p5-CGI-FormBuilder/Makefile 1.6 +1 -2 ports/www/p5-CGI-Kwiki/Makefile 1.3 +1 -2 ports/www/p5-CGI-Prototype/Makefile 1.2 +1 -2 ports/www/p5-CGI-Response/Makefile 1.9 +1 -2 ports/www/p5-CGI-SSI/Makefile 1.16 +1 -1 ports/www/p5-CGI-Session/Makefile 1.4 +1 -1 ports/www/p5-CGI-Simple/Makefile 1.14 +1 -2 ports/www/p5-CGI-SpeedyCGI/Makefile 1.3 +1 -2 ports/www/p5-CGI-Untaint-date/Makefile 1.2 +1 -2 ports/www/p5-CGI-Untaint-email/Makefile 1.6 +1 -2 ports/www/p5-CGI-XMLApplication/Makefile 1.35 +1 -1 ports/www/p5-CGI.pm/Makefile 1.26 +1 -2 ports/www/p5-CGI_Lite/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Action-REST/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Authentication-Store-LDAP/Makefile 1.3 +1 -1 ports/www/p5-Catalyst-Controller-BindLex/Makefile 1.4 +1 -2 ports/www/p5-Catalyst-Controller-FormBuilder/Makefile 1.2 +1 -1 ports/www/p5-Catalyst-Controller-HTML-FormFu/Makefile 1.5 +1 -2 ports/www/p5-Catalyst-Enzyme/Makefile 1.7 +1 -2 ports/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile 1.10 +1 -2 ports/www/p5-Catalyst-Log-Log4perl/Makefile 1.2 +1 -2 ports/www/p5-Catalyst-Model-CDBI-Plain/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Model-CDBI-Sweet/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Model-CDBI/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Model-DBIC-Plain/Makefile 1.16 +1 -2 ports/www/p5-Catalyst-Model-DBIC-Schema/Makefile 1.4 +1 -2 ports/www/p5-Catalyst-Model-Oryx/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Model-XML-Feed/Makefile 1.6 +1 -1 ports/www/p5-Catalyst-Model-Xapian/Makefile 1.6 +1 -1 ports/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-Authentication-Store-DBIx-Class/Makefile 1.5 +1 -1 ports/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile 1.8 +1 -2 ports/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile 1.8 +1 -2 ports/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile 1.4 +1 -2 ports/www/p5-Catalyst-Plugin-C3/Makefile 1.6 +1 -2 ports/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile 1.5 +1 -2 ports/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile 1.6 +1 -2 ports/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile 1.4 +1 -2 ports/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile 1.5 +1 -2 ports/www/p5-Catalyst-Plugin-Cache/Makefile 1.2 +1 -2 ports/www/p5-Catalyst-Plugin-Captcha/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile 1.9 +1 -1 ports/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile 1.4 +1 -1 ports/www/p5-Catalyst-Plugin-FormValidator/Makefile 1.6 +1 -1 ports/www/p5-Catalyst-Plugin-HTML-Widget/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-LogWarnings/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-Params-Nested/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Plugin-Pluggable/Makefile 1.8 +1 -1 ports/www/p5-Catalyst-Plugin-Prototype/Makefile 1.2 +1 -2 ports/www/p5-Catalyst-Plugin-Server/Makefile 1.5 +1 -1 ports/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile 1.11 +1 -2 ports/www/p5-Catalyst-Plugin-Session-State-URI/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile 1.5 +1 -2 ports/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile 1.3 +1 -2 ports/www/p5-Catalyst-Plugin-Setenv/Makefile 1.5 +1 -1 ports/www/p5-Catalyst-Plugin-Singleton/Makefile 1.7 +1 -1 ports/www/p5-Catalyst-Plugin-Static/Makefile 1.4 +1 -1 ports/www/p5-Catalyst-Plugin-Textile/Makefile 1.6 +1 -1 ports/www/p5-Catalyst-Plugin-XMLRPC/Makefile 1.4 +1 -1 ports/www/p5-Catalyst-View-ClearSilver/Makefile 1.4 +1 -2 ports/www/p5-Catalyst-View-GraphViz/Makefile 1.9 +1 -2 ports/www/p5-Catalyst-View-HTML-Template-Compiled/Makefile 1.5 +1 -2 ports/www/p5-Catalyst-View-TT-ControllerLocal/Makefile 1.3 +1 -1 ports/www/p5-Catalyst-View-Templated/Makefile 1.2 +1 -1 ports/www/p5-Catalyst-View-XSLT/Makefile 1.5 +1 -1 ports/www/p5-Class-DBI-FromForm/Makefile 1.4 +1 -2 ports/www/p5-Compress-LeadingBlankSpaces/Makefile 1.3 +1 -2 ports/www/p5-Data-TreeDumper-Renderer-DHTML/Makefile 1.5 +1 -2 ports/www/p5-FAQ-OMatic/Makefile 1.6 +1 -1 ports/www/p5-FEAR-API/Makefile 1.17 +1 -1 ports/www/p5-FastCGI/Makefile 1.4 +1 -1 ports/www/p5-Feed-Find/Makefile 1.8 +1 -2 ports/www/p5-Flickr-API/Makefile 1.4 +1 -2 ports/www/p5-Geo-Caching/Makefile 1.15 +1 -2 ports/www/p5-HTML-CalendarMonthSimple/Makefile 1.3 +1 -2 ports/www/p5-HTML-Chunks/Makefile 1.10 +1 -2 ports/www/p5-HTML-Clean/Makefile 1.3 +1 -2 ports/www/p5-HTML-Diff/Makefile 1.2 +1 -2 ports/www/p5-HTML-Display/Makefile 1.9 +1 -2 ports/www/p5-HTML-Element-Extended/Makefile 1.2 +1 -2 ports/www/p5-HTML-Element-Library/Makefile 1.20 +1 -2 ports/www/p5-HTML-Embperl/Makefile 1.2 +1 -2 ports/www/p5-HTML-FillInForm-ForceUTF8/Makefile 1.17 +1 -2 ports/www/p5-HTML-FillInForm/Makefile 1.3 +1 -1 ports/www/p5-HTML-FormFu/Makefile 1.7 +1 -2 ports/www/p5-HTML-FromText/Makefile 1.4 +1 -2 ports/www/p5-HTML-LinkExtractor/Makefile 1.3 +1 -2 ports/www/p5-HTML-Lint/Makefile 1.2 +1 -2 ports/www/p5-HTML-Location/Makefile 1.59 +1 -2 ports/www/p5-HTML-Mason/Makefile 1.8 +1 -2 ports/www/p5-HTML-Pager/Makefile 1.2 +1 -2 ports/www/p5-HTML-PrettyPrinter/Makefile 1.20 +1 -2 ports/www/p5-HTML-Prototype/Makefile 1.20 +1 -2 ports/www/p5-HTML-QuickCheck/Makefile 1.3 +1 -2 ports/www/p5-HTML-RSSAutodiscovery/Makefile 1.5 +1 -2 ports/www/p5-HTML-ResolveLink/Makefile 1.2 +1 -1 ports/www/p5-HTML-RobotsMETA/Makefile 1.4 +1 -2 ports/www/p5-HTML-Scrubber/Makefile 1.13 +1 -2 ports/www/p5-HTML-SimpleLinkExtor/Makefile 1.8 +1 -2 ports/www/p5-HTML-SimpleParse/Makefile 1.8 +1 -2 ports/www/p5-HTML-StickyQuery/Makefile 1.25 +1 -2 ports/www/p5-HTML-Stream/Makefile 1.8 +1 -2 ports/www/p5-HTML-Strip/Makefile 1.10 +1 -2 ports/www/p5-HTML-Summary/Makefile 1.27 +1 -2 ports/www/p5-HTML-TableExtract/Makefile 1.9 +1 -2 ports/www/p5-HTML-TableLayout/Makefile 1.12 +1 -2 ports/www/p5-HTML-TableTiler/Makefile 1.4 +1 -2 ports/www/p5-HTML-TagCloud-Extended/Makefile 1.6 +1 -2 ports/www/p5-HTML-TagCloud/Makefile 1.4 +1 -2 ports/www/p5-HTML-TagParser/Makefile 1.11 +1 -2 ports/www/p5-HTML-Tagset/Makefile 1.6 +1 -1 ports/www/p5-HTML-Template-Associate/Makefile 1.33 +1 -2 ports/www/p5-HTML-Template-Compiled/Makefile 1.12 +1 -2 ports/www/p5-HTML-Template-Expr/Makefile 1.3 +1 -2 ports/www/p5-HTML-Template-HashWrapper/Makefile 1.19 +1 -2 ports/www/p5-HTML-Template/Makefile 1.6 +1 -2 ports/www/p5-HTML-TokeParser-Simple/Makefile 1.22 +1 -2 ports/www/p5-HTML-Tree/Makefile 1.7 +1 -2 ports/www/p5-HTML-TreeBuilder-XPath/Makefile 1.4 +1 -2 ports/www/p5-HTML-Widget-DBIC/Makefile 1.14 +1 -2 ports/www/p5-HTML-Widget/Makefile 1.8 +1 -2 ports/www/p5-HTML-Widgets-SelectLayers/Makefile 1.5 +1 -2 ports/www/p5-HTML-WikiConverter-DokuWiki/Makefile 1.5 +1 -2 ports/www/p5-HTML-WikiConverter-Markdown/Makefile 1.7 +1 -2 ports/www/p5-HTML-WikiConverter-MediaWiki/Makefile 1.5 +1 -2 ports/www/p5-HTML-WikiConverter-MoinMoin/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-Oddmuse/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-PbWiki/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-PhpWiki/Makefile 1.5 +1 -2 ports/www/p5-HTML-WikiConverter-PmWiki/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-SnipSnap/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-Socialtext/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-TikiWiki/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-UseMod/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-WakkaWiki/Makefile 1.4 +1 -2 ports/www/p5-HTML-WikiConverter-WikkaWiki/Makefile 1.10 +1 -2 ports/www/p5-HTML-WikiConverter/Makefile 1.6 +1 -1 ports/www/p5-HTTP-BrowserDetect/Makefile 1.5 +1 -2 ports/www/p5-HTTP-Cache-Transparent/Makefile 1.5 +1 -2 ports/www/p5-HTTP-Cookies-Mozilla/Makefile 1.4 +1 -2 ports/www/p5-HTTP-Cookies-iCab/Makefile 1.3 +1 -2 ports/www/p5-HTTP-Cookies-w3m/Makefile 1.6 +1 -2 ports/www/p5-HTTP-DAV/Makefile 1.7 +1 -2 ports/www/p5-HTTP-GHTTP/Makefile 1.4 +1 -2 ports/www/p5-HTTP-Lite/Makefile 1.2 +1 -2 ports/www/p5-HTTP-MHTTP/Makefile 1.4 +1 -1 ports/www/p5-HTTP-Recorder/Makefile 1.6 +1 -2 ports/www/p5-HTTP-Request-AsCGI/Makefile 1.2 +1 -2 ports/www/p5-HTTP-Request-Params/Makefile 1.5 +1 -2 ports/www/p5-HTTP-Server-Simple-Mason/Makefile 1.3 +1 -2 ports/www/p5-HTTP-Server-Simple-Recorder/Makefile 1.5 +1 -2 ports/www/p5-HTTP-SimpleLinkChecker/Makefile 1.4 +1 -2 ports/www/p5-HTTP-Size/Makefile 1.8 +1 -2 ports/www/p5-HTTP-WebTest/Makefile 1.6 +1 -1 ports/www/p5-HTTPD-Log-Filter/Makefile 1.27 +1 -2 ports/www/p5-HTTPD-User-Manage/Makefile 1.11 +1 -2 ports/www/p5-Handel/Makefile 1.3 +1 -1 ports/www/p5-IMDB-Movie/Makefile 1.10 +1 -2 ports/www/p5-Jifty/Makefile 1.6 +1 -2 ports/www/p5-LWP-Authen-Wsse/Makefile 1.8 +1 -2 ports/www/p5-MasonX-Interp-WithCallbacks/Makefile 1.5 +1 -2 ports/www/p5-MasonX-Request-WithApacheSession/Makefile 1.7 +1 -2 ports/www/p5-MasonX-WebApp/Makefile 1.8 +1 -1 ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile 1.6 +1 -1 ports/www/p5-Maypole-Component/Makefile 1.14 +1 -1 ports/www/p5-Maypole/Makefile 1.6 +1 -2 ports/www/p5-Net-Akismet/Makefile 1.10 +1 -2 ports/www/p5-Net-Flickr-API/Makefile 1.8 +1 -2 ports/www/p5-Net-Flickr-Backup/Makefile 1.6 +1 -2 ports/www/p5-Net-eBay/Makefile 1.3 +1 -1 ports/www/p5-Newsletter/Makefile 1.29 +1 -2 ports/www/p5-POE-Component-Client-HTTP/Makefile 1.8 +1 -1 ports/www/p5-POE-Component-Client-UserAgent/Makefile 1.9 +1 -2 ports/www/p5-POE-Component-Server-HTTP/Makefile 1.3 +1 -2 ports/www/p5-POE-Component-Server-HTTPServer/Makefile 1.28 +1 -1 ports/www/p5-ParallelUA/Makefile 1.6 +1 -1 ports/www/p5-PodToHTML/Makefile 1.3 +1 -1 ports/www/p5-SCGI/Makefile 1.4 +1 -1 ports/www/p5-SRU/Makefile 1.4 +1 -1 ports/www/p5-SWF-Chart/Makefile 1.4 +1 -2 ports/www/p5-Syntax-Highlight-HTML/Makefile 1.4 +1 -2 ports/www/p5-Syntax-Highlight-Shell/Makefile 1.3 +1 -2 ports/www/p5-Template-GD/Makefile 1.8 +1 -2 ports/www/p5-Template-Multilingual/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-Class/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-Clickable-Email/Makefile 1.4 +1 -2 ports/www/p5-Template-Plugin-Clickable/Makefile 1.6 +1 -2 ports/www/p5-Template-Plugin-Comma/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-JSON/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-JavaScript/Makefile 1.5 +1 -2 ports/www/p5-Template-Plugin-MP3/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-Markdown/Makefile 1.4 +1 -2 ports/www/p5-Template-Plugin-Monta/Makefile 1.3 +1 -2 ports/www/p5-Template-Plugin-Subst/Makefile 1.2 +1 -2 ports/www/p5-Template-Plugin-VMethods/Makefile 1.7 +1 -2 ports/www/p5-Template-Provider-Encoding/Makefile 1.4 +1 -2 ports/www/p5-Template-Timer/Makefile 1.29 +1 -2 ports/www/p5-Template-Toolkit/Makefile 1.5 +1 -2 ports/www/p5-Test-HTTP-Server-Simple/Makefile 1.4 +1 -1 ports/www/p5-TestGen4Web-Runner/Makefile 1.3 +1 -2 ports/www/p5-Text-Markdown-ApacheHandler/Makefile 1.10 +1 -2 ports/www/p5-URI-Fetch/Makefile 1.9 +1 -1 ports/www/p5-URI-Sequin/Makefile 1.2 +1 -2 ports/www/p5-URI-ToDisk/Makefile 1.5 +1 -1 ports/www/p5-W3C-LinkChecker/Makefile 1.11 +1 -2 ports/www/p5-W3C-LogValidator/Makefile 1.15 +1 -2 ports/www/p5-WWW-Babelfish/Makefile 1.3 +1 -2 ports/www/p5-WWW-Baseball-NPB/Makefile 1.3 +1 -2 ports/www/p5-WWW-Comic/Makefile 1.7 +1 -2 ports/www/p5-WWW-Curl/Makefile 1.13 +1 -2 ports/www/p5-WWW-Dilbert/Makefile 1.5 +1 -2 ports/www/p5-WWW-Google-Calculator/Makefile 1.5 +1 -2 ports/www/p5-WWW-Google-News/Makefile 1.3 +1 -2 ports/www/p5-WWW-Google-Notebook/Makefile 1.5 +1 -2 ports/www/p5-WWW-Google-Video/Makefile 1.8 +1 -2 ports/www/p5-WWW-Link/Makefile 1.2 +1 -1 ports/www/p5-WWW-Mechanize-DecodedContent/Makefile 1.4 +1 -2 ports/www/p5-WWW-Mechanize-Pluggable/Makefile 1.3 +1 -2 ports/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile 1.11 +1 -2 ports/www/p5-WWW-Mechanize-Shell/Makefile 1.14 +1 -2 ports/www/p5-WWW-Mixi/Makefile 1.3 +1 -2 ports/www/p5-WWW-OpenSVN/Makefile 1.7 +1 -2 ports/www/p5-WWW-OpenSearch/Makefile 1.10 +1 -2 ports/www/p5-WWW-Robot/Makefile 1.3 +1 -2 ports/www/p5-WWW-Scraper-ISBN-Driver/Makefile 1.4 +1 -2 ports/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile 1.3 +1 -2 ports/www/p5-WWW-Scraper-ISBN-Record/Makefile 1.3 +1 -2 ports/www/p5-WWW-Scraper-ISBN/Makefile 1.12 +1 -2 ports/www/p5-WWW-Search-Google/Makefile 1.5 +1 -2 ports/www/p5-WWW-Search-MSN/Makefile 1.6 +1 -2 ports/www/p5-WWW-Shorten-0rz/Makefile 1.3 +1 -2 ports/www/p5-WWW-Shorten-KUSO/Makefile 1.11 +1 -2 ports/www/p5-WWW-Shorten/Makefile 1.5 +1 -1 ports/www/p5-WWW-SourceForge/Makefile 1.3 +1 -2 ports/www/p5-WWW-TV/Makefile 1.3 +1 -2 ports/www/p5-WWW-TWSMS/Makefile 1.4 +1 -2 ports/www/p5-WWW-VenusEnvy/Makefile 1.3 +1 -2 ports/www/p5-WWW-WebArchive/Makefile 1.6 +1 -2 ports/www/p5-WebService-Basecamp/Makefile 1.11 +1 -2 ports/www/p5-WebService-Bloglines/Makefile 1.3 +1 -2 ports/www/p5-WebService-NoPaste/Makefile 1.2 +1 -2 ports/www/p5-WebService-Technorati/Makefile 1.2 +1 -1 ports/www/p5-Xango/Makefile 1.2 +1 -2 ports/www/p5-Yahoo-Lifestyle/Makefile 1.2 +1 -2 ports/www/p5-Yahoo-Search/Makefile 1.3 +1 -1 ports/www/p5-chklinks/Makefile 1.24 +1 -1 ports/www/p5-libapreq/Makefile 1.74 +1 -1 ports/www/p5-libwww/Makefile 1.3 +1 -2 ports/www/p5-webservice-validator-css-w3c/Makefile 1.7 +1 -2 ports/www/p5-webservice-validator-html-w3c/Makefile 1.3 +1 -1 ports/www/weblint++/Makefile 1.17 +1 -1 ports/www/weblint/Makefile 1.7 +1 -2 ports/x11-fonts/p5-Font-AFM/Makefile 1.15 +1 -2 ports/x11-fonts/p5-Font-TTF/Makefile 1.3 +1 -2 ports/x11-fonts/p5-Font-TTFMetrics/Makefile 1.22 +1 -2 ports/x11-toolkits/p5-GdkImlib/Makefile 1.26 +1 -2 ports/x11-toolkits/p5-GdkPixbuf/Makefile 1.28 +1 -1 ports/x11-toolkits/p5-Glade2/Makefile 1.22 +1 -2 ports/x11-toolkits/p5-Gnome/Makefile 1.53 +1 -2 ports/x11-toolkits/p5-Gtk/Makefile 1.8 +1 -1 ports/x11-toolkits/p5-Gtk2-TrayIcon/Makefile 1.20 +1 -2 ports/x11-toolkits/p5-GtkXmHTML/Makefile 1.15 +1 -2 ports/x11-toolkits/p5-Prima/Makefile 1.33 +1 -2 ports/x11-toolkits/p5-Tcl-Tk/Makefile 1.32 +1 -1 ports/x11-toolkits/p5-TclTk/Makefile 1.9 +1 -2 ports/x11-toolkits/p5-Tk-Autoscroll/Makefile 1.9 +1 -2 ports/x11-toolkits/p5-Tk-ColourChooser/Makefile 1.11 +1 -2 ports/x11-toolkits/p5-Tk-Date/Makefile 1.9 +1 -2 ports/x11-toolkits/p5-Tk-Enscript/Makefile 1.7 +1 -2 ports/x11-toolkits/p5-Tk-FileDialog/Makefile 1.10 +1 -2 ports/x11-toolkits/p5-Tk-GBARR/Makefile 1.11 +1 -2 ports/x11-toolkits/p5-Tk-Getopt/Makefile 1.11 +1 -2 ports/x11-toolkits/p5-Tk-HistEntry/Makefile 1.5 +1 -2 ports/x11-toolkits/p5-Tk-ResizeButton/Makefile 1.3 +1 -2 ports/x11-toolkits/p5-Tk-Splashscreen/Makefile 1.15 +1 -2 ports/x11-toolkits/p5-Tk-TableMatrix/Makefile 1.52 +1 -2 ports/x11-toolkits/p5-Tk/Makefile 1.7 +2 -2 ports/x11/p5-Clipboard/Makefile 1.10 +1 -2 ports/x11/p5-X11-IdleTime/Makefile 1.10 +1 -2 ports/x11/p5-X11-Protocol/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:37:48 2008 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 7EE4F1065672; Thu, 17 Apr 2008 14:37:48 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB6E8FC19; Thu, 17 Apr 2008 14:37:48 +0000 (UTC) (envelope-from ahze@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 m3HEbm6j063336; Thu, 17 Apr 2008 14:37:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEbmOU063335; Thu, 17 Apr 2008 14:37:48 GMT (envelope-from ahze) Message-Id: <200804171437.m3HEbmOU063335@repoman.freebsd.org> From: Michael Johnson Date: Thu, 17 Apr 2008 14:37:48 +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/finance/gnucash 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: Thu, 17 Apr 2008 14:37:48 -0000 ahze 2008-04-17 14:37:48 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Bump PORTREVISION for the switch to ofx off by default Reported by: flz Revision Changes Path 1.120 +1 -0 ports/finance/gnucash/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:43:30 2008 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 1AB4D106564A; Thu, 17 Apr 2008 14:43:30 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDFD78FC0A; Thu, 17 Apr 2008 14:43:29 +0000 (UTC) (envelope-from brd@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 m3HEhTNW063544; Thu, 17 Apr 2008 14:43:29 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEhTAB063543; Thu, 17 Apr 2008 14:43:29 GMT (envelope-from brd) Message-Id: <200804171443.m3HEhTAB063543@repoman.freebsd.org> From: Brad Davis Date: Thu, 17 Apr 2008 14:43:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access 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: Thu, 17 Apr 2008 14:43:30 -0000 brd 2008-04-17 14:43:29 UTC FreeBSD src repository (doc committer) Modified files: . access Log: Remove the non-contributers committers from CVSROOT-src/access since we now have the aliases in place to allow them to get what they need. Approved by: core-secretary (philip@) With hat: postmaster@ Revision Changes Path 1.873 +0 -11 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:43:34 2008 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 3BC611065678; Thu, 17 Apr 2008 14:43:34 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AF698FC14; Thu, 17 Apr 2008 14:43:34 +0000 (UTC) (envelope-from rafan@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 m3HEhXom063573; Thu, 17 Apr 2008 14:43:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEhXi7063572; Thu, 17 Apr 2008 14:43:33 GMT (envelope-from rafan) Message-Id: <200804171443.m3HEhXi7063572@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 17 Apr 2008 14:43:33 +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/mail/imapsync Makefile distinfo 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: Thu, 17 Apr 2008 14:43:34 -0000 rafan 2008-04-17 14:43:33 UTC FreeBSD ports repository Modified files: mail/imapsync Makefile distinfo Log: - Update to 1.249 PR: ports/121967 Submitted by: Boris S. Approved by: Jim Riggs (maintainer) Revision Changes Path 1.30 +1 -1 ports/mail/imapsync/Makefile 1.25 +3 -3 ports/mail/imapsync/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 14:49:30 2008 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 386BC1065674; Thu, 17 Apr 2008 14:49:30 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 16E9D8FC18; Thu, 17 Apr 2008 14:49:30 +0000 (UTC) (envelope-from lwhsu@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 m3HEnTc7063761; Thu, 17 Apr 2008 14:49:29 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HEnTxv063760; Thu, 17 Apr 2008 14:49:29 GMT (envelope-from lwhsu) Message-Id: <200804171449.m3HEnTxv063760@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2008 14:49:29 +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/math/py-numpy 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: Thu, 17 Apr 2008 14:49:30 -0000 lwhsu 2008-04-17 14:49:29 UTC FreeBSD ports repository Modified files: math/py-numpy Makefile Log: - Add lang/gcc42 into RUN_DEPENDS - Remove ${PYTHON_REL} < 200 old stuff - Remove definitions that already include in bsd.gcc.mk Approved by: maintainer via IRC Revision Changes Path 1.15 +3 -9 ports/math/py-numpy/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 15:11:46 2008 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 61ABD106566C; Thu, 17 Apr 2008 15:11:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0E98FC15; Thu, 17 Apr 2008 15:11:46 +0000 (UTC) (envelope-from miwi@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 m3HFBk4c065675; Thu, 17 Apr 2008 15:11:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HFBkbW065674; Thu, 17 Apr 2008 15:11:46 GMT (envelope-from miwi) Message-Id: <200804171511.m3HFBkbW065674@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 15:11:46 +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/irc/irssi-devel Makefile distinfo pkg-plist ports/irc/irssi-devel/files patch-irssi-version.h.in 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: Thu, 17 Apr 2008 15:11:46 -0000 miwi 2008-04-17 15:11:46 UTC FreeBSD ports repository Modified files: irc/irssi-devel Makefile distinfo pkg-plist irc/irssi-devel/files patch-irssi-version.h.in Log: - Update to 20080416 Revision Changes Path 1.125 +1 -1 ports/irc/irssi-devel/Makefile 1.78 +3 -3 ports/irc/irssi-devel/distinfo 1.31 +1 -1 ports/irc/irssi-devel/files/patch-irssi-version.h.in 1.35 +0 -1 ports/irc/irssi-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 15:54:59 2008 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 93D03106566C; Thu, 17 Apr 2008 15:54:59 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71C988FC0C; Thu, 17 Apr 2008 15:54:59 +0000 (UTC) (envelope-from bsam@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 m3HFsxJJ067047; Thu, 17 Apr 2008 15:54:59 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HFsxHY067046; Thu, 17 Apr 2008 15:54:59 GMT (envelope-from bsam) Message-Id: <200804171554.m3HFsxHY067046@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 17 Apr 2008 15:54:59 +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/emulators/linux_base-f8 Makefile distinfo.i386 pkg-plist 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: Thu, 17 Apr 2008 15:54:59 -0000 bsam 2008-04-17 15:54:59 UTC FreeBSD ports repository Modified files: emulators/linux_base-f8 Makefile distinfo.i386 pkg-plist Log: 1. Add glib-1.2 package to linux_base-f8. Some linux ports (at least emulators/linux-ePSXe) still use it. 2. Bump PORTREVISION. Reported by: Naram Qashat at emulation@ Revision Changes Path 1.42 +3 -1 ports/emulators/linux_base-f8/Makefile 1.22 +6 -0 ports/emulators/linux_base-f8/distinfo.i386 1.25 +12 -0 ports/emulators/linux_base-f8/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 16:31:15 2008 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 DA8E41065671; Thu, 17 Apr 2008 16:31:15 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8E208FC0A; Thu, 17 Apr 2008 16:31:15 +0000 (UTC) (envelope-from lwhsu@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 m3HGVFQS069388; Thu, 17 Apr 2008 16:31:15 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HGVFTW069387; Thu, 17 Apr 2008 16:31:15 GMT (envelope-from lwhsu) Message-Id: <200804171631.m3HGVFTW069387@repoman.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2008 16:31:15 +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/www/py-pastescript 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: Thu, 17 Apr 2008 16:31:16 -0000 lwhsu 2008-04-17 16:31:15 UTC FreeBSD ports repository Modified files: www/py-pastescript Makefile Log: - Change RUN_DEPENDS for www/py-flup updating. PR: ports/122846 Submitted by: lwhsu Approved by: dryice (maintainer) Revision Changes Path 1.13 +2 -2 ports/www/py-pastescript/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 16:35:52 2008 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 79D8B1065671; Thu, 17 Apr 2008 16:35:52 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf2.bahnhof.se (mxf2.bahnhof.se [213.80.101.26]) by mx1.freebsd.org (Postfix) with ESMTP id 374A18FC13; Thu, 17 Apr 2008 16:35:52 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mxf2.local [127.0.0.1]) by mxf2-reinject (Postfix) with ESMTP id 96F226BD0ED; Thu, 17 Apr 2008 18:35:50 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 1.379 X-Spam-Level: * X-Spam-Status: No, score=1.379 tagged_above=-99 required=5 tests=[SPF_NEUTRAL=1.379] Received: from mxf2.bahnhof.se ([127.0.0.1]) by localhost (mxf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JjLZ-ZiI0+AY; Thu, 17 Apr 2008 18:35:46 +0200 (CEST) Received: from [10.0.0.3] (h-60-153.A163.cust.bahnhof.se [79.136.60.153]) by mxf2.bahnhof.se (Postfix) with ESMTP id 673C26BD0D3; Thu, 17 Apr 2008 18:35:46 +0200 (CEST) Message-ID: <48077C59.3070106@gmail.com> Date: Thu, 17 Apr 2008 18:35:37 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <200804171229.m3HCTaG4089203@repoman.freebsd.org> In-Reply-To: <200804171229.m3HCTaG4089203@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c ata-raid.c atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c 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: Thu, 17 Apr 2008 16:35:52 -0000 Søren Schmidt wrote: > sos 2008-04-17 12:29:36 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-chipset.c > ata-disk.c ata-dma.c ata-lowlevel.c > ata-pci.c ata-queue.c ata-raid.c > atapi-cam.c atapi-cd.c atapi-fd.c > atapi-tape.c > Log: > Go back to preallocating everything possible on init. > This avoids calling busdma in the request processing path which caused a traumatic performance degradation. > Allocation has be postponed to after we know how many devices we possible can have on portmulitpliers to save some space. > > Revision Changes Path > 1.285 +7 -58 src/sys/dev/ata/ata-all.c > 1.133 +27 -18 src/sys/dev/ata/ata-all.h > 1.217 +30 -26 src/sys/dev/ata/ata-chipset.c > 1.210 +6 -3 src/sys/dev/ata/ata-disk.c > 1.154 +139 -59 src/sys/dev/ata/ata-dma.c > 1.83 +4 -4 src/sys/dev/ata/ata-lowlevel.c > 1.126 +8 -8 src/sys/dev/ata/ata-pci.c > 1.72 +6 -4 src/sys/dev/ata/ata-queue.c > 1.130 +4 -2 src/sys/dev/ata/ata-raid.c > 1.57 +2 -1 src/sys/dev/ata/atapi-cam.c > 1.199 +6 -3 src/sys/dev/ata/atapi-cd.c > 1.114 +2 -1 src/sys/dev/ata/atapi-fd.c > 1.107 +2 -1 src/sys/dev/ata/atapi-tape.c Will this also remedy the panic I've had? panic: to many DMA segment entries. Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:06:49 2008 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 7213B106566C; Thu, 17 Apr 2008 17:06:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 509C68FC15; Thu, 17 Apr 2008 17:06:49 +0000 (UTC) (envelope-from pav@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 m3HH6nhW081299; Thu, 17 Apr 2008 17:06:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HH6n5N081298; Thu, 17 Apr 2008 17:06:49 GMT (envelope-from pav) Message-Id: <200804171706.m3HH6n5N081298@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 17 Apr 2008 17:06:49 +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/biology/emboss 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: Thu, 17 Apr 2008 17:06:49 -0000 pav 2008-04-17 17:06:49 UTC FreeBSD ports repository Modified files: biology/emboss Makefile Log: - Replace SF with second working master site Submitted by: Fernan Aguero (maintainer) Revision Changes Path 1.52 +1 -1 ports/biology/emboss/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:16:29 2008 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 209251065676 for ; Thu, 17 Apr 2008 17:16:29 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id D75DF8FC1C for ; Thu, 17 Apr 2008 17:16:28 +0000 (UTC) (envelope-from qingli@speakeasy.net) Received: (qmail 3867 invoked from network); 17 Apr 2008 17:16:27 -0000 Received: from wmail3.sea5.speakeasy.net ([69.17.117.159]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Apr 2008 17:16:27 -0000 Received: from wmail.speakeasy.net (localhost [127.0.0.1]) by wmail3.sea5.speakeasy.net (Postfix) with ESMTP id 43385152B33; Thu, 17 Apr 2008 10:16:27 -0700 (PDT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: AtMail - 12.178.37.11 - qingli@speakeasy.net Date: Thu, 17 Apr 2008 10:16:27 PDT X-Origin: 12.178.37.11 Message-Id: <46872.1208452587@speakeasy.net> To: Andre Oppermann , "Bruce M. Simpson" From: Qing Li Cc: src-committers@FreeBSD.org, claudio@openbsd.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Qing Li , Qing Li Subject: Re: cvs commit: src/sys/conf files options src/sys/net radix.c radix.h route.c route.h rtsock.c src/sys/netinet in_proto.c ip_output.c src/sys/netinet6 in6_proto.c in6_src.c nd6_nbr.c 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: Thu, 17 Apr 2008 17:16:29 -0000 Andre, Bruce, Claudio: What's the timeline you have in mind for these enhancements in the routing = infrastructure? 8.0 release? Are we going to divide this work up among the four of us ? What's the regression environment and regression tests you use for verifyin= g the kernel routing code? -- Qing On Thu Apr 17 4:12 , "Bruce M. Simpson" sent: Andre Oppermann wrote: > In OpenBSD multipath one has to install an multipath route explicitly=20 > with > the -mpath modifier to route(8) and for daemons with RTF_MPATH in the=20 > routing > message. Multipath routes also retain this flag during their=20 > lifetime. If > not set, the normal one-route-only behavior is kept. This allows all=20 > non-mpath > aware programs to continue to work. > > I think this is the model to follow. Also for inter-BSD compatibility. I think it's fair to do this until such time as PF_ROUTE itself may=20 evolve. The API has limitations as we know, and it has had a fair share=20 of bugs attached to its use of legacy structure, lack of bounds checking=20 etc. which has accumulated patches over the years. There is only 1 bit, RTF_PROTO1, which can be used to tell if a FIB=20 entry in PF_ROUTE was dynamically added or not. Everything out there=20 overloads this bit, so there is no way to stop daemons from clobbering=20 each other. At the moment, anything written to follow the model of e.g. routed is=20 just very likely to clobber other consumers. It is written to assume it=20 controls the whole table. This is not good, considering our implementation of IRDP (Internet=20 Router Discovery, RFC 1256) uses the routed code base. > Yes. Let me explain. There are two approaches here: The Quagga/Zebra > approach where all routing protocol daemons communicate with a central > daemon that is the single point of contact to the kernel. The other > approach is the OpenBGPD/OpenOSPFD approach where each daemon runs on > its own (because most of the time there is little to no overlap) and > does its own routing table manipulations. XORP uses the first approach. It tries to do some side-stepping to=20 prevent clobbering other consumers, by e.g. inferring if a route would=20 have been created automatically for an interface's subnet address and=20 leaving other routes alone. There is code to restore the previous FIB contents on exit, however=20 because of the above lack re RTF_PROTO1, this is not foolproof. > The second approach is a > bit tricky at the moment as the routing socket is not really intended > for operating in this way and the daemons have to be aware of each > other in certain ways. OK, let me just say: I don't believe kernel FIBs should be used as RIBs. I am definitely in favour of making changes which allow daemons to=20 interoperate, but I don't believe we should be doing things which=20 encourage people to use the kernel FIB as a place to exchange routes=20 between processes. Other than perhaps a "quick hack" for testing something, but it=20 really isn't the way to do it on an embedded box (racking up those=20 context switches and dirty pages), and the problem with allowing quick=20 hacks is that they tend to get perpetuated as kludges. After all, if something "kinda" works, people will keep doing it. However as you quite correctly point out, when you introduce=20 multipath into the kernel FIB, you need to make sure there is no=20 collision between old consumers (who know nothing of multiple next-hops)=20 and new consumers (who will be checking and using multiple next-hop=20 information). > > Ideally, and this is what Claudio says as well, we should end up with > the following functionality: > > - equal cost multipath where one prefix can have multiple next-hops. > - ecmp should be explicit with the RTM_MPATH flag. > - a hierarchy of multiple prefixes where the one with the highest > priority carries the traffic (possibly with ecmp). > - the hierarchy should have a number of precedence levels (interface > route, static route, IGP route, EGP route, other). > - within those precedence levels it should have further subdivision > to prefer OSPF over RIP in the IGP category for example. > - a change/delete applies to a specific precedence level if specified. > - routing socket filters on reading so that routing daemons can > select which precendence levels they want to track (IGP doesn't > have to track EGP route changes for example). > > With this functionality a number of independent but complementary routing > daemons can work together is a useful and -more important-=20 > standardized way. Linux implements a form of update filtering on the rtnetlink socket. Re the rest of it: This is pretty much what Microsoft does -- up to a point. The API=20 for the RIB there isn't really that open, you certainly can't just port=20 a Linux or BSD daemon and expect it to work -- it's totally different. But they do implement explicit tagging of who owns which route. You can see all of these routes with the "route print" or "netsh ip=20 show routes" commands, however routes added with either of these CLI=20 tools go into a separate RIB table of their own -- you aren't modifying=20 the final table. To an extent, you can modify the admin distance controlling which=20 entries go where in NT, although some things stay hard-coded. I actually wrote a DLL for Windows which drops in like any other=20 routing protocol, and allows you to inject routes into its RIB manager=20 using the BSD routing socket. It uses an NT named pipe for this. Coding=20 it wasn't easy as they don't provide a completely working example of how=20 to do it -- but their code will get you say 80% of the way there. The fact that the BSD PF_ROUTE message format doesn't have support=20 for multipath, means that this DLL has to do some side-stepping of its=20 own to make sure the routes we plumb into TCPIP.SYS using the RTM API=20 are removed properly. later BMS From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:18:29 2008 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 02549106566C; Thu, 17 Apr 2008 17:18:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D45208FC22; Thu, 17 Apr 2008 17:18:28 +0000 (UTC) (envelope-from miwi@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 m3HHISxD081635; Thu, 17 Apr 2008 17:18:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHISYJ081634; Thu, 17 Apr 2008 17:18:28 GMT (envelope-from miwi) Message-Id: <200804171718.m3HHISYJ081634@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:18:28 +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/news/sabnzbdplus Makefile distinfo pkg-descr pkg-plist 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: Thu, 17 Apr 2008 17:18:29 -0000 miwi 2008-04-17 17:18:28 UTC FreeBSD ports repository Modified files: news/sabnzbdplus Makefile distinfo pkg-descr pkg-plist Log: - Force commit repcopy from sabnzbd to sabnzbdplus Repocopy by: marcus Revision Changes Path 1.11 +0 -0 ports/news/sabnzbdplus/Makefile 1.7 +0 -0 ports/news/sabnzbdplus/distinfo 1.2 +0 -0 ports/news/sabnzbdplus/pkg-descr 1.6 +0 -0 ports/news/sabnzbdplus/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:22:12 2008 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 2148E106564A; Thu, 17 Apr 2008 17:22:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 168DB8FC13; Thu, 17 Apr 2008 17:22:12 +0000 (UTC) (envelope-from miwi@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 m3HHMBXh081871; Thu, 17 Apr 2008 17:22:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHMBZX081870; Thu, 17 Apr 2008 17:22:11 GMT (envelope-from miwi) Message-Id: <200804171722.m3HHMBZX081870@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:22:11 +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/news/sabnzbdplus Makefile distinfo pkg-descr pkg-plist ports/news/sabnzbdplus/files patch-SABnzbd.py patch-setup.py pkg-message.in 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: Thu, 17 Apr 2008 17:22:12 -0000 miwi 2008-04-17 17:22:11 UTC FreeBSD ports repository Modified files: news/sabnzbdplus Makefile distinfo pkg-descr pkg-plist Added files: news/sabnzbdplus/files patch-SABnzbd.py Removed files: news/sabnzbdplus/files patch-setup.py pkg-message.in Log: - Update to 0.3.0 PR: 120548 Submitted by: Daniel (maintainer) Revision Changes Path 1.12 +30 -16 ports/news/sabnzbdplus/Makefile 1.8 +3 -3 ports/news/sabnzbdplus/distinfo 1.1 +11 -0 ports/news/sabnzbdplus/files/patch-SABnzbd.py (new) 1.5 +0 -25 ports/news/sabnzbdplus/files/patch-setup.py (dead) 1.3 +0 -6 ports/news/sabnzbdplus/files/pkg-message.in (dead) 1.3 +1 -1 ports/news/sabnzbdplus/pkg-descr 1.7 +186 -77 ports/news/sabnzbdplus/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:25:00 2008 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 7EFEB1065671; Thu, 17 Apr 2008 17:25:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8108FC19; Thu, 17 Apr 2008 17:25:00 +0000 (UTC) (envelope-from miwi@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 m3HHP04i081943; Thu, 17 Apr 2008 17:25:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHP0pc081942; Thu, 17 Apr 2008 17:25:00 GMT (envelope-from miwi) Message-Id: <200804171725.m3HHP0pc081942@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:25:00 +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/news 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: Thu, 17 Apr 2008 17:25:00 -0000 miwi 2008-04-17 17:25:00 UTC FreeBSD ports repository Modified files: news Makefile Log: - Connect news/sabnzbdplus to the build Revision Changes Path 1.133 +1 -0 ports/news/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:26:40 2008 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 DCDA2106564A; Thu, 17 Apr 2008 17:26:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAC8B8FC12; Thu, 17 Apr 2008 17:26:40 +0000 (UTC) (envelope-from miwi@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 m3HHQew0082058; Thu, 17 Apr 2008 17:26:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHQehF082057; Thu, 17 Apr 2008 17:26:40 GMT (envelope-from miwi) Message-Id: <200804171726.m3HHQehF082057@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:26:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Thu, 17 Apr 2008 17:26:41 -0000 miwi 2008-04-17 17:26:40 UTC FreeBSD ports repository Modified files: . modules Log: Connect news/sabnzbdplus to the build Revision Changes Path 1.19660 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:32:54 2008 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 98EF31065675; Thu, 17 Apr 2008 17:32:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 767E88FC0C; Thu, 17 Apr 2008 17:32:54 +0000 (UTC) (envelope-from miwi@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 m3HHWstt082244; Thu, 17 Apr 2008 17:32:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHWsAb082243; Thu, 17 Apr 2008 17:32:54 GMT (envelope-from miwi) Message-Id: <200804171732.m3HHWsAb082243@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:32:54 +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/pear-DB_ldap2 Makefile distinfo pkg-descr 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: Thu, 17 Apr 2008 17:32:54 -0000 miwi 2008-04-17 17:32:54 UTC FreeBSD ports repository Modified files: databases/pear-DB_ldap2 Makefile distinfo pkg-descr Log: - Force commit repcopy from pear-DB_ldap to pear-DB_ldab2 Repocopy by: marcus Revision Changes Path 1.6 +0 -0 ports/databases/pear-DB_ldap2/Makefile 1.4 +0 -0 ports/databases/pear-DB_ldap2/distinfo 1.2 +0 -0 ports/databases/pear-DB_ldap2/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:41:57 2008 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 F2E53106566B; Thu, 17 Apr 2008 17:41:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D07F98FC1B; Thu, 17 Apr 2008 17:41:56 +0000 (UTC) (envelope-from miwi@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 m3HHfuAP082616; Thu, 17 Apr 2008 17:41:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHfuh6082615; Thu, 17 Apr 2008 17:41:56 GMT (envelope-from miwi) Message-Id: <200804171741.m3HHfuh6082615@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:41:56 +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/pear-DB_ldap2 Makefile distinfo pkg-descr 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: Thu, 17 Apr 2008 17:41:57 -0000 miwi 2008-04-17 17:41:56 UTC FreeBSD ports repository Modified files: databases/pear-DB_ldap2 Makefile distinfo pkg-descr Log: - Update to 0.5.0 PR: 122071 Submitted by: Wen heping Revision Changes Path 1.7 +28 -7 ports/databases/pear-DB_ldap2/Makefile 1.5 +3 -3 ports/databases/pear-DB_ldap2/distinfo 1.3 +3 -2 ports/databases/pear-DB_ldap2/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:45:19 2008 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 1D9F71065681; Thu, 17 Apr 2008 17:45:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF4628FC0A; Thu, 17 Apr 2008 17:45:18 +0000 (UTC) (envelope-from miwi@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 m3HHjIM5082775; Thu, 17 Apr 2008 17:45:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHjIAU082774; Thu, 17 Apr 2008 17:45:18 GMT (envelope-from miwi) Message-Id: <200804171745.m3HHjIAU082774@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:45:18 +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 Makefile CVSROOT modules 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: Thu, 17 Apr 2008 17:45:19 -0000 miwi 2008-04-17 17:45:18 UTC FreeBSD ports repository Modified files: databases Makefile . modules Log: - Connect databases/pear-DB_ldap2 to the build Revision Changes Path 1.19661 +1 -0 CVSROOT/modules 1.677 +1 -0 ports/databases/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:46:55 2008 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 E2DBB106564A; Thu, 17 Apr 2008 17:46:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C05798FC1B; Thu, 17 Apr 2008 17:46:55 +0000 (UTC) (envelope-from miwi@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 m3HHktpi082831; Thu, 17 Apr 2008 17:46:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HHktLi082830; Thu, 17 Apr 2008 17:46:55 GMT (envelope-from miwi) Message-Id: <200804171746.m3HHktLi082830@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 17:46:55 +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/games/teeworlds Makefile distinfo pkg-descr pkg-plist 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: Thu, 17 Apr 2008 17:46:56 -0000 miwi 2008-04-17 17:46:55 UTC FreeBSD ports repository Modified files: games/teeworlds Makefile distinfo pkg-descr pkg-plist Log: - Force commit repcopy from games/teewars -> games/teeworlds Revision Changes Path 1.2 +0 -0 ports/games/teeworlds/Makefile 1.2 +0 -0 ports/games/teeworlds/distinfo 1.2 +0 -0 ports/games/teeworlds/pkg-descr 1.2 +0 -0 ports/games/teeworlds/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 17:54:05 2008 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 9C9E01065673; Thu, 17 Apr 2008 17:54:05 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1448FC34; Thu, 17 Apr 2008 17:54:05 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [217.50.163.150] (helo=localhost) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JmYJ8-0006Hy-U7; Thu, 17 Apr 2008 19:54:03 +0200 Date: Thu, 17 Apr 2008 19:53:38 +0200 From: Fabian Keil To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20080417195338.257a1df2@fabiankeil.de> In-Reply-To: <200804171229.m3HCTaG4089203@repoman.freebsd.org> References: <200804171229.m3HCTaG4089203@repoman.freebsd.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd8.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/D6ShxRBFkeoeh=UPYe6QjIT"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Df-Sender: 775067 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c ata-raid.c atapi-cam.c atapi-cd.c atapi-fd.c atapi-tape.c 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: Thu, 17 Apr 2008 17:54:05 -0000 --Sig_/D6ShxRBFkeoeh=UPYe6QjIT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable S=F8ren Schmidt wrote: > sos 2008-04-17 12:29:36 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-chipset.c=20 > ata-disk.c ata-dma.c ata-lowlevel.c=20 > ata-pci.c ata-queue.c ata-raid.c=20 > atapi-cam.c atapi-cd.c atapi-fd.c=20 > atapi-tape.c=20 > Log: > Go back to preallocating everything possible on init. > This avoids calling busdma in the request processing path which caused > a traumatic performance degradation. Allocation has be postponed to > after we know how many devices we possible can have on portmulitpliers > to save some space. With this commit, I'm getting a page fault in bus_dmamap_load() reached through ata_dmaload(), right after ad1 is detected: http://www.fabiankeil.de/tmp/freebsd/ata-bus-dmamap-load-page-fault-600x383= .jpg http://www.fabiankeil.de/tmp/freebsd/ata-bus-dmamap-load-page-fault-where-6= 00x440.jpg Fabian --Sig_/D6ShxRBFkeoeh=UPYe6QjIT Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkgHjqIACgkQBYqIVf93VJ2kNQCgsWeJuDmjFXGu5ok8/Xp/M2X5 /eIAnRscYkC5SskAmNCF0dNG0Opqzsnw =xoXV -----END PGP SIGNATURE----- --Sig_/D6ShxRBFkeoeh=UPYe6QjIT-- From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:01:29 2008 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 9EF011065671; Thu, 17 Apr 2008 18:01:29 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BFDD8FC1E; Thu, 17 Apr 2008 18:01:29 +0000 (UTC) (envelope-from remko@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 m3HI1T9n083365; Thu, 17 Apr 2008 18:01:29 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HI1TFM083364; Thu, 17 Apr 2008 18:01:29 GMT (envelope-from remko) Message-Id: <200804171801.m3HI1TFM083364@repoman.freebsd.org> From: Remko Lodder Date: Thu, 17 Apr 2008 18:01:29 +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/net/silc-server Makefile distinfo 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: Thu, 17 Apr 2008 18:01:29 -0000 remko 2008-04-17 18:01:29 UTC FreeBSD ports repository (src,doc committer) Modified files: net/silc-server Makefile distinfo Log: Update silc-server to version 1.1.4, which fixes some crashes and includes multiple other updates. More information can be found on : http://www.silcnet.org/docs/changelog/SILC%20Server%201.1.3 for version 1.1.3 and http://www.silcnet.org/docs/changelog/SILC%20Server%201.1.4 for version 1.1.4 Approved by: wxs (maintainer) Tinderbox run by: miwi Revision Changes Path 1.38 +1 -1 ports/net/silc-server/Makefile 1.23 +3 -3 ports/net/silc-server/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:11:48 2008 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 56F921065677; Thu, 17 Apr 2008 18:11:48 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 348F18FC16; Thu, 17 Apr 2008 18:11:48 +0000 (UTC) (envelope-from sos@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 m3HIBmIr084808; Thu, 17 Apr 2008 18:11:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HIBmJq084807; Thu, 17 Apr 2008 18:11:48 GMT (envelope-from sos) Message-Id: <200804171811.m3HIBmJq084807@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 17 Apr 2008 18:11:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-dma.c 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: Thu, 17 Apr 2008 18:11:48 -0000 sos 2008-04-17 18:11:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-dma.c Log: Alloc two DMA slots pr default, silly me forgot that slaves still exists. Revision Changes Path 1.155 +1 -1 src/sys/dev/ata/ata-dma.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:17:52 2008 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 4CBF01065672; Thu, 17 Apr 2008 18:17:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 298A58FC24; Thu, 17 Apr 2008 18:17:52 +0000 (UTC) (envelope-from garga@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 m3HIHqpo085072; Thu, 17 Apr 2008 18:17:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HIHpgE085071; Thu, 17 Apr 2008 18:17:51 GMT (envelope-from garga) Message-Id: <200804171817.m3HIHpgE085071@repoman.freebsd.org> From: Renato Botelho Date: Thu, 17 Apr 2008 18:17:51 +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/security/klamav Makefile ports/security/klamav/files patch-clamav-0.93 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: Thu, 17 Apr 2008 18:17:52 -0000 garga 2008-04-17 18:17:51 UTC FreeBSD ports repository Modified files: security/klamav Makefile Added files: security/klamav/files patch-clamav-0.93 Log: - Fix build with clamav-0.93 - Bump PORTREVISION Submitted by: maintainer by email Revision Changes Path 1.15 +1 -3 ports/security/klamav/Makefile 1.1 +91 -0 ports/security/klamav/files/patch-clamav-0.93 (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:23:44 2008 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 1A88D106566C; Thu, 17 Apr 2008 18:23:44 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB32A8FC13; Thu, 17 Apr 2008 18:23:43 +0000 (UTC) (envelope-from beech@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 m3HINhZ0085320; Thu, 17 Apr 2008 18:23:43 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HINhgH085319; Thu, 17 Apr 2008 18:23:43 GMT (envelope-from beech) Message-Id: <200804171823.m3HINhgH085319@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 17 Apr 2008 18:23:43 +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/www/toofpy Makefile distinfo 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: Thu, 17 Apr 2008 18:23:44 -0000 beech 2008-04-17 18:23:43 UTC FreeBSD ports repository Modified files: www/toofpy Makefile distinfo Log: - Fix distinfo and add mirror Reported by: pointyhat via pav Revision Changes Path 1.2 +2 -1 ports/www/toofpy/Makefile 1.2 +3 -3 ports/www/toofpy/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:24:04 2008 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 5250D1065674; Thu, 17 Apr 2008 18:24:04 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 455BD8FC2A; Thu, 17 Apr 2008 18:24:04 +0000 (UTC) (envelope-from anders@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 m3HIO4ap085400; Thu, 17 Apr 2008 18:24:04 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HIO4iA085399; Thu, 17 Apr 2008 18:24:04 GMT (envelope-from anders) Message-Id: <200804171824.m3HIO4iA085399@repoman.freebsd.org> From: Anders Nordby Date: Thu, 17 Apr 2008 18:24:04 +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/comms/minicom Makefile distinfo pkg-plist ports/comms/minicom/files patch-ac patch-af patch-ag patch-configure patch-lib-Makefile.in patch-minirc.dfl patch-src-Makefile.in patch-src-minicom.h patch-sysdep1.c 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: Thu, 17 Apr 2008 18:24:04 -0000 anders 2008-04-17 18:24:04 UTC FreeBSD ports repository Modified files: comms/minicom Makefile distinfo pkg-plist comms/minicom/files patch-ac patch-af patch-minirc.dfl patch-sysdep1.c Added files: comms/minicom/files patch-src-minicom.h Removed files: comms/minicom/files patch-ag patch-configure patch-lib-Makefile.in patch-src-Makefile.in Log: Update to 2.3. Revision Changes Path 1.48 +3 -2 ports/comms/minicom/Makefile 1.16 +3 -3 ports/comms/minicom/distinfo 1.5 +7 -7 ports/comms/minicom/files/patch-ac 1.4 +28 -36 ports/comms/minicom/files/patch-af 1.3 +0 -26 ports/comms/minicom/files/patch-ag (dead) 1.2 +0 -11 ports/comms/minicom/files/patch-configure (dead) 1.3 +0 -20 ports/comms/minicom/files/patch-lib-Makefile.in (dead) 1.2 +4 -4 ports/comms/minicom/files/patch-minirc.dfl 1.3 +0 -14 ports/comms/minicom/files/patch-src-Makefile.in (dead) 1.1 +10 -0 ports/comms/minicom/files/patch-src-minicom.h (new) 1.5 +13 -13 ports/comms/minicom/files/patch-sysdep1.c 1.17 +8 -1 ports/comms/minicom/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 18:50:54 2008 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 03EFF106566B; Thu, 17 Apr 2008 18:50:54 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA2BB8FC1A; Thu, 17 Apr 2008 18:50:53 +0000 (UTC) (envelope-from wxs@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 m3HIorJi086287; Thu, 17 Apr 2008 18:50:53 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HIor75086286; Thu, 17 Apr 2008 18:50:53 GMT (envelope-from wxs) Message-Id: <200804171850.m3HIor75086286@repoman.freebsd.org> From: Wesley Shields Date: Thu, 17 Apr 2008 18:50:53 +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/multimedia/dvd-slideshow Makefile distinfo pkg-plist ports/multimedia/dvd-slideshow/files patch-dir2slideshow patch-dvd-menu patch-dvd-slideshow patch-install.sh 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: Thu, 17 Apr 2008 18:50:54 -0000 wxs 2008-04-17 18:50:53 UTC FreeBSD ports repository Modified files: multimedia/dvd-slideshow Makefile distinfo multimedia/dvd-slideshow/files patch-dvd-slideshow Added files: multimedia/dvd-slideshow pkg-plist multimedia/dvd-slideshow/files patch-dir2slideshow patch-dvd-menu patch-install.sh Log: Update to 0.8.0. Add THEME option. Submitted by: Phil Oleson (maintainer) Approved by: garga (mentor) Revision Changes Path 1.13 +45 -30 ports/multimedia/dvd-slideshow/Makefile 1.5 +6 -3 ports/multimedia/dvd-slideshow/distinfo 1.1 +16 -0 ports/multimedia/dvd-slideshow/files/patch-dir2slideshow (new) 1.1 +25 -0 ports/multimedia/dvd-slideshow/files/patch-dvd-menu (new) 1.5 +22 -159 ports/multimedia/dvd-slideshow/files/patch-dvd-slideshow 1.1 +26 -0 ports/multimedia/dvd-slideshow/files/patch-install.sh (new) 1.1 +69 -0 ports/multimedia/dvd-slideshow/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:03:44 2008 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 29A55106564A; Thu, 17 Apr 2008 19:03:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 037318FC0A; Thu, 17 Apr 2008 19:03:44 +0000 (UTC) (envelope-from delphij@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 m3HJ3h3x087849; Thu, 17 Apr 2008 19:03:43 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJ3hrI087848; Thu, 17 Apr 2008 19:03:43 GMT (envelope-from delphij) Message-Id: <200804171903.m3HJ3hrI087848@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:03:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml 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: Thu, 17 Apr 2008 19:03:44 -0000 delphij 2008-04-17 19:03:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/errata article.sgml Log: Document SA-08:05.openssh Revision Changes Path 1.73.4.4 +27 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:04:09 2008 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 EFA761065671; Thu, 17 Apr 2008 19:04:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C99E18FC19; Thu, 17 Apr 2008 19:04:09 +0000 (UTC) (envelope-from delphij@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 m3HJ49Qd087878; Thu, 17 Apr 2008 19:04:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJ49u0087877; Thu, 17 Apr 2008 19:04:09 GMT (envelope-from delphij) Message-Id: <200804171904.m3HJ49u0087877@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:04:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/7.0R errata.html 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: Thu, 17 Apr 2008 19:04:10 -0000 delphij 2008-04-17 19:04:09 UTC FreeBSD doc repository Modified files: en/releases/7.0R errata.html Log: Regen. Revision Changes Path 1.4 +30 -2 www/en/releases/7.0R/errata.html From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:06:01 2008 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 3F377106564A; Thu, 17 Apr 2008 19:06:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19A398FC1F; Thu, 17 Apr 2008 19:06:01 +0000 (UTC) (envelope-from jhb@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 m3HJ60jR087987; Thu, 17 Apr 2008 19:06:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJ60Lo087986; Thu, 17 Apr 2008 19:06:00 GMT (envelope-from jhb) Message-Id: <200804171906.m3HJ60Lo087986@repoman.freebsd.org> From: John Baldwin Date: Thu, 17 Apr 2008 19:06:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdio.h 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: Thu, 17 Apr 2008 19:06:01 -0000 jhb 2008-04-17 19:06:00 UTC FreeBSD src repository Modified files: include stdio.h Log: Specifically mark the members of 'FILE' that are accessed via inline functions or macros since they are part of the public ABI as a result. MFC after: 1 month Revision Changes Path 1.63 +10 -6 src/include/stdio.h From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:08:42 2008 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 9FFCC106564A; Thu, 17 Apr 2008 19:08:42 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7973F8FC1B; Thu, 17 Apr 2008 19:08:42 +0000 (UTC) (envelope-from delphij@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 m3HJ8gDN088099; Thu, 17 Apr 2008 19:08:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJ8gd9088098; Thu, 17 Apr 2008 19:08:42 GMT (envelope-from delphij) Message-Id: <200804171908.m3HJ8gd9088098@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:08:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml 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: Thu, 17 Apr 2008 19:08:42 -0000 delphij 2008-04-17 19:08:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Document SA-08:05.openssh Revision Changes Path 1.73.2.57 +6 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:09:10 2008 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 369C81065686; Thu, 17 Apr 2008 19:09:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 109668FC15; Thu, 17 Apr 2008 19:09:10 +0000 (UTC) (envelope-from delphij@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 m3HJ993J088132; Thu, 17 Apr 2008 19:09:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJ99K1088131; Thu, 17 Apr 2008 19:09:09 GMT (envelope-from delphij) Message-Id: <200804171909.m3HJ99K1088131@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:09:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.3R errata.html 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: Thu, 17 Apr 2008 19:09:10 -0000 delphij 2008-04-17 19:09:09 UTC FreeBSD doc repository Modified files: en/releases/6.3R errata.html Log: Regen. Revision Changes Path 1.7 +10 -1 www/en/releases/6.3R/errata.html From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:10:58 2008 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 AC0E01065671; Thu, 17 Apr 2008 19:10:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 855C38FC0C; Thu, 17 Apr 2008 19:10:58 +0000 (UTC) (envelope-from delphij@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 m3HJAw9R088240; Thu, 17 Apr 2008 19:10:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJAw20088239; Thu, 17 Apr 2008 19:10:58 GMT (envelope-from delphij) Message-Id: <200804171910.m3HJAw20088239@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:10:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml 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: Thu, 17 Apr 2008 19:10:58 -0000 delphij 2008-04-17 19:10:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: Document SA-08:05.openssh Revision Changes Path 1.69.2.53 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:12:02 2008 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 B84151065676; Thu, 17 Apr 2008 19:12:02 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91E618FC27; Thu, 17 Apr 2008 19:12:02 +0000 (UTC) (envelope-from anders@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 m3HJC2I1088303; Thu, 17 Apr 2008 19:12:02 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJC2Q1088302; Thu, 17 Apr 2008 19:12:02 GMT (envelope-from anders) Message-Id: <200804171912.m3HJC2Q1088302@repoman.freebsd.org> From: Anders Nordby Date: Thu, 17 Apr 2008 19:12:02 +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/audio/xmp/files patch-configure.in 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: Thu, 17 Apr 2008 19:12:02 -0000 anders 2008-04-17 19:12:02 UTC FreeBSD ports repository Removed files: audio/xmp/files patch-configure.in Log: Remove obsolete patch forgotten by self. Pointy hat to: me Revision Changes Path 1.3 +0 -34 ports/audio/xmp/files/patch-configure.in (dead) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:12:19 2008 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 D4E0210656C6; Thu, 17 Apr 2008 19:12:19 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE67A8FC0C; Thu, 17 Apr 2008 19:12:19 +0000 (UTC) (envelope-from delphij@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 m3HJCJ4m088357; Thu, 17 Apr 2008 19:12:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJCJfO088356; Thu, 17 Apr 2008 19:12:19 GMT (envelope-from delphij) Message-Id: <200804171912.m3HJCJfO088356@repoman.freebsd.org> From: Xin LI Date: Thu, 17 Apr 2008 19:12:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/5.5R errata.html 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: Thu, 17 Apr 2008 19:12:19 -0000 delphij 2008-04-17 19:12:19 UTC FreeBSD doc repository Modified files: en/releases/5.5R errata.html Log: Regen. Revision Changes Path 1.17 +10 -1 www/en/releases/5.5R/errata.html From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:13:28 2008 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 E3D3310657DD; Thu, 17 Apr 2008 19:13:28 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id A64B48FC1C; Thu, 17 Apr 2008 19:13:28 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from [195.64.94.120] (helo=axantucar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JmZYR-000Mzq-8z; Thu, 17 Apr 2008 21:13:55 +0200 Message-ID: <4807A154.4000308@elvandar.org> Date: Thu, 17 Apr 2008 21:13:24 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Xin LI References: <200804171903.m3HJ3hrI087848@repoman.freebsd.org> In-Reply-To: <200804171903.m3HJ3hrI087848@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml 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: Thu, 17 Apr 2008 19:13:29 -0000 Xin LI wrote: > delphij 2008-04-17 19:03:43 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > release/doc/en_US.ISO8859-1/errata article.sgml > Log: > Document SA-08:05.openssh > > Revision Changes Path > 1.73.4.4 +27 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml Thanks for working on this! -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:19:41 2008 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 4D606106566B; Thu, 17 Apr 2008 19:19:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 266588FC17; Thu, 17 Apr 2008 19:19:41 +0000 (UTC) (envelope-from pjd@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 m3HJJfSk088524; Thu, 17 Apr 2008 19:19:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJJeRg088523; Thu, 17 Apr 2008 19:19:40 GMT (envelope-from pjd) Message-Id: <200804171919.m3HJJeRg088523@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 17 Apr 2008 19:19:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.c 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: Thu, 17 Apr 2008 19:19:41 -0000 pjd 2008-04-17 19:19:40 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Allow linker_search_symbol_name() to be called with KLD lock held. The linker_search_symbol_name() function is used by stack_print() and stack_print() can be called from kernel module unload method. MFC after: 1 week Revision Changes Path 1.156 +6 -3 src/sys/kern/kern_linker.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:43:27 2008 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 44117106566C; Thu, 17 Apr 2008 19:43:27 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32E268FC1C; Thu, 17 Apr 2008 19:43:27 +0000 (UTC) (envelope-from oliver@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 m3HJhRfm089900; Thu, 17 Apr 2008 19:43:27 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJhQ3w089897; Thu, 17 Apr 2008 19:43:26 GMT (envelope-from oliver) Message-Id: <200804171943.m3HJhQ3w089897@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 17 Apr 2008 19:43:26 +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/multimedia/audacious-plugins Makefile pkg-plist ports/multimedia/audacious-plugins/files patch-src-OSS-audio.c patch-src-OSS4-audio.c 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: Thu, 17 Apr 2008 19:43:27 -0000 oliver 2008-04-17 19:43:26 UTC FreeBSD ports repository Modified files: multimedia/audacious-plugins Makefile pkg-plist Added files: multimedia/audacious-plugins/files patch-src-OSS-audio.c patch-src-OSS4-audio.c Log: fix OSS song forwarding add OSS4 option bump PORTREVISION Submitted by: Jan Sebosik Revision Changes Path 1.53 +10 -1 ports/multimedia/audacious-plugins/Makefile 1.1 +38 -0 ports/multimedia/audacious-plugins/files/patch-src-OSS-audio.c (new) 1.1 +38 -0 ports/multimedia/audacious-plugins/files/patch-src-OSS4-audio.c (new) 1.26 +1 -0 ports/multimedia/audacious-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:46:25 2008 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 49092106566C; Thu, 17 Apr 2008 19:46:25 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2093D8FC2B; Thu, 17 Apr 2008 19:46:25 +0000 (UTC) (envelope-from mezz@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 m3HJkPoq090066; Thu, 17 Apr 2008 19:46:25 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HJkPWY090065; Thu, 17 Apr 2008 19:46:25 GMT (envelope-from mezz) Message-Id: <200804171946.m3HJkPWY090065@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 17 Apr 2008 19:46:24 +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/graphics/k3d 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: Thu, 17 Apr 2008 19:46:25 -0000 mezz 2008-04-17 19:46:24 UTC FreeBSD ports repository Modified files: graphics/k3d Makefile Log: - Fix dependencies: remove gtk12 (it uses gtkmm24), only need netpbm in runtime and require libgnome if enable WITH_GNOME. - Remove all X11BASE. - Correct the --with-python for ${PREFIX} -> ${PYTHONBASE} to make it prefix safer. - Bump the PORTREVISION. [1] http://lists.freebsd.org/pipermail/freebsd-ports/2008-April/047850.html Approved by: maintainer timeout (two weeks) Revision Changes Path 1.27 +18 -19 ports/graphics/k3d/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 19:47:28 2008 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 06F93106566C; Thu, 17 Apr 2008 19:47:28 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 45E7B8FC12; Thu, 17 Apr 2008 19:47:27 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080417194727.HXXW15722.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Thu, 17 Apr 2008 15:47:27 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id EjnR1Z00J4iy4EG02jnRXj; Thu, 17 Apr 2008 15:47:26 -0400 To: "Jeremy Messenger" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200804171946.m3HJkPWY090065@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Date: Thu, 17 Apr 2008 14:49:21 -0500 Message-ID: In-Reply-To: <200804171946.m3HJkPWY090065@repoman.freebsd.org> User-Agent: Opera Mail/9.27 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/k3d 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: Thu, 17 Apr 2008 19:47:28 -0000 On Thu, 17 Apr 2008 14:46:24 -0500, Jeremy Messenger wrote: > mezz 2008-04-17 19:46:24 UTC > > FreeBSD ports repository > > Modified files: > graphics/k3d Makefile > Log: > - Fix dependencies: remove gtk12 (it uses gtkmm24), only need netpbm in > runtime and require libgnome if enable WITH_GNOME. > - Remove all X11BASE. > - Correct the --with-python for ${PREFIX} -> ${PYTHONBASE} to make it > prefix > safer. > - Bump the PORTREVISION. > [1] > http://lists.freebsd.org/pipermail/freebsd-ports/2008-April/047850.html > Approved by: maintainer timeout (two weeks) Approved by: maintainer timeout (two weeks) [1] -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Apr 17 20:07:55 2008 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 F2AA9106564A; Thu, 17 Apr 2008 20:07:54 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C87848FC0A; Thu, 17 Apr 2008 20:07:54 +0000 (UTC) (envelope-from bsam@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 m3HK7s4L091871; Thu, 17 Apr 2008 20:07:54 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HK7sKn091870; Thu, 17 Apr 2008 20:07:54 GMT (envelope-from bsam) Message-Id: <200804172007.m3HK7sKn091870@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 17 Apr 2008 20:07:53 +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/sysutils/linux-megacli/files 407.status-mfi-raid.in 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: Thu, 17 Apr 2008 20:07:55 -0000 bsam 2008-04-17 20:07:53 UTC FreeBSD ports repository Modified files: sysutils/linux-megacli/files 407.status-mfi-raid.in Log: Fix a typo Adpater -> Adapter. PR: ports/122775 Submitted by: ivoras Approved by: Ruben van Staveren (maintainer) Revision Changes Path 1.3 +2 -2 ports/sysutils/linux-megacli/files/407.status-mfi-raid.in From owner-cvs-all@FreeBSD.ORG Thu Apr 17 20:23:38 2008 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 C3AAF1065670; Thu, 17 Apr 2008 20:23:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9835D8FC16; Thu, 17 Apr 2008 20:23:38 +0000 (UTC) (envelope-from bsam@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 m3HKNcig092410; Thu, 17 Apr 2008 20:23:38 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HKNcHu092409; Thu, 17 Apr 2008 20:23:38 GMT (envelope-from bsam) Message-Id: <200804172023.m3HKNcHu092409@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 17 Apr 2008 20:23:38 +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/russian/fortuneru Makefile distinfo pkg-plist 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: Thu, 17 Apr 2008 20:23:38 -0000 bsam 2008-04-17 20:23:38 UTC FreeBSD ports repository Modified files: russian/fortuneru Makefile distinfo pkg-plist Log: Update to version 20080411. PR: ports/122774 Submitted by: Oleksandr Bezpalko (maintainer) Revision Changes Path 1.12 +2 -2 ports/russian/fortuneru/Makefile 1.13 +3 -3 ports/russian/fortuneru/distinfo 1.11 +7 -7 ports/russian/fortuneru/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 20:38:26 2008 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 0C304106564A; Thu, 17 Apr 2008 20:38:26 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE2A68FC26; Thu, 17 Apr 2008 20:38:25 +0000 (UTC) (envelope-from bsam@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 m3HKcPfQ092868; Thu, 17 Apr 2008 20:38:25 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HKcPV2092867; Thu, 17 Apr 2008 20:38:25 GMT (envelope-from bsam) Message-Id: <200804172038.m3HKcPV2092867@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 17 Apr 2008 20:38:25 +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/sysutils/lsof Makefile distinfo 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: Thu, 17 Apr 2008 20:38:26 -0000 bsam 2008-04-17 20:38:25 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: 1. Update to version 4.79L. 2. Remove the trailing whitespace at the end of the last ftp URL. Vic Abell made the following changes to more easily bullet-proof the new locking stuff: ----- I've toughened the part of Configure that handles the new 7.0 and 8.0 file locking changes and made it quit when anything goes wrong. I've updated 00FAQ to describe why Configure quits. I also added a section about lockf compiler errors, although it's unlikely those will be seen any more now that Configure quits. ----- PR: ports/122751 Submitted by: Larry Rosenman (maintainer) Revision Changes Path 1.162 +2 -2 ports/sysutils/lsof/Makefile 1.129 +3 -3 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:15:23 2008 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 5C8E01065672; Thu, 17 Apr 2008 21:15:23 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3004D8FC13; Thu, 17 Apr 2008 21:15:23 +0000 (UTC) (envelope-from bsam@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 m3HLFM0c004324; Thu, 17 Apr 2008 21:15:22 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HLFMQ3004323; Thu, 17 Apr 2008 21:15:22 GMT (envelope-from bsam) Message-Id: <200804172115.m3HLFMQ3004323@repoman.freebsd.org> From: Boris Samorodov Date: Thu, 17 Apr 2008 21:15:22 +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/sysutils/lsof Makefile distinfo 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: Thu, 17 Apr 2008 21:15:23 -0000 bsam 2008-04-17 21:15:22 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: - Update to 4.79 PR: ports/122808 Submitted by: Larry Rosenman (maintainer) Revision Changes Path 1.163 +3 -2 ports/sysutils/lsof/Makefile 1.130 +3 -3 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:26:27 2008 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 401DF106566C; Thu, 17 Apr 2008 21:26:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC3BB8FC18; Thu, 17 Apr 2008 21:26:26 +0000 (UTC) (envelope-from miwi@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 m3HLQQqd004881; Thu, 17 Apr 2008 21:26:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HLQQPk004880; Thu, 17 Apr 2008 21:26:26 GMT (envelope-from miwi) Message-Id: <200804172126.m3HLQQPk004880@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 21:26:26 +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/games Makefile ports/games/teeworlds Makefile distinfo pkg-plist ports/games/teeworlds/files patch-default.bam 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: Thu, 17 Apr 2008 21:26:27 -0000 miwi 2008-04-17 21:26:26 UTC FreeBSD ports repository Modified files: games Makefile games/teeworlds Makefile distinfo pkg-plist games/teeworlds/files patch-default.bam Log: * Project name has changed (teewars to teeworlds) * Update to 0.4.1 * Add USE_XORG, as the game is explicitly linked with X libs * Connect to the build PR: 122023 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.1192 +1 -0 ports/games/Makefile 1.3 +19 -14 ports/games/teeworlds/Makefile 1.3 +6 -6 ports/games/teeworlds/distinfo 1.2 +40 -23 ports/games/teeworlds/files/patch-default.bam 1.3 +77 -11 ports/games/teeworlds/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:36:29 2008 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 7B1E9106566C; Thu, 17 Apr 2008 21:36:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65C088FC19; Thu, 17 Apr 2008 21:36:29 +0000 (UTC) (envelope-from miwi@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 m3HLaTXB007188; Thu, 17 Apr 2008 21:36:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HLaTUn007186; Thu, 17 Apr 2008 21:36:29 GMT (envelope-from miwi) Message-Id: <200804172136.m3HLaTUn007186@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Apr 2008 21:36:28 +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 MOVED ports/games Makefile CVSROOT modules ports/games/teewars Makefile distinfo pkg-descr pkg-plist ports/games/teewars/files patch-default.bam 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: Thu, 17 Apr 2008 21:36:29 -0000 miwi 2008-04-17 21:36:28 UTC FreeBSD ports repository Modified files: . MOVED games Makefile . modules Removed files: games/teewars Makefile distinfo pkg-descr pkg-plist games/teewars/files patch-default.bam Log: - Remove games/teewars (project was renamed) Revision Changes Path 1.19662 +1 -1 CVSROOT/modules 1.1574 +2 -1 ports/MOVED 1.1193 +0 -1 ports/games/Makefile 1.2 +0 -69 ports/games/teewars/Makefile (dead) 1.2 +0 -6 ports/games/teewars/distinfo (dead) 1.2 +0 -76 ports/games/teewars/files/patch-default.bam (dead) 1.2 +0 -16 ports/games/teewars/pkg-descr (dead) 1.2 +0 -158 ports/games/teewars/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:38:18 2008 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 62623106566C; Thu, 17 Apr 2008 21:38:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2068FC45; Thu, 17 Apr 2008 21:38:18 +0000 (UTC) (envelope-from rwatson@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 m3HLcIwI007494; Thu, 17 Apr 2008 21:38:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HLcIr4007493; Thu, 17 Apr 2008 21:38:18 GMT (envelope-from rwatson) Message-Id: <200804172138.m3HLcIr4007493@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Apr 2008 21:38:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c src/sys/kern subr_witness.c src/sys/netinet in_mcast.c in_pcb.c in_pcb.h ip_divert.c ip_fw2.c ip_options.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_reass.c ... 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: Thu, 17 Apr 2008 21:38:18 -0000 rwatson 2008-04-17 21:38:18 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c sys/kern subr_witness.c sys/netinet in_mcast.c in_pcb.c in_pcb.h ip_divert.c ip_fw2.c ip_options.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_reass.c tcp_sack.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timewait.c tcp_usrreq.c udp_usrreq.c sys/netinet6 icmp6.c in6_pcb.c in6_src.c raw_ip6.c udp6_usrreq.c sys/security/audit audit_arg.c sys/security/mac mac_inet.c Log: Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to explicitly select write locking for all use of the inpcb mutex. Update some pcbinfo lock assertions to assert locked rather than write-locked, although in practice almost all uses of the pcbinfo rwlock main exclusive, and all instances of inpcb lock acquisition are exclusive. This change should introduce (ideally) little functional change. However, it lays the groundwork for significantly increased parallelism in the TCP/IP code. MFC after: 3 months Tested by: kris (superset of committered patch) Revision Changes Path 1.52 +4 -4 src/sys/contrib/pf/net/pf.c 1.8 +2 -2 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c 1.247 +5 -5 src/sys/kern/subr_witness.c 1.4 +28 -28 src/sys/netinet/in_mcast.c 1.204 +40 -31 src/sys/netinet/in_pcb.c 1.105 +27 -17 src/sys/netinet/in_pcb.h 1.132 +17 -17 src/sys/netinet/ip_divert.c 1.184 +3 -3 src/sys/netinet/ip_fw2.c 1.9 +1 -1 src/sys/netinet/ip_options.c 1.281 +7 -7 src/sys/netinet/ip_output.c 1.182 +31 -31 src/sys/netinet/raw_ip.c 1.375 +20 -20 src/sys/netinet/tcp_input.c 1.150 +1 -1 src/sys/netinet/tcp_output.c 1.354 +1 -1 src/sys/netinet/tcp_reass.c 1.41 +8 -8 src/sys/netinet/tcp_sack.c 1.305 +29 -29 src/sys/netinet/tcp_subr.c 1.142 +6 -6 src/sys/netinet/tcp_syncache.c 1.100 +16 -16 src/sys/netinet/tcp_timer.c 1.289 +14 -14 src/sys/netinet/tcp_timewait.c 1.168 +68 -68 src/sys/netinet/tcp_usrreq.c 1.220 +36 -34 src/sys/netinet/udp_usrreq.c 1.83 +4 -4 src/sys/netinet6/icmp6.c 1.89 +18 -18 src/sys/netinet6/in6_pcb.c 1.51 +1 -1 src/sys/netinet6/in6_src.c 1.77 +17 -17 src/sys/netinet6/raw_ip6.c 1.86 +25 -25 src/sys/netinet6/udp6_usrreq.c 1.20 +2 -2 src/sys/security/audit/audit_arg.c 1.17 +3 -3 src/sys/security/mac/mac_inet.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:50:14 2008 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 B349A106566B; Thu, 17 Apr 2008 21:50:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 820038FC17; Thu, 17 Apr 2008 21:50:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 2014B46B7B; Thu, 17 Apr 2008 17:50:14 -0400 (EDT) Date: Thu, 17 Apr 2008 22:50:14 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200804172138.m3HLcIr4007493@repoman.freebsd.org> Message-ID: <20080417224830.E94395@fledge.watson.org> References: <200804172138.m3HLcIr4007493@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: cvs commit: src/sys/contrib/pf/net pf.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c src/sys/kern subr_witness.c src/sys/netinet in_mcast.c in_pcb.c in_pcb.h ip_divert.c ip_fw2.c ip_options.c ip_output.c raw_ip.c tcp_input.c tcp_output.c tcp_reass.c ... 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: Thu, 17 Apr 2008 21:50:14 -0000 On Thu, 17 Apr 2008, Robert Watson wrote: > Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to > explicitly select write locking for all use of the inpcb mutex. > Update some pcbinfo lock assertions to assert locked rather than > write-locked, although in practice almost all uses of the pcbinfo > rwlock main exclusive, and all instances of inpcb lock acquisition > are exclusive. > > This change should introduce (ideally) little functional change. > However, it lays the groundwork for significantly increased > parallelism in the TCP/IP code. > > MFC after: 3 months > Tested by: kris (superset of committered patch) In a week or so, once this change has settled out, I'll merge the UDP locking changes that Kris and I developed to improve performance with BIND9 and nsd. Kris has reported significant (>20%) performance improvements in DNS workloads by virtue of eliminating UDP-layer lock contention by using read locks on the inpcb on input/output processing, and read locks on the pcbinfo in input processing. Those changes do, however, increase contention on routing and device driver/ifqeueu layer locks, which also require attention. These changes are on the slow path to an MFC, assuming now ABI (or more general) problems arise. If you experience any performance loss as a result of this change, please let me know ASAP -- in principle exclusive rwlocks are very much lock mutexes, but perhaps something has been missed (or misunderstood). Thanks, Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu Apr 17 21:54:08 2008 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 BBAE9106564A; Thu, 17 Apr 2008 21:54:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAE98FC1B; Thu, 17 Apr 2008 21:54:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 575E846B03; Thu, 17 Apr 2008 17:54:08 -0400 (EDT) Date: Thu, 17 Apr 2008 22:54:08 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <200804171919.m3HJJeRg088523@repoman.freebsd.org> Message-ID: <20080417225220.A94395@fledge.watson.org> References: <200804171919.m3HJJeRg088523@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c 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: Thu, 17 Apr 2008 21:54:08 -0000 On Thu, 17 Apr 2008, Pawel Jakub Dawidek wrote: > pjd 2008-04-17 19:19:40 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_linker.c > Log: > Allow linker_search_symbol_name() to be called with KLD lock held. > The linker_search_symbol_name() function is used by stack_print() > and stack_print() can be called from kernel module unload method. I'm not sure I'm entirely comfortable with this locking change; conditional locking of this type is something we've generally tried to eliminate. If this is for debugging code used in locking sensitive contexts, it is probably preferable to use one of the _ddb variations on the stack(9) routines, which bypass locking. Or, in this case, it simply uses the locks that are already, conveniently, held. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Thu Apr 17 22:01:39 2008 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 8CD931065676; Thu, 17 Apr 2008 22:01:39 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBBF8FC3A; Thu, 17 Apr 2008 22:01:39 +0000 (UTC) (envelope-from cokane@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 m3HM1dR3008291; Thu, 17 Apr 2008 22:01:39 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HM1djs008290; Thu, 17 Apr 2008 22:01:39 GMT (envelope-from cokane) Message-Id: <200804172201.m3HM1djs008290@repoman.freebsd.org> From: Coleman Kane Date: Thu, 17 Apr 2008 22:01:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h 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: Thu, 17 Apr 2008 22:01:39 -0000 cokane 2008-04-17 22:01:39 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Change the timeout(9) usage in if_ndis to a callout(9) implementation, as the former is becoming deprecated and exhibits some extraneous Giant-locking. The new callout(9) is declared MPSAFE, so it may improve concurrency. Tested by: matteo Silence from: wpaul MFC after: 1 month Revision Changes Path 1.132 +6 -9 src/sys/dev/if_ndis/if_ndis.c 1.29 +1 -1 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-all@FreeBSD.ORG Thu Apr 17 22:17:55 2008 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 D3BE2106566C; Thu, 17 Apr 2008 22:17:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB8CA8FC20; Thu, 17 Apr 2008 22:17:55 +0000 (UTC) (envelope-from jhb@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 m3HMHtrj010015; Thu, 17 Apr 2008 22:17:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HMHtIG010014; Thu, 17 Apr 2008 22:17:55 GMT (envelope-from jhb) Message-Id: <200804172217.m3HMHtIG010014@repoman.freebsd.org> From: John Baldwin Date: Thu, 17 Apr 2008 22:17:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdio.h src/lib/libc/stdio _flock_stub.c asprintf.c fgetwc.c fgetws.c findfp.c fputwc.c fputws.c freopen.c fseek.c fwide.c local.h refill.c snprintf.c sprintf.c sscanf.c ungetc.c ungetwc.c vasprintf.c vfprintf.c vfwprintf.c vsnprintf.c ... 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: Thu, 17 Apr 2008 22:17:55 -0000 jhb 2008-04-17 22:17:54 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio _flock_stub.c asprintf.c fgetwc.c fgetws.c findfp.c fputwc.c fputws.c freopen.c fseek.c fwide.c local.h refill.c snprintf.c sprintf.c sscanf.c ungetc.c ungetwc.c vasprintf.c vfprintf.c vfwprintf.c vsnprintf.c vsprintf.c vsscanf.c vswprintf.c vswscanf.c xprintf.c Log: Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into __sFILE. This was supposed to be done in 6.0. Some notes: - Where possible I restored the various lines to their pre-__sFILEX state. - Retire INITEXTRA() and just initialize the wchar bits (orientation and mbstate) explicitly instead. The various places that used INITEXTRA didn't need the locking fields or _up initialized. (Some places needed _up to exist and not be off the end of a NULL or garbage pointer, but they didn't require it to be initialized to a specific value.) - For now, stdio.h "knows" that pthread_t is a 'struct pthread *' to avoid namespace pollution of including all the pthread types in stdio.h. Once we remove all the inlines and make __sFILE private it can go back to using pthread_t, etc. - This does not remove any of the inlines currently and does not change any of the public ABI of 'FILE'. MFC after: 1 month Reviewed by: peter Revision Changes Path 1.64 +7 -4 src/include/stdio.h 1.16 +16 -26 src/lib/libc/stdio/_flock_stub.c 1.14 +2 -3 src/lib/libc/stdio/asprintf.c 1.13 +1 -1 src/lib/libc/stdio/fgetwc.c 1.7 +2 -2 src/lib/libc/stdio/fgetws.c 1.32 +11 -45 src/lib/libc/stdio/findfp.c 1.11 +1 -2 src/lib/libc/stdio/fputwc.c 1.7 +1 -1 src/lib/libc/stdio/fputws.c 1.21 +2 -2 src/lib/libc/stdio/freopen.c 1.44 +4 -4 src/lib/libc/stdio/fseek.c 1.2 +3 -3 src/lib/libc/stdio/fwide.c 1.31 +2 -21 src/lib/libc/stdio/local.h 1.20 +1 -1 src/lib/libc/stdio/refill.c 1.22 +2 -3 src/lib/libc/stdio/snprintf.c 1.16 +2 -3 src/lib/libc/stdio/sprintf.c 1.13 +2 -3 src/lib/libc/stdio/sscanf.c 1.18 +1 -1 src/lib/libc/stdio/ungetc.c 1.11 +1 -1 src/lib/libc/stdio/ungetwc.c 1.19 +2 -3 src/lib/libc/stdio/vasprintf.c 1.78 +2 -1 src/lib/libc/stdio/vfprintf.c 1.29 +2 -1 src/lib/libc/stdio/vfwprintf.c 1.24 +2 -3 src/lib/libc/stdio/vsnprintf.c 1.16 +2 -3 src/lib/libc/stdio/vsprintf.c 1.14 +2 -3 src/lib/libc/stdio/vsscanf.c 1.7 +2 -3 src/lib/libc/stdio/vswprintf.c 1.5 +2 -3 src/lib/libc/stdio/vswscanf.c 1.6 +2 -1 src/lib/libc/stdio/xprintf.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 22:44:36 2008 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 2AF59106566C; Thu, 17 Apr 2008 22:44:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id D66A08FC20; Thu, 17 Apr 2008 22:44:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 2EAE42BC5B; Fri, 18 Apr 2008 10:14:32 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5g-coTLJgIGw; Fri, 18 Apr 2008 10:14:28 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 18 Apr 2008 10:14:28 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id D73361142A; Fri, 18 Apr 2008 10:14:27 +1200 (NZST) Date: Fri, 18 Apr 2008 10:14:27 +1200 From: Andrew Thompson To: Coleman Kane Message-ID: <20080417221427.GD21457@citylink.fud.org.nz> References: <200804172201.m3HM1djs008290@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804172201.m3HM1djs008290@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h 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: Thu, 17 Apr 2008 22:44:36 -0000 On Thu, Apr 17, 2008 at 10:01:39PM +0000, Coleman Kane wrote: > cokane 2008-04-17 22:01:39 UTC > > FreeBSD src repository > > Modified files: > sys/dev/if_ndis if_ndis.c if_ndisvar.h > Log: > Change the timeout(9) usage in if_ndis to a callout(9) implementation, > as the former is becoming deprecated and exhibits some extraneous > Giant-locking. The new callout(9) is declared MPSAFE, so it may > improve concurrency. > > Tested by: matteo > Silence from: wpaul > MFC after: 1 month > > --- src/sys/dev/if_ndis/if_ndis.c 2008/01/17 20:11:58 1.131 > +++ src/sys/dev/if_ndis/if_ndis.c 2008/04/17 22:01:38 1.132 > > return; > } > @@ -1939,8 +1935,9 @@ ndis_init(xsc) > if (sc->ndis_block->nmb_checkforhangsecs == 0) > sc->ndis_block->nmb_checkforhangsecs = 3; > > - sc->ndis_stat_ch = timeout(ndis_tick, sc, > - hz * sc->ndis_block->nmb_checkforhangsecs); > + callout_init(&sc->ndis_stat_callout, 1); ^^^^^^^ This should be spelled CALLOUT_MPSAFE :) Andrew From owner-cvs-all@FreeBSD.ORG Thu Apr 17 22:57:34 2008 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 69F20106566C; Thu, 17 Apr 2008 22:57:34 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA828FC0C; Thu, 17 Apr 2008 22:57:34 +0000 (UTC) (envelope-from cokane@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 m3HMvYr0011334; Thu, 17 Apr 2008 22:57:34 GMT (envelope-from cokane@repoman.freebsd.org) Received: (from cokane@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HMvYPf011333; Thu, 17 Apr 2008 22:57:34 GMT (envelope-from cokane) Message-Id: <200804172257.m3HMvYPf011333@repoman.freebsd.org> From: Coleman Kane Date: Thu, 17 Apr 2008 22:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c 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: Thu, 17 Apr 2008 22:57:34 -0000 cokane 2008-04-17 22:57:33 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my tree, but never committed it into git before making my patch! Submitted by: thompsa MFC after: 1 month Revision Changes Path 1.133 +1 -1 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:17:13 2008 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 6C6B0106566B; Thu, 17 Apr 2008 23:17:12 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3158FC19; Thu, 17 Apr 2008 23:17:12 +0000 (UTC) (envelope-from gad@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 m3HNHCl4013116; Thu, 17 Apr 2008 23:17:12 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HNHCGw013115; Thu, 17 Apr 2008 23:17:12 GMT (envelope-from gad) Message-Id: <200804172317.m3HNHCGw013115@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 17 Apr 2008 23:17:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/env env.1 env.c 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: Thu, 17 Apr 2008 23:17:13 -0000 gad 2008-04-17 23:17:09 UTC FreeBSD src repository Modified files: usr.bin/env env.1 env.c Log: Add the '-u name' option to the env command, which will completely unset the given variable name (removing it from the environment, instead of just setting it to a null value). PR: bin/65649 MFC after: 2 weeks Revision Changes Path 1.10 +21 -5 src/usr.bin/env/env.1 1.20 +10 -3 src/usr.bin/env/env.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:19:49 2008 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 4E111106564A; Thu, 17 Apr 2008 23:19:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 376F48FC1D; Thu, 17 Apr 2008 23:19:49 +0000 (UTC) (envelope-from edwin@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 m3HNJnPK013233; Thu, 17 Apr 2008 23:19:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HNJncC013232; Thu, 17 Apr 2008 23:19:49 GMT (envelope-from edwin) Message-Id: <200804172319.m3HNJncC013232@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Apr 2008 23:19:49 +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/print/ghostscript-gnu Makefile ports/print/ghostscript-gpl Makefile ports/print/teTeX-texmf 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: Thu, 17 Apr 2008 23:19:49 -0000 edwin 2008-04-17 23:19:49 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu Makefile print/ghostscript-gpl Makefile print/teTeX-texmf Makefile Log: Incorrect CONFLICTS in multiple ports. There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin Revision Changes Path 1.128 +2 -3 ports/print/ghostscript-gnu/Makefile 1.162 +2 -3 ports/print/ghostscript-gpl/Makefile 1.17 +2 -2 ports/print/teTeX-texmf/Makefile From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:24:58 2008 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 BA833106564A; Thu, 17 Apr 2008 23:24:58 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7F78FC0A; Thu, 17 Apr 2008 23:24:58 +0000 (UTC) (envelope-from gnn@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 m3HNOwNZ013428; Thu, 17 Apr 2008 23:24:58 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HNOwaI013427; Thu, 17 Apr 2008 23:24:58 GMT (envelope-from gnn) Message-Id: <200804172324.m3HNOwaI013427@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Thu, 17 Apr 2008 23:24:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_icmp.c 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: Thu, 17 Apr 2008 23:24:58 -0000 gnn 2008-04-17 23:24:58 UTC FreeBSD src repository Modified files: sys/netinet ip_icmp.c Log: Add in check for loopback as well, which was missing from the original patch. PR: 120958 Submitted by: James Snow MFC after: 2 weeks Revision Changes Path 1.122 +1 -0 src/sys/netinet/ip_icmp.c From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:36:36 2008 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 07105106566B; Thu, 17 Apr 2008 23:36:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC1878FC14; Thu, 17 Apr 2008 23:36:35 +0000 (UTC) (envelope-from marcel@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 m3HNaZIe013884; Thu, 17 Apr 2008 23:36:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3HNaZcU013883; Thu, 17 Apr 2008 23:36:35 GMT (envelope-from marcel) Message-Id: <200804172336.m3HNaZcU013883@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 17 Apr 2008 23:36:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.i386 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: Thu, 17 Apr 2008 23:36:36 -0000 marcel 2008-04-17 23:36:35 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.i386 Log: Add support for the 32-bit EFI target. Revision Changes Path 1.18 +10 -3 src/gnu/usr.bin/binutils/libbfd/Makefile.i386 From owner-cvs-all@FreeBSD.ORG Fri Apr 18 00:01:56 2008 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 6345F1065677; Fri, 18 Apr 2008 00:01:56 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6EB8FC17; Fri, 18 Apr 2008 00:01:56 +0000 (UTC) (envelope-from delphij@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 m3I01uoT015155; Fri, 18 Apr 2008 00:01:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I01unx015154; Fri, 18 Apr 2008 00:01:56 GMT (envelope-from delphij) Message-Id: <200804180001.m3I01unx015154@repoman.freebsd.org> From: Xin LI Date: Fri, 18 Apr 2008 00:01:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libstand Makefile bzipfs.c bzlib.c.diff bzlib.h.diff bzlib_private.h.diff zutil.h.diff 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: Fri, 18 Apr 2008 00:01:56 -0000 delphij 2008-04-18 00:01:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libstand Makefile bzipfs.c Removed files: (Branch: RELENG_5) lib/libstand bzlib.c.diff bzlib.h.diff bzlib_private.h.diff zutil.h.diff Log: MFC: Handle bzip2/zlib changes without using patches, by doing the work in a programmatical way. This is an accumulative patch of the following changes: Makefile: 1.46-1.53 bzipfs.c: 1.7 as well as removal of the now unneeded files. Revision Changes Path 1.43.2.2 +30 -31 src/lib/libstand/Makefile 1.6.2.1 +1 -1 src/lib/libstand/bzipfs.c 1.2.8.1 +0 -58 src/lib/libstand/bzlib.c.diff (dead) 1.1.12.1 +0 -15 src/lib/libstand/bzlib.h.diff (dead) 1.2.6.1 +0 -22 src/lib/libstand/bzlib_private.h.diff (dead) 1.1.8.1 +0 -15 src/lib/libstand/zutil.h.diff (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 00:36:41 2008 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 408501065671; Fri, 18 Apr 2008 00:36:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10CB58FC0A; Fri, 18 Apr 2008 00:36:41 +0000 (UTC) (envelope-from lwhsu@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 m3I0afh9017522; Fri, 18 Apr 2008 00:36:41 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I0ae6s017521; Fri, 18 Apr 2008 00:36:40 GMT (envelope-from lwhsu) Message-Id: <200804180036.m3I0ae6s017521@repoman.freebsd.org> From: Li-Wen Hsu Date: Fri, 18 Apr 2008 00:36:40 +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/www/ctemplate Makefile distinfo 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: Fri, 18 Apr 2008 00:36:41 -0000 lwhsu 2008-04-18 00:36:40 UTC FreeBSD ports repository Modified files: www/ctemplate Makefile distinfo Log: - Update to 0.5 PR: ports/122861 Submitted by: Alex Pesternikov (maintainer) Revision Changes Path 1.2 +1 -1 ports/www/ctemplate/Makefile 1.2 +3 -3 ports/www/ctemplate/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 00:52:33 2008 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 06488106566B; Fri, 18 Apr 2008 00:52:33 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA7138FC17; Fri, 18 Apr 2008 00:52:32 +0000 (UTC) (envelope-from emax@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 m3I0qWJA027209; Fri, 18 Apr 2008 00:52:32 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I0qWGx027208; Fri, 18 Apr 2008 00:52:32 GMT (envelope-from emax) Message-Id: <200804180052.m3I0qWGx027208@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 18 Apr 2008 00:52:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net if_tap.c 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: Fri, 18 Apr 2008 00:52:33 -0000 emax 2008-04-18 00:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_tap.c Log: MFC: Fix possible buffer overrun on 64-bit arch when generating MAC address for tap interface. Reported by: Marc Lorner < marc dot loerner at hob dot de > Reviewed by: bms Revision Changes Path 1.71.2.1 +3 -1 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Fri Apr 18 00:55:03 2008 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 756021065670; Fri, 18 Apr 2008 00:55:03 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 458728FC0C; Fri, 18 Apr 2008 00:55:03 +0000 (UTC) (envelope-from emax@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 m3I0t3nS027325; Fri, 18 Apr 2008 00:55:03 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I0t30k027324; Fri, 18 Apr 2008 00:55:03 GMT (envelope-from emax) Message-Id: <200804180055.m3I0t30k027324@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 18 Apr 2008 00:55:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_tap.c 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: Fri, 18 Apr 2008 00:55:03 -0000 emax 2008-04-18 00:55:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_tap.c Log: MFC: Fix possible buffer overrun on 64-bit arch when generating MAC address for tap interface. Reported by: Marc Lorner < marc dot loerner at hob dot de > Reviewed by: bms MFC after: 3 days Revision Changes Path 1.55.2.12 +3 -1 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Fri Apr 18 01:05:20 2008 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 1A9EC106566B; Fri, 18 Apr 2008 01:05:20 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0203E8FC12; Fri, 18 Apr 2008 01:05:20 +0000 (UTC) (envelope-from tabthorpe@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 m3I15JVU028807; Fri, 18 Apr 2008 01:05:19 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I15Jts028806; Fri, 18 Apr 2008 01:05:19 GMT (envelope-from tabthorpe) Message-Id: <200804180105.m3I15Jts028806@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 18 Apr 2008 01:05:19 +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/science/xmds Makefile distinfo pkg-descr pkg-plist ports/science/xmds/files patch-Makefile.am 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: Fri, 18 Apr 2008 01:05:20 -0000 tabthorpe 2008-04-18 01:05:19 UTC FreeBSD ports repository Modified files: science/xmds Makefile distinfo pkg-descr pkg-plist Added files: science/xmds/files patch-Makefile.am Log: - Update to 1.6 PR: ports/122656 Submitted by: EelVex (maintainer) Revision Changes Path 1.2 +14 -6 ports/science/xmds/Makefile 1.2 +3 -3 ports/science/xmds/distinfo 1.1 +16 -0 ports/science/xmds/files/patch-Makefile.am (new) 1.2 +2 -2 ports/science/xmds/pkg-descr 1.2 +50 -5 ports/science/xmds/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 01:46:24 2008 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 C9720106564A; Fri, 18 Apr 2008 01:46:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 984A38FC0C; Fri, 18 Apr 2008 01:46:24 +0000 (UTC) (envelope-from clsung@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 m3I1kOvX030129; Fri, 18 Apr 2008 01:46:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I1kOBL030128; Fri, 18 Apr 2008 01:46:24 GMT (envelope-from clsung) Message-Id: <200804180146.m3I1kOBL030128@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 01:46:24 +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/p5-POE-XS-Queue-Array Makefile distinfo 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: Fri, 18 Apr 2008 01:46:24 -0000 clsung 2008-04-18 01:46:24 UTC FreeBSD ports repository Modified files: devel/p5-POE-XS-Queue-Array Makefile distinfo Log: - Update to 0.005 Changes: http://search.cpan.org/dist/POE-XS-Queue-Array/Changes PR: ports/122815 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/devel/p5-POE-XS-Queue-Array/Makefile 1.5 +3 -3 ports/devel/p5-POE-XS-Queue-Array/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 01:58:48 2008 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 8FEDF106566B; Fri, 18 Apr 2008 01:58:48 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB318FC15; Fri, 18 Apr 2008 01:58:48 +0000 (UTC) (envelope-from tmclaugh@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 m3I1wm6H030518; Fri, 18 Apr 2008 01:58:48 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I1wmVv030517; Fri, 18 Apr 2008 01:58:48 GMT (envelope-from tmclaugh) Message-Id: <200804180158.m3I1wmVv030517@repoman.freebsd.org> From: Tom McLaughlin Date: Fri, 18 Apr 2008 01:58:48 +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/net-im/openfire Makefile ports/net-im/openfire/files openfire.in 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: Fri, 18 Apr 2008 01:58:48 -0000 tmclaugh 2008-04-18 01:58:48 UTC FreeBSD ports repository Modified files: net-im/openfire Makefile net-im/openfire/files openfire.in Log: Fix startup script so openfire_javargs are respected. PR: 122741 Approved by: maintainer Revision Changes Path 1.17 +1 -1 ports/net-im/openfire/Makefile 1.3 +2 -1 ports/net-im/openfire/files/openfire.in From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:02:33 2008 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 9D960106566B; Fri, 18 Apr 2008 02:02:33 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CADA8FC1B; Fri, 18 Apr 2008 02:02:33 +0000 (UTC) (envelope-from davidxu@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 m3I22XhK030691; Fri, 18 Apr 2008 02:02:33 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I22X5H030690; Fri, 18 Apr 2008 02:02:33 GMT (envelope-from davidxu) Message-Id: <200804180202.m3I22X5H030690@repoman.freebsd.org> From: David Xu Date: Fri, 18 Apr 2008 02:02:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys termios.h 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: Fri, 18 Apr 2008 02:02:33 -0000 davidxu 2008-04-18 02:02:33 UTC FreeBSD src repository Modified files: sys/sys termios.h Log: Add missing function prototype for tcgetsid(). Revision Changes Path 1.21 +10 -0 src/sys/sys/termios.h From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:19:22 2008 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 17318106566B; Fri, 18 Apr 2008 02:19:22 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D86478FC14; Fri, 18 Apr 2008 02:19:21 +0000 (UTC) (envelope-from sumikawa@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 m3I2JL02032443; Fri, 18 Apr 2008 02:19:21 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2JLJA032442; Fri, 18 Apr 2008 02:19:21 GMT (envelope-from sumikawa) Message-Id: <200804180219.m3I2JLJA032442@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 18 Apr 2008 02:19:21 +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/security/racoon2 Makefile ports/security/racoon2/files patch-samples-Makefile.in 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: Fri, 18 Apr 2008 02:19:22 -0000 sumikawa 2008-04-18 02:19:21 UTC FreeBSD ports repository Modified files: security/racoon2 Makefile security/racoon2/files patch-samples-Makefile.in Log: Fix to mkdir unnecessary directory. Revision Changes Path 1.54 +1 -0 ports/security/racoon2/Makefile 1.7 +2 -3 ports/security/racoon2/files/patch-samples-Makefile.in From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:20:32 2008 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 A00FA106564A; Fri, 18 Apr 2008 02:20:32 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 351EC8FC0C; Fri, 18 Apr 2008 02:20:31 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.2/8.14.2) with ESMTP id m3I2KVj7089449; Fri, 18 Apr 2008 10:20:31 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.2/8.14.2/Submit) id m3I2KVhg040496; Fri, 18 Apr 2008 10:20:31 +0800 (CST) (envelope-from rafan) Date: Fri, 18 Apr 2008 10:20:30 +0800 From: Rong-En Fan To: Edwin Groothuis Message-ID: <20080418022030.GC42166@svm.csie.ntu.edu.tw> References: <200804172319.m3HNJncC013232@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804172319.m3HNJncC013232@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript-gnu Makefile ports/print/ghostscript-gpl Makefile ports/print/teTeX-texmf 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: Fri, 18 Apr 2008 02:20:32 -0000 On Thu, Apr 17, 2008 at 11:19:49PM +0000, Edwin Groothuis wrote: > edwin 2008-04-17 23:19:49 UTC > > FreeBSD ports repository > > Modified files: > print/ghostscript-gnu Makefile > print/ghostscript-gpl Makefile > print/teTeX-texmf Makefile > Log: > Incorrect CONFLICTS in multiple ports. > > There are incorrect CONFLICTS in multiple ports. E.g.: > contain two CONFLICTS= lines, the second line overrides the first one. Thanks! Regards, Rong-En Fan From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:21:11 2008 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 B808C106564A; Fri, 18 Apr 2008 02:21:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 865058FC17; Fri, 18 Apr 2008 02:21:11 +0000 (UTC) (envelope-from marcel@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 m3I2LBRV032576; Fri, 18 Apr 2008 02:21:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2LBdQ032575; Fri, 18 Apr 2008 02:21:11 GMT (envelope-from marcel) Message-Id: <200804180221.m3I2LBdQ032575@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 18 Apr 2008 02:21:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/include vmparam.h 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: Fri, 18 Apr 2008 02:21:11 -0000 marcel 2008-04-18 02:21:11 UTC FreeBSD src repository Modified files: sys/ia64/include vmparam.h Log: Remove cruft we got from Alpha, which was probably inherited from NetBSD. I.e. make it more like a FreeBSD header. Revision Changes Path 1.19 +6 -31 src/sys/ia64/include/vmparam.h From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:24:08 2008 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 9F177106564A; Fri, 18 Apr 2008 02:24:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3A88FC0C; Fri, 18 Apr 2008 02:24:08 +0000 (UTC) (envelope-from clsung@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 m3I2O8uQ032692; Fri, 18 Apr 2008 02:24:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2O8jm032691; Fri, 18 Apr 2008 02:24:08 GMT (envelope-from clsung) Message-Id: <200804180224.m3I2O8jm032691@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 02:24:08 +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/www/p5-WWW-Search-Google Makefile distinfo 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: Fri, 18 Apr 2008 02:24:08 -0000 clsung 2008-04-18 02:24:08 UTC FreeBSD ports repository Modified files: www/p5-WWW-Search-Google Makefile distinfo Log: - Update to 0.23 Changes: http://search.cpan.org/dist/WWW-Search-Google/Changes Revision Changes Path 1.13 +1 -5 ports/www/p5-WWW-Search-Google/Makefile 1.8 +3 -3 ports/www/p5-WWW-Search-Google/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:25:26 2008 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 681F7106564A; Fri, 18 Apr 2008 02:25:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35F5A8FC15; Fri, 18 Apr 2008 02:25:26 +0000 (UTC) (envelope-from clsung@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 m3I2PQcs032779; Fri, 18 Apr 2008 02:25:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2PQX4032778; Fri, 18 Apr 2008 02:25:26 GMT (envelope-from clsung) Message-Id: <200804180225.m3I2PQX4032778@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 02:25:26 +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/finance/p5-PayflowPro Makefile distinfo 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: Fri, 18 Apr 2008 02:25:26 -0000 clsung 2008-04-18 02:25:26 UTC FreeBSD ports repository Modified files: finance/p5-PayflowPro Makefile distinfo Log: - update finance/p5-PayflowPro to latest version to account for change in URL used by Payflow service. PR: ports/122829 Submitted by: maintainer (Vivek Khera) Revision Changes Path 1.2 +1 -1 ports/finance/p5-PayflowPro/Makefile 1.2 +3 -3 ports/finance/p5-PayflowPro/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:27:05 2008 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 CCD61106564A; Fri, 18 Apr 2008 02:27:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AE1C8FC18; Fri, 18 Apr 2008 02:27:05 +0000 (UTC) (envelope-from clsung@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 m3I2R5Ei032873; Fri, 18 Apr 2008 02:27:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2R5dV032872; Fri, 18 Apr 2008 02:27:05 GMT (envelope-from clsung) Message-Id: <200804180227.m3I2R5dV032872@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 02:27:05 +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/p5-Config-INI-Simple Makefile distinfo 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: Fri, 18 Apr 2008 02:27:05 -0000 clsung 2008-04-18 02:27:05 UTC FreeBSD ports repository Modified files: devel/p5-Config-INI-Simple Makefile distinfo Log: - Update to 0.02 PR: ports/122836 Submitted by: Artem Naluzhnyy Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.5 +1 -2 ports/devel/p5-Config-INI-Simple/Makefile 1.2 +3 -3 ports/devel/p5-Config-INI-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:30:16 2008 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 679E6106564A; Fri, 18 Apr 2008 02:30:16 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 356FE8FC1A; Fri, 18 Apr 2008 02:30:16 +0000 (UTC) (envelope-from tmclaugh@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 m3I2UGZm032995; Fri, 18 Apr 2008 02:30:16 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2UGov032994; Fri, 18 Apr 2008 02:30:16 GMT (envelope-from tmclaugh) Message-Id: <200804180230.m3I2UGov032994@repoman.freebsd.org> From: Tom McLaughlin Date: Fri, 18 Apr 2008 02:30:16 +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/textproc/docbook-to-man 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: Fri, 18 Apr 2008 02:30:16 -0000 tmclaugh 2008-04-18 02:30:16 UTC FreeBSD ports repository Modified files: textproc/docbook-to-man Makefile Log: - pet portlint PR: 57502 Revision Changes Path 1.13 +10 -11 ports/textproc/docbook-to-man/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 02:45:41 2008 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 3802E106564A; Fri, 18 Apr 2008 02:45:41 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5458FC13; Fri, 18 Apr 2008 02:45:41 +0000 (UTC) (envelope-from kmacy@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 m3I2jf18034251; Fri, 18 Apr 2008 02:45:41 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I2jeqa034250; Fri, 18 Apr 2008 02:45:40 GMT (envelope-from kmacy) Message-Id: <200804180245.m3I2jeqa034250@repoman.freebsd.org> From: Kip Macy Date: Fri, 18 Apr 2008 02:45:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_include.h cxgb_ioctl.h cxgb_l2t.c cxgb_l2t.h cxgb_lro.c cxgb_main.c cxgb_multiq.c cxgb_offload.c cxgb_offload.h cxgb_osdep.h cxgb_sge.c cxgb_t3fw.c cxgb_t3fw.h ... 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: Fri, 18 Apr 2008 02:45:41 -0000 kmacy 2008-04-18 02:45:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_include.h cxgb_ioctl.h cxgb_lro.c cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_osdep.h cxgb_sge.c sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_ctl_defs.h cxgb_firmware_exports.h cxgb_mc5.c cxgb_mv88e1xxx.c cxgb_regs.h cxgb_t3_cpl.h cxgb_t3_hw.c cxgb_tcb.h cxgb_version.h cxgb_vsc8211.c cxgb_xgmac.c sys/dev/cxgb/sys mvec.h uipc_mvec.c sys/modules/cxgb Makefile Added files: (Branch: RELENG_7) sys/dev/cxgb cxgb_multiq.c cxgb_t3fw.c cxgb_t3fw.h t3b_protocol_sram.h t3b_tp_eeprom.h t3cdev.h sys/dev/cxgb/sys cxgb_support.c sys/dev/cxgb/ulp/toecore cxgb_toedev.h sys/modules/cxgb/cxgb Makefile sys/modules/cxgb/cxgb_t3fw Makefile Removed files: (Branch: RELENG_7) sys/dev/cxgb cxgb_l2t.c cxgb_l2t.h t3b_protocol_sram-1.1.0.bin.gz.uu t3b_tp_eeprom-1.1.0.bin.gz.uu t3fw-4.7.0.bin.gz.uu sys/dev/cxgb/ulp/toecore toedev.h Log: MFC of 1.133 import and fixes: - add support for T3C - add multicast support - update copyrights - add infrastructure for multiple transmit queues - add support for compiling firmware in to the kernel - add conditional define for enabling link at device attach - exit tick handler if shutdown is in progress - add sysctls for dumping transmit queues - use jumbo clusters for large packets - add pcpu caching - add inline mbuf header on receive - upgrade to version 5.0 of the firmware Supported by: Chelsio Inc. Revision Changes Path 1.1243.2.17 +3 -1 src/sys/conf/files 1.3.2.1 +30 -19 src/sys/dev/cxgb/common/cxgb_ael1002.c 1.7.2.1 +27 -19 src/sys/dev/cxgb/common/cxgb_common.h 1.3.2.1 +2 -2 src/sys/dev/cxgb/common/cxgb_ctl_defs.h 1.2.2.1 +2 -0 src/sys/dev/cxgb/common/cxgb_firmware_exports.h 1.5.2.1 +16 -3 src/sys/dev/cxgb/common/cxgb_mc5.c 1.2.2.1 +26 -9 src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c 1.3.2.1 +1209 -492 src/sys/dev/cxgb/common/cxgb_regs.h 1.4.2.1 +21 -2 src/sys/dev/cxgb/common/cxgb_t3_cpl.h 1.9.2.1 +295 -83 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.2.2.1 +5 -2 src/sys/dev/cxgb/common/cxgb_tcb.h 1.4.2.1 +2 -2 src/sys/dev/cxgb/common/cxgb_version.h 1.3.2.1 +169 -7 src/sys/dev/cxgb/common/cxgb_vsc8211.c 1.7.2.1 +115 -28 src/sys/dev/cxgb/common/cxgb_xgmac.c 1.20.2.1 +104 -32 src/sys/dev/cxgb/cxgb_adapter.h 1.4.2.1 +4 -2 src/sys/dev/cxgb/cxgb_config.h 1.2.2.1 +9 -11 src/sys/dev/cxgb/cxgb_include.h 1.5.2.1 +13 -10 src/sys/dev/cxgb/cxgb_ioctl.h 1.3.2.1 +0 -668 src/sys/dev/cxgb/cxgb_l2t.c (dead) 1.2.2.1 +0 -165 src/sys/dev/cxgb/cxgb_l2t.h (dead) 1.8.2.1 +1 -1 src/sys/dev/cxgb/cxgb_lro.c 1.36.2.2 +391 -298 src/sys/dev/cxgb/cxgb_main.c 1.7.2.1 +799 -0 src/sys/dev/cxgb/cxgb_multiq.c (new) 1.8.2.1 +125 -1301 src/sys/dev/cxgb/cxgb_offload.c 1.5.2.1 +40 -32 src/sys/dev/cxgb/cxgb_offload.h 1.14.2.1 +216 -36 src/sys/dev/cxgb/cxgb_osdep.h 1.30.2.1 +1157 -508 src/sys/dev/cxgb/cxgb_sge.c 1.2.2.1 +115 -0 src/sys/dev/cxgb/cxgb_t3fw.c (new) 1.1.2.1 +6621 -0 src/sys/dev/cxgb/cxgb_t3fw.h (new) 1.7.2.1 +340 -0 src/sys/dev/cxgb/sys/cxgb_support.c (new) 1.6.2.2 +212 -63 src/sys/dev/cxgb/sys/mvec.h 1.14.2.2 +315 -501 src/sys/dev/cxgb/sys/uipc_mvec.c 1.1.4.1 +0 -46 src/sys/dev/cxgb/t3b_protocol_sram-1.1.0.bin.gz.uu (dead) 1.1.2.1 +678 -0 src/sys/dev/cxgb/t3b_protocol_sram.h (new) 1.1.4.1 +0 -46 src/sys/dev/cxgb/t3b_tp_eeprom-1.1.0.bin.gz.uu (dead) 1.1.2.1 +566 -0 src/sys/dev/cxgb/t3b_tp_eeprom.h (new) 1.3.2.1 +62 -0 src/sys/dev/cxgb/t3cdev.h (new) 1.1.2.1 +0 -451 src/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu (dead) 1.2.2.1 +47 -0 src/sys/dev/cxgb/ulp/toecore/cxgb_toedev.h (new) 1.1.4.1 +0 -172 src/sys/dev/cxgb/ulp/toecore/toedev.h (dead) 1.10.2.1 +3 -43 src/sys/modules/cxgb/Makefile 1.8.2.1 +18 -0 src/sys/modules/cxgb/cxgb/Makefile (new) 1.2.2.1 +8 -0 src/sys/modules/cxgb/cxgb_t3fw/Makefile (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 03:25:30 2008 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 28A09106564A; Fri, 18 Apr 2008 03:25:30 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E94B48FC14; Fri, 18 Apr 2008 03:25:29 +0000 (UTC) (envelope-from beech@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 m3I3PTWu036865; Fri, 18 Apr 2008 03:25:29 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I3PTjU036864; Fri, 18 Apr 2008 03:25:29 GMT (envelope-from beech) Message-Id: <200804180325.m3I3PTjU036864@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 03:25:29 +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/ftp/proftpd-devel Makefile distinfo pkg-descr pkg-plist 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: Fri, 18 Apr 2008 03:25:30 -0000 beech 2008-04-18 03:25:29 UTC FreeBSD ports repository Modified files: ftp/proftpd-devel Makefile distinfo pkg-descr pkg-plist Log: -Forced commit after repocopy Revision Changes Path 1.134 +0 -0 ports/ftp/proftpd-devel/Makefile 1.44 +0 -0 ports/ftp/proftpd-devel/distinfo 1.5 +0 -0 ports/ftp/proftpd-devel/pkg-descr 1.21 +0 -0 ports/ftp/proftpd-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 03:26:32 2008 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 5AE4410656C2; Fri, 18 Apr 2008 03:26:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2842D8FC12; Fri, 18 Apr 2008 03:26:32 +0000 (UTC) (envelope-from beech@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 m3I3QWs9036911; Fri, 18 Apr 2008 03:26:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I3QWlp036910; Fri, 18 Apr 2008 03:26:32 GMT (envelope-from beech) Message-Id: <200804180326.m3I3QWlp036910@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 03:26:32 +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/ftp 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: Fri, 18 Apr 2008 03:26:32 -0000 beech 2008-04-18 03:26:32 UTC FreeBSD ports repository Modified files: ftp Makefile Log: - Add entry for proftpd-devel Revision Changes Path 1.137 +1 -0 ports/ftp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 03:27:33 2008 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 473A4106566B; Fri, 18 Apr 2008 03:27:33 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14B778FC14; Fri, 18 Apr 2008 03:27:33 +0000 (UTC) (envelope-from beech@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 m3I3RXH5036977; Fri, 18 Apr 2008 03:27:33 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I3RXT8036976; Fri, 18 Apr 2008 03:27:33 GMT (envelope-from beech) Message-Id: <200804180327.m3I3RXT8036976@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 03:27:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 03:27:33 -0000 beech 2008-04-18 03:27:32 UTC FreeBSD ports repository Modified files: . modules Log: proftpd-devel --> ports/ftp/proftpd-devel Revision Changes Path 1.19663 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 03:31:17 2008 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 C467A1065681; Fri, 18 Apr 2008 03:31:17 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A602D8FC16; Fri, 18 Apr 2008 03:31:17 +0000 (UTC) (envelope-from beech@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 m3I3VHCn037131; Fri, 18 Apr 2008 03:31:17 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I3VHDe037130; Fri, 18 Apr 2008 03:31:17 GMT (envelope-from beech) Message-Id: <200804180331.m3I3VHDe037130@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 03:31:17 +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/ftp/proftpd-devel/files extra-patch-mod-codeconv patch-ah patch-contrib-mod_wrap2-Makefile.in patch-contrib_mod_quotatab_sql.c patch-contrib_mod_wrap2_file.c patch-doc::Configuration.html patch-module::mod_auth_pam.c patch-sample-configurations_basic.conf patch-src-auth.c patch-src_netaddr.c patch-src_proftpd.8.in ... 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: Fri, 18 Apr 2008 03:31:17 -0000 beech 2008-04-18 03:31:17 UTC FreeBSD ports repository Modified files: ftp/proftpd-devel/files extra-patch-mod-codeconv patch-ah patch-contrib-mod_wrap2-Makefile.in patch-contrib_mod_quotatab_sql.c patch-contrib_mod_wrap2_file.c patch-doc::Configuration.html patch-module::mod_auth_pam.c patch-sample-configurations_basic.conf patch-src-auth.c patch-src_netaddr.c patch-src_proftpd.8.in proftpd.sh.in Log: - Forced commit after repocopy, files Revision Changes Path 1.6 +0 -0 ports/ftp/proftpd-devel/files/extra-patch-mod-codeconv 1.8 +0 -0 ports/ftp/proftpd-devel/files/patch-ah 1.3 +0 -0 ports/ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-contrib_mod_quotatab_sql.c 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-contrib_mod_wrap2_file.c 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-doc::Configuration.html 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c 1.4 +0 -0 ports/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-src-auth.c 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-src_netaddr.c 1.2 +0 -0 ports/ftp/proftpd-devel/files/patch-src_proftpd.8.in 1.4 +1 -1 ports/ftp/proftpd-devel/files/proftpd.sh.in From owner-cvs-all@FreeBSD.ORG Fri Apr 18 04:03:12 2008 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 2F071106564A; Fri, 18 Apr 2008 04:03:12 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB31D8FC13; Fri, 18 Apr 2008 04:03:11 +0000 (UTC) (envelope-from beech@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 m3I43BCL039359; Fri, 18 Apr 2008 04:03:11 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I43BFH039354; Fri, 18 Apr 2008 04:03:11 GMT (envelope-from beech) Message-Id: <200804180403.m3I43BFH039354@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 04:03:11 +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/ftp/proftpd-devel Makefile distinfo ports/ftp/proftpd-devel/files extra-patch-mod-codeconv patch-ah patch-contrib-mod_wrap2-Makefile.in patch-contrib_mod_quotatab_sql.c patch-contrib_mod_wrap2_file.c patch-doc::Configuration.html patch-module::mod_auth_pam.c patch-sample-configurations_basic.conf ... 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: Fri, 18 Apr 2008 04:03:12 -0000 beech 2008-04-18 04:03:11 UTC FreeBSD ports repository Modified files: ftp/proftpd-devel Makefile distinfo ftp/proftpd-devel/files extra-patch-mod-codeconv Removed files: ftp/proftpd-devel/files patch-ah patch-contrib-mod_wrap2-Makefile.in patch-contrib_mod_quotatab_sql.c patch-contrib_mod_wrap2_file.c patch-doc::Configuration.html patch-module::mod_auth_pam.c patch-sample-configurations_basic.conf patch-src-auth.c patch-src_netaddr.c patch-src_proftpd.8.in Log: - Update to 1.3.2.r1 - 1.3.2rc1 release includes major new features and numerous bugfixes, including: + Support for the MLST and MLSD commands (RFC3659) + New modules: mod_sql_odbc, mod_sql_sqlite, mod_unique_id + New configuration directives: MaxTransferPerHost, MaxTransfersPerUser + New translations: Italian + Better handling of aborted data transfers + Support for FIPS and OCSP in mod_tls + New documentation: doc/howto/ConfigurationTrick Please read the included NEWS, RELEASE_NOTES, and ChangeLog files for the full details. Revision Changes Path 1.135 +31 -5 ports/ftp/proftpd-devel/Makefile 1.45 +3 -3 ports/ftp/proftpd-devel/distinfo 1.7 +0 -48 ports/ftp/proftpd-devel/files/extra-patch-mod-codeconv 1.9 +0 -10 ports/ftp/proftpd-devel/files/patch-ah (dead) 1.4 +0 -11 ports/ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in (dead) 1.3 +0 -92 ports/ftp/proftpd-devel/files/patch-contrib_mod_quotatab_sql.c (dead) 1.3 +0 -72 ports/ftp/proftpd-devel/files/patch-contrib_mod_wrap2_file.c (dead) 1.3 +0 -18 ports/ftp/proftpd-devel/files/patch-doc::Configuration.html (dead) 1.3 +0 -11 ports/ftp/proftpd-devel/files/patch-module::mod_auth_pam.c (dead) 1.5 +0 -79 ports/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf (dead) 1.3 +0 -43 ports/ftp/proftpd-devel/files/patch-src-auth.c (dead) 1.3 +0 -88 ports/ftp/proftpd-devel/files/patch-src_netaddr.c (dead) 1.3 +0 -15 ports/ftp/proftpd-devel/files/patch-src_proftpd.8.in (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 04:20:46 2008 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 D2EAD106564A; Fri, 18 Apr 2008 04:20:46 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1438FC14; Fri, 18 Apr 2008 04:20:46 +0000 (UTC) (envelope-from beech@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 m3I4KkK0040016; Fri, 18 Apr 2008 04:20:46 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I4KkD3040015; Fri, 18 Apr 2008 04:20:46 GMT (envelope-from beech) Message-Id: <200804180420.m3I4KkD3040015@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 04:20:46 +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/ftp/proftpd-devel pkg-plist 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: Fri, 18 Apr 2008 04:20:47 -0000 beech 2008-04-18 04:20:46 UTC FreeBSD ports repository Modified files: ftp/proftpd-devel pkg-plist Log: - Fix pkg-plist Revision Changes Path 1.22 +2 -2 ports/ftp/proftpd-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 04:23:06 2008 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 524E2106566C; Fri, 18 Apr 2008 04:23:06 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA728FC1B; Fri, 18 Apr 2008 04:23:06 +0000 (UTC) (envelope-from delphij@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 m3I4N6Th040149; Fri, 18 Apr 2008 04:23:06 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I4N69R040148; Fri, 18 Apr 2008 04:23:06 GMT (envelope-from delphij) Message-Id: <200804180423.m3I4N69R040148@repoman.freebsd.org> From: Xin LI Date: Fri, 18 Apr 2008 04:23:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libstand stand.h 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: Fri, 18 Apr 2008 04:23:06 -0000 delphij 2008-04-18 04:23:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libstand stand.h Log: MFC: Allow stand.h to be included for multiple times Revision Changes Path 1.39.2.1 +5 -0 src/lib/libstand/stand.h From owner-cvs-all@FreeBSD.ORG Fri Apr 18 04:30:52 2008 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 243AA106564A; Fri, 18 Apr 2008 04:30:52 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E45138FC0C; Fri, 18 Apr 2008 04:30:51 +0000 (UTC) (envelope-from beech@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 m3I4Up0v040371; Fri, 18 Apr 2008 04:30:51 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I4Upjw040370; Fri, 18 Apr 2008 04:30:51 GMT (envelope-from beech) Message-Id: <200804180430.m3I4Upjw040370@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 04:30:51 +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/ftp/proftpd-devel 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: Fri, 18 Apr 2008 04:30:52 -0000 beech 2008-04-18 04:30:51 UTC FreeBSD ports repository Modified files: ftp/proftpd-devel Makefile Log: - Tweak Makefile Revision Changes Path 1.136 +1 -1 ports/ftp/proftpd-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 04:40:45 2008 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 924DE106564A; Fri, 18 Apr 2008 04:40:45 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76CB18FC15; Fri, 18 Apr 2008 04:40:45 +0000 (UTC) (envelope-from rafan@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 m3I4ejMO040716; Fri, 18 Apr 2008 04:40:45 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I4ejs7040715; Fri, 18 Apr 2008 04:40:45 GMT (envelope-from rafan) Message-Id: <200804180440.m3I4ejs7040715@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 18 Apr 2008 04:40:45 +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/net/plb Makefile pkg-plist ports/net/plb/files plb.in plb.sh.sample 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: Fri, 18 Apr 2008 04:40:45 -0000 rafan 2008-04-18 04:40:45 UTC FreeBSD ports repository Modified files: net/plb Makefile pkg-plist Added files: net/plb/files plb.in Removed files: net/plb/files plb.sh.sample Log: - Convert to new rc.d style script - Bump PORTREVISION PR: ports/122814 Submitted by: Jui-Nan Lin - Handle configuration files per Porter's Handbook - Use DOCSDIR Revision Changes Path 1.12 +8 -12 ports/net/plb/Makefile 1.1 +33 -0 ports/net/plb/files/plb.in (new) 1.2 +0 -19 ports/net/plb/files/plb.sh.sample (dead) 1.2 +2 -1 ports/net/plb/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 05:47:57 2008 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 2B0681065670; Fri, 18 Apr 2008 05:47:57 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA03F8FC1C; Fri, 18 Apr 2008 05:47:56 +0000 (UTC) (envelope-from jeff@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 m3I5luSf053132; Fri, 18 Apr 2008 05:47:56 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I5luMu053131; Fri, 18 Apr 2008 05:47:56 GMT (envelope-from jeff) Message-Id: <200804180547.m3I5luMu053131@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 18 Apr 2008 05:47:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include cpufunc.h src/sys/i386/include cpufunc.h 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: Fri, 18 Apr 2008 05:47:57 -0000 jeff 2008-04-18 05:47:56 UTC FreeBSD src repository Modified files: sys/amd64/include cpufunc.h sys/i386/include cpufunc.h Log: - Add inlines for the monitor and mwait instructions. Sponsored by: Nokia Revision Changes Path 1.149 +13 -0 src/sys/amd64/include/cpufunc.h 1.146 +13 -0 src/sys/i386/include/cpufunc.h From owner-cvs-all@FreeBSD.ORG Fri Apr 18 06:04:09 2008 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 34C91106564A; Fri, 18 Apr 2008 06:04:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 178ED8FC19; Fri, 18 Apr 2008 06:04:09 +0000 (UTC) (envelope-from clsung@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 m3I649UJ054820; Fri, 18 Apr 2008 06:04:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I649LN054819; Fri, 18 Apr 2008 06:04:09 GMT (envelope-from clsung) Message-Id: <200804180604.m3I649LN054819@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 06:04:08 +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/textproc Makefile ports/textproc/p5-Makefile-DOM Makefile distinfo pkg-descr pkg-plist 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: Fri, 18 Apr 2008 06:04:09 -0000 clsung 2008-04-18 06:04:08 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Makefile-DOM Makefile distinfo pkg-descr pkg-plist Log: This libary can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as "documents" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it's possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the PPI module used for Perl source parsing and the HTML::TreeBuilder module used for parsing HTML source. WWW: http://search.cpan.org/dist/Makefile-DOM/ PR: ports/122843 Submitted by: Gea-Suan Lin Revision Changes Path 1.1232 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/p5-Makefile-DOM/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Makefile-DOM/distinfo (new) 1.1 +11 -0 ports/textproc/p5-Makefile-DOM/pkg-descr (new) 1.1 +31 -0 ports/textproc/p5-Makefile-DOM/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 06:04:19 2008 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 2CDA7106566C; Fri, 18 Apr 2008 06:04:19 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC45A8FC13; Fri, 18 Apr 2008 06:04:18 +0000 (UTC) (envelope-from clsung@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 m3I64IEa054854; Fri, 18 Apr 2008 06:04:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I64I1b054853; Fri, 18 Apr 2008 06:04:18 GMT (envelope-from clsung) Message-Id: <200804180604.m3I64I1b054853@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 06:04:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 06:04:19 -0000 clsung 2008-04-18 06:04:18 UTC FreeBSD ports repository Modified files: . modules Log: p5-Makefile-DOM --> ports/textproc/p5-Makefile-DOM Revision Changes Path 1.19664 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 06:29:40 2008 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 3387C1065670; Fri, 18 Apr 2008 06:29:40 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11C328FC2B; Fri, 18 Apr 2008 06:29:40 +0000 (UTC) (envelope-from adrian@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 m3I6TeQj055736; Fri, 18 Apr 2008 06:29:40 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from adrian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I6Te09055735; Fri, 18 Apr 2008 06:29:40 GMT (envelope-from adrian) Message-Id: <200804180629.m3I6Te09055735@repoman.freebsd.org> From: Adrian Chadd Date: Fri, 18 Apr 2008 06:29:39 +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/www/cacheboy Makefile distinfo pkg-descr ports/www/cacheboy/files extra-patch-src-cf.data.pre.aufs patch-aa patch-helpers-basic_auth-SMB-Makefile.in patch-helpers-basic_auth-SMB-smb_auth.sh patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c patch-src-cf.data.pre patch-tools-Makefile.in ... 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: Fri, 18 Apr 2008 06:29:40 -0000 adrian 2008-04-18 06:29:39 UTC FreeBSD ports repository (src committer) Added files: www/cacheboy Makefile distinfo pkg-descr www/cacheboy/files extra-patch-src-cf.data.pre.aufs patch-aa patch-helpers-basic_auth-SMB-Makefile.in patch-helpers-basic_auth-SMB-smb_auth.sh patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c patch-src-cf.data.pre patch-tools-Makefile.in pkg-deinstall.in pkg-install.in pkg-message.in squid.in Log: Cacheboy is a deriative of Squid-2 begun by yours truely to continue active development on the stable Squid-2 codebase. This initial preview release should be as stable as Squid-2.HEAD (at this point in time) is. Revision Changes Path 1.1 +417 -0 ports/www/cacheboy/Makefile (new) 1.1 +3 -0 ports/www/cacheboy/distinfo (new) 1.1 +20 -0 ports/www/cacheboy/files/extra-patch-src-cf.data.pre.aufs (new) 1.1 +11 -0 ports/www/cacheboy/files/patch-aa (new) 1.1 +11 -0 ports/www/cacheboy/files/patch-helpers-basic_auth-SMB-Makefile.in (new) 1.1 +13 -0 ports/www/cacheboy/files/patch-helpers-basic_auth-SMB-smb_auth.sh (new) 1.1 +19 -0 ports/www/cacheboy/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in (new) 1.1 +10 -0 ports/www/cacheboy/files/patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c (new) 1.1 +50 -0 ports/www/cacheboy/files/patch-src-cf.data.pre (new) 1.1 +11 -0 ports/www/cacheboy/files/patch-tools-Makefile.in (new) 1.1 +39 -0 ports/www/cacheboy/files/pkg-deinstall.in (new) 1.1 +81 -0 ports/www/cacheboy/files/pkg-install.in (new) 1.1 +37 -0 ports/www/cacheboy/files/pkg-message.in (new) 1.1 +60 -0 ports/www/cacheboy/files/squid.in (new) 1.1 +13 -0 ports/www/cacheboy/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 06:54:16 2008 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 0079D1065670; Fri, 18 Apr 2008 06:54:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BEEFC8FC12; Fri, 18 Apr 2008 06:54:15 +0000 (UTC) (envelope-from sat@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 m3I6sFdM056602; Fri, 18 Apr 2008 06:54:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I6sFcJ056601; Fri, 18 Apr 2008 06:54:15 GMT (envelope-from sat) Message-Id: <200804180654.m3I6sFcJ056601@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 06:54:15 +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/security/secpanel Makefile pkg-plist 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: Fri, 18 Apr 2008 06:54:16 -0000 sat 2008-04-18 06:54:15 UTC FreeBSD ports repository Modified files: security/secpanel Makefile pkg-plist Log: - Fix plist Reported by: pointyhat via pav Revision Changes Path 1.26 +1 -0 ports/security/secpanel/Makefile 1.9 +2 -0 ports/security/secpanel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:14:14 2008 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 13B171065671; Fri, 18 Apr 2008 07:14:14 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206046210.chello.pl [87.206.46.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7084C8FC14; Fri, 18 Apr 2008 07:14:12 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 6714645E5C; Fri, 18 Apr 2008 08:50:18 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id BA8DE45B26; Fri, 18 Apr 2008 08:50:12 +0200 (CEST) Date: Fri, 18 Apr 2008 08:49:57 +0200 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20080418064956.GA6029@garage.freebsd.pl> References: <200804171919.m3HJJeRg088523@repoman.freebsd.org> <20080417225220.A94395@fledge.watson.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20080417225220.A94395@fledge.watson.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c 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: Fri, 18 Apr 2008 07:14:14 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 17, 2008 at 10:54:08PM +0100, Robert Watson wrote: >=20 > On Thu, 17 Apr 2008, Pawel Jakub Dawidek wrote: >=20 > >pjd 2008-04-17 19:19:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_linker.c > > Log: > > Allow linker_search_symbol_name() to be called with KLD lock held. > > The linker_search_symbol_name() function is used by stack_print() > > and stack_print() can be called from kernel module unload method. >=20 > I'm not sure I'm entirely comfortable with this locking change; condition= al=20 > locking of this type is something we've generally tried to eliminate. If= =20 > this is for debugging code used in locking sensitive contexts, it is=20 > probably preferable to use one of the _ddb variations on the stack(9)=20 > routines, which bypass locking. Or, in this case, it simply uses the loc= ks=20 > that are already, conveniently, held. We would need to change all stack(9) consumers to grab KLD_LOCK() before calling its functions, which I don't find very nice. Currently stack(9) functions are mostly called from contexts where KLD lock is not yet held, but in this case where I want to print leaked objects on module unload, the KLD lock is already held. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFICESSForvXbEpPzQRAnVjAKDpQRbLgyczHUKAHeGdgLb1dAabZQCg6d6K AfvqSgjUB1eZzR3D1S5rgrU= =5m/u -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:26:50 2008 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 A236F1065672; Fri, 18 Apr 2008 07:26:50 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3F78FC1E; Fri, 18 Apr 2008 07:26:50 +0000 (UTC) (envelope-from sat@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 m3I7QoOq058726; Fri, 18 Apr 2008 07:26:50 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7QoxM058725; Fri, 18 Apr 2008 07:26:50 GMT (envelope-from sat) Message-Id: <200804180726.m3I7QoxM058725@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:26:50 +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/www/xpi-noscript Makefile distinfo 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: Fri, 18 Apr 2008 07:26:50 -0000 sat 2008-04-18 07:26:50 UTC FreeBSD ports repository Modified files: www/xpi-noscript Makefile distinfo Log: - Update to 1.6 Revision Changes Path 1.40 +1 -1 ports/www/xpi-noscript/Makefile 1.38 +3 -3 ports/www/xpi-noscript/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:32:36 2008 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 0EDAA106566C; Fri, 18 Apr 2008 07:32:36 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E5A838FC21; Fri, 18 Apr 2008 07:32:35 +0000 (UTC) (envelope-from sat@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 m3I7WZRL058942; Fri, 18 Apr 2008 07:32:35 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7WZhJ058941; Fri, 18 Apr 2008 07:32:35 GMT (envelope-from sat) Message-Id: <200804180732.m3I7WZhJ058941@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:32:35 +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/www Makefile ports/www/xpi-close-all-tabs Makefile distinfo pkg-descr 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: Fri, 18 Apr 2008 07:32:36 -0000 sat 2008-04-18 07:32:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-close-all-tabs Makefile distinfo pkg-descr Log: Add port www/xpi-close-all-tabs: A toolbar button to close all open tabs. Author: J. Greg Allen WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx PR: ports/122881 Submitted by: Alexander Logvinov Revision Changes Path 1.2018 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/xpi-close-all-tabs/Makefile (new) 1.1 +3 -0 ports/www/xpi-close-all-tabs/distinfo (new) 1.1 +4 -0 ports/www/xpi-close-all-tabs/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:34:23 2008 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 627CE106564A; Fri, 18 Apr 2008 07:34:23 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 453818FC14; Fri, 18 Apr 2008 07:34:23 +0000 (UTC) (envelope-from sat@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 m3I7YNFA059151; Fri, 18 Apr 2008 07:34:23 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7YNbb059150; Fri, 18 Apr 2008 07:34:23 GMT (envelope-from sat) Message-Id: <200804180734.m3I7YNbb059150@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:34:23 +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/www Makefile ports/www/xpi-cookiesafe Makefile distinfo pkg-descr 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: Fri, 18 Apr 2008 07:34:23 -0000 sat 2008-04-18 07:34:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-cookiesafe Makefile distinfo pkg-descr Log: Add port www/xpi-cookiesafe: CookieSafe allows you to easily control cookie permissions. It will appear on your statusbar. Just click on the icon to allow, block, or temporarily allow the site to set cookies. You can also view or clear the cookies and exceptions by right clicking on the statusbar icon. For safer browsing you may choose to deny cookies globally and then enable them on a per site basis. Author: Ron Beckman WWW: http://forum.softwareblaze.com/ PR: ports/122882 Submitted by: Alexander Logvinov Revision Changes Path 1.2019 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/xpi-cookiesafe/Makefile (new) 1.1 +3 -0 ports/www/xpi-cookiesafe/distinfo (new) 1.1 +9 -0 ports/www/xpi-cookiesafe/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:35:17 2008 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 5CB661065673; Fri, 18 Apr 2008 07:35:17 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2769A8FC16; Fri, 18 Apr 2008 07:35:17 +0000 (UTC) (envelope-from sat@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 m3I7ZHWB059239; Fri, 18 Apr 2008 07:35:17 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7ZH5O059238; Fri, 18 Apr 2008 07:35:17 GMT (envelope-from sat) Message-Id: <200804180735.m3I7ZH5O059238@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:35:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 07:35:17 -0000 sat 2008-04-18 07:35:16 UTC FreeBSD ports repository Modified files: . modules Log: xpi-close-all-tabs --> ports/www/xpi-close-all-tabs Revision Changes Path 1.19665 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:36:43 2008 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 269DB106566B; Fri, 18 Apr 2008 07:36:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E57B58FC0C; Fri, 18 Apr 2008 07:36:42 +0000 (UTC) (envelope-from sat@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 m3I7agF2059316; Fri, 18 Apr 2008 07:36:42 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7agPH059315; Fri, 18 Apr 2008 07:36:42 GMT (envelope-from sat) Message-Id: <200804180736.m3I7agPH059315@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 07:36:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 07:36:43 -0000 sat 2008-04-18 07:36:42 UTC FreeBSD ports repository Modified files: . modules Log: xpi-cookiesafe --> ports/www/xpi-cookiesafe Revision Changes Path 1.19666 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:48:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 758) id 7EC701065671; Fri, 18 Apr 2008 07:48:25 +0000 (UTC) Date: Fri, 18 Apr 2008 07:48:25 +0000 From: Kris Kennaway To: Andrew Thompson Message-ID: <20080418074825.GT25623@hub.freebsd.org> References: <200804172201.m3HM1djs008290@repoman.freebsd.org> <20080417221427.GD21457@citylink.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080417221427.GD21457@citylink.fud.org.nz> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Coleman Kane Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h 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: Fri, 18 Apr 2008 07:48:25 -0000 On Fri, Apr 18, 2008 at 10:14:27AM +1200, Andrew Thompson wrote: > On Thu, Apr 17, 2008 at 10:01:39PM +0000, Coleman Kane wrote: > > cokane 2008-04-17 22:01:39 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/if_ndis if_ndis.c if_ndisvar.h > > Log: > > Change the timeout(9) usage in if_ndis to a callout(9) implementation, > > as the former is becoming deprecated and exhibits some extraneous > > Giant-locking. The new callout(9) is declared MPSAFE, so it may > > improve concurrency. > > > > Tested by: matteo > > Silence from: wpaul > > MFC after: 1 month > > > > --- src/sys/dev/if_ndis/if_ndis.c 2008/01/17 20:11:58 1.131 > > +++ src/sys/dev/if_ndis/if_ndis.c 2008/04/17 22:01:38 1.132 > > > > return; > > } > > @@ -1939,8 +1935,9 @@ ndis_init(xsc) > > if (sc->ndis_block->nmb_checkforhangsecs == 0) > > sc->ndis_block->nmb_checkforhangsecs = 3; > > > > - sc->ndis_stat_ch = timeout(ndis_tick, sc, > > - hz * sc->ndis_block->nmb_checkforhangsecs); > > + callout_init(&sc->ndis_stat_callout, 1); > ^^^^^^^ > This should be spelled CALLOUT_MPSAFE :) Hah, I had made a note to check that later. Thanks! :) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:51:44 2008 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 203A11065671; Fri, 18 Apr 2008 07:51:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 021DE8FC26; Fri, 18 Apr 2008 07:51:43 +0000 (UTC) (envelope-from clsung@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 m3I7phmu059933; Fri, 18 Apr 2008 07:51:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7phLH059932; Fri, 18 Apr 2008 07:51:43 GMT (envelope-from clsung) Message-Id: <200804180751.m3I7phLH059932@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 07:51:43 +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/rvm Makefile distinfo pkg-plist ports/devel/rvm/files patch-rvm-Makefile.in patch-tests-Makefile.in 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: Fri, 18 Apr 2008 07:51:44 -0000 clsung 2008-04-18 07:51:43 UTC FreeBSD ports repository Modified files: devel/rvm Makefile distinfo pkg-plist Added files: devel/rvm/files patch-rvm-Makefile.in patch-tests-Makefile.in Log: - update to 1.15 from 1.14 - submitter => maintainer PR: ports/122795 Submitted by: maintainer (Wen heping) Revision Changes Path 1.20 +11 -3 ports/devel/rvm/Makefile 1.13 +3 -3 ports/devel/rvm/distinfo 1.1 +11 -0 ports/devel/rvm/files/patch-rvm-Makefile.in (new) 1.1 +11 -0 ports/devel/rvm/files/patch-tests-Makefile.in (new) 1.10 +5 -12 ports/devel/rvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:54:18 2008 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 E96921065740; Fri, 18 Apr 2008 07:54:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B24D98FC12; Fri, 18 Apr 2008 07:54:18 +0000 (UTC) (envelope-from clsung@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 m3I7sIXo060038; Fri, 18 Apr 2008 07:54:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7sIS3060037; Fri, 18 Apr 2008 07:54:18 GMT (envelope-from clsung) Message-Id: <200804180754.m3I7sIS3060037@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 07:54:18 +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/net/coda6_server Makefile distinfo pkg-plist ports/net/coda6_client pkg-plist 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: Fri, 18 Apr 2008 07:54:19 -0000 clsung 2008-04-18 07:54:18 UTC FreeBSD ports repository Modified files: net/coda6_server Makefile distinfo pkg-plist net/coda6_client pkg-plist Log: - Update to 6.9.3 to fix broken caused by latest devel/rvm, devel/rpc2 changes - hereby take over the maintainership Revision Changes Path 1.4 +0 -1 ports/net/coda6_client/pkg-plist 1.15 +4 -6 ports/net/coda6_server/Makefile 1.9 +3 -3 ports/net/coda6_server/distinfo 1.6 +1 -0 ports/net/coda6_server/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:55:42 2008 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 C66981065673; Fri, 18 Apr 2008 07:55:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9348FC16; Fri, 18 Apr 2008 07:55:42 +0000 (UTC) (envelope-from clsung@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 m3I7tguK060166; Fri, 18 Apr 2008 07:55:42 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7tgvJ060165; Fri, 18 Apr 2008 07:55:42 GMT (envelope-from clsung) Message-Id: <200804180755.m3I7tgvJ060165@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 07:55:42 +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/net/coda6_server Makefile ports/net/coda6_server/files patch-coda-src-venus-worker.cc 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: Fri, 18 Apr 2008 07:55:42 -0000 clsung 2008-04-18 07:55:42 UTC FreeBSD ports repository Modified files: net/coda6_server Makefile Added files: net/coda6_server/files patch-coda-src-venus-worker.cc Log: - I forgot to add patch - bump PORTREVISION Revision Changes Path 1.16 +1 -0 ports/net/coda6_server/Makefile 1.1 +24 -0 ports/net/coda6_server/files/patch-coda-src-venus-worker.cc (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:57:00 2008 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 9B39C106564A; Fri, 18 Apr 2008 07:57:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 649C18FC24; Fri, 18 Apr 2008 07:57:00 +0000 (UTC) (envelope-from clsung@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 m3I7v0pr060265; Fri, 18 Apr 2008 07:57:00 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7v0OX060264; Fri, 18 Apr 2008 07:57:00 GMT (envelope-from clsung) Message-Id: <200804180757.m3I7v0OX060264@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 07:57:00 +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/net/coda6_server Makefile ports/net/coda6_server/files patch-coda-src_scripts_Makefile.in 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: Fri, 18 Apr 2008 07:57:00 -0000 clsung 2008-04-18 07:57:00 UTC FreeBSD ports repository Modified files: net/coda6_server Makefile Removed files: net/coda6_server/files patch-coda-src_scripts_Makefile.in Log: - a fool forgot to cvs rm a patch - bump PORTREVISION Revision Changes Path 1.17 +1 -1 ports/net/coda6_server/Makefile 1.3 +0 -18 ports/net/coda6_server/files/patch-coda-src_scripts_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 07:58:33 2008 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 8938C1065671; Fri, 18 Apr 2008 07:58:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52B268FC20; Fri, 18 Apr 2008 07:58:33 +0000 (UTC) (envelope-from clsung@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 m3I7wXCX060346; Fri, 18 Apr 2008 07:58:33 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I7wXhp060345; Fri, 18 Apr 2008 07:58:33 GMT (envelope-from clsung) Message-Id: <200804180758.m3I7wXhp060345@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 07:58:33 +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/security/zxid Makefile distinfo ports/security/zxid/files patch-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: Fri, 18 Apr 2008 07:58:33 -0000 clsung 2008-04-18 07:58:33 UTC FreeBSD ports repository Modified files: security/zxid Makefile distinfo security/zxid/files patch-Makefile Log: - Update to 0.25 Revision Changes Path 1.5 +1 -1 ports/security/zxid/Makefile 1.3 +3 -3 ports/security/zxid/distinfo 1.3 +23 -14 ports/security/zxid/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 08:27:48 2008 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 785271065671; Fri, 18 Apr 2008 08:27:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4223F8FC31; Fri, 18 Apr 2008 08:27:48 +0000 (UTC) (envelope-from clsung@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 m3I8Rmt1062422; Fri, 18 Apr 2008 08:27:48 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I8RmFr062421; Fri, 18 Apr 2008 08:27:48 GMT (envelope-from clsung) Message-Id: <200804180827.m3I8RmFr062421@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 08:27:47 +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/net-im/centerim-devel Makefile distinfo 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: Fri, 18 Apr 2008 08:27:48 -0000 clsung 2008-04-18 08:27:47 UTC FreeBSD ports repository Modified files: net-im/centerim-devel Makefile distinfo Log: - Update to latest snapshot release 4.22.5-4-g516e PR: ports/122840 Submitted by: maintainer (Frank Altpeter) Revision Changes Path 1.9 +1 -1 ports/net-im/centerim-devel/Makefile 1.8 +3 -3 ports/net-im/centerim-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 08:35:11 2008 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 19A1D1065671; Fri, 18 Apr 2008 08:35:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7EEB8FC14; Fri, 18 Apr 2008 08:35:10 +0000 (UTC) (envelope-from clsung@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 m3I8ZAVF062906; Fri, 18 Apr 2008 08:35:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I8ZABQ062905; Fri, 18 Apr 2008 08:35:10 GMT (envelope-from clsung) Message-Id: <200804180835.m3I8ZABQ062905@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 08:35:10 +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/net-im/centerim Makefile distinfo 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: Fri, 18 Apr 2008 08:35:11 -0000 clsung 2008-04-18 08:35:10 UTC FreeBSD ports repository Modified files: net-im/centerim Makefile distinfo Log: - Update to 4.22.5 PR: ports/122841 Submitted by: maintainer (Frank Altpeter) Revision Changes Path 1.8 +1 -1 ports/net-im/centerim/Makefile 1.7 +3 -3 ports/net-im/centerim/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 08:44:14 2008 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 EFFEA106566B; Fri, 18 Apr 2008 08:44:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9E6E8FC1E; Fri, 18 Apr 2008 08:44:14 +0000 (UTC) (envelope-from clsung@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 m3I8iEfj063241; Fri, 18 Apr 2008 08:44:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I8iExJ063240; Fri, 18 Apr 2008 08:44:14 GMT (envelope-from clsung) Message-Id: <200804180844.m3I8iExJ063240@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 08:44:14 +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/mail/p5-Mail-Audit Makefile distinfo 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: Fri, 18 Apr 2008 08:44:15 -0000 clsung 2008-04-18 08:44:13 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Audit Makefile distinfo Log: - Update to 2.2.23 (2.223) Changes: http://search.cpan.org/dist/Mail-Audit/Changes Revision Changes Path 1.34 +1 -1 ports/mail/p5-Mail-Audit/Makefile 1.23 +3 -3 ports/mail/p5-Mail-Audit/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 08:53:35 2008 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 E22DE1065672; Fri, 18 Apr 2008 08:53:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ABA518FC1B; Fri, 18 Apr 2008 08:53:35 +0000 (UTC) (envelope-from clsung@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 m3I8rZdg072598; Fri, 18 Apr 2008 08:53:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I8rZXh072597; Fri, 18 Apr 2008 08:53:35 GMT (envelope-from clsung) Message-Id: <200804180853.m3I8rZXh072597@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 08:53:35 +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/textproc/p5-XML-Compile Makefile distinfo 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: Fri, 18 Apr 2008 08:53:36 -0000 clsung 2008-04-18 08:53:35 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Compile Makefile distinfo Log: - Update to 0.78 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Revision Changes Path 1.20 +1 -1 ports/textproc/p5-XML-Compile/Makefile 1.19 +3 -3 ports/textproc/p5-XML-Compile/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 08:59:41 2008 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 955C7106564A; Fri, 18 Apr 2008 08:59:41 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE2D8FC23; Fri, 18 Apr 2008 08:59:41 +0000 (UTC) (envelope-from flz@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 m3I8xfFt072855; Fri, 18 Apr 2008 08:59:41 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I8xfQU072854; Fri, 18 Apr 2008 08:59:41 GMT (envelope-from flz) Message-Id: <200804180859.m3I8xfQU072854@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 18 Apr 2008 08:59: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/security/p5-Crypt-SmbHash 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: Fri, 18 Apr 2008 08:59:41 -0000 flz 2008-04-18 08:59:41 UTC FreeBSD ports repository Modified files: security/p5-Crypt-SmbHash Makefile Log: Drop maintainership. Revision Changes Path 1.5 +1 -1 ports/security/p5-Crypt-SmbHash/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:05:03 2008 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 D02A41065671; Fri, 18 Apr 2008 09:05:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9999B8FC1A; Fri, 18 Apr 2008 09:05:03 +0000 (UTC) (envelope-from clsung@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 m3I953s7074191; Fri, 18 Apr 2008 09:05:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I953sk074190; Fri, 18 Apr 2008 09:05:03 GMT (envelope-from clsung) Message-Id: <200804180905.m3I953sk074190@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:05:02 +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/net/p5-XML-Compile-SOAP Makefile distinfo 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: Fri, 18 Apr 2008 09:05:03 -0000 clsung 2008-04-18 09:05:02 UTC FreeBSD ports repository Modified files: net/p5-XML-Compile-SOAP Makefile distinfo Log: - Update to 0.72 Changes: http://search.cpan.org/dist/XML-Compile-SOAP/Changes Revision Changes Path 1.6 +1 -1 ports/net/p5-XML-Compile-SOAP/Makefile 1.6 +3 -3 ports/net/p5-XML-Compile-SOAP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:05:35 2008 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 10A751065670; Fri, 18 Apr 2008 09:05:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEA3B8FC1F; Fri, 18 Apr 2008 09:05:34 +0000 (UTC) (envelope-from clsung@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 m3I95YhW074240; Fri, 18 Apr 2008 09:05:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I95YAT074239; Fri, 18 Apr 2008 09:05:34 GMT (envelope-from clsung) Message-Id: <200804180905.m3I95YAT074239@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:05:34 +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/net/p5-Net-Twitter Makefile distinfo 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: Fri, 18 Apr 2008 09:05:35 -0000 clsung 2008-04-18 09:05:34 UTC FreeBSD ports repository Modified files: net/p5-Net-Twitter Makefile distinfo Log: - Update to 1.10 Changes: http://search.cpan.org/dist/Net-Twitter/Changes Revision Changes Path 1.5 +1 -1 ports/net/p5-Net-Twitter/Makefile 1.5 +3 -3 ports/net/p5-Net-Twitter/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:22:57 2008 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 E7D271065670; Fri, 18 Apr 2008 09:22:57 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B19888FC0C; Fri, 18 Apr 2008 09:22:57 +0000 (UTC) (envelope-from clsung@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 m3I9MvLl074800; Fri, 18 Apr 2008 09:22:57 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9MvAf074799; Fri, 18 Apr 2008 09:22:57 GMT (envelope-from clsung) Message-Id: <200804180922.m3I9MvAf074799@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:22:57 +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/p5-AnyEvent Makefile distinfo 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: Fri, 18 Apr 2008 09:22:58 -0000 clsung 2008-04-18 09:22:57 UTC FreeBSD ports repository Modified files: devel/p5-AnyEvent Makefile distinfo Log: - Update to 3.1 Changes: http://search.cpan.org/dist/AnyEvent/Changes Revision Changes Path 1.10 +6 -2 ports/devel/p5-AnyEvent/Makefile 1.8 +3 -3 ports/devel/p5-AnyEvent/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:29:31 2008 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 B54411065674; Fri, 18 Apr 2008 09:29:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6708FC1E; Fri, 18 Apr 2008 09:29:31 +0000 (UTC) (envelope-from clsung@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 m3I9TV9g074966; Fri, 18 Apr 2008 09:29:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9TVlw074965; Fri, 18 Apr 2008 09:29:31 GMT (envelope-from clsung) Message-Id: <200804180929.m3I9TVlw074965@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:29:31 +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/p5-File-Copy-Recursive Makefile distinfo 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: Fri, 18 Apr 2008 09:29:31 -0000 clsung 2008-04-18 09:29:31 UTC FreeBSD ports repository Modified files: devel/p5-File-Copy-Recursive Makefile distinfo Log: - Update to 0.36 Changes: http://search.cpan.org/dist/File-Copy-Recursive/Changes Revision Changes Path 1.20 +1 -1 ports/devel/p5-File-Copy-Recursive/Makefile 1.18 +3 -3 ports/devel/p5-File-Copy-Recursive/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:31:12 2008 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 61E9C1065672; Fri, 18 Apr 2008 09:31:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7938FC25; Fri, 18 Apr 2008 09:31:12 +0000 (UTC) (envelope-from clsung@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 m3I9VCiT075103; Fri, 18 Apr 2008 09:31:12 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9VCFk075102; Fri, 18 Apr 2008 09:31:12 GMT (envelope-from clsung) Message-Id: <200804180931.m3I9VCFk075102@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:31:11 +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/p5-Memcached-libmemcached Makefile distinfo 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: Fri, 18 Apr 2008 09:31:12 -0000 clsung 2008-04-18 09:31:11 UTC FreeBSD ports repository Modified files: databases/p5-Memcached-libmemcached Makefile distinfo Log: - Updaet to 0.19.02 (0.1902) Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes Revision Changes Path 1.5 +1 -1 ports/databases/p5-Memcached-libmemcached/Makefile 1.5 +3 -3 ports/databases/p5-Memcached-libmemcached/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:38:15 2008 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 EC5801065677; Fri, 18 Apr 2008 09:38:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6A5A8FC27; Fri, 18 Apr 2008 09:38:15 +0000 (UTC) (envelope-from mat@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 m3I9cFiB078553; Fri, 18 Apr 2008 09:38:15 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9cFir078552; Fri, 18 Apr 2008 09:38:15 GMT (envelope-from mat) Message-Id: <200804180938.m3I9cFir078552@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 18 Apr 2008 09:38:15 +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/p5-SVN-Notify Makefile distinfo 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: Fri, 18 Apr 2008 09:38:16 -0000 mat 2008-04-18 09:38:15 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Notify Makefile distinfo Log: Update to 2.71 Revision Changes Path 1.14 +1 -1 ports/devel/p5-SVN-Notify/Makefile 1.13 +3 -3 ports/devel/p5-SVN-Notify/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:38:32 2008 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 86FE71065675; Fri, 18 Apr 2008 09:38:32 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 505108FC1C; Fri, 18 Apr 2008 09:38:32 +0000 (UTC) (envelope-from beech@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 m3I9cWMp078605; Fri, 18 Apr 2008 09:38:32 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9cWlt078604; Fri, 18 Apr 2008 09:38:32 GMT (envelope-from beech) Message-Id: <200804180938.m3I9cWlt078604@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 18 Apr 2008 09:38:32 +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/ftp/proftpd Makefile ports/ftp/proftpd-devel 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: Fri, 18 Apr 2008 09:38:32 -0000 beech 2008-04-18 09:38:32 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile ftp/proftpd-devel Makefile Log: - Add conflicts Revision Changes Path 1.137 +2 -0 ports/ftp/proftpd-devel/Makefile 1.134 +2 -0 ports/ftp/proftpd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:48:22 2008 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 4D0B7106564A; Fri, 18 Apr 2008 09:48:22 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 167EF8FC1A; Fri, 18 Apr 2008 09:48:22 +0000 (UTC) (envelope-from krion@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 m3I9mMRE078932; Fri, 18 Apr 2008 09:48:22 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9mLW7078931; Fri, 18 Apr 2008 09:48:21 GMT (envelope-from krion) Message-Id: <200804180948.m3I9mLW7078931@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 18 Apr 2008 09:48:21 +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/astro/xearth/files freebsd.committers.markers 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: Fri, 18 Apr 2008 09:48:22 -0000 krion 2008-04-18 09:48:21 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Update my location. Revision Changes Path 1.396 +2 -3 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Fri Apr 18 09:58:56 2008 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 68CD51065671; Fri, 18 Apr 2008 09:58:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 323A38FC0A; Fri, 18 Apr 2008 09:58:56 +0000 (UTC) (envelope-from clsung@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 m3I9wuwj079588; Fri, 18 Apr 2008 09:58:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3I9wteF079587; Fri, 18 Apr 2008 09:58:55 GMT (envelope-from clsung) Message-Id: <200804180958.m3I9wteF079587@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 18 Apr 2008 09:58:55 +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/www/p5-WWW-OpenSearch Makefile distinfo 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: Fri, 18 Apr 2008 09:58:56 -0000 clsung 2008-04-18 09:58:55 UTC FreeBSD ports repository Modified files: www/p5-WWW-OpenSearch Makefile distinfo Log: - Update to 0.14 Changes: http://search.cpan.org/dist/WWW-OpenSearch/Changes Revision Changes Path 1.8 +1 -4 ports/www/p5-WWW-OpenSearch/Makefile 1.7 +3 -3 ports/www/p5-WWW-OpenSearch/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 10:04:41 2008 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 36E3C106566C; Fri, 18 Apr 2008 10:04:41 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00C388FC30; Fri, 18 Apr 2008 10:04:41 +0000 (UTC) (envelope-from brix@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 m3IA4evX080897; Fri, 18 Apr 2008 10:04:40 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IA4eMJ080896; Fri, 18 Apr 2008 10:04:40 GMT (envelope-from brix) Message-Id: <200804181004.m3IA4eMJ080896@repoman.freebsd.org> From: Henrik Brix Andersen Date: Fri, 18 Apr 2008 10:04:40 +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/www/ikiwiki Makefile distinfo 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: Fri, 18 Apr 2008 10:04:41 -0000 brix 2008-04-18 10:04:40 UTC FreeBSD ports repository Modified files: www/ikiwiki Makefile distinfo Log: Update to version 2.43. Approved by: pav (co-mentor) Revision Changes Path 1.25 +1 -1 ports/www/ikiwiki/Makefile 1.23 +3 -3 ports/www/ikiwiki/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 10:55:04 2008 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 A33991065678; Fri, 18 Apr 2008 10:55:04 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 710318FC31; Fri, 18 Apr 2008 10:55:04 +0000 (UTC) (envelope-from koitsu@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 m3IAt4xD082423; Fri, 18 Apr 2008 10:55:04 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IAt4FC082422; Fri, 18 Apr 2008 10:55:04 GMT (envelope-from koitsu) Message-Id: <200804181055.m3IAt4FC082422@repoman.freebsd.org> From: Jeremy Chadwick Date: Fri, 18 Apr 2008 10:55:03 +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/www/mod_cband 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: Fri, 18 Apr 2008 10:55:04 -0000 koitsu 2008-04-18 10:55:03 UTC FreeBSD ports repository Modified files: www/mod_cband Makefile Log: Add proper documentation (documentation.txt and faq.txt) to DOCSDIR. Revision Changes Path 1.11 +3 -1 ports/www/mod_cband/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 11:20:33 2008 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 D8CAE1065684; Fri, 18 Apr 2008 11:20:33 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AAA1C8FC31; Fri, 18 Apr 2008 11:20:33 +0000 (UTC) (envelope-from koitsu@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 m3IBKXF4084270; Fri, 18 Apr 2008 11:20:33 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IBKXb0084269; Fri, 18 Apr 2008 11:20:33 GMT (envelope-from koitsu) Message-Id: <200804181120.m3IBKXb0084269@repoman.freebsd.org> From: Jeremy Chadwick Date: Fri, 18 Apr 2008 11:20:33 +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/www/mod_cband 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: Fri, 18 Apr 2008 11:20:34 -0000 koitsu 2008-04-18 11:20:33 UTC FreeBSD ports repository Modified files: www/mod_cband Makefile Log: Bumping PORTREVISION. Reviewed by: brix Revision Changes Path 1.12 +1 -0 ports/www/mod_cband/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 11:33:10 2008 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 3A62F1065670; Fri, 18 Apr 2008 11:33:10 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D7DD8FC22; Fri, 18 Apr 2008 11:33:10 +0000 (UTC) (envelope-from maho@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 m3IBX9AB084683; Fri, 18 Apr 2008 11:33:09 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IBX98p084682; Fri, 18 Apr 2008 11:33:09 GMT (envelope-from maho) Message-Id: <200804181133.m3IBX98p084682@repoman.freebsd.org> From: Maho Nakata Date: Fri, 18 Apr 2008 11:33:08 +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/editors/openoffice.org-3-devel Makefile distinfo 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: Fri, 18 Apr 2008 11:33:10 -0000 maho 2008-04-18 11:33:08 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3-devel Makefile distinfo Log: Update to DEV300_m9. Revision Changes Path 1.370 +2 -2 ports/editors/openoffice.org-3-devel/Makefile 1.172 +3 -3 ports/editors/openoffice.org-3-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 13:05:33 2008 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 11616106564A; Fri, 18 Apr 2008 13:05:32 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E02998FC1F; Fri, 18 Apr 2008 13:05:31 +0000 (UTC) (envelope-from ahze@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 m3ID5Vrk098869; Fri, 18 Apr 2008 13:05:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3ID5VoE098868; Fri, 18 Apr 2008 13:05:31 GMT (envelope-from ahze) Message-Id: <200804181305.m3ID5VoE098868@repoman.freebsd.org> From: Michael Johnson Date: Fri, 18 Apr 2008 13:05:31 +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/accessibility/gnome-speech Makefile distinfo 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: Fri, 18 Apr 2008 13:05:33 -0000 ahze 2008-04-18 13:05:31 UTC FreeBSD ports repository Modified files: accessibility/gnome-speech Makefile distinfo Log: Update to 0.4.19 Revision Changes Path 1.35 +1 -1 ports/accessibility/gnome-speech/Makefile 1.28 +3 -3 ports/accessibility/gnome-speech/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 13:17:15 2008 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 151BF1065670; Fri, 18 Apr 2008 13:17:15 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 029B98FC2B; Fri, 18 Apr 2008 13:17:15 +0000 (UTC) (envelope-from skv@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 m3IDHEC7099294; Fri, 18 Apr 2008 13:17:14 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IDHExY099293; Fri, 18 Apr 2008 13:17:14 GMT (envelope-from skv) Message-Id: <200804181317.m3IDHExY099293@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 13:17:14 +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/www Makefile ports/www/p5-HTTP-HeaderParser-XS Makefile distinfo pkg-descr pkg-plist 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: Fri, 18 Apr 2008 13:17:15 -0000 skv 2008-04-18 13:17:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTTP-HeaderParser-XS Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTTP-HeaderParser-XS 0.20, XS extension for processing HTTP headers. Revision Changes Path 1.2020 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/p5-HTTP-HeaderParser-XS/Makefile (new) 1.1 +3 -0 ports/www/p5-HTTP-HeaderParser-XS/distinfo (new) 1.1 +7 -0 ports/www/p5-HTTP-HeaderParser-XS/pkg-descr (new) 1.1 +10 -0 ports/www/p5-HTTP-HeaderParser-XS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 13:17:41 2008 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 4BB761065674; Fri, 18 Apr 2008 13:17:41 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 215258FC0C; Fri, 18 Apr 2008 13:17:41 +0000 (UTC) (envelope-from skv@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 m3IDHecQ099333; Fri, 18 Apr 2008 13:17:40 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IDHemd099332; Fri, 18 Apr 2008 13:17:40 GMT (envelope-from skv) Message-Id: <200804181317.m3IDHemd099332@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 13:17:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 13:17:41 -0000 skv 2008-04-18 13:17:40 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTTP-HeaderParser-XS --> ports/www/p5-HTTP-HeaderParser-XS Revision Changes Path 1.19667 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:15:06 2008 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 A9BAA106564A; Fri, 18 Apr 2008 15:15:06 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7E58FC0A; Fri, 18 Apr 2008 15:15:06 +0000 (UTC) (envelope-from sos@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 m3IFF6c9005173; Fri, 18 Apr 2008 15:15:06 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFF6Nr005172; Fri, 18 Apr 2008 15:15:06 GMT (envelope-from sos) Message-Id: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 18 Apr 2008 15:15:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-dma.c 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: Fri, 18 Apr 2008 15:15:06 -0000 sos 2008-04-18 15:15:04 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-dma.c Log: Fix the breakage that caused AHCI devices to vanish. Editor droppings :( Put the ATAPI device numbering back to the old ways. Revision Changes Path 1.286 +3 -1 src/sys/dev/ata/ata-all.c 1.156 +0 -25 src/sys/dev/ata/ata-dma.c From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:36:54 2008 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 E1E81106566C; Fri, 18 Apr 2008 15:36:54 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B58368FC0C; Fri, 18 Apr 2008 15:36:54 +0000 (UTC) (envelope-from jmelo@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 m3IFasOn031559; Fri, 18 Apr 2008 15:36:54 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFaspP031558; Fri, 18 Apr 2008 15:36:54 GMT (envelope-from jmelo) Message-Id: <200804181536.m3IFaspP031558@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:36:54 +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/biology/fasta 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: Fri, 18 Apr 2008 15:36:55 -0000 jmelo 2008-04-18 15:36:54 UTC FreeBSD ports repository Modified files: biology/fasta Makefile Log: - Update mastersite. PR: ports/122130 Submitted by: Ganael Laplanche Revision Changes Path 1.9 +2 -1 ports/biology/fasta/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:40:00 2008 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 10C9D1065670; Fri, 18 Apr 2008 15:40:00 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8B878FC17; Fri, 18 Apr 2008 15:39:59 +0000 (UTC) (envelope-from jmelo@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 m3IFdxJ2031637; Fri, 18 Apr 2008 15:39:59 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFdxFb031636; Fri, 18 Apr 2008 15:39:59 GMT (envelope-from jmelo) Message-Id: <200804181539.m3IFdxFb031636@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:39:59 +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/archivers/hffzip 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: Fri, 18 Apr 2008 15:40:00 -0000 jmelo 2008-04-18 15:39:59 UTC FreeBSD ports repository Modified files: archivers/hffzip Makefile Log: - Update mastersite. PR: ports/122307 Submitted by: Steven Kreuzer Revision Changes Path 1.7 +1 -1 ports/archivers/hffzip/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:42:49 2008 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 2C6941065677; Fri, 18 Apr 2008 15:42:49 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 010BC8FC18; Fri, 18 Apr 2008 15:42:49 +0000 (UTC) (envelope-from jmelo@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 m3IFgmtu031798; Fri, 18 Apr 2008 15:42:48 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFgmpi031797; Fri, 18 Apr 2008 15:42:48 GMT (envelope-from jmelo) Message-Id: <200804181542.m3IFgmpi031797@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:42:46 +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/audio/dap 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: Fri, 18 Apr 2008 15:42:49 -0000 jmelo 2008-04-18 15:42:46 UTC FreeBSD ports repository Modified files: audio/dap Makefile Log: - Update mastersite. PR: ports/122308 Submitted by: Steven Kreuzer Revision Changes Path 1.21 +1 -1 ports/audio/dap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:46:32 2008 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 54452106578A; Fri, 18 Apr 2008 15:46:32 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 27FF88FC42; Fri, 18 Apr 2008 15:46:32 +0000 (UTC) (envelope-from jmelo@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 m3IFkW6Z031952; Fri, 18 Apr 2008 15:46:32 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFkVeq031951; Fri, 18 Apr 2008 15:46:31 GMT (envelope-from jmelo) Message-Id: <200804181546.m3IFkVeq031951@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:46:31 +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/audio/amrcoder 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: Fri, 18 Apr 2008 15:46:32 -0000 jmelo 2008-04-18 15:46:31 UTC FreeBSD ports repository Modified files: audio/amrcoder Makefile Log: - Update mastersite. PR: ports/122310 Submitted by: Steven Kreuzer Revision Changes Path 1.7 +2 -1 ports/audio/amrcoder/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:49:22 2008 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 66986106566C; Fri, 18 Apr 2008 15:49:22 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 393F48FC27; Fri, 18 Apr 2008 15:49:22 +0000 (UTC) (envelope-from jmelo@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 m3IFnMwi033435; Fri, 18 Apr 2008 15:49:22 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFnMRO033434; Fri, 18 Apr 2008 15:49:22 GMT (envelope-from jmelo) Message-Id: <200804181549.m3IFnMRO033434@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:49:21 +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/archivers/xpk 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: Fri, 18 Apr 2008 15:49:22 -0000 jmelo 2008-04-18 15:49:21 UTC FreeBSD ports repository Modified files: archivers/xpk Makefile Log: - Update mastersite. - Use USE_LDCONFIG instead of INSTALLS_SHLIB PR: ports/122412 Submitted by: Ganael Laplanche Revision Changes Path 1.22 +2 -2 ports/archivers/xpk/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 15:55:09 2008 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 146A71065671; Fri, 18 Apr 2008 15:55:09 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC68B8FC1E; Fri, 18 Apr 2008 15:55:08 +0000 (UTC) (envelope-from jmelo@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 m3IFt8vh034875; Fri, 18 Apr 2008 15:55:08 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IFt8L0034853; Fri, 18 Apr 2008 15:55:08 GMT (envelope-from jmelo) Message-Id: <200804181555.m3IFt8L0034853@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 15:55:08 +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/audio/abcde Makefile ports/audio/abcde/files patch-abcde 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: Fri, 18 Apr 2008 15:55:09 -0000 jmelo 2008-04-18 15:55:08 UTC FreeBSD ports repository Modified files: audio/abcde Makefile audio/abcde/files patch-abcde Log: - Fix md5(1) call. - Bump portrevision. PR: ports/121712 Submitted by: Ulrich Spoerlein Revision Changes Path 1.31 +1 -1 ports/audio/abcde/Makefile 1.2 +8 -0 ports/audio/abcde/files/patch-abcde From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:00:53 2008 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 32F201065672; Fri, 18 Apr 2008 16:00:53 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 073FB8FC25; Fri, 18 Apr 2008 16:00:53 +0000 (UTC) (envelope-from jmelo@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 m3IG0qkY037195; Fri, 18 Apr 2008 16:00:52 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IG0qkl037194; Fri, 18 Apr 2008 16:00:52 GMT (envelope-from jmelo) Message-Id: <200804181600.m3IG0qkl037194@repoman.freebsd.org> From: Jean Milanez Melo Date: Fri, 18 Apr 2008 16:00:52 +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/security/pft Makefile pkg-descr 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: Fri, 18 Apr 2008 16:00:53 -0000 jmelo 2008-04-18 16:00:52 UTC FreeBSD ports repository Modified files: security/pft Makefile pkg-descr Log: - Update mastersite. - Update WWW. PR: ports/121705 Submitted by: Sofian Brabez Reviewed by: Jonatan B (maintainer) Approved by: Jonatan B (maintainer) Revision Changes Path 1.5 +1 -1 ports/security/pft/Makefile 1.2 +1 -1 ports/security/pft/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:06:46 2008 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 D3E681065674; Fri, 18 Apr 2008 16:06:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6AEC8FC14; Fri, 18 Apr 2008 16:06:46 +0000 (UTC) (envelope-from obrien@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 m3IG6kgH038569; Fri, 18 Apr 2008 16:06:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IG6k0D038568; Fri, 18 Apr 2008 16:06:46 GMT (envelope-from obrien) Message-Id: <200804181606.m3IG6k0D038568@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 Apr 2008 16:06:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h src/gnu/usr.bin/cc/cc_tools Makefile freebsd64-fix.h 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: Fri, 18 Apr 2008 16:06:46 -0000 obrien 2008-04-18 16:06:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc/config/i386 freebsd64.h gnu/usr.bin/cc/cc_tools Makefile Removed files: (Branch: RELENG_6) gnu/usr.bin/cc/cc_tools freebsd64-fix.h Log: Move our ".mcount" bits around a little. Revision Changes Path 1.9.8.1 +4 -1 src/contrib/gcc/config/i386/freebsd64.h 1.81.2.3 +0 -1 src/gnu/usr.bin/cc/cc_tools/Makefile 1.1.8.1 +0 -9 src/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:42:16 2008 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 0B324106564A; Fri, 18 Apr 2008 16:42:16 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D14E88FC29; Fri, 18 Apr 2008 16:42:15 +0000 (UTC) (envelope-from nivit@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 m3IGgFuG042595; Fri, 18 Apr 2008 16:42:15 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IGgFPU042594; Fri, 18 Apr 2008 16:42:15 GMT (envelope-from nivit) Message-Id: <200804181642.m3IGgFPU042594@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 18 Apr 2008 16:42:15 +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/py-Breve Makefile distinfo pkg-plist 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: Fri, 18 Apr 2008 16:42:16 -0000 nivit 2008-04-18 16:42:15 UTC FreeBSD ports repository Modified files: devel/py-Breve Makefile distinfo Added files: devel/py-Breve pkg-plist Log: - Update to 1.2 - Add pkg-plist (remove PLIST_FILES) Revision Changes Path 1.5 +1 -6 ports/devel/py-Breve/Makefile 1.4 +3 -3 ports/devel/py-Breve/distinfo 1.4 +4 -0 ports/devel/py-Breve/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:44:03 2008 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 B7D1D1065676; Fri, 18 Apr 2008 16:44:03 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2F8E8FC28; Fri, 18 Apr 2008 16:44:03 +0000 (UTC) (envelope-from nivit@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 m3IGi3nY042688; Fri, 18 Apr 2008 16:44:03 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IGi3Jm042687; Fri, 18 Apr 2008 16:44:03 GMT (envelope-from nivit) Message-Id: <200804181644.m3IGi3Jm042687@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 18 Apr 2008 16:44:03 +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/graphics/py-visual Makefile distinfo pkg-plist ports/graphics/py-visual/files patch-src-gtk2-random_device.cpp patch-src-python-num_util.cpp 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: Fri, 18 Apr 2008 16:44:03 -0000 nivit 2008-04-18 16:44:03 UTC FreeBSD ports repository Modified files: graphics/py-visual Makefile distinfo pkg-plist Removed files: graphics/py-visual/files patch-src-gtk2-random_device.cpp patch-src-python-num_util.cpp Log: - Update to 4.b26 - Remove files/patch-src-gtk2-random_device.cpp - Remove files/patch-src-python-num_util.cpp Revision Changes Path 1.16 +2 -2 ports/graphics/py-visual/Makefile 1.8 +3 -3 ports/graphics/py-visual/distinfo 1.2 +0 -11 ports/graphics/py-visual/files/patch-src-gtk2-random_device.cpp (dead) 1.2 +0 -11 ports/graphics/py-visual/files/patch-src-python-num_util.cpp (dead) 1.6 +3 -1 ports/graphics/py-visual/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:45:27 2008 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 08FFA106566B; Fri, 18 Apr 2008 16:45:27 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D19978FC1F; Fri, 18 Apr 2008 16:45:26 +0000 (UTC) (envelope-from nivit@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 m3IGjQdq042802; Fri, 18 Apr 2008 16:45:26 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IGjQjb042801; Fri, 18 Apr 2008 16:45:26 GMT (envelope-from nivit) Message-Id: <200804181645.m3IGjQjb042801@repoman.freebsd.org> From: Nicola Vitale Date: Fri, 18 Apr 2008 16:45:26 +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/lang/rhino Makefile distinfo 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: Fri, 18 Apr 2008 16:45:27 -0000 nivit 2008-04-18 16:45:26 UTC FreeBSD ports repository Modified files: lang/rhino Makefile distinfo Log: - Update to 1.7.r1 - Increment JAVA_VERSION (1.5+) Revision Changes Path 1.2 +2 -2 ports/lang/rhino/Makefile 1.2 +3 -3 ports/lang/rhino/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:51:24 2008 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 F27971065672; Fri, 18 Apr 2008 16:51:24 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEE958FC26; Fri, 18 Apr 2008 16:51:24 +0000 (UTC) (envelope-from skv@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 m3IGpOmJ052095; Fri, 18 Apr 2008 16:51:24 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IGpOxC052094; Fri, 18 Apr 2008 16:51:24 GMT (envelope-from skv) Message-Id: <200804181651.m3IGpOxC052094@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 16:51:23 +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/www Makefile ports/www/p5-Cookie-XS Makefile distinfo mkcomm pkg-PM pkg-descr pkg-plist 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: Fri, 18 Apr 2008 16:51:25 -0000 skv 2008-04-18 16:51:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Cookie-XS Makefile distinfo mkcomm pkg-PM pkg-descr pkg-plist Log: Add p5-Cookie-XS 0.09, HTTP Cookie parser in C. Revision Changes Path 1.2021 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/p5-Cookie-XS/Makefile (new) 1.1 +3 -0 ports/www/p5-Cookie-XS/distinfo (new) 1.1 +76 -0 ports/www/p5-Cookie-XS/mkcomm (new) 1.1 +95 -0 ports/www/p5-Cookie-XS/pkg-PM (new) 1.1 +4 -0 ports/www/p5-Cookie-XS/pkg-descr (new) 1.1 +7 -0 ports/www/p5-Cookie-XS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 16:51:46 2008 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 8F376106566B; Fri, 18 Apr 2008 16:51:46 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63C368FC14; Fri, 18 Apr 2008 16:51:46 +0000 (UTC) (envelope-from skv@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 m3IGpkAB052149; Fri, 18 Apr 2008 16:51:46 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IGpkPq052148; Fri, 18 Apr 2008 16:51:46 GMT (envelope-from skv) Message-Id: <200804181651.m3IGpkPq052148@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 16:51:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 16:51:46 -0000 skv 2008-04-18 16:51:46 UTC FreeBSD ports repository Modified files: . modules Log: p5-Cookie-XS --> ports/www/p5-Cookie-XS Revision Changes Path 1.19668 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 17:28:41 2008 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 3A92C1065674; Fri, 18 Apr 2008 17:28:41 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26FB58FC26; Fri, 18 Apr 2008 17:28:41 +0000 (UTC) (envelope-from skv@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 m3IHSfPF054369; Fri, 18 Apr 2008 17:28:41 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IHSemo054365; Fri, 18 Apr 2008 17:28:40 GMT (envelope-from skv) Message-Id: <200804181728.m3IHSemo054365@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 17:28:38 +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/www Makefile ports/www/p5-Catalyst-Engine-HTTP-Prefork Makefile distinfo pkg-descr pkg-plist 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: Fri, 18 Apr 2008 17:28:41 -0000 skv 2008-04-18 17:28:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Engine-HTTP-Prefork Makefile distinfo pkg-descr pkg-plist Log: Add p5-Catalyst-Engine-HTTP-Prefork 0.01, high-performance pre-forking Catalyst engine. Revision Changes Path 1.2022 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Engine-HTTP-Prefork/distinfo (new) 1.1 +7 -0 ports/www/p5-Catalyst-Engine-HTTP-Prefork/pkg-descr (new) 1.1 +12 -0 ports/www/p5-Catalyst-Engine-HTTP-Prefork/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Apr 18 17:29:02 2008 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 76BED1065671; Fri, 18 Apr 2008 17:29:02 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4A48FC12; Fri, 18 Apr 2008 17:29:02 +0000 (UTC) (envelope-from skv@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 m3IHT2JL054407; Fri, 18 Apr 2008 17:29:02 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IHT2ln054406; Fri, 18 Apr 2008 17:29:02 GMT (envelope-from skv) Message-Id: <200804181729.m3IHT2ln054406@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 18 Apr 2008 17:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Fri, 18 Apr 2008 17:29:02 -0000 skv 2008-04-18 17:29:02 UTC FreeBSD ports repository Modified files: . modules Log: p5-Catalyst-Engine-HTTP-Prefork --> ports/www/p5-Catalyst-Engine-HTTP-Prefork Revision Changes Path 1.19669 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Apr 18 18:35:16 2008 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 8D3F0106564A; Fri, 18 Apr 2008 18:35:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60CA28FC17; Fri, 18 Apr 2008 18:35:16 +0000 (UTC) (envelope-from sat@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 m3IIZG0f060537; Fri, 18 Apr 2008 18:35:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IIZGJb060536; Fri, 18 Apr 2008 18:35:16 GMT (envelope-from sat) Message-Id: <200804181835.m3IIZGJb060536@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 18:35:16 +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/games/endgame-singularity Makefile distinfo pkg-plist 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: Fri, 18 Apr 2008 18:35:16 -0000 sat 2008-04-18 18:35:16 UTC FreeBSD ports repository Modified files: games/endgame-singularity Makefile distinfo pkg-plist Log: - Update to 0.27 Revision Changes Path 1.4 +2 -4 ports/games/endgame-singularity/Makefile 1.3 +3 -3 ports/games/endgame-singularity/distinfo 1.2 +34 -24 ports/games/endgame-singularity/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 18:53:54 2008 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 2216310656C4; Fri, 18 Apr 2008 18:53:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAFFD8FC24; Fri, 18 Apr 2008 18:53:53 +0000 (UTC) (envelope-from sat@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 m3IIrrub062318; Fri, 18 Apr 2008 18:53:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IIrrD8062317; Fri, 18 Apr 2008 18:53:53 GMT (envelope-from sat) Message-Id: <200804181853.m3IIrrD8062317@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 18 Apr 2008 18:53:53 +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/net-im/mcabber Makefile distinfo 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: Fri, 18 Apr 2008 18:53:54 -0000 sat 2008-04-18 18:53:53 UTC FreeBSD ports repository Modified files: net-im/mcabber Makefile distinfo Log: - Update to 0.9.7 Revision Changes Path 1.29 +2 -3 ports/net-im/mcabber/Makefile 1.17 +3 -3 ports/net-im/mcabber/distinfo From owner-cvs-all@FreeBSD.ORG Fri Apr 18 19:24:31 2008 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 32B88106566B; Fri, 18 Apr 2008 19:24:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0802C8FC1D; Fri, 18 Apr 2008 19:24:31 +0000 (UTC) (envelope-from thierry@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 m3IJOUoj090894; Fri, 18 Apr 2008 19:24:30 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IJOUsv090893; Fri, 18 Apr 2008 19:24:30 GMT (envelope-from thierry) Message-Id: <200804181924.m3IJOUsv090893@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 18 Apr 2008 19:24:28 +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/science/paraview 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: Fri, 18 Apr 2008 19:24:31 -0000 thierry 2008-04-18 19:24:28 UTC FreeBSD ports repository Modified files: science/paraview Makefile Log: Fix references to -build directory in installed .cmake files. Revision Changes Path 1.14 +3 -3 ports/science/paraview/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 22:44:53 2008 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 63CB4106566B; Fri, 18 Apr 2008 22:44:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2188FC18; Fri, 18 Apr 2008 22:44:53 +0000 (UTC) (envelope-from edwin@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 m3IMirKU009522; Fri, 18 Apr 2008 22:44:53 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IMirPj009521; Fri, 18 Apr 2008 22:44:53 GMT (envelope-from edwin) Message-Id: <200804182244.m3IMirPj009521@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 22:44:53 +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/www/cacheboy 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: Fri, 18 Apr 2008 22:44:53 -0000 edwin 2008-04-18 22:44:52 UTC FreeBSD ports repository Modified files: www/cacheboy Makefile Log: Use proper MASTER_SITES and PROJECTHOST macros Revision Changes Path 1.2 +2 -2 ports/www/cacheboy/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 22:55:51 2008 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 0DAA0106566C; Fri, 18 Apr 2008 22:55:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A76F08FC1C; Fri, 18 Apr 2008 22:55:49 +0000 (UTC) (envelope-from edwin@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 m3IMtnUv009880; Fri, 18 Apr 2008 22:55:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IMtnjD009879; Fri, 18 Apr 2008 22:55:49 GMT (envelope-from edwin) Message-Id: <200804182255.m3IMtnjD009879@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 22:55:49 +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/converters/pdf2djvu 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: Fri, 18 Apr 2008 22:55:51 -0000 edwin 2008-04-18 22:55:49 UTC FreeBSD ports repository Modified files: converters/pdf2djvu Makefile Log: Use MASTER_SITE_GOOGLE_CODE macro for MASTER_SITES Revision Changes Path 1.2 +1 -1 ports/converters/pdf2djvu/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 23:07:27 2008 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 6144D1065671; Fri, 18 Apr 2008 23:07:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38FFC8FC16; Fri, 18 Apr 2008 23:07:27 +0000 (UTC) (envelope-from edwin@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 m3IN7Rus011368; Fri, 18 Apr 2008 23:07:27 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3IN7RdG011367; Fri, 18 Apr 2008 23:07:27 GMT (envelope-from edwin) Message-Id: <200804182307.m3IN7RdG011367@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 23:07:27 +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/www/cacheboy 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: Fri, 18 Apr 2008 23:07:27 -0000 edwin 2008-04-18 23:07:27 UTC FreeBSD ports repository Modified files: www/cacheboy Makefile Log: remove unnecessary PROJECTHOST macro Revision Changes Path 1.3 +0 -1 ports/www/cacheboy/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 23:10:12 2008 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 734C11065671; Fri, 18 Apr 2008 23:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE978FC0C; Fri, 18 Apr 2008 23:10:12 +0000 (UTC) (envelope-from edwin@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 m3INACVc011493; Fri, 18 Apr 2008 23:10:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3INABJn011489; Fri, 18 Apr 2008 23:10:11 GMT (envelope-from edwin) Message-Id: <200804182310.m3INABJn011489@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 23:10:11 +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/www/google-appengine 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: Fri, 18 Apr 2008 23:10:12 -0000 edwin 2008-04-18 23:10:11 UTC FreeBSD ports repository Modified files: www/google-appengine Makefile Log: Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro Revision Changes Path 1.2 +2 -1 ports/www/google-appengine/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 23:10:57 2008 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 8288E106564A; Fri, 18 Apr 2008 23:10:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5E68FC1F; Fri, 18 Apr 2008 23:10:57 +0000 (UTC) (envelope-from edwin@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 m3INAv8s011549; Fri, 18 Apr 2008 23:10:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3INAvdP011548; Fri, 18 Apr 2008 23:10:57 GMT (envelope-from edwin) Message-Id: <200804182310.m3INAvdP011548@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 23:10:57 +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/www/opencart 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: Fri, 18 Apr 2008 23:10:57 -0000 edwin 2008-04-18 23:10:57 UTC FreeBSD ports repository Modified files: www/opencart Makefile Log: Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro Revision Changes Path 1.2 +2 -1 ports/www/opencart/Makefile From owner-cvs-all@FreeBSD.ORG Fri Apr 18 23:55:11 2008 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 D7E111065671; Fri, 18 Apr 2008 23:55:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A54478FC44; Fri, 18 Apr 2008 23:55:11 +0000 (UTC) (envelope-from edwin@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 m3INtBX3012907; Fri, 18 Apr 2008 23:55:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3INtA7j012906; Fri, 18 Apr 2008 23:55:10 GMT (envelope-from edwin) Message-Id: <200804182355.m3INtA7j012906@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 23:55:10 +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/astro/boinc-einsteinathome pkg-plist ports/astro/roadmap pkg-plist 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: Fri, 18 Apr 2008 23:55:12 -0000 edwin 2008-04-18 23:55:10 UTC FreeBSD ports repository Modified files: astro/boinc-einsteinathome pkg-plist astro/roadmap pkg-plist Log: Use @dirrmtry and @rmtry macros in the pkg-plist Revision Changes Path 1.2 +1 -1 ports/astro/boinc-einsteinathome/pkg-plist 1.5 +2 -1 ports/astro/roadmap/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Apr 18 23:58:06 2008 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 716B5106566B; Fri, 18 Apr 2008 23:58:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4987C8FC19; Fri, 18 Apr 2008 23:58:06 +0000 (UTC) (envelope-from edwin@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 m3INw60W013004; Fri, 18 Apr 2008 23:58:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3INw6AG013002; Fri, 18 Apr 2008 23:58:06 GMT (envelope-from edwin) Message-Id: <200804182358.m3INw6AG013002@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 18 Apr 2008 23:58:06 +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/astro/boinc-einsteinathome pkg-plist 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: Fri, 18 Apr 2008 23:58:06 -0000 edwin 2008-04-18 23:58:06 UTC FreeBSD ports repository Modified files: astro/boinc-einsteinathome pkg-plist Log: that was a fast backout. Let's wait until the @rmforce has been implemented before doing this kind of @unexecs Revision Changes Path 1.3 +1 -1 ports/astro/boinc-einsteinathome/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 00:03:30 2008 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 98A3F1065675; Sat, 19 Apr 2008 00:03:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDBE8FC1C; Sat, 19 Apr 2008 00:03:30 +0000 (UTC) (envelope-from edwin@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 m3J03UJp014356; Sat, 19 Apr 2008 00:03:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J03UsQ014355; Sat, 19 Apr 2008 00:03:30 GMT (envelope-from edwin) Message-Id: <200804190003.m3J03UsQ014355@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 00:03:30 +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/audio/aureal-kmod pkg-plist ports/audio/gsm pkg-plist ports/audio/xmp pkg-plist 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: Sat, 19 Apr 2008 00:03:30 -0000 edwin 2008-04-19 00:03:30 UTC FreeBSD ports repository Modified files: audio/aureal-kmod pkg-plist audio/gsm pkg-plist audio/xmp pkg-plist Log: implement @rmtry macro for the pkg-plist Revision Changes Path 1.4 +1 -1 ports/audio/aureal-kmod/pkg-plist 1.13 +2 -2 ports/audio/gsm/pkg-plist 1.4 +1 -1 ports/audio/xmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 00:24:21 2008 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 A32DD106566C; Sat, 19 Apr 2008 00:24:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4258FC1F; Sat, 19 Apr 2008 00:24:21 +0000 (UTC) (envelope-from edwin@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 m3J0OLlj015049; Sat, 19 Apr 2008 00:24:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J0OLIJ015048; Sat, 19 Apr 2008 00:24:21 GMT (envelope-from edwin) Message-Id: <200804190024.m3J0OLIJ015048@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 00:24:21 +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/biology/boinc-simap pkg-plist 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: Sat, 19 Apr 2008 00:24:21 -0000 edwin 2008-04-19 00:24:21 UTC FreeBSD ports repository Modified files: biology/boinc-simap pkg-plist Log: implement @dirrmtry macro for the pkg-plist Revision Changes Path 1.3 +1 -1 ports/biology/boinc-simap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 00:41:01 2008 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 1FA341065709; Sat, 19 Apr 2008 00:40:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C51838FC0A; Sat, 19 Apr 2008 00:40:58 +0000 (UTC) (envelope-from edwin@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 m3J0esRi015701; Sat, 19 Apr 2008 00:40:54 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J0estQ015700; Sat, 19 Apr 2008 00:40:54 GMT (envelope-from edwin) Message-Id: <200804190040.m3J0estQ015700@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 00:40:54 +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/cad/kicad pkg-plist ports/cad/linux-eagle pkg-plist ports/cad/opencascade pkg-plist ports/chinese/pine4 pkg-plist ports/chinese/xpdf pkg-plist ports/comms/hylafax pkg-plist 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: Sat, 19 Apr 2008 00:41:01 -0000 edwin 2008-04-19 00:40:54 UTC FreeBSD ports repository Modified files: cad/kicad pkg-plist cad/linux-eagle pkg-plist cad/opencascade pkg-plist chinese/pine4 pkg-plist chinese/xpdf pkg-plist comms/hylafax pkg-plist Log: Use @rmtry macro in the pkg-plist. Revision Changes Path 1.16 +5 -5 ports/cad/kicad/pkg-plist 1.10 +1 -1 ports/cad/linux-eagle/pkg-plist 1.2 +4 -4 ports/cad/opencascade/pkg-plist 1.13 +1 -1 ports/chinese/pine4/pkg-plist 1.7 +1 -1 ports/chinese/xpdf/pkg-plist 1.22 +1 -1 ports/comms/hylafax/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:15:57 2008 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 EC425106566C; Sat, 19 Apr 2008 01:15:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9D068FC1A; Sat, 19 Apr 2008 01:15:57 +0000 (UTC) (envelope-from edwin@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 m3J1FvHJ027080; Sat, 19 Apr 2008 01:15:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J1FvMa027079; Sat, 19 Apr 2008 01:15:57 GMT (envelope-from edwin) Message-Id: <200804190115.m3J1FvMa027079@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 01:15:57 +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/firebird-server pkg-plist ports/databases/firebird2-server pkg-plist ports/databases/gnats4 pkg-plist ports/databases/libudbc pkg-plist ports/databases/metakit pkg-plist ports/databases/oracle7-client pkg-plist ports/databases/py-axiom ... 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: Sat, 19 Apr 2008 01:15:58 -0000 edwin 2008-04-19 01:15:57 UTC FreeBSD ports repository Modified files: databases/firebird-server pkg-plist databases/firebird2-server pkg-plist databases/gnats4 pkg-plist databases/libudbc pkg-plist databases/metakit pkg-plist databases/oracle7-client pkg-plist databases/py-axiom pkg-plist Log: Make use of the @rmtry macro Revision Changes Path 1.16 +5 -5 ports/databases/firebird-server/pkg-plist 1.18 +5 -5 ports/databases/firebird2-server/pkg-plist 1.5 +2 -2 ports/databases/gnats4/pkg-plist 1.3 +1 -1 ports/databases/libudbc/pkg-plist 1.22 +1 -1 ports/databases/metakit/pkg-plist 1.4 +1 -1 ports/databases/oracle7-client/pkg-plist 1.5 +1 -1 ports/databases/py-axiom/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:17:58 2008 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 0A5DB1065670; Sat, 19 Apr 2008 01:17:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6FB78FC26; Sat, 19 Apr 2008 01:17:57 +0000 (UTC) (envelope-from edwin@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 m3J1HvYI027157; Sat, 19 Apr 2008 01:17:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J1HviQ027156; Sat, 19 Apr 2008 01:17:57 GMT (envelope-from edwin) Message-Id: <200804190117.m3J1HviQ027156@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 01:17:57 +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/deskutils/gcal pkg-plist 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: Sat, 19 Apr 2008 01:17:58 -0000 edwin 2008-04-19 01:17:57 UTC FreeBSD ports repository Modified files: deskutils/gcal pkg-plist Log: Make use of the @rmtry macro Revision Changes Path 1.6 +10 -10 ports/deskutils/gcal/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:30:20 2008 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 EB5C4106566B for ; Sat, 19 Apr 2008 01:30:20 +0000 (UTC) (envelope-from data@mortgagehuntersllc.com) Received: from 220marketing.com (220marketing.com [70.86.45.178]) by mx1.freebsd.org (Postfix) with ESMTP id 95D638FC1D for ; Sat, 19 Apr 2008 01:30:20 +0000 (UTC) (envelope-from data@mortgagehuntersllc.com) Received: from 220marketing.com (localhost [127.0.0.1]) by 220marketing.com (Postfix) with ESMTP id B001727B1A4 for ; Fri, 18 Apr 2008 20:06:05 -0500 (CDT) Authentication-Results: 220marketing.com from=data@mortgagehuntersllc.com; domainkey=neutral (no signature; no policy for mortgagehuntersllc.com) Received: from adsl-76-243-202-249.dsl.bcvloh.sbcglobal.net (adsl-76-244-48-16.dsl.bcvloh.sbcglobal.net [76.244.48.16]) by 220marketing.com (Postfix) with ESMTP for ; Fri, 18 Apr 2008 20:06:05 -0500 (CDT) From: "Tinishia Hunter" To: "cvs-all" Date: Fri, 18 Apr 2008 21:05:56 -0400 Organization: Mortgage Hunters LLC MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0000_01C6527E.AE8904D0" Message-Id: <20080419010605.B001727B1A4@220marketing.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Mortgage rates at 5.5%!!!** 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: Sat, 19 Apr 2008 01:30:21 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C6527E.AE8904D0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Mortgage Rates as LOW as 5.5 % Fixed!!! Ask our Mortgage Professionals About our NO Origination FEE LOANS!!!! FHA Available!!! Mortgage Hunters LLC **Your local mortgage expert is offering special rates as low as 5.5% for qualified candidates!!!! For a limited time only! Log On to www.mortgagehuntersllc.com for your free credit analysis Contact US Today Mortgage Hunters LLC 16360 Broadway Ave A-107 Maple Heights OH 44137 phone: 1-866-518-9159 fax: 216-518-9249 email: data@mortgagehuntersllc.com web site: www.mortgagehuntersllc.com MB802876 If you wish to unsubscribe to this promotion email: data@ mortgagehuntersllc.com with REMOVE in the subject line, and the email address to be removed in the body of the email ------=_NextPart_000_0000_01C6527E.AE8904D0-- From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:37:40 2008 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 E1397106564A; Sat, 19 Apr 2008 01:37:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CEE538FC0C; Sat, 19 Apr 2008 01:37:40 +0000 (UTC) (envelope-from edwin@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 m3J1beBs027939; Sat, 19 Apr 2008 01:37:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J1bejw027938; Sat, 19 Apr 2008 01:37:40 GMT (envelope-from edwin) Message-Id: <200804190137.m3J1bejw027938@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 01:37:40 +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/distel pkg-plist ports/devel/erlslang pkg-plist ports/devel/esdl pkg-plist ports/devel/fam pkg-plist ports/devel/gnustep-make pkg-plist ports/devel/ireport pkg-plist ports/devel/libphish pkg-plist ports/devel/noweb pkg-plist ... 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: Sat, 19 Apr 2008 01:37:41 -0000 edwin 2008-04-19 01:37:40 UTC FreeBSD ports repository Modified files: devel/distel pkg-plist devel/erlslang pkg-plist devel/esdl pkg-plist devel/fam pkg-plist devel/gnustep-make pkg-plist devel/ireport pkg-plist devel/libphish pkg-plist devel/noweb pkg-plist devel/p5-Locale-libintl pkg-plist devel/pear pkg-plist Log: Make use of the @rmtry macro Revision Changes Path 1.12 +1 -1 ports/devel/distel/pkg-plist 1.2 +1 -1 ports/devel/erlslang/pkg-plist 1.11 +1 -1 ports/devel/esdl/pkg-plist 1.9 +2 -2 ports/devel/fam/pkg-plist 1.33 +1 -1 ports/devel/gnustep-make/pkg-plist 1.18 +1 -1 ports/devel/ireport/pkg-plist 1.2 +1 -1 ports/devel/libphish/pkg-plist 1.10 +1 -1 ports/devel/noweb/pkg-plist 1.5 +1 -1 ports/devel/p5-Locale-libintl/pkg-plist 1.16 +4 -4 ports/devel/pear/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:40:06 2008 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 0FC461065671; Sat, 19 Apr 2008 01:40:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBA148FC14; Sat, 19 Apr 2008 01:40:05 +0000 (UTC) (envelope-from edwin@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 m3J1e5Jg028057; Sat, 19 Apr 2008 01:40:05 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J1e5Ca028056; Sat, 19 Apr 2008 01:40:05 GMT (envelope-from edwin) Message-Id: <200804190140.m3J1e5Ca028056@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 19 Apr 2008 01:40:05 +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/firebird-server pkg-plist ports/databases/firebird2-server pkg-plist 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: Sat, 19 Apr 2008 01:40:06 -0000 edwin 2008-04-19 01:40:05 UTC FreeBSD ports repository Modified files: databases/firebird-server pkg-plist databases/firebird2-server pkg-plist Log: Backout two entries which should only delete the files if they are zero length. Revision Changes Path 1.17 +2 -2 ports/databases/firebird-server/pkg-plist 1.19 +2 -2 ports/databases/firebird2-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 01:50:36 2008 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 2A30C106566C; Sat, 19 Apr 2008 01:50:36 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 9454E8FC1B; Sat, 19 Apr 2008 01:50:35 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m3J1oXbW042375; Sat, 19 Apr 2008 05:50:33 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1208569833; bh=0L1TA05UxVMp2prxv3jJ7f7OU5UcZIMy61n8byt ESOY=; l=404; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To; b=ZgsctqsA+gC2zHNPFtYlGULw58JtfkWYar6djYSGKsxgrHPzP9llWUw+617zf4CVM JALIg8vulsc1k7UGbEJ3vy5JvIYeqfNu4/cHjIF+On9osMPWvRbN2+15heaPv2ZArY1 PBBvyK9ROZIQ3UxXnNHRs93DPXnc4AI2GtGdsH4= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m3J1oWFv042374; Sat, 19 Apr 2008 05:50:32 +0400 (MSD) (envelope-from ache) Date: Sat, 19 Apr 2008 05:50:31 +0400 From: Andrey Chernov To: =?koi8-r?Q?S=F8ren?= Schmidt Message-ID: <20080419015030.GA42329@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , =?koi8-r?Q?S=F8ren?= Schmidt , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200804181515.m3IFF6Nr005172@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-dma.c 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: Sat, 19 Apr 2008 01:50:36 -0000 On Fri, Apr 18, 2008 at 03:15:04PM +0000, Søren Schmidt wrote: > Modified files: > sys/dev/ata ata-all.c ata-dma.c > Log: > Fix the breakage that caused AHCI devices to vanish. Editor droppings :( Even with this change ATA driver still can't mount root. ata* disks are not visible through mountroot '?' command too. ICH6, AHCI mode, ATA_STATIC_ID -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Sat Apr 19 02:32:08 2008 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 2ED8C1065690; Sat, 19 Apr 2008 02:32:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 202098FC0A; Sat, 19 Apr 2008 02:32:08 +0000 (UTC) (envelope-from gerald@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 m3J2W8Gl030716; Sat, 19 Apr 2008 02:32:08 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J2W7V1030715; Sat, 19 Apr 2008 02:32:07 GMT (envelope-from gerald) Message-Id: <200804190232.m3J2W7V1030715@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 19 Apr 2008 02:32:07 +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/emulators/wine Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 02:32:08 -0000 gerald 2008-04-19 02:32:07 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.60. Among others, this includes the following changes: - Better support for Windows IMEs. - Option for Windows-style window decorations. - Improved system tray behavior. - Window management fixes. - Improved quartz audio support. - Better support for launching apps from Unix file managers. - Lots of bug fixes. Fix a sorting issue in the package list. Revision Changes Path 1.258 +1 -2 ports/emulators/wine/Makefile 1.154 +3 -3 ports/emulators/wine/distinfo 1.131 +5 -3 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 03:22:43 2008 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 E5FDA106566C; Sat, 19 Apr 2008 03:22:43 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D43478FC12; Sat, 19 Apr 2008 03:22:43 +0000 (UTC) (envelope-from kmacy@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 m3J3MhPo034045; Sat, 19 Apr 2008 03:22:43 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J3Mh7J034044; Sat, 19 Apr 2008 03:22:43 GMT (envelope-from kmacy) Message-Id: <200804190322.m3J3Mh7J034044@repoman.freebsd.org> From: Kip Macy Date: Sat, 19 Apr 2008 03:22:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/cxgb cxgb_l2t.c cxgb_l2t.h cxgb_main.c cxgb_offload.c cxgb_offload.h src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c cxgb_ddp.c cxgb_defs.h cxgb_l2t.c cxgb_l2t.h cxgb_listen.c ... 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: Sat, 19 Apr 2008 03:22:44 -0000 kmacy 2008-04-19 03:22:43 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/cxgb cxgb_main.c cxgb_offload.c cxgb_offload.h sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c cxgb_ddp.c cxgb_defs.h cxgb_listen.c cxgb_t3_ddp.h cxgb_tom.c cxgb_tom_sysctl.c sys/modules/cxgb/cxgb Makefile sys/modules/cxgb/tom Makefile sys/netinet tcp_offload.h Added files: sys/dev/cxgb/ulp/tom cxgb_l2t.c cxgb_l2t.h cxgb_tcp_offload.c cxgb_tcp_offload.h Removed files: sys/dev/cxgb cxgb_l2t.c cxgb_l2t.h Log: move cxgb_lt2.[ch] from NIC to TOE move most offload functionality from NIC to TOE factor out all socket and inpcb direct access factor out access to locking in incpb, pcbinfo, and sockbuf Revision Changes Path 1.1291 +0 -1 src/sys/conf/files 1.8 +0 -543 src/sys/dev/cxgb/cxgb_l2t.c (dead) 1.6 +0 -161 src/sys/dev/cxgb/cxgb_l2t.h (dead) 1.54 +4 -12 src/sys/dev/cxgb/cxgb_main.c 1.13 +54 -1076 src/sys/dev/cxgb/cxgb_offload.c 1.9 +2 -2 src/sys/dev/cxgb/cxgb_offload.h 1.10 +545 -402 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.9 +164 -94 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c 1.3 +62 -62 src/sys/dev/cxgb/ulp/tom/cxgb_ddp.c 1.4 +8 -6 src/sys/dev/cxgb/ulp/tom/cxgb_defs.h 1.1 +542 -0 src/sys/dev/cxgb/ulp/tom/cxgb_l2t.c (new) 1.1 +161 -0 src/sys/dev/cxgb/ulp/tom/cxgb_l2t.h (new) 1.4 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_listen.c 1.3 +10 -8 src/sys/dev/cxgb/ulp/tom/cxgb_t3_ddp.h 1.1 +360 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c (new) 1.1 +205 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h (new) 1.5 +1032 -33 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c 1.3 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c 1.9 +3 -4 src/sys/modules/cxgb/cxgb/Makefile 1.5 +1 -1 src/sys/modules/cxgb/tom/Makefile 1.3 +8 -2 src/sys/netinet/tcp_offload.h From owner-cvs-all@FreeBSD.ORG Sat Apr 19 03:39:18 2008 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 36B611065670; Sat, 19 Apr 2008 03:39:18 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E96D8FC0C; Sat, 19 Apr 2008 03:39:18 +0000 (UTC) (envelope-from kmacy@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 m3J3dHui034585; Sat, 19 Apr 2008 03:39:17 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J3dHfD034584; Sat, 19 Apr 2008 03:39:17 GMT (envelope-from kmacy) Message-Id: <200804190339.m3J3dHfD034584@repoman.freebsd.org> From: Kip Macy Date: Sat, 19 Apr 2008 03:39:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c 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: Sat, 19 Apr 2008 03:39:18 -0000 kmacy 2008-04-19 03:39:17 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: move tcbinfo lock acquisition in to syncache Revision Changes Path 1.143 +3 -0 src/sys/netinet/tcp_syncache.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 03:43:07 2008 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 6E3641065671; Sat, 19 Apr 2008 03:43:07 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 468B08FC1A; Sat, 19 Apr 2008 03:43:07 +0000 (UTC) (envelope-from kmacy@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 m3J3h7Vt034875; Sat, 19 Apr 2008 03:43:07 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J3h7QY034874; Sat, 19 Apr 2008 03:43:07 GMT (envelope-from kmacy) Message-Id: <200804190343.m3J3h7QY034874@repoman.freebsd.org> From: Kip Macy Date: Sat, 19 Apr 2008 03:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_offload.c 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: Sat, 19 Apr 2008 03:43:07 -0000 kmacy 2008-04-19 03:43:07 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_offload.c Log: remove kdb_backtrace() call Revision Changes Path 1.14 +0 -1 src/sys/dev/cxgb/cxgb_offload.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 03:46:26 2008 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 D42A71065671; Sat, 19 Apr 2008 03:46:26 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC8328FC15; Sat, 19 Apr 2008 03:46:26 +0000 (UTC) (envelope-from kmacy@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 m3J3kQdc035041; Sat, 19 Apr 2008 03:46:26 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J3kQ1w035040; Sat, 19 Apr 2008 03:46:26 GMT (envelope-from kmacy) Message-Id: <200804190346.m3J3kQ1w035040@repoman.freebsd.org> From: Kip Macy Date: Sat, 19 Apr 2008 03:46:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_offload.c 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: Sat, 19 Apr 2008 03:46:26 -0000 kmacy 2008-04-19 03:46:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/cxgb cxgb_offload.c Log: fix build breakage caused by undeclared kdb_backtrace() Revision Changes Path 1.8.2.2 +0 -1 src/sys/dev/cxgb/cxgb_offload.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 04:45:52 2008 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 6DD851065670; Sat, 19 Apr 2008 04:45:52 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 460D28FC14; Sat, 19 Apr 2008 04:45:52 +0000 (UTC) (envelope-from jeff@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 m3J4jquR038340; Sat, 19 Apr 2008 04:45:52 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J4jpIQ038339; Sat, 19 Apr 2008 04:45:51 GMT (envelope-from jeff) Message-Id: <200804190445.m3J4jpIQ038339@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 19 Apr 2008 04:45:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c 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: Sat, 19 Apr 2008 04:45:52 -0000 jeff 2008-04-19 04:45:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_sleepqueue.c Log: MFC 1.48: Fix a sleepq race when checking signals. Revision Changes Path 1.39.2.3 +5 -2 src/sys/kern/subr_sleepqueue.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 04:47:40 2008 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 0E4F0106566B; Sat, 19 Apr 2008 04:47:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB5A98FC24; Sat, 19 Apr 2008 04:47:39 +0000 (UTC) (envelope-from jeff@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 m3J4ldqJ047483; Sat, 19 Apr 2008 04:47:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J4ldWe047482; Sat, 19 Apr 2008 04:47:39 GMT (envelope-from jeff) Message-Id: <200804190447.m3J4ldWe047482@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 19 Apr 2008 04:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_sig.c 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: Sat, 19 Apr 2008 04:47:40 -0000 jeff 2008-04-19 04:47:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_sig.c Log: MFC parts of 1.359: Don't hold the proc slock while calling sigqueue_delete* Revision Changes Path 1.349.2.4 +0 -6 src/sys/kern/kern_sig.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 04:50:30 2008 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 E2A631065673; Sat, 19 Apr 2008 04:50:30 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAD8B8FC0A; Sat, 19 Apr 2008 04:50:30 +0000 (UTC) (envelope-from jeff@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 m3J4oUJT047628; Sat, 19 Apr 2008 04:50:30 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J4oUxi047624; Sat, 19 Apr 2008 04:50:30 GMT (envelope-from jeff) Message-Id: <200804190450.m3J4oUxi047624@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 19 Apr 2008 04:50:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern sched_ule.c 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: Sat, 19 Apr 2008 04:50:31 -0000 jeff 2008-04-19 04:50:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern sched_ule.c Log: MFC 1.220, 1.221, parts of 1.222 - Improve performance with heavy interrupt loads - Fix compile with gcc3 - Fix timeslicing code for non TIMESHARE threads. Revision Changes Path 1.214.2.3 +30 -31 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 04:56:17 2008 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 7179E106566B; Sat, 19 Apr 2008 04:56:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 499098FC19; Sat, 19 Apr 2008 04:56:17 +0000 (UTC) (envelope-from marcel@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 m3J4uGWb047889; Sat, 19 Apr 2008 04:56:16 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J4uGVx047888; Sat, 19 Apr 2008 04:56:16 GMT (envelope-from marcel) Message-Id: <200804190456.m3J4uGVx047888@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Apr 2008 04:56:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c pmap.c 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: Sat, 19 Apr 2008 04:56:17 -0000 marcel 2008-04-19 04:56:16 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mp_machdep.c pmap.c Log: Sanitize the malloc types: M_PMAP is not used in pmap.c, so don't define it there. Don't use M_PMAP in mp_machdep.c; define M_SMP instead. Revision Changes Path 1.69 +3 -3 src/sys/ia64/ia64/mp_machdep.c 1.199 +0 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 05:07:50 2008 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 BFAC9106566B; Sat, 19 Apr 2008 05:07:50 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97EAE8FC12; Sat, 19 Apr 2008 05:07:50 +0000 (UTC) (envelope-from nyan@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 m3J57o5f049435; Sat, 19 Apr 2008 05:07:50 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J57oVa049434; Sat, 19 Apr 2008 05:07:50 GMT (envelope-from nyan) Message-Id: <200804190507.m3J57oVa049434@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 19 Apr 2008 05:07:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/include clock.h 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: Sat, 19 Apr 2008 05:07:50 -0000 nyan 2008-04-19 05:07:50 UTC FreeBSD src repository Modified files: sys/pc98/include clock.h Log: Remove my copyright. This file includes simply i386's one now. Revision Changes Path 1.4 +2 -29 src/sys/pc98/include/clock.h From owner-cvs-all@FreeBSD.ORG Sat Apr 19 05:30:50 2008 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 049A11065672; Sat, 19 Apr 2008 05:30:50 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D15598FC29; Sat, 19 Apr 2008 05:30:49 +0000 (UTC) (envelope-from mav@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 m3J5Unjm050155; Sat, 19 Apr 2008 05:30:49 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J5UnJb050154; Sat, 19 Apr 2008 05:30:49 GMT (envelope-from mav) Message-Id: <200804190530.m3J5UnJb050154@repoman.freebsd.org> From: Alexander Motin Date: Sat, 19 Apr 2008 05:30:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_base.c 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: Sat, 19 Apr 2008 05:30:50 -0000 mav 2008-04-19 05:30:49 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: ng_address_hook() microoptimization. Use local variables as they should be. It helps compiller to avoid some extra memory accesses. Revision Changes Path 1.159 +5 -7 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 06:15:49 2008 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 E8D9F106564A; Sat, 19 Apr 2008 06:15:49 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C11518FC16; Sat, 19 Apr 2008 06:15:49 +0000 (UTC) (envelope-from blackend@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 m3J6Fnff052772; Sat, 19 Apr 2008 06:15:49 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J6FnvY052771; Sat, 19 Apr 2008 06:15:49 GMT (envelope-from blackend) Message-Id: <200804190615.m3J6FnvY052771@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 19 Apr 2008 06:15:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access 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: Sat, 19 Apr 2008 06:15:50 -0000 blackend 2008-04-19 06:15:48 UTC FreeBSD doc repository Modified files: . access Log: Idle committers: Remove andy and metal. These committers haven't made a doc/www commit in 22 months (or more). With Hat: doceng Revision Changes Path 1.603 +0 -2 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Apr 19 06:30:39 2008 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 D4FF0106564A; Sat, 19 Apr 2008 06:30:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACADB8FC1A; Sat, 19 Apr 2008 06:30:39 +0000 (UTC) (envelope-from clsung@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 m3J6UdDW053279; Sat, 19 Apr 2008 06:30:39 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J6Udca053278; Sat, 19 Apr 2008 06:30:39 GMT (envelope-from clsung) Message-Id: <200804190630.m3J6Udca053278@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 19 Apr 2008 06:30:39 +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/lang/p5-Pugs-Compiler-Rule Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 06:30:39 -0000 clsung 2008-04-19 06:30:39 UTC FreeBSD ports repository Modified files: lang/p5-Pugs-Compiler-Rule Makefile distinfo pkg-plist Log: - Update to 0.28 Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes Revision Changes Path 1.10 +7 -3 ports/lang/p5-Pugs-Compiler-Rule/Makefile 1.10 +3 -3 ports/lang/p5-Pugs-Compiler-Rule/distinfo 1.6 +14 -2 ports/lang/p5-Pugs-Compiler-Rule/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 06:49:47 2008 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 B81BC106566B for ; Sat, 19 Apr 2008 06:49:47 +0000 (UTC) (envelope-from sicur@unicredit.it) Received: from networxhosting.com (ws3mailgw.hostserve.net [208.71.89.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3628FC18 for ; Sat, 19 Apr 2008 06:49:47 +0000 (UTC) (envelope-from sicur@unicredit.it) Received: from unicredit.it [67.210.106.126] by networxhosting.com with ESMTP (SMTPD-9.20) id A0EE1E88; Sat, 19 Apr 2008 02:27:58 -0400 Message-Id: <200804190227994.SM05272@unicredit.it> From: UniCredit Banca di Roma To: cvs-all@freebsd.org Date: 18 Apr 2008 23:28:07 -0700 Message-ID: <20080418232807.4B612B99E1B70918@unicredit.it> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ultime specifiche di sicurezza 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: Sat, 19 Apr 2008 06:49:47 -0000 Gentile Cliente, Compila i campi in questa pagina indicando dove sei e quale delle nostre Age= nzie vuoi ricercare (UniCredit Banca, UniCredit Banca di Roma, Banco di Sici= lia e Bipop Carire). Il sistema cercher=E0 l'Agenzia pi=F9 vicino a te e ti = indicher=E0, se lo vuoi, anche il percorso pi=F9 rapido per raggiungerlo.=20= Il trattamento dei dati personali avviene mediante elaborazioni manuali o st= rumenti elettronici o comunque automatizzati, informatici e telematici, = con logiche strettamente correlate alle finalit=E0 stesse e, comunque, i= n modo da garantire la sicurezza e la riservatezza dei dati stessi. Vi preghiamo di verificare le ultime specifiche di sicurezza, effettuando il= [1]login = nel suo account. Questo significa sicurezza ! Grazie ancora per aver scelto i servizi on-line di UniCredit Banca di Roma.<= br> References 1. 3D"http://www.ssedu.org.cn/bbs/b.html" From owner-cvs-all@FreeBSD.ORG Sat Apr 19 07:18:24 2008 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 3574C106566B; Sat, 19 Apr 2008 07:18:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2418FC0C; Sat, 19 Apr 2008 07:18:24 +0000 (UTC) (envelope-from ru@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 m3J7INUN056014; Sat, 19 Apr 2008 07:18:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J7INvU056013; Sat, 19 Apr 2008 07:18:23 GMT (envelope-from ru) Message-Id: <200804190718.m3J7INvU056013@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 19 Apr 2008 07:18:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strfmon.c 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: Sat, 19 Apr 2008 07:18:24 -0000 ru 2008-04-19 07:18:22 UTC FreeBSD src repository Modified files: lib/libc/stdlib strfmon.c Log: Better strfmon(3) conversion specifiers sanity checking. There were no checks for left and right precisions at all, and a check for field width had integer overflow bug. Reported by: Maksymilian Arciemowicz Security: http://securityreason.com/achievement_securityalert/53 Submitted by: Maxim Dounin MFC after: 3 days Revision Changes Path 1.17 +8 -1 src/lib/libc/stdlib/strfmon.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 07:22:58 2008 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 E70F1106566B; Sat, 19 Apr 2008 07:22:58 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFFC78FC0A; Sat, 19 Apr 2008 07:22:58 +0000 (UTC) (envelope-from ru@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 m3J7MwWl056231; Sat, 19 Apr 2008 07:22:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J7Mww3056230; Sat, 19 Apr 2008 07:22:58 GMT (envelope-from ru) Message-Id: <200804190722.m3J7Mww3056230@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 19 Apr 2008 07:22:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strfmon.c 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: Sat, 19 Apr 2008 07:22:59 -0000 ru 2008-04-19 07:22:58 UTC FreeBSD src repository Modified files: lib/libc/stdlib strfmon.c Log: Don't forget to free() currency_symbol and asciivalue when multiple conversion specifiers for them are present. Submitted by: Maxim Dounin Obtained from: NetBSD (partially) MFC after: 3 days Revision Changes Path 1.18 +4 -0 src/lib/libc/stdlib/strfmon.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 07:25:58 2008 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 3CD87106564A; Sat, 19 Apr 2008 07:25:58 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 158048FC12; Sat, 19 Apr 2008 07:25:58 +0000 (UTC) (envelope-from peter@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 m3J7PvDv056330; Sat, 19 Apr 2008 07:25:57 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J7Pvie056329; Sat, 19 Apr 2008 07:25:57 GMT (envelope-from peter) Message-Id: <200804190725.m3J7Pvie056329@repoman.freebsd.org> From: Peter Wemm Date: Sat, 19 Apr 2008 07:25:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c 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: Sat, 19 Apr 2008 07:25:58 -0000 peter 2008-04-19 07:25:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Put in a real isa_irq_pending() stub in order to remove two lines of dmesg noise from sio per unit. sio likes to probe if interrupts are configured correctly by looking at the pending bits of the atpic in order to put a non-fatal warning on the console. I think I'd rather read the pending bits from the apics, but I'm not sure its worth the hassle. Revision Changes Path 1.684 +14 -2 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 07:46:27 2008 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 617DF106566B; Sat, 19 Apr 2008 07:46:27 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 525658FC19; Sat, 19 Apr 2008 07:46:27 +0000 (UTC) (envelope-from thierry@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 m3J7kRdl057016; Sat, 19 Apr 2008 07:46:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J7kRln057015; Sat, 19 Apr 2008 07:46:27 GMT (envelope-from thierry) Message-Id: <200804190746.m3J7kRln057015@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 19 Apr 2008 07:46:27 +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/textproc/aspell Makefile ports/textproc/aspell/files patch-gen_mk-static-filter.pl 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: Sat, 19 Apr 2008 07:46:27 -0000 thierry 2008-04-19 07:46:27 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile Added files: textproc/aspell/files patch-gen_mk-static-filter.pl Log: - Disable wide char utf8 cursor control for $OSVERSION < 602107; (1) - Fix segfault when checking TeX files. (2) Reported by: Pav (1) PR: ports/122873 (2) Submitted by: Roland Smith (2) Patch from: Kevin Atkinson (author) (2) Revision Changes Path 1.89 +10 -2 ports/textproc/aspell/Makefile 1.1 +11 -0 ports/textproc/aspell/files/patch-gen_mk-static-filter.pl (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 08:18:48 2008 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 5EE84106564A; Sat, 19 Apr 2008 08:18:48 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36F198FC17; Sat, 19 Apr 2008 08:18:48 +0000 (UTC) (envelope-from nyan@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 m3J8ImCO059082; Sat, 19 Apr 2008 08:18:48 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J8Im7n059081; Sat, 19 Apr 2008 08:18:48 GMT (envelope-from nyan) Message-Id: <200804190818.m3J8Im7n059081@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 19 Apr 2008 08:18:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/cbus clock.c pcrtc.c 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: Sat, 19 Apr 2008 08:18:48 -0000 nyan 2008-04-19 08:18:48 UTC FreeBSD src repository Modified files: sys/conf files.pc98 sys/pc98/cbus clock.c pcrtc.c Log: MFi386: Merge yet another the RTC related work. Split the pcrtc driver into pcrtc.c which is repo-copied from clock.c Revision Changes Path 1.361 +1 -0 src/sys/conf/files.pc98 1.168 +1 -222 src/sys/pc98/cbus/clock.c 1.168 +13 -516 src/sys/pc98/cbus/pcrtc.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 09:39:17 2008 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 C2120106564A; Sat, 19 Apr 2008 09:39:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99CB58FC13; Sat, 19 Apr 2008 09:39:17 +0000 (UTC) (envelope-from miwi@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 m3J9dHOd071648; Sat, 19 Apr 2008 09:39:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3J9dHBq071647; Sat, 19 Apr 2008 09:39:17 GMT (envelope-from miwi) Message-Id: <200804190939.m3J9dHBq071647@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 09:39:17 +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/sysutils/ck4up Makefile distinfo ports/sysutils/ck4up/files patch-ck4up.rb 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: Sat, 19 Apr 2008 09:39:17 -0000 miwi 2008-04-19 09:39:17 UTC FreeBSD ports repository Modified files: sysutils/ck4up Makefile distinfo Removed files: sysutils/ck4up/files patch-ck4up.rb Log: - Update to 1.0 - Interim fix for new ruby world order [1] PR: 122507 [1] Submitted by: bf [1] Revision Changes Path 1.3 +5 -2 ports/sysutils/ck4up/Makefile 1.3 +3 -3 ports/sysutils/ck4up/distinfo 1.2 +0 -8 ports/sysutils/ck4up/files/patch-ck4up.rb (dead) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:03:26 2008 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 B18C31065674; Sat, 19 Apr 2008 10:03:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8968D8FC0C; Sat, 19 Apr 2008 10:03:26 +0000 (UTC) (envelope-from sat@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 m3JA3Qdi073513; Sat, 19 Apr 2008 10:03:26 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JA3Qst073512; Sat, 19 Apr 2008 10:03:26 GMT (envelope-from sat) Message-Id: <200804191003.m3JA3Qst073512@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 19 Apr 2008 10:03:26 +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/www/firefox-i18n Makefile distinfo ports/www/linux-firefox Makefile distinfo 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: Sat, 19 Apr 2008 10:03:26 -0000 sat 2008-04-19 10:03:26 UTC FreeBSD ports repository Modified files: www/firefox-i18n Makefile distinfo www/linux-firefox Makefile distinfo Log: - Update to 2.0.0.14 Revision Changes Path 1.25 +1 -1 ports/www/firefox-i18n/Makefile 1.21 +132 -132 ports/www/firefox-i18n/distinfo 1.46 +1 -1 ports/www/linux-firefox/Makefile 1.33 +3 -3 ports/www/linux-firefox/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:24:29 2008 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 3A25F106566B; Sat, 19 Apr 2008 10:24:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11EA88FC12; Sat, 19 Apr 2008 10:24:29 +0000 (UTC) (envelope-from miwi@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 m3JAOSQ8075168; Sat, 19 Apr 2008 10:24:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JAORGd075167; Sat, 19 Apr 2008 10:24:27 GMT (envelope-from miwi) Message-Id: <200804191024.m3JAORGd075167@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 10:24:27 +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/sysutils/ck4up Makefile ports/sysutils/ck4up/files patch-ck4up.rb 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: Sat, 19 Apr 2008 10:24:29 -0000 miwi 2008-04-19 10:24:27 UTC FreeBSD ports repository Modified files: sysutils/ck4up Makefile Added files: sysutils/ck4up/files patch-ck4up.rb Log: - Readded patch-ck4up.rb - Fix build on tinderbox - Bump PORTREVISION Submitted by: chruetertee tindy Revision Changes Path 1.4 +1 -1 ports/sysutils/ck4up/Makefile 1.3 +8 -0 ports/sysutils/ck4up/files/patch-ck4up.rb (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:28:23 2008 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 112C0106566B; Sat, 19 Apr 2008 10:28:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE7268FC1C; Sat, 19 Apr 2008 10:28:22 +0000 (UTC) (envelope-from miwi@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 m3JASML7075312; Sat, 19 Apr 2008 10:28:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JASMxd075311; Sat, 19 Apr 2008 10:28:22 GMT (envelope-from miwi) Message-Id: <200804191028.m3JASMxd075311@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 10:28:22 +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/audio/cripple 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: Sat, 19 Apr 2008 10:28:23 -0000 miwi 2008-04-19 10:28:22 UTC FreeBSD ports repository Modified files: audio/cripple Makefile Log: - Chase sysutils/libcdio shlib version bump Submitted by: bf (via privat mail) Revision Changes Path 1.2 +2 -1 ports/audio/cripple/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:39:45 2008 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 08352106564A; Sat, 19 Apr 2008 10:39:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4BF48FC1B; Sat, 19 Apr 2008 10:39:44 +0000 (UTC) (envelope-from miwi@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 m3JAdiHt075671; Sat, 19 Apr 2008 10:39:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JAdiB0075670; Sat, 19 Apr 2008 10:39:44 GMT (envelope-from miwi) Message-Id: <200804191039.m3JAdiB0075670@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 10:39: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/net-im/openfire Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 10:39:45 -0000 miwi 2008-04-19 10:39:44 UTC FreeBSD ports repository Modified files: net-im/openfire Makefile distinfo pkg-plist Log: - Update to 3.5.0 PR: 122867 Submitted by: Nick Barkas Approved by: maintainer Revision Changes Path 1.18 +1 -2 ports/net-im/openfire/Makefile 1.12 +3 -3 ports/net-im/openfire/distinfo 1.8 +39 -0 ports/net-im/openfire/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:47:36 2008 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 3775F106566B; Sat, 19 Apr 2008 10:47:36 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2823C8FC1E; Sat, 19 Apr 2008 10:47:36 +0000 (UTC) (envelope-from dinoex@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 m3JAlajb076004; Sat, 19 Apr 2008 10:47:36 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JAlaTw076003; Sat, 19 Apr 2008 10:47:36 GMT (envelope-from dinoex) Message-Id: <200804191047.m3JAlaTw076003@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 19 Apr 2008 10:47:14 +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/www Makefile ports/www/rubygem-htauth Makefile distinfo pkg-descr pkg-plist 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: Sat, 19 Apr 2008 10:47:36 -0000 dinoex 2008-04-19 10:47:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-htauth Makefile distinfo pkg-descr pkg-plist Log: HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files. WWW: http://copiousfreetime.rubyforge.org/htauth/ Revision Changes Path 1.2023 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/rubygem-htauth/Makefile (new) 1.1 +3 -0 ports/www/rubygem-htauth/distinfo (new) 1.1 +5 -0 ports/www/rubygem-htauth/pkg-descr (new) 1.1 +107 -0 ports/www/rubygem-htauth/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 10:48:06 2008 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 53B37106566B; Sat, 19 Apr 2008 10:48:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1E28FC26; Sat, 19 Apr 2008 10:48:06 +0000 (UTC) (envelope-from dinoex@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 m3JAm6da076046; Sat, 19 Apr 2008 10:48:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JAm5pG076045; Sat, 19 Apr 2008 10:48:05 GMT (envelope-from dinoex) Message-Id: <200804191048.m3JAm5pG076045@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 19 Apr 2008 10:48:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 10:48:06 -0000 dinoex 2008-04-19 10:48:05 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-htauth --> ports/www/rubygem-htauth Revision Changes Path 1.19670 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 11:23:12 2008 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 C11E41065670; Sat, 19 Apr 2008 11:23:12 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 97DDB8FC1A; Sat, 19 Apr 2008 11:23:12 +0000 (UTC) (envelope-from barner@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 m3JBNCRm079197; Sat, 19 Apr 2008 11:23:12 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JBNCtr079196; Sat, 19 Apr 2008 11:23:12 GMT (envelope-from barner) Message-Id: <200804191123.m3JBNCtr079196@repoman.freebsd.org> From: Simon Barner Date: Sat, 19 Apr 2008 11:23:12 +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/security/libfprint/files patch-configure patch-libfprint_Makefile.in 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: Sat, 19 Apr 2008 11:23:12 -0000 barner 2008-04-19 11:23:12 UTC FreeBSD ports repository Added files: security/libfprint/files patch-configure patch-libfprint_Makefile.in Log: - Fix build with gcc3 / FreeBSD6 - Reported by: pointyhat via pav Revision Changes Path 1.1 +11 -0 ports/security/libfprint/files/patch-configure (new) 1.1 +11 -0 ports/security/libfprint/files/patch-libfprint_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 11:27:20 2008 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 EA39A106564A; Sat, 19 Apr 2008 11:27:20 +0000 (UTC) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C24638FC15; Sat, 19 Apr 2008 11:27:20 +0000 (UTC) (envelope-from barner@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 m3JBRKV9079331; Sat, 19 Apr 2008 11:27:20 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JBRKRK079330; Sat, 19 Apr 2008 11:27:20 GMT (envelope-from barner) Message-Id: <200804191127.m3JBRKRK079330@repoman.freebsd.org> From: Simon Barner Date: Sat, 19 Apr 2008 11:27:20 +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/boost 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: Sat, 19 Apr 2008 11:27:21 -0000 barner 2008-04-19 11:27:20 UTC FreeBSD ports repository Modified files: devel/boost Makefile Log: - Enable build on powerpc by correctly setting up bjam path PR: ports/12287 Submitted by: Peter Grehan Revision Changes Path 1.40 +2 -0 ports/devel/boost/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 11:35:08 2008 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 DE3CD106566C; Sat, 19 Apr 2008 11:35:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B47838FC15; Sat, 19 Apr 2008 11:35:08 +0000 (UTC) (envelope-from pav@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 m3JBZ8OO079743; Sat, 19 Apr 2008 11:35:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JBZ8wZ079742; Sat, 19 Apr 2008 11:35:08 GMT (envelope-from pav) Message-Id: <200804191135.m3JBZ8wZ079742@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 19 Apr 2008 11:35:08 +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/audio/xmms-sexyspc Makefile ports/audio/xmms-sexyspc/files patch-src_SNESAPU_SPC700.Asm patch-src_SNESAPU_SPC700.Inc 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: Sat, 19 Apr 2008 11:35:09 -0000 pav 2008-04-19 11:35:08 UTC FreeBSD ports repository Modified files: audio/xmms-sexyspc Makefile Added files: audio/xmms-sexyspc/files patch-src_SNESAPU_SPC700.Asm patch-src_SNESAPU_SPC700.Inc Log: - Fix build with new nasm Submitted by: bf Revision Changes Path 1.3 +3 -0 ports/audio/xmms-sexyspc/Makefile 1.1 +20 -0 ports/audio/xmms-sexyspc/files/patch-src_SNESAPU_SPC700.Asm (new) 1.1 +11 -0 ports/audio/xmms-sexyspc/files/patch-src_SNESAPU_SPC700.Inc (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 12:08:35 2008 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 36DAE106566B for ; Sat, 19 Apr 2008 12:08:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id A76058FC18 for ; Sat, 19 Apr 2008 12:08:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m3JC8VBL058538; Sat, 19 Apr 2008 14:08:31 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Edwin Groothuis In-Reply-To: <200804182358.m3INw6AG013002@repoman.freebsd.org> References: <200804182358.m3INw6AG013002@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ROLWQSbPLCqxIx43lcRB" Date: Sat, 19 Apr 2008 14:08:31 +0200 Message-Id: <1208606911.64467.21.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port X-Spam-Score: -2.569 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/astro/boinc-einsteinathome pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2008 12:08:35 -0000 --=-ROLWQSbPLCqxIx43lcRB Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Edwin Groothuis p=ED=B9e v p=E1 18. 04. 2008 v 23:58 +0000: > edwin 2008-04-18 23:58:06 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > astro/boinc-einsteinathome pkg-plist=20 > Log: > that was a fast backout. Let's wait until the @rmforce has been impleme= nted before doing this kind of @unexecs > =20 http://www.freebsd.org/cgi/cvsweb.cgi/ports/astro/boinc-einsteinathome/pkg-= plist.diff?r1=3D1.2;r2=3D1.3 -@dirrmtry projects/%%EINSTEIN_SITE%% +@unexec rm -f %D/bin/roadmap %D/bin/roadgps 2>&1 >/dev/null || true WTH is going on in my port? Next time, can we have a formal review before you start a sweeping change in other people ports like this? --=20 Pav Lucistnik What to tell to a KDE developer: "Your default theme reminds me of candy and makes me want to lick my monitor." --=-ROLWQSbPLCqxIx43lcRB Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkgJ4L8ACgkQntdYP8FOsoJPNQCeLd9JWCvMxXLnomdlmDUgGSyC F/cAn3W0HaDdZycrvHDUGbUHZ9p/JDBh =wzRa -----END PGP SIGNATURE----- --=-ROLWQSbPLCqxIx43lcRB-- From owner-cvs-all@FreeBSD.ORG Sat Apr 19 12:09:17 2008 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 A2E461065671; Sat, 19 Apr 2008 12:09:17 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 780AC8FC2C; Sat, 19 Apr 2008 12:09:17 +0000 (UTC) (envelope-from thierry@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 m3JC9HLj081827; Sat, 19 Apr 2008 12:09:17 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JC9HaC081826; Sat, 19 Apr 2008 12:09:17 GMT (envelope-from thierry) Message-Id: <200804191209.m3JC9HaC081826@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 19 Apr 2008 12:09:16 +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/graphics/cimg Makefile distinfo pkg-plist ports/graphics/cimg/files patch-examples::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: Sat, 19 Apr 2008 12:09:17 -0000 thierry 2008-04-19 12:09:16 UTC FreeBSD ports repository Modified files: graphics/cimg Makefile distinfo pkg-plist graphics/cimg/files patch-examples::Makefile Log: Upgrade to 1.2.8. Changelog at . Revision Changes Path 1.44 +11 -6 ports/graphics/cimg/Makefile 1.37 +3 -3 ports/graphics/cimg/distinfo 1.21 +24 -19 ports/graphics/cimg/files/patch-examples::Makefile 1.27 +12 -7 ports/graphics/cimg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 12:39:16 2008 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 71722106566C; Sat, 19 Apr 2008 12:39:16 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 480168FC22; Sat, 19 Apr 2008 12:39:16 +0000 (UTC) (envelope-from rwatson@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 m3JCdGGw082751; Sat, 19 Apr 2008 12:39:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JCdGCe082750; Sat, 19 Apr 2008 12:39:16 GMT (envelope-from rwatson) Message-Id: <200804191239.m3JCdGCe082750@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 12:39:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/procstat procstat.1 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: Sat, 19 Apr 2008 12:39:16 -0000 rwatson 2008-04-19 12:39:15 UTC FreeBSD src repository Modified files: usr.bin/procstat procstat.1 Log: It is a bug that procstat(8) works only on live kernels and not crashdumps; document in case anyone wants to work on fixing this. MFC after: 3 days Revision Changes Path 1.2 +4 -0 src/usr.bin/procstat/procstat.1 From owner-cvs-all@FreeBSD.ORG Sat Apr 19 12:45:44 2008 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 2B1761065670; Sat, 19 Apr 2008 12:45:44 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 010388FC17; Sat, 19 Apr 2008 12:45:44 +0000 (UTC) (envelope-from danger@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 m3JCjhnI083010; Sat, 19 Apr 2008 12:45:43 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JCjhTL083009; Sat, 19 Apr 2008 12:45:43 GMT (envelope-from danger) Message-Id: <200804191245.m3JCjhTL083009@repoman.freebsd.org> From: Daniel Gerzo Date: Sat, 19 Apr 2008 12:45:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/remote-install article.sgml 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: Sat, 19 Apr 2008 12:45:44 -0000 danger 2008-04-19 12:45:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/remote-install article.sgml Log: - point readers to the latest release of the mfsBSD toolset. Revision Changes Path 1.3 +3 -3 doc/en_US.ISO8859-1/articles/remote-install/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 19 13:40:43 2008 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 423551065672; Sat, 19 Apr 2008 13:40:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17C9C8FC1D; Sat, 19 Apr 2008 13:40:43 +0000 (UTC) (envelope-from rwatson@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 m3JDegEJ095379; Sat, 19 Apr 2008 13:40:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JDegxr095378; Sat, 19 Apr 2008 13:40:42 GMT (envelope-from rwatson) Message-Id: <200804191340.m3JDegxr095378@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 13:40:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/procstat procstat.1 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: Sat, 19 Apr 2008 13:40:43 -0000 rwatson 2008-04-19 13:40:42 UTC FreeBSD src repository Modified files: usr.bin/procstat procstat.1 Log: Provide more detailed information about each procstat(1) display mode, including a key to fields in each mode and flag abbreviations. MFC after: 3 days X-MFC-note: POSIX shared memory memory objects aren't in 7-STABLE yet Revision Changes Path 1.3 +248 -7 src/usr.bin/procstat/procstat.1 From owner-cvs-all@FreeBSD.ORG Sat Apr 19 13:46:29 2008 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 ECEF4106564A; Sat, 19 Apr 2008 13:46:29 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA0288FC1C; Sat, 19 Apr 2008 13:46:29 +0000 (UTC) (envelope-from mnag@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 m3JDkT5I095582; Sat, 19 Apr 2008 13:46:29 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JDkRmJ095581; Sat, 19 Apr 2008 13:46:27 GMT (envelope-from mnag) Message-Id: <200804191346.m3JDkRmJ095581@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 19 Apr 2008 13:46:25 +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/security/openssh-portable Makefile distinfo ports/security/openssh-portable/files openssh-lpk-5.0p1-0.3.9.patch patch-auth2.c patch-session.c 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: Sat, 19 Apr 2008 13:46:30 -0000 mnag 2008-04-19 13:46:25 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile distinfo security/openssh-portable/files patch-auth2.c patch-session.c Added files: security/openssh-portable/files openssh-lpk-5.0p1-0.3.9.patch Log: - Update to 5.0p1 - Port LPK patch to 5.0p1 and add to files dir - Remove USE_PERL_BUILD since doesn't need [1] - Update KERB_GSSAPI to 5.0p1 - Update HPN patch to 5.0p1 13v3 - Respect LOCALBASE on configure_args of LPK [2] - Change MASTER_SITE of snapshot - portlint(1) PR: 121826 [2] Submitted by: Andrew Kolchoogin [2] Reported by: Björn König 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 2445A1065674 for ; Sat, 19 Apr 2008 13:52:21 +0000 (UTC) (envelope-from phil@testequipmentconnection.org) Received: from mail.testequipmentconnection.net (mail.testequipmentconnection.net [65.169.170.194]) by mx1.freebsd.org (Postfix) with ESMTP id 4151A8FC1E for ; Sat, 19 Apr 2008 13:52:19 +0000 (UTC) (envelope-from phil@testequipmentconnection.org) Received: from PhilTEC (unknown [65.161.131.154]) (Authenticated sender: phil@testequipmentconnection.net) by mail.testequipmentconnection.net (Postfix) with ESMTP id A1346433035 for ; Sat, 19 Apr 2008 08:38:03 -0400 (EDT) From: "Phil" To: cvs-all@freebsd.org MIME-Version: 1.0 Sender: Phil Date: Sat, 19 Apr 2008 08:35:53 -0500 X-Mailer: Eudora Message-Id: <20080419123803.A1346433035@mail.testequipmentconnection.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Refurbished Wireless Test and Repair Values 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: Sat, 19 Apr 2008 13:52:21 -0000 We Sell Worldwide Rentals and Leasing Available Renting or leasing test equipment is today’s answer. Renting test equipment allows you to acquire test equipment without the investment of ownership. Renting test equipment is an ideal solution for companies that need additional test equipment on short notice or need test equipment for short periods of time. Rent test equipment for special projects, replace failed equipment, or evaluate test equipment before purchasing and avoid long lead times. Test Equipment Connection is expanding its rental inventory and investing in the newest and most popular test equipment. Our inventory is growing and changes daily. We offer over 28,000 test instruments from over 250 manufacturers. When you rent test equipment, rental payments are treated as operating expenses and not part of your capital equipment budget. Call or Email for a Quote Today Rental Quote Request Tight Capital Budget? - No Problem! Check Out These High Quality Refurbished Equipment Specials and Maximize Your Budget. Anritsu MT8220A/40/41 Sale $8,995 Anritsu S331B Sale $3,995 Anritsu S332C Sale $6,895 Anritsu ML2437A Sale $3,995 Agilent E6380A Sale $3,500 Agilent E4436B/Options Sale $15,900 Agilent 8712ET/1EC Sale $9,800 IFR COM120B Sale $9,290 HP 4284A Sale $9,990 HP 8560EC Sale $23,000 HP 8720D with options On Sale Call R&S FSH3 On Sale Call Over 15 Years of Sales, Service and Selection Rohde & Schwarz SME03 Sale $5,490 IFR 2945A Sale 9,495 Anritsu S332C Sale $6,895 Anritsu S331C Sale $5,495 Anritsu S331A Sale $2,995 Agilent 8753ES Sale $22,000 Tektronix TVS645 Sale $2,750 Agilent 89431A Sale $6,890 Test Equipment Connection is Actively Purchasing De-installed, Excess, New-Surplus, Off-Lease and Underutilized Equipment. Click Here for a Cash Offer R&S FSH6.26/B1/Z3 Sale $19,190 JDSU SDA5000 Sale $6,990 JDSU FST2802 Sale $8,490 JDSU FST-2310 Equipped for DS1, DS3, OC-3, & OC-12 Call JDSU ANT-5 Equipped for STM-1/-4 On Sale Call Tektronix TDS3032 Sale $3,000 Tektronix TDS3034 Sale $3,895 Tektronix TDS3054B Sale $8,490 HP 8561E Sale $11,980 Marconi 2031 Sale $3,895 Agilent E4436B w/options On Sale Call HP 8720ES/10/12/400 Sale $55,000 HP 54540C Sale $2,495 HP 8648C/1E6 Sale $7,290 Our technicians are fully trained and have extensive calibration and repair expertise on the widest variety of makes & models. We provide high quality repair and calibration services at competitive prices with responsive turn around times for evaluation, repair and calibration. N.I.S.T. traceable certificates in accordance with MIL-STD 45662A and ANSI/NSCL 540-1 can be provided with all repairs. In addition, ISO 9001-2000 UL registered calibrations and ISO/IEC 17025 calibrations accredited by A2LA are available for select items. No Capital Budget? - No Problem! We Repair and Calibrate So You Can Utilize The Equipment You Already Have. Free Evaluation Coupon Below! Click Here to View This Page on the Internet Toll Free USA & Canada 800-615-8378 Direct Worldwide 407-804-1184 email phil@testequipmentconnection.org 30 Skyline Drive Lake Mary, FL 32746 This email is sent in accordance with the US CAN-SPAM Act. *Removal* requests* can be sent to this address and will be honored and respected If you want to dis-continue this mailing click on the following email address or respond with *un-subscribe* in the subject line to: phil@testequipmentconnection.org From owner-cvs-all@FreeBSD.ORG Sat Apr 19 14:17:55 2008 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 79FEB1065671; Sat, 19 Apr 2008 14:17:55 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED298FC0C; Sat, 19 Apr 2008 14:17:55 +0000 (UTC) (envelope-from mnag@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 m3JEHtRf097627; Sat, 19 Apr 2008 14:17:55 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JEHtnJ097626; Sat, 19 Apr 2008 14:17:55 GMT (envelope-from mnag) Message-Id: <200804191417.m3JEHtnJ097626@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 19 Apr 2008 14:17:55 +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/www/pecl-APC Makefile ports/www/pecl-APC/files patch-apc_main.c 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: Sat, 19 Apr 2008 14:17:55 -0000 mnag 2008-04-19 14:17:55 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile Added files: www/pecl-APC/files patch-apc_main.c Log: - Fix FD leak to PHP4 (from pecl-APC CVS) - Bump PORTREVISION PS: Maybe fix PR 122717. I need to confirm. Revision Changes Path 1.25 +1 -0 ports/www/pecl-APC/Makefile 1.1 +30 -0 ports/www/pecl-APC/files/patch-apc_main.c (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 14:34:39 2008 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 647EC106564A; Sat, 19 Apr 2008 14:34:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39EAD8FC14; Sat, 19 Apr 2008 14:34:39 +0000 (UTC) (envelope-from rwatson@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 m3JEYdUZ098145; Sat, 19 Apr 2008 14:34:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JEYdwx098144; Sat, 19 Apr 2008 14:34:39 GMT (envelope-from rwatson) Message-Id: <200804191434.m3JEYdwx098144@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 14:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c 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: Sat, 19 Apr 2008 14:34:39 -0000 rwatson 2008-04-19 14:34:38 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: When querying the local or foreign address from an IP socket, acquire only a read lock on the inpcb. When an external module requests a read lock, acquire only a read lock. MFC after: 3 months Revision Changes Path 1.205 +6 -6 src/sys/netinet/in_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 14:35:18 2008 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 3B5751065672; Sat, 19 Apr 2008 14:35:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10ED58FC1F; Sat, 19 Apr 2008 14:35:18 +0000 (UTC) (envelope-from rwatson@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 m3JEZHc5098262; Sat, 19 Apr 2008 14:35:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JEZH7P098261; Sat, 19 Apr 2008 14:35:17 GMT (envelope-from rwatson) Message-Id: <200804191435.m3JEZH7P098261@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 14:35:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_output.c 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: Sat, 19 Apr 2008 14:35:18 -0000 rwatson 2008-04-19 14:35:17 UTC FreeBSD src repository Modified files: sys/netinet ip_output.c Log: In ip_output(), allow a read lock as well as a write lock when asserting a lock on the passed inpcb. MFC after: 3 months Revision Changes Path 1.282 +1 -1 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 14:36:19 2008 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 7AF7C1065675; Sat, 19 Apr 2008 14:36:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 507C38FC19; Sat, 19 Apr 2008 14:36:19 +0000 (UTC) (envelope-from rwatson@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 m3JEaJrV098313; Sat, 19 Apr 2008 14:36:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JEaJG1098312; Sat, 19 Apr 2008 14:36:19 GMT (envelope-from rwatson) Message-Id: <200804191436.m3JEaJG1098312@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 14:36:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 in6_pcb.c 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: Sat, 19 Apr 2008 14:36:19 -0000 rwatson 2008-04-19 14:36:19 UTC FreeBSD src repository Modified files: sys/netinet6 in6_pcb.c Log: When querying a local or remote address on an IPv6 socket, use only a read lock on the inpcb. MFC after: 3 months Revision Changes Path 1.90 +4 -4 src/sys/netinet6/in6_pcb.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 15:01:02 2008 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 6D315106564A; Sat, 19 Apr 2008 15:01:02 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7FB8FC16; Sat, 19 Apr 2008 15:01:02 +0000 (UTC) (envelope-from mi@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 m3JF127I099441; Sat, 19 Apr 2008 15:01:02 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JF12eH099440; Sat, 19 Apr 2008 15:01:02 GMT (envelope-from mi) Message-Id: <200804191501.m3JF12eH099440@repoman.freebsd.org> From: Mikhail Teterin Date: Sat, 19 Apr 2008 15:01:02 +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/graphics/ImageMagick Makefile distinfo pkg-plist ports/graphics/ImageMagick/files patch-configure 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: Sat, 19 Apr 2008 15:01:02 -0000 mi 2008-04-19 15:01:02 UTC FreeBSD ports repository Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Removed files: graphics/ImageMagick/files patch-configure Log: Upgrade to 6.4.0-7 -- currently the latest. Notable changes: 1. Pick the .lzma version of the vendor's distfile. Although adds archivers/lzma to EXTRACT_DEPENDS, the savings make it worth the trouble. 2. Disable parallel build, until the vendor figures out, what broke it. 3. Disable use of our libtool -- somehow that does not work any more. It would be nice, if our libtool-maintainers could look into it -- just uncomment the relevant line in the new Makefile and attempt building. 4. Most of the things are now installed into "versioned" directories: "ImageMagick-6.4.0" instead of "ImageMagick". 5. API-headers now go into ${PREFIX}/include/ImageMagick instead of directly into ${PREFIX}/include. This will make co-existence with GraphicsMagick much easier. Revision Changes Path 1.252 +15 -9 ports/graphics/ImageMagick/Makefile 1.112 +3 -3 ports/graphics/ImageMagick/distinfo 1.11 +0 -9 ports/graphics/ImageMagick/files/patch-configure (dead) 1.109 +875 -156 ports/graphics/ImageMagick/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 15:04:56 2008 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 607861065676; Sat, 19 Apr 2008 15:04:56 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE378FC12; Sat, 19 Apr 2008 15:04:56 +0000 (UTC) (envelope-from nox@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 m3JF4uKf000765; Sat, 19 Apr 2008 15:04:56 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JF4udr000764; Sat, 19 Apr 2008 15:04:56 GMT (envelope-from nox) Message-Id: <200804191504.m3JF4udr000764@repoman.freebsd.org> From: Juergen Lock Date: Sat, 19 Apr 2008 15:04:56 +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/emulators/kqemu-kmod Makefile ports/emulators/kqemu-kmod/files patch-kqemu-freebsd.c 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: Sat, 19 Apr 2008 15:04:56 -0000 nox 2008-04-19 15:04:56 UTC FreeBSD ports repository Modified files: emulators/kqemu-kmod Makefile emulators/kqemu-kmod/files patch-kqemu-freebsd.c Log: - Try and fix for real the issue of exiting qemu processes sometimes stuck in devdrn - Remove the -DSMP magic, it didn't help the amd64 SMP panics and was useless anyway (the panics still exist, the only good workaround I've found so far is forcing qemu onto cpu 1 and that is only possible on HEAD using the new cpuset feature) - Only bother with the -DKSE magic for OSVERSIONs where it matters - Bump PORTREVISION Revision Changes Path 1.22 +5 -15 ports/emulators/kqemu-kmod/Makefile 1.7 +21 -1 ports/emulators/kqemu-kmod/files/patch-kqemu-freebsd.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 15:22:57 2008 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 EB50B1065671; Sat, 19 Apr 2008 15:22:57 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BEF308FC19; Sat, 19 Apr 2008 15:22:57 +0000 (UTC) (envelope-from naddy@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 m3JFMv68001447; Sat, 19 Apr 2008 15:22:57 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JFMve2001446; Sat, 19 Apr 2008 15:22:57 GMT (envelope-from naddy) Message-Id: <200804191522.m3JFMve2001446@repoman.freebsd.org> From: Christian Weisgerber Date: Sat, 19 Apr 2008 15:22:57 +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/sysutils/coreutils Makefile ports/sysutils/coreutils/files patch-lib_getcwd.c ports/misc/findutils 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: Sat, 19 Apr 2008 15:22:58 -0000 naddy 2008-04-19 15:22:57 UTC FreeBSD ports repository Modified files: sysutils/coreutils Makefile misc/findutils Makefile Removed files: sysutils/coreutils/files patch-lib_getcwd.c Log: Revert previous workaround, 8.0-CURRENT has grown fdopendir(3). Don't bother with __FreeBSD_version checking for what was only an eight-day window. Revision Changes Path 1.35 +1 -3 ports/misc/findutils/Makefile 1.19 +1 -4 ports/sysutils/coreutils/Makefile 1.2 +0 -13 ports/sysutils/coreutils/files/patch-lib_getcwd.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 15:45:44 2008 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 3BB471065671; Sat, 19 Apr 2008 15:45:44 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 106CF8FC26; Sat, 19 Apr 2008 15:45:44 +0000 (UTC) (envelope-from mi@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 m3JFjh47002162; Sat, 19 Apr 2008 15:45:43 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JFjhG0002161; Sat, 19 Apr 2008 15:45:43 GMT (envelope-from mi) Message-Id: <200804191545.m3JFjhG0002161@repoman.freebsd.org> From: Mikhail Teterin Date: Sat, 19 Apr 2008 15:45:43 +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/graphics/OpenEXR Makefile distinfo 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: Sat, 19 Apr 2008 15:45:44 -0000 mi 2008-04-19 15:45:43 UTC FreeBSD ports repository Modified files: graphics/OpenEXR Makefile distinfo Log: Upgrade from 1.6.0 to 1.6.1, which includes some fixes for dealing with corrupted files. Approved by: maintainer Revision Changes Path 1.32 +1 -1 ports/graphics/OpenEXR/Makefile 1.10 +3 -3 ports/graphics/OpenEXR/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 16:35:30 2008 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 904F7106566C; Sat, 19 Apr 2008 16:35:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63F678FC0A; Sat, 19 Apr 2008 16:35:30 +0000 (UTC) (envelope-from pav@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 m3JGZUoR006725; Sat, 19 Apr 2008 16:35:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JGZUSb006722; Sat, 19 Apr 2008 16:35:30 GMT (envelope-from pav) Message-Id: <200804191635.m3JGZUSb006722@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 19 Apr 2008 16:35:30 +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/sysutils/smartmontools Makefile ports/sysutils/smartmontools/files ciss-patch ciss_common.c 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: Sat, 19 Apr 2008 16:35:30 -0000 pav 2008-04-19 16:35:30 UTC FreeBSD ports repository Modified files: sysutils/smartmontools Makefile Removed files: sysutils/smartmontools/files ciss-patch ciss_common.c Log: - Remove CISS option, the necessary support is now included in the vendor code Reported by: mi Revision Changes Path 1.32 +1 -15 ports/sysutils/smartmontools/Makefile 1.3 +0 -109 ports/sysutils/smartmontools/files/ciss-patch (dead) 1.2 +0 -197 ports/sysutils/smartmontools/files/ciss_common.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 17:48:43 2008 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 D32DC106566B; Sat, 19 Apr 2008 17:48:43 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A638D8FC13; Sat, 19 Apr 2008 17:48:43 +0000 (UTC) (envelope-from markus@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 m3JHmcSG092722; Sat, 19 Apr 2008 17:48:38 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JHmcsQ092718; Sat, 19 Apr 2008 17:48:38 GMT (envelope-from markus) Message-Id: <200804191748.m3JHmcsQ092718@repoman.freebsd.org> From: Markus Brueffer Date: Sat, 19 Apr 2008 17:48:38 +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/net-p2p/ktorrent Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 17:48:43 -0000 markus 2008-04-19 17:48:38 UTC FreeBSD ports repository Modified files: net-p2p/ktorrent Makefile distinfo pkg-plist Log: Update to version 2.2.6 Revision Changes Path 1.27 +1 -1 ports/net-p2p/ktorrent/Makefile 1.17 +3 -3 ports/net-p2p/ktorrent/distinfo 1.18 +1 -1 ports/net-p2p/ktorrent/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 17:56:06 2008 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 49EBE106564A; Sat, 19 Apr 2008 17:56:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30B678FC12; Sat, 19 Apr 2008 17:56:06 +0000 (UTC) (envelope-from miwi@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 m3JHu6UL015324; Sat, 19 Apr 2008 17:56:06 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JHu63A015323; Sat, 19 Apr 2008 17:56:06 GMT (envelope-from miwi) Message-Id: <200804191756.m3JHu63A015323@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 17:56:06 +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/Mk bsd.efl.mk bsd.gnustep.mk bsd.kde.mk bsd.ocaml.mk bsd.scons.mk bsd.wx.mk bsd.xorg.mk ports/accessibility/at-spi Makefile ports/accessibility/dasher Makefile ports/accessibility/gail 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: Sat, 19 Apr 2008 17:56:06 -0000 miwi 2008-04-19 17:56:05 UTC FreeBSD ports repository Modified files: Mk bsd.efl.mk bsd.gnustep.mk bsd.kde.mk bsd.ocaml.mk bsd.scons.mk bsd.wx.mk bsd.xorg.mk accessibility/at-spi Makefile accessibility/dasher Makefile accessibility/gail Makefile accessibility/gnome-mag Makefile accessibility/gnopernicus Makefile accessibility/gok Makefile accessibility/java-access-bridge Makefile accessibility/linux-atk Makefile arabic/ae_fonts_mono Makefile pkg-message arabic/ae_fonts_ttf Makefile pkg-message arabic/kacst_fonts Makefile arabic/kacst_fonts/files pkg-message.in arabic/katoob Makefile arabic/khotot Makefile pkg-message arabic/libitl Makefile archivers/dact Makefile archivers/file-roller Makefile archivers/libarchive Makefile archivers/liblzxcomp Makefile archivers/libmspack Makefile archivers/linux-ucl Makefile archivers/lzo Makefile archivers/lzo2 Makefile archivers/unshield Makefile archivers/xarchive Makefile astro/celestia Makefile astro/gaia Makefile astro/gkrellmoon Makefile astro/gkrellmoon2 Makefile astro/gkrellsun Makefile astro/jday Makefile astro/openuniverse Makefile astro/saoimage/files patch-aa patch-ab astro/sattrack/files patch-aa astro/sunclock Makefile astro/sunclock/files patch-Imakefile patch-editkit_Imakefile astro/tkgeomap Makefile astro/wmjupiter/files patch-Makefile astro/wmmoonclock/files patch-aa astro/wmsolar/files patch-Makefile astro/wmspaceweather/files patch-aa astro/wmsun Makefile astro/xephem Makefile astro/xglobe/files patch-aa astro/xmoontool/files patch-Makefile astro/xplanet Makefile astro/xrmap Makefile astro/xrmap/files patch-earthview_Makefile astro/xtide Makefile astro/xworld Makefile audio/HVSC-Update Makefile audio/arts Makefile audio/ascd Makefile audio/asmix Makefile audio/asmixer Makefile audio/autozen Makefile audio/autozen/files patch-Makefile audio/bmp-faad Makefile audio/bmp-flac Makefile audio/bmp-mac Makefile audio/bmp-modplug Makefile audio/coverhunter Makefile audio/dagrab/files patch-aa audio/dap Makefile audio/dap/files patch-ad patch-ae patch-tooltips-Makefile.linux audio/denemo Makefile audio/dream Makefile audio/ecawave Makefile audio/ermixer Makefile audio/festival Makefile audio/festival+OGI Makefile audio/festival+OGI/files FreeBSD.mak audio/flac123 Makefile audio/freealut Makefile audio/gai-visual-audio pkg-plist audio/gdam Makefile audio/gkrellmms Makefile audio/gkrellmms2 Makefile audio/gkrellmss Makefile audio/gkrellmss2 Makefile audio/gkrellmvolume Makefile audio/gkrellmvolume2 Makefile audio/glame Makefile audio/gmpc Makefile audio/gnapster Makefile audio/gnome-audio Makefile audio/goobox Makefile audio/gqradio Makefile audio/grip Makefile audio/gsm Makefile audio/gspeakers Makefile audio/hawkvoice Makefile audio/hydrogen Makefile audio/icegenerator Makefile audio/jack-rack Makefile audio/last.fm Makefile audio/liba52 Makefile audio/libao Makefile audio/libcdaudio Makefile audio/libogg Makefile audio/libshout Makefile audio/libshout2 Makefile audio/libsidplay Makefile audio/libsidplay2 Makefile audio/libtunepimp Makefile audio/libtunepimp-old Makefile audio/linux-alsa-lib Makefile audio/linux-arts Makefile audio/linux-esound Makefile audio/linux-freealut Makefile audio/linux-libaudiofile Makefile audio/linux-libogg Makefile audio/linux-libvorbis Makefile audio/linux-openal Makefile audio/lmms Makefile audio/lplayer Makefile audio/mixer.app Makefile audio/mixxx Makefile audio/mpg123/files patch-aa audio/mpiosh Makefile audio/musicbox-tag-editor Makefile audio/normalize Makefile pkg-plist audio/openal Makefile audio/opmixer Makefile audio/pd Makefile audio/phatbeat Makefile audio/portaudio Makefile audio/praat/files patch-makefiles_makefile.defs.freebsd.dynamic audio/prokyon3 Makefile audio/pulseaudio Makefile audio/py-sdl_mixer Makefile audio/py-sdl_mixer/files patch-setup.py audio/py-taglib Makefile audio/py-xmms Makefile audio/raop_play Makefile audio/rhythmbox Makefile audio/rhythmbox-devel Makefile audio/rosegarden Makefile audio/rsynth Makefile audio/sdl_mixer Makefile audio/snd Makefile audio/sound-juicer Makefile audio/spiralloops Makefile audio/spiralsynth Makefile audio/spiralsynthmodular Makefile audio/swami Makefile audio/taglib Makefile audio/tagtool Makefile audio/teamspeak_client Makefile audio/terminatorx Makefile audio/ufmcontrol-i18n Makefile audio/wavplay/files patch-aa audio/wmcdplay Makefile audio/wmfmixer Makefile audio/wmfmixer/files patch-Makefile audio/wmix Makefile audio/wmmixer Makefile audio/wmmp3 Makefile audio/wmrecord Makefile audio/wmsmixer Makefile audio/wmusic Makefile audio/workman Makefile audio/wsoundprefs pkg-descr audio/wsoundprefs/files patch-ab audio/wsoundserver Makefile audio/xanalyser Makefile audio/xmixer Makefile audio/xmms-a52dec Makefile audio/xmms-arts_output Makefile audio/xmms-crystality Makefile audio/xmms-flac Makefile audio/xmms-imms Makefile audio/xmms-infopipe Makefile audio/xmms-jackasyn Makefile audio/xmms-mailnotify Makefile audio/xmms-modplug Makefile audio/xmradio Makefile audio/xsidplay Makefile audio/xtuner Makefile audio/xvmixer Makefile audio/xwave Makefile audio/zinf Makefile benchmarks/gtkperf Makefile benchmarks/hpl Makefile biology/L-Breeder Makefile biology/L-Breeder/files patch-Unix-Makefile biology/garlic Makefile biology/garlic/files patch-Makefile biology/gperiodic Makefile biology/kinemage/files patch-Makefile biology/molden Makefile distinfo biology/molden/files patch-aa biology/ncbi-toolkit Makefile biology/ortep3 Makefile biology/phylip Makefile biology/platon Makefile biology/platon/files Makefile biology/protomol Makefile biology/rasmol Makefile biology/seaview/files patch-Makefile biology/tinker Makefile biology/xdrawchem Makefile cad/alliance Makefile cad/astk-serveur Makefile cad/brlcad Makefile cad/calculix Makefile cad/calculix/files patch-cgx_VER+src+Makefile cad/chipmunk Makefile cad/chipmunk/files patch-ad patch-ae patch-af patch-ah patch-aj patch-au patch-ay patch-az cad/cider Makefile cad/cider/files FreeBSD cad/dinotrace Makefile cad/electric Makefile cad/feappv Makefile cad/freehdl Makefile cad/gmsh Makefile cad/gspiceui/files patch-src_Makefile cad/gtkwave Makefile cad/gwave Makefile cad/irsim Makefile cad/jspice3 Makefile cad/jspice3/files patch-build cad/kicad Makefile cad/kicad/files patch-3d-viewer_makefile.include patch-cvpcb_makefile.include patch-gerbview_makefile.include patch-libs.FreeBSD patch-pcbnew_makefile.include cad/leocad Makefile cad/leocad/files patch-config.mk cad/linux-gid Makefile cad/magic Makefile cad/magic/files defs.mak cad/mars/files patch-01 patch-08 cad/netgen/files patch-libsrc::makefile.mach.FREEBSD patch-togl::Makefile cad/opencascade Makefile cad/opencascade-tutorial Makefile cad/pcb Makefile cad/qcad Makefile cad/qcad-partslib Makefile cad/slffea Makefile cad/spice Makefile cad/spice/files patch-conf_defaults cad/tclspice Makefile cad/tkgate Makefile cad/varkon Makefile cad/xcircuit Makefile cad/z88 Makefile cad/z88/files patch-z88.mk.other chinese/BBMan Makefile chinese/auto-cn-l10n Makefile chinese/chinput3 Makefile chinese/chinput3/files pkg-message.in chinese/cmexfonts Makefile chinese/cxterm Makefile chinese/cxterm/scripts pre-install chinese/eterm Makefile chinese/fireflyttf Makefile pkg-plist chinese/gcin Makefile chinese/gugod-clean Makefile chinese/hanzim/files patch-Makefile chinese/iiimf-le-newpy Makefile chinese/iiimf-le-xcin Makefile chinese/libtabe Makefile chinese/miniChinput Makefile chinese/moettf pkg-plist chinese/mplayer-fonts Makefile chinese/msttf Makefile chinese/opendesktop-fonts Makefile pkg-plist chinese/oxim Makefile chinese/pyDict Makefile chinese/qterm Makefile chinese/srecite Makefile chinese/tcl83 Makefile chinese/tk83 Makefile chinese/ttfm Makefile.ttf chinese/vflib Makefile chinese/wenju Makefile chinese/xmms Makefile chinese/xpdf/files dot.xpdfrc.in chinese/xsim Makefile chinese/xsim/files pkg-message.in comms/asmodem Makefile comms/echolinux Makefile comms/gnokii Makefile comms/hamfax Makefile comms/linpsk Makefile comms/linrad Makefile comms/linrad/files patch-Makefile.in comms/rxtx Makefile comms/tkhylafax/files patch-aa comms/twpsk Makefile comms/xcept Makefile comms/xcept/files patch-ae comms/yawmppp Makefile converters/enca Makefile converters/gbase Makefile converters/recode Makefile converters/xdeview Makefile databases/clip Makefile databases/dbconnect Makefile databases/evolution-data-server Makefile databases/fireprofile Makefile databases/flamerobin Makefile databases/gdbm Makefile databases/gnome-db Makefile databases/grass Makefile databases/hk_classes Makefile databases/keximdb Makefile databases/kmysqladmin Makefile databases/knoda Makefile databases/libgda Makefile databases/libgda2 Makefile databases/libgda3 Makefile databases/libgnomedb Makefile databases/libmemcache Makefile databases/libodbc++ Makefile databases/libudbc Makefile databases/mdbtools Makefile databases/mird Makefile databases/msql Makefile databases/msql3 Makefile databases/mysql++1 Makefile databases/mysql-query-browser Makefile databases/mysql2odbc Makefile databases/mysqlcppapi Makefile databases/pgworksheet Makefile databases/postgresql-libpgeasy Makefile databases/postgresql-libpq++ Makefile databases/postgresql-libpqxx Makefile databases/postgresql73-client Makefile databases/postgresql74-client Makefile databases/postgresql80-client Makefile databases/postgresql81-client Makefile databases/postgresql82-client Makefile databases/postgresql83-client Makefile databases/pxlib Makefile databases/qt-ibase-plugin Makefile databases/qt-ibase-plugin/files Makefile.bsd databases/qt-mysql-plugin Makefile databases/qt-mysql-plugin/files Makefile.bsd databases/qt-odbc-plugin Makefile databases/qt-odbc-plugin/files Makefile.bsd databases/qt-pgsql-plugin Makefile databases/qt-pgsql-plugin/files Makefile.bsd databases/qt-sqlite-plugin Makefile databases/qt-sqlite-plugin/files Makefile.bsd databases/qt4-pgsql-plugin/files Makefile.bsd databases/rrdtool10 Makefile databases/sqlite2 Makefile databases/sqlrelay Makefile databases/tora Makefile databases/wmjsql Makefile databases/xmbase-grok Makefile databases/xmysqladmin Makefile databases/xmysqladmin/files patch-aa deskutils/aspostit Makefile deskutils/babytrans Makefile deskutils/chmsee Makefile deskutils/deskbar-applet Makefile deskutils/dlume Makefile deskutils/dragstack Makefile deskutils/evolution-jescs Makefile deskutils/gdeskcal-skins Makefile deskutils/gdesklets Makefile deskutils/gdesklets-recentlyused Makefile deskutils/gdesklets-starterbar Makefile deskutils/gkrellm-gtodo Makefile deskutils/gkrellm-reminder2 Makefile deskutils/gkrellm-timers Makefile deskutils/gnome-menu-editor Makefile deskutils/gnome-pim Makefile deskutils/gnome-utils Makefile deskutils/gnotime Makefile deskutils/gourmet Makefile deskutils/griffith Makefile deskutils/gtodo Makefile deskutils/gtweakui Makefile deskutils/gucharmap Makefile deskutils/karamba Makefile deskutils/kbirthday Makefile deskutils/mdh Makefile deskutils/multi-backgrounds-daemon Makefile deskutils/nautilus-actions Makefile deskutils/nautilus-locked-folder Makefile deskutils/nautilus-open-terminal Makefile deskutils/nautilus-sendto Makefile deskutils/notification-daemon Makefile deskutils/plan/files patch-Makefile deskutils/planner Makefile deskutils/pypanel Makefile deskutils/sunbird Makefile deskutils/tagutils Makefile deskutils/taskjuggler Makefile deskutils/tpb Makefile deskutils/tpb/files patch-man-tpb.1 deskutils/tuxcards Makefile deskutils/xmdiary Makefile deskutils/xmdiary/files patch-ab deskutils/xopps Makefile deskutils/xopps/files patch-aa patch-ab deskutils/xpad Makefile devel/ace+tao Makefile devel/acovea Makefile devel/adabindx Makefile devel/adasdl Makefile devel/adasdl/files patch-AdaGL-make.conf_x11 patch-AdaSDL-make.conf_x11 patch-AdaSDL_framebuff-make.conf_x11 patch-AdaSDL_framebuff-sdltests-Makefile patch-AdaSDL_image-make.conf_x11 patch-AdaSDL_mixer-make.conf_x11 devel/adime Makefile devel/anjuta Makefile devel/antlrworks Makefile devel/asis Makefile devel/asmutils Makefile devel/bonobo Makefile devel/bonobo-conf Makefile devel/bug-buddy Makefile devel/c2lib Makefile devel/cdk Makefile devel/cgilib Makefile devel/clanlib Makefile devel/cmake Makefile devel/cppunit Makefile devel/dbus Makefile devel/dbus-qt3 Makefile devel/ddd Makefile devel/devhelp Makefile devel/djgpp-binutils Makefile devel/dotconf Makefile devel/dotconf++ Makefile devel/doxygen Makefile devel/eric Makefile devel/esdl/files patch-c__src_Makefile devel/evolution-gconf-tools Makefile devel/fib Makefile devel/gauche-sdl Makefile devel/gconf Makefile devel/gconfmm Makefile devel/gconfmm26 Makefile devel/gengameng Makefile devel/gettext Makefile devel/glade2 Makefile devel/glade3 Makefile devel/glademm Makefile devel/gnome-build Makefile devel/gnome-crash Makefile devel/gnome-vfs Makefile devel/gnome-vfs1 Makefile devel/goffice Makefile devel/goffice04 Makefile devel/goffice1 Makefile devel/gtranslator Makefile devel/guichan Makefile devel/hs-tclhaskell-ghc Makefile devel/icu Makefile devel/json-c Makefile devel/judy Makefile devel/kaptain Makefile devel/kdevelop Makefile devel/kxl Makefile devel/kyra Makefile devel/leaktracer Makefile devel/libafterbase Makefile devel/libassetml Makefile devel/libast Makefile devel/libbegemot Makefile devel/libbonobomm Makefile devel/libchipcard Makefile devel/libdict Makefile devel/libdnsres Makefile devel/libds Makefile devel/libevocosm Makefile devel/libgconf-java Makefile devel/libglade Makefile devel/libglade-java Makefile devel/libglademm Makefile devel/libglademm24 Makefile devel/libgpc Makefile devel/libgsf Makefile devel/libisc Makefile devel/libltdl15 Makefile devel/libmcve Makefile devel/libmimedir Makefile devel/libmtrie Makefile devel/libpci Makefile devel/libphish Makefile devel/libpperl Makefile devel/libs11n Makefile devel/libstatgrab Makefile devel/libstroke Makefile devel/libtai Makefile devel/libthai Makefile devel/libukcprog Makefile devel/libunicode Makefile devel/libvanessa_adt Makefile devel/libvanessa_logger Makefile devel/libvanessa_socket Makefile devel/libvc Makefile devel/libytnef Makefile devel/linux-allegro Makefile devel/linux-glib2 Makefile devel/linux-libglade Makefile devel/linux-libglade2 Makefile devel/linux-libsigc++20 Makefile devel/linux-runrev Makefile devel/log4cplus Makefile devel/log4cxx Makefile devel/lrmi Makefile devel/mico Makefile devel/mimir Makefile devel/mingw32-binutils Makefile devel/mpatrol Makefile devel/msp430-binutils Makefile devel/ncnf Makefile devel/oaf Makefile devel/ocaml-sdl Makefile devel/ode Makefile devel/ode-devel Makefile devel/omniNotify Makefile devel/ossp-al Makefile devel/ossp-ex Makefile devel/ossp-val Makefile devel/ossp-var Makefile devel/ossp-xds Makefile devel/p5-SDL Makefile devel/physfs Makefile devel/pikdev Makefile devel/plan9port Makefile devel/poslib Makefile devel/prepstools Makefile devel/ptypes Makefile devel/py-libgsf Makefile devel/py-notify Makefile devel/py-ode Makefile devel/py-omniorb Makefile devel/py-qt4-dbus Makefile devel/qmake Makefile devel/qmake4 Makefile devel/qsa Makefile devel/qt4-qt3support Makefile devel/qt4-uic3 Makefile devel/rhtvision Makefile devel/root Makefile devel/root/files patch-asimage-Module.mk devel/rote Makefile devel/ruby-sdl Makefile devel/simgear Makefile devel/st Makefile devel/str Makefile devel/subcommander Makefile devel/tclcl Makefile devel/tclreadline Makefile devel/tclxml Makefile devel/tinyq Makefile devel/tmake Makefile devel/upp Makefile devel/upp/files patch-uppsrc-ide-Makefile devel/wininfo Makefile devel/xfc Makefile devel/xwpe Makefile devel/xwpe/files patch-09 dns/firedns Makefile dns/gresolver Makefile dns/libdjbdns Makefile dns/posadis Makefile editors/bed Makefile editors/bitmap Makefile editors/color-mate Makefile editors/conglomerate Makefile editors/cooledit Makefile editors/dedit Makefile editors/e93 Makefile editors/e93/files patch-machdef.mk editors/edith Makefile editors/elvis Makefile editors/emacs Makefile editors/emacs21 Makefile editors/fte/files patch-aa editors/gedit Makefile editors/gedit-plugins Makefile editors/glimmer Makefile editors/gnotepad+ Makefile editors/gnuserv Makefile editors/hte Makefile editors/jed Makefile editors/jedit Makefile editors/jedit-devel Makefile editors/jext Makefile editors/kxmleditor Makefile editors/lazarus Makefile editors/leafpad Makefile editors/manedit/files patch-Makefile.FreeBSD patch-manedit.1 editors/mlview Makefile editors/nedit/files patch-aa patch-ac editors/openoffice.org-1.0 Makefile editors/openoffice.org-1.0/files Makefile.localized editors/openoffice.org-1.1 Makefile editors/openoffice.org-1.1/files Makefile.localized editors/openoffice.org-1.1-devel Makefile editors/openoffice.org-1.1-devel/files Makefile.localized editors/openoffice.org-2 Makefile editors/openoffice.org-2/files Makefile.localized editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-RC/files Makefile.localized editors/openoffice.org-2-devel Makefile editors/openoffice.org-2-devel/files Makefile.localized editors/openoffice.org-3-devel Makefile editors/openoffice.org-3-devel/files Makefile.localized editors/pdfedit Makefile editors/qemacs Makefile editors/richtext/files patch-Imakefile editors/sam Makefile editors/sam/files patch-aa patch-ab patch-ac editors/setedit Makefile editors/setedit/files patch-config.pl editors/softmaker-office Makefile editors/staroffice5 Makefile editors/staroffice52 Makefile editors/staroffice60 Makefile editors/staroffice70 Makefile editors/the Makefile editors/vim Makefile editors/vim5 Makefile editors/vim6 Makefile editors/wily Makefile editors/xcoral Makefile editors/xed Makefile editors/xemacs Makefile editors/xemacs-devel Makefile editors/xemacs-devel-mule Makefile editors/xemacs21-mule Makefile editors/xenon Makefile editors/xenon/files patch-ab editors/xvile Makefile editors/yudit Makefile emulators/adamem/files patch-Makefile.X emulators/atari800 Makefile emulators/basiliskII Makefile emulators/bfe Makefile emulators/bochs Makefile emulators/cingb Makefile emulators/darcnes Makefile emulators/darcnes/files patch-ab emulators/dtcyber Makefile emulators/fceu Makefile emulators/fmsx/files patch-aa emulators/gbe Makefile emulators/gcube Makefile emulators/gngb Makefile emulators/gngeo Makefile emulators/gsnes9x Makefile emulators/gxemul Makefile emulators/gxmame Makefile emulators/ines Makefile emulators/linux-ePSXe Makefile emulators/linux-geepee32 Makefile emulators/linux-padjoy Makefile emulators/linux-peops-softgpu Makefile emulators/linux-peops-spu Makefile emulators/linux-pete-mesagpu Makefile emulators/linux-pete-xgl2gpu Makefile emulators/linux-vmware-toolbox2 Makefile emulators/linux-vmware-toolbox4 Makefile emulators/linux-vmware-toolbox5 Makefile emulators/linux-vmware-toolbox6 Makefile emulators/linux-winetools Makefile emulators/m2000/files patch-Makefile.X emulators/mastergear Makefile emulators/mednafen Makefile emulators/minivmac Makefile emulators/mupen64-base/files patch-Makefile emulators/mupen64-rice Makefile emulators/open-vm-tools Makefile emulators/p-interp Makefile emulators/p-interp/files patch-aa emulators/pcemu/files patch-aa emulators/quasi88 Makefile emulators/raine/files patch-makefile emulators/ski Makefile emulators/snes9express Makefile emulators/snes9x Makefile emulators/spim Makefile emulators/stella Makefile emulators/stonx Makefile emulators/tme Makefile emulators/tuxnes Makefile emulators/twin Makefile emulators/vMac Makefile emulators/vba pkg-message emulators/vgb Makefile emulators/vgb/files patch-aa emulators/vice Makefile emulators/visualos Makefile emulators/vmware-guestd4 Makefile emulators/vmware-guestd5 Makefile emulators/vmware-guestd6 Makefile emulators/vmware-tools3 Makefile emulators/vmware3 Makefile emulators/vpce Makefile emulators/wine Makefile emulators/xbraitenberg Makefile emulators/xgngeo Makefile emulators/xgngeo/files patch-data-py_configfile.py emulators/xgs Makefile emulators/xhomer/files patch-Makefile emulators/xmame Makefile emulators/xzx Makefile emulators/zsnes Makefile finance/gnucash Makefile finance/gnucash-docs Makefile finance/khacc Makefile finance/opentaxsolver Makefile finance/pfpro Makefile finance/qhacc Makefile finance/qtstalker Makefile finance/wmstock Makefile finance/wmstock/files patch-ab finance/xquote Makefile finance/xtrader/files patch-Makefile.linux french/aster Makefile french/staroffice52 Makefile french/xtel Makefile ftp/IglooFTP Makefile ftp/ftptool Makefile ftp/kbear Makefile ftp/linux-curl Makefile ftp/wmget/files patch-Makefile patch-dockapp::Makefile ftp/xrmftp Makefile games/3dc Makefile games/3dc/files patch-aa games/3dpong Makefile games/BillardGL Makefile games/BillardGL/files patch-Makefile patch-Namen.h games/CaribbeanStud/files patch-Xmakefile games/KnightCap/files patch-aa games/abuse_sdl Makefile games/actx Makefile games/adom Makefile games/affenspiel Makefile games/airrox/files patch-Makefile games/alephone Makefile games/amphetamine/files patch-aa games/annelid Makefile games/annelid/files patch-Makefile games/apoolGL Makefile games/aqbubble Makefile games/armagetron Makefile games/atitd Makefile games/atomix Makefile games/atr3d Makefile games/barrage Makefile games/battalion/files patch-aa games/battleball Makefile games/bfm/files patch-Rules.make.in games/blobandconquer/files patch-makefile games/bloboats/files patch-Makefile games/blockade/files patch-aa games/blokish Makefile games/bogged Makefile games/bomb Makefile games/bomberclone Makefile games/bombermaze Makefile games/boswars Makefile games/bubbros Makefile games/bumprace Makefile games/burgerspace Makefile games/bygfoot Makefile games/cake/files patch-Makefile games/ceferino Makefile games/cgoban2 Makefile games/chanta Makefile games/chromium Makefile games/clanbomber Makefile games/cleanq3/files patch-code-unix-Makefile games/columns Makefile games/connectfive Makefile games/construo Makefile games/crack-attack Makefile games/criticalmass Makefile games/crossfire-client Makefile games/cube/files patch-Makefile games/cultivation/files patch-Makefile.GnuLinux games/d2x Makefile games/daimonin-client Makefile games/dangerdeep Makefile games/deng Makefile games/diameter Makefile games/djgame2 Makefile games/doom Makefile games/doom/files patch-ab games/doomlegacy Makefile games/dopewars Makefile games/dsnake Makefile games/duel Makefile games/eboard Makefile games/eduke32 Makefile games/egl/files patch-makefile games/el/files patch-Makefile.bsdg games/ember Makefile games/enigma Makefile games/ensemblist/files patch-Makefile games/evq3 Makefile games/excido/files patch-Makefile games/exult Makefile games/ezquake/files patch-Makefile games/falconseye Makefile games/falconseye/files patch-sys_unix_Makefile_src x-config games/fgfs-base Makefile games/fgsd Makefile games/fkiss Makefile games/flightgear Makefile games/flightgear-aircrafts Makefile games/flightgear-atlas Makefile pkg-plist games/flightgear-mb339-pan Makefile games/foobillard Makefile games/freeciv Makefile games/freesci Makefile games/fuhquake Makefile games/fuhquake/files Makefile patch-mp3_player.c games/galaxymage Makefile games/galaxymage/files patch-src_Translate.py games/gcompris Makefile games/geki2 Makefile games/geki3 Makefile games/gemdropx Makefile games/ggz-sdl-games Makefile games/gillo Makefile games/gillo/files patch-Jamrules patch-src_Jamfile games/gl-117 Makefile games/glasteroids Makefile games/glasteroids/files Makefile.FreeBSD games/glaxium Makefile games/glbsp/files patch-GUI_unx.mak games/glife Makefile games/glmaze/files patch-Makefile games/glob2 Makefile games/glpuzzle Makefile games/gltron Makefile games/gnmm Makefile games/gno3dtet Makefile games/gnome-games Makefile games/gnome-games-extra-data Makefile games/gnomeattacks Makefile games/gnomebreakout Makefile games/gnomechess Makefile games/gnomermind Makefile games/gnomesudoku Makefile games/gnurobots Makefile games/golddig/files patch-ad games/goonies/files patch-build-linux-Makefile games/gracer Makefile games/grande Makefile games/gretools Makefile games/gtetrinet Makefile games/gtkabale Makefile games/gtkatlantic Makefile games/gtkpool Makefile games/gtkradiant/files patch-SConstruct games/gtktetcolor Makefile games/gturing Makefile games/gweled Makefile games/heretic/files patch-aa games/heroes Makefile games/hex Makefile games/hexxagon Makefile games/hohlin Makefile games/icbm3d Makefile games/icbm3d/files patch-aa games/imaze Makefile games/ioquake3/files patch-Makefile games/iourbanterror/files patch-Makefile games/jfduke3d Makefile games/joequake/files patch-Makefile.linux games/kiki Makefile games/kmquake2/files patch-Makefile games/libdungeonmaker Makefile games/libfov Makefile games/libmaitretarot Makefile games/libmt_client Makefile games/libshhcards Makefile games/libshhcards/files Makefile.lib games/lincity-ng Makefile games/linux-goodway Makefile games/linux-steam Makefile games/linux-ut2003-demo Makefile games/linux-ut2004-demo Makefile games/linux-virtual-jay-peak Makefile games/linux-x-plane Makefile games/linux-x-plane-net-installer Makefile games/macopix Makefile games/maelstrom Makefile games/maelstrom/files Makeflags games/mangband/files patch-ab games/marsnomercy Makefile games/marsnomercy/files patch-SConstruct games/merlin Makefile games/mindfocus Makefile games/mindguard Makefile games/mindguard/files patch-aa patch-ab games/mirrormagic Makefile games/monster-masher Makefile games/nehquake/files patch-Makefile games/nethack32/files patch-ab games/nethack33/files patch-ad games/nethack34/files patch-ad games/netrek-BRMH-bin Makefile games/netrek-COW3-bin Makefile games/newvox Makefile games/nexuiz Makefile games/nighthawk Makefile games/noegnud-littlehack/files noegnud-littlehack.patch games/noegnud-nethack/files noegnud-nethack.patch games/noegnud-nethack-deet/files noegnud-nethack-deet.patch games/noegnud-slashem/files noegnud-slashem.patch games/oolite/files patch-makefile games/oonsoo Makefile games/openarena/files patch-Makefile games/openglad Makefile games/palomino Makefile games/pets Makefile games/pinball Makefile games/planeshift Makefile games/pmars Makefile games/pongix Makefile games/pouetchess Makefile games/ppracer Makefile games/q2p/files patch-Makefile games/q2pro/files patch-build__pre.mk games/q3base Makefile games/q3cellshading/files patch-code-unix-Makefile games/qgo Makefile games/qix Makefile games/quake2forge Makefile games/quake2lnx Makefile games/quake2lnx/files patch-Makefile games/quake3/files patch-code-unix-Makefile games/quakeforge Makefile games/quetoo Makefile games/race Makefile games/ri-li Makefile games/robocode Makefile games/rocksndiamonds Makefile games/rtb Makefile games/rubix Makefile games/sarien Makefile games/sauerbraten/files patch-src_Makefile games/scare Makefile games/scare/files xglk.patch games/scid/files patch-Makefile games/scorched3d Makefile games/scourge Makefile games/sdb Makefile games/sdlquake2/files patch-Makefile games/shaaft Makefile games/shootingstar Makefile games/sol Makefile games/sol/files patch-aa games/solarconquest/files patch-makefile games/spacearyarya Makefile games/spellcast Makefile games/spellcast/files patch-aa games/speyes Makefile games/ssamtse Makefile games/ssc Makefile games/stratagus Makefile games/stvef-paks Makefile games/stvef-server Makefile games/sxsame Makefile games/tank Makefile games/tank/files patch-Makefile.Linux.Mesa games/tenebrae/files patch-linux__Makefile.i386linux games/thevalley Makefile games/tomatoes Makefile games/tome Makefile games/toycars Makefile games/trackballs Makefile games/tremor Makefile games/tremor/files patch-Makefile games/tremulous Makefile games/tremulous/files patch-Makefile games/tux-aqfh Makefile games/tuxkart Makefile games/tuxracer Makefile games/tvp Makefile games/uqm Makefile games/uqm/files patch-build-unix-config_proginfo_host games/vamos Makefile games/vectoroids Makefile games/warsow/files patch-Makefile games/wmeyes Makefile games/wmfortune Makefile games/wmfortune/files patch-Makefile games/wmminichess Makefile games/wmpuzzle Makefile games/wmqstat Makefile games/wmqstat/files patch-Makefile games/wmshuffle Makefile games/wmshuffle/files patch-aa games/wmtictactoe Makefile games/wmtictactoe/files patch-aa games/wmtimebomb/files patch-aa games/wolf3d/files patch-Makefile games/worldofpadman/files patch-Makefile games/xarchon Makefile games/xataxx/files patch-aa games/xbl Makefile games/xblood Makefile games/xboard Makefile games/xboing/files patch-ac games/xbomb Makefile games/xbomb/files patch-hiscore.c games/xbomber Makefile games/xbomber/files patch-aa games/xbubble Makefile games/xcheckers Makefile games/xcheckers/files patch-xcheckers.src_xcheckers.man games/xcogitate Makefile games/xdeblock Makefile games/xdemineur Makefile games/xdesktopwaves Makefile games/xdesktopwaves/files patch-makefile games/xevil Makefile games/xevil/files patch-aa games/xeyesplus Makefile games/xfireworks Makefile games/xfireworks/files patch-aa games/xfrisk Makefile games/xgalaga Makefile games/xglk/files patch-Makefile games/xgospel Makefile games/xinvaders Makefile games/xinvaders3d Makefile games/xinvaders3d/files patch-aa games/xjewel Makefile games/xjig Makefile games/xjig/files patch-aa games/xjump Makefile games/xjumpx Makefile games/xlines Makefile games/xlines/files patch-aa games/xmastermind Makefile games/xmastermind/files patch-aa games/xmemory Makefile games/xminehunter/files patch-aa games/xmines Makefile games/xmines/files patch-aa games/xmoto Makefile games/xmris Makefile games/xoids Makefile games/xoj Makefile games/xonix Makefile games/xosmulti Makefile games/xosmulti/files patch-aa games/xpat2 Makefile games/xpilot-ng-server Makefile games/xpuzzletama Makefile games/xquarto Makefile games/xracer Makefile games/xrally Makefile games/xroach Makefile games/xroach/files patch-aa games/xroads/files patch-aa games/xrot Makefile games/xsc Makefile games/xscorch Makefile games/xscrabble Makefile games/xshisen Makefile games/xshogi Makefile games/xsokoban Makefile games/xteddy Makefile games/xtic Makefile games/xtic/files patch-aa games/xtrojka Makefile games/xtrojka/files patch-aa games/xtron/files patch-aa games/xtruco Makefile games/xtruco/files patch-aa games/xtux Makefile games/xvmahjongg Makefile games/xvmahjongg/files patch-ab games/xvmines/files patch-aa games/xworm Makefile games/xzip/files patch-aa games/yadex Makefile games/yadex/files patch-GNUmakefile german/ksteak Makefile german/staroffice5 Makefile german/staroffice52 Makefile german/staroffice70 Makefile german/steak Makefile graphics/4va Makefile graphics/Cgraph Makefile graphics/EZWGL Makefile graphics/GraphicsMagick Makefile graphics/ImageMagick Makefile graphics/SciPlot Makefile graphics/aalib Makefile graphics/allegrogl Makefile graphics/allegrogl/files makefile.ex graphics/animorph Makefile graphics/autotrace Makefile graphics/ayam/files patch-Makefile.shared graphics/backfract Makefile graphics/bbrb Makefile graphics/blender Makefile graphics/bugle Makefile graphics/cairo Makefile graphics/cairomm Makefile graphics/cbview Makefile graphics/chbg Makefile graphics/cimg Makefile graphics/claraocr Makefile graphics/claraocr/files patch-Makefile graphics/corona Makefile graphics/cqcam Makefile graphics/crystalentitylayer Makefile graphics/crystalentitylayer-devel Makefile graphics/crystalspace Makefile graphics/crystalspace-devel Makefile graphics/dataplot Makefile graphics/dataplot/files Makefile.tmpl graphics/demeter Makefile graphics/dia Makefile graphics/diacanvas2 Makefile graphics/divxcalc Makefile graphics/djview4 Makefile graphics/djvulibre Makefile graphics/djvulibre/files patch-configure graphics/dore Makefile graphics/dynamechs Makefile graphics/dynamechs/files make.platform.freebsd graphics/electriceyes Makefile graphics/enblend Makefile graphics/enfle Makefile graphics/eog Makefile graphics/epdfview Makefile graphics/evince Makefile graphics/exhibit Makefile graphics/feh Makefile graphics/ffff Makefile graphics/flashplayer Makefile graphics/fnlib Makefile graphics/freeglut Makefile graphics/frontline Makefile graphics/ftgl Makefile graphics/ftgl/files makefile.ex graphics/g2 Makefile graphics/g3dviewer Makefile graphics/gauche-gl Makefile graphics/gcolor Makefile graphics/gdk-pixbuf Makefile graphics/geist Makefile graphics/geomview Makefile graphics/gephex Makefile graphics/gephex/files patch-configure.ac graphics/giftrans Makefile graphics/giftrans/files patch-aa graphics/gimp-app Makefile graphics/gimp-manual-html Makefile graphics/gimpshop Makefile graphics/gkrellkam Makefile graphics/gkrellkam/files patch-Makefile graphics/gkrellkam2 Makefile graphics/gle Makefile graphics/glean/files patch-common.mak graphics/glew/files patch-config_Makefile.freebsd graphics/glexcess Makefile graphics/glfw Makefile graphics/glfw/files patch-compile.sh graphics/glide3 Makefile graphics/glide3/files patch-h3-src-makefile patch-h5-src-makefile patch-make-3dfx_mak graphics/glpng Makefile graphics/gltt Makefile graphics/gnash Makefile graphics/gnomeiconedit Makefile graphics/goom pkg-plist graphics/gozer Makefile graphics/gplot/files patch-aa graphics/grads Makefile graphics/grx Makefile graphics/gsnapshot Makefile graphics/gthumb Makefile graphics/gtkam Makefile graphics/gtkcairo Makefile graphics/gtkfig Makefile graphics/gtkgraph Makefile graphics/gts Makefile graphics/gview Makefile graphics/hs-hgl Makefile graphics/hsetroot Makefile graphics/ida/files patch-GNUmakefile graphics/imagesort Makefile graphics/imagesort/files patch-Makefile graphics/imlib Makefile graphics/imlib2 Makefile graphics/inventor Makefile graphics/inventor/files patch-ivcommondefs graphics/ipe Makefile graphics/irit Makefile graphics/irit/files patch-makeflag.gnux graphics/isreal Makefile graphics/isreal/files patch-Makefile graphics/ivtools Makefile graphics/kludge3d Makefile graphics/kudu Makefile graphics/lib3ds Makefile graphics/libGL bsd.mesalib.mk graphics/libafterimage Makefile graphics/libcaca Makefile graphics/libflash Makefile graphics/libgdgeda Makefile graphics/libgfx Makefile graphics/libgltext Makefile graphics/libglut/files Makefile graphics/libgnomecanvas Makefile graphics/libgnomecanvasmm Makefile graphics/libgnomecanvasmm26 Makefile graphics/libimg Makefile graphics/libimg/files Makefile.bsd Makefile.tkstep80 graphics/liblug/files patch-aa graphics/libpcd Makefile graphics/librsvg Makefile graphics/librsvg2 Makefile graphics/libv3d Makefile graphics/libv3d/files patch-platforms.ini graphics/libvisual-plugins Makefile graphics/libvisual04 Makefile graphics/libvisual04-plugins Makefile graphics/libwpcg Makefile graphics/libx3dtk Makefile graphics/linux-adobesvg Makefile graphics/linux-cairo Makefile graphics/linux-gdk-pixbuf Makefile graphics/linux-imlib Makefile graphics/linux-jpeg Makefile graphics/linux-libGLU Makefile graphics/linux-libmng Makefile graphics/linux-png Makefile graphics/linux-png10 Makefile graphics/linux-tiff Makefile graphics/linux-ungif Makefile graphics/makehuman Makefile graphics/maverik Makefile graphics/maverik/files patch-setup graphics/megapov Makefile graphics/mesa-demos/files config graphics/mhgui Makefile graphics/morpheus Makefile graphics/moth Makefile graphics/mxp Makefile graphics/mxp/files patch-Makefile graphics/netpbm/files patch-pm_config.in.h graphics/netpbm-devel/files patch-pm_config.in.h graphics/ocaml-images Makefile graphics/ocaml-lablgl Makefile graphics/oglext Makefile graphics/ogre3d Makefile graphics/opencv Makefile graphics/opendx Makefile graphics/openrm Makefile graphics/openrm/files makeinclude.diff graphics/osg bsd.osg.mk graphics/p5-Cairo Makefile graphics/p5-Chart-Graph Makefile graphics/p5-Chart-Graph/files patch-Makefile.PL graphics/p5-GD Makefile graphics/p5-Imlib2 Makefile graphics/p5-OpenGL Makefile graphics/paintlib Makefile graphics/pgplot Makefile graphics/pgplot/files Makefile Makefile.bin Makefile.demo Makefile.flib graphics/php4-ffmpeg Makefile graphics/picturebook/files patch-aa graphics/pixmap Makefile graphics/povray Makefile graphics/povray31/files patch-ab graphics/pstoedit Makefile graphics/pvmpov Makefile graphics/pvmpov/files patch-ab graphics/py-amanith/files patch-setup.py graphics/py-cairo Makefile graphics/py-cgkit Makefile graphics/py-cgkit/files config.cfg cpp_config.cfg graphics/py-gd Makefile graphics/py-glewpy Makefile graphics/py-imaging/files patch-setup.py graphics/py-opengl Makefile graphics/py-opengl/files patch-config::freebsd.cfg graphics/py-soya3d Makefile graphics/pyro Makefile graphics/qiv Makefile graphics/qslim Makefile graphics/quat-gui Makefile graphics/quesa Makefile graphics/renderpark Makefile graphics/renderpark/files patch-Config.site graphics/robot Makefile graphics/robot/files patch-Robot+Makefile graphics/ruby-opengl Makefile graphics/ruby-pgplot Makefile graphics/ruby-rmagick Makefile graphics/ruby-tgif Makefile graphics/s3switch Makefile graphics/sage Makefile graphics/sced Makefile graphics/scwm-icons Makefile graphics/sdl_image Makefile graphics/show/files Makefile graphics/showimg Makefile graphics/simage Makefile graphics/skencil Makefile graphics/sng Makefile graphics/sodipodi Makefile graphics/tcm/files patch-Config.tmpl graphics/tkpng Makefile graphics/truevision Makefile graphics/tulip Makefile graphics/ufraw Makefile graphics/urt/files patch-config::urt graphics/vcg Makefile graphics/vcg/files conf tMakefile graphics/vertex Makefile graphics/vertex/files patch-platforms.ini patch-vmahelp.c graphics/view3ds Makefile graphics/visionegg Makefile graphics/vp Makefile graphics/vvv Makefile graphics/vvv/files patch-Makefile graphics/wildmagic Makefile graphics/wmgrabimage/files patch-aa graphics/xaos Makefile graphics/xaralx Makefile graphics/xbmbrowser Makefile graphics/xd3d Makefile graphics/xdgagrab Makefile graphics/xdgagrab/files patch-aa graphics/xdl Makefile graphics/xdl/files patch-ab graphics/xfig Makefile graphics/xfig/files patch-Imakefile graphics/xfig-devel Makefile graphics/xfpovray/files patch-aa graphics/xfractint Makefile graphics/xfractint/files patch-Makefile graphics/xli Makefile graphics/xmfract Makefile graphics/xmms-blursk Makefile graphics/xmms-dancingparticles/files patch-Makefile graphics/xmms-fishmatic Makefile graphics/xmms-msa Makefile graphics/xmms-nebulus Makefile graphics/xmorph Makefile graphics/xpaint Makefile graphics/xrml Makefile graphics/xrml/files patch-Config.site graphics/xsane/files pkg-message.in graphics/xsvg Makefile graphics/zphoto Makefile hebrew/culmus Makefile hebrew/elmar-fonts Makefile hebrew/he2 Makefile irc/bitchx Makefile irc/kvirc-devel Makefile irc/lostirc Makefile irc/quirc Makefile irc/xchat1 Makefile japanese/Canna Makefile japanese/Wnn6-lib Makefile japanese/Wnn7-lib Makefile japanese/alias-fonts Makefile japanese/anthy Makefile japanese/ebview-gtk2 Makefile japanese/elisa8x8 Makefile japanese/emacs-emcws Makefile japanese/gicq Makefile japanese/gorua Makefile japanese/groff Makefile japanese/gtkicq Makefile japanese/ical Makefile japanese/iiimf-le-canna Makefile japanese/im-ja Makefile japanese/ipa-ttfonts Makefile pkg-plist japanese/jed Makefile japanese/jisx0213-fonts Makefile japanese/jvim Makefile japanese/jvim/files patch-aa japanese/jvim3 Makefile japanese/jyuroku Makefile japanese/k10 Makefile japanese/k12 Makefile japanese/kanji18 Makefile pkg-descr japanese/kanji18/files DEINSTALL.tmpl INSTALL.tmpl japanese/kanji26 pkg-descr japanese/kanji26/files DEINSTALL.tmpl INSTALL.tmpl japanese/kanjipad Makefile japanese/kappa20 Makefile japanese/kdrill/files patch-Imakefile japanese/kinput2-canna+freewnn pkg-descr pkg-message japanese/kinput2-canna+freewnn+sj3 pkg-descr pkg-message japanese/kinput2-canna+sj3+wnn6 pkg-descr pkg-message japanese/kinput2-canna+sj3+wnn7 pkg-descr pkg-message japanese/kinput2-canna+wnn6 pkg-descr pkg-message japanese/kinput2-canna+wnn7 pkg-descr pkg-message japanese/kinput2-freewnn pkg-descr pkg-message japanese/kinput2-freewnn+sj3 pkg-descr pkg-message japanese/kinput2-sj3+wnn6 pkg-descr pkg-message japanese/kinput2-sj3+wnn7 pkg-descr pkg-message japanese/kinput2-wnn6 pkg-descr pkg-message japanese/kinput2-wnn7 pkg-descr pkg-message japanese/kochi-ttfonts Makefile japanese/kterm Makefile japanese/kterm16c Makefile japanese/lyx Makefile japanese/marumoji-fonts Makefile japanese/mikachan-ttfonts Makefile japanese/ming Makefile japanese/monafonts Makefile pkg-descr japanese/monafonts-ttf pkg-descr japanese/mplusfonts Makefile japanese/navi2ch-emacs21 Makefile japanese/navi2ch-xemacs21-mule Makefile japanese/nethack32 Makefile japanese/nethack32/files patch-ae japanese/nethack34/files patch-ad japanese/ngraph-fonts Makefile japanese/ochusha Makefile japanese/oleo Makefile japanese/onew-freewnn Makefile japanese/prime Makefile japanese/ruby-rdic Makefile japanese/rxvt Makefile japanese/sazanami-ttf Makefile pkg-plist japanese/scim-canna Makefile japanese/scim-honoka-plugin-romkan Makefile japanese/scim-honoka-plugin-wnn Makefile japanese/scim-skk Makefile japanese/scim-uim Makefile japanese/tk80 Makefile japanese/tkstep80 Makefile japanese/truetypefonts Makefile japanese/vflib Makefile japanese/vje30 Makefile japanese/vlgothic pkg-plist japanese/xdtp Makefile japanese/xdvik Makefile japanese/xjtext/files patch-aa japanese/xpdf Makefile japanese/xpdf/files dot.xpdfrc.in japanese/xshodou Makefile japanese/xyagamo Makefile japanese/xyagamo/files patch-Makefile patch-src-Makefile japanese/xyaku Makefile japanese/zangband/files Makefile.in patch-aa java/classpath Makefile java/eclipse Makefile java/eclipse/files post-patch-plugins-swt-gtk-make_freebsd.mak java/eclipse-devel Makefile java/eclipse-devel/files post-patch-plugins-swt-gtk-make_freebsd.mak java/gjdoc Makefile java/jc Makefile java/jdk13 Makefile java/jdk13/files patch-common::Defs-bsd.gmk patch-j2sdk1.3.1-font-fontpath.c patch-j2sdk1.3.1-solaris-GNUmakefile java/jdk14 Makefile java/jdk14/files patch-common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-j2se::awt::fontpath.c patch-plugin::common::config.gmk pkg-deinstall.in pkg-install.in java/jdk15 Makefile java/jdk15/files patch-deploy::common::config.gmk patch-deploy::jvmnative::Makefile patch-deploy::make::common::Defs-bsd.gmk patch-deploy::ns7-adapter::Makefile patch-deploy::nscore::Makefile patch-j2se::awt::fontpath.c patch-j2se::awt::mawt.gmk patch-j2se::common::Defs-bsd.gmk patch-j2se::font::Makefile patch-j2se::gtk::GTKLookAndFeel.java patch-j2se::gtk::Metacity.java patch-j2se::xawt::Makefile java/jdk16 Makefile java/jdk16/files patch-deploy-common-Defs-bsd.gmk patch-deploy-jvmnative-Makefile patch-deploy-oji-adapter-Makefile patch-deploy-plugin-common-Defs-bsd.gmk patch-deploy-unix-Makefile patch-j2se-awt-fontpath.c patch-j2se-awt-mawt.gmk patch-j2se-common-Defs-bsd.gmk patch-j2se-font-Makefile patch-j2se-gtk-Metacity.java patch-j2se-xawt-Makefile java/jmp Makefile java/kaffe Makefile java/sablevm-classpath Makefile java/simplicity Makefile korean/baekmukfonts-bdf Makefile korean/eterm Makefile korean/gtkcomm Makefile korean/hanIM Makefile korean/hanterm Makefile korean/hanterm-xf86 Makefile korean/hanyangfonts Makefile korean/iiimf-le-hangul Makefile korean/johabfonts Makefile korean/kaistfonts Makefile korean/mizifont Makefile korean/pinetreefonts Makefile korean/uniksc Makefile korean/xpdf Makefile korean/xpdf/files dot.xpdfrc.in lang/STk Makefile lang/Sather Makefile lang/caml-light/files patch-ab patch-contrib_libgraph_Makefile lang/drscheme Makefile lang/dylan Makefile lang/ecl Makefile lang/elan Makefile lang/elk Makefile lang/ezm3/scripts configure lang/ferite Makefile lang/gambas Makefile lang/gcc-ooo Makefile lang/gcl Makefile lang/gnat Makefile lang/guile Makefile lang/hugs Makefile lang/icon Makefile lang/lafontaine Makefile lang/linux-libg2c Makefile lang/linux-libperl5.8 Makefile lang/logo Makefile lang/mdk Makefile lang/metaocaml Makefile lang/mpd Makefile lang/ocaml Makefile lang/ocs Makefile lang/ohugs Makefile lang/onyx Makefile lang/otcl Makefile lang/php4 Makefile.ext lang/php5 Makefile.ext lang/pm3-base/scripts configure lang/ptoc/files patch-makefile.bsd lang/python23 Makefile lang/python24 Makefile lang/python25 Makefile lang/rexx-imc Makefile lang/rexx-regina Makefile lang/schemetoc Makefile lang/schemetoc/files makefile-head patch-ah lang/scm Makefile lang/scm/files patch-build.scm lang/scriba Makefile lang/scriba/files patch-make_gcc.jim lang/siod Makefile lang/squeak Makefile lang/squeak/files patch-platforms::unix::npsqueak::Makefile patch-platforms::unix::npsqueak::npsqueakregister.in lang/sr Makefile lang/sr/files patch-aa lang/xsb Makefile lang/yabasic Makefile mail/asmail Makefile mail/balsa Makefile mail/claws-mail Makefile mail/coolmail/files patch-aa mail/dsbl-testers Makefile mail/dspam-devel Makefile mail/enigmail-thunderbird Makefile mail/evolution Makefile mail/evolution-exchange Makefile mail/exim Makefile mail/faces pkg-plist mail/firemime Makefile mail/gbuffy Makefile mail/gkrellmmailwatch Makefile mail/gkrellmmailwatch/files patch-aa mail/gkrellmmailwatch2 Makefile mail/glbiff Makefile mail/gmime Makefile mail/hbiff Makefile mail/kiltdown Makefile mail/lbdb Makefile mail/libdomainkeys Makefile mail/libesmtp Makefile mail/libspf Makefile mail/libspf-alt Makefile mail/libsrs_alt Makefile mail/lightning Makefile mail/mavbiff/files patch-Makefile mail/mboxcheck-applet Makefile mail/ml/files patch-ab mail/mmc Makefile mail/moztraybiff Makefile mail/pmail Makefile mail/popd Makefile mail/postilion Makefile mail/postilion/files Makefile.bsd mail/spruce Makefile mail/sylpheed Makefile mail/sylpheed2 Makefile mail/sylpheed2-devel Makefile mail/thunderbird Makefile mail/tkrat2 Makefile mail/whoson Makefile mail/wmbiff Makefile mail/wmmail Makefile mail/wmmaiload Makefile mail/wmmultipop3 Makefile mail/wmmultipop3/files patch-Makefile mail/wmpop3 Makefile mail/wmymail Makefile mail/wmymail/files patch-Makefile mail/xbuffy Makefile mail/xc-mail Makefile mail/xfmail Makefile mail/xmail Makefile mail/xmailbox Makefile mail/xpbiff Makefile math/abs/files patch-aa math/apc Makefile math/apc/files patch-aa math/bamg Makefile math/bamg/files patch-FLAG.linux math/biggles Makefile math/blitz++ Makefile math/blocksolve95 Makefile math/blocksolve95/files patch-bmake::freebsd::freebsd.site math/calctool Makefile math/calctool/files patch-ab math/cgal Makefile math/dislin Makefile math/emc2 Makefile math/emc2/files patch-Makefile math/femlab Makefile math/femlab/files patch-aa math/fftw3 Makefile math/freefem Makefile math/freefem++ Makefile math/freemat Makefile math/fung-calc Makefile math/gcalctool Makefile math/geg Makefile math/gnumeric Makefile math/gnuplot+ Makefile math/grace Makefile math/grpn Makefile math/grpn/files patch-aa math/kaskade Makefile math/ldouble Makefile math/lensnns/files patch-Makefile patch-Src-Makefile math/libmath++ Makefile math/linux-relview Makefile math/lp_solve Makefile math/matrix Makefile math/maxima Makefile math/mbasecalc Makefile math/ngraph/files patch-aa math/octave-forge Makefile math/oleo Makefile math/petsc Makefile math/plplot Makefile math/py-matplotlib Makefile math/qscanplot Makefile math/reed-solomon Makefile math/scigraphica Makefile math/scilab Makefile math/snns Makefile math/surf Makefile math/topaz Makefile math/topaz/files patch-aa math/triangle Makefile math/triangle/files patch-makefile math/ump Makefile math/ump/files patch-Makefile math/vtk Makefile math/wingz Makefile math/wingz3 Makefile math/wmcalc Makefile math/wmcalc/files patch-aa math/xgfe Makefile math/xgfe/files patch-aa math/xgobi Makefile math/xldlas Makefile math/xldlas/files patch-aa math/xlispstat Makefile math/xppaut Makefile math/xppaut/files patch-Makefile math/xspread Makefile math/yacas Makefile mbone/imm/files Makefile.freebsd mbone/mcl Makefile mbone/nte Makefile mbone/nte/files Makefile.freebsd mbone/rat Makefile mbone/rat30/files patch-Makefile_FreeBSD_4 mbone/relate/files patch-Makefile mbone/rqm Makefile mbone/rqm/files patch-aa mbone/rtpmon Makefile mbone/sdr Makefile mbone/sdr/files Makefile.freebsd mbone/vat Makefile mbone/vic Makefile mbone/wbd/files patch-aa mbone/xspeakfree Makefile misc/alevt Makefile misc/alevt/files patch-aa misc/amanda-server Makefile misc/asbutton Makefile misc/astrolog Makefile misc/astrolog/files patch-aa misc/bdelta Makefile misc/compat4x Makefile misc/earthview Makefile misc/earthview/files patch-Makefile misc/estic/files patch-estic-freebsd-x.mak patch-spunk-freebsd-x.mak misc/explosions Makefile misc/fcalc Makefile misc/firestring Makefile misc/floatator Makefile misc/flyway Makefile misc/gkrellm-gamma Makefile misc/gkrellm-gamma/files patch-Makefile misc/gkrellm-helium Makefile misc/gkrellm-xkb Makefile misc/gkrellmbgchg Makefile misc/gkrellmbgchg2 Makefile misc/gkrellmfmonitor Makefile misc/gkrellmfmonitor2 Makefile misc/gkrellmlaunch Makefile misc/gkrellmlaunch2 Makefile misc/gkrellshoot Makefile misc/gkrellweather2 Makefile misc/gkx86info Makefile misc/gkx86info2 Makefile misc/gnome-osd Makefile misc/gnome-user-docs Makefile misc/goblin Makefile misc/gplbp Makefile misc/gregexp Makefile misc/gtkfind Makefile misc/gtktalog Makefile misc/hotkeys Makefile misc/kdeedu3 Makefile misc/krecipes Makefile misc/ldconfig_compat Makefile misc/ldconfig_compat/files ldconfig_compat.sh.in misc/libpri-bristuff Makefile misc/mc Makefile misc/menushki Makefile misc/misterproper Makefile misc/opencyc Makefile misc/pspresent Makefile misc/py-osd Makefile misc/quick-lounge-applet Makefile misc/snowflake Makefile misc/sonytv Makefile misc/terraform Makefile misc/tkman Makefile misc/translator Makefile misc/videotext/files patch-ba misc/wmScoreBoard Makefile misc/wmScoreBoard/files patch-wmScoreBoard::Makefile misc/wmcalendar Makefile misc/wmfirew Makefile misc/wmfirew/files patch-Makefile misc/wminfo Makefile misc/wmjulia Makefile misc/wmjulia/files patch-Makefile misc/wmpal Makefile misc/wmtunlo Makefile misc/wmtunlo/files patch-Makefile misc/wmweather Makefile misc/wmweather+ Makefile misc/wmwork Makefile misc/wmx10 Makefile misc/wmx10/files patch-aa misc/xosd Makefile misc/xpns Makefile misc/xpns/files patch-aa multimedia/avidemux2 Makefile multimedia/avifile Makefile multimedia/beep-media-player Makefile multimedia/bmpx Makefile multimedia/camserv Makefile multimedia/dtv Makefile multimedia/dvd-slideshow Makefile multimedia/freevo Makefile multimedia/fxtv Makefile multimedia/goggles Makefile multimedia/gopchop Makefile multimedia/gstreamer-ffmpeg Makefile multimedia/gstreamer-plugins Makefile multimedia/gsubedit Makefile multimedia/gtksubtitler Makefile multimedia/gxanim Makefile multimedia/gxine Makefile multimedia/helixplayer Makefile multimedia/helixplayer/files msg.withplugin.in multimedia/jahshaka Makefile multimedia/k9copy Makefile multimedia/kaffeine-mozilla Makefile multimedia/kino Makefile multimedia/libdv Makefile multimedia/libdvdcss Makefile multimedia/libdvdnav Makefile multimedia/libmpeg2 Makefile multimedia/libquicktime Makefile multimedia/libxine Makefile multimedia/linux-realplayer Makefile multimedia/linux-xmovie Makefile multimedia/manencode Makefile multimedia/mencoder Makefile multimedia/miro Makefile multimedia/mjpegtools Makefile multimedia/mpeg4ip-libmp4v2 Makefile multimedia/mpegedit Makefile multimedia/mpegedit/files patch-aj patch-ar patch-au patch-az patch-ba multimedia/mplayer Makefile Makefile.options multimedia/mplayerxp Makefile multimedia/mplayerxp/files patch-codecs__common.mak multimedia/mythtv Makefile multimedia/netshow Makefile multimedia/nuppelvideo Makefile multimedia/nxtvepg Makefile multimedia/nxtvepg/files patch-Makefile patch-Makefile.bsd multimedia/ogle Makefile multimedia/ogle/files patch-ogle.in multimedia/ogle-gui Makefile multimedia/py-gstreamer Makefile multimedia/py-pybmp Makefile multimedia/py-pybmp/files setup.cfg.port multimedia/qdvdauthor Makefile multimedia/quark Makefile multimedia/quodlibet Makefile multimedia/smpeg Makefile multimedia/smpeg-xmms Makefile multimedia/subtitleripper Makefile multimedia/totem Makefile multimedia/transcode Makefile multimedia/vlc Makefile Makefile.inc multimedia/vlc-devel Makefile Makefile.inc multimedia/x264 Makefile multimedia/xawtv Makefile pkg-plist multimedia/xdvshow Makefile multimedia/xfce4-xmms-controller-plugin Makefile multimedia/xmms-avi Makefile multimedia/xmps-win32-plugin Makefile multimedia/xtheater Makefile multimedia/xvid Makefile net/atmsupport Makefile net/boinc-client Makefile net/clusterit Makefile net/cvsup Makefile net/dante Makefile net/freenx Makefile net/gkrellm_snmp Makefile net/gkrellmmultiping2 Makefile net/gkrellmqst Makefile net/gkrellmwireless Makefile net/gkrellmwireless2 Makefile net/gnome-netstatus Makefile net/gspoof Makefile net/gtk-vnc Makefile net/hawknl Makefile net/hawknl-devel Makefile net/howl Makefile net/ilbc Makefile net/libgnetwork Makefile net/libnss-mysql Makefile net/librsync Makefile net/libsocket++ Makefile net/mpich Makefile net/mtr Makefile net/mugshot Makefile net/netspeed_applet Makefile net/nxserver Makefile net/openh323 Makefile net/openslp Makefile net/penguintv pkg-plist net/pvm Makefile net/pvm/files patch-ab net/radiusclient Makefile net/service-discovery-applet Makefile net/silky Makefile net/skstream Makefile net/socketbind Makefile net/socks5 Makefile net/ssvnc Makefile net/tapidbus Makefile net/tcpillust Makefile net/tcpview Makefile pkg-plist net/tcpview/files patch-Makefile net/tightvnc Makefile net/tightvnc/files patch-Xvnc::programs::Xserver::dix::Imakefile net/tridiavnc/files patch-Xvnc::programs::Xserver::dix::Imakefile net/tsclient Makefile net/tsocks Makefile net/ttt Makefile net/vde Makefile net/vinagre Makefile net/vino Makefile net/vnc Makefile net/vnc/files vnc.def-patch net/wireshark Makefile net/wmnet/files patch-aa net/wmpiki Makefile net/wmq3 Makefile net/wmq3/files patch-Makefile net/wmwifi Makefile net/wmwlmon Makefile net/xipdump Makefile net/xisp/files patch-Makefile net/xpvm/files patch-src:Makefile.aimk net/xtraceroute Makefile net/yaz++ Makefile net/yazproxy Makefile net-im/aim Makefile net-im/ayttm Makefile net-im/cli-msn Makefile net-im/fugu Makefile net-im/gajim Makefile net-im/gajim-devel Makefile net-im/gnome-jabber Makefile net-im/gnomeicu Makefile net-im/gossip Makefile net-im/kf Makefile net-im/konverse Makefile net-im/linpopup Makefile net-im/meanwhile Makefile net-im/psi Makefile net-im/sim-im Makefile net-im/sim-im-devel Makefile net-im/vqcc-gtk Makefile net-mgmt/aguri Makefile net-mgmt/bsnmpd Makefile net-mgmt/ciscoconf Makefile net-mgmt/driftnet Makefile net-mgmt/irrtoolset Makefile net-mgmt/net-snmp53 Makefile net-mgmt/netwag Makefile net-mgmt/vidalia Makefile net-p2p/amule2 Makefile net-p2p/dctc-gui Makefile net-p2p/dctc-gui-qt Makefile net-p2p/edonkey-gui-gtk Makefile net-p2p/gift Makefile net-p2p/gkrellm-gift Makefile net-p2p/gkremldk Makefile net-p2p/kmldonkey Makefile net-p2p/libpdtp Makefile net-p2p/linux-agsatellite Makefile net-p2p/valknut Makefile news/husky-fidoconf Makefile news/husky-smapi Makefile news/nntpswitch Makefile news/pan Makefile news/slrnface Makefile palm/gnome-pilot Makefile palm/gnome-pilot-conduits Makefile palm/pose Makefile palm/synce-gnomevfs Makefile polish/gnugadu2 Makefile polish/kadu Makefile polish/libtlen Makefile polish/tleenx2 Makefile polish/tleenx2/files patch-iksemel-Makefile ports-mgmt/pib/files patch-Makefile ports-mgmt/qtpkg/files patch-Makefile portuguese/staroffice52 Makefile print/acroread7 Makefile print/advi Makefile print/apsfilter Makefile print/apsfilter/scripts configure print/asprint/files patch-aa print/cjk-lyx Makefile print/ft2demos Makefile print/gfontview Makefile print/ggv Makefile print/ghostscript-gnu/files patch-src:unix-gcc.mak print/ghostscript-gpl/files patch-src:unix-gcc.mak print/gl2ps Makefile print/gl2ps/files Makefile.ex Makefile.lib print/gnome-cups-manager Makefile print/gnome-print Makefile print/gnomephotoprinter Makefile print/gribouy Makefile print/gv Makefile print/hp2xx Makefile print/libgnomeprint Makefile print/libgnomeprintmm Makefile print/libppd Makefile print/lilypond Makefile print/lyx Makefile print/lyx15 Makefile print/mgv Makefile print/mup/files Makefile.disp print/scribus Makefile print/teTeX-base Makefile print/tgif2tex Makefile print/tgif2tex/files patch-tgif2tex print/transfig Makefile print/wmlpq/files patch-Makefile russian/artwiz-ru Makefile russian/artwiz-ru/files pkg-message.in russian/libcyrillic Makefile russian/prawda Makefile russian/wmcyrx/files patch-aa russian/xcyrBGR/files patch-ab science/afni Makefile science/afni/files Makefile.FreeBSD_PORT science/buddy Makefile science/dtiquery/files patch-Makefile.definitions science/felt Makefile science/flounder Makefile science/gnudatalanguage Makefile science/gromacs Makefile science/gsystem Makefile science/kmovisto Makefile science/medit/files patch-makefile science/minc Makefile science/ncs Makefile science/oases Makefile science/oases/files patch-aa science/omnetpp Makefile science/oof Makefile science/openfoam Makefile science/paraview Makefile science/ruby-dcl Makefile science/szip Makefile science/v_sim Makefile science/vis5d+ Makefile science/vmd Makefile security/borzoi Makefile security/bsp_upektfmess Makefile security/courier-authlib Makefile security/cryptplug Makefile security/cutlass Makefile security/cyrus-sasl2-ldapdb Makefile security/distcache Makefile security/distcache-devel Makefile security/dropbear Makefile security/fwtk Makefile security/fwtk/files patch-aa security/gcipher Makefile security/gpgme Makefile security/gpgme03 Makefile security/gtkpasman Makefile security/heimdal Makefile security/ifd-gempc410 Makefile security/keepassx Makefile security/libgringotts Makefile security/libp11 Makefile security/linux-openssl Makefile security/matrixssl Makefile security/nessus-libnasl Makefile security/nessus-libraries Makefile security/nmap/files patch-Makefile.in security/openbsm Makefile security/openct Makefile security/openfwtk/files patch-configs-FreeBSD security/opensc Makefile security/pidgin-encryption Makefile security/pidgin-otr Makefile security/pinentry Makefile security/qca-tls Makefile security/qtfw/files patch-Makefile security/revelation Makefile security/saferpay Makefile security/seahorse Makefile security/ssh Makefile security/ssh2 Makefile security/xmlsec Makefile security/xspy Makefile shells/bash/files patch-config-top.h shells/bash-completion Makefile shells/viewglob Makefile sysutils/asapm/files patch-Makefile.UNIX patch-configure sysutils/ascpu Makefile sysutils/asmem Makefile sysutils/asmon Makefile sysutils/asr-utils Makefile pkg-plist sysutils/battfink Makefile sysutils/bbsmount Makefile sysutils/brasero Makefile sysutils/cog Makefile sysutils/conky Makefile sysutils/dtc Makefile sysutils/gconf-editor Makefile sysutils/gfslicer Makefile sysutils/gkfreq Makefile sysutils/gkleds2 Makefile sysutils/gkrellfire Makefile sysutils/gkrellflynn Makefile sysutils/gkrellm-trayicons Makefile sysutils/gkrellm2 Makefile pkg-plist sysutils/gkrellmouse Makefile sysutils/gkrellmouse/files patch-Makefile sysutils/gkrellmwho Makefile sysutils/gkrellmwho/files patch-Makefile sysutils/gkrelltop Makefile pkg-plist sysutils/glload Makefile sysutils/gnome-control-center Makefile sysutils/gnome-control-center1 Makefile sysutils/gnome-mount Makefile sysutils/gnome-pkgview Makefile sysutils/gnome-power-manager Makefile sysutils/gnome-schedule Makefile sysutils/gnome-system-monitor Makefile sysutils/gnome-system-tools Makefile sysutils/gnome-volume-manager Makefile sysutils/graphicboot Makefile sysutils/kcube Makefile sysutils/kgtk Makefile sysutils/kkbswitch Makefile pkg-plist sysutils/ksynaptics Makefile sysutils/lavaps Makefile sysutils/libgksu Makefile sysutils/libieee1284 Makefile sysutils/lineakd Makefile sysutils/linux-acu Makefile sysutils/linux-procps Makefile sysutils/memgrep Makefile sysutils/mount.app Makefile sysutils/nautilus-cd-burner Makefile sysutils/nitrogen Makefile sysutils/ntfsprogs Makefile pkg-plist sysutils/nvtv Makefile sysutils/pessulus Makefile sysutils/scanbuttond Makefile sysutils/serpentine Makefile sysutils/sge60 Makefile sysutils/sge60/files aimk.private patch-aimk patch-dist_util_arch__variables sysutils/sge61 Makefile sysutils/sge61/files aimk.private patch-aimk patch-dist_util_arch__variables sysutils/thefish Makefile sysutils/torsmo Makefile sysutils/usbhotkey Makefile sysutils/wmapm/files patch-aa sysutils/wmavgload Makefile sysutils/wmbattery Makefile sysutils/wmbluecpu/files patch-Makefile sysutils/wmbsdbatt/files patch-Makefile sysutils/wmcube/files patch-Makefile.FREEBSD sysutils/wmdiskmon Makefile sysutils/wmflame/files patch-Makefile sysutils/wmfsm Makefile sysutils/wmhm Makefile sysutils/wminet/files patch-aa sysutils/wmlmmon Makefile sysutils/wmmemfree Makefile sysutils/wmmemfree/files patch-Makefile sysutils/wmmount Makefile sysutils/wmpccard/files patch-Makefile sysutils/wmzazof/files patch-Makefile sysutils/xacpim/files patch-Makefile sysutils/xbatt Makefile sysutils/xbattbar Makefile sysutils/xfce4-utils Makefile sysutils/xloadface Makefile sysutils/xosview Makefile sysutils/xvidcap Makefile sysutils/xwlans/files patch-Makefile textproc/gnome-spell Makefile textproc/gnome-translate Makefile textproc/gtkspell Makefile textproc/gxditview Makefile textproc/iiimf-client-lib Makefile textproc/iiimf-protocol-lib Makefile textproc/lemmatizer Makefile textproc/liblingoteach Makefile textproc/libxdiff Makefile textproc/libxml++ Makefile textproc/libxml++26 Makefile textproc/linux-expat Makefile textproc/linux-libxml Makefile textproc/linux-libxml2 Makefile textproc/linux-xerces-c2 Makefile textproc/modlogan Makefile textproc/nunnimcax Makefile textproc/pcrs Makefile textproc/rast Makefile textproc/scim Makefile textproc/scim-input-pad Makefile textproc/scim-kmfl-imengine Makefile textproc/uim Makefile textproc/wbxml2 Makefile textproc/wordnet Makefile textproc/yamcha Makefile ukrainian/monacofonts Makefile pkg-message ukrainian/monacofonts/files Makefile vietnamese/gtk-im-vi Makefile vietnamese/unicode-uhoai Makefile vietnamese/vnterm Makefile vietnamese/vnxfonts Makefile vietnamese/xvnkb Makefile www/WebMagick Makefile www/amaya Makefile www/ashe/files patch-aa www/c-icap Makefile www/cgicc Makefile www/cgihtml Makefile www/dillo Makefile www/dillo-i18n Makefile www/dotproject-devel Makefile www/dummyflash/files patch-aa www/epiphany Makefile www/epiphany-extensions Makefile www/evolution-webcal Makefile www/fcgi Makefile www/firefox Makefile www/firefox-remote Makefile pkg-message www/flashplugin-mozilla Makefile www/galeon Makefile www/gnome-user-share Makefile www/gnome-web-photo Makefile www/gtkhtml Makefile www/gtkhtml38 Makefile www/gurlchecker Makefile www/helixplugin/files BSDmakefile www/kazehakase Makefile www/kdewebdev Makefile www/kompozer Makefile www/larbin Makefile www/libgtkhtml Makefile www/man2web Makefile www/mmosaic/files patch-Makefile www/mod_webapp Makefile www/mozilla Makefile Makefile.common www/mozplugger Makefile www/mozplugger/files patch-Makefile www/mplayer-plugin Makefile www/neon Makefile www/nspluginwrapper Makefile www/nvu Makefile www/openvrml Makefile www/opera Makefile www/opera/files patch-ini_pluginpath.ini www/osb-nrcore Makefile www/p5-Apache-Scoreboard Makefile www/p5-Apache2-Scoreboard Makefile www/rssowl Makefile www/seamonkey Makefile www/sidplug Makefile www/ump Makefile www/websh Makefile www/xpi-adblock Makefile.xpi www/xulrunner Makefile x11/9box Makefile x11/9box/files patch-src::Makefile x11/9menu Makefile x11/9term/files patch-ad x11/accessx Makefile x11/alltray Makefile x11/apwal Makefile x11/aterm Makefile x11/bbrun Makefile x11/bbrun/files patch-Makefile x11/blast Makefile x11/bricons Makefile x11/brightside Makefile x11/buttonbox Makefile x11/cnslock/files patch-Makefile x11/decurs Makefile x11/deskmenu Makefile x11/deskmenu/files patch-Makefile x11/dmenu/files patch-config.mk x11/dxpc Makefile x11/ebuttons Makefile x11/electricsheep Makefile x11/emu Makefile x11/erun Makefile x11/eterm Makefile x11/fast-user-switch-applet Makefile x11/fbpanel Makefile x11/fbsd-icons Makefile x11/fireflies Makefile x11/fireflies/files patch-Make.include.in x11/fluxbg Makefile x11/gcursor Makefile x11/gcursor/files patch-src::gcursor.c x11/gnome-applets Makefile x11/gnome-libs Makefile x11/gnome-panel Makefile x11/gnome-screensaver Makefile x11/gnome-swallow Makefile x11/gnome-terminal Makefile x11/gpctool Makefile x11/gpctool/files BSDmakefile x11/gsynaptics Makefile x11/gtk-themepreview Makefile x11/gtkchtheme Makefile x11/kdebase3 Makefile x11/kdebase3/files pkg-message.in x11/kdelibs3 Makefile x11/keylaunch Makefile x11/keylaunch/files patch-Makefile x11/kxgenerator Makefile x11/libX11 Makefile x11/libXtrans Makefile x11/libcapplet Makefile x11/libcapplet/files patch-Makefile patch-cappletConf.sh.in x11/libdnd Makefile x11/libdnd/files patch-ab x11/libgnome-java Makefile x11/libgnomemm Makefile x11/libgnomemm26 Makefile x11/libsx Makefile x11/libsx/files patch-aa x11/libsynaptics Makefile x11/libxklavier Makefile x11/linux-xorg-libs Makefile x11/lxpanel Makefile x11/metisse Makefile x11/mrxvt-devel Makefile x11/multi-aterm Makefile x11/numlockx Makefile x11/nvidia-driver Makefile x11/nvidia-driver/files patch-lib::Makefile x11/nvidia-settings Makefile x11/p5-X11-GUITest Makefile x11/p5-X11-IdleTime Makefile x11/padkey Makefile x11/portoseguro Makefile x11/props Makefile x11/qrash Makefile x11/qrash/files patch-ae x11/qt4-opengl Makefile x11/rxvt Makefile x11/rxvt-devel Makefile x11/rxvt-unicode Makefile x11/setxkbmap Makefile x11/sisctrl Makefile x11/slock Makefile x11/startup-notification Makefile x11/swarp Makefile x11/temperature.app/files patch-Makefile x11/tkXwin Makefile x11/trayer Makefile x11/tycoon Makefile x11/wdm Makefile x11/wmbutton Makefile x11/wmdrawer Makefile x11/wmfstatus/files patch-Makefile x11/wmmatrix/files patch-aa x11/wmmenu/files patch-Makefile x11/wmxss/files patch-Src::Makefile x11/workrave Makefile x11/wrapper Makefile x11/wterm Makefile x11/x3270 Makefile x11/xballoon Makefile x11/xbanner Makefile x11/xbanner/files patch-aa patch-ac patch-ae x11/xcb-proto Makefile x11/xclick Makefile x11/xcolorsel Makefile x11/xcut/files patch-aa x11/xdotool Makefile x11/xdtm Makefile x11/xfce4-taskmanager Makefile x11/xfree86_xkb_xml Makefile x11/xgrab Makefile x11/xidle Makefile x11/xkbset Makefile x11/xkeyboard-config Makefile x11/xkeywrap Makefile x11/xloadimage Makefile x11/xlupe Makefile x11/xmangekyou Makefile x11/xmotd Makefile x11/xmx Makefile x11/xmx/files patch-aa x11/xnodecor/files Makefile x11/xorg Makefile x11/xorg-apps Makefile x11/xorg-libraries Makefile x11/xorg-protos Makefile x11/xrestop Makefile x11/xrootconsole Makefile x11/xrsi Makefile x11/xscreensaver Makefile x11/xscreensaver-gnome Makefile x11/xscreensaver.app Makefile x11/xsnow Makefile x11/xstarroll Makefile x11/xstroke Makefile x11/xterm Makefile x11/xtermcontrol Makefile x11/xtrlock/files Makefile x11/xvattr Makefile x11/xvkbd Makefile x11/xxkb Makefile x11-clocks/abclock/files patch-Makefile x11-clocks/alltraxclock Makefile x11-clocks/asclock-gtk Makefile x11-clocks/asclock-xlib Makefile x11-clocks/astime Makefile x11-clocks/astzclock Makefile x11-clocks/bmp-alarm Makefile x11-clocks/emiclock Makefile x11-clocks/gdesklets-clock Makefile x11-clocks/gdesklets-countdown Makefile x11-clocks/gdesklets-ebichuclock Makefile x11-clocks/glclock Makefile x11-clocks/mlclock Makefile x11-clocks/osdclock Makefile x11-clocks/pclock Makefile x11-clocks/washerdryer/files patch-Makefile x11-clocks/wmbday Makefile x11-clocks/wmbinclock Makefile x11-clocks/wmblueclock/files patch-Makefile x11-clocks/wmcalclock/files patch-aa x11-clocks/wmclock Makefile x11-clocks/wmdate Makefile x11-clocks/wmitime/files patch-aa x11-clocks/wmtime Makefile x11-clocks/wmtimer/files patch-wmtimer::Makefile x11-clocks/wmtz Makefile x11-clocks/xmms-alarm Makefile x11-clocks/xtu Makefile x11-drivers/synaptics Makefile x11-drivers/synaptics/files patch-Makefile x11-fm/evidence Makefile x11-fm/ezfm/files patch-aa x11-fm/filerunner Makefile x11-fm/filerunner/files patch-aa x11-fm/fsv Makefile x11-fm/gnome-commander2 Makefile x11-fm/nautilus Makefile x11-fm/rox-filer Makefile x11-fm/tdfsb Makefile x11-fm/x-files Makefile x11-fm/x-files/files patch-aa x11-fm/xdiskusage Makefile x11-fm/xfm Makefile x11-fm/xnc Makefile x11-fm/xplore Makefile x11-fonts/arkpandora Makefile pkg-plist x11-fonts/artwiz-aleczapka Makefile pkg-message x11-fonts/artwiz-aleczapka-de Makefile pkg-message x11-fonts/artwiz-aleczapka-se Makefile pkg-message x11-fonts/artwiz-fonts Makefile pkg-message x11-fonts/avifonts Makefile pkg-plist x11-fonts/avifonts/files pkg-message.in x11-fonts/bitmap-fonts Makefile pkg-descr x11-fonts/bitstream-vera Makefile pkg-plist x11-fonts/code2000 Makefile x11-fonts/cyr-rfx Makefile x11-fonts/dejavu Makefile x11-fonts/etlfonts Makefile x11-fonts/etlfonts/files patch-aa x11-fonts/fontconfig Makefile x11-fonts/fonts-indic Makefile x11-fonts/fonts-te Makefile pkg-plist x11-fonts/geminifonts Makefile pkg-message x11-fonts/gentium Makefile pkg-plist x11-fonts/gentium/files pkg-message.in x11-fonts/getbdf Makefile x11-fonts/getbdf/files patch-aa x11-fonts/gnome-font-sampler Makefile x11-fonts/intlfonts Makefile x11-fonts/jmk-x11-fonts Makefile x11-fonts/junicode Makefile pkg-plist x11-fonts/lfpfonts-fix Makefile x11-fonts/lfpfonts-var Makefile x11-fonts/liberation-fonts-ttf Makefile x11-fonts/linux-fontconfig Makefile x11-fonts/manu-gothica Makefile x11-fonts/mathfonts Makefile x11-fonts/mgopen Makefile pkg-plist x11-fonts/mgopen/files pkg-message.in x11-fonts/mkbold Makefile x11-fonts/mkbold-mkitalic Makefile x11-fonts/mkitalic Makefile x11-fonts/nucleus Makefile x11-fonts/p5-type1inst Makefile x11-fonts/ppantsfonts Makefile pkg-message x11-fonts/proggy_fonts Makefile x11-fonts/sgifonts Makefile x11-fonts/suxus Makefile x11-fonts/terminus-font Makefile x11-fonts/texcm-ttf Makefile x11-fonts/tolkien-ttf Makefile x11-fonts/ttmkfdir Makefile x11-fonts/tv-fonts Makefile x11-fonts/webfonts Makefile pkg-plist x11-fonts/wqy Makefile x11-fonts/xmbdfed/files patch-aa x11-fonts/xorg-fonts Makefile x11-fonts/xorg-fonts-100dpi Makefile x11-fonts/xorg-fonts-75dpi Makefile x11-fonts/xorg-fonts-cyrillic Makefile x11-fonts/xorg-fonts-miscbitmaps Makefile x11-fonts/xorg-fonts-truetype Makefile x11-fonts/xorg-fonts-type1 Makefile x11-servers/Xfstt Makefile x11-servers/driglide Makefile x11-servers/mga_hal Makefile x11-servers/x2vnc Makefile x11-servers/xorg-dmx Makefile x11-servers/xorg-server Makefile x11-servers/xorg-server-snap Makefile x11-themes/bluecurve-themes Makefile x11-themes/clearlooks Makefile x11-themes/clearlooks-metacity Makefile x11-themes/cursor-bluecurve-theme Makefile x11-themes/emerald-themes Makefile x11-themes/enlightenment-theme-BlueSteel Makefile x11-themes/enlightenment-theme-BrushedMetal-Tigert Makefile x11-themes/enlightenment-theme-Ganymede Makefile x11-themes/enlightenment-theme-ShinyMetal Makefile x11-themes/gtk-engines Makefile x11-themes/gtk-industrial-theme/files Makefile-gtk1 x11-themes/phase Makefile x11-themes/polymer Makefile x11-themes/qinx Makefile x11-themes/qt-bluecurve-theme Makefile x11-themes/sapphire-themes Makefile x11-themes/xmms-bluecurve-theme Makefile x11-themes/xmms-eq-skins Makefile x11-toolkits/SoXt Makefile x11-toolkits/Xaw3d/files pkg-message.in x11-toolkits/XawPlus Makefile x11-toolkits/XawPlus/files patch-test::Makefile x11-toolkits/efltk Makefile x11-toolkits/enhance Makefile x11-toolkits/flu Makefile x11-toolkits/fox12 Makefile x11-toolkits/fox14 Makefile x11-toolkits/fox16 Makefile x11-toolkits/gai Makefile x11-toolkits/gai/files patch-gai_Makefile.in x11-toolkits/gal Makefile x11-toolkits/gal2 Makefile x11-toolkits/gdl Makefile x11-toolkits/gnocl Makefile x11-toolkits/gtk12 Makefile x11-toolkits/gtk20 Makefile x11-toolkits/gtkdatabox2 Makefile x11-toolkits/gtkglarea-- Makefile x11-toolkits/gtkscintilla Makefile x11-toolkits/gtkscintilla/files patch-aa x11-toolkits/gtksourceview Makefile x11-toolkits/gtksourceview2 Makefile x11-toolkits/guile-gtk Makefile x11-toolkits/hs-frantk/files patch-src::Makefile x11-toolkits/itk/files Makefile.lib x11-toolkits/jdic Makefile x11-toolkits/libbonoboui Makefile x11-toolkits/libbonobouimm Makefile x11-toolkits/libgail-gnome Makefile x11-toolkits/libgdiplus Makefile x11-toolkits/libgnomeprintui Makefile x11-toolkits/libgnomeprintuimm Makefile x11-toolkits/libgnomeuimm Makefile x11-toolkits/libgnomeuimm26 Makefile x11-toolkits/libgtk-java Makefile x11-toolkits/libpanelappletmm Makefile x11-toolkits/libzvt Makefile x11-toolkits/linux-gtk Makefile x11-toolkits/linux-gtk2 Makefile x11-toolkits/linux-pango Makefile x11-toolkits/linux-qt33 Makefile x11-toolkits/mesgui Makefile x11-toolkits/mowitz Makefile x11-toolkits/neXtaw Makefile x11-toolkits/open-motif Makefile x11-toolkits/p5-Prima Makefile x11-toolkits/p5-TclTk Makefile x11-toolkits/p5-Tk Makefile x11-toolkits/p5-Tk-TableMatrix Makefile x11-toolkits/paragui Makefile x11-toolkits/paragui-devel Makefile x11-toolkits/php-gtk Makefile x11-toolkits/plib Makefile x11-toolkits/py-fox Makefile x11-toolkits/py-fox/files patch-setup x11-toolkits/py-tkinter/files setup.py x11-toolkits/py-wmdockapps Makefile x11-toolkits/py-wxPython26 Makefile x11-toolkits/qscintilla Makefile x11-toolkits/qt33 Makefile x11-toolkits/qt4-gui Makefile x11-toolkits/qwt4 Makefile x11-toolkits/rep-gtk2 Makefile x11-toolkits/ruby-fox10 Makefile x11-toolkits/ruby-gtk2 Makefile x11-toolkits/ruby-tk Makefile x11-toolkits/scx Makefile x11-toolkits/slingshot Makefile x11-toolkits/soqt Makefile x11-toolkits/swt/files patch-build.sh patch-make_freebsd.mak x11-toolkits/swt-devel/files patch-build.sh patch-make_freebsd.mak x11-toolkits/swt31 Makefile x11-toolkits/swt31/files patch-build.sh patch-make_freebsd.mak x11-toolkits/tile Makefile x11-toolkits/tix Makefile x11-toolkits/tix/files patch-aa x11-toolkits/tk80 Makefile x11-toolkits/tk80/files Makefile.lib x11-toolkits/tkdnd Makefile x11-toolkits/tktray Makefile x11-toolkits/tktreectrl Makefile x11-toolkits/v/files patch-configs-ConfigX.mk x11-toolkits/viewkit Makefile x11-toolkits/viewklass Makefile x11-toolkits/vte Makefile x11-toolkits/wmapp Makefile x11-toolkits/wxgtk24 Makefile x11-toolkits/wxgtk26 Makefile x11-toolkits/wxgtk28 Makefile x11-toolkits/xclasses Makefile x11-toolkits/xclasses/files patch-ac x11-toolkits/xforms Makefile x11-toolkits/xg/files patch-aa x11-toolkits/xmhtml/files patch-aa x11-toolkits/xview Makefile x11-toolkits/xview-clients Makefile x11-wm/aewm Makefile x11-wm/afterstep-i18n Makefile x11-wm/afterstep-stable Makefile x11-wm/ahwm Makefile x11-wm/alloywm Makefile x11-wm/amaterus Makefile x11-wm/amiwm Makefile x11-wm/awesome Makefile x11-wm/badwm Makefile x11-wm/bbconf Makefile x11-wm/beryl-core Makefile x11-wm/beryl-manager Makefile x11-wm/beryl-plugins Makefile x11-wm/beryl-plugins-unsupported Makefile x11-wm/beryl-settings Makefile x11-wm/blwm Makefile x11-wm/blwm/files patch-Makefile.std x11-wm/clementine Makefile x11-wm/compiz Makefile x11-wm/compiz-fusion-plugins-extra Makefile x11-wm/compiz-fusion-plugins-main Makefile x11-wm/compiz-fusion-plugins-unsupported Makefile x11-wm/ctwm Makefile x11-wm/dwm/files patch-config.mk x11-wm/e16utils Makefile x11-wm/e16utils/files patch-e16keyedit-0.2 patch-e16menuedit-0.1 x11-wm/ede Makefile x11-wm/emerald Makefile x11-wm/enlightenment Makefile x11-wm/enlightenment-docs Makefile x11-wm/epiwm Makefile x11-wm/evilwm Makefile x11-wm/expocity Makefile x11-wm/fbcmd Makefile x11-wm/fluxspace Makefile x11-wm/fluxter Makefile x11-wm/fvwm95 Makefile x11-wm/fvwm95-i18n Makefile x11-wm/golem Makefile x11-wm/gwm Makefile x11-wm/icewm Makefile x11-wm/ion/files patch-system.mk x11-wm/ion-2 Makefile x11-wm/ion-2/files patch-system.mk x11-wm/jewel Makefile x11-wm/jwm Makefile x11-wm/kahakai Makefile x11-wm/kompmgr Makefile x11-wm/libcompizconfig Makefile x11-wm/libdockapp Makefile x11-wm/metacity Makefile x11-wm/mlvwm Makefile x11-wm/novawm Makefile x11-wm/olvwm Makefile x11-wm/orion Makefile x11-wm/pager Makefile x11-wm/pawm Makefile x11-wm/peksystray Makefile x11-wm/pekwm Makefile x11-wm/phluid Makefile x11-wm/piewm Makefile x11-wm/pwm Makefile x11-wm/qvwm Makefile x11-wm/ratmen/files patch-Makefile x11-wm/ratmenu/files patch-Makefile x11-wm/sapphire/files patch-Makefile x11-wm/sawfish Makefile x11-wm/skippy Makefile x11-wm/skippy-xd Makefile x11-wm/swm Makefile x11-wm/swm/files patch-Makefile-xpm x11-wm/treewm Makefile x11-wm/tvtwm Makefile x11-wm/ude Makefile x11-wm/waimea Makefile x11-wm/waimea-devel Makefile x11-wm/wampager Makefile x11-wm/weewm Makefile x11-wm/windowlab Makefile x11-wm/windowmaker Makefile x11-wm/wm2 Makefile x11-wm/wm2/files patch-aa x11-wm/wmakerconf Makefile x11-wm/wmanager Makefile x11-wm/wmanager/files patch-aa x11-wm/wmcp Makefile x11-wm/wmcp/files patch-aa x11-wm/wmg Makefile x11-wm/wmii Makefile x11-wm/xcompmgr Makefile x11-wm/xfce Makefile x11-wm/xfce/files patch-other::xinitrc.in x11-wm/xfce4-session Makefile x11-wm/xmonad Makefile x11-wm/xmonad-contrib Makefile x11-wm/yawm Makefile Log: - Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Revision Changes Path 1.3 +4 -4 ports/Mk/bsd.efl.mk 1.46 +2 -2 ports/Mk/bsd.gnustep.mk 1.76 +5 -5 ports/Mk/bsd.kde.mk 1.2 +2 -2 ports/Mk/bsd.ocaml.mk 1.10 +3 -3 ports/Mk/bsd.scons.mk 1.13 +6 -6 ports/Mk/bsd.wx.mk 1.7 +88 -89 ports/Mk/bsd.xorg.mk 1.64 +2 -2 ports/accessibility/at-spi/Makefile 1.43 +1 -3 ports/accessibility/dasher/Makefile 1.65 +2 -2 ports/accessibility/gail/Makefile 1.44 +2 -1 ports/accessibility/gnome-mag/Makefile 1.37 +1 -2 ports/accessibility/gnopernicus/Makefile 1.38 +1 -1 ports/accessibility/gok/Makefile 1.6 +2 -2 ports/accessibility/java-access-bridge/Makefile 1.18 +1 -1 ports/accessibility/linux-atk/Makefile 1.7 +7 -5 ports/arabic/ae_fonts_mono/Makefile 1.2 +1 -1 ports/arabic/ae_fonts_mono/pkg-message 1.11 +2 -2 ports/arabic/ae_fonts_ttf/Makefile 1.2 +6 -6 ports/arabic/ae_fonts_ttf/pkg-message 1.11 +1 -2 ports/arabic/kacst_fonts/Makefile 1.2 +1 -1 ports/arabic/kacst_fonts/files/pkg-message.in 1.22 +2 -4 ports/arabic/katoob/Makefile 1.6 +5 -5 ports/arabic/khotot/Makefile 1.2 +8 -8 ports/arabic/khotot/pkg-message 1.4 +1 -1 ports/arabic/libitl/Makefile 1.25 +1 -1 ports/archivers/dact/Makefile 1.72 +1 -1 ports/archivers/file-roller/Makefile 1.50 +1 -1 ports/archivers/libarchive/Makefile 1.4 +1 -1 ports/archivers/liblzxcomp/Makefile 1.9 +1 -1 ports/archivers/libmspack/Makefile 1.2 +1 -1 ports/archivers/linux-ucl/Makefile 1.36 +1 -1 ports/archivers/lzo/Makefile 1.40 +1 -1 ports/archivers/lzo2/Makefile 1.5 +1 -1 ports/archivers/unshield/Makefile 1.6 +2 -4 ports/archivers/xarchive/Makefile 1.38 +5 -6 ports/astro/celestia/Makefile 1.8 +2 -2 ports/astro/gaia/Makefile 1.12 +1 -1 ports/astro/gkrellmoon/Makefile 1.7 +2 -2 ports/astro/gkrellmoon2/Makefile 1.10 +1 -1 ports/astro/gkrellsun/Makefile 1.10 +1 -1 ports/astro/jday/Makefile 1.30 +3 -4 ports/astro/openuniverse/Makefile 1.8 +5 -5 ports/astro/saoimage/files/patch-aa 1.4 +2 -2 ports/astro/saoimage/files/patch-ab 1.5 +1 -1 ports/astro/sattrack/files/patch-aa 1.31 +3 -3 ports/astro/sunclock/Makefile 1.3 +3 -3 ports/astro/sunclock/files/patch-Imakefile 1.2 +1 -1 ports/astro/sunclock/files/patch-editkit_Imakefile 1.13 +1 -1 ports/astro/tkgeomap/Makefile 1.2 +2 -2 ports/astro/wmjupiter/files/patch-Makefile 1.4 +2 -2 ports/astro/wmmoonclock/files/patch-aa 1.2 +2 -2 ports/astro/wmsolar/files/patch-Makefile 1.3 +2 -2 ports/astro/wmspaceweather/files/patch-aa 1.16 +1 -1 ports/astro/wmsun/Makefile 1.52 +1 -1 ports/astro/xephem/Makefile 1.10 +2 -2 ports/astro/xglobe/files/patch-aa 1.2 +1 -1 ports/astro/xmoontool/files/patch-Makefile 1.43 +5 -6 ports/astro/xplanet/Makefile 1.26 +2 -3 ports/astro/xrmap/Makefile 1.2 +1 -1 ports/astro/xrmap/files/patch-earthview_Makefile 1.38 +3 -3 ports/astro/xtide/Makefile 1.10 +2 -2 ports/astro/xworld/Makefile 1.12 +1 -1 ports/audio/HVSC-Update/Makefile 1.61 +1 -2 ports/audio/arts/Makefile 1.24 +1 -1 ports/audio/ascd/Makefile 1.10 +2 -2 ports/audio/asmix/Makefile 1.10 +2 -2 ports/audio/asmixer/Makefile 1.25 +1 -2 ports/audio/autozen/Makefile 1.2 +1 -1 ports/audio/autozen/files/patch-Makefile 1.18 +2 -4 ports/audio/bmp-faad/Makefile 1.12 +2 -2 ports/audio/bmp-flac/Makefile 1.8 +1 -2 ports/audio/bmp-mac/Makefile 1.10 +1 -2 ports/audio/bmp-modplug/Makefile 1.8 +2 -3 ports/audio/coverhunter/Makefile 1.5 +1 -1 ports/audio/dagrab/files/patch-aa 1.22 +1 -2 ports/audio/dap/Makefile 1.8 +1 -1 ports/audio/dap/files/patch-ad 1.8 +1 -1 ports/audio/dap/files/patch-ae 1.2 +1 -1 ports/audio/dap/files/patch-tooltips-Makefile.linux 1.32 +2 -3 ports/audio/denemo/Makefile 1.11 +2 -4 ports/audio/dream/Makefile 1.15 +1 -2 ports/audio/ecawave/Makefile 1.14 +4 -4 ports/audio/ermixer/Makefile 1.43 +2 -2 ports/audio/festival+OGI/Makefile 1.2 +4 -4 ports/audio/festival+OGI/files/FreeBSD.mak 1.42 +1 -1 ports/audio/festival/Makefile 1.11 +1 -2 ports/audio/flac123/Makefile 1.5 +1 -1 ports/audio/freealut/Makefile 1.4 +0 -1 ports/audio/gai-visual-audio/pkg-plist 1.12 +2 -2 ports/audio/gdam/Makefile 1.19 +1 -1 ports/audio/gkrellmms/Makefile 1.42 +1 -1 ports/audio/gkrellmms2/Makefile 1.17 +2 -3 ports/audio/gkrellmss/Makefile 1.21 +3 -3 ports/audio/gkrellmss2/Makefile 1.15 +1 -1 ports/audio/gkrellmvolume/Makefile 1.28 +1 -1 ports/audio/gkrellmvolume2/Makefile 1.39 +3 -6 ports/audio/glame/Makefile 1.17 +2 -0 ports/audio/gmpc/Makefile 1.42 +3 -5 ports/audio/gnapster/Makefile 1.30 +2 -1 ports/audio/gnome-audio/Makefile 1.31 +2 -1 ports/audio/goobox/Makefile 1.12 +2 -4 ports/audio/gqradio/Makefile 1.80 +3 -4 ports/audio/grip/Makefile 1.23 +1 -1 ports/audio/gsm/Makefile 1.17 +2 -5 ports/audio/gspeakers/Makefile 1.4 +3 -3 ports/audio/hawkvoice/Makefile 1.16 +3 -4 ports/audio/hydrogen/Makefile 1.5 +1 -1 ports/audio/icegenerator/Makefile 1.4 +3 -4 ports/audio/jack-rack/Makefile 1.14 +0 -2 ports/audio/last.fm/Makefile 1.22 +1 -1 ports/audio/liba52/Makefile 1.42 +1 -1 ports/audio/libao/Makefile 1.27 +1 -1 ports/audio/libcdaudio/Makefile 1.30 +1 -1 ports/audio/libogg/Makefile 1.12 +1 -1 ports/audio/libshout/Makefile 1.32 +1 -1 ports/audio/libshout2/Makefile 1.32 +1 -1 ports/audio/libsidplay/Makefile 1.42 +1 -1 ports/audio/libsidplay2/Makefile 1.20 +1 -1 ports/audio/libtunepimp-old/Makefile 1.20 +1 -1 ports/audio/libtunepimp/Makefile 1.7 +1 -1 ports/audio/linux-alsa-lib/Makefile 1.19 +1 -1 ports/audio/linux-arts/Makefile 1.16 +1 -1 ports/audio/linux-esound/Makefile 1.3 +1 -1 ports/audio/linux-freealut/Makefile 1.15 +1 -1 ports/audio/linux-libaudiofile/Makefile 1.9 +1 -1 ports/audio/linux-libogg/Makefile 1.6 +1 -1 ports/audio/linux-libvorbis/Makefile 1.9 +1 -1 ports/audio/linux-openal/Makefile 1.14 +2 -2 ports/audio/lmms/Makefile 1.23 +4 -5 ports/audio/lplayer/Makefile 1.23 +4 -4 ports/audio/mixer.app/Makefile 1.16 +2 -2 ports/audio/mixxx/Makefile 1.26 +2 -2 ports/audio/mpg123/files/patch-aa 1.13 +2 -3 ports/audio/mpiosh/Makefile 1.11 +2 -4 ports/audio/musicbox-tag-editor/Makefile 1.26 +0 -1 ports/audio/normalize/Makefile 1.8 +0 -1 ports/audio/normalize/pkg-plist 1.46 +1 -1 ports/audio/openal/Makefile 1.31 +2 -4 ports/audio/opmixer/Makefile 1.25 +1 -1 ports/audio/pd/Makefile 1.7 +1 -2 ports/audio/phatbeat/Makefile 1.12 +1 -1 ports/audio/portaudio/Makefile 1.3 +2 -2 ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic 1.22 +7 -8 ports/audio/prokyon3/Makefile 1.27 +2 -1 ports/audio/pulseaudio/Makefile 1.12 +0 -2 ports/audio/py-sdl_mixer/Makefile 1.2 +3 -5 ports/audio/py-sdl_mixer/files/patch-setup.py 1.5 +1 -1 ports/audio/py-taglib/Makefile 1.20 +1 -1 ports/audio/py-xmms/Makefile 1.8 +1 -1 ports/audio/raop_play/Makefile 1.107 +1 -1 ports/audio/rhythmbox-devel/Makefile 1.106 +1 -2 ports/audio/rhythmbox/Makefile 1.26 +2 -2 ports/audio/rosegarden/Makefile 1.26 +0 -2 ports/audio/rsynth/Makefile 1.45 +2 -2 ports/audio/sdl_mixer/Makefile 1.60 +3 -5 ports/audio/snd/Makefile 1.42 +1 -2 ports/audio/sound-juicer/Makefile 1.21 +2 -4 ports/audio/spiralloops/Makefile 1.23 +2 -3 ports/audio/spiralsynth/Makefile 1.14 +2 -2 ports/audio/spiralsynthmodular/Makefile 1.12 +2 -4 ports/audio/swami/Makefile 1.16 +1 -1 ports/audio/taglib/Makefile 1.18 +2 -4 ports/audio/tagtool/Makefile 1.13 +1 -1 ports/audio/teamspeak_client/Makefile 1.30 +2 -2 ports/audio/terminatorx/Makefile 1.5 +1 -1 ports/audio/ufmcontrol-i18n/Makefile 1.3 +1 -1 ports/audio/wavplay/files/patch-aa 1.15 +1 -1 ports/audio/wmcdplay/Makefile 1.8 +1 -2 ports/audio/wmfmixer/Makefile 1.2 +2 -2 ports/audio/wmfmixer/files/patch-Makefile 1.12 +2 -2 ports/audio/wmix/Makefile 1.17 +1 -1 ports/audio/wmmixer/Makefile 1.10 +2 -3 ports/audio/wmmp3/Makefile 1.9 +4 -5 ports/audio/wmrecord/Makefile 1.11 +1 -1 ports/audio/wmsmixer/Makefile 1.25 +1 -2 ports/audio/wmusic/Makefile 1.29 +1 -1 ports/audio/workman/Makefile 1.7 +1 -1 ports/audio/wsoundprefs/files/patch-ab 1.7 +7 -7 ports/audio/wsoundprefs/pkg-descr 1.37 +2 -3 ports/audio/wsoundserver/Makefile 1.9 +1 -1 ports/audio/xanalyser/Makefile 1.26 +2 -2 ports/audio/xmixer/Makefile 1.16 +1 -1 ports/audio/xmms-a52dec/Makefile 1.18 +1 -1 ports/audio/xmms-arts_output/Makefile 1.20 +1 -1 ports/audio/xmms-crystality/Makefile 1.18 +2 -3 ports/audio/xmms-flac/Makefile 1.30 +2 -4 ports/audio/xmms-imms/Makefile 1.12 +1 -1 ports/audio/xmms-infopipe/Makefile 1.6 +2 -2 ports/audio/xmms-jackasyn/Makefile 1.19 +2 -2 ports/audio/xmms-mailnotify/Makefile 1.10 +1 -2 ports/audio/xmms-modplug/Makefile 1.25 +1 -1 ports/audio/xmradio/Makefile 1.37 +2 -3 ports/audio/xsidplay/Makefile 1.25 +1 -1 ports/audio/xtuner/Makefile 1.9 +2 -2 ports/audio/xvmixer/Makefile 1.9 +1 -1 ports/audio/xwave/Makefile 1.57 +2 -4 ports/audio/zinf/Makefile 1.9 +2 -5 ports/benchmarks/gtkperf/Makefile 1.9 +1 -1 ports/benchmarks/hpl/Makefile 1.25 +2 -4 ports/biology/L-Breeder/Makefile 1.2 +2 -2 ports/biology/L-Breeder/files/patch-Unix-Makefile 1.14 +1 -2 ports/biology/garlic/Makefile 1.3 +2 -2 ports/biology/garlic/files/patch-Makefile 1.32 +1 -1 ports/biology/gperiodic/Makefile 1.3 +2 -2 ports/biology/kinemage/files/patch-Makefile 1.35 +3 -4 ports/biology/molden/Makefile 1.16 +3 -3 ports/biology/molden/distinfo 1.8 +4 -4 ports/biology/molden/files/patch-aa 1.26 +1 -1 ports/biology/ncbi-toolkit/Makefile 1.18 +1 -1 ports/biology/ortep3/Makefile 1.18 +4 -4 ports/biology/phylip/Makefile 1.27 +3 -3 ports/biology/platon/Makefile 1.5 +2 -2 ports/biology/platon/files/Makefile 1.6 +2 -2 ports/biology/protomol/Makefile 1.19 +1 -2 ports/biology/rasmol/Makefile 1.4 +2 -2 ports/biology/seaview/files/patch-Makefile 1.37 +3 -4 ports/biology/tinker/Makefile 1.35 +4 -5 ports/biology/xdrawchem/Makefile 1.15 +0 -2 ports/cad/alliance/Makefile 1.27 +6 -6 ports/cad/astk-serveur/Makefile 1.29 +3 -3 ports/cad/brlcad/Makefile 1.25 +3 -5 ports/cad/calculix/Makefile 1.8 +4 -4 ports/cad/calculix/files/patch-cgx_VER+src+Makefile 1.25 +2 -2 ports/cad/chipmunk/Makefile 1.5 +2 -2 ports/cad/chipmunk/files/patch-ad 1.3 +1 -1 ports/cad/chipmunk/files/patch-ae 1.4 +2 -2 ports/cad/chipmunk/files/patch-af 1.3 +1 -1 ports/cad/chipmunk/files/patch-ah 1.4 +2 -2 ports/cad/chipmunk/files/patch-aj 1.3 +2 -2 ports/cad/chipmunk/files/patch-au 1.4 +2 -2 ports/cad/chipmunk/files/patch-ay 1.4 +1 -1 ports/cad/chipmunk/files/patch-az 1.14 +2 -2 ports/cad/cider/Makefile 1.4 +2 -2 ports/cad/cider/files/FreeBSD 1.10 +2 -2 ports/cad/dinotrace/Makefile 1.20 +1 -1 ports/cad/electric/Makefile 1.6 +3 -3 ports/cad/feappv/Makefile 1.10 +3 -5 ports/cad/freehdl/Makefile 1.58 +1 -1 ports/cad/gmsh/Makefile 1.6 +1 -1 ports/cad/gspiceui/files/patch-src_Makefile 1.27 +1 -1 ports/cad/gtkwave/Makefile 1.20 +2 -2 ports/cad/gwave/Makefile 1.32 +4 -4 ports/cad/irsim/Makefile 1.7 +2 -2 ports/cad/jspice3/Makefile 1.4 +1 -1 ports/cad/jspice3/files/patch-build 1.22 +3 -3 ports/cad/kicad/Makefile 1.2 +1 -1 ports/cad/kicad/files/patch-3d-viewer_makefile.include 1.2 +1 -1 ports/cad/kicad/files/patch-cvpcb_makefile.include 1.2 +1 -1 ports/cad/kicad/files/patch-gerbview_makefile.include 1.7 +5 -5 ports/cad/kicad/files/patch-libs.FreeBSD 1.2 +1 -1 ports/cad/kicad/files/patch-pcbnew_makefile.include 1.21 +1 -2 ports/cad/leocad/Makefile 1.3 +2 -2 ports/cad/leocad/files/patch-config.mk 1.7 +1 -1 ports/cad/linux-gid/Makefile 1.34 +3 -3 ports/cad/magic/Makefile 1.2 +3 -3 ports/cad/magic/files/defs.mak 1.3 +2 -2 ports/cad/mars/files/patch-01 1.2 +2 -2 ports/cad/mars/files/patch-08 1.4 +2 -2 ports/cad/netgen/files/patch-libsrc::makefile.mach.FREEBSD 1.2 +1 -1 ports/cad/netgen/files/patch-togl::Makefile 1.5 +3 -3 ports/cad/opencascade-tutorial/Makefile 1.9 +9 -9 ports/cad/opencascade/Makefile 1.57 +3 -4 ports/cad/pcb/Makefile 1.9 +1 -2 ports/cad/qcad-partslib/Makefile 1.51 +1 -3 ports/cad/qcad/Makefile 1.22 +5 -6 ports/cad/slffea/Makefile 1.37 +3 -3 ports/cad/spice/Makefile 1.2 +1 -1 ports/cad/spice/files/patch-conf_defaults 1.5 +1 -1 ports/cad/tclspice/Makefile 1.22 +4 -4 ports/cad/tkgate/Makefile 1.10 +1 -1 ports/cad/varkon/Makefile 1.66 +2 -3 ports/cad/xcircuit/Makefile 1.5 +1 -1 ports/cad/z88/Makefile 1.2 +4 -4 ports/cad/z88/files/patch-z88.mk.other 1.18 +2 -3 ports/chinese/BBMan/Makefile 1.6 +2 -2 ports/chinese/auto-cn-l10n/Makefile 1.30 +3 -3 ports/chinese/chinput3/Makefile 1.3 +2 -2 ports/chinese/chinput3/files/pkg-message.in 1.10 +5 -4 ports/chinese/cmexfonts/Makefile 1.30 +5 -3 ports/chinese/cxterm/Makefile 1.3 +1 -1 ports/chinese/cxterm/scripts/pre-install 1.15 +1 -1 ports/chinese/eterm/Makefile 1.10 +1 -1 ports/chinese/fireflyttf/Makefile 1.3 +2 -2 ports/chinese/fireflyttf/pkg-plist 1.84 +5 -4 ports/chinese/gcin/Makefile 1.15 +5 -5 ports/chinese/gugod-clean/Makefile 1.5 +2 -2 ports/chinese/hanzim/files/patch-Makefile 1.18 +2 -2 ports/chinese/iiimf-le-newpy/Makefile 1.15 +1 -2 ports/chinese/iiimf-le-xcin/Makefile 1.38 +2 -2 ports/chinese/libtabe/Makefile 1.13 +4 -5 ports/chinese/miniChinput/Makefile 1.6 +2 -2 ports/chinese/moettf/pkg-plist 1.14 +1 -1 ports/chinese/mplayer-fonts/Makefile 1.5 +3 -3 ports/chinese/msttf/Makefile 1.11 +1 -1 ports/chinese/opendesktop-fonts/Makefile 1.5 +2 -2 ports/chinese/opendesktop-fonts/pkg-plist 1.27 +1 -1 ports/chinese/oxim/Makefile 1.17 +1 -1 ports/chinese/pyDict/Makefile 1.31 +4 -2 ports/chinese/qterm/Makefile 1.11 +1 -2 ports/chinese/srecite/Makefile 1.5 +1 -1 ports/chinese/tcl83/Makefile 1.5 +2 -2 ports/chinese/tk83/Makefile 1.3 +7 -7 ports/chinese/ttfm/Makefile.ttf 1.18 +4 -4 ports/chinese/vflib/Makefile 1.24 +2 -4 ports/chinese/wenju/Makefile 1.11 +0 -2 ports/chinese/xmms/Makefile 1.2 +7 -7 ports/chinese/xpdf/files/dot.xpdfrc.in 1.19 +3 -4 ports/chinese/xsim/Makefile 1.2 +3 -3 ports/chinese/xsim/files/pkg-message.in 1.14 +1 -1 ports/comms/asmodem/Makefile 1.9 +2 -2 ports/comms/echolinux/Makefile 1.65 +1 -1 ports/comms/gnokii/Makefile 1.13 +2 -3 ports/comms/hamfax/Makefile 1.13 +4 -5 ports/comms/linpsk/Makefile 1.21 +1 -1 ports/comms/linrad/Makefile 1.12 +2 -2 ports/comms/linrad/files/patch-Makefile.in 1.15 +1 -1 ports/comms/rxtx/Makefile 1.7 +1 -1 ports/comms/tkhylafax/files/patch-aa 1.10 +1 -1 ports/comms/twpsk/Makefile 1.21 +2 -2 ports/comms/xcept/Makefile 1.3 +2 -2 ports/comms/xcept/files/patch-ae 1.19 +3 -6 ports/comms/yawmppp/Makefile 1.23 +1 -1 ports/converters/enca/Makefile 1.11 +1 -2 ports/converters/gbase/Makefile 1.37 +1 -1 ports/converters/recode/Makefile 1.32 +2 -2 ports/converters/xdeview/Makefile 1.55 +5 -5 ports/databases/clip/Makefile 1.17 +1 -1 ports/databases/dbconnect/Makefile 1.48 +1 -1 ports/databases/evolution-data-server/Makefile 1.9 +1 -1 ports/databases/fireprofile/Makefile 1.9 +2 -3 ports/databases/flamerobin/Makefile 1.38 +1 -1 ports/databases/gdbm/Makefile 1.41 +1 -2 ports/databases/gnome-db/Makefile 1.52 +3 -4 ports/databases/grass/Makefile 1.35 +3 -3 ports/databases/hk_classes/Makefile 1.7 +1 -1 ports/databases/keximdb/Makefile 1.6 +1 -2 ports/databases/kmysqladmin/Makefile 1.30 +1 -1 ports/databases/knoda/Makefile 1.41 +1 -2 ports/databases/libgda/Makefile 1.83 +1 -2 ports/databases/libgda2/Makefile 1.85 +1 -2 ports/databases/libgda3/Makefile 1.53 +1 -2 ports/databases/libgnomedb/Makefile 1.14 +1 -1 ports/databases/libmemcache/Makefile 1.18 +1 -1 ports/databases/libodbc++/Makefile 1.11 +1 -1 ports/databases/libudbc/Makefile 1.31 +3 -4 ports/databases/mdbtools/Makefile 1.11 +1 -1 ports/databases/mird/Makefile 1.67 +1 -1 ports/databases/msql/Makefile 1.72 +1 -1 ports/databases/msql3/Makefile 1.31 +1 -1 ports/databases/mysql++1/Makefile 1.12 +2 -3 ports/databases/mysql-query-browser/Makefile 1.8 +1 -1 ports/databases/mysql2odbc/Makefile 1.9 +1 -1 ports/databases/mysqlcppapi/Makefile 1.10 +1 -1 ports/databases/pgworksheet/Makefile 1.3 +1 -1 ports/databases/postgresql-libpgeasy/Makefile 1.11 +1 -1 ports/databases/postgresql-libpq++/Makefile 1.24 +1 -1 ports/databases/postgresql-libpqxx/Makefile 1.4 +1 -1 ports/databases/postgresql73-client/Makefile 1.5 +1 -1 ports/databases/postgresql74-client/Makefile 1.6 +1 -1 ports/databases/postgresql80-client/Makefile 1.5 +1 -1 ports/databases/postgresql81-client/Makefile 1.6 +1 -1 ports/databases/postgresql82-client/Makefile 1.2 +1 -1 ports/databases/postgresql83-client/Makefile 1.7 +1 -1 ports/databases/pxlib/Makefile 1.14 +1 -2 ports/databases/qt-ibase-plugin/Makefile 1.3 +2 -2 ports/databases/qt-ibase-plugin/files/Makefile.bsd 1.16 +1 -2 ports/databases/qt-mysql-plugin/Makefile 1.6 +4 -2 ports/databases/qt-mysql-plugin/files/Makefile.bsd 1.11 +1 -2 ports/databases/qt-odbc-plugin/Makefile 1.2 +2 -2 ports/databases/qt-odbc-plugin/files/Makefile.bsd 1.15 +1 -2 ports/databases/qt-pgsql-plugin/Makefile 1.2 +2 -2 ports/databases/qt-pgsql-plugin/files/Makefile.bsd 1.12 +1 -2 ports/databases/qt-sqlite-plugin/Makefile 1.2 +2 -2 ports/databases/qt-sqlite-plugin/files/Makefile.bsd 1.4 +1 -1 ports/databases/qt4-pgsql-plugin/files/Makefile.bsd 1.60 +1 -1 ports/databases/rrdtool10/Makefile 1.41 +1 -1 ports/databases/sqlite2/Makefile 1.54 +2 -2 ports/databases/sqlrelay/Makefile 1.23 +4 -4 ports/databases/tora/Makefile 1.7 +1 -2 ports/databases/wmjsql/Makefile 1.22 +3 -3 ports/databases/xmbase-grok/Makefile 1.43 +2 -3 ports/databases/xmysqladmin/Makefile 1.7 +6 -6 ports/databases/xmysqladmin/files/patch-aa 1.9 +2 -3 ports/deskutils/aspostit/Makefile 1.13 +1 -2 ports/deskutils/babytrans/Makefile 1.10 +1 -2 ports/deskutils/chmsee/Makefile 1.26 +1 -1 ports/deskutils/deskbar-applet/Makefile 1.18 +1 -2 ports/deskutils/dlume/Makefile 1.14 +1 -1 ports/deskutils/dragstack/Makefile 1.21 +1 -1 ports/deskutils/evolution-jescs/Makefile 1.15 +1 -2 ports/deskutils/gdeskcal-skins/Makefile 1.15 +1 -2 ports/deskutils/gdesklets-recentlyused/Makefile 1.21 +1 -2 ports/deskutils/gdesklets-starterbar/Makefile 1.54 +2 -2 ports/deskutils/gdesklets/Makefile 1.8 +1 -1 ports/deskutils/gkrellm-gtodo/Makefile 1.8 +1 -1 ports/deskutils/gkrellm-reminder2/Makefile 1.4 +1 -1 ports/deskutils/gkrellm-timers/Makefile 1.9 +1 -2 ports/deskutils/gnome-menu-editor/Makefile 1.67 +1 -2 ports/deskutils/gnome-pim/Makefile 1.95 +1 -1 ports/deskutils/gnome-utils/Makefile 1.26 +2 -4 ports/deskutils/gnotime/Makefile 1.26 +2 -4 ports/deskutils/gourmet/Makefile 1.7 +1 -1 ports/deskutils/griffith/Makefile 1.17 +2 -4 ports/deskutils/gtodo/Makefile 1.11 +2 -4 ports/deskutils/gtweakui/Makefile 1.38 +1 -1 ports/deskutils/gucharmap/Makefile 1.10 +1 -1 ports/deskutils/karamba/Makefile 1.16 +1 -1 ports/deskutils/kbirthday/Makefile 1.17 +1 -2 ports/deskutils/mdh/Makefile 1.15 +1 -2 ports/deskutils/multi-backgrounds-daemon/Makefile 1.16 +1 -1 ports/deskutils/nautilus-actions/Makefile 1.13 +2 -2 ports/deskutils/nautilus-locked-folder/Makefile 1.9 +1 -1 ports/deskutils/nautilus-open-terminal/Makefile 1.27 +1 -1 ports/deskutils/nautilus-sendto/Makefile 1.24 +2 -2 ports/deskutils/notification-daemon/Makefile 1.3 +6 -6 ports/deskutils/plan/files/patch-Makefile 1.47 +1 -2 ports/deskutils/planner/Makefile 1.8 +1 -1 ports/deskutils/pypanel/Makefile 1.20 +1 -0 ports/deskutils/sunbird/Makefile 1.2 +1 -1 ports/deskutils/tagutils/Makefile 1.26 +0 -1 ports/deskutils/taskjuggler/Makefile 1.10 +1 -1 ports/deskutils/tpb/Makefile 1.4 +1 -1 ports/deskutils/tpb/files/patch-man-tpb.1 1.16 +3 -3 ports/deskutils/tuxcards/Makefile 1.15 +1 -1 ports/deskutils/xmdiary/Makefile 1.4 +4 -4 ports/deskutils/xmdiary/files/patch-ab 1.21 +1 -2 ports/deskutils/xopps/Makefile 1.9 +1 -1 ports/deskutils/xopps/files/patch-aa 1.3 +2 -2 ports/deskutils/xopps/files/patch-ab 1.19 +3 -2 ports/deskutils/xpad/Makefile 1.25 +1 -1 ports/devel/ace+tao/Makefile 1.4 +1 -1 ports/devel/acovea/Makefile 1.6 +4 -4 ports/devel/adabindx/Makefile 1.10 +3 -4 ports/devel/adasdl/Makefile 1.2 +1 -1 ports/devel/adasdl/files/patch-AdaGL-make.conf_x11 1.3 +1 -1 ports/devel/adasdl/files/patch-AdaSDL-make.conf_x11 1.3 +1 -1 ports/devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11 1.3 +1 -1 ports/devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile 1.3 +1 -1 ports/devel/adasdl/files/patch-AdaSDL_image-make.conf_x11 1.3 +1 -1 ports/devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11 1.6 +1 -1 ports/devel/adime/Makefile 1.61 +2 -3 ports/devel/anjuta/Makefile 1.8 +1 -1 ports/devel/antlrworks/Makefile 1.19 +1 -1 ports/devel/asis/Makefile 1.19 +1 -1 ports/devel/asmutils/Makefile 1.30 +1 -2 ports/devel/bonobo-conf/Makefile 1.72 +1 -2 ports/devel/bonobo/Makefile 1.47 +1 -1 ports/devel/bug-buddy/Makefile 1.25 +1 -1 ports/devel/c2lib/Makefile 1.39 +1 -1 ports/devel/cdk/Makefile 1.3 +1 -1 ports/devel/cgilib/Makefile 1.24 +2 -1 ports/devel/clanlib/Makefile 1.22 +1 -1 ports/devel/cmake/Makefile 1.7 +1 -1 ports/devel/cppunit/Makefile 1.4 +1 -1 ports/devel/dbus-qt3/Makefile 1.70 +2 -2 ports/devel/dbus/Makefile 1.69 +1 -1 ports/devel/ddd/Makefile 1.30 +2 -1 ports/devel/devhelp/Makefile 1.3 +1 -1 ports/devel/djgpp-binutils/Makefile 1.8 +1 -1 ports/devel/dotconf++/Makefile 1.23 +1 -1 ports/devel/dotconf/Makefile 1.63 +1 -1 ports/devel/doxygen/Makefile 1.23 +2 -2 ports/devel/eric/Makefile 1.7 +2 -2 ports/devel/esdl/files/patch-c__src_Makefile 1.4 +1 -2 ports/devel/evolution-gconf-tools/Makefile 1.4 +1 -1 ports/devel/fib/Makefile 1.16 +2 -2 ports/devel/gauche-sdl/Makefile 1.53 +1 -2 ports/devel/gconf/Makefile 1.16 +2 -3 ports/devel/gconfmm/Makefile 1.27 +2 -2 ports/devel/gconfmm26/Makefile 1.23 +2 -2 ports/devel/gengameng/Makefile 1.80 +1 -1 ports/devel/gettext/Makefile 1.76 +1 -1 ports/devel/glade2/Makefile 1.11 +1 -1 ports/devel/glade3/Makefile 1.13 +1 -2 ports/devel/glademm/Makefile 1.43 +1 -1 ports/devel/gnome-build/Makefile 1.20 +1 -2 ports/devel/gnome-crash/Makefile 1.133 +1 -2 ports/devel/gnome-vfs/Makefile 1.57 +1 -2 ports/devel/gnome-vfs1/Makefile 1.23 +1 -1 ports/devel/goffice/Makefile 1.22 +1 -2 ports/devel/goffice04/Makefile 1.15 +1 -2 ports/devel/goffice1/Makefile 1.56 +1 -2 ports/devel/gtranslator/Makefile 1.16 +2 -2 ports/devel/guichan/Makefile 1.19 +2 -2 ports/devel/hs-tclhaskell-ghc/Makefile 1.28 +1 -1 ports/devel/icu/Makefile 1.3 +1 -1 ports/devel/json-c/Makefile 1.11 +1 -1 ports/devel/judy/Makefile 1.17 +3 -3 ports/devel/kaptain/Makefile 1.97 +1 -1 ports/devel/kdevelop/Makefile 1.14 +4 -5 ports/devel/kxl/Makefile 1.23 +3 -4 ports/devel/kyra/Makefile 1.3 +1 -1 ports/devel/leaktracer/Makefile 1.14 +2 -4 ports/devel/libafterbase/Makefile 1.16 +2 -3 ports/devel/libassetml/Makefile 1.26 +1 -2 ports/devel/libast/Makefile 1.5 +1 -1 ports/devel/libbegemot/Makefile 1.22 +2 -3 ports/devel/libbonobomm/Makefile 1.16 +1 -1 ports/devel/libchipcard/Makefile 1.5 +1 -1 ports/devel/libdict/Makefile 1.7 +1 -1 ports/devel/libdnsres/Makefile 1.4 +1 -1 ports/devel/libds/Makefile 1.4 +1 -1 ports/devel/libevocosm/Makefile 1.17 +1 -1 ports/devel/libgconf-java/Makefile 1.18 +1 -1 ports/devel/libglade-java/Makefile 1.42 +1 -2 ports/devel/libglade/Makefile 1.20 +4 -4 ports/devel/libglademm/Makefile 1.27 +3 -4 ports/devel/libglademm24/Makefile 1.4 +1 -1 ports/devel/libgpc/Makefile 1.44 +2 -3 ports/devel/libgsf/Makefile 1.2 +1 -1 ports/devel/libisc/Makefile 1.11 +1 -1 ports/devel/libltdl15/Makefile 1.15 +1 -1 ports/devel/libmcve/Makefile 1.12 +1 -1 ports/devel/libmimedir/Makefile 1.7 +1 -1 ports/devel/libmtrie/Makefile 1.10 +1 -1 ports/devel/libpci/Makefile 1.4 +1 -1 ports/devel/libphish/Makefile 1.6 +1 -1 ports/devel/libpperl/Makefile 1.3 +1 -1 ports/devel/libs11n/Makefile 1.32 +1 -1 ports/devel/libstatgrab/Makefile 1.15 +2 -2 ports/devel/libstroke/Makefile 1.15 +1 -1 ports/devel/libtai/Makefile 1.7 +1 -1 ports/devel/libthai/Makefile 1.17 +1 -1 ports/devel/libukcprog/Makefile 1.19 +2 -3 ports/devel/libunicode/Makefile 1.19 +1 -1 ports/devel/libvanessa_adt/Makefile 1.19 +1 -1 ports/devel/libvanessa_logger/Makefile 1.17 +1 -1 ports/devel/libvanessa_socket/Makefile 1.9 +1 -1 ports/devel/libvc/Makefile 1.4 +1 -1 ports/devel/libytnef/Makefile 1.9 +1 -1 ports/devel/linux-allegro/Makefile 1.17 +1 -1 ports/devel/linux-glib2/Makefile 1.14 +1 -1 ports/devel/linux-libglade/Makefile 1.16 +1 -1 ports/devel/linux-libglade2/Makefile 1.2 +1 -1 ports/devel/linux-libsigc++20/Makefile 1.10 +1 -1 ports/devel/linux-runrev/Makefile 1.8 +1 -1 ports/devel/log4cplus/Makefile 1.9 +1 -1 ports/devel/log4cxx/Makefile 1.2 +1 -1 ports/devel/lrmi/Makefile 1.96 +3 -3 ports/devel/mico/Makefile 1.4 +1 -1 ports/devel/mimir/Makefile 1.36 +1 -1 ports/devel/mingw32-binutils/Makefile 1.4 +1 -1 ports/devel/mpatrol/Makefile 1.24 +1 -1 ports/devel/msp430-binutils/Makefile 1.8 +1 -1 ports/devel/ncnf/Makefile 1.35 +2 -3 ports/devel/oaf/Makefile 1.18 +3 -3 ports/devel/ocaml-sdl/Makefile 1.15 +2 -2 ports/devel/ode-devel/Makefile 1.21 +3 -3 ports/devel/ode/Makefile 1.10 +1 -1 ports/devel/omniNotify/Makefile 1.19 +1 -1 ports/devel/ossp-al/Makefile 1.18 +1 -1 ports/devel/ossp-ex/Makefile 1.21 +1 -1 ports/devel/ossp-val/Makefile 1.22 +1 -1 ports/devel/ossp-var/Makefile 1.11 +1 -1 ports/devel/ossp-xds/Makefile 1.23 +1 -1 ports/devel/p5-SDL/Makefile 1.12 +1 -1 ports/devel/physfs/Makefile 1.4 +2 -2 ports/devel/pikdev/Makefile 1.23 +2 -1 ports/devel/plan9port/Makefile 1.15 +1 -1 ports/devel/poslib/Makefile 1.17 +1 -1 ports/devel/prepstools/Makefile 1.32 +1 -1 ports/devel/ptypes/Makefile 1.2 +2 -2 ports/devel/py-libgsf/Makefile 1.3 +1 -2 ports/devel/py-notify/Makefile 1.6 +2 -2 ports/devel/py-ode/Makefile 1.30 +1 -1 ports/devel/py-omniorb/Makefile 1.7 +2 -1 ports/devel/py-qt4-dbus/Makefile 1.22 +1 -1 ports/devel/qmake/Makefile 1.13 +1 -1 ports/devel/qmake4/Makefile 1.11 +1 -1 ports/devel/qsa/Makefile 1.14 +2 -2 ports/devel/qt4-qt3support/Makefile 1.9 +2 -1 ports/devel/qt4-uic3/Makefile 1.19 +6 -6 ports/devel/rhtvision/Makefile 1.18 +5 -6 ports/devel/root/Makefile 1.2 +1 -1 ports/devel/root/files/patch-asimage-Module.mk 1.3 +1 -1 ports/devel/rote/Makefile 1.45 +1 -1 ports/devel/ruby-sdl/Makefile 1.24 +4 -4 ports/devel/simgear/Makefile 1.10 +1 -1 ports/devel/st/Makefile 1.28 +1 -1 ports/devel/str/Makefile 1.4 +1 -1 ports/devel/subcommander/Makefile 1.24 +3 -4 ports/devel/tclcl/Makefile 1.21 +2 -3 ports/devel/tclreadline/Makefile 1.9 +1 -1 ports/devel/tclxml/Makefile 1.12 +1 -1 ports/devel/tinyq/Makefile 1.18 +1 -1 ports/devel/tmake/Makefile 1.12 +7 -9 ports/devel/upp/Makefile 1.4 +2 -2 ports/devel/upp/files/patch-uppsrc-ide-Makefile 1.13 +6 -4 ports/devel/wininfo/Makefile 1.10 +1 -1 ports/devel/xfc/Makefile 1.27 +1 -1 ports/devel/xwpe/Makefile 1.5 +2 -2 ports/devel/xwpe/files/patch-09 1.14 +1 -1 ports/dns/firedns/Makefile 1.14 +1 -2 ports/dns/gresolver/Makefile 1.5 +1 -1 ports/dns/libdjbdns/Makefile 1.18 +1 -1 ports/dns/posadis/Makefile 1.22 +1 -1 ports/editors/bed/Makefile 1.30 +1 -1 ports/editors/bitmap/Makefile 1.9 +1 -1 ports/editors/color-mate/Makefile 1.33 +2 -4 ports/editors/conglomerate/Makefile 1.59 +2 -2 ports/editors/cooledit/Makefile 1.34 +1 -2 ports/editors/dedit/Makefile 1.36 +1 -1 ports/editors/e93/Makefile 1.2 +2 -2 ports/editors/e93/files/patch-machdef.mk 1.13 +2 -2 ports/editors/edith/Makefile 1.16 +4 -4 ports/editors/elvis/Makefile 1.74 +3 -3 ports/editors/emacs/Makefile 1.24 +2 -3 ports/editors/emacs21/Makefile 1.5 +2 -2 ports/editors/fte/files/patch-aa 1.24 +0 -1 ports/editors/gedit-plugins/Makefile 1.69 +1 -1 ports/editors/gedit/Makefile 1.45 +2 -4 ports/editors/glimmer/Makefile 1.34 +3 -5 ports/editors/gnotepad+/Makefile 1.20 +0 -1 ports/editors/gnuserv/Makefile 1.46 +1 -1 ports/editors/hte/Makefile 1.33 +2 -2 ports/editors/jed/Makefile 1.24 +2 -1 ports/editors/jedit-devel/Makefile 1.30 +3 -4 ports/editors/jedit/Makefile 1.25 +3 -4 ports/editors/jext/Makefile 1.22 +1 -1 ports/editors/kxmleditor/Makefile 1.17 +1 -1 ports/editors/lazarus/Makefile 1.29 +2 -2 ports/editors/leafpad/Makefile 1.6 +1 -1 ports/editors/manedit/files/patch-Makefile.FreeBSD 1.4 +1 -1 ports/editors/manedit/files/patch-manedit.1 1.28 +1 -1 ports/editors/mlview/Makefile 1.12 +1 -1 ports/editors/nedit/files/patch-aa 1.4 +2 -2 ports/editors/nedit/files/patch-ac 1.218 +5 -6 ports/editors/openoffice.org-1.0/Makefile 1.4 +2 -2 ports/editors/openoffice.org-1.0/files/Makefile.localized 1.217 +2 -3 ports/editors/openoffice.org-1.1-devel/Makefile 1.8 +2 -2 ports/editors/openoffice.org-1.1-devel/files/Makefile.localized 1.228 +2 -3 ports/editors/openoffice.org-1.1/Makefile 1.10 +2 -2 ports/editors/openoffice.org-1.1/files/Makefile.localized 1.332 +3 -2 ports/editors/openoffice.org-2-RC/Makefile 1.18 +2 -2 ports/editors/openoffice.org-2-RC/files/Makefile.localized 1.360 +3 -2 ports/editors/openoffice.org-2-devel/Makefile 1.18 +2 -2 ports/editors/openoffice.org-2-devel/files/Makefile.localized 1.300 +3 -3 ports/editors/openoffice.org-2/Makefile 1.19 +2 -2 ports/editors/openoffice.org-2/files/Makefile.localized 1.371 +3 -2 ports/editors/openoffice.org-3-devel/Makefile 1.19 +2 -2 ports/editors/openoffice.org-3-devel/files/Makefile.localized 1.4 +1 -1 ports/editors/pdfedit/Makefile 1.10 +4 -4 ports/editors/qemacs/Makefile 1.2 +1 -1 ports/editors/richtext/files/patch-Imakefile 1.15 +2 -2 ports/editors/sam/Makefile 1.3 +2 -2 ports/editors/sam/files/patch-aa 1.3 +1 -1 ports/editors/sam/files/patch-ab 1.3 +2 -2 ports/editors/sam/files/patch-ac 1.5 +2 -4 ports/editors/setedit/Makefile 1.2 +2 -2 ports/editors/setedit/files/patch-config.pl 1.3 +3 -3 ports/editors/softmaker-office/Makefile 1.24 +1 -1 ports/editors/staroffice5/Makefile 1.52 +1 -1 ports/editors/staroffice52/Makefile 1.62 +1 -1 ports/editors/staroffice60/Makefile 1.67 +1 -1 ports/editors/staroffice70/Makefile 1.12 +1 -2 ports/editors/the/Makefile 1.324 +8 -5 ports/editors/vim/Makefile 1.135 +2 -2 ports/editors/vim5/Makefile 1.150 +9 -6 ports/editors/vim6/Makefile 1.33 +2 -3 ports/editors/wily/Makefile 1.22 +2 -2 ports/editors/xcoral/Makefile 1.19 +1 -1 ports/editors/xed/Makefile 1.65 +4 -6 ports/editors/xemacs-devel-mule/Makefile 1.113 +3 -5 ports/editors/xemacs-devel/Makefile 1.110 +2 -3 ports/editors/xemacs/Makefile 1.100 +1 -3 ports/editors/xemacs21-mule/Makefile 1.19 +1 -1 ports/editors/xenon/Makefile 1.6 +2 -2 ports/editors/xenon/files/patch-ab 1.84 +1 -3 ports/editors/xvile/Makefile 1.37 +2 -2 ports/editors/yudit/Makefile 1.2 +1 -1 ports/emulators/adamem/files/patch-Makefile.X 1.39 +2 -2 ports/emulators/atari800/Makefile 1.38 +2 -1 ports/emulators/basiliskII/Makefile 1.20 +2 -4 ports/emulators/bfe/Makefile 1.82 +1 -1 ports/emulators/bochs/Makefile 1.7 +4 -5 ports/emulators/cingb/Makefile 1.8 +2 -2 ports/emulators/darcnes/Makefile 1.3 +6 -7 ports/emulators/darcnes/files/patch-ab 1.8 +1 -1 ports/emulators/dtcyber/Makefile 1.24 +2 -4 ports/emulators/fceu/Makefile 1.6 +1 -1 ports/emulators/fmsx/files/patch-aa 1.8 +4 -4 ports/emulators/gbe/Makefile 1.9 +1 -1 ports/emulators/gcube/Makefile 1.22 +4 -5 ports/emulators/gngb/Makefile 1.13 +2 -2 ports/emulators/gngeo/Makefile 1.18 +2 -4 ports/emulators/gsnes9x/Makefile 1.17 +1 -1 ports/emulators/gxemul/Makefile 1.28 +2 -4 ports/emulators/gxmame/Makefile 1.25 +12 -3 ports/emulators/ines/Makefile 1.15 +1 -1 ports/emulators/linux-ePSXe/Makefile 1.10 +1 -1 ports/emulators/linux-geepee32/Makefile 1.3 +1 -1 ports/emulators/linux-padjoy/Makefile 1.12 +1 -1 ports/emulators/linux-peops-softgpu/Makefile 1.11 +1 -1 ports/emulators/linux-peops-spu/Makefile 1.13 +1 -1 ports/emulators/linux-pete-mesagpu/Makefile 1.6 +1 -1 ports/emulators/linux-pete-xgl2gpu/Makefile 1.17 +1 -1 ports/emulators/linux-vmware-toolbox2/Makefile 1.25 +1 -1 ports/emulators/linux-vmware-toolbox4/Makefile 1.28 +1 -1 ports/emulators/linux-vmware-toolbox5/Makefile 1.33 +1 -1 ports/emulators/linux-vmware-toolbox6/Makefile 1.14 +1 -1 ports/emulators/linux-winetools/Makefile 1.2 +2 -2 ports/emulators/m2000/files/patch-Makefile.X 1.20 +1 -2 ports/emulators/mastergear/Makefile 1.24 +3 -3 ports/emulators/mednafen/Makefile 1.9 +5 -6 ports/emulators/minivmac/Makefile 1.3 +2 -2 ports/emulators/mupen64-base/files/patch-Makefile 1.8 +1 -1 ports/emulators/mupen64-rice/Makefile 1.3 +7 -5 ports/emulators/open-vm-tools/Makefile 1.16 +3 -3 ports/emulators/p-interp/Makefile 1.2 +1 -1 ports/emulators/p-interp/files/patch-aa 1.4 +1 -1 ports/emulators/pcemu/files/patch-aa 1.21 +3 -3 ports/emulators/quasi88/Makefile 1.4 +1 -1 ports/emulators/raine/files/patch-makefile 1.16 +2 -2 ports/emulators/ski/Makefile 1.12 +2 -5 ports/emulators/snes9express/Makefile 1.55 +6 -5 ports/emulators/snes9x/Makefile 1.31 +3 -3 ports/emulators/spim/Makefile 1.40 +2 -2 ports/emulators/stella/Makefile 1.20 +0 -2 ports/emulators/stonx/Makefile 1.10 +2 -1 ports/emulators/tme/Makefile 1.12 +4 -4 ports/emulators/tuxnes/Makefile 1.31 +2 -2 ports/emulators/twin/Makefile 1.12 +20 -26 ports/emulators/vMac/Makefile 1.4 +2 -2 ports/emulators/vba/pkg-message 1.17 +2 -2 ports/emulators/vgb/Makefile 1.3 +1 -1 ports/emulators/vgb/files/patch-aa 1.58 +0 -1 ports/emulators/vice/Makefile 1.19 +2 -3 ports/emulators/visualos/Makefile 1.30 +6 -6 ports/emulators/vmware-guestd4/Makefile 1.41 +10 -10 ports/emulators/vmware-guestd5/Makefile 1.55 +6 -6 ports/emulators/vmware-guestd6/Makefile 1.20 +1 -2 ports/emulators/vmware-tools3/Makefile 1.98 +1 -1 ports/emulators/vmware3/Makefile 1.13 +2 -2 ports/emulators/vpce/Makefile 1.259 +2 -2 ports/emulators/wine/Makefile 1.7 +2 -2 ports/emulators/xbraitenberg/Makefile 1.8 +1 -1 ports/emulators/xgngeo/Makefile 1.4 +1 -1 ports/emulators/xgngeo/files/patch-data-py_configfile.py 1.20 +2 -2 ports/emulators/xgs/Makefile 1.3 +1 -1 ports/emulators/xhomer/files/patch-Makefile 1.119 +6 -6 ports/emulators/xmame/Makefile 1.49 +3 -3 ports/emulators/xzx/Makefile 1.35 +3 -3 ports/emulators/zsnes/Makefile 1.18 +1 -1 ports/finance/gnucash-docs/Makefile 1.121 +2 -3 ports/finance/gnucash/Makefile 1.31 +1 -1 ports/finance/khacc/Makefile 1.9 +2 -3 ports/finance/opentaxsolver/Makefile 1.6 +1 -1 ports/finance/pfpro/Makefile 1.68 +2 -4 ports/finance/qhacc/Makefile 1.8 +4 -5 ports/finance/qtstalker/Makefile 1.17 +2 -3 ports/finance/wmstock/Makefile 1.3 +2 -2 ports/finance/wmstock/files/patch-ab 1.20 +1 -1 ports/finance/xquote/Makefile 1.2 +3 -3 ports/finance/xtrader/files/patch-Makefile.linux 1.59 +4 -4 ports/french/aster/Makefile 1.29 +1 -1 ports/french/staroffice52/Makefile 1.19 +5 -4 ports/french/xtel/Makefile 1.29 +2 -1 ports/ftp/IglooFTP/Makefile 1.23 +1 -1 ports/ftp/ftptool/Makefile 1.29 +1 -1 ports/ftp/kbear/Makefile 1.3 +1 -1 ports/ftp/linux-curl/Makefile 1.3 +3 -3 ports/ftp/wmget/files/patch-Makefile 1.2 +2 -2 ports/ftp/wmget/files/patch-dockapp::Makefile 1.15 +2 -2 ports/ftp/xrmftp/Makefile 1.21 +1 -1 ports/games/3dc/Makefile 1.5 +2 -2 ports/games/3dc/files/patch-aa 1.20 +2 -2 ports/games/3dpong/Makefile 1.9 +3 -5 ports/games/BillardGL/Makefile 1.2 +2 -2 ports/games/BillardGL/files/patch-Makefile 1.2 +1 -1 ports/games/BillardGL/files/patch-Namen.h 1.2 +2 -2 ports/games/CaribbeanStud/files/patch-Xmakefile 1.6 +3 -3 ports/games/KnightCap/files/patch-aa 1.16 +3 -3 ports/games/abuse_sdl/Makefile 1.18 +1 -1 ports/games/actx/Makefile 1.18 +1 -1 ports/games/adom/Makefile 1.15 +2 -2 ports/games/affenspiel/Makefile 1.3 +2 -2 ports/games/airrox/files/patch-Makefile 1.34 +3 -4 ports/games/alephone/Makefile 1.7 +4 -4 ports/games/amphetamine/files/patch-aa 1.8 +2 -2 ports/games/annelid/Makefile 1.2 +2 -2 ports/games/annelid/files/patch-Makefile 1.8 +1 -1 ports/games/apoolGL/Makefile 1.8 +2 -2 ports/games/aqbubble/Makefile 1.9 +3 -4 ports/games/armagetron/Makefile 1.14 +1 -1 ports/games/atitd/Makefile 1.30 +1 -2 ports/games/atomix/Makefile 1.30 +3 -3 ports/games/atr3d/Makefile 1.18 +2 -3 ports/games/barrage/Makefile 1.5 +2 -2 ports/games/battalion/files/patch-aa 1.33 +3 -3 ports/games/battleball/Makefile 1.2 +1 -1 ports/games/bfm/files/patch-Rules.make.in 1.7 +2 -2 ports/games/blobandconquer/files/patch-makefile 1.3 +2 -2 ports/games/bloboats/files/patch-Makefile 1.3 +2 -2 ports/games/blockade/files/patch-aa 1.7 +3 -3 ports/games/blokish/Makefile 1.14 +1 -2 ports/games/bogged/Makefile 1.12 +2 -2 ports/games/bomb/Makefile 1.25 +2 -3 ports/games/bomberclone/Makefile 1.31 +2 -4 ports/games/bombermaze/Makefile 1.14 +3 -3 ports/games/boswars/Makefile 1.8 +1 -1 ports/games/bubbros/Makefile 1.4 +2 -2 ports/games/bumprace/Makefile 1.17 +2 -2 ports/games/burgerspace/Makefile 1.24 +2 -3 ports/games/bygfoot/Makefile 1.4 +2 -2 ports/games/cake/files/patch-Makefile 1.12 +2 -2 ports/games/ceferino/Makefile 1.20 +1 -2 ports/games/cgoban2/Makefile 1.7 +2 -2 ports/games/chanta/Makefile 1.17 +5 -5 ports/games/chromium/Makefile 1.18 +2 -4 ports/games/clanbomber/Makefile 1.2 +2 -2 ports/games/cleanq3/files/patch-code-unix-Makefile 1.23 +1 -2 ports/games/columns/Makefile 1.8 +4 -5 ports/games/connectfive/Makefile 1.7 +3 -3 ports/games/construo/Makefile 1.8 +3 -5 ports/games/crack-attack/Makefile 1.30 +4 -5 ports/games/criticalmass/Makefile 1.65 +3 -3 ports/games/crossfire-client/Makefile 1.5 +2 -2 ports/games/cube/files/patch-Makefile 1.3 +2 -2 ports/games/cultivation/files/patch-Makefile.GnuLinux 1.9 +2 -2 ports/games/d2x/Makefile 1.7 +2 -4 ports/games/daimonin-client/Makefile 1.11 +2 -0 ports/games/dangerdeep/Makefile 1.22 +2 -2 ports/games/deng/Makefile 1.12 +3 -3 ports/games/diameter/Makefile 1.6 +2 -2 ports/games/djgame2/Makefile 1.32 +4 -5 ports/games/doom/Makefile 1.5 +2 -2 ports/games/doom/files/patch-ab 1.17 +1 -1 ports/games/doomlegacy/Makefile 1.36 +1 -2 ports/games/dopewars/Makefile 1.9 +1 -1 ports/games/dsnake/Makefile 1.11 +4 -4 ports/games/duel/Makefile 1.33 +2 -2 ports/games/eboard/Makefile 1.11 +2 -2 ports/games/eduke32/Makefile 1.3 +4 -4 ports/games/egl/files/patch-makefile 1.5 +2 -2 ports/games/el/files/patch-Makefile.bsdg 1.32 +3 -3 ports/games/ember/Makefile 1.38 +1 -1 ports/games/enigma/Makefile 1.2 +2 -2 ports/games/ensemblist/files/patch-Makefile 1.9 +3 -3 ports/games/evq3/Makefile 1.5 +2 -2 ports/games/excido/files/patch-Makefile 1.28 +3 -5 ports/games/exult/Makefile 1.5 +1 -1 ports/games/ezquake/files/patch-Makefile 1.18 +2 -3 ports/games/falconseye/Makefile 1.4 +2 -2 ports/games/falconseye/files/patch-sys_unix_Makefile_src 1.2 +2 -2 ports/games/falconseye/files/x-config 1.41 +1 -2 ports/games/fgfs-base/Makefile 1.6 +8 -10 ports/games/fgsd/Makefile 1.18 +2 -2 ports/games/fkiss/Makefile 1.12 +2 -3 ports/games/flightgear-aircrafts/Makefile 1.8 +10 -11 ports/games/flightgear-atlas/Makefile 1.3 +0 -1 ports/games/flightgear-atlas/pkg-plist 1.5 +2 -2 ports/games/flightgear-mb339-pan/Makefile 1.48 +9 -9 ports/games/flightgear/Makefile 1.20 +3 -3 ports/games/foobillard/Makefile 1.90 +1 -1 ports/games/freeciv/Makefile 1.20 +1 -2 ports/games/freesci/Makefile 1.18 +3 -3 ports/games/fuhquake/Makefile 1.7 +4 -4 ports/games/fuhquake/files/Makefile 1.5 +1 -1 ports/games/fuhquake/files/patch-mp3_player.c 1.6 +1 -1 ports/games/galaxymage/Makefile 1.2 +1 -1 ports/games/galaxymage/files/patch-src_Translate.py 1.43 +3 -4 ports/games/gcompris/Makefile 1.8 +2 -5 ports/games/geki2/Makefile 1.7 +2 -5 ports/games/geki3/Makefile 1.25 +1 -2 ports/games/gemdropx/Makefile 1.11 +3 -3 ports/games/ggz-sdl-games/Makefile 1.9 +5 -6 ports/games/gillo/Makefile 1.2 +1 -1 ports/games/gillo/files/patch-Jamrules 1.2 +1 -1 ports/games/gillo/files/patch-src_Jamfile 1.32 +3 -9 ports/games/gl-117/Makefile 1.20 +2 -5 ports/games/glasteroids/Makefile 1.6 +2 -2 ports/games/glasteroids/files/Makefile.FreeBSD 1.9 +1 -1 ports/games/glaxium/Makefile 1.2 +2 -2 ports/games/glbsp/files/patch-GUI_unx.mak 1.30 +2 -4 ports/games/glife/Makefile 1.4 +2 -2 ports/games/glmaze/files/patch-Makefile 1.23 +3 -3 ports/games/glob2/Makefile 1.9 +3 -3 ports/games/glpuzzle/Makefile 1.38 +4 -5 ports/games/gltron/Makefile 1.12 +2 -4 ports/games/gnmm/Makefile 1.34 +1 -2 ports/games/gno3dtet/Makefile 1.14 +1 -1 ports/games/gnome-games-extra-data/Makefile 1.122 +1 -1 ports/games/gnome-games/Makefile 1.11 +2 -4 ports/games/gnomeattacks/Makefile 1.24 +1 -2 ports/games/gnomebreakout/Makefile 1.20 +1 -2 ports/games/gnomechess/Makefile 1.15 +2 -4 ports/games/gnomermind/Makefile 1.12 +5 -7 ports/games/gnomesudoku/Makefile 1.9 +2 -3 ports/games/gnurobots/Makefile 1.4 +2 -2 ports/games/golddig/files/patch-ad 1.2 +2 -2 ports/games/goonies/files/patch-build-linux-Makefile 1.33 +7 -8 ports/games/gracer/Makefile 1.17 +3 -4 ports/games/grande/Makefile 1.19 +1 -2 ports/games/gretools/Makefile 1.45 +1 -2 ports/games/gtetrinet/Makefile 1.15 +1 -2 ports/games/gtkabale/Makefile 1.7 +1 -2 ports/games/gtkatlantic/Makefile 1.6 +1 -2 ports/games/gtkpool/Makefile 1.3 +3 -3 ports/games/gtkradiant/files/patch-SConstruct 1.24 +1 -2 ports/games/gtktetcolor/Makefile 1.23 +1 -2 ports/games/gturing/Makefile 1.16 +1 -2 ports/games/gweled/Makefile 1.5 +2 -2 ports/games/heretic/files/patch-aa 1.34 +1 -2 ports/games/heroes/Makefile 1.20 +1 -2 ports/games/hex/Makefile 1.6 +1 -2 ports/games/hexxagon/Makefile 1.5 +1 -1 ports/games/hohlin/Makefile 1.14 +2 -2 ports/games/icbm3d/Makefile 1.3 +3 -3 ports/games/icbm3d/files/patch-aa 1.26 +2 -3 ports/games/imaze/Makefile 1.7 +2 -2 ports/games/ioquake3/files/patch-Makefile 1.10 +1 -1 ports/games/iourbanterror/files/patch-Makefile 1.15 +2 -3 ports/games/jfduke3d/Makefile 1.5 +6 -6 ports/games/joequake/files/patch-Makefile.linux 1.9 +5 -7 ports/games/kiki/Makefile 1.3 +2 -2 ports/games/kmquake2/files/patch-Makefile 1.3 +2 -3 ports/games/libdungeonmaker/Makefile 1.3 +2 -3 ports/games/libfov/Makefile 1.10 +1 -1 ports/games/libmaitretarot/Makefile 1.10 +1 -1 ports/games/libmt_client/Makefile 1.25 +2 -3 ports/games/libshhcards/Makefile 1.3 +1 -1 ports/games/libshhcards/files/Makefile.lib 1.19 +1 -2 ports/games/lincity-ng/Makefile 1.6 +5 -5 ports/games/linux-goodway/Makefile 1.9 +1 -1 ports/games/linux-steam/Makefile 1.7 +1 -1 ports/games/linux-ut2003-demo/Makefile 1.6 +1 -1 ports/games/linux-ut2004-demo/Makefile 1.6 +1 -1 ports/games/linux-virtual-jay-peak/Makefile 1.11 +1 -1 ports/games/linux-x-plane-net-installer/Makefile 1.10 +1 -1 ports/games/linux-x-plane/Makefile 1.31 +1 -1 ports/games/macopix/Makefile 1.38 +2 -3 ports/games/maelstrom/Makefile 1.3 +2 -2 ports/games/maelstrom/files/Makeflags 1.4 +2 -2 ports/games/mangband/files/patch-ab 1.11 +1 -1 ports/games/marsnomercy/Makefile 1.6 +3 -3 ports/games/marsnomercy/files/patch-SConstruct 1.13 +1 -2 ports/games/merlin/Makefile 1.11 +1 -1 ports/games/mindfocus/Makefile 1.13 +5 -5 ports/games/mindguard/Makefile 1.4 +1 -1 ports/games/mindguard/files/patch-aa 1.4 +1 -1 ports/games/mindguard/files/patch-ab 1.21 +1 -1 ports/games/mirrormagic/Makefile 1.19 +1 -2 ports/games/monster-masher/Makefile 1.3 +2 -2 ports/games/nehquake/files/patch-Makefile 1.5 +2 -2 ports/games/nethack32/files/patch-ab 1.7 +2 -2 ports/games/nethack33/files/patch-ad 1.12 +2 -2 ports/games/nethack34/files/patch-ad 1.12 +1 -2 ports/games/netrek-BRMH-bin/Makefile 1.11 +1 -2 ports/games/netrek-COW3-bin/Makefile 1.13 +1 -2 ports/games/newvox/Makefile 1.18 +5 -4 ports/games/nexuiz/Makefile 1.16 +2 -2 ports/games/nighthawk/Makefile 1.3 +2 -2 ports/games/noegnud-littlehack/files/noegnud-littlehack.patch 1.3 +2 -2 ports/games/noegnud-nethack-deet/files/noegnud-nethack-deet.patch 1.3 +2 -2 ports/games/noegnud-nethack/files/noegnud-nethack.patch 1.3 +4 -4 ports/games/noegnud-slashem/files/noegnud-slashem.patch 1.4 +3 -3 ports/games/oolite/files/patch-makefile 1.23 +4 -4 ports/games/oonsoo/Makefile 1.2 +2 -2 ports/games/openarena/files/patch-Makefile 1.15 +2 -3 ports/games/openglad/Makefile 1.10 +2 -4 ports/games/palomino/Makefile 1.6 +1 -2 ports/games/pets/Makefile 1.23 +5 -6 ports/games/pinball/Makefile 1.10 +2 -2 ports/games/planeshift/Makefile 1.13 +5 -6 ports/games/pmars/Makefile 1.7 +2 -2 ports/games/pongix/Makefile 1.10 +3 -3 ports/games/pouetchess/Makefile 1.11 +2 -2 ports/games/ppracer/Makefile 1.2 +1 -1 ports/games/q2p/files/patch-Makefile 1.3 +2 -2 ports/games/q2pro/files/patch-build__pre.mk 1.10 +1 -1 ports/games/q3base/Makefile 1.8 +2 -2 ports/games/q3cellshading/files/patch-code-unix-Makefile 1.32 +2 -1 ports/games/qgo/Makefile 1.14 +6 -4 ports/games/qix/Makefile 1.33 +1 -1 ports/games/quake2forge/Makefile 1.30 +2 -2 ports/games/quake2lnx/Makefile 1.6 +5 -5 ports/games/quake2lnx/files/patch-Makefile 1.7 +2 -2 ports/games/quake3/files/patch-code-unix-Makefile 1.67 +1 -1 ports/games/quakeforge/Makefile 1.15 +2 -2 ports/games/quetoo/Makefile 1.13 +3 -3 ports/games/race/Makefile 1.9 +1 -1 ports/games/ri-li/Makefile 1.26 +2 -3 ports/games/robocode/Makefile 1.31 +3 -4 ports/games/rocksndiamonds/Makefile 1.29 +2 -5 ports/games/rtb/Makefile 1.14 +3 -3 ports/games/rubix/Makefile 1.7 +3 -4 ports/games/sarien/Makefile 1.6 +2 -2 ports/games/sauerbraten/files/patch-src_Makefile 1.6 +2 -2 ports/games/scare/Makefile 1.4 +2 -2 ports/games/scare/files/xglk.patch 1.4 +2 -2 ports/games/scid/files/patch-Makefile 1.37 +1 -1 ports/games/scorched3d/Makefile 1.20 +3 -3 ports/games/scourge/Makefile 1.10 +2 -2 ports/games/sdb/Makefile 1.3 +3 -3 ports/games/sdlquake2/files/patch-Makefile 1.14 +2 -3 ports/games/shaaft/Makefile 1.6 +3 -3 ports/games/shootingstar/Makefile 1.19 +2 -2 ports/games/sol/Makefile 1.5 +2 -2 ports/games/sol/files/patch-aa 1.2 +2 -2 ports/games/solarconquest/files/patch-makefile 1.10 +3 -4 ports/games/spacearyarya/Makefile 1.13 +2 -2 ports/games/spellcast/Makefile 1.4 +2 -2 ports/games/spellcast/files/patch-aa 1.11 +1 -1 ports/games/speyes/Makefile 1.9 +2 -2 ports/games/ssamtse/Makefile 1.16 +4 -5 ports/games/ssc/Makefile 1.14 +2 -3 ports/games/stratagus/Makefile 1.7 +2 -2 ports/games/stvef-paks/Makefile 1.15 +1 -1 ports/games/stvef-server/Makefile 1.14 +1 -1 ports/games/sxsame/Makefile 1.33 +1 -1 ports/games/tank/Makefile 1.6 +2 -2 ports/games/tank/files/patch-Makefile.Linux.Mesa 1.2 +2 -2 ports/games/tenebrae/files/patch-linux__Makefile.i386linux 1.11 +1 -1 ports/games/thevalley/Makefile 1.13 +3 -3 ports/games/tomatoes/Makefile 1.18 +4 -4 ports/games/tome/Makefile 1.11 +2 -2 ports/games/toycars/Makefile 1.21 +4 -5 ports/games/trackballs/Makefile 1.8 +3 -4 ports/games/tremor/Makefile 1.4 +13 -8 ports/games/tremor/files/patch-Makefile 1.9 +3 -3 ports/games/tremulous/Makefile 1.2 +2 -2 ports/games/tremulous/files/patch-Makefile 1.16 +6 -8 ports/games/tux-aqfh/Makefile 1.14 +6 -7 ports/games/tuxkart/Makefile 1.27 +4 -5 ports/games/tuxracer/Makefile 1.25 +3 -5 ports/games/tvp/Makefile 1.20 +1 -1 ports/games/uqm/Makefile 1.6 +2 -2 ports/games/uqm/files/patch-build-unix-config_proginfo_host 1.48 +1 -2 ports/games/vamos/Makefile 1.10 +1 -2 ports/games/vectoroids/Makefile 1.4 +6 -4 ports/games/warsow/files/patch-Makefile 1.13 +1 -1 ports/games/wmeyes/Makefile 1.9 +2 -3 ports/games/wmfortune/Makefile 1.2 +3 -3 ports/games/wmfortune/files/patch-Makefile 1.14 +2 -3 ports/games/wmminichess/Makefile 1.17 +4 -5 ports/games/wmpuzzle/Makefile 1.9 +1 -1 ports/games/wmqstat/Makefile 1.2 +12 -11 ports/games/wmqstat/files/patch-Makefile 1.9 +2 -3 ports/games/wmshuffle/Makefile 1.2 +2 -2 ports/games/wmshuffle/files/patch-aa 1.16 +2 -3 ports/games/wmtictactoe/Makefile 1.3 +2 -2 ports/games/wmtictactoe/files/patch-aa 1.7 +2 -2 ports/games/wmtimebomb/files/patch-aa 1.3 +2 -2 ports/games/wolf3d/files/patch-Makefile 1.3 +2 -2 ports/games/worldofpadman/files/patch-Makefile 1.13 +2 -3 ports/games/xarchon/Makefile 1.3 +1 -1 ports/games/xataxx/files/patch-aa 1.30 +3 -3 ports/games/xbl/Makefile 1.11 +2 -3 ports/games/xblood/Makefile 1.39 +0 -3 ports/games/xboard/Makefile 1.8 +2 -2 ports/games/xboing/files/patch-ac 1.16 +1 -1 ports/games/xbomb/Makefile 1.2 +3 -3 ports/games/xbomb/files/patch-hiscore.c 1.13 +2 -2 ports/games/xbomber/Makefile 1.3 +2 -2 ports/games/xbomber/files/patch-aa 1.10 +2 -2 ports/games/xbubble/Makefile 1.8 +1 -1 ports/games/xcheckers/Makefile 1.2 +5 -5 ports/games/xcheckers/files/patch-xcheckers.src_xcheckers.man 1.18 +3 -4 ports/games/xcogitate/Makefile 1.18 +1 -1 ports/games/xdeblock/Makefile 1.17 +1 -1 ports/games/xdemineur/Makefile 1.3 +3 -5 ports/games/xdesktopwaves/Makefile 1.2 +4 -4 ports/games/xdesktopwaves/files/patch-makefile 1.21 +2 -3 ports/games/xevil/Makefile 1.7 +1 -1 ports/games/xevil/files/patch-aa 1.25 +4 -5 ports/games/xeyesplus/Makefile 1.11 +2 -3 ports/games/xfireworks/Makefile 1.4 +11 -8 ports/games/xfireworks/files/patch-aa 1.19 +1 -3 ports/games/xfrisk/Makefile 1.29 +4 -7 ports/games/xgalaga/Makefile 1.2 +2 -2 ports/games/xglk/files/patch-Makefile 1.9 +2 -3 ports/games/xgospel/Makefile 1.34 +2 -2 ports/games/xinvaders/Makefile 1.11 +3 -4 ports/games/xinvaders3d/Makefile 1.6 +1 -1 ports/games/xinvaders3d/files/patch-aa 1.27 +4 -3 ports/games/xjewel/Makefile 1.11 +2 -2 ports/games/xjig/Makefile 1.4 +2 -2 ports/games/xjig/files/patch-aa 1.14 +3 -4 ports/games/xjump/Makefile 1.7 +2 -3 ports/games/xjumpx/Makefile 1.26 +1 -2 ports/games/xlines/Makefile 1.11 +4 -4 ports/games/xlines/files/patch-aa 1.21 +2 -2 ports/games/xmastermind/Makefile 1.3 +4 -4 ports/games/xmastermind/files/patch-aa 1.9 +3 -3 ports/games/xmemory/Makefile 1.4 +5 -5 ports/games/xminehunter/files/patch-aa 1.11 +2 -2 ports/games/xmines/Makefile 1.3 +2 -2 ports/games/xmines/files/patch-aa 1.31 +3 -3 ports/games/xmoto/Makefile 1.24 +1 -1 ports/games/xmris/Makefile 1.16 +1 -1 ports/games/xoids/Makefile 1.12 +1 -1 ports/games/xoj/Makefile 1.16 +1 -1 ports/games/xonix/Makefile 1.10 +2 -3 ports/games/xosmulti/Makefile 1.3 +2 -2 ports/games/xosmulti/files/patch-aa 1.19 +1 -1 ports/games/xpat2/Makefile 1.15 +4 -7 ports/games/xpilot-ng-server/Makefile 1.16 +1 -1 ports/games/xpuzzletama/Makefile 1.17 +1 -1 ports/games/xquarto/Makefile 1.22 +2 -2 ports/games/xracer/Makefile 1.11 +5 -6 ports/games/xrally/Makefile 1.19 +2 -2 ports/games/xroach/Makefile 1.3 +5 -5 ports/games/xroach/files/patch-aa 1.5 +3 -3 ports/games/xroads/files/patch-aa 1.11 +1 -1 ports/games/xrot/Makefile 1.9 +4 -4 ports/games/xsc/Makefile 1.23 +2 -3 ports/games/xscorch/Makefile 1.23 +1 -1 ports/games/xscrabble/Makefile 1.28 +2 -3 ports/games/xshisen/Makefile 1.19 +2 -2 ports/games/xshogi/Makefile 1.20 +1 -1 ports/games/xsokoban/Makefile 1.21 +2 -2 ports/games/xteddy/Makefile 1.19 +2 -2 ports/games/xtic/Makefile 1.3 +1 -1 ports/games/xtic/files/patch-aa 1.6 +2 -2 ports/games/xtrojka/Makefile 1.3 +2 -2 ports/games/xtrojka/files/patch-aa 1.3 +2 -2 ports/games/xtron/files/patch-aa 1.13 +2 -2 ports/games/xtruco/Makefile 1.3 +2 -2 ports/games/xtruco/files/patch-aa 1.17 +4 -6 ports/games/xtux/Makefile 1.17 +1 -2 ports/games/xvmahjongg/Makefile 1.2 +2 -2 ports/games/xvmahjongg/files/patch-ab 1.3 +1 -1 ports/games/xvmines/files/patch-aa 1.13 +4 -4 ports/games/xworm/Makefile 1.3 +2 -2 ports/games/xzip/files/patch-aa 1.21 +2 -2 ports/games/yadex/Makefile 1.3 +2 -2 ports/games/yadex/files/patch-GNUmakefile 1.20 +1 -1 ports/german/ksteak/Makefile 1.18 +1 -1 ports/german/staroffice5/Makefile 1.43 +1 -1 ports/german/staroffice52/Makefile 1.68 +1 -1 ports/german/staroffice70/Makefile 1.10 +5 -3 ports/german/steak/Makefile 1.11 +5 -4 ports/graphics/4va/Makefile 1.13 +1 -1 ports/graphics/Cgraph/Makefile 1.39 +2 -2 ports/graphics/EZWGL/Makefile 1.17 +1 -1 ports/graphics/GraphicsMagick/Makefile 1.253 +5 -5 ports/graphics/ImageMagick/Makefile 1.3 +1 -1 ports/graphics/SciPlot/Makefile 1.42 +4 -5 ports/graphics/aalib/Makefile 1.17 +2 -2 ports/graphics/allegrogl/Makefile 1.3 +2 -2 ports/graphics/allegrogl/files/makefile.ex 1.3 +2 -2 ports/graphics/animorph/Makefile 1.38 +1 -2 ports/graphics/autotrace/Makefile 1.16 +4 -4 ports/graphics/ayam/files/patch-Makefile.shared 1.10 +2 -2 ports/graphics/backfract/Makefile 1.11 +2 -4 ports/graphics/bbrb/Makefile 1.24 +2 -2 ports/graphics/blender/Makefile 1.38 +5 -5 ports/graphics/bugle/Makefile 1.36 +1 -1 ports/graphics/cairo/Makefile 1.13 +2 -2 ports/graphics/cairomm/Makefile 1.9 +1 -2 ports/graphics/cbview/Makefile 1.21 +2 -4 ports/graphics/chbg/Makefile 1.45 +3 -6 ports/graphics/cimg/Makefile 1.12 +2 -2 ports/graphics/claraocr/Makefile 1.4 +2 -2 ports/graphics/claraocr/files/patch-Makefile 1.11 +1 -1 ports/graphics/corona/Makefile 1.35 +2 -2 ports/graphics/cqcam/Makefile 1.13 +2 -2 ports/graphics/crystalentitylayer-devel/Makefile 1.13 +2 -2 ports/graphics/crystalentitylayer/Makefile 1.26 +4 -4 ports/graphics/crystalspace-devel/Makefile 1.30 +2 -2 ports/graphics/crystalspace/Makefile 1.22 +1 -1 ports/graphics/dataplot/Makefile 1.5 +8 -8 ports/graphics/dataplot/files/Makefile.tmpl 1.15 +8 -10 ports/graphics/demeter/Makefile 1.68 +1 -2 ports/graphics/dia/Makefile 1.27 +2 -3 ports/graphics/diacanvas2/Makefile 1.27 +4 -2 ports/graphics/divxcalc/Makefile 1.7 +4 -5 ports/graphics/djview4/Makefile 1.57 +2 -4 ports/graphics/djvulibre/Makefile 1.3 +1 -1 ports/graphics/djvulibre/files/patch-configure 1.26 +2 -2 ports/graphics/dore/Makefile 1.15 +4 -7 ports/graphics/dynamechs/Makefile 1.4 +1 -1 ports/graphics/dynamechs/files/make.platform.freebsd 1.40 +1 -2 ports/graphics/electriceyes/Makefile 1.10 +4 -6 ports/graphics/enblend/Makefile 1.41 +2 -2 ports/graphics/enfle/Makefile 1.59 +1 -1 ports/graphics/eog/Makefile 1.12 +2 -2 ports/graphics/epdfview/Makefile 1.37 +1 -2 ports/graphics/evince/Makefile 1.6 +1 -1 ports/graphics/exhibit/Makefile 1.28 +4 -4 ports/graphics/feh/Makefile 1.5 +4 -7 ports/graphics/ffff/Makefile 1.22 +3 -4 ports/graphics/flashplayer/Makefile 1.38 +2 -4 ports/graphics/fnlib/Makefile 1.19 +3 -6 ports/graphics/freeglut/Makefile 1.18 +2 -4 ports/graphics/frontline/Makefile 1.16 +3 -5 ports/graphics/ftgl/Makefile 1.3 +4 -4 ports/graphics/ftgl/files/makefile.ex 1.16 +2 -2 ports/graphics/g2/Makefile 1.24 +3 -3 ports/graphics/g3dviewer/Makefile 1.25 +1 -5 ports/graphics/gauche-gl/Makefile 1.21 +2 -4 ports/graphics/gcolor/Makefile 1.51 +2 -1 ports/graphics/gdk-pixbuf/Makefile 1.24 +2 -2 ports/graphics/geist/Makefile 1.46 +4 -7 ports/graphics/geomview/Makefile 1.13 +4 -6 ports/graphics/gephex/Makefile 1.2 +1 -1 ports/graphics/gephex/files/patch-configure.ac 1.13 +1 -1 ports/graphics/giftrans/Makefile 1.2 +1 -1 ports/graphics/giftrans/files/patch-aa 1.217 +2 -2 ports/graphics/gimp-app/Makefile 1.30 +0 -1 ports/graphics/gimp-manual-html/Makefile 1.201 +5 -6 ports/graphics/gimpshop/Makefile 1.20 +3 -5 ports/graphics/gkrellkam/Makefile 1.3 +1 -1 ports/graphics/gkrellkam/files/patch-Makefile 1.15 +3 -5 ports/graphics/gkrellkam2/Makefile 1.18 +3 -4 ports/graphics/gle/Makefile 1.2 +6 -6 ports/graphics/glean/files/patch-common.mak 1.3 +3 -3 ports/graphics/glew/files/patch-config_Makefile.freebsd 1.5 +3 -4 ports/graphics/glexcess/Makefile 1.10 +0 -1 ports/graphics/glfw/Makefile 1.5 +5 -5 ports/graphics/glfw/files/patch-compile.sh 1.30 +2 -2 ports/graphics/glide3/Makefile 1.4 +1 -1 ports/graphics/glide3/files/patch-h3-src-makefile 1.4 +1 -1 ports/graphics/glide3/files/patch-h5-src-makefile 1.3 +1 -1 ports/graphics/glide3/files/patch-make-3dfx_mak 1.5 +3 -3 ports/graphics/glpng/Makefile 1.20 +8 -10 ports/graphics/gltt/Makefile 1.23 +1 -1 ports/graphics/gnash/Makefile 1.36 +2 -4 ports/graphics/gnomeiconedit/Makefile 1.3 +0 -1 ports/graphics/goom/pkg-plist 1.14 +2 -3 ports/graphics/gozer/Makefile 1.4 +15 -15 ports/graphics/gplot/files/patch-aa 1.9 +1 -1 ports/graphics/grads/Makefile 1.12 +1 -1 ports/graphics/grx/Makefile 1.3 +2 -0 ports/graphics/gsnapshot/Makefile 1.40 +1 -1 ports/graphics/gthumb/Makefile 1.29 +2 -4 ports/graphics/gtkam/Makefile 1.16 +2 -2 ports/graphics/gtkcairo/Makefile 1.16 +1 -2 ports/graphics/gtkfig/Makefile 1.29 +1 -2 ports/graphics/gtkgraph/Makefile 1.22 +2 -3 ports/graphics/gts/Makefile 1.27 +1 -2 ports/graphics/gview/Makefile 1.15 +1 -1 ports/graphics/hs-hgl/Makefile 1.12 +1 -2 ports/graphics/hsetroot/Makefile 1.2 +2 -2 ports/graphics/ida/files/patch-GNUmakefile 1.12 +2 -1 ports/graphics/imagesort/Makefile 1.2 +1 -1 ports/graphics/imagesort/files/patch-Makefile 1.102 +2 -2 ports/graphics/imlib/Makefile 1.128 +3 -3 ports/graphics/imlib2/Makefile 1.15 +1 -2 ports/graphics/inventor/Makefile 1.2 +2 -2 ports/graphics/inventor/files/patch-ivcommondefs 1.23 +1 -2 ports/graphics/ipe/Makefile 1.15 +2 -3 ports/graphics/irit/Makefile 1.2 +5 -5 ports/graphics/irit/files/patch-makeflag.gnux 1.14 +1 -2 ports/graphics/isreal/Makefile 1.3 +2 -2 ports/graphics/isreal/files/patch-Makefile 1.28 +3 -5 ports/graphics/ivtools/Makefile 1.32 +4 -5 ports/graphics/kludge3d/Makefile 1.9 +3 -3 ports/graphics/kudu/Makefile 1.9 +3 -4 ports/graphics/lib3ds/Makefile 1.3 +6 -6 ports/graphics/libGL/bsd.mesalib.mk 1.21 +5 -6 ports/graphics/libafterimage/Makefile 1.23 +2 -1 ports/graphics/libcaca/Makefile 1.22 +4 -5 ports/graphics/libflash/Makefile 1.12 +1 -1 ports/graphics/libgdgeda/Makefile 1.6 +3 -3 ports/graphics/libgfx/Makefile 1.6 +5 -6 ports/graphics/libgltext/Makefile 1.6 +2 -2 ports/graphics/libglut/files/Makefile 1.54 +2 -3 ports/graphics/libgnomecanvas/Makefile 1.17 +2 -4 ports/graphics/libgnomecanvasmm/Makefile 1.26 +1 -2 ports/graphics/libgnomecanvasmm26/Makefile 1.25 +2 -3 ports/graphics/libimg/Makefile 1.9 +2 -3 ports/graphics/libimg/files/Makefile.bsd 1.2 +2 -3 ports/graphics/libimg/files/Makefile.tkstep80 1.3 +2 -2 ports/graphics/liblug/files/patch-aa 1.8 +1 -1 ports/graphics/libpcd/Makefile 1.24 +2 -3 ports/graphics/librsvg/Makefile 1.65 +1 -1 ports/graphics/librsvg2/Makefile 1.14 +1 -1 ports/graphics/libv3d/Makefile 1.4 +6 -6 ports/graphics/libv3d/files/patch-platforms.ini 1.12 +6 -8 ports/graphics/libvisual-plugins/Makefile 1.3 +2 -2 ports/graphics/libvisual04-plugins/Makefile 1.13 +0 -1 ports/graphics/libvisual04/Makefile 1.13 +3 -4 ports/graphics/libwpcg/Makefile 1.8 +4 -4 ports/graphics/libx3dtk/Makefile 1.2 +1 -1 ports/graphics/linux-adobesvg/Makefile 1.3 +1 -1 ports/graphics/linux-cairo/Makefile 1.12 +1 -1 ports/graphics/linux-gdk-pixbuf/Makefile 1.13 +1 -1 ports/graphics/linux-imlib/Makefile 1.17 +1 -1 ports/graphics/linux-jpeg/Makefile 1.3 +1 -1 ports/graphics/linux-libGLU/Makefile 1.10 +1 -1 ports/graphics/linux-libmng/Makefile 1.24 +1 -1 ports/graphics/linux-png/Makefile 1.24 +1 -1 ports/graphics/linux-png10/Makefile 1.17 +1 -1 ports/graphics/linux-tiff/Makefile 1.11 +1 -1 ports/graphics/linux-ungif/Makefile 1.8 +4 -5 ports/graphics/makehuman/Makefile 1.21 +2 -2 ports/graphics/maverik/Makefile 1.4 +2 -2 ports/graphics/maverik/files/patch-setup 1.14 +3 -3 ports/graphics/megapov/Makefile 1.4 +3 -3 ports/graphics/mesa-demos/files/config 1.4 +2 -2 ports/graphics/mhgui/Makefile 1.14 +3 -4 ports/graphics/morpheus/Makefile 1.6 +3 -4 ports/graphics/moth/Makefile 1.5 +1 -2 ports/graphics/mxp/Makefile 1.2 +2 -2 ports/graphics/mxp/files/patch-Makefile 1.2 +1 -1 ports/graphics/netpbm-devel/files/patch-pm_config.in.h 1.2 +1 -1 ports/graphics/netpbm/files/patch-pm_config.in.h 1.19 +5 -5 ports/graphics/ocaml-images/Makefile 1.19 +2 -4 ports/graphics/ocaml-lablgl/Makefile 1.10 +2 -3 ports/graphics/oglext/Makefile 1.28 +2 -2 ports/graphics/ogre3d/Makefile 1.9 +5 -7 ports/graphics/opencv/Makefile 1.53 +2 -3 ports/graphics/opendx/Makefile 1.16 +4 -8 ports/graphics/openrm/Makefile 1.7 +2 -2 ports/graphics/openrm/files/makeinclude.diff 1.3 +2 -2 ports/graphics/osg/bsd.osg.mk 1.17 +1 -2 ports/graphics/p5-Cairo/Makefile 1.8 +1 -1 ports/graphics/p5-Chart-Graph/Makefile 1.2 +1 -1 ports/graphics/p5-Chart-Graph/files/patch-Makefile.PL 1.48 +2 -2 ports/graphics/p5-GD/Makefile 1.16 +1 -1 ports/graphics/p5-Imlib2/Makefile 1.7 +2 -3 ports/graphics/p5-OpenGL/Makefile 1.11 +2 -2 ports/graphics/paintlib/Makefile 1.28 +2 -3 ports/graphics/pgplot/Makefile 1.5 +2 -2 ports/graphics/pgplot/files/Makefile 1.4 +2 -2 ports/graphics/pgplot/files/Makefile.bin 1.6 +1 -1 ports/graphics/pgplot/files/Makefile.demo 1.8 +1 -1 ports/graphics/pgplot/files/Makefile.flib 1.7 +1 -1 ports/graphics/php4-ffmpeg/Makefile 1.3 +1 -1 ports/graphics/picturebook/files/patch-aa 1.22 +5 -3 ports/graphics/pixmap/Makefile 1.53 +5 -4 ports/graphics/povray/Makefile 1.6 +1 -1 ports/graphics/povray31/files/patch-ab 1.51 +2 -2 ports/graphics/pstoedit/Makefile 1.15 +1 -1 ports/graphics/pvmpov/Makefile 1.4 +1 -1 ports/graphics/pvmpov/files/patch-ab 1.2 +4 -4 ports/graphics/py-amanith/files/patch-setup.py 1.19 +2 -2 ports/graphics/py-cairo/Makefile 1.15 +1 -1 ports/graphics/py-cgkit/Makefile 1.2 +3 -3 ports/graphics/py-cgkit/files/config.cfg 1.2 +2 -2 ports/graphics/py-cgkit/files/cpp_config.cfg 1.28 +1 -1 ports/graphics/py-gd/Makefile 1.4 +2 -2 ports/graphics/py-glewpy/Makefile 1.4 +1 -1 ports/graphics/py-imaging/files/patch-setup.py 1.30 +0 -1 ports/graphics/py-opengl/Makefile 1.3 +2 -2 ports/graphics/py-opengl/files/patch-config::freebsd.cfg 1.23 +2 -2 ports/graphics/py-soya3d/Makefile 1.6 +6 -8 ports/graphics/pyro/Makefile 1.36 +4 -0 ports/graphics/qiv/Makefile 1.22 +5 -5 ports/graphics/qslim/Makefile 1.12 +6 -5 ports/graphics/quat-gui/Makefile 1.17 +4 -5 ports/graphics/quesa/Makefile 1.15 +5 -6 ports/graphics/renderpark/Makefile 1.2 +3 -3 ports/graphics/renderpark/files/patch-Config.site 1.16 +3 -4 ports/graphics/robot/Makefile 1.4 +1 -1 ports/graphics/robot/files/patch-Robot+Makefile 1.19 +2 -3 ports/graphics/ruby-opengl/Makefile 1.11 +1 -1 ports/graphics/ruby-pgplot/Makefile 1.48 +2 -2 ports/graphics/ruby-rmagick/Makefile 1.21 +3 -4 ports/graphics/ruby-tgif/Makefile 1.8 +1 -2 ports/graphics/s3switch/Makefile 1.12 +1 -1 ports/graphics/sage/Makefile 1.15 +2 -2 ports/graphics/sced/Makefile 1.10 +2 -5 ports/graphics/scwm-icons/Makefile 1.34 +2 -2 ports/graphics/sdl_image/Makefile 1.2 +1 -1 ports/graphics/show/files/Makefile 1.30 +1 -1 ports/graphics/showimg/Makefile 1.16 +1 -2 ports/graphics/simage/Makefile 1.44 +1 -1 ports/graphics/skencil/Makefile 1.16 +4 -5 ports/graphics/sng/Makefile 1.73 +2 -4 ports/graphics/sodipodi/Makefile 1.4 +1 -1 ports/graphics/tcm/files/patch-Config.tmpl 1.7 +1 -1 ports/graphics/tkpng/Makefile 1.27 +4 -5 ports/graphics/truevision/Makefile 1.29 +2 -2 ports/graphics/tulip/Makefile 1.27 +1 -2 ports/graphics/ufraw/Makefile 1.5 +2 -2 ports/graphics/urt/files/patch-config::urt 1.19 +4 -4 ports/graphics/vcg/Makefile 1.3 +2 -2 ports/graphics/vcg/files/conf 1.4 +3 -3 ports/graphics/vcg/files/tMakefile 1.21 +2 -3 ports/graphics/vertex/Makefile 1.4 +6 -17 ports/graphics/vertex/files/patch-platforms.ini 1.4 +4 -4 ports/graphics/vertex/files/patch-vmahelp.c 1.22 +3 -4 ports/graphics/view3ds/Makefile 1.11 +3 -4 ports/graphics/visionegg/Makefile 1.25 +1 -2 ports/graphics/vp/Makefile 1.7 +4 -6 ports/graphics/vvv/Makefile 1.2 +2 -2 ports/graphics/vvv/files/patch-Makefile 1.6 +3 -3 ports/graphics/wildmagic/Makefile 1.6 +2 -2 ports/graphics/wmgrabimage/files/patch-aa 1.30 +3 -4 ports/graphics/xaos/Makefile 1.33 +2 -2 ports/graphics/xaralx/Makefile 1.14 +1 -1 ports/graphics/xbmbrowser/Makefile 1.18 +3 -2 ports/graphics/xd3d/Makefile 1.8 +2 -2 ports/graphics/xdgagrab/Makefile 1.3 +1 -1 ports/graphics/xdgagrab/files/patch-aa 1.18 +2 -2 ports/graphics/xdl/Makefile 1.2 +2 -2 ports/graphics/xdl/files/patch-ab 1.61 +1 -1 ports/graphics/xfig-devel/Makefile 1.61 +1 -1 ports/graphics/xfig/Makefile 1.4 +2 -2 ports/graphics/xfig/files/patch-Imakefile 1.4 +4 -4 ports/graphics/xfpovray/files/patch-aa 1.19 +2 -1 ports/graphics/xfractint/Makefile 1.3 +2 -2 ports/graphics/xfractint/files/patch-Makefile 1.32 +2 -2 ports/graphics/xli/Makefile 1.17 +2 -3 ports/graphics/xmfract/Makefile 1.14 +2 -1 ports/graphics/xmms-blursk/Makefile 1.2 +2 -2 ports/graphics/xmms-dancingparticles/files/patch-Makefile 1.16 +4 -3 ports/graphics/xmms-fishmatic/Makefile 1.5 +2 -3 ports/graphics/xmms-msa/Makefile 1.26 +1 -1 ports/graphics/xmms-nebulus/Makefile 1.37 +5 -8 ports/graphics/xmorph/Makefile 1.67 +5 -5 ports/graphics/xpaint/Makefile 1.17 +2 -3 ports/graphics/xrml/Makefile 1.2 +4 -4 ports/graphics/xrml/files/patch-Config.site 1.2 +1 -1 ports/graphics/xsane/files/pkg-message.in 1.8 +1 -2 ports/graphics/xsvg/Makefile 1.28 +1 -2 ports/graphics/zphoto/Makefile 1.9 +6 -6 ports/hebrew/culmus/Makefile 1.5 +3 -4 ports/hebrew/elmar-fonts/Makefile 1.12 +2 -3 ports/hebrew/he2/Makefile 1.90 +1 -1 ports/irc/bitchx/Makefile 1.52 +1 -1 ports/irc/kvirc-devel/Makefile 1.30 +2 -4 ports/irc/lostirc/Makefile 1.28 +2 -3 ports/irc/quirc/Makefile 1.121 +1 -2 ports/irc/xchat1/Makefile 1.66 +1 -1 ports/japanese/Canna/Makefile 1.38 +2 -2 ports/japanese/Wnn6-lib/Makefile 1.41 +2 -2 ports/japanese/Wnn7-lib/Makefile 1.19 +12 -11 ports/japanese/alias-fonts/Makefile 1.37 +1 -1 ports/japanese/anthy/Makefile 1.40 +2 -4 ports/japanese/ebview-gtk2/Makefile 1.12 +4 -4 ports/japanese/elisa8x8/Makefile 1.41 +2 -2 ports/japanese/emacs-emcws/Makefile 1.25 +1 -2 ports/japanese/gicq/Makefile 1.20 +1 -1 ports/japanese/gorua/Makefile 1.55 +1 -1 ports/japanese/groff/Makefile 1.12 +1 -2 ports/japanese/gtkicq/Makefile 1.8 +2 -1 ports/japanese/ical/Makefile 1.15 +3 -4 ports/japanese/iiimf-le-canna/Makefile 1.28 +3 -4 ports/japanese/im-ja/Makefile 1.13 +3 -3 ports/japanese/ipa-ttfonts/Makefile 1.9 +4 -5 ports/japanese/ipa-ttfonts/pkg-plist 1.23 +2 -2 ports/japanese/jed/Makefile 1.14 +4 -4 ports/japanese/jisx0213-fonts/Makefile 1.19 +1 -1 ports/japanese/jvim/Makefile 1.3 +1 -1 ports/japanese/jvim/files/patch-aa 1.34 +4 -4 ports/japanese/jvim3/Makefile 1.13 +1 -1 ports/japanese/jyuroku/Makefile 1.18 +4 -5 ports/japanese/k10/Makefile 1.20 +4 -5 ports/japanese/k12/Makefile 1.19 +4 -5 ports/japanese/kanji18/Makefile 1.4 +2 -2 ports/japanese/kanji18/files/DEINSTALL.tmpl 1.3 +2 -2 ports/japanese/kanji18/files/INSTALL.tmpl 1.2 +1 -1 ports/japanese/kanji18/pkg-descr 1.4 +2 -2 ports/japanese/kanji26/files/DEINSTALL.tmpl 1.3 +2 -2 ports/japanese/kanji26/files/INSTALL.tmpl 1.2 +1 -1 ports/japanese/kanji26/pkg-descr 1.9 +1 -2 ports/japanese/kanjipad/Makefile 1.28 +4 -4 ports/japanese/kappa20/Makefile 1.4 +1 -1 ports/japanese/kdrill/files/patch-Imakefile 1.8 +1 -1 ports/japanese/kinput2-canna+freewnn+sj3/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+freewnn+sj3/pkg-message 1.8 +1 -1 ports/japanese/kinput2-canna+freewnn/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+freewnn/pkg-message 1.7 +1 -1 ports/japanese/kinput2-canna+sj3+wnn6/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+sj3+wnn6/pkg-message 1.8 +1 -1 ports/japanese/kinput2-canna+sj3+wnn7/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+sj3+wnn7/pkg-message 1.7 +1 -1 ports/japanese/kinput2-canna+wnn6/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+wnn6/pkg-message 1.8 +1 -1 ports/japanese/kinput2-canna+wnn7/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-canna+wnn7/pkg-message 1.8 +1 -1 ports/japanese/kinput2-freewnn+sj3/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-freewnn+sj3/pkg-message 1.8 +1 -1 ports/japanese/kinput2-freewnn/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-freewnn/pkg-message 1.7 +1 -1 ports/japanese/kinput2-sj3+wnn6/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-sj3+wnn6/pkg-message 1.8 +1 -1 ports/japanese/kinput2-sj3+wnn7/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-sj3+wnn7/pkg-message 1.7 +1 -1 ports/japanese/kinput2-wnn6/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-wnn6/pkg-message 1.8 +1 -1 ports/japanese/kinput2-wnn7/pkg-descr 1.3 +1 -1 ports/japanese/kinput2-wnn7/pkg-message 1.19 +1 -2 ports/japanese/kochi-ttfonts/Makefile 1.50 +2 -2 ports/japanese/kterm/Makefile 1.38 +4 -4 ports/japanese/kterm16c/Makefile 1.24 +2 -2 ports/japanese/lyx/Makefile 1.10 +4 -4 ports/japanese/marumoji-fonts/Makefile 1.9 +1 -2 ports/japanese/mikachan-ttfonts/Makefile 1.13 +1 -1 ports/japanese/ming/Makefile 1.2 +4 -4 ports/japanese/monafonts-ttf/pkg-descr 1.19 +7 -6 ports/japanese/monafonts/Makefile 1.4 +4 -4 ports/japanese/monafonts/pkg-descr 1.17 +4 -4 ports/japanese/mplusfonts/Makefile 1.6 +2 -3 ports/japanese/navi2ch-emacs21/Makefile 1.15 +1 -1 ports/japanese/navi2ch-xemacs21-mule/Makefile 1.41 +4 -3 ports/japanese/nethack32/Makefile 1.5 +2 -2 ports/japanese/nethack32/files/patch-ae 1.8 +2 -2 ports/japanese/nethack34/files/patch-ad 1.11 +6 -6 ports/japanese/ngraph-fonts/Makefile 1.5 +2 -3 ports/japanese/ochusha/Makefile 1.24 +3 -4 ports/japanese/oleo/Makefile 1.17 +0 -1 ports/japanese/onew-freewnn/Makefile 1.6 +1 -1 ports/japanese/prime/Makefile 1.11 +2 -2 ports/japanese/ruby-rdic/Makefile 1.22 +6 -5 ports/japanese/rxvt/Makefile 1.7 +1 -1 ports/japanese/sazanami-ttf/Makefile 1.5 +3 -3 ports/japanese/sazanami-ttf/pkg-plist 1.19 +1 -2 ports/japanese/scim-canna/Makefile 1.6 +1 -1 ports/japanese/scim-honoka-plugin-romkan/Makefile 1.6 +1 -1 ports/japanese/scim-honoka-plugin-wnn/Makefile 1.24 +1 -2 ports/japanese/scim-skk/Makefile 1.21 +3 -3 ports/japanese/scim-uim/Makefile 1.33 +5 -4 ports/japanese/tk80/Makefile 1.22 +2 -3 ports/japanese/tkstep80/Makefile 1.18 +1 -2 ports/japanese/truetypefonts/Makefile 1.55 +4 -4 ports/japanese/vflib/Makefile 1.31 +3 -5 ports/japanese/vje30/Makefile 1.3 +3 -3 ports/japanese/vlgothic/pkg-plist 1.14 +1 -1 ports/japanese/xdtp/Makefile 1.42 +5 -6 ports/japanese/xdvik/Makefile 1.3 +3 -3 ports/japanese/xjtext/files/patch-aa 1.14 +2 -3 ports/japanese/xpdf/Makefile 1.2 +20 -20 ports/japanese/xpdf/files/dot.xpdfrc.in 1.14 +2 -3 ports/japanese/xshodou/Makefile 1.15 +2 -3 ports/japanese/xyagamo/Makefile 1.2 +1 -1 ports/japanese/xyagamo/files/patch-Makefile 1.2 +1 -1 ports/japanese/xyagamo/files/patch-src-Makefile 1.18 +3 -2 ports/japanese/xyaku/Makefile 1.2 +1 -1 ports/japanese/zangband/files/Makefile.in 1.2 +1 -1 ports/japanese/zangband/files/patch-aa 1.30 +2 -0 ports/java/classpath/Makefile 1.16 +2 -3 ports/java/eclipse-devel/Makefile 1.2 +4 -4 ports/java/eclipse-devel/files/post-patch-plugins-swt-gtk-make_freebsd.mak 1.55 +0 -1 ports/java/eclipse/Makefile 1.4 +3 -3 ports/java/eclipse/files/post-patch-plugins-swt-gtk-make_freebsd.mak 1.5 +1 -1 ports/java/gjdoc/Makefile 1.32 +1 -1 ports/java/jc/Makefile 1.94 +8 -8 ports/java/jdk13/Makefile 1.10 +3 -3 ports/java/jdk13/files/patch-common::Defs-bsd.gmk 1.2 +2 -2 ports/java/jdk13/files/patch-j2sdk1.3.1-font-fontpath.c 1.2 +3 -3 ports/java/jdk13/files/patch-j2sdk1.3.1-solaris-GNUmakefile 1.113 +4 -4 ports/java/jdk14/Makefile 1.11 +2 -2 ports/java/jdk14/files/patch-common::Defs-bsd.gmk 1.4 +2 -2 ports/java/jdk14/files/patch-deploy::common::Defs-bsd.gmk 1.2 +5 -5 ports/java/jdk14/files/patch-j2se::awt::fontpath.c 1.3 +6 -6 ports/java/jdk14/files/patch-plugin::common::config.gmk 1.2 +2 -2 ports/java/jdk14/files/pkg-deinstall.in 1.3 +2 -2 ports/java/jdk14/files/pkg-install.in 1.146 +3 -3 ports/java/jdk15/Makefile 1.2 +3 -3 ports/java/jdk15/files/patch-deploy::common::config.gmk 1.2 +2 -2 ports/java/jdk15/files/patch-deploy::jvmnative::Makefile 1.2 +2 -2 ports/java/jdk15/files/patch-deploy::make::common::Defs-bsd.gmk 1.5 +2 -2 ports/java/jdk15/files/patch-deploy::ns7-adapter::Makefile 1.2 +2 -2 ports/java/jdk15/files/patch-deploy::nscore::Makefile 1.2 +7 -7 ports/java/jdk15/files/patch-j2se::awt::fontpath.c 1.2 +5 -5 ports/java/jdk15/files/patch-j2se::awt::mawt.gmk 1.7 +2 -2 ports/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk 1.2 +2 -2 ports/java/jdk15/files/patch-j2se::font::Makefile 1.2 +3 -3 ports/java/jdk15/files/patch-j2se::gtk::GTKLookAndFeel.java 1.2 +3 -3 ports/java/jdk15/files/patch-j2se::gtk::Metacity.java 1.2 +2 -2 ports/java/jdk15/files/patch-j2se::xawt::Makefile 1.156 +3 -4 ports/java/jdk16/Makefile 1.3 +2 -2 ports/java/jdk16/files/patch-deploy-common-Defs-bsd.gmk 1.2 +2 -2 ports/java/jdk16/files/patch-deploy-jvmnative-Makefile 1.2 +2 -2 ports/java/jdk16/files/patch-deploy-oji-adapter-Makefile 1.2 +2 -2 ports/java/jdk16/files/patch-deploy-plugin-common-Defs-bsd.gmk 1.2 +2 -2 ports/java/jdk16/files/patch-deploy-unix-Makefile 1.2 +7 -7 ports/java/jdk16/files/patch-j2se-awt-fontpath.c 1.2 +6 -6 ports/java/jdk16/files/patch-j2se-awt-mawt.gmk 1.2 +2 -2 ports/java/jdk16/files/patch-j2se-common-Defs-bsd.gmk 1.2 +2 -2 ports/java/jdk16/files/patch-j2se-font-Makefile 1.2 +3 -3 ports/java/jdk16/files/patch-j2se-gtk-Metacity.java 1.2 +3 -3 ports/java/jdk16/files/patch-j2se-xawt-Makefile 1.46 +2 -2 ports/java/jmp/Makefile 1.78 +2 -3 ports/java/kaffe/Makefile 1.2 +2 -0 ports/java/sablevm-classpath/Makefile 1.6 +1 -2 ports/java/simplicity/Makefile 1.24 +4 -5 ports/korean/baekmukfonts-bdf/Makefile 1.24 +2 -2 ports/korean/eterm/Makefile 1.20 +1 -1 ports/korean/gtkcomm/Makefile 1.15 +2 -2 ports/korean/hanIM/Makefile 1.35 +3 -3 ports/korean/hanterm-xf86/Makefile 1.28 +1 -1 ports/korean/hanterm/Makefile 1.19 +4 -4 ports/korean/hanyangfonts/Makefile 1.13 +4 -4 ports/korean/iiimf-le-hangul/Makefile 1.19 +3 -2 ports/korean/johabfonts/Makefile 1.18 +4 -5 ports/korean/kaistfonts/Makefile 1.24 +6 -5 ports/korean/mizifont/Makefile 1.20 +5 -5 ports/korean/pinetreefonts/Makefile 1.8 +1 -1 ports/korean/uniksc/Makefile 1.6 +2 -3 ports/korean/xpdf/Makefile 1.2 +8 -8 ports/korean/xpdf/files/dot.xpdfrc.in 1.32 +3 -2 ports/lang/STk/Makefile 1.43 +3 -3 ports/lang/Sather/Makefile 1.4 +2 -2 ports/lang/caml-light/files/patch-ab 1.2 +2 -2 ports/lang/caml-light/files/patch-contrib_libgraph_Makefile 1.39 +3 -5 ports/lang/drscheme/Makefile 1.41 +1 -1 ports/lang/dylan/Makefile 1.17 +1 -1 ports/lang/ecl/Makefile 1.5 +1 -1 ports/lang/elan/Makefile 1.46 +2 -3 ports/lang/elk/Makefile 1.2 +1 -1 ports/lang/ezm3/scripts/configure 1.23 +1 -1 ports/lang/ferite/Makefile 1.58 +2 -3 ports/lang/gambas/Makefile 1.201 +1 -1 ports/lang/gcc-ooo/Makefile 1.43 +0 -2 ports/lang/gcl/Makefile 1.58 +1 -1 ports/lang/gnat/Makefile 1.70 +2 -2 ports/lang/guile/Makefile 1.51 +2 -3 ports/lang/hugs/Makefile 1.33 +5 -5 ports/lang/icon/Makefile 1.15 +1 -2 ports/lang/lafontaine/Makefile 1.2 +1 -1 ports/lang/linux-libg2c/Makefile 1.6 +1 -1 ports/lang/linux-libperl5.8/Makefile 1.42 +2 -2 ports/lang/logo/Makefile 1.31 +1 -2 ports/lang/mdk/Makefile 1.13 +1 -1 ports/lang/metaocaml/Makefile 1.7 +1 -1 ports/lang/mpd/Makefile 1.61 +3 -3 ports/lang/ocaml/Makefile 1.4 +2 -2 ports/lang/ocs/Makefile 1.13 +1 -1 ports/lang/ohugs/Makefile 1.32 +1 -1 ports/lang/onyx/Makefile 1.33 +3 -5 ports/lang/otcl/Makefile 1.39 +1 -1 ports/lang/php4/Makefile.ext 1.53 +1 -1 ports/lang/php5/Makefile.ext 1.2 +1 -1 ports/lang/pm3-base/scripts/configure 1.2 +1 -1 ports/lang/ptoc/files/patch-makefile.bsd 1.151 +2 -2 ports/lang/python23/Makefile 1.161 +1 -1 ports/lang/python24/Makefile 1.149 +2 -2 ports/lang/python25/Makefile 1.29 +1 -1 ports/lang/rexx-imc/Makefile 1.7 +1 -1 ports/lang/rexx-regina/Makefile 1.36 +2 -2 ports/lang/schemetoc/Makefile 1.5 +1 -1 ports/lang/schemetoc/files/makefile-head 1.2 +2 -2 ports/lang/schemetoc/files/patch-ah 1.49 +1 -1 ports/lang/scm/Makefile 1.5 +1 -1 ports/lang/scm/files/patch-build.scm 1.19 +0 -1 ports/lang/scriba/Makefile 1.2 +2 -2 ports/lang/scriba/files/patch-make_gcc.jim 1.15 +1 -1 ports/lang/siod/Makefile 1.16 +2 -3 ports/lang/squeak/Makefile 1.3 +2 -2 ports/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile 1.3 +1 -1 ports/lang/squeak/files/patch-platforms::unix::npsqueak::npsqueakregister.in 1.23 +1 -1 ports/lang/sr/Makefile 1.4 +4 -4 ports/lang/sr/files/patch-aa 1.15 +2 -3 ports/lang/xsb/Makefile 1.34 +2 -2 ports/lang/yabasic/Makefile 1.30 +4 -5 ports/mail/asmail/Makefile 1.132 +1 -3 ports/mail/balsa/Makefile 1.138 +1 -1 ports/mail/claws-mail/Makefile 1.4 +3 -3 ports/mail/coolmail/files/patch-aa 1.7 +1 -1 ports/mail/dsbl-testers/Makefile 1.65 +1 -1 ports/mail/dspam-devel/Makefile 1.43 +4 -4 ports/mail/enigmail-thunderbird/Makefile 1.37 +1 -1 ports/mail/evolution-exchange/Makefile 1.154 +1 -2 ports/mail/evolution/Makefile 1.237 +1 -1 ports/mail/exim/Makefile 1.19 +0 -1 ports/mail/faces/pkg-plist 1.5 +1 -1 ports/mail/firemime/Makefile 1.18 +1 -2 ports/mail/gbuffy/Makefile 1.15 +1 -1 ports/mail/gkrellmmailwatch/Makefile 1.7 +2 -2 ports/mail/gkrellmmailwatch/files/patch-aa 1.13 +2 -2 ports/mail/gkrellmmailwatch2/Makefile 1.24 +1 -2 ports/mail/glbiff/Makefile 1.22 +1 -2 ports/mail/gmime/Makefile 1.15 +3 -3 ports/mail/hbiff/Makefile 1.23 +5 -6 ports/mail/kiltdown/Makefile 1.32 +1 -1 ports/mail/lbdb/Makefile 1.7 +1 -1 ports/mail/libdomainkeys/Makefile 1.40 +1 -1 ports/mail/libesmtp/Makefile 1.7 +1 -1 ports/mail/libspf-alt/Makefile 1.13 +1 -1 ports/mail/libspf/Makefile 1.3 +1 -1 ports/mail/libsrs_alt/Makefile 1.17 +1 -1 ports/mail/lightning/Makefile 1.3 +1 -1 ports/mail/mavbiff/files/patch-Makefile 1.11 +1 -2 ports/mail/mboxcheck-applet/Makefile 1.3 +2 -2 ports/mail/ml/files/patch-ab 1.15 +2 -4 ports/mail/mmc/Makefile 1.24 +1 -2 ports/mail/moztraybiff/Makefile 1.18 +1 -2 ports/mail/pmail/Makefile 1.20 +1 -1 ports/mail/popd/Makefile 1.24 +1 -1 ports/mail/postilion/Makefile 1.3 +2 -2 ports/mail/postilion/files/Makefile.bsd 1.32 +2 -4 ports/mail/spruce/Makefile 1.114 +2 -2 ports/mail/sylpheed/Makefile 1.162 +2 -2 ports/mail/sylpheed2-devel/Makefile 1.160 +2 -2 ports/mail/sylpheed2/Makefile 1.90 +1 -1 ports/mail/thunderbird/Makefile 1.57 +2 -2 ports/mail/tkrat2/Makefile 1.5 +1 -1 ports/mail/whoson/Makefile 1.36 +2 -4 ports/mail/wmbiff/Makefile 1.23 +2 -3 ports/mail/wmmail/Makefile 1.20 +4 -5 ports/mail/wmmaiload/Makefile 1.8 +2 -3 ports/mail/wmmultipop3/Makefile 1.4 +2 -2 ports/mail/wmmultipop3/files/patch-Makefile 1.20 +2 -3 ports/mail/wmpop3/Makefile 1.9 +1 -3 ports/mail/wmymail/Makefile 1.2 +3 -3 ports/mail/wmymail/files/patch-Makefile 1.16 +2 -2 ports/mail/xbuffy/Makefile 1.16 +9 -11 ports/mail/xc-mail/Makefile 1.68 +1 -1 ports/mail/xfmail/Makefile 1.17 +1 -2 ports/mail/xmail/Makefile 1.18 +1 -1 ports/mail/xmailbox/Makefile 1.28 +1 -1 ports/mail/xpbiff/Makefile 1.7 +2 -2 ports/math/abs/files/patch-aa 1.22 +2 -2 ports/math/apc/Makefile 1.3 +15 -10 ports/math/apc/files/patch-aa 1.6 +2 -2 ports/math/bamg/Makefile 1.2 +3 -3 ports/math/bamg/files/patch-FLAG.linux 1.16 +3 -4 ports/math/biggles/Makefile 1.19 +1 -1 ports/math/blitz++/Makefile 1.8 +1 -2 ports/math/blocksolve95/Makefile 1.4 +1 -1 ports/math/blocksolve95/files/patch-bmake::freebsd::freebsd.site 1.20 +3 -3 ports/math/calctool/Makefile 1.6 +4 -4 ports/math/calctool/files/patch-ab 1.3 +1 -1 ports/math/cgal/Makefile 1.29 +2 -1 ports/math/dislin/Makefile 1.7 +2 -2 ports/math/emc2/Makefile 1.2 +2 -2 ports/math/emc2/files/patch-Makefile 1.24 +4 -4 ports/math/femlab/Makefile 1.4 +1 -1 ports/math/femlab/files/patch-aa 1.49 +1 -1 ports/math/fftw3/Makefile 1.82 +2 -2 ports/math/freefem++/Makefile 1.28 +2 -2 ports/math/freefem/Makefile 1.19 +1 -1 ports/math/freemat/Makefile 1.25 +1 -1 ports/math/fung-calc/Makefile 1.68 +1 -1 ports/math/gcalctool/Makefile 1.33 +1 -1 ports/math/geg/Makefile 1.140 +1 -1 ports/math/gnumeric/Makefile 1.32 +2 -1 ports/math/gnuplot+/Makefile 1.56 +1 -1 ports/math/grace/Makefile 1.16 +1 -2 ports/math/grpn/Makefile 1.2 +2 -2 ports/math/grpn/files/patch-aa 1.30 +2 -2 ports/math/kaskade/Makefile 1.12 +1 -1 ports/math/ldouble/Makefile 1.2 +1 -1 ports/math/lensnns/files/patch-Makefile 1.2 +2 -2 ports/math/lensnns/files/patch-Src-Makefile 1.9 +1 -1 ports/math/libmath++/Makefile 1.8 +1 -1 ports/math/linux-relview/Makefile 1.13 +1 -1 ports/math/lp_solve/Makefile 1.6 +1 -1 ports/math/matrix/Makefile 1.24 +2 -3 ports/math/maxima/Makefile 1.5 +2 -2 ports/math/mbasecalc/Makefile 1.12 +2 -2 ports/math/ngraph/files/patch-aa 1.22 +2 -5 ports/math/octave-forge/Makefile 1.58 +2 -2 ports/math/oleo/Makefile 1.27 +4 -3 ports/math/petsc/Makefile 1.49 +3 -4 ports/math/plplot/Makefile 1.21 +2 -3 ports/math/py-matplotlib/Makefile 1.17 +2 -2 ports/math/qscanplot/Makefile 1.3 +1 -1 ports/math/reed-solomon/Makefile 1.33 +2 -3 ports/math/scigraphica/Makefile 1.42 +3 -4 ports/math/scilab/Makefile 1.15 +3 -4 ports/math/snns/Makefile 1.20 +3 -3 ports/math/surf/Makefile 1.21 +2 -2 ports/math/topaz/Makefile 1.4 +2 -2 ports/math/topaz/files/patch-aa 1.6 +2 -2 ports/math/triangle/Makefile 1.2 +1 -1 ports/math/triangle/files/patch-makefile 1.9 +4 -7 ports/math/ump/Makefile 1.4 +2 -2 ports/math/ump/files/patch-Makefile 1.38 +1 -1 ports/math/vtk/Makefile 1.23 +1 -1 ports/math/wingz/Makefile 1.21 +5 -5 ports/math/wingz3/Makefile 1.14 +2 -3 ports/math/wmcalc/Makefile 1.5 +2 -2 ports/math/wmcalc/files/patch-aa 1.27 +1 -2 ports/math/xgfe/Makefile 1.7 +2 -2 ports/math/xgfe/files/patch-aa 1.9 +2 -3 ports/math/xgobi/Makefile 1.19 +1 -3 ports/math/xldlas/Makefile 1.4 +5 -5 ports/math/xldlas/files/patch-aa 1.21 +2 -2 ports/math/xlispstat/Makefile 1.6 +2 -3 ports/math/xppaut/Makefile 1.5 +2 -2 ports/math/xppaut/files/patch-Makefile 1.18 +3 -4 ports/math/xspread/Makefile 1.38 +3 -3 ports/math/yacas/Makefile 1.7 +2 -2 ports/mbone/imm/files/Makefile.freebsd 1.9 +2 -2 ports/mbone/mcl/Makefile 1.23 +1 -2 ports/mbone/nte/Makefile 1.5 +2 -2 ports/mbone/nte/files/Makefile.freebsd 1.42 +1 -2 ports/mbone/rat/Makefile 1.4 +2 -2 ports/mbone/rat30/files/patch-Makefile_FreeBSD_4 1.3 +2 -2 ports/mbone/relate/files/patch-Makefile 1.9 +1 -1 ports/mbone/rqm/Makefile 1.3 +1 -1 ports/mbone/rqm/files/patch-aa 1.31 +1 -2 ports/mbone/rtpmon/Makefile 1.28 +1 -2 ports/mbone/sdr/Makefile 1.5 +2 -2 ports/mbone/sdr/files/Makefile.freebsd 1.30 +2 -2 ports/mbone/vat/Makefile 1.41 +5 -5 ports/mbone/vic/Makefile 1.3 +2 -2 ports/mbone/wbd/files/patch-aa 1.6 +1 -2 ports/mbone/xspeakfree/Makefile 1.23 +2 -2 ports/misc/alevt/Makefile 1.8 +2 -2 ports/misc/alevt/files/patch-aa 1.103 +1 -1 ports/misc/amanda-server/Makefile 1.18 +4 -5 ports/misc/asbutton/Makefile 1.42 +2 -2 ports/misc/astrolog/Makefile 1.7 +2 -2 ports/misc/astrolog/files/patch-aa 1.2 +1 -1 ports/misc/bdelta/Makefile 1.38 +1 -1 ports/misc/compat4x/Makefile 1.12 +2 -2 ports/misc/earthview/Makefile 1.2 +1 -1 ports/misc/earthview/files/patch-Makefile 1.3 +2 -2 ports/misc/estic/files/patch-estic-freebsd-x.mak 1.3 +2 -2 ports/misc/estic/files/patch-spunk-freebsd-x.mak 1.17 +1 -2 ports/misc/explosions/Makefile 1.5 +2 -2 ports/misc/fcalc/Makefile 1.16 +1 -1 ports/misc/firestring/Makefile 1.11 +1 -1 ports/misc/floatator/Makefile 1.18 +1 -2 ports/misc/flyway/Makefile 1.14 +3 -2 ports/misc/gkrellm-gamma/Makefile 1.2 +1 -1 ports/misc/gkrellm-gamma/files/patch-Makefile 1.16 +1 -1 ports/misc/gkrellm-helium/Makefile 1.18 +1 -1 ports/misc/gkrellm-xkb/Makefile 1.15 +1 -2 ports/misc/gkrellmbgchg/Makefile 1.24 +1 -1 ports/misc/gkrellmbgchg2/Makefile 1.14 +1 -1 ports/misc/gkrellmfmonitor/Makefile 1.15 +1 -1 ports/misc/gkrellmfmonitor2/Makefile 1.16 +1 -1 ports/misc/gkrellmlaunch/Makefile 1.16 +2 -3 ports/misc/gkrellmlaunch2/Makefile 1.12 +1 -1 ports/misc/gkrellshoot/Makefile 1.19 +1 -1 ports/misc/gkrellweather2/Makefile 1.14 +1 -1 ports/misc/gkx86info/Makefile 1.13 +1 -1 ports/misc/gkx86info2/Makefile 1.19 +1 -2 ports/misc/gnome-osd/Makefile 1.34 +1 -1 ports/misc/gnome-user-docs/Makefile 1.20 +5 -4 ports/misc/goblin/Makefile 1.15 +1 -2 ports/misc/gplbp/Makefile 1.9 +1 -2 ports/misc/gregexp/Makefile 1.27 +1 -2 ports/misc/gtkfind/Makefile 1.24 +1 -2 ports/misc/gtktalog/Makefile 1.12 +3 -4 ports/misc/hotkeys/Makefile 1.40 +1 -1 ports/misc/kdeedu3/Makefile 1.7 +3 -4 ports/misc/krecipes/Makefile 1.15 +1 -1 ports/misc/ldconfig_compat/Makefile 1.5 +3 -3 ports/misc/ldconfig_compat/files/ldconfig_compat.sh.in 1.15 +1 -1 ports/misc/libpri-bristuff/Makefile 1.115 +1 -1 ports/misc/mc/Makefile 1.16 +3 -5 ports/misc/menushki/Makefile 1.16 +2 -4 ports/misc/misterproper/Makefile 1.10 +2 -3 ports/misc/opencyc/Makefile 1.2 +1 -1 ports/misc/pspresent/Makefile 1.17 +1 -1 ports/misc/py-osd/Makefile 1.26 +1 -2 ports/misc/quick-lounge-applet/Makefile 1.15 +1 -2 ports/misc/snowflake/Makefile 1.4 +1 -3 ports/misc/sonytv/Makefile 1.12 +3 -4 ports/misc/terraform/Makefile 1.55 +2 -2 ports/misc/tkman/Makefile 1.8 +1 -2 ports/misc/translator/Makefile 1.5 +2 -2 ports/misc/videotext/files/patch-ba 1.8 +2 -3 ports/misc/wmScoreBoard/Makefile 1.2 +2 -2 ports/misc/wmScoreBoard/files/patch-wmScoreBoard::Makefile 1.16 +1 -1 ports/misc/wmcalendar/Makefile 1.8 +2 -3 ports/misc/wmfirew/Makefile 1.2 +3 -3 ports/misc/wmfirew/files/patch-Makefile 1.6 +1 -1 ports/misc/wminfo/Makefile 1.9 +2 -2 ports/misc/wmjulia/Makefile 1.2 +3 -3 ports/misc/wmjulia/files/patch-Makefile 1.15 +2 -2 ports/misc/wmpal/Makefile 1.9 +2 -2 ports/misc/wmtunlo/Makefile 1.3 +2 -2 ports/misc/wmtunlo/files/patch-Makefile 1.11 +1 -1 ports/misc/wmweather+/Makefile 1.23 +4 -4 ports/misc/wmweather/Makefile 1.21 +4 -5 ports/misc/wmwork/Makefile 1.13 +2 -2 ports/misc/wmx10/Makefile 1.3 +3 -3 ports/misc/wmx10/files/patch-aa 1.39 +3 -3 ports/misc/xosd/Makefile 1.18 +2 -2 ports/misc/xpns/Makefile 1.6 +3 -3 ports/misc/xpns/files/patch-aa 1.50 +3 -3 ports/multimedia/avidemux2/Makefile 1.74 +4 -4 ports/multimedia/avifile/Makefile 1.39 +2 -3 ports/multimedia/beep-media-player/Makefile 1.43 +2 -3 ports/multimedia/bmpx/Makefile 1.33 +1 -1 ports/multimedia/camserv/Makefile 1.11 +2 -2 ports/multimedia/dtv/Makefile 1.14 +2 -2 ports/multimedia/dvd-slideshow/Makefile 1.13 +3 -3 ports/multimedia/freevo/Makefile 1.51 +2 -3 ports/multimedia/fxtv/Makefile 1.46 +2 -4 ports/multimedia/goggles/Makefile 1.28 +3 -3 ports/multimedia/gopchop/Makefile 1.29 +1 -1 ports/multimedia/gstreamer-ffmpeg/Makefile 1.124 +2 -2 ports/multimedia/gstreamer-plugins/Makefile 1.19 +2 -4 ports/multimedia/gsubedit/Makefile 1.15 +1 -2 ports/multimedia/gtksubtitler/Makefile 1.18 +1 -2 ports/multimedia/gxanim/Makefile 1.36 +4 -2 ports/multimedia/gxine/Makefile 1.16 +2 -2 ports/multimedia/helixplayer/Makefile 1.2 +3 -3 ports/multimedia/helixplayer/files/msg.withplugin.in 1.9 +3 -6 ports/multimedia/jahshaka/Makefile 1.9 +1 -1 ports/multimedia/k9copy/Makefile 1.10 +4 -5 ports/multimedia/kaffeine-mozilla/Makefile 1.43 +4 -3 ports/multimedia/kino/Makefile 1.41 +6 -6 ports/multimedia/libdv/Makefile 1.31 +1 -1 ports/multimedia/libdvdcss/Makefile 1.27 +1 -1 ports/multimedia/libdvdnav/Makefile 1.38 +1 -2 ports/multimedia/libmpeg2/Makefile 1.58 +3 -4 ports/multimedia/libquicktime/Makefile 1.128 +8 -10 ports/multimedia/libxine/Makefile 1.54 +1 -1 ports/multimedia/linux-realplayer/Makefile 1.33 +2 -3 ports/multimedia/linux-xmovie/Makefile 1.6 +1 -1 ports/multimedia/manencode/Makefile 1.5 +1 -1 ports/multimedia/mencoder/Makefile 1.7 +2 -2 ports/multimedia/miro/Makefile 1.64 +3 -4 ports/multimedia/mjpegtools/Makefile 1.21 +2 -2 ports/multimedia/mpeg4ip-libmp4v2/Makefile 1.30 +2 -2 ports/multimedia/mpegedit/Makefile 1.4 +2 -2 ports/multimedia/mpegedit/files/patch-aj 1.2 +1 -1 ports/multimedia/mpegedit/files/patch-ar 1.2 +1 -1 ports/multimedia/mpegedit/files/patch-au 1.2 +1 -1 ports/multimedia/mpegedit/files/patch-az 1.2 +1 -1 ports/multimedia/mpegedit/files/patch-ba 1.172 +3 -3 ports/multimedia/mplayer/Makefile 1.5 +2 -2 ports/multimedia/mplayer/Makefile.options 1.68 +4 -8 ports/multimedia/mplayerxp/Makefile 1.2 +1 -1 ports/multimedia/mplayerxp/files/patch-codecs__common.mak 1.15 +1 -1 ports/multimedia/mythtv/Makefile 1.30 +1 -1 ports/multimedia/netshow/Makefile 1.13 +2 -2 ports/multimedia/nuppelvideo/Makefile 1.18 +5 -6 ports/multimedia/nxtvepg/Makefile 1.4 +4 -4 ports/multimedia/nxtvepg/files/patch-Makefile 1.4 +1 -1 ports/multimedia/nxtvepg/files/patch-Makefile.bsd 1.41 +2 -3 ports/multimedia/ogle-gui/Makefile 1.39 +4 -4 ports/multimedia/ogle/Makefile 1.4 +1 -1 ports/multimedia/ogle/files/patch-ogle.in 1.30 +2 -2 ports/multimedia/py-gstreamer/Makefile 1.5 +1 -1 ports/multimedia/py-pybmp/Makefile 1.2 +3 -3 ports/multimedia/py-pybmp/files/setup.cfg.port 1.22 +1 -1 ports/multimedia/qdvdauthor/Makefile 1.25 +1 -2 ports/multimedia/quark/Makefile 1.25 +2 -3 ports/multimedia/quodlibet/Makefile 1.31 +2 -3 ports/multimedia/smpeg-xmms/Makefile 1.45 +2 -2 ports/multimedia/smpeg/Makefile 1.6 +1 -1 ports/multimedia/subtitleripper/Makefile 1.95 +1 -2 ports/multimedia/totem/Makefile 1.103 +1 -2 ports/multimedia/transcode/Makefile 1.201 +4 -4 ports/multimedia/vlc-devel/Makefile 1.19 +2 -2 ports/multimedia/vlc-devel/Makefile.inc 1.168 +4 -4 ports/multimedia/vlc/Makefile 1.15 +2 -2 ports/multimedia/vlc/Makefile.inc 1.62 +4 -4 ports/multimedia/x264/Makefile 1.69 +7 -8 ports/multimedia/xawtv/Makefile 1.21 +0 -1 ports/multimedia/xawtv/pkg-plist 1.15 +2 -3 ports/multimedia/xdvshow/Makefile 1.18 +1 -1 ports/multimedia/xfce4-xmms-controller-plugin/Makefile 1.35 +1 -1 ports/multimedia/xmms-avi/Makefile 1.36 +1 -2 ports/multimedia/xmps-win32-plugin/Makefile 1.25 +3 -4 ports/multimedia/xtheater/Makefile 1.27 +1 -1 ports/multimedia/xvid/Makefile 1.15 +2 -3 ports/net-im/aim/Makefile 1.51 +5 -5 ports/net-im/ayttm/Makefile 1.7 +2 -2 ports/net-im/cli-msn/Makefile 1.13 +1 -3 ports/net-im/fugu/Makefile 1.28 +3 -2 ports/net-im/gajim-devel/Makefile 1.29 +3 -2 ports/net-im/gajim/Makefile 1.17 +2 -4 ports/net-im/gnome-jabber/Makefile 1.81 +2 -3 ports/net-im/gnomeicu/Makefile 1.51 +2 -2 ports/net-im/gossip/Makefile 1.28 +2 -1 ports/net-im/kf/Makefile 1.16 +1 -4 ports/net-im/konverse/Makefile 1.18 +2 -1 ports/net-im/linpopup/Makefile 1.26 +1 -1 ports/net-im/meanwhile/Makefile 1.37 +4 -4 ports/net-im/psi/Makefile 1.10 +2 -2 ports/net-im/sim-im-devel/Makefile 1.34 +2 -2 ports/net-im/sim-im/Makefile 1.10 +3 -4 ports/net-im/vqcc-gtk/Makefile 1.6 +1 -1 ports/net-mgmt/aguri/Makefile 1.11 +1 -1 ports/net-mgmt/bsnmpd/Makefile 1.13 +1 -1 ports/net-mgmt/ciscoconf/Makefile 1.12 +2 -3 ports/net-mgmt/driftnet/Makefile 1.36 +0 -1 ports/net-mgmt/irrtoolset/Makefile 1.152 +1 -1 ports/net-mgmt/net-snmp53/Makefile 1.11 +1 -1 ports/net-mgmt/netwag/Makefile 1.10 +1 -1 ports/net-mgmt/vidalia/Makefile 1.22 +2 -4 ports/net-p2p/amule2/Makefile 1.23 +2 -3 ports/net-p2p/dctc-gui-qt/Makefile 1.55 +1 -2 ports/net-p2p/dctc-gui/Makefile 1.30 +2 -4 ports/net-p2p/edonkey-gui-gtk/Makefile 1.27 +1 -1 ports/net-p2p/gift/Makefile 1.14 +1 -1 ports/net-p2p/gkrellm-gift/Makefile 1.8 +3 -3 ports/net-p2p/gkremldk/Makefile 1.25 +1 -1 ports/net-p2p/kmldonkey/Makefile 1.5 +1 -1 ports/net-p2p/libpdtp/Makefile 1.18 +1 -1 ports/net-p2p/linux-agsatellite/Makefile 1.32 +3 -2 ports/net-p2p/valknut/Makefile 1.20 +1 -1 ports/net/atmsupport/Makefile 1.33 +3 -2 ports/net/boinc-client/Makefile 1.19 +1 -1 ports/net/clusterit/Makefile 1.69 +2 -2 ports/net/cvsup/Makefile 1.27 +1 -1 ports/net/dante/Makefile 1.10 +1 -1 ports/net/freenx/Makefile 1.16 +3 -3 ports/net/gkrellm_snmp/Makefile 1.15 +1 -1 ports/net/gkrellmmultiping2/Makefile 1.19 +1 -1 ports/net/gkrellmqst/Makefile 1.17 +1 -1 ports/net/gkrellmwireless/Makefile 1.12 +1 -1 ports/net/gkrellmwireless2/Makefile 1.29 +1 -2 ports/net/gnome-netstatus/Makefile 1.18 +1 -1 ports/net/gspoof/Makefile 1.7 +2 -3 ports/net/gtk-vnc/Makefile 1.6 +4 -4 ports/net/hawknl-devel/Makefile 1.5 +3 -3 ports/net/hawknl/Makefile 1.30 +1 -1 ports/net/howl/Makefile 1.4 +1 -1 ports/net/ilbc/Makefile 1.24 +1 -2 ports/net/libgnetwork/Makefile 1.17 +1 -1 ports/net/libnss-mysql/Makefile 1.20 +1 -1 ports/net/librsync/Makefile 1.32 +1 -1 ports/net/libsocket++/Makefile 1.52 +3 -3 ports/net/mpich/Makefile 1.65 +1 -1 ports/net/mtr/Makefile 1.11 +4 -4 ports/net/mugshot/Makefile 1.33 +1 -1 ports/net/netspeed_applet/Makefile 1.11 +0 -1 ports/net/nxserver/Makefile 1.81 +1 -1 ports/net/openh323/Makefile 1.19 +1 -1 ports/net/openslp/Makefile 1.9 +0 -1 ports/net/penguintv/pkg-plist 1.22 +2 -2 ports/net/pvm/Makefile 1.3 +2 -2 ports/net/pvm/files/patch-ab 1.30 +1 -1 ports/net/radiusclient/Makefile 1.8 +1 -2 ports/net/service-discovery-applet/Makefile 1.26 +4 -4 ports/net/silky/Makefile 1.7 +1 -1 ports/net/skstream/Makefile 1.3 +1 -1 ports/net/socketbind/Makefile 1.50 +1 -1 ports/net/socks5/Makefile 1.14 +4 -4 ports/net/ssvnc/Makefile 1.8 +1 -1 ports/net/tapidbus/Makefile 1.9 +3 -3 ports/net/tcpillust/Makefile 1.17 +1 -1 ports/net/tcpview/Makefile 1.5 +2 -2 ports/net/tcpview/files/patch-Makefile 1.3 +0 -1 ports/net/tcpview/pkg-plist 1.31 +2 -2 ports/net/tightvnc/Makefile 1.2 +2 -2 ports/net/tightvnc/files/patch-Xvnc::programs::Xserver::dix::Imakefile 1.2 +2 -2 ports/net/tridiavnc/files/patch-Xvnc::programs::Xserver::dix::Imakefile 1.30 +1 -2 ports/net/tsclient/Makefile 1.5 +1 -1 ports/net/tsocks/Makefile 1.35 +1 -3 ports/net/ttt/Makefile 1.5 +1 -1 ports/net/vde/Makefile 1.8 +1 -1 ports/net/vinagre/Makefile 1.26 +1 -1 ports/net/vino/Makefile 1.54 +6 -7 ports/net/vnc/Makefile 1.2 +1 -1 ports/net/vnc/files/vnc.def-patch 1.132 +2 -3 ports/net/wireshark/Makefile 1.4 +7 -6 ports/net/wmnet/files/patch-aa 1.7 +1 -1 ports/net/wmpiki/Makefile 1.7 +2 -3 ports/net/wmq3/Makefile 1.2 +2 -2 ports/net/wmq3/files/patch-Makefile 1.9 +1 -1 ports/net/wmwifi/Makefile 1.7 +1 -1 ports/net/wmwlmon/Makefile 1.14 +2 -2 ports/net/xipdump/Makefile 1.5 +1 -1 ports/net/xisp/files/patch-Makefile 1.2 +2 -2 ports/net/xpvm/files/patch-src:Makefile.aimk 1.28 +1 -1 ports/net/xtraceroute/Makefile 1.9 +1 -1 ports/net/yaz++/Makefile 1.6 +1 -1 ports/net/yazproxy/Makefile 1.17 +1 -1 ports/news/husky-fidoconf/Makefile 1.9 +1 -1 ports/news/husky-smapi/Makefile 1.8 +1 -1 ports/news/nntpswitch/Makefile 1.92 +1 -1 ports/news/pan/Makefile 1.11 +4 -5 ports/news/slrnface/Makefile 1.53 +2 -3 ports/palm/gnome-pilot-conduits/Makefile 1.77 +1 -2 ports/palm/gnome-pilot/Makefile 1.22 +1 -3 ports/palm/pose/Makefile 1.20 +2 -4 ports/palm/synce-gnomevfs/Makefile 1.46 +3 -5 ports/polish/gnugadu2/Makefile 1.24 +2 -2 ports/polish/kadu/Makefile 1.6 +1 -1 ports/polish/libtlen/Makefile 1.9 +4 -4 ports/polish/tleenx2/Makefile 1.2 +1 -1 ports/polish/tleenx2/files/patch-iksemel-Makefile 1.3 +6 -4 ports/ports-mgmt/pib/files/patch-Makefile 1.3 +5 -5 ports/ports-mgmt/qtpkg/files/patch-Makefile 1.11 +1 -1 ports/portuguese/staroffice52/Makefile 1.26 +1 -1 ports/print/acroread7/Makefile 1.5 +2 -2 ports/print/advi/Makefile 1.134 +1 -1 ports/print/apsfilter/Makefile 1.37 +2 -2 ports/print/apsfilter/scripts/configure 1.5 +3 -3 ports/print/asprint/files/patch-aa 1.42 +1 -1 ports/print/cjk-lyx/Makefile 1.31 +1 -1 ports/print/ft2demos/Makefile 1.20 +1 -3 ports/print/gfontview/Makefile 1.52 +2 -3 ports/print/ggv/Makefile 1.11 +2 -2 ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak 1.15 +2 -2 ports/print/ghostscript-gpl/files/patch-src:unix-gcc.mak 1.15 +1 -1 ports/print/gl2ps/Makefile 1.3 +2 -2 ports/print/gl2ps/files/Makefile.ex 1.2 +2 -2 ports/print/gl2ps/files/Makefile.lib 1.32 +1 -2 ports/print/gnome-cups-manager/Makefile 1.69 +1 -2 ports/print/gnome-print/Makefile 1.21 +1 -2 ports/print/gnomephotoprinter/Makefile 1.10 +1 -2 ports/print/gribouy/Makefile 1.56 +2 -2 ports/print/gv/Makefile 1.21 +2 -2 ports/print/hp2xx/Makefile 1.111 +1 -2 ports/print/libgnomeprint/Makefile 1.11 +2 -4 ports/print/libgnomeprintmm/Makefile 1.7 +1 -1 ports/print/libppd/Makefile 1.41 +1 -1 ports/print/lilypond/Makefile 1.117 +3 -3 ports/print/lyx/Makefile 1.122 +2 -2 ports/print/lyx15/Makefile 1.28 +0 -1 ports/print/mgv/Makefile 1.3 +2 -2 ports/print/mup/files/Makefile.disp 1.47 +0 -1 ports/print/scribus/Makefile 1.97 +2 -2 ports/print/teTeX-base/Makefile 1.15 +0 -1 ports/print/tgif2tex/Makefile 1.2 +2 -2 ports/print/tgif2tex/files/patch-tgif2tex 1.42 +1 -1 ports/print/transfig/Makefile 1.3 +2 -2 ports/print/wmlpq/files/patch-Makefile 1.6 +2 -2 ports/russian/artwiz-ru/Makefile 1.2 +2 -2 ports/russian/artwiz-ru/files/pkg-message.in 1.2 +1 -1 ports/russian/libcyrillic/Makefile 1.9 +1 -1 ports/russian/prawda/Makefile 1.5 +2 -2 ports/russian/wmcyrx/files/patch-aa 1.2 +2 -2 ports/russian/xcyrBGR/files/patch-ab 1.15 +1 -1 ports/science/afni/Makefile 1.4 +5 -5 ports/science/afni/files/Makefile.FreeBSD_PORT 1.7 +1 -1 ports/science/buddy/Makefile 1.2 +2 -2 ports/science/dtiquery/files/patch-Makefile.definitions 1.42 +1 -1 ports/science/felt/Makefile 1.18 +2 -2 ports/science/flounder/Makefile 1.17 +2 -2 ports/science/gnudatalanguage/Makefile 1.11 +1 -1 ports/science/gromacs/Makefile 1.8 +1 -1 ports/science/gsystem/Makefile 1.11 +2 -2 ports/science/kmovisto/Makefile 1.2 +2 -2 ports/science/medit/files/patch-makefile 1.7 +1 -1 ports/science/minc/Makefile 1.5 +1 -1 ports/science/ncs/Makefile 1.13 +1 -1 ports/science/oases/Makefile 1.3 +2 -2 ports/science/oases/files/patch-aa 1.8 +3 -3 ports/science/omnetpp/Makefile 1.9 +3 -5 ports/science/oof/Makefile 1.21 +4 -4 ports/science/openfoam/Makefile 1.15 +3 -3 ports/science/paraview/Makefile 1.15 +1 -1 ports/science/ruby-dcl/Makefile 1.5 +1 -1 ports/science/szip/Makefile 1.15 +1 -1 ports/science/v_sim/Makefile 1.29 +2 -2 ports/science/vis5d+/Makefile 1.13 +3 -3 ports/science/vmd/Makefile 1.18 +1 -1 ports/security/borzoi/Makefile 1.5 +1 -1 ports/security/bsp_upektfmess/Makefile 1.34 +1 -1 ports/security/courier-authlib/Makefile 1.19 +1 -1 ports/security/cryptplug/Makefile 1.5 +1 -1 ports/security/cutlass/Makefile 1.8 +1 -1 ports/security/cyrus-sasl2-ldapdb/Makefile 1.4 +1 -1 ports/security/distcache-devel/Makefile 1.4 +1 -1 ports/security/distcache/Makefile 1.20 +1 -1 ports/security/dropbear/Makefile 1.37 +2 -2 ports/security/fwtk/Makefile 1.6 +2 -2 ports/security/fwtk/files/patch-aa 1.12 +2 -4 ports/security/gcipher/Makefile 1.53 +1 -1 ports/security/gpgme/Makefile 1.34 +1 -1 ports/security/gpgme03/Makefile 1.14 +2 -4 ports/security/gtkpasman/Makefile 1.83 +1 -1 ports/security/heimdal/Makefile 1.8 +1 -1 ports/security/ifd-gempc410/Makefile 1.5 +3 -1 ports/security/keepassx/Makefile 1.12 +1 -1 ports/security/libgringotts/Makefile 1.4 +1 -1 ports/security/libp11/Makefile 1.3 +1 -1 ports/security/linux-openssl/Makefile 1.3 +1 -1 ports/security/matrixssl/Makefile 1.61 +1 -1 ports/security/nessus-libnasl/Makefile 1.61 +1 -1 ports/security/nessus-libraries/Makefile 1.7 +1 -1 ports/security/nmap/files/patch-Makefile.in 1.9 +1 -1 ports/security/openbsm/Makefile 1.17 +1 -1 ports/security/openct/Makefile 1.2 +2 -2 ports/security/openfwtk/files/patch-configs-FreeBSD 1.30 +3 -3 ports/security/opensc/Makefile 1.50 +2 -4 ports/security/pidgin-encryption/Makefile 1.22 +1 -2 ports/security/pidgin-otr/Makefile 1.41 +1 -1 ports/security/pinentry/Makefile 1.13 +1 -1 ports/security/qca-tls/Makefile 1.4 +2 -2 ports/security/qtfw/files/patch-Makefile 1.20 +2 -3 ports/security/revelation/Makefile 1.12 +1 -1 ports/security/saferpay/Makefile 1.67 +1 -2 ports/security/seahorse/Makefile 1.139 +1 -1 ports/security/ssh/Makefile 1.128 +5 -5 ports/security/ssh2/Makefile 1.22 +1 -1 ports/security/xmlsec/Makefile 1.5 +1 -2 ports/security/xspy/Makefile 1.18 +1 -1 ports/shells/bash-completion/Makefile 1.3 +1 -1 ports/shells/bash/files/patch-config-top.h 1.13 +3 -4 ports/shells/viewglob/Makefile 1.2 +2 -2 ports/sysutils/asapm/files/patch-Makefile.UNIX 1.2 +4 -4 ports/sysutils/asapm/files/patch-configure 1.19 +1 -1 ports/sysutils/ascpu/Makefile 1.22 +2 -2 ports/sysutils/asmem/Makefile 1.18 +2 -2 ports/sysutils/asmon/Makefile 1.15 +3 -3 ports/sysutils/asr-utils/Makefile 1.5 +1 -2 ports/sysutils/asr-utils/pkg-plist 1.13 +2 -2 ports/sysutils/battfink/Makefile 1.14 +2 -3 ports/sysutils/bbsmount/Makefile 1.10 +1 -2 ports/sysutils/brasero/Makefile 1.12 +2 -2 ports/sysutils/cog/Makefile 1.32 +2 -2 ports/sysutils/conky/Makefile 1.21 +2 -2 ports/sysutils/dtc/Makefile 1.45 +1 -1 ports/sysutils/gconf-editor/Makefile 1.18 +1 -2 ports/sysutils/gfslicer/Makefile 1.6 +1 -1 ports/sysutils/gkfreq/Makefile 1.12 +5 -4 ports/sysutils/gkleds2/Makefile 1.16 +1 -1 ports/sysutils/gkrellfire/Makefile 1.16 +2 -2 ports/sysutils/gkrellflynn/Makefile 1.9 +1 -1 ports/sysutils/gkrellm-trayicons/Makefile 1.133 +9 -11 ports/sysutils/gkrellm2/Makefile 1.36 +0 -2 ports/sysutils/gkrellm2/pkg-plist 1.13 +1 -1 ports/sysutils/gkrellmouse/Makefile 1.2 +1 -1 ports/sysutils/gkrellmouse/files/patch-Makefile 1.11 +1 -1 ports/sysutils/gkrellmwho/Makefile 1.2 +2 -2 ports/sysutils/gkrellmwho/files/patch-Makefile 1.15 +1 -1 ports/sysutils/gkrelltop/Makefile 1.2 +0 -1 ports/sysutils/gkrelltop/pkg-plist 1.24 +3 -5 ports/sysutils/glload/Makefile 1.105 +1 -1 ports/sysutils/gnome-control-center/Makefile 1.55 +2 -2 ports/sysutils/gnome-control-center1/Makefile 1.13 +1 -1 ports/sysutils/gnome-mount/Makefile 1.26 +2 -2 ports/sysutils/gnome-pkgview/Makefile 1.17 +1 -1 ports/sysutils/gnome-power-manager/Makefile 1.10 +1 -3 ports/sysutils/gnome-schedule/Makefile 1.83 +1 -1 ports/sysutils/gnome-system-monitor/Makefile 1.29 +1 -1 ports/sysutils/gnome-system-tools/Makefile 1.11 +1 -2 ports/sysutils/gnome-volume-manager/Makefile 1.9 +4 -3 ports/sysutils/graphicboot/Makefile 1.12 +1 -1 ports/sysutils/kcube/Makefile 1.2 +1 -1 ports/sysutils/kgtk/Makefile 1.17 +2 -3 ports/sysutils/kkbswitch/Makefile 1.8 +0 -2 ports/sysutils/kkbswitch/pkg-plist 1.3 +1 -1 ports/sysutils/ksynaptics/Makefile 1.29 +0 -3 ports/sysutils/lavaps/Makefile 1.12 +2 -2 ports/sysutils/libgksu/Makefile 1.8 +1 -1 ports/sysutils/libieee1284/Makefile 1.16 +2 -2 ports/sysutils/lineakd/Makefile 1.9 +1 -1 ports/sysutils/linux-acu/Makefile 1.2 +1 -1 ports/sysutils/linux-procps/Makefile 1.6 +1 -1 ports/sysutils/memgrep/Makefile 1.7 +3 -4 ports/sysutils/mount.app/Makefile 1.48 +1 -1 ports/sysutils/nautilus-cd-burner/Makefile 1.2 +2 -2 ports/sysutils/nitrogen/Makefile 1.33 +3 -3 ports/sysutils/ntfsprogs/Makefile 1.14 +0 -1 ports/sysutils/ntfsprogs/pkg-plist 1.13 +3 -4 ports/sysutils/nvtv/Makefile 1.10 +1 -1 ports/sysutils/pessulus/Makefile 1.5 +1 -1 ports/sysutils/scanbuttond/Makefile 1.16 +1 -1 ports/sysutils/serpentine/Makefile 1.36 +3 -3 ports/sysutils/sge60/Makefile 1.4 +2 -2 ports/sysutils/sge60/files/aimk.private 1.7 +4 -4 ports/sysutils/sge60/files/patch-aimk 1.4 +2 -2 ports/sysutils/sge60/files/patch-dist_util_arch__variables 1.39 +3 -3 ports/sysutils/sge61/Makefile 1.5 +2 -2 ports/sysutils/sge61/files/aimk.private 1.9 +4 -4 ports/sysutils/sge61/files/patch-aimk 1.5 +2 -2 ports/sysutils/sge61/files/patch-dist_util_arch__variables 1.56 +3 -3 ports/sysutils/thefish/Makefile 1.14 +2 -3 ports/sysutils/torsmo/Makefile 1.4 +3 -4 ports/sysutils/usbhotkey/Makefile 1.4 +2 -2 ports/sysutils/wmapm/files/patch-aa 1.19 +1 -1 ports/sysutils/wmavgload/Makefile 1.23 +1 -4 ports/sysutils/wmbattery/Makefile 1.2 +2 -2 ports/sysutils/wmbluecpu/files/patch-Makefile 1.2 +2 -2 ports/sysutils/wmbsdbatt/files/patch-Makefile 1.4 +2 -2 ports/sysutils/wmcube/files/patch-Makefile.FREEBSD 1.5 +2 -2 ports/sysutils/wmdiskmon/Makefile 1.2 +3 -3 ports/sysutils/wmflame/files/patch-Makefile 1.11 +2 -2 ports/sysutils/wmfsm/Makefile 1.34 +2 -2 ports/sysutils/wmhm/Makefile 1.4 +2 -2 ports/sysutils/wminet/files/patch-aa 1.19 +2 -2 ports/sysutils/wmlmmon/Makefile 1.7 +1 -2 ports/sysutils/wmmemfree/Makefile 1.2 +2 -2 ports/sysutils/wmmemfree/files/patch-Makefile 1.22 +1 -1 ports/sysutils/wmmount/Makefile 1.2 +2 -2 ports/sysutils/wmpccard/files/patch-Makefile 1.2 +2 -2 ports/sysutils/wmzazof/files/patch-Makefile 1.3 +2 -2 ports/sysutils/xacpim/files/patch-Makefile 1.16 +1 -1 ports/sysutils/xbatt/Makefile 1.17 +1 -2 ports/sysutils/xbattbar/Makefile 1.41 +1 -5 ports/sysutils/xfce4-utils/Makefile 1.14 +1 -1 ports/sysutils/xloadface/Makefile 1.43 +3 -4 ports/sysutils/xosview/Makefile 1.23 +4 -5 ports/sysutils/xvidcap/Makefile 1.2 +2 -2 ports/sysutils/xwlans/files/patch-Makefile 1.31 +1 -1 ports/textproc/gnome-spell/Makefile 1.11 +1 -2 ports/textproc/gnome-translate/Makefile 1.32 +1 -2 ports/textproc/gtkspell/Makefile 1.16 +2 -2 ports/textproc/gxditview/Makefile 1.18 +1 -1 ports/textproc/iiimf-client-lib/Makefile 1.18 +1 -1 ports/textproc/iiimf-protocol-lib/Makefile 1.3 +1 -1 ports/textproc/lemmatizer/Makefile 1.10 +1 -1 ports/textproc/liblingoteach/Makefile 1.5 +1 -1 ports/textproc/libxdiff/Makefile 1.38 +1 -1 ports/textproc/libxml++/Makefile 1.43 +1 -1 ports/textproc/libxml++26/Makefile 1.15 +1 -1 ports/textproc/linux-expat/Makefile 1.15 +1 -1 ports/textproc/linux-libxml/Makefile 1.17 +1 -1 ports/textproc/linux-libxml2/Makefile 1.4 +1 -1 ports/textproc/linux-xerces-c2/Makefile 1.48 +1 -1 ports/textproc/modlogan/Makefile 1.4 +1 -1 ports/textproc/nunnimcax/Makefile 1.3 +1 -1 ports/textproc/pcrs/Makefile 1.6 +1 -1 ports/textproc/rast/Makefile 1.17 +1 -1 ports/textproc/scim-input-pad/Makefile 1.2 +2 -0 ports/textproc/scim-kmfl-imengine/Makefile 1.30 +3 -3 ports/textproc/scim/Makefile 1.71 +1 -1 ports/textproc/uim/Makefile 1.9 +1 -1 ports/textproc/wbxml2/Makefile 1.17 +1 -1 ports/textproc/wordnet/Makefile 1.4 +1 -1 ports/textproc/yamcha/Makefile 1.5 +4 -3 ports/ukrainian/monacofonts/Makefile 1.3 +4 -4 ports/ukrainian/monacofonts/files/Makefile 1.2 +3 -3 ports/ukrainian/monacofonts/pkg-message 1.3 +1 -1 ports/vietnamese/gtk-im-vi/Makefile 1.11 +3 -4 ports/vietnamese/unicode-uhoai/Makefile 1.41 +3 -1 ports/vietnamese/vnterm/Makefile 1.11 +4 -4 ports/vietnamese/vnxfonts/Makefile 1.11 +5 -6 ports/vietnamese/xvnkb/Makefile 1.67 +2 -3 ports/www/WebMagick/Makefile 1.55 +3 -2 ports/www/amaya/Makefile 1.4 +1 -1 ports/www/ashe/files/patch-aa 1.9 +1 -1 ports/www/c-icap/Makefile 1.26 +1 -1 ports/www/cgicc/Makefile 1.19 +1 -1 ports/www/cgihtml/Makefile 1.42 +2 -2 ports/www/dillo-i18n/Makefile 1.39 +2 -2 ports/www/dillo/Makefile 1.10 +2 -3 ports/www/dotproject-devel/Makefile 1.4 +1 -1 ports/www/dummyflash/files/patch-aa 1.49 +1 -1 ports/www/epiphany-extensions/Makefile 1.119 +1 -2 ports/www/epiphany/Makefile 1.19 +1 -1 ports/www/evolution-webcal/Makefile 1.19 +1 -1 ports/www/fcgi/Makefile 1.10 +5 -5 ports/www/firefox-remote/Makefile 1.2 +1 -1 ports/www/firefox-remote/pkg-message 1.194 +1 -0 ports/www/firefox/Makefile 1.27 +4 -5 ports/www/flashplugin-mozilla/Makefile 1.159 +2 -3 ports/www/galeon/Makefile 1.23 +1 -1 ports/www/gnome-user-share/Makefile 1.10 +1 -2 ports/www/gnome-web-photo/Makefile 1.76 +1 -2 ports/www/gtkhtml/Makefile 1.95 +1 -2 ports/www/gtkhtml38/Makefile 1.34 +2 -2 ports/www/gurlchecker/Makefile 1.2 +1 -1 ports/www/helixplugin/files/BSDmakefile 1.64 +2 -3 ports/www/kazehakase/Makefile 1.61 +1 -1 ports/www/kdewebdev/Makefile 1.34 +1 -1 ports/www/kompozer/Makefile 1.17 +2 -3 ports/www/larbin/Makefile 1.83 +1 -1 ports/www/libgtkhtml/Makefile 1.7 +1 -1 ports/www/man2web/Makefile 1.3 +2 -2 ports/www/mmosaic/files/patch-Makefile 1.18 +1 -1 ports/www/mod_webapp/Makefile 1.223 +1 -1 ports/www/mozilla/Makefile 1.31 +10 -12 ports/www/mozilla/Makefile.common 1.7 +3 -4 ports/www/mozplugger/Makefile 1.4 +2 -2 ports/www/mozplugger/files/patch-Makefile 1.58 +5 -4 ports/www/mplayer-plugin/Makefile 1.39 +1 -1 ports/www/neon/Makefile 1.7 +4 -4 ports/www/nspluginwrapper/Makefile 1.36 +1 -1 ports/www/nvu/Makefile 1.45 +2 -2 ports/www/openvrml/Makefile 1.71 +2 -2 ports/www/opera/Makefile 1.6 +1 -1 ports/www/opera/files/patch-ini_pluginpath.ini 1.17 +3 -3 ports/www/osb-nrcore/Makefile 1.5 +1 -1 ports/www/p5-Apache-Scoreboard/Makefile 1.10 +1 -1 ports/www/p5-Apache2-Scoreboard/Makefile 1.5 +2 -4 ports/www/rssowl/Makefile 1.276 +1 -1 ports/www/seamonkey/Makefile 1.13 +1 -1 ports/www/sidplug/Makefile 1.30 +1 -1 ports/www/ump/Makefile 1.6 +1 -1 ports/www/websh/Makefile 1.19 +2 -3 ports/www/xpi-adblock/Makefile.xpi 1.15 +1 -1 ports/www/xulrunner/Makefile 1.2 +2 -2 ports/x11-clocks/abclock/files/patch-Makefile 1.12 +1 -1 ports/x11-clocks/alltraxclock/Makefile 1.21 +2 -1 ports/x11-clocks/asclock-gtk/Makefile 1.18 +3 -3 ports/x11-clocks/asclock-xlib/Makefile 1.21 +1 -1 ports/x11-clocks/astime/Makefile 1.3 +1 -1 ports/x11-clocks/astzclock/Makefile 1.9 +1 -1 ports/x11-clocks/bmp-alarm/Makefile 1.28 +3 -3 ports/x11-clocks/emiclock/Makefile 1.15 +2 -2 ports/x11-clocks/gdesklets-clock/Makefile 1.11 +2 -2 ports/x11-clocks/gdesklets-countdown/Makefile 1.11 +2 -2 ports/x11-clocks/gdesklets-ebichuclock/Makefile 1.19 +2 -2 ports/x11-clocks/glclock/Makefile 1.17 +2 -2 ports/x11-clocks/mlclock/Makefile 1.10 +2 -2 ports/x11-clocks/osdclock/Makefile 1.17 +2 -2 ports/x11-clocks/pclock/Makefile 1.4 +1 -1 ports/x11-clocks/washerdryer/files/patch-Makefile 1.12 +1 -1 ports/x11-clocks/wmbday/Makefile 1.10 +1 -1 ports/x11-clocks/wmbinclock/Makefile 1.2 +2 -2 ports/x11-clocks/wmblueclock/files/patch-Makefile 1.3 +2 -2 ports/x11-clocks/wmcalclock/files/patch-aa 1.8 +1 -1 ports/x11-clocks/wmclock/Makefile 1.24 +1 -1 ports/x11-clocks/wmdate/Makefile 1.4 +2 -2 ports/x11-clocks/wmitime/files/patch-aa 1.21 +1 -1 ports/x11-clocks/wmtime/Makefile 1.5 +1 -1 ports/x11-clocks/wmtimer/files/patch-wmtimer::Makefile 1.23 +5 -6 ports/x11-clocks/wmtz/Makefile 1.19 +1 -1 ports/x11-clocks/xmms-alarm/Makefile 1.15 +1 -1 ports/x11-clocks/xtu/Makefile 1.13 +3 -6 ports/x11-drivers/synaptics/Makefile 1.7 +4 -4 ports/x11-drivers/synaptics/files/patch-Makefile 1.21 +3 -4 ports/x11-fm/evidence/Makefile 1.4 +3 -3 ports/x11-fm/ezfm/files/patch-aa 1.34 +1 -1 ports/x11-fm/filerunner/Makefile 1.9 +1 -1 ports/x11-fm/filerunner/files/patch-aa 1.24 +4 -5 ports/x11-fm/fsv/Makefile 1.36 +3 -5 ports/x11-fm/gnome-commander2/Makefile 1.83 +1 -2 ports/x11-fm/nautilus/Makefile 1.69 +3 -3 ports/x11-fm/rox-filer/Makefile 1.10 +1 -1 ports/x11-fm/tdfsb/Makefile 1.28 +5 -6 ports/x11-fm/x-files/Makefile 1.5 +1 -1 ports/x11-fm/x-files/files/patch-aa 1.24 +2 -2 ports/x11-fm/xdiskusage/Makefile 1.27 +1 -1 ports/x11-fm/xfm/Makefile 1.35 +2 -2 ports/x11-fm/xnc/Makefile 1.5 +1 -1 ports/x11-fm/xplore/Makefile 1.4 +4 -4 ports/x11-fonts/arkpandora/Makefile 1.2 +1 -1 ports/x11-fonts/arkpandora/pkg-plist 1.4 +3 -3 ports/x11-fonts/artwiz-aleczapka-de/Makefile 1.2 +2 -2 ports/x11-fonts/artwiz-aleczapka-de/pkg-message 1.4 +3 -3 ports/x11-fonts/artwiz-aleczapka-se/Makefile 1.2 +2 -2 ports/x11-fonts/artwiz-aleczapka-se/pkg-message 1.6 +2 -2 ports/x11-fonts/artwiz-aleczapka/Makefile 1.2 +1 -1 ports/x11-fonts/artwiz-aleczapka/pkg-message 1.13 +2 -2 ports/x11-fonts/artwiz-fonts/Makefile 1.2 +1 -1 ports/x11-fonts/artwiz-fonts/pkg-message 1.5 +1 -1 ports/x11-fonts/avifonts/Makefile 1.2 +2 -2 ports/x11-fonts/avifonts/files/pkg-message.in 1.2 +1 -1 ports/x11-fonts/avifonts/pkg-plist 1.26 +7 -6 ports/x11-fonts/bitmap-fonts/Makefile 1.3 +1 -1 ports/x11-fonts/bitmap-fonts/pkg-descr 1.17 +1 -2 ports/x11-fonts/bitstream-vera/Makefile 1.8 +1 -1 ports/x11-fonts/bitstream-vera/pkg-plist 1.11 +4 -4 ports/x11-fonts/code2000/Makefile 1.8 +7 -6 ports/x11-fonts/cyr-rfx/Makefile 1.39 +4 -4 ports/x11-fonts/dejavu/Makefile 1.20 +5 -4 ports/x11-fonts/etlfonts/Makefile 1.3 +4 -4 ports/x11-fonts/etlfonts/files/patch-aa 1.71 +2 -3 ports/x11-fonts/fontconfig/Makefile 1.3 +1 -1 ports/x11-fonts/fonts-indic/Makefile 1.4 +1 -1 ports/x11-fonts/fonts-te/Makefile 1.2 +1 -1 ports/x11-fonts/fonts-te/pkg-plist 1.12 +6 -4 ports/x11-fonts/geminifonts/Makefile 1.3 +2 -2 ports/x11-fonts/geminifonts/pkg-message 1.6 +1 -1 ports/x11-fonts/gentium/Makefile 1.3 +2 -2 ports/x11-fonts/gentium/files/pkg-message.in 1.4 +1 -1 ports/x11-fonts/gentium/pkg-plist 1.19 +2 -2 ports/x11-fonts/getbdf/Makefile 1.2 +2 -2 ports/x11-fonts/getbdf/files/patch-aa 1.11 +2 -3 ports/x11-fonts/gnome-font-sampler/Makefile 1.15 +6 -5 ports/x11-fonts/intlfonts/Makefile 1.10 +4 -2 ports/x11-fonts/jmk-x11-fonts/Makefile 1.7 +2 -3 ports/x11-fonts/junicode/Makefile 1.3 +1 -1 ports/x11-fonts/junicode/pkg-plist 1.9 +5 -4 ports/x11-fonts/lfpfonts-fix/Makefile 1.9 +6 -4 ports/x11-fonts/lfpfonts-var/Makefile 1.3 +4 -3 ports/x11-fonts/liberation-fonts-ttf/Makefile 1.20 +1 -1 ports/x11-fonts/linux-fontconfig/Makefile 1.6 +1 -1 ports/x11-fonts/manu-gothica/Makefile 1.8 +3 -3 ports/x11-fonts/mathfonts/Makefile 1.5 +1 -1 ports/x11-fonts/mgopen/Makefile 1.2 +1 -2 ports/x11-fonts/mgopen/files/pkg-message.in 1.2 +1 -1 ports/x11-fonts/mgopen/pkg-plist 1.8 +0 -1 ports/x11-fonts/mkbold-mkitalic/Makefile 1.8 +0 -1 ports/x11-fonts/mkbold/Makefile 1.9 +0 -1 ports/x11-fonts/mkitalic/Makefile 1.12 +6 -4 ports/x11-fonts/nucleus/Makefile 1.21 +2 -2 ports/x11-fonts/p5-type1inst/Makefile 1.4 +2 -2 ports/x11-fonts/ppantsfonts/Makefile 1.2 +1 -1 ports/x11-fonts/ppantsfonts/pkg-message 1.4 +4 -3 ports/x11-fonts/proggy_fonts/Makefile 1.18 +2 -1 ports/x11-fonts/sgifonts/Makefile 1.5 +5 -4 ports/x11-fonts/suxus/Makefile 1.14 +5 -5 ports/x11-fonts/terminus-font/Makefile 1.5 +2 -2 ports/x11-fonts/texcm-ttf/Makefile 1.4 +1 -1 ports/x11-fonts/tolkien-ttf/Makefile 1.28 +2 -2 ports/x11-fonts/ttmkfdir/Makefile 1.10 +1 -1 ports/x11-fonts/tv-fonts/Makefile 1.33 +3 -3 ports/x11-fonts/webfonts/Makefile 1.7 +2 -2 ports/x11-fonts/webfonts/pkg-plist 1.13 +7 -5 ports/x11-fonts/wqy/Makefile 1.12 +3 -3 ports/x11-fonts/xmbdfed/files/patch-aa 1.13 +1 -1 ports/x11-fonts/xorg-fonts-100dpi/Makefile 1.13 +1 -1 ports/x11-fonts/xorg-fonts-75dpi/Makefile 1.13 +1 -1 ports/x11-fonts/xorg-fonts-cyrillic/Makefile 1.13 +1 -1 ports/x11-fonts/xorg-fonts-miscbitmaps/Makefile 1.13 +3 -5 ports/x11-fonts/xorg-fonts-truetype/Makefile 1.13 +1 -1 ports/x11-fonts/xorg-fonts-type1/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts/Makefile 1.23 +2 -2 ports/x11-servers/Xfstt/Makefile 1.32 +1 -1 ports/x11-servers/driglide/Makefile 1.6 +1 -2 ports/x11-servers/mga_hal/Makefile 1.16 +4 -2 ports/x11-servers/x2vnc/Makefile 1.9 +2 -2 ports/x11-servers/xorg-dmx/Makefile 1.39 +1 -1 ports/x11-servers/xorg-server-snap/Makefile 1.57 +1 -1 ports/x11-servers/xorg-server/Makefile 1.16 +3 -3 ports/x11-themes/bluecurve-themes/Makefile 1.13 +1 -2 ports/x11-themes/clearlooks-metacity/Makefile 1.29 +3 -5 ports/x11-themes/clearlooks/Makefile 1.9 +2 -4 ports/x11-themes/cursor-bluecurve-theme/Makefile 1.5 +2 -2 ports/x11-themes/emerald-themes/Makefile 1.5 +4 -4 ports/x11-themes/enlightenment-theme-BlueSteel/Makefile 1.5 +4 -4 ports/x11-themes/enlightenment-theme-BrushedMetal-Tigert/Makefile 1.5 +4 -4 ports/x11-themes/enlightenment-theme-Ganymede/Makefile 1.5 +4 -4 ports/x11-themes/enlightenment-theme-ShinyMetal/Makefile 1.43 +1 -2 ports/x11-themes/gtk-engines/Makefile 1.5 +1 -1 ports/x11-themes/gtk-industrial-theme/files/Makefile-gtk1 1.8 +1 -1 ports/x11-themes/phase/Makefile 1.8 +2 -3 ports/x11-themes/polymer/Makefile 1.19 +1 -1 ports/x11-themes/qinx/Makefile 1.18 +4 -5 ports/x11-themes/qt-bluecurve-theme/Makefile 1.17 +5 -5 ports/x11-themes/sapphire-themes/Makefile 1.6 +3 -2 ports/x11-themes/xmms-bluecurve-theme/Makefile 1.6 +2 -2 ports/x11-themes/xmms-eq-skins/Makefile 1.13 +1 -1 ports/x11-toolkits/SoXt/Makefile 1.2 +1 -1 ports/x11-toolkits/Xaw3d/files/pkg-message.in 1.7 +2 -2 ports/x11-toolkits/XawPlus/Makefile 1.2 +2 -2 ports/x11-toolkits/XawPlus/files/patch-test::Makefile 1.10 +4 -4 ports/x11-toolkits/efltk/Makefile 1.6 +1 -2 ports/x11-toolkits/enhance/Makefile 1.10 +3 -3 ports/x11-toolkits/flu/Makefile 1.13 +2 -2 ports/x11-toolkits/fox12/Makefile 1.69 +2 -2 ports/x11-toolkits/fox14/Makefile 1.20 +2 -2 ports/x11-toolkits/fox16/Makefile 1.25 +5 -6 ports/x11-toolkits/gai/Makefile 1.2 +1 -1 ports/x11-toolkits/gai/files/patch-gai_Makefile.in 1.56 +2 -2 ports/x11-toolkits/gal/Makefile 1.74 +2 -2 ports/x11-toolkits/gal2/Makefile 1.36 +1 -1 ports/x11-toolkits/gdl/Makefile 1.21 +3 -5 ports/x11-toolkits/gnocl/Makefile 1.107 +2 -2 ports/x11-toolkits/gtk12/Makefile 1.216 +2 -6 ports/x11-toolkits/gtk20/Makefile 1.18 +1 -1 ports/x11-toolkits/gtkdatabox2/Makefile 1.24 +2 -2 ports/x11-toolkits/gtkglarea--/Makefile 1.21 +1 -1 ports/x11-toolkits/gtkscintilla/Makefile 1.9 +2 -2 ports/x11-toolkits/gtkscintilla/files/patch-aa 1.40 +1 -2 ports/x11-toolkits/gtksourceview/Makefile 1.5 +1 -2 ports/x11-toolkits/gtksourceview2/Makefile 1.39 +1 -1 ports/x11-toolkits/guile-gtk/Makefile 1.4 +2 -2 ports/x11-toolkits/hs-frantk/files/patch-src::Makefile 1.9 +2 -2 ports/x11-toolkits/itk/files/Makefile.lib 1.5 +3 -3 ports/x11-toolkits/jdic/Makefile 1.61 +1 -2 ports/x11-toolkits/libbonoboui/Makefile 1.17 +2 -3 ports/x11-toolkits/libbonobouimm/Makefile 1.46 +1 -1 ports/x11-toolkits/libgail-gnome/Makefile 1.10 +6 -4 ports/x11-toolkits/libgdiplus/Makefile 1.52 +2 -2 ports/x11-toolkits/libgnomeprintui/Makefile 1.11 +2 -4 ports/x11-toolkits/libgnomeprintuimm/Makefile 1.18 +3 -5 ports/x11-toolkits/libgnomeuimm/Makefile 1.29 +3 -3 ports/x11-toolkits/libgnomeuimm26/Makefile 1.25 +1 -1 ports/x11-toolkits/libgtk-java/Makefile 1.20 +1 -2 ports/x11-toolkits/libpanelappletmm/Makefile 1.33 +2 -2 ports/x11-toolkits/libzvt/Makefile 1.39 +1 -1 ports/x11-toolkits/linux-gtk/Makefile 1.23 +1 -1 ports/x11-toolkits/linux-gtk2/Makefile 1.15 +1 -1 ports/x11-toolkits/linux-pango/Makefile 1.2 +1 -1 ports/x11-toolkits/linux-qt33/Makefile 1.16 +5 -6 ports/x11-toolkits/mesgui/Makefile 1.10 +1 -1 ports/x11-toolkits/mowitz/Makefile 1.39 +4 -4 ports/x11-toolkits/neXtaw/Makefile 1.44 +2 -2 ports/x11-toolkits/open-motif/Makefile 1.16 +1 -1 ports/x11-toolkits/p5-Prima/Makefile 1.33 +1 -1 ports/x11-toolkits/p5-TclTk/Makefile 1.16 +1 -1 ports/x11-toolkits/p5-Tk-TableMatrix/Makefile 1.53 +1 -1 ports/x11-toolkits/p5-Tk/Makefile 1.43 +1 -1 ports/x11-toolkits/paragui-devel/Makefile 1.44 +1 -1 ports/x11-toolkits/paragui/Makefile 1.32 +2 -2 ports/x11-toolkits/php-gtk/Makefile 1.33 +4 -4 ports/x11-toolkits/plib/Makefile 1.8 +2 -2 ports/x11-toolkits/py-fox/Makefile 1.3 +2 -2 ports/x11-toolkits/py-fox/files/patch-setup 1.3 +2 -2 ports/x11-toolkits/py-tkinter/files/setup.py 1.9 +1 -1 ports/x11-toolkits/py-wmdockapps/Makefile 1.66 +1 -1 ports/x11-toolkits/py-wxPython26/Makefile 1.20 +3 -3 ports/x11-toolkits/qscintilla/Makefile 1.219 +4 -5 ports/x11-toolkits/qt33/Makefile 1.17 +5 -3 ports/x11-toolkits/qt4-gui/Makefile 1.17 +1 -1 ports/x11-toolkits/qwt4/Makefile 1.55 +1 -2 ports/x11-toolkits/rep-gtk2/Makefile 1.37 +2 -3 ports/x11-toolkits/ruby-fox10/Makefile 1.45 +2 -2 ports/x11-toolkits/ruby-gtk2/Makefile 1.44 +3 -3 ports/x11-toolkits/ruby-tk/Makefile 1.10 +1 -1 ports/x11-toolkits/scx/Makefile 1.29 +1 -1 ports/x11-toolkits/slingshot/Makefile 1.18 +1 -1 ports/x11-toolkits/soqt/Makefile 1.5 +1 -1 ports/x11-toolkits/swt-devel/files/patch-build.sh 1.6 +3 -3 ports/x11-toolkits/swt-devel/files/patch-make_freebsd.mak 1.3 +1 -1 ports/x11-toolkits/swt/files/patch-build.sh 1.5 +3 -3 ports/x11-toolkits/swt/files/patch-make_freebsd.mak 1.7 +1 -1 ports/x11-toolkits/swt31/Makefile 1.4 +1 -1 ports/x11-toolkits/swt31/files/patch-build.sh 1.3 +1 -1 ports/x11-toolkits/swt31/files/patch-make_freebsd.mak 1.6 +0 -1 ports/x11-toolkits/tile/Makefile 1.51 +1 -1 ports/x11-toolkits/tix/Makefile 1.21 +1 -1 ports/x11-toolkits/tix/files/patch-aa 1.46 +1 -2 ports/x11-toolkits/tk80/Makefile 1.4 +1 -1 ports/x11-toolkits/tk80/files/Makefile.lib 1.8 +0 -1 ports/x11-toolkits/tkdnd/Makefile 1.9 +0 -1 ports/x11-toolkits/tktray/Makefile 1.12 +0 -1 ports/x11-toolkits/tktreectrl/Makefile 1.4 +2 -2 ports/x11-toolkits/v/files/patch-configs-ConfigX.mk 1.14 +1 -2 ports/x11-toolkits/viewkit/Makefile 1.18 +3 -5 ports/x11-toolkits/viewklass/Makefile 1.80 +1 -2 ports/x11-toolkits/vte/Makefile 1.14 +1 -1 ports/x11-toolkits/wmapp/Makefile 1.57 +5 -8 ports/x11-toolkits/wxgtk24/Makefile 1.39 +9 -11 ports/x11-toolkits/wxgtk26/Makefile 1.43 +7 -7 ports/x11-toolkits/wxgtk28/Makefile 1.23 +2 -3 ports/x11-toolkits/xclasses/Makefile 1.3 +5 -5 ports/x11-toolkits/xclasses/files/patch-ac 1.60 +5 -5 ports/x11-toolkits/xforms/Makefile 1.3 +1 -1 ports/x11-toolkits/xg/files/patch-aa 1.5 +3 -3 ports/x11-toolkits/xmhtml/files/patch-aa 1.35 +1 -2 ports/x11-toolkits/xview-clients/Makefile 1.49 +2 -2 ports/x11-toolkits/xview/Makefile 1.23 +3 -3 ports/x11-wm/aewm/Makefile 1.32 +2 -3 ports/x11-wm/afterstep-i18n/Makefile 1.85 +2 -2 ports/x11-wm/afterstep-stable/Makefile 1.6 +2 -2 ports/x11-wm/ahwm/Makefile 1.18 +5 -5 ports/x11-wm/alloywm/Makefile 1.24 +1 -2 ports/x11-wm/amaterus/Makefile 1.16 +2 -2 ports/x11-wm/amiwm/Makefile 1.5 +2 -1 ports/x11-wm/awesome/Makefile 1.9 +3 -4 ports/x11-wm/badwm/Makefile 1.23 +3 -4 ports/x11-wm/bbconf/Makefile 1.6 +2 -2 ports/x11-wm/beryl-core/Makefile 1.5 +2 -2 ports/x11-wm/beryl-manager/Makefile 1.4 +2 -2 ports/x11-wm/beryl-plugins-unsupported/Makefile 1.5 +2 -2 ports/x11-wm/beryl-plugins/Makefile 1.5 +2 -2 ports/x11-wm/beryl-settings/Makefile 1.17 +2 -3 ports/x11-wm/blwm/Makefile 1.2 +1 -1 ports/x11-wm/blwm/files/patch-Makefile.std 1.15 +5 -6 ports/x11-wm/clementine/Makefile 1.9 +2 -2 ports/x11-wm/compiz-fusion-plugins-extra/Makefile 1.7 +2 -2 ports/x11-wm/compiz-fusion-plugins-main/Makefile 1.7 +2 -2 ports/x11-wm/compiz-fusion-plugins-unsupported/Makefile 1.10 +2 -2 ports/x11-wm/compiz/Makefile 1.46 +1 -1 ports/x11-wm/ctwm/Makefile 1.12 +2 -2 ports/x11-wm/dwm/files/patch-config.mk 1.18 +1 -2 ports/x11-wm/e16utils/Makefile 1.4 +2 -2 ports/x11-wm/e16utils/files/patch-e16keyedit-0.2 1.6 +2 -2 ports/x11-wm/e16utils/files/patch-e16menuedit-0.1 1.13 +3 -3 ports/x11-wm/ede/Makefile 1.7 +2 -2 ports/x11-wm/emerald/Makefile 1.5 +4 -5 ports/x11-wm/enlightenment-docs/Makefile 1.107 +5 -9 ports/x11-wm/enlightenment/Makefile 1.11 +2 -1 ports/x11-wm/epiwm/Makefile 1.19 +2 -2 ports/x11-wm/evilwm/Makefile 1.15 +3 -3 ports/x11-wm/expocity/Makefile 1.9 +1 -1 ports/x11-wm/fbcmd/Makefile 1.14 +3 -3 ports/x11-wm/fluxspace/Makefile 1.7 +2 -2 ports/x11-wm/fluxter/Makefile 1.46 +6 -7 ports/x11-wm/fvwm95-i18n/Makefile 1.40 +4 -7 ports/x11-wm/fvwm95/Makefile 1.12 +6 -7 ports/x11-wm/golem/Makefile 1.22 +2 -2 ports/x11-wm/gwm/Makefile 1.136 +2 -0 ports/x11-wm/icewm/Makefile 1.25 +2 -2 ports/x11-wm/ion-2/Makefile 1.11 +1 -1 ports/x11-wm/ion-2/files/patch-system.mk 1.6 +1 -1 ports/x11-wm/ion/files/patch-system.mk 1.21 +1 -1 ports/x11-wm/jewel/Makefile 1.20 +3 -3 ports/x11-wm/jwm/Makefile 1.26 +8 -10 ports/x11-wm/kahakai/Makefile 1.19 +1 -1 ports/x11-wm/kompmgr/Makefile 1.5 +2 -2 ports/x11-wm/libcompizconfig/Makefile 1.29 +3 -4 ports/x11-wm/libdockapp/Makefile 1.62 +2 -1 ports/x11-wm/metacity/Makefile 1.32 +1 -1 ports/x11-wm/mlvwm/Makefile 1.13 +5 -7 ports/x11-wm/novawm/Makefile 1.33 +1 -1 ports/x11-wm/olvwm/Makefile 1.5 +2 -2 ports/x11-wm/orion/Makefile 1.19 +2 -2 ports/x11-wm/pager/Makefile 1.22 +4 -5 ports/x11-wm/pawm/Makefile 1.11 +3 -4 ports/x11-wm/peksystray/Makefile 1.25 +3 -5 ports/x11-wm/pekwm/Makefile 1.15 +4 -6 ports/x11-wm/phluid/Makefile 1.30 +2 -3 ports/x11-wm/piewm/Makefile 1.18 +2 -2 ports/x11-wm/pwm/Makefile 1.52 +2 -3 ports/x11-wm/qvwm/Makefile 1.2 +2 -2 ports/x11-wm/ratmen/files/patch-Makefile 1.2 +2 -2 ports/x11-wm/ratmenu/files/patch-Makefile 1.3 +1 -1 ports/x11-wm/sapphire/files/patch-Makefile 1.74 +2 -1 ports/x11-wm/sawfish/Makefile 1.6 +1 -1 ports/x11-wm/skippy-xd/Makefile 1.12 +3 -5 ports/x11-wm/skippy/Makefile 1.21 +7 -8 ports/x11-wm/swm/Makefile 1.2 +1 -1 ports/x11-wm/swm/files/patch-Makefile-xpm 1.10 +5 -6 ports/x11-wm/treewm/Makefile 1.27 +1 -2 ports/x11-wm/tvtwm/Makefile 1.31 +3 -4 ports/x11-wm/ude/Makefile 1.12 +2 -2 ports/x11-wm/waimea-devel/Makefile 1.18 +3 -5 ports/x11-wm/waimea/Makefile 1.8 +2 -2 ports/x11-wm/wampager/Makefile 1.8 +1 -1 ports/x11-wm/weewm/Makefile 1.18 +1 -1 ports/x11-wm/windowlab/Makefile 1.138 +1 -1 ports/x11-wm/windowmaker/Makefile 1.14 +3 -3 ports/x11-wm/wm2/Makefile 1.6 +2 -2 ports/x11-wm/wm2/files/patch-aa 1.47 +1 -1 ports/x11-wm/wmakerconf/Makefile 1.23 +3 -2 ports/x11-wm/wmanager/Makefile 1.8 +3 -3 ports/x11-wm/wmanager/files/patch-aa 1.18 +2 -3 ports/x11-wm/wmcp/Makefile 1.4 +2 -2 ports/x11-wm/wmcp/files/patch-aa 1.25 +2 -3 ports/x11-wm/wmg/Makefile 1.16 +3 -2 ports/x11-wm/wmii/Makefile 1.8 +2 -2 ports/x11-wm/xcompmgr/Makefile 1.88 +6 -7 ports/x11-wm/xfce/Makefile 1.2 +1 -1 ports/x11-wm/xfce/files/patch-other::xinitrc.in 1.38 +2 -1 ports/x11-wm/xfce4-session/Makefile 1.3 +2 -1 ports/x11-wm/xmonad-contrib/Makefile 1.4 +2 -1 ports/x11-wm/xmonad/Makefile 1.6 +2 -2 ports/x11-wm/yawm/Makefile 1.11 +3 -5 ports/x11/9box/Makefile 1.3 +2 -2 ports/x11/9box/files/patch-src::Makefile 1.34 +1 -1 ports/x11/9menu/Makefile 1.5 +3 -3 ports/x11/9term/files/patch-ad 1.17 +2 -2 ports/x11/accessx/Makefile 1.13 +3 -4 ports/x11/alltray/Makefile 1.15 +1 -2 ports/x11/apwal/Makefile 1.31 +2 -3 ports/x11/aterm/Makefile 1.30 +2 -1 ports/x11/bbrun/Makefile 1.8 +1 -1 ports/x11/bbrun/files/patch-Makefile 1.25 +1 -1 ports/x11/blast/Makefile 1.23 +1 -1 ports/x11/bricons/Makefile 1.14 +2 -2 ports/x11/brightside/Makefile 1.12 +4 -4 ports/x11/buttonbox/Makefile 1.4 +1 -1 ports/x11/cnslock/files/patch-Makefile 1.31 +2 -2 ports/x11/decurs/Makefile 1.9 +1 -1 ports/x11/deskmenu/Makefile 1.2 +1 -1 ports/x11/deskmenu/files/patch-Makefile 1.6 +2 -2 ports/x11/dmenu/files/patch-config.mk 1.21 +1 -1 ports/x11/dxpc/Makefile 1.15 +2 -2 ports/x11/ebuttons/Makefile 1.43 +3 -3 ports/x11/electricsheep/Makefile 1.30 +2 -2 ports/x11/emu/Makefile 1.18 +2 -2 ports/x11/erun/Makefile 1.68 +2 -3 ports/x11/eterm/Makefile 1.24 +2 -1 ports/x11/fast-user-switch-applet/Makefile 1.15 +3 -3 ports/x11/fbpanel/Makefile 1.19 +2 -2 ports/x11/fbsd-icons/Makefile 1.8 +2 -2 ports/x11/fireflies/Makefile 1.2 +2 -2 ports/x11/fireflies/files/patch-Make.include.in 1.13 +3 -5 ports/x11/fluxbg/Makefile 1.23 +1 -2 ports/x11/gcursor/Makefile 1.8 +1 -1 ports/x11/gcursor/files/patch-src::gcursor.c 1.113 +1 -2 ports/x11/gnome-applets/Makefile 1.125 +2 -3 ports/x11/gnome-libs/Makefile 1.89 +1 -2 ports/x11/gnome-panel/Makefile 1.31 +1 -1 ports/x11/gnome-screensaver/Makefile 1.10 +2 -2 ports/x11/gnome-swallow/Makefile 1.49 +1 -1 ports/x11/gnome-terminal/Makefile 1.4 +1 -1 ports/x11/gpctool/Makefile 1.2 +2 -2 ports/x11/gpctool/files/BSDmakefile 1.15 +1 -1 ports/x11/gsynaptics/Makefile 1.7 +1 -2 ports/x11/gtk-themepreview/Makefile 1.7 +1 -2 ports/x11/gtkchtheme/Makefile 1.205 +4 -4 ports/x11/kdebase3/Makefile 1.4 +2 -2 ports/x11/kdebase3/files/pkg-message.in 1.223 +3 -3 ports/x11/kdelibs3/Makefile 1.9 +2 -2 ports/x11/keylaunch/Makefile 1.2 +1 -1 ports/x11/keylaunch/files/patch-Makefile 1.3 +1 -1 ports/x11/kxgenerator/Makefile 1.20 +1 -1 ports/x11/libX11/Makefile 1.10 +0 -1 ports/x11/libXtrans/Makefile 1.13 +1 -1 ports/x11/libcapplet/Makefile 1.4 +5 -4 ports/x11/libcapplet/files/patch-Makefile 1.3 +5 -4 ports/x11/libcapplet/files/patch-cappletConf.sh.in 1.17 +4 -2 ports/x11/libdnd/Makefile 1.4 +1 -1 ports/x11/libdnd/files/patch-ab 1.19 +1 -1 ports/x11/libgnome-java/Makefile 1.19 +3 -5 ports/x11/libgnomemm/Makefile 1.28 +2 -2 ports/x11/libgnomemm26/Makefile 1.21 +2 -2 ports/x11/libsx/Makefile 1.6 +3 -3 ports/x11/libsx/files/patch-aa 1.7 +3 -3 ports/x11/libsynaptics/Makefile 1.39 +3 -2 ports/x11/libxklavier/Makefile 1.7 +1 -1 ports/x11/linux-xorg-libs/Makefile 1.5 +4 -3 ports/x11/lxpanel/Makefile 1.7 +2 -2 ports/x11/metisse/Makefile 1.13 +4 -4 ports/x11/mrxvt-devel/Makefile 1.13 +1 -1 ports/x11/multi-aterm/Makefile 1.11 +1 -1 ports/x11/numlockx/Makefile 1.76 +1 -1 ports/x11/nvidia-driver/Makefile 1.4 +1 -1 ports/x11/nvidia-driver/files/patch-lib::Makefile 1.21 +5 -5 ports/x11/nvidia-settings/Makefile 1.8 +3 -3 ports/x11/p5-X11-GUITest/Makefile 1.11 +2 -2 ports/x11/p5-X11-IdleTime/Makefile 1.8 +1 -1 ports/x11/padkey/Makefile 1.16 +1 -1 ports/x11/portoseguro/Makefile 1.21 +2 -2 ports/x11/props/Makefile 1.16 +2 -2 ports/x11/qrash/Makefile 1.3 +1 -1 ports/x11/qrash/files/patch-ae 1.14 +3 -3 ports/x11/qt4-opengl/Makefile 1.87 +1 -1 ports/x11/rxvt-devel/Makefile 1.118 +4 -6 ports/x11/rxvt-unicode/Makefile 1.66 +2 -2 ports/x11/rxvt/Makefile 1.3 +1 -1 ports/x11/setxkbmap/Makefile 1.10 +5 -6 ports/x11/sisctrl/Makefile 1.8 +3 -3 ports/x11/slock/Makefile 1.25 +2 -2 ports/x11/startup-notification/Makefile 1.3 +2 -2 ports/x11/swarp/Makefile 1.3 +4 -4 ports/x11/temperature.app/files/patch-Makefile 1.8 +3 -4 ports/x11/tkXwin/Makefile 1.6 +3 -3 ports/x11/trayer/Makefile 1.20 +1 -1 ports/x11/tycoon/Makefile 1.78 +4 -4 ports/x11/wdm/Makefile 1.16 +2 -2 ports/x11/wmbutton/Makefile 1.18 +1 -1 ports/x11/wmdrawer/Makefile 1.2 +2 -2 ports/x11/wmfstatus/files/patch-Makefile 1.3 +3 -3 ports/x11/wmmatrix/files/patch-aa 1.3 +1 -1 ports/x11/wmmenu/files/patch-Makefile 1.2 +2 -2 ports/x11/wmxss/files/patch-Src::Makefile 1.26 +2 -2 ports/x11/workrave/Makefile 1.30 +1 -1 ports/x11/wrapper/Makefile 1.29 +4 -5 ports/x11/wterm/Makefile 1.33 +5 -3 ports/x11/x3270/Makefile 1.14 +1 -1 ports/x11/xballoon/Makefile 1.20 +1 -1 ports/x11/xbanner/Makefile 1.4 +2 -2 ports/x11/xbanner/files/patch-aa 1.2 +1 -1 ports/x11/xbanner/files/patch-ac 1.2 +1 -1 ports/x11/xbanner/files/patch-ae 1.3 +0 -1 ports/x11/xcb-proto/Makefile 1.5 +1 -1 ports/x11/xclick/Makefile 1.14 +3 -3 ports/x11/xcolorsel/Makefile 1.2 +2 -2 ports/x11/xcut/files/patch-aa 1.5 +2 -1 ports/x11/xdotool/Makefile 1.16 +1 -1 ports/x11/xdtm/Makefile 1.14 +0 -2 ports/x11/xfce4-taskmanager/Makefile 1.17 +4 -4 ports/x11/xfree86_xkb_xml/Makefile 1.27 +3 -3 ports/x11/xgrab/Makefile 1.9 +2 -2 ports/x11/xidle/Makefile 1.9 +1 -1 ports/x11/xkbset/Makefile 1.8 +0 -3 ports/x11/xkeyboard-config/Makefile 1.12 +2 -2 ports/x11/xkeywrap/Makefile 1.35 +2 -2 ports/x11/xloadimage/Makefile 1.14 +1 -1 ports/x11/xlupe/Makefile 1.14 +2 -2 ports/x11/xmangekyou/Makefile 1.10 +2 -2 ports/x11/xmotd/Makefile 1.11 +2 -2 ports/x11/xmx/Makefile 1.2 +2 -2 ports/x11/xmx/files/patch-aa 1.2 +3 -3 ports/x11/xnodecor/files/Makefile 1.5 +0 -2 ports/x11/xorg-apps/Makefile 1.25 +45 -47 ports/x11/xorg-libraries/Makefile 1.4 +1 -3 ports/x11/xorg-protos/Makefile 1.22 +10 -11 ports/x11/xorg/Makefile 1.8 +6 -5 ports/x11/xrestop/Makefile 1.9 +3 -4 ports/x11/xrootconsole/Makefile 1.4 +2 -3 ports/x11/xrsi/Makefile 1.59 +3 -4 ports/x11/xscreensaver-gnome/Makefile 1.7 +4 -5 ports/x11/xscreensaver.app/Makefile 1.100 +1 -1 ports/x11/xscreensaver/Makefile 1.20 +1 -1 ports/x11/xsnow/Makefile 1.14 +3 -4 ports/x11/xstarroll/Makefile 1.20 +2 -3 ports/x11/xstroke/Makefile 1.54 +2 -2 ports/x11/xterm/Makefile 1.9 +2 -2 ports/x11/xtermcontrol/Makefile 1.3 +1 -1 ports/x11/xtrlock/files/Makefile 1.17 +2 -1 ports/x11/xvattr/Makefile 1.17 +1 -1 ports/x11/xvkbd/Makefile 1.10 +2 -3 ports/x11/xxkb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 18:35:28 2008 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 59B2C106566C; Sat, 19 Apr 2008 18:35:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0238FC0C; Sat, 19 Apr 2008 18:35:28 +0000 (UTC) (envelope-from rwatson@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 m3JIZSsP017813; Sat, 19 Apr 2008 18:35:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JIZSad017812; Sat, 19 Apr 2008 18:35:28 GMT (envelope-from rwatson) Message-Id: <200804191835.m3JIZSad017812@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 18:35:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac mac_inet.c 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: Sat, 19 Apr 2008 18:35:28 -0000 rwatson 2008-04-19 18:35:28 UTC FreeBSD src repository Modified files: sys/security/mac mac_inet.c Log: When propagating a MAC label from an inpcb to an mbuf, allow read and write locks on the inpcb, not just write locks. MFC after: 3 months Revision Changes Path 1.18 +1 -1 src/sys/security/mac/mac_inet.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 18:37:08 2008 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 6EAFB106566C; Sat, 19 Apr 2008 18:37:08 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 424228FC1C; Sat, 19 Apr 2008 18:37:08 +0000 (UTC) (envelope-from rwatson@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 m3JIb8bK017866; Sat, 19 Apr 2008 18:37:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JIb8ai017865; Sat, 19 Apr 2008 18:37:08 GMT (envelope-from rwatson) Message-Id: <200804191837.m3JIb8ai017865@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Apr 2008 18:37:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_arg.c 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: Sat, 19 Apr 2008 18:37:08 -0000 rwatson 2008-04-19 18:37:08 UTC FreeBSD src repository Modified files: sys/security/audit audit_arg.c Log: When auditing state from an IPv4 or IPv6 socket, use read locks on the inpcb rather than write locks. MFC after: 3 months Revision Changes Path 1.21 +2 -2 src/sys/security/audit/audit_arg.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 18:52:07 2008 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 CCB0E1065670; Sat, 19 Apr 2008 18:52:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A02B08FC15; Sat, 19 Apr 2008 18:52:07 +0000 (UTC) (envelope-from miwi@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 m3JIq7Ps018407; Sat, 19 Apr 2008 18:52:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JIq7Ji018406; Sat, 19 Apr 2008 18:52:07 GMT (envelope-from miwi) Message-Id: <200804191852.m3JIq7Ji018406@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 18:52:07 +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/graphics/qiv 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: Sat, 19 Apr 2008 18:52:07 -0000 miwi 2008-04-19 18:52:07 UTC FreeBSD ports repository Modified files: graphics/qiv Makefile Log: - Fix index Revision Changes Path 1.37 +1 -1 ports/graphics/qiv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 19:09:25 2008 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 744731065679; Sat, 19 Apr 2008 19:09:25 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60A578FC17; Sat, 19 Apr 2008 19:09:25 +0000 (UTC) (envelope-from nox@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 m3JJ9PGv020003; Sat, 19 Apr 2008 19:09:25 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JJ9PrA020002; Sat, 19 Apr 2008 19:09:25 GMT (envelope-from nox) Message-Id: <200804191909.m3JJ9PrA020002@repoman.freebsd.org> From: Juergen Lock Date: Sat, 19 Apr 2008 19:09:25 +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/astro/google-earth Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 19:09:25 -0000 nox 2008-04-19 19:09:25 UTC FreeBSD ports repository Modified files: astro/google-earth Makefile distinfo pkg-plist Log: - Chase updated distfile, at 4.3.7191.6508 now (unfortunately no longer seems to run on anything < 7) PR: ports/122865 Submitted by: pointyhat via pav (indedendent of the PR) Thanks to: various people for testing (my only 7 box has intel gfx and googleearth on FreeBSD crashes the xserver there, also the old version...) Revision Changes Path 1.19 +4 -1 ports/astro/google-earth/Makefile 1.12 +3 -3 ports/astro/google-earth/distinfo 1.12 +169 -764 ports/astro/google-earth/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 19:32:47 2008 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 5229A106566C; Sat, 19 Apr 2008 19:32:47 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD168FC0A; Sat, 19 Apr 2008 19:32:47 +0000 (UTC) (envelope-from thierry@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 m3JJWlAi020750; Sat, 19 Apr 2008 19:32:47 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JJWl17020749; Sat, 19 Apr 2008 19:32:47 GMT (envelope-from thierry) Message-Id: <200804191932.m3JJWl17020749@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 19 Apr 2008 19:32:46 +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/archivers Makefile ports/archivers/par2cmdline-tbb Makefile distinfo pkg-descr 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: Sat, 19 Apr 2008 19:32:47 -0000 thierry 2008-04-19 19:32:46 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/par2cmdline-tbb Makefile distinfo pkg-descr Log: Parity v2 Archive create/verify/recover tbb version of the par2cmdline tool. par2cmdline is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file. Par files are especially popular on Usenet. WWW: http://chuchusoft.com/par2_tbb/ PR: ports/120462 Submitted by: Ganael Laplanche Revision Changes Path 1.192 +1 -0 ports/archivers/Makefile 1.1 +38 -0 ports/archivers/par2cmdline-tbb/Makefile (new) 1.1 +3 -0 ports/archivers/par2cmdline-tbb/distinfo (new) 1.1 +9 -0 ports/archivers/par2cmdline-tbb/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 19:32:53 2008 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 A9D4D1065762; Sat, 19 Apr 2008 19:32:53 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DE898FC13; Sat, 19 Apr 2008 19:32:53 +0000 (UTC) (envelope-from thierry@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 m3JJWrdZ020784; Sat, 19 Apr 2008 19:32:53 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JJWr6W020783; Sat, 19 Apr 2008 19:32:53 GMT (envelope-from thierry) Message-Id: <200804191932.m3JJWr6W020783@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 19 Apr 2008 19:32:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 19:32:53 -0000 thierry 2008-04-19 19:32:53 UTC FreeBSD ports repository Modified files: . modules Log: par2cmdline-tbb --> ports/archivers/par2cmdline-tbb Revision Changes Path 1.19671 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 19:32:58 2008 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 EE3C31065703; Sat, 19 Apr 2008 19:32:57 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A67918FC18; Sat, 19 Apr 2008 19:32:57 +0000 (UTC) (envelope-from thierry@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 m3JJWvm6020811; Sat, 19 Apr 2008 19:32:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JJWvnI020810; Sat, 19 Apr 2008 19:32:57 GMT (envelope-from thierry) Message-Id: <200804191932.m3JJWvnI020810@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 19 Apr 2008 19:32:57 +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/archivers/par2cmdline 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: Sat, 19 Apr 2008 19:32:59 -0000 thierry 2008-04-19 19:32:57 UTC FreeBSD ports repository Modified files: archivers/par2cmdline Makefile Log: - Fix the "Main packet not found" error; - Register a conflict with par2cmdline-tbb; - Take maintainership. PR: ports/119860 Submitted by: Åke Wallebom Completed by: Ganaël Laplanche Approved by: Jonathan Stewart (former maintainer) Revision Changes Path 1.9 +3 -8 ports/archivers/par2cmdline/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 20:46:30 2008 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 C34981065670; Sat, 19 Apr 2008 20:46:30 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9950C8FC17; Sat, 19 Apr 2008 20:46:30 +0000 (UTC) (envelope-from beech@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 m3JKkUrB026563; Sat, 19 Apr 2008 20:46:30 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JKkUtG026562; Sat, 19 Apr 2008 20:46:30 GMT (envelope-from beech) Message-Id: <200804192046.m3JKkUtG026562@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 19 Apr 2008 20:46:30 +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 UPDATING 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: Sat, 19 Apr 2008 20:46:30 -0000 beech 2008-04-19 20:46:30 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Edit skype entry to require fc6 on both versions. Revision Changes Path 1.619 +3 -3 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Apr 19 20:51:13 2008 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 78A051065674; Sat, 19 Apr 2008 20:51:13 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 673EE8FC12; Sat, 19 Apr 2008 20:51:13 +0000 (UTC) (envelope-from bsam@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 m3JKpDOo035826; Sat, 19 Apr 2008 20:51:13 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JKpDCW035825; Sat, 19 Apr 2008 20:51:13 GMT (envelope-from bsam) Message-Id: <200804192051.m3JKpDCW035825@repoman.freebsd.org> From: Boris Samorodov Date: Sat, 19 Apr 2008 20:51: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/emulators/linux_base-fc4 Makefile pkg-install pkg-plist 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: Sat, 19 Apr 2008 20:51:13 -0000 bsam 2008-04-19 20:51:13 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc4 Makefile pkg-install pkg-plist Log: 1. Add a symlink from /compat/linux/lib/librt.so.1 to /compat/linux/usr/lib/librt.so.1. This bug exists only at linux_base-fc4 _and_ osrelease=2.4.2. 2. Bump PORTREVISION. Note: The symlink is created at pkg-install script since the first run of '/compat/linux/sbin/ldconfig -r /compat/linux' seems to remove the link. Tijl Coosemans : ----- This is not really a bug of linux compat, but is because of the following: 1. opening /path/to/somefile under linux compat first tries /compat/linux/path/to/somefile then /path/to/somefile. 2. linux binaries have two search paths for librt.so.1: /lib and /usr/lib. 3. fc4 has a librt.so.1 in /lib but it is rejected under 2.4.2 emulation. 4. fc4 does not have a librt.so.1 under /usr/lib so when the runtime linker tries this search path it ends up opening FreeBSD /usr/lib/librt.so.1 (because of point 1) and fails. By adding a softlink in /compat/linux/usr/lib to the librt.so.1 in /compat/linux/lib, the linker doesn't open the FreeBSD librt.so.1 anymore. Instead, under 2.4.2, it rejects this lib and then tries an internal search path /lib/obsolete/linuxthreads where it finds the correct version. Under 2.6.16 the softlink doesn't change anything, so imho this is something the fc4 port/package should deal with. ----- PR: 121494 Submitted by: Jason Bacon Convinced by: Tijl Coosemans Patched by: bsam (me) Revision Changes Path 1.28 +1 -1 ports/emulators/linux_base-fc4/Makefile 1.6 +5 -0 ports/emulators/linux_base-fc4/pkg-install 1.14 +1 -0 ports/emulators/linux_base-fc4/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 20:57:05 2008 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 57F19106566C; Sat, 19 Apr 2008 20:57:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6518FC1A; Sat, 19 Apr 2008 20:57:05 +0000 (UTC) (envelope-from miwi@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 m3JKv5Re036033; Sat, 19 Apr 2008 20:57:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JKv5Z2036032; Sat, 19 Apr 2008 20:57:05 GMT (envelope-from miwi) Message-Id: <200804192057.m3JKv5Z2036032@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 20:57:04 +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/x11-drivers/xf86-video-radeonhd Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 20:57:05 -0000 miwi 2008-04-19 20:57:04 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-radeonhd Makefile distinfo pkg-plist Log: - Update 1.2.1 PR: 122769 Submitted by: Rene Ladan Approved by: flz Revision Changes Path 1.5 +21 -2 ports/x11-drivers/xf86-video-radeonhd/Makefile 1.5 +3 -3 ports/x11-drivers/xf86-video-radeonhd/distinfo 1.2 +2 -0 ports/x11-drivers/xf86-video-radeonhd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:26:58 2008 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 585A9106564A; Sat, 19 Apr 2008 21:26:58 +0000 (UTC) (envelope-from jesusr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8558FC14; Sat, 19 Apr 2008 21:26:58 +0000 (UTC) (envelope-from jesusr@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 m3JLQwKq038195; Sat, 19 Apr 2008 21:26:58 GMT (envelope-from jesusr@repoman.freebsd.org) Received: (from jesusr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLQwGj038194; Sat, 19 Apr 2008 21:26:58 GMT (envelope-from jesusr) Message-Id: <200804192126.m3JLQwGj038194@repoman.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 19 Apr 2008 21:26:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access 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: Sat, 19 Apr 2008 21:26:58 -0000 jesusr 2008-04-19 21:26:57 UTC FreeBSD doc repository Modified files: . access Log: Free carvay from mentorship and let him fly alone :) Revision Changes Path 1.604 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:28:59 2008 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 D6B06106564A; Sat, 19 Apr 2008 21:28:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE4158FC14; Sat, 19 Apr 2008 21:28:59 +0000 (UTC) (envelope-from miwi@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 m3JLSxfH038328; Sat, 19 Apr 2008 21:28:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLSxUa038327; Sat, 19 Apr 2008 21:28:59 GMT (envelope-from miwi) Message-Id: <200804192128.m3JLSxUa038327@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:28:59 +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/mail/claws-mail Makefile distinfo 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: Sat, 19 Apr 2008 21:28:59 -0000 miwi 2008-04-19 21:28:59 UTC FreeBSD ports repository Modified files: mail/claws-mail Makefile distinfo Log: - Update to 3.4.0 Approved by: netchild (implicit) Revision Changes Path 1.139 +1 -2 ports/mail/claws-mail/Makefile 1.68 +3 -3 ports/mail/claws-mail/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:04 2008 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 E91901065685; Sat, 19 Apr 2008 21:29:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C08DC8FC1A; Sat, 19 Apr 2008 21:29:04 +0000 (UTC) (envelope-from miwi@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 m3JLT4pb038361; Sat, 19 Apr 2008 21:29:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLT4Oc038360; Sat, 19 Apr 2008 21:29:04 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLT4Oc038360@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:04 +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/mail/claws-mail-perl Makefile distinfo 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: Sat, 19 Apr 2008 21:29:05 -0000 miwi 2008-04-19 21:29:04 UTC FreeBSD ports repository Modified files: mail/claws-mail-perl Makefile distinfo Log: - Update to 0.9.13 Approved by: maintainer implicit Revision Changes Path 1.24 +3 -4 ports/mail/claws-mail-perl/Makefile 1.11 +3 -3 ports/mail/claws-mail-perl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:07 2008 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 9EB14106575F; Sat, 19 Apr 2008 21:29:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75EC08FC2C; Sat, 19 Apr 2008 21:29:07 +0000 (UTC) (envelope-from miwi@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 m3JLT7mM038390; Sat, 19 Apr 2008 21:29:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLT7A8038389; Sat, 19 Apr 2008 21:29:07 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLT7A8038389@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:07 +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/mail/claws-mail-notification Makefile distinfo 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: Sat, 19 Apr 2008 21:29:07 -0000 miwi 2008-04-19 21:29:07 UTC FreeBSD ports repository Modified files: mail/claws-mail-notification Makefile distinfo Log: - Update to 0.16 Approved by: maintainer implicit Revision Changes Path 1.30 +5 -5 ports/mail/claws-mail-notification/Makefile 1.16 +3 -3 ports/mail/claws-mail-notification/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:11 2008 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 1D14C10657AC; Sat, 19 Apr 2008 21:29:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E7BC8FC2B; Sat, 19 Apr 2008 21:29:10 +0000 (UTC) (envelope-from miwi@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 m3JLTAYm038419; Sat, 19 Apr 2008 21:29:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTAZD038418; Sat, 19 Apr 2008 21:29:10 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTAZD038418@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:10 +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/mail/claws-mail-gtkhtml2_viewer Makefile distinfo 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: Sat, 19 Apr 2008 21:29:11 -0000 miwi 2008-04-19 21:29:10 UTC FreeBSD ports repository Modified files: mail/claws-mail-gtkhtml2_viewer Makefile distinfo Log: - Update to 0.18 Approved by: maintainer implicit Revision Changes Path 1.29 +3 -4 ports/mail/claws-mail-gtkhtml2_viewer/Makefile 1.16 +3 -3 ports/mail/claws-mail-gtkhtml2_viewer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:13 2008 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 55CA010657DA; Sat, 19 Apr 2008 21:29:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C59918FC13; Sat, 19 Apr 2008 21:29:12 +0000 (UTC) (envelope-from miwi@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 m3JLTCjM038448; Sat, 19 Apr 2008 21:29:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTCDH038447; Sat, 19 Apr 2008 21:29:12 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTCDH038447@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:12 +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/mail/claws-mail-mailmbox Makefile distinfo 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: Sat, 19 Apr 2008 21:29:13 -0000 miwi 2008-04-19 21:29:12 UTC FreeBSD ports repository Modified files: mail/claws-mail-mailmbox Makefile distinfo Log: - Update to 1.14.1 Approved by: maintainer implicit Revision Changes Path 1.24 +3 -4 ports/mail/claws-mail-mailmbox/Makefile 1.10 +3 -3 ports/mail/claws-mail-mailmbox/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:16 2008 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 866D010656A9; Sat, 19 Apr 2008 21:29:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA4D8FC22; Sat, 19 Apr 2008 21:29:16 +0000 (UTC) (envelope-from miwi@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 m3JLTGfW038477; Sat, 19 Apr 2008 21:29:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTGnK038476; Sat, 19 Apr 2008 21:29:16 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTGnK038476@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:16 +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/mail/claws-mail-newmail Makefile distinfo 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: Sat, 19 Apr 2008 21:29:16 -0000 miwi 2008-04-19 21:29:16 UTC FreeBSD ports repository Modified files: mail/claws-mail-newmail Makefile distinfo Log: - Update to 0.0.12 Approved by: maintainer implicit Revision Changes Path 1.25 +3 -4 ports/mail/claws-mail-newmail/Makefile 1.10 +3 -3 ports/mail/claws-mail-newmail/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:19 2008 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 D1FF2106587F; Sat, 19 Apr 2008 21:29:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8A168FC1B; Sat, 19 Apr 2008 21:29:19 +0000 (UTC) (envelope-from miwi@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 m3JLTJtT038515; Sat, 19 Apr 2008 21:29:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTJFu038514; Sat, 19 Apr 2008 21:29:19 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTJFu038514@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:19 +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/mail/claws-mail-fetchinfo Makefile distinfo 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: Sat, 19 Apr 2008 21:29:20 -0000 miwi 2008-04-19 21:29:19 UTC FreeBSD ports repository Modified files: mail/claws-mail-fetchinfo Makefile distinfo Log: - Update to 0.4.23 Approved by: maintainer implicit Revision Changes Path 1.24 +3 -4 ports/mail/claws-mail-fetchinfo/Makefile 1.10 +3 -3 ports/mail/claws-mail-fetchinfo/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:22 2008 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 9660D1065682; Sat, 19 Apr 2008 21:29:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC2C8FC22; Sat, 19 Apr 2008 21:29:22 +0000 (UTC) (envelope-from miwi@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 m3JLTMpU038544; Sat, 19 Apr 2008 21:29:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTMSI038543; Sat, 19 Apr 2008 21:29:22 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTMSI038543@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:22 +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/mail/claws-mail-cachesaver Makefile distinfo 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: Sat, 19 Apr 2008 21:29:22 -0000 miwi 2008-04-19 21:29:22 UTC FreeBSD ports repository Modified files: mail/claws-mail-cachesaver Makefile distinfo Log: - Update to 0.10.7 Approved by: maintainer implicit Revision Changes Path 1.25 +3 -4 ports/mail/claws-mail-cachesaver/Makefile 1.10 +3 -3 ports/mail/claws-mail-cachesaver/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:25 2008 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 C166E106568F; Sat, 19 Apr 2008 21:29:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 98B8A8FC29; Sat, 19 Apr 2008 21:29:25 +0000 (UTC) (envelope-from miwi@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 m3JLTPjd038573; Sat, 19 Apr 2008 21:29:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTPi1038572; Sat, 19 Apr 2008 21:29:25 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTPi1038572@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:25 +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/mail/claws-mail-attach_warner Makefile distinfo 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: Sat, 19 Apr 2008 21:29:25 -0000 miwi 2008-04-19 21:29:25 UTC FreeBSD ports repository Modified files: mail/claws-mail-attach_warner Makefile distinfo Log: - Update to 0.2.12 Approved by: maintainer implicit Revision Changes Path 1.13 +3 -4 ports/mail/claws-mail-attach_warner/Makefile 1.6 +3 -3 ports/mail/claws-mail-attach_warner/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:29 2008 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 203E3106587A; Sat, 19 Apr 2008 21:29:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A042C8FC14; Sat, 19 Apr 2008 21:29:28 +0000 (UTC) (envelope-from miwi@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 m3JLTS1B038602; Sat, 19 Apr 2008 21:29:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTSEA038601; Sat, 19 Apr 2008 21:29:28 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTSEA038601@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:28 +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/mail/claws-mail-att_remover Makefile distinfo 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: Sat, 19 Apr 2008 21:29:29 -0000 miwi 2008-04-19 21:29:28 UTC FreeBSD ports repository Modified files: mail/claws-mail-att_remover Makefile distinfo Log: - Update to 1.0.8 Approved by: maintainer implicit Revision Changes Path 1.25 +3 -4 ports/mail/claws-mail-att_remover/Makefile 1.10 +3 -3 ports/mail/claws-mail-att_remover/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:32 2008 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 17E351065811; Sat, 19 Apr 2008 21:29:32 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E345F8FC19; Sat, 19 Apr 2008 21:29:31 +0000 (UTC) (envelope-from miwi@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 m3JLTVRo038631; Sat, 19 Apr 2008 21:29:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTVtM038630; Sat, 19 Apr 2008 21:29:31 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTVtM038630@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:31 +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/mail/claws-mail-pdf_viewer Makefile distinfo 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: Sat, 19 Apr 2008 21:29:32 -0000 miwi 2008-04-19 21:29:31 UTC FreeBSD ports repository Modified files: mail/claws-mail-pdf_viewer Makefile distinfo Log: - Update to 0.9.1 Approved by: maintainer implicit Revision Changes Path 1.15 +3 -4 ports/mail/claws-mail-pdf_viewer/Makefile 1.7 +3 -3 ports/mail/claws-mail-pdf_viewer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:40 2008 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 49452106572A; Sat, 19 Apr 2008 21:29:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 203A48FC17; Sat, 19 Apr 2008 21:29:40 +0000 (UTC) (envelope-from miwi@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 m3JLTeHP038707; Sat, 19 Apr 2008 21:29:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTe2i038706; Sat, 19 Apr 2008 21:29:40 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTe2i038706@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:39 +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/mail/claws-mail-smime Makefile distinfo 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: Sat, 19 Apr 2008 21:29:40 -0000 miwi 2008-04-19 21:29:39 UTC FreeBSD ports repository Modified files: mail/claws-mail-smime Makefile distinfo Log: - Update to 0.7.5 Approved by: maintainer implicit Revision Changes Path 1.28 +3 -4 ports/mail/claws-mail-smime/Makefile 1.13 +3 -3 ports/mail/claws-mail-smime/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:41 2008 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 07B5F1065734; Sat, 19 Apr 2008 21:29:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D29F18FC1E; Sat, 19 Apr 2008 21:29:35 +0000 (UTC) (envelope-from miwi@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 m3JLTZDu038678; Sat, 19 Apr 2008 21:29:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTZlm038677; Sat, 19 Apr 2008 21:29:35 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTZlm038677@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:35 +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/mail/clawsker Makefile ports/mail/claws-mail-synce 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: Sat, 19 Apr 2008 21:29:41 -0000 miwi 2008-04-19 21:29:35 UTC FreeBSD ports repository Modified files: mail/clawsker Makefile mail/claws-mail-synce Makefile Log: - Bump PORTREVISION after claws-mail update Revision Changes Path 1.23 +3 -3 ports/mail/claws-mail-synce/Makefile 1.4 +2 -1 ports/mail/clawsker/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:44 2008 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 4C7611065684; Sat, 19 Apr 2008 21:29:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 239FE8FC17; Sat, 19 Apr 2008 21:29:44 +0000 (UTC) (envelope-from miwi@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 m3JLTiTj038736; Sat, 19 Apr 2008 21:29:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTiF2038735; Sat, 19 Apr 2008 21:29:44 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTiF2038735@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29: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/mail/claws-mail-rssyl Makefile distinfo 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: Sat, 19 Apr 2008 21:29:44 -0000 miwi 2008-04-19 21:29:43 UTC FreeBSD ports repository Modified files: mail/claws-mail-rssyl Makefile distinfo Log: - Update to 0.19 Approved by: maintainer implicit Revision Changes Path 1.33 +3 -3 ports/mail/claws-mail-rssyl/Makefile 1.16 +3 -3 ports/mail/claws-mail-rssyl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:47 2008 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 A89151065673; Sat, 19 Apr 2008 21:29:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 802008FC25; Sat, 19 Apr 2008 21:29:47 +0000 (UTC) (envelope-from miwi@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 m3JLTlsD038765; Sat, 19 Apr 2008 21:29:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTlKK038764; Sat, 19 Apr 2008 21:29:47 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTlKK038764@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:47 +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/mail/claws-mail-spamreport Makefile distinfo 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: Sat, 19 Apr 2008 21:29:47 -0000 miwi 2008-04-19 21:29:47 UTC FreeBSD ports repository Modified files: mail/claws-mail-spamreport Makefile distinfo Log: - Update to 0.3.3 Revision Changes Path 1.7 +3 -4 ports/mail/claws-mail-spamreport/Makefile 1.3 +3 -3 ports/mail/claws-mail-spamreport/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:53 2008 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 75496106566C; Sat, 19 Apr 2008 21:29:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE998FC29; Sat, 19 Apr 2008 21:29:53 +0000 (UTC) (envelope-from miwi@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 m3JLTreb038794; Sat, 19 Apr 2008 21:29:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTr4i038793; Sat, 19 Apr 2008 21:29:53 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTr4i038793@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:53 +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/mail/claws-mail-tnef Makefile distinfo 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: Sat, 19 Apr 2008 21:29:53 -0000 miwi 2008-04-19 21:29:53 UTC FreeBSD ports repository Modified files: mail/claws-mail-tnef Makefile distinfo Log: - Update to 0.2.3 Revision Changes Path 1.4 +3 -4 ports/mail/claws-mail-tnef/Makefile 1.2 +3 -3 ports/mail/claws-mail-tnef/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:29:56 2008 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 A8784106564A; Sat, 19 Apr 2008 21:29:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA258FC16; Sat, 19 Apr 2008 21:29:56 +0000 (UTC) (envelope-from miwi@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 m3JLTuna038826; Sat, 19 Apr 2008 21:29:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLTu58038825; Sat, 19 Apr 2008 21:29:56 GMT (envelope-from miwi) Message-Id: <200804192129.m3JLTu58038825@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:29:56 +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/mail/claws-mail-vcalendar Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 21:29:56 -0000 miwi 2008-04-19 21:29:56 UTC FreeBSD ports repository Modified files: mail/claws-mail-vcalendar Makefile distinfo pkg-plist Log: - Update to 1.102 Approved by: maintainer implicit Revision Changes Path 1.32 +3 -4 ports/mail/claws-mail-vcalendar/Makefile 1.15 +3 -3 ports/mail/claws-mail-vcalendar/distinfo 1.5 +10 -4 ports/mail/claws-mail-vcalendar/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:31:12 2008 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 1FC471065675; Sat, 19 Apr 2008 21:31:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB2388FC28; Sat, 19 Apr 2008 21:31:11 +0000 (UTC) (envelope-from miwi@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 m3JLVB5x038936; Sat, 19 Apr 2008 21:31:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLVB3Q038935; Sat, 19 Apr 2008 21:31:11 GMT (envelope-from miwi) Message-Id: <200804192131.m3JLVB3Q038935@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:31:11 +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/pear-PHPUnit3 Makefile distinfo 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: Sat, 19 Apr 2008 21:31:12 -0000 miwi 2008-04-19 21:31:11 UTC FreeBSD ports repository Modified files: devel/pear-PHPUnit3 Makefile distinfo Log: - Update to 3.2.18 PR: 122459 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.27 +1 -1 ports/devel/pear-PHPUnit3/Makefile 1.17 +3 -3 ports/devel/pear-PHPUnit3/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:33:05 2008 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 A4EA41065674; Sat, 19 Apr 2008 21:33:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94F338FC14; Sat, 19 Apr 2008 21:33:05 +0000 (UTC) (envelope-from miwi@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 m3JLX5kD039052; Sat, 19 Apr 2008 21:33:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLX53S039051; Sat, 19 Apr 2008 21:33:05 GMT (envelope-from miwi) Message-Id: <200804192133.m3JLX53S039051@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:33:05 +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/www Makefile ports/www/pear-Services_Google Makefile distinfo pkg-descr 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: Sat, 19 Apr 2008 21:33:05 -0000 miwi 2008-04-19 21:33:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-Services_Google Makefile distinfo pkg-descr Log: pear-Services_Google is a pear class that provides access to the Google SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the search engine, spelling suggestions, and cache. Please note that as of December 5, 2006 Google is no longer issuing new API keys for the SOAP search API, so this package is only for developers which has an API key already. WWW: http://pear.php.net/package/Services_Google/ PR: ports/122706 Submitted by: Wen heping ) Revision Changes Path 1.2024 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/pear-Services_Google/Makefile (new) 1.1 +3 -0 ports/www/pear-Services_Google/distinfo (new) 1.1 +13 -0 ports/www/pear-Services_Google/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:33:27 2008 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 D92811065688; Sat, 19 Apr 2008 21:33:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0FBD8FC0A; Sat, 19 Apr 2008 21:33:27 +0000 (UTC) (envelope-from miwi@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 m3JLXRIc039163; Sat, 19 Apr 2008 21:33:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLXRXo039162; Sat, 19 Apr 2008 21:33:27 GMT (envelope-from miwi) Message-Id: <200804192133.m3JLXRXo039162@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 21:33:28 -0000 miwi 2008-04-19 21:33:27 UTC FreeBSD ports repository Modified files: . modules Log: pear-Services_Google --> ports/www/pear-Services_Google Revision Changes Path 1.19672 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:34:07 2008 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 9B0DE10656CB; Sat, 19 Apr 2008 21:34:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B12A8FC13; Sat, 19 Apr 2008 21:34:07 +0000 (UTC) (envelope-from miwi@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 m3JLY78L039236; Sat, 19 Apr 2008 21:34:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLY75l039235; Sat, 19 Apr 2008 21:34:07 GMT (envelope-from miwi) Message-Id: <200804192134.m3JLY75l039235@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:34:07 +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/www Makefile ports/www/pear-Services_Facebook Makefile distinfo pkg-descr 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: Sat, 19 Apr 2008 21:34:07 -0000 miwi 2008-04-19 21:34:07 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-Services_Facebook Makefile distinfo pkg-descr Log: pear-Services_Facebook is an interface for accessing Facebook's web services API at http://api.facebook.com. WWW: http://pear.php.net/package/Services_Facebook/ PR: ports/122705 Submitted by: Wen heping ) Revision Changes Path 1.2025 +1 -0 ports/www/Makefile 1.1 +70 -0 ports/www/pear-Services_Facebook/Makefile (new) 1.1 +3 -0 ports/www/pear-Services_Facebook/distinfo (new) 1.1 +4 -0 ports/www/pear-Services_Facebook/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:34:31 2008 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 A3D5A1065767; Sat, 19 Apr 2008 21:34:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C6D78FC15; Sat, 19 Apr 2008 21:34:31 +0000 (UTC) (envelope-from miwi@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 m3JLYV1W039286; Sat, 19 Apr 2008 21:34:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLYVwa039285; Sat, 19 Apr 2008 21:34:31 GMT (envelope-from miwi) Message-Id: <200804192134.m3JLYVwa039285@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:34:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 21:34:31 -0000 miwi 2008-04-19 21:34:31 UTC FreeBSD ports repository Modified files: . modules Log: pear-Services_Facebook --> ports/www/pear-Services_Facebook Revision Changes Path 1.19673 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:37:09 2008 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 87A381065672; Sat, 19 Apr 2008 21:37:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77D1A8FC16; Sat, 19 Apr 2008 21:37:09 +0000 (UTC) (envelope-from miwi@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 m3JLb9ud039506; Sat, 19 Apr 2008 21:37:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLb9QQ039505; Sat, 19 Apr 2008 21:37:09 GMT (envelope-from miwi) Message-Id: <200804192137.m3JLb9QQ039505@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:37:09 +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/net Makefile ports/net/pear-Net_Vpopmaild Makefile distinfo pkg-descr 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: Sat, 19 Apr 2008 21:37:09 -0000 miwi 2008-04-19 21:37:09 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_Vpopmaild Makefile distinfo pkg-descr Log: Net_Vpopmaild is a pear Class for accessing Vpopmail's vpopmaild daemon. It supports all vpopmaild commands, such as adding/removing domains, users, robots (autoresponders), and ezmlm lists (todo), as well as modifying domain limits, ip maps, etc. WWW: http://pear.php.net/package/Net_Vpopmaild/ PR: ports/122689 Submitted by: Wen heping ) Revision Changes Path 1.1986 +1 -0 ports/net/Makefile 1.1 +78 -0 ports/net/pear-Net_Vpopmaild/Makefile (new) 1.1 +3 -0 ports/net/pear-Net_Vpopmaild/distinfo (new) 1.1 +6 -0 ports/net/pear-Net_Vpopmaild/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:37:30 2008 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 5E7111065675; Sat, 19 Apr 2008 21:37:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3688E8FC15; Sat, 19 Apr 2008 21:37:30 +0000 (UTC) (envelope-from miwi@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 m3JLbUiV039559; Sat, 19 Apr 2008 21:37:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLbUsc039558; Sat, 19 Apr 2008 21:37:30 GMT (envelope-from miwi) Message-Id: <200804192137.m3JLbUsc039558@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:37:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 21:37:30 -0000 miwi 2008-04-19 21:37:30 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_Vpopmaild --> ports/net/pear-Net_Vpopmaild Revision Changes Path 1.19674 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:37:47 2008 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 A5AF9106566C; Sat, 19 Apr 2008 21:37:47 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7418FC14; Sat, 19 Apr 2008 21:37:47 +0000 (UTC) (envelope-from beech@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 m3JLblVX039586; Sat, 19 Apr 2008 21:37:47 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLbloH039585; Sat, 19 Apr 2008 21:37:47 GMT (envelope-from beech) Message-Id: <200804192137.m3JLbloH039585@repoman.freebsd.org> From: Beech Rintoul Date: Sat, 19 Apr 2008 21:37:47 +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/net/skype-devel pkg-plist 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: Sat, 19 Apr 2008 21:37:47 -0000 beech 2008-04-19 21:37:47 UTC FreeBSD ports repository Modified files: net/skype-devel pkg-plist Log: - Minor pkg-plist fix Reported by: pointyhat via pav Revision Changes Path 1.17 +0 -1 ports/net/skype-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:41:04 2008 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 2C07D1065672; Sat, 19 Apr 2008 21:41:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE7B8FC22; Sat, 19 Apr 2008 21:41:04 +0000 (UTC) (envelope-from pav@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 m3JLf3Pr039765; Sat, 19 Apr 2008 21:41:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLf3lf039764; Sat, 19 Apr 2008 21:41:03 GMT (envelope-from pav) Message-Id: <200804192141.m3JLf3lf039764@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 19 Apr 2008 21:41:03 +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/ocaml-sqlite3 Makefile distinfo pkg-descr pkg-plist ports/databases/ocaml-sqlite3/files patch-Makefile.in patch-sqlite3_stubs.c pkg-deinstall.in pkg-install.in 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: Sat, 19 Apr 2008 21:41:04 -0000 pav 2008-04-19 21:41:03 UTC FreeBSD ports repository Modified files: databases/ocaml-sqlite3 Makefile distinfo pkg-descr pkg-plist Removed files: databases/ocaml-sqlite3/files patch-Makefile.in patch-sqlite3_stubs.c pkg-deinstall.in pkg-install.in Log: - Update to 1.0.3 - Sign up a new maintainer PR: ports/122856 Submitted by: Jaap Boender Approved by: Meikel Brandmeyer (maintainer) Revision Changes Path 1.4 +12 -32 ports/databases/ocaml-sqlite3/Makefile 1.2 +3 -3 ports/databases/ocaml-sqlite3/distinfo 1.2 +0 -11 ports/databases/ocaml-sqlite3/files/patch-Makefile.in (dead) 1.2 +0 -13 ports/databases/ocaml-sqlite3/files/patch-sqlite3_stubs.c (dead) 1.2 +0 -12 ports/databases/ocaml-sqlite3/files/pkg-deinstall.in (dead) 1.2 +0 -11 ports/databases/ocaml-sqlite3/files/pkg-install.in (dead) 1.2 +1 -1 ports/databases/ocaml-sqlite3/pkg-descr 1.2 +1 -13 ports/databases/ocaml-sqlite3/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:57:25 2008 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 DB049106566B; Sat, 19 Apr 2008 21:57:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B32698FC20; Sat, 19 Apr 2008 21:57:25 +0000 (UTC) (envelope-from miwi@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 m3JLvP9h040281; Sat, 19 Apr 2008 21:57:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLvPcY040280; Sat, 19 Apr 2008 21:57:25 GMT (envelope-from miwi) Message-Id: <200804192157.m3JLvPcY040280@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:57:25 +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/argtable Makefile distinfo 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: Sat, 19 Apr 2008 21:57:26 -0000 miwi 2008-04-19 21:57:25 UTC FreeBSD ports repository Modified files: devel/argtable Makefile distinfo Log: - Update to 2.9 PR: 122496 Submitted by: Ports Fury Revision Changes Path 1.16 +1 -1 ports/devel/argtable/Makefile 1.10 +3 -3 ports/devel/argtable/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 21:58:08 2008 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 B7F5A106566C; Sat, 19 Apr 2008 21:58:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9005F8FC1A; Sat, 19 Apr 2008 21:58:08 +0000 (UTC) (envelope-from miwi@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 m3JLw8R4040330; Sat, 19 Apr 2008 21:58:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JLw8SR040329; Sat, 19 Apr 2008 21:58:08 GMT (envelope-from miwi) Message-Id: <200804192158.m3JLw8SR040329@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 21:58:08 +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/graphics/libgeotiff Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 21:58:08 -0000 miwi 2008-04-19 21:58:08 UTC FreeBSD ports repository Modified files: graphics/libgeotiff Makefile distinfo pkg-plist Log: - Update to 1.2.4 PR: 122498 Submitted by: Ports Fury Revision Changes Path 1.5 +1 -1 ports/graphics/libgeotiff/Makefile 1.3 +3 -3 ports/graphics/libgeotiff/distinfo 1.3 +1 -0 ports/graphics/libgeotiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:04:52 2008 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 C69DB106566B; Sat, 19 Apr 2008 22:04:52 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0D68FC1B; Sat, 19 Apr 2008 22:04:52 +0000 (UTC) (envelope-from brooks@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 m3JM4qUL041649; Sat, 19 Apr 2008 22:04:52 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JM4qGW041648; Sat, 19 Apr 2008 22:04:52 GMT (envelope-from brooks) Message-Id: <200804192204.m3JM4qGW041648@repoman.freebsd.org> From: Brooks Davis Date: Sat, 19 Apr 2008 22:04:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c 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: Sat, 19 Apr 2008 22:04:52 -0000 brooks 2008-04-19 22:04:51 UTC FreeBSD src repository Modified files: sys/net if.c Log: Delay the global registration of the struct ifnet in if_alloc() until after we're certain the allocation will entierly succeed. This fixes a leak in a fairly unlikely case. Reported by: vijay singh MFC after: 1 week Revision Changes Path 1.278 +1 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:07:47 2008 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 F0A1E1065671; Sat, 19 Apr 2008 22:07:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E136F8FC18; Sat, 19 Apr 2008 22:07:47 +0000 (UTC) (envelope-from miwi@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 m3JM7l3i041912; Sat, 19 Apr 2008 22:07:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JM7lAL041911; Sat, 19 Apr 2008 22:07:47 GMT (envelope-from miwi) Message-Id: <200804192207.m3JM7lAL041911@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:07:47 +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/x11-fm/mtoolsfm Makefile distinfo pkg-descr pkg-plist ports/x11-fm/mtoolsfm/files patch-aa patch-ab 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: Sat, 19 Apr 2008 22:07:48 -0000 miwi 2008-04-19 22:07:47 UTC FreeBSD ports repository Modified files: x11-fm/mtoolsfm Makefile distinfo pkg-descr pkg-plist Removed files: x11-fm/mtoolsfm/files patch-aa patch-ab Log: - Update to 1.9.5 PR: 122504 Submitted by: Ports Fury Revision Changes Path 1.25 +13 -18 ports/x11-fm/mtoolsfm/Makefile 1.11 +3 -3 ports/x11-fm/mtoolsfm/distinfo 1.2 +0 -62 ports/x11-fm/mtoolsfm/files/patch-aa (dead) 1.2 +0 -12 ports/x11-fm/mtoolsfm/files/patch-ab (dead) 1.4 +1 -1 ports/x11-fm/mtoolsfm/pkg-descr 1.6 +9 -0 ports/x11-fm/mtoolsfm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:16:25 2008 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 7474F106566C; Sat, 19 Apr 2008 22:16:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7178FC1E; Sat, 19 Apr 2008 22:16:25 +0000 (UTC) (envelope-from miwi@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 m3JMGPAx042466; Sat, 19 Apr 2008 22:16:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMGP6f042464; Sat, 19 Apr 2008 22:16:25 GMT (envelope-from miwi) Message-Id: <200804192216.m3JMGP6f042464@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:16:24 +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/x11-toolkits/wxgtk26 Makefile ports/x11-toolkits/wxgtk28 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: Sat, 19 Apr 2008 22:16:25 -0000 miwi 2008-04-19 22:16:24 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk26 Makefile x11-toolkits/wxgtk28 Makefile Log: - Fix PORTREVISION here is ?= needed Submitted by: pav Revision Changes Path 1.40 +1 -1 ports/x11-toolkits/wxgtk26/Makefile 1.44 +1 -1 ports/x11-toolkits/wxgtk28/Makefile From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:21:35 2008 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 646CD106566C; Sat, 19 Apr 2008 22:21:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1108FC17; Sat, 19 Apr 2008 22:21:35 +0000 (UTC) (envelope-from miwi@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 m3JMLZ9h042858; Sat, 19 Apr 2008 22:21:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMLZdo042857; Sat, 19 Apr 2008 22:21:35 GMT (envelope-from miwi) Message-Id: <200804192221.m3JMLZdo042857@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:21:35 +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/graphics/qslim Makefile distinfo pkg-plist ports/graphics/qslim/files patch-mixkit::src::MxAsp.cxx 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: Sat, 19 Apr 2008 22:21:35 -0000 miwi 2008-04-19 22:21:35 UTC FreeBSD ports repository Modified files: graphics/qslim Makefile distinfo pkg-plist Removed files: graphics/qslim/files patch-mixkit::src::MxAsp.cxx Log: - Update to 2.1 PR: 122499 Submitted by: Ports Fury Revision Changes Path 1.23 +13 -15 ports/graphics/qslim/Makefile 1.4 +3 -3 ports/graphics/qslim/distinfo 1.2 +0 -31 ports/graphics/qslim/files/patch-mixkit::src::MxAsp.cxx (dead) 1.4 +10 -6 ports/graphics/qslim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:22:35 2008 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 4C10F1065671; Sat, 19 Apr 2008 22:22:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24E658FC20; Sat, 19 Apr 2008 22:22:35 +0000 (UTC) (envelope-from miwi@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 m3JMMYsP042944; Sat, 19 Apr 2008 22:22:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMMYHw042943; Sat, 19 Apr 2008 22:22:34 GMT (envelope-from miwi) Message-Id: <200804192222.m3JMMYHw042943@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:22:34 +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/pear-PhpDocumentor Makefile distinfo 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: Sat, 19 Apr 2008 22:22:35 -0000 miwi 2008-04-19 22:22:34 UTC FreeBSD ports repository Modified files: devel/pear-PhpDocumentor Makefile distinfo Log: - Update to 1.4.2 PR: 122460 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.5 +3 -3 ports/devel/pear-PhpDocumentor/Makefile 1.4 +3 -3 ports/devel/pear-PhpDocumentor/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:23:29 2008 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 E423E106564A; Sat, 19 Apr 2008 22:23:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD14F8FC18; Sat, 19 Apr 2008 22:23:29 +0000 (UTC) (envelope-from miwi@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 m3JMNTxu043026; Sat, 19 Apr 2008 22:23:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMNT3s043025; Sat, 19 Apr 2008 22:23:29 GMT (envelope-from miwi) Message-Id: <200804192223.m3JMNT3s043025@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:23:29 +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/security/pear-Crypt_GPG Makefile distinfo 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: Sat, 19 Apr 2008 22:23:30 -0000 miwi 2008-04-19 22:23:29 UTC FreeBSD ports repository Modified files: security/pear-Crypt_GPG Makefile distinfo Log: - Update to 0.6.0 PR: 122529 Submitted by: Wen heping Revision Changes Path 1.3 +5 -3 ports/security/pear-Crypt_GPG/Makefile 1.3 +3 -3 ports/security/pear-Crypt_GPG/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:32:23 2008 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 C46771065670; Sat, 19 Apr 2008 22:32:23 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D5FA8FC1A; Sat, 19 Apr 2008 22:32:23 +0000 (UTC) (envelope-from ariff@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 m3JMWNfA043362; Sat, 19 Apr 2008 22:32:23 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMWNPV043361; Sat, 19 Apr 2008 22:32:23 GMT (envelope-from ariff) Message-Id: <200804192232.m3JMWNPV043361@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 19 Apr 2008 22:32:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c 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: Sat, 19 Apr 2008 22:32:23 -0000 ariff 2008-04-19 22:32:23 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that deserves its own internet memes). The trick is to force all available, unused pins (that being advertised as "speaker") to behave as microphone pins instead. Reported / Tested by: Dmitry Kutsenko MFC after: 3 days Revision Changes Path 1.53 +11 -3 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:34:01 2008 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 548F0106564A; Sat, 19 Apr 2008 22:34:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 460F48FC1F; Sat, 19 Apr 2008 22:34:01 +0000 (UTC) (envelope-from miwi@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 m3JMY1Bo043498; Sat, 19 Apr 2008 22:34:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMY1rB043497; Sat, 19 Apr 2008 22:34:01 GMT (envelope-from miwi) Message-Id: <200804192234.m3JMY1rB043497@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:34:01 +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/www Makefile ports/www/pear-HTML_TagCloud Makefile distinfo pkg-descr 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: Sat, 19 Apr 2008 22:34:01 -0000 miwi 2008-04-19 22:34:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-HTML_TagCloud Makefile distinfo pkg-descr Log: This package can be used to generate tag clouds. The output is HTML and CSS. And it does not only visualize frequency, but also timeline information. The newer the tag is, the deeper its color will be; older tags will have a lighter color.The main goal of "HTML_TagCloud" is to provide an easy to implement and configureable Tag Cloud solution that is suitable for any PHP-based webapp. WWW: http://pear.php.net/package/HTML_TagCloud/ PR: ports/122577 Submitted by: Wen heping Revision Changes Path 1.2026 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/pear-HTML_TagCloud/Makefile (new) 1.1 +3 -0 ports/www/pear-HTML_TagCloud/distinfo (new) 1.1 +8 -0 ports/www/pear-HTML_TagCloud/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:34:22 2008 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 BFB451065675; Sat, 19 Apr 2008 22:34:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 994F88FC24; Sat, 19 Apr 2008 22:34:22 +0000 (UTC) (envelope-from miwi@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 m3JMYMr2043532; Sat, 19 Apr 2008 22:34:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMYMY3043531; Sat, 19 Apr 2008 22:34:22 GMT (envelope-from miwi) Message-Id: <200804192234.m3JMYMY3043531@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:34:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules 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: Sat, 19 Apr 2008 22:34:22 -0000 miwi 2008-04-19 22:34:22 UTC FreeBSD ports repository Modified files: . modules Log: pear-HTML_TagCloud --> ports/www/pear-HTML_TagCloud Revision Changes Path 1.19675 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:36:35 2008 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 1487A106564A; Sat, 19 Apr 2008 22:36:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8AA58FC13; Sat, 19 Apr 2008 22:36:34 +0000 (UTC) (envelope-from miwi@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 m3JMaYuc043689; Sat, 19 Apr 2008 22:36:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMaYwd043688; Sat, 19 Apr 2008 22:36:34 GMT (envelope-from miwi) Message-Id: <200804192236.m3JMaYwd043688@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:36:34 +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/sysutils/pear-Cache_Lite Makefile distinfo 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: Sat, 19 Apr 2008 22:36:35 -0000 miwi 2008-04-19 22:36:34 UTC FreeBSD ports repository Modified files: sysutils/pear-Cache_Lite Makefile distinfo Log: - Update to 1.7.3 - Pass maintainership to submitter PR: 122790 Submitted by: Wen heping Revision Changes Path 1.10 +2 -2 ports/sysutils/pear-Cache_Lite/Makefile 1.8 +3 -3 ports/sysutils/pear-Cache_Lite/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:38:58 2008 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 A671F106564A; Sat, 19 Apr 2008 22:38:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FBF38FC0A; Sat, 19 Apr 2008 22:38:58 +0000 (UTC) (envelope-from miwi@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 m3JMcwQf043751; Sat, 19 Apr 2008 22:38:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMcwBJ043750; Sat, 19 Apr 2008 22:38:58 GMT (envelope-from miwi) Message-Id: <200804192238.m3JMcwBJ043750@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:38:58 +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/pear-HTML_TreeMenu Makefile distinfo 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: Sat, 19 Apr 2008 22:38:58 -0000 miwi 2008-04-19 22:38:58 UTC FreeBSD ports repository Modified files: devel/pear-HTML_TreeMenu Makefile distinfo Log: - Update to 1.2.1 - Take maintainership Revision Changes Path 1.5 +3 -3 ports/devel/pear-HTML_TreeMenu/Makefile 1.4 +3 -3 ports/devel/pear-HTML_TreeMenu/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:42:49 2008 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 617A31065670; Sat, 19 Apr 2008 22:42:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7618FC0A; Sat, 19 Apr 2008 22:42:49 +0000 (UTC) (envelope-from ahze@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 m3JMgnP4043945; Sat, 19 Apr 2008 22:42:49 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMgnVK043944; Sat, 19 Apr 2008 22:42:49 GMT (envelope-from ahze) Message-Id: <200804192242.m3JMgnVK043944@repoman.freebsd.org> From: Michael Johnson Date: Sat, 19 Apr 2008 22:42:49 +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/editors/abiword-extras Makefile pkg-plist 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: Sat, 19 Apr 2008 22:42:49 -0000 ahze 2008-04-19 22:42:49 UTC FreeBSD ports repository Modified files: editors/abiword-extras Makefile pkg-plist Log: dirrmtry 2 share/abiword... dirs Revision Changes Path 1.2 +1 -0 ports/editors/abiword-extras/Makefile 1.2 +2 -0 ports/editors/abiword-extras/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:44:10 2008 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 A62921065670; Sat, 19 Apr 2008 22:44:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB6E8FC18; Sat, 19 Apr 2008 22:44:10 +0000 (UTC) (envelope-from miwi@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 m3JMiALF044027; Sat, 19 Apr 2008 22:44:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMiABm044026; Sat, 19 Apr 2008 22:44:10 GMT (envelope-from miwi) Message-Id: <200804192244.m3JMiABm044026@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:44:10 +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/audio/xfmpc Makefile distinfo pkg-plist 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: Sat, 19 Apr 2008 22:44:10 -0000 miwi 2008-04-19 22:44:10 UTC FreeBSD ports repository Modified files: audio/xfmpc Makefile distinfo pkg-plist Log: - Update to 0.5 Revision Changes Path 1.6 +1 -1 ports/audio/xfmpc/Makefile 1.5 +3 -3 ports/audio/xfmpc/distinfo 1.2 +1 -0 ports/audio/xfmpc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:44:24 2008 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 833E61065674; Sat, 19 Apr 2008 22:44:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C26E8FC1B; Sat, 19 Apr 2008 22:44:22 +0000 (UTC) (envelope-from miwi@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 m3JMiMFr044058; Sat, 19 Apr 2008 22:44:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMiMpS044057; Sat, 19 Apr 2008 22:44:22 GMT (envelope-from miwi) Message-Id: <200804192244.m3JMiMpS044057@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:44:22 +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/pear-HTML_CSS Makefile distinfo 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: Sat, 19 Apr 2008 22:44:24 -0000 miwi 2008-04-19 22:44:22 UTC FreeBSD ports repository Modified files: devel/pear-HTML_CSS Makefile distinfo Log: - Update to 1.5.1 Revision Changes Path 1.13 +1 -1 ports/devel/pear-HTML_CSS/Makefile 1.10 +3 -3 ports/devel/pear-HTML_CSS/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:48:20 2008 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 2FEEE1065690; Sat, 19 Apr 2008 22:48:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 09BCF8FC1E; Sat, 19 Apr 2008 22:48:20 +0000 (UTC) (envelope-from miwi@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 m3JMmJYl044216; Sat, 19 Apr 2008 22:48:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMmJln044215; Sat, 19 Apr 2008 22:48:19 GMT (envelope-from miwi) Message-Id: <200804192248.m3JMmJln044215@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:48:19 +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/net/ipsumdump Makefile distinfo 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: Sat, 19 Apr 2008 22:48:20 -0000 miwi 2008-04-19 22:48:19 UTC FreeBSD ports repository Modified files: net/ipsumdump Makefile distinfo Log: - Update to 1.68 Revision Changes Path 1.37 +1 -1 ports/net/ipsumdump/Makefile 1.29 +3 -3 ports/net/ipsumdump/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:48:55 2008 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 6AFD0106566B; Sat, 19 Apr 2008 22:48:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44BB28FC19; Sat, 19 Apr 2008 22:48:55 +0000 (UTC) (envelope-from miwi@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 m3JMmtrI044255; Sat, 19 Apr 2008 22:48:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JMmtTx044254; Sat, 19 Apr 2008 22:48:55 GMT (envelope-from miwi) Message-Id: <200804192248.m3JMmtTx044254@repoman.freebsd.org> From: Martin Wilke Date: Sat, 19 Apr 2008 22:48:55 +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/games/teeworlds Makefile distinfo 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: Sat, 19 Apr 2008 22:48:55 -0000 miwi 2008-04-19 22:48:55 UTC FreeBSD ports repository Modified files: games/teeworlds Makefile distinfo Log: - Update to 0.4.2 PR: 122894 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.4 +1 -1 ports/games/teeworlds/Makefile 1.4 +3 -3 ports/games/teeworlds/distinfo From owner-cvs-all@FreeBSD.ORG Sat Apr 19 22:59:47 2008 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 CCB9D1065671 for ; Sat, 19 Apr 2008 22:59:47 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id AD6FC8FC21 for ; Sat, 19 Apr 2008 22:59:46 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from OMTA06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id FPwx1Z00216AWCUA70cw00; Sat, 19 Apr 2008 22:42:11 +0000 Received: from discordia ([24.60.135.75]) by OMTA06.emeryville.ca.mail.comcast.net with comcast id Fajk1Z00C1dmTCQ8S00000; Sat, 19 Apr 2008 22:43:46 +0000 X-Authority-Analysis: v=1.0 c=1 a=hqFkFEcCLQ8A:10 a=6I5d2MoRAAAA:8 a=vexJx0-XYxPer3dY9M4A:9 a=nAqcQfau7FFumozTyZwA:7 a=JrQmf68EmOqtu_pzVdsoozWmLF8A:4 a=LY0hPdMaydYA:10 Received: by discordia (Postfix, from userid 103) id A962B1636F9; Sat, 19 Apr 2008 18:43:44 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 519BA1636F8; Sat, 19 Apr 2008 18:43:30 -0400 (EDT) From: Coleman Kane To: Robert Watson In-Reply-To: <47D9CC76.9020000@FreeBSD.org> References: <200803132015.m2DKFndQ008412@repoman.freebsd.org> <20080313215520.X83983@fledge.watson.org> <47D9CC76.9020000@FreeBSD.org> Content-Type: text/plain Date: Sat, 19 Apr 2008 18:43:06 -0400 Message-Id: <1208644987.4453.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c 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: Sat, 19 Apr 2008 22:59:47 -0000 On Thu, 2008-03-13 at 20:53 -0400, Coleman Kane wrote: > Robert Watson wrote: > > > > On Thu, 13 Mar 2008, Coleman Kane wrote: > > > >> cokane 2008-03-13 20:15:49 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/ufs/ffs ffs_softdep.c > >> Log: > >> Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE > >> callout_* API (e.g. callout_init_mtx(9)). This was one of the numerous > >> items on the http://wiki.freebsd.org/SMPTODO list. > >> > >> Reviewed by: imp, obrien, jhb > >> MFC after: 1 week > > > > I might give this one a month to MFC rather than a week -- it can take > > a while for bugs in this sort of thing to get diagnosed, especially > > with lots of other changes in the tree at the same time relating to > > schedulers, etc. > > > > Robert N M Watson > > Computer Laboratory > > University of Cambridge > > > Thanks, that's a good idea. I'll hold onto it for a month before it goes > into RELENG_7. > > -- > Coleman > Robert, About a month later... I haven't gotten any problem reports from this. One question: do you know if this applies to RELENG_6 as well? -- Coleman Kane From owner-cvs-all@FreeBSD.ORG Sat Apr 19 23:40:22 2008 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 E0CAA106566C; Sat, 19 Apr 2008 23:40:22 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAFE48FC19; Sat, 19 Apr 2008 23:40:22 +0000 (UTC) (envelope-from brd@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 m3JNeMaZ048149; Sat, 19 Apr 2008 23:40:22 GMT (envelope-from brd@repoman.freebsd.org) Received: (from brd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JNeME9048148; Sat, 19 Apr 2008 23:40:22 GMT (envelope-from brd) Message-Id: <200804192340.m3JNeME9048148@repoman.freebsd.org> From: Brad Davis Date: Sat, 19 Apr 2008 23:40:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/remote-install article.sgml 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: Sat, 19 Apr 2008 23:40:23 -0000 brd 2008-04-19 23:40:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/remote-install article.sgml Log: - Fix some capitalization - Normalize dd options - s/latest/last Revision Changes Path 1.4 +6 -6 doc/en_US.ISO8859-1/articles/remote-install/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Apr 19 23:56:00 2008 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 C413E106566B; Sat, 19 Apr 2008 23:56:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EA038FC18; Sat, 19 Apr 2008 23:56:00 +0000 (UTC) (envelope-from marcus@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 m3JNu0V3048601; Sat, 19 Apr 2008 23:56:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3JNu0KO048598; Sat, 19 Apr 2008 23:56:00 GMT (envelope-from marcus) Message-Id: <200804192356.m3JNu0KO048598@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Apr 2008 23:56:00 +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/misc/quick-lounge-applet distinfo pkg-plist 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: Sat, 19 Apr 2008 23:56:00 -0000 marcus 2008-04-19 23:56:00 UTC FreeBSD ports repository Modified files: misc/quick-lounge-applet distinfo pkg-plist Log: Update to 2.12.5. Revision Changes Path 1.14 +3 -3 ports/misc/quick-lounge-applet/distinfo 1.15 +3 -0 ports/misc/quick-lounge-applet/pkg-plist