From owner-cvs-all@FreeBSD.ORG Sun Jul 10 00:17:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220616A41C; Sun, 10 Jul 2005 00:17:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6019F43D46; Sun, 10 Jul 2005 00:17:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A0H5DT002981; Sun, 10 Jul 2005 00:17:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A0H55c002980; Sun, 10 Jul 2005 00:17:05 GMT (envelope-from sam) Message-Id: <200507100017.j6A0H55c002980@repoman.freebsd.org> From: Sam Leffler Date: Sun, 10 Jul 2005 00:17: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/dev/ral if_ral.c src/sys/dev/iwi if_iwi.c src/sys/dev/usb if_ural.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, 10 Jul 2005 00:17:05 -0000 sam 2005-07-10 00:17:05 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c sys/dev/iwi if_iwi.c sys/dev/usb if_ural.c Log: remove driver-private key allocators; use the default one instead so wpa keys are handled properly Reviewed by: avatar Approved by: re (scottl) Revision Changes Path 1.8 +0 -12 src/sys/dev/iwi/if_iwi.c 1.9 +0 -12 src/sys/dev/ral/if_ral.c 1.10 +0 -12 src/sys/dev/usb/if_ural.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 02:00:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9CF16A41C; Sun, 10 Jul 2005 02:00:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE93743D48; Sun, 10 Jul 2005 02:00:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A20Zu2013761; Sun, 10 Jul 2005 02:00:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A20Zsj013760; Sun, 10 Jul 2005 02:00:35 GMT (envelope-from imp) Message-Id: <200507100200.j6A20Zsj013760@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Jul 2005 02:00: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/dev/pccard pccarddevs src/sys/dev/ed if_ed_pccard.c src/sys/dev/sn if_sn.c if_sn_pccard.c src/sys/dev/xe if_xe_pccard.c src/sys/dev/wi if_wi_pccard.c src/share/man/man4 ed.4 sn.4 wi.4 xe.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: Sun, 10 Jul 2005 02:00:36 -0000 imp 2005-07-10 02:00:35 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs sys/dev/ed if_ed_pccard.c sys/dev/sn if_sn.c if_sn_pccard.c sys/dev/xe if_xe_pccard.c sys/dev/wi if_wi_pccard.c share/man/man4 ed.4 sn.4 wi.4 xe.4 share/man/man4/man4.i386 ep.4 Log: Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl) Revision Changes Path 1.45 +24 -2 src/share/man/man4/ed.4 1.37 +5 -3 src/share/man/man4/man4.i386/ep.4 1.8 +19 -1 src/share/man/man4/sn.4 1.64 +1 -0 src/share/man/man4/wi.4 1.9 +2 -0 src/share/man/man4/xe.4 1.84 +15 -0 src/sys/dev/ed/if_ed_pccard.c 1.109 +49 -8 src/sys/dev/pccard/pccarddevs 1.45 +2 -1 src/sys/dev/sn/if_sn.c 1.32 +5 -2 src/sys/dev/sn/if_sn_pccard.c 1.57 +1 -0 src/sys/dev/wi/if_wi_pccard.c 1.26 +2 -1 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 02:19:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76FB16A41C; Sun, 10 Jul 2005 02:19:52 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF8843D45; Sun, 10 Jul 2005 02:19:52 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A2JqbR015474; Sun, 10 Jul 2005 02:19:52 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A2Jq5s015473; Sun, 10 Jul 2005 02:19:52 GMT (envelope-from maho) Message-Id: <200507100219.j6A2Jq5s015473@repoman.freebsd.org> From: Maho Nakata Date: Sun, 10 Jul 2005 02:19: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/editors/openoffice-1.1-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: Sun, 10 Jul 2005 02:19:53 -0000 maho 2005-07-10 02:19:52 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1-devel Makefile Log: Use USE_IMAKE instead of explicitly writing at BUILD_DEPEND section Revision Changes Path 1.184 +2 -2 ports/editors/openoffice-1.1-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:08:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C55316A41C; Sun, 10 Jul 2005 03:08:37 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D07E43D49; Sun, 10 Jul 2005 03:08:37 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A38awX017274; Sun, 10 Jul 2005 03:08:37 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A38arI017273; Sun, 10 Jul 2005 03:08:36 GMT (envelope-from maho) Message-Id: <200507100308.j6A38arI017273@repoman.freebsd.org> From: Maho Nakata Date: Sun, 10 Jul 2005 03: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/editors/openoffice-1.1-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: Sun, 10 Jul 2005 03:08:37 -0000 maho 2005-07-10 03:08:36 UTC FreeBSD ports repository Modified files: editors/openoffice-1.1-devel Makefile Log: Backout USE_IMAKE Revision Changes Path 1.185 +2 -6 ports/editors/openoffice-1.1-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:24:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F114A16A41C; Sun, 10 Jul 2005 03:24:04 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAED43D48; Sun, 10 Jul 2005 03:24:04 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.13.3/8.13.3) with ESMTP id j6A3O2vw082613; Sun, 10 Jul 2005 12:24:02 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 10 Jul 2005 12:23:32 +0900 (JST) Message-Id: <20050710.122332.74673245.nyan@jp.FreeBSD.org> To: hrs@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200507091726.j69HQABr079694@repoman.freebsd.org> References: <200507091726.j69HQABr079694@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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/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: Sun, 10 Jul 2005 03:24:05 -0000 In article <200507091726.j69HQABr079694@repoman.freebsd.org> Hiroki Sato writes: > hrs 2005-07-09 17:26:10 UTC > > FreeBSD src repository > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > New release notes: > amd64/i386 ELF kernel crash dump, Also pc98. --- TAKAHASHI Yoshihiro From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:33:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA3A16A41C; Sun, 10 Jul 2005 03:33:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7B843D46; Sun, 10 Jul 2005 03:33:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3X1ZF018749; Sun, 10 Jul 2005 03:33:01 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3X1S8018746; Sun, 10 Jul 2005 03:33:01 GMT (envelope-from hrs) Message-Id: <200507100333.j6A3X1S8018746@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:33: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/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: Sun, 10 Jul 2005 03:33:01 -0000 hrs 2005-07-10 03:33:01 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release notes: pc98 also supports ELF kernel crash dump now. Pointed out by: nyan Approved by: re (implicitly) Revision Changes Path 1.882 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:37:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF2416A41C; Sun, 10 Jul 2005 03:37:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9C343D45; Sun, 10 Jul 2005 03:37:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3bGSb018954; Sun, 10 Jul 2005 03:37:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3bGtc018953; Sun, 10 Jul 2005 03:37:16 GMT (envelope-from imp) Message-Id: <200507100337.j6A3bGtc018953@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Jul 2005 03:37: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/sbin/devd devd.cc devd.h devd.hh parse.y token.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 03:37:17 -0000 imp 2005-07-10 03:37:16 UTC FreeBSD src repository Modified files: sbin/devd devd.cc devd.h devd.hh parse.y token.l Log: Add the ability to match the on a media type of the device in question. Submitted by: sam Approved by: re (scottl) Revision Changes Path 1.22 +74 -0 src/sbin/devd/devd.cc 1.5 +1 -0 src/sbin/devd/devd.h 1.3 +16 -0 src/sbin/devd/devd.hh 1.5 +7 -1 src/sbin/devd/parse.y 1.6 +3 -0 src/sbin/devd/token.l From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:47:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB4016A41C; Sun, 10 Jul 2005 03:47:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEAF43D46; Sun, 10 Jul 2005 03:47:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3l0Wb019340; Sun, 10 Jul 2005 03:47:00 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3l051019339; Sun, 10 Jul 2005 03:47:00 GMT (envelope-from hrs) Message-Id: <200507100347.j6A3l051019339@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:47: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/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: Sun, 10 Jul 2005 03:47:00 -0000 hrs 2005-07-10 03:47:00 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: $jail__flags for rc.d/jail, and pkg_version(1) -I flag. Approved by: re (implicitly) Revision Changes Path 1.883 +3 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 03:47:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A42C16A41C; Sun, 10 Jul 2005 03:47:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCB743D46; Sun, 10 Jul 2005 03:47:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3lL0W019390; Sun, 10 Jul 2005 03:47:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3lLhd019389; Sun, 10 Jul 2005 03:47:21 GMT (envelope-from hrs) Message-Id: <200507100347.j6A3lLhd019389@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:47:21 +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: Sun, 10 Jul 2005 03:47:21 -0000 hrs 2005-07-10 03:47:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: $jail__flags for rc.d/jail, and pkg_version(1) -I flag. Revision Changes Path 1.761.2.50 +7 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 05:50:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3838216A41C; Sun, 10 Jul 2005 05:50:53 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA8543D49; Sun, 10 Jul 2005 05:50:52 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A5oqpn032680; Sun, 10 Jul 2005 05:50:52 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A5oq9k032679; Sun, 10 Jul 2005 05:50:52 GMT (envelope-from novel) Message-Id: <200507100550.j6A5oq9k032679@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 10 Jul 2005 05:50: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/databases/p5-SQL-Abstract 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, 10 Jul 2005 05:50:53 -0000 novel 2005-07-10 05:50:51 UTC FreeBSD ports repository Modified files: databases/p5-SQL-Abstract Makefile Log: Mark IGNORE for old perl versions. Reported by: pointyhat via kris Revision Changes Path 1.5 +7 -1 ports/databases/p5-SQL-Abstract/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 06:26:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65CE16A41C; Sun, 10 Jul 2005 06:26:39 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89ACC43D46; Sun, 10 Jul 2005 06:26:39 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A6QdnX033886; Sun, 10 Jul 2005 06:26:39 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A6QdFR033885; Sun, 10 Jul 2005 06:26:39 GMT (envelope-from kwm) Message-Id: <200507100626.j6A6QdFR033885@repoman.freebsd.org> From: Koop Mast Date: Sun, 10 Jul 2005 06:26: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/multimedia/gstreamer-plugins 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, 10 Jul 2005 06:26:39 -0000 kwm 2005-07-10 06:26:39 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile Log: change PORTREVISION to PORTREVISION?= for the slave ports. Submitted by: ahze Approved by: maintainer (implicit) Revision Changes Path 1.85 +1 -1 ports/multimedia/gstreamer-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 06:51:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3416E16A41C; Sun, 10 Jul 2005 06:51:07 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9C643D49; Sun, 10 Jul 2005 06:51:06 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A6p6qC034766; Sun, 10 Jul 2005 06:51:06 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A6p6BQ034765; Sun, 10 Jul 2005 06:51:06 GMT (envelope-from kwm) Message-Id: <200507100651.j6A6p6BQ034765@repoman.freebsd.org> From: Koop Mast Date: Sun, 10 Jul 2005 06:51: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/multimedia/gstreamer-plugins 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, 10 Jul 2005 06:51:07 -0000 kwm 2005-07-10 06:51:06 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile Log: Revert previous change, slave ports revision will go backwards with this change. Submitted by: marcus Approved by: maintainer (implicit) Pointyhat awarded to: kwm Revision Changes Path 1.86 +1 -1 ports/multimedia/gstreamer-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 08:21:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C8616A41C; Sun, 10 Jul 2005 08:21:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA7143D46; Sun, 10 Jul 2005 08:21:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A8L8tR037892; Sun, 10 Jul 2005 08:21:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A8L8iF037891; Sun, 10 Jul 2005 08:21:08 GMT (envelope-from dinoex) Message-Id: <200507100821.j6A8L8iF037891@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 08:21: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/devel/gnustep-make 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, 10 Jul 2005 08:21:09 -0000 dinoex 2005-07-10 08:21:08 UTC FreeBSD ports repository Modified files: devel/gnustep-make Makefile Log: - warn about bad ldconfig paths Revision Changes Path 1.58 +9 -3 ports/devel/gnustep-make/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 08:34:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E41DD16A41C; Sun, 10 Jul 2005 08:34:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D4E43D45; Sun, 10 Jul 2005 08:34:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A8YNBc038346; Sun, 10 Jul 2005 08:34:23 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A8YNj6038345; Sun, 10 Jul 2005 08:34:23 GMT (envelope-from dinoex) Message-Id: <200507100834.j6A8YNj6038345@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 08: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: ports/lang/gcc-objc 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, 10 Jul 2005 08:34:24 -0000 dinoex 2005-07-10 08:34:22 UTC FreeBSD ports repository Modified files: lang/gcc-objc Makefile Log: - mark NO_PACKAGE, problems on pointyhat cluster Revision Changes Path 1.7 +5 -0 ports/lang/gcc-objc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 09:32:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A1616A41C; Sun, 10 Jul 2005 09:32:40 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D414043D5C; Sun, 10 Jul 2005 09:32:38 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A9Wb1s047326; Sun, 10 Jul 2005 09:32:37 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A9Wb6w047325; Sun, 10 Jul 2005 09:32:37 GMT (envelope-from simon) Message-Id: <200507100932.j6A9Wb6w047325@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 10 Jul 2005 09:32:37 +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/releng index.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, 10 Jul 2005 09:32:40 -0000 simon 2005-07-10 09:32:37 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Add missing link to 6.0 TODO list. Noticed by: bz Revision Changes Path 1.149 +3 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:05:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E653216A41C; Sun, 10 Jul 2005 10:05:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A0743D55; Sun, 10 Jul 2005 10:05:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AA59Ol048471; Sun, 10 Jul 2005 10:05:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AA59Lj048470; Sun, 10 Jul 2005 10:05:09 GMT (envelope-from dinoex) Message-Id: <200507101005.j6AA59Lj048470@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 10:05: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/pkg_install-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: Sun, 10 Jul 2005 10:05:10 -0000 dinoex 2005-07-10 10:05:08 UTC FreeBSD ports repository Modified files: sysutils/pkg_install-devel Makefile Log: Log: - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout Revision Changes Path 1.17 +2 -0 ports/sysutils/pkg_install-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:33:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DB216A41C; Sun, 10 Jul 2005 10:33:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790A043D48; Sun, 10 Jul 2005 10:33:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAX07A049491; Sun, 10 Jul 2005 10:33:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAX07V049490; Sun, 10 Jul 2005 10:33:00 GMT (envelope-from marius) Message-Id: <200507101033.j6AAX07V049490@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:33: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/dev/auxio auxio.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, 10 Jul 2005 10:33:00 -0000 marius 2005-07-10 10:33:00 UTC FreeBSD src repository Modified files: sys/dev/auxio auxio.c Log: Switch from trying to allocate up to 8 register banks for the EBus variant to allocating a fixed set of 5 banks that the EBus variant is documented to have (and also has in reality). Trying to allocate up to 8 banks is a remnant from experiments during the development of this driver. Discussed with: joerg, yongari Reviewed by: yongari Approved by: re (scottl) Revision Changes Path 1.4 +6 -19 src/sys/dev/auxio/auxio.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:36:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0EC16A41C; Sun, 10 Jul 2005 10:36:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDFF43D45; Sun, 10 Jul 2005 10:36:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAajc6049828; Sun, 10 Jul 2005 10:36:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAajra049827; Sun, 10 Jul 2005 10:36:45 GMT (envelope-from marius) Message-Id: <200507101036.j6AAajra049827@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:36: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/dev/hme if_hme_pci.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, 10 Jul 2005 10:36:45 -0000 marius 2005-07-10 10:36:45 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme_pci.c Log: Add a missing mtx_destroy() in hme_pci_detach(). Reviewed by: yongari Approved by: re (scottl) Revision Changes Path 1.22 +1 -0 src/sys/dev/hme/if_hme_pci.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:43:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B700016A41C; Sun, 10 Jul 2005 10:43:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BFD43D49; Sun, 10 Jul 2005 10:43:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAhxoA050149; Sun, 10 Jul 2005 10:43:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAhxb5050148; Sun, 10 Jul 2005 10:43:59 GMT (envelope-from marius) Message-Id: <200507101043.j6AAhxb5050148@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:43: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/modules/sound/sound 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, 10 Jul 2005 10:43:59 -0000 marius 2005-07-10 10:43:59 UTC FreeBSD src repository Modified files: sys/modules/sound/sound Makefile Log: - Add missing opt_isa.h. This fixes the standalone build of sound.ko after sys/dev/sound/pcm/channel.c rev. 1.99, i.e. when there's no existing KERNBUILDDIR with an opt_isa.h defined. - Sync with sys/dev/sound/pcm/channel.c rev. 1.99 (sort of), i.e. never compile in isadma support on sparc64 as we just never need it there. This allows to use the "generic" module with a custom kernel that is built without isa(4). Reviewed by: ru Approved by: re (scottl) Revision Changes Path 1.16 +14 -2 src/sys/modules/sound/sound/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:44:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16A816A41C; Sun, 10 Jul 2005 10:44:43 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A0A43D49; Sun, 10 Jul 2005 10:44:43 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAihDL050182; Sun, 10 Jul 2005 10:44:43 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAihdj050181; Sun, 10 Jul 2005 10:44:43 GMT (envelope-from remko) Message-Id: <200507101044.j6AAihdj050181@repoman.freebsd.org> From: Remko Lodder Date: Sun, 10 Jul 2005 10:44: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/books/handbook/security 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, 10 Jul 2005 10:44:43 -0000 remko 2005-07-10 10:44:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Remove an trailing . in the EXAMPLE.ORG DNS example. PR: docs/82223 Submitted by: Boris B. Samorodov Revision Changes Path 1.277 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 10:51:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90DD216A41C; Sun, 10 Jul 2005 10:51:57 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5534843D45; Sun, 10 Jul 2005 10:51:57 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AApvia050493; Sun, 10 Jul 2005 10:51:57 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AApvgI050492; Sun, 10 Jul 2005 10:51:57 GMT (envelope-from remko) Message-Id: <200507101051.j6AApvgI050492@repoman.freebsd.org> From: Remko Lodder Date: Sun, 10 Jul 2005 10:51:56 +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/docproj translations.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, 10 Jul 2005 10:51:57 -0000 remko 2005-07-10 10:51:56 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Update my email adres in the Dutch Translation team entry. Revision Changes Path 1.78 +2 -2 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 11:15:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7539016A41C; Sun, 10 Jul 2005 11:15:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C7B43D46; Sun, 10 Jul 2005 11:15:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABFAqJ052129; Sun, 10 Jul 2005 11:15:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABFAfm052128; Sun, 10 Jul 2005 11:15:10 GMT (envelope-from pav) Message-Id: <200507101115.j6ABFAfm052128@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 10 Jul 2005 11:15: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 MOVED ports/misc Makefile ports/misc/44bsd-more Makefile distinfo pkg-descr pkg-plist ports/misc/44bsd-more/files patch-Makefile patch-less.h patch-main.c patch-screen.c patch-tags.c queue.h ports/misc/less 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, 10 Jul 2005 11:15:11 -0000 pav 2005-07-10 11:15:10 UTC FreeBSD ports repository Modified files: . MOVED misc Makefile sysutils Makefile sysutils/44bsd-more Makefile sysutils/less Makefile sysutils/most Makefile sysutils/reed Makefile x11-wm Makefile x11-wm/wmcp Makefile Removed files: misc/44bsd-more Makefile distinfo pkg-descr pkg-plist misc/44bsd-more/files patch-Makefile patch-less.h patch-main.c patch-screen.c patch-tags.c queue.h misc/less Makefile distinfo pkg-descr misc/less/files patch-aa patch-ab misc/most Makefile distinfo pkg-descr pkg-plist misc/most/files patch-aa patch-src-window.c misc/reed Makefile distinfo pkg-descr pkg-plist misc/wmcp Makefile distinfo pkg-descr misc/wmcp/files patch-aa patch-wmcp.c Log: - Move pager ports from misc/ to sysutils/ misc/44bsd-more -> sysutils/44bsd-more misc/less -> sysutils/less misc/most -> sysutils/most misc/reed -> sysutils/reed misc/wmcp -> x11-wm/wmcp (this one is a X11 desktop pager) Repocopied by: marcus Revision Changes Path 1.712 +6 -1 ports/MOVED 1.11 +0 -49 ports/misc/44bsd-more/Makefile (dead) 1.3 +0 -2 ports/misc/44bsd-more/distinfo (dead) 1.2 +0 -11 ports/misc/44bsd-more/files/patch-Makefile (dead) 1.2 +0 -11 ports/misc/44bsd-more/files/patch-less.h (dead) 1.2 +0 -14 ports/misc/44bsd-more/files/patch-main.c (dead) 1.2 +0 -23 ports/misc/44bsd-more/files/patch-screen.c (dead) 1.3 +0 -11 ports/misc/44bsd-more/files/patch-tags.c (dead) 1.2 +0 -539 ports/misc/44bsd-more/files/queue.h (dead) 1.3 +0 -9 ports/misc/44bsd-more/pkg-descr (dead) 1.2 +0 -6 ports/misc/44bsd-more/pkg-plist (dead) 1.755 +0 -5 ports/misc/Makefile 1.40 +0 -37 ports/misc/less/Makefile (dead) 1.20 +0 -10 ports/misc/less/distinfo (dead) 1.8 +0 -11 ports/misc/less/files/patch-aa (dead) 1.4 +0 -41 ports/misc/less/files/patch-ab (dead) 1.8 +0 -4 ports/misc/less/pkg-descr (dead) 1.17 +0 -25 ports/misc/most/Makefile (dead) 1.8 +0 -2 ports/misc/most/distinfo (dead) 1.4 +0 -29 ports/misc/most/files/patch-aa (dead) 1.2 +0 -11 ports/misc/most/files/patch-src-window.c (dead) 1.5 +0 -14 ports/misc/most/pkg-descr (dead) 1.8 +0 -8 ports/misc/most/pkg-plist (dead) 1.11 +0 -42 ports/misc/reed/Makefile (dead) 1.7 +0 -2 ports/misc/reed/distinfo (dead) 1.4 +0 -10 ports/misc/reed/pkg-descr (dead) 1.3 +0 -5 ports/misc/reed/pkg-plist (dead) 1.15 +0 -24 ports/misc/wmcp/Makefile (dead) 1.4 +0 -2 ports/misc/wmcp/distinfo (dead) 1.4 +0 -25 ports/misc/wmcp/files/patch-aa (dead) 1.2 +0 -73 ports/misc/wmcp/files/patch-wmcp.c (dead) 1.6 +0 -6 ports/misc/wmcp/pkg-descr (dead) 1.11 +1 -1 ports/sysutils/44bsd-more/Makefile 1.672 +4 -0 ports/sysutils/Makefile 1.40 +1 -1 ports/sysutils/less/Makefile 1.17 +1 -1 ports/sysutils/most/Makefile 1.11 +1 -1 ports/sysutils/reed/Makefile 1.175 +1 -0 ports/x11-wm/Makefile 1.15 +1 -1 ports/x11-wm/wmcp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 11:15:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E729616A41C; Sun, 10 Jul 2005 11:15:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE1343D49; Sun, 10 Jul 2005 11:15:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABFZtA052180; Sun, 10 Jul 2005 11:15:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABFZKj052179; Sun, 10 Jul 2005 11:15:35 GMT (envelope-from pav) Message-Id: <200507101115.j6ABFZKj052179@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 10 Jul 2005 11:15: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: 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, 10 Jul 2005 11:15:36 -0000 pav 2005-07-10 11:15:35 UTC FreeBSD ports repository Modified files: . modules Log: - Move pager ports from misc/ to sysutils/ Revision Changes Path 1.12790 +5 -5 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 10 11:16:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1057E16A41C; Sun, 10 Jul 2005 11:16:35 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B5543D49; Sun, 10 Jul 2005 11:16:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABGYV3052262; Sun, 10 Jul 2005 11:16:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABGYjo052261; Sun, 10 Jul 2005 11:16:34 GMT (envelope-from marius) Message-Id: <200507101116.j6ABGYjo052261@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11:16: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/fb creator.c src/sys/sparc64/creator creator.h creator_upa.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, 10 Jul 2005 11:16:35 -0000 marius 2005-07-10 11:16:34 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c sys/sparc64/creator creator.h creator_upa.c Log: - Declare lookup tables etc. const. - Let creator_bitblt() return ENODEV as it's not implemented (missed in sys/dev/fb/creator.c rev. 1.6). - As a speed optimization inline the creator_ras_wait() etc. helper functions and also cache setting the font increment, font width and plane mask. [1] - I got the meaning of V_DISPLAY_BLANK wrong, it's blank like turn off and not blank like turn on and clear the screen. So move clearing the screen to creator_clear() were it hopefully belongs. - Properly implement V_DISPLAY_BLANK, V_DISPLAY_STAND_BY and V_DISPLAY_SUSPEND. This makes blank_saver.ko and green_saver.ko work. [1] - Change the order of operations in creator_fill_rect(), i.e. write y before x and cy before cx. This fixes drawing the top part of the border with Elite3D cards when switching from Xorg to a VTY. - Move setting the chip configuration we use and invalidating the cache variables to creator_set_mode() and set the V_ADP_MODECHANGE flag. This causes creator_set_mode() to be called when the X server shuts down which fixes the screen corruption caused most of the time by Xorg not restoring the original configuration present at startup. Inspired by/based on: Xorg [1] Approved by: re (scottl) Revision Changes Path 1.8 +167 -91 src/sys/dev/fb/creator.c 1.5 +3 -0 src/sys/sparc64/creator/creator.h 1.9 +2 -2 src/sys/sparc64/creator/creator_upa.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 11:43:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE5A16A41C; Sun, 10 Jul 2005 11:43:21 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9035743D48; Sun, 10 Jul 2005 11:43:21 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABhKZw053218; Sun, 10 Jul 2005 11:43:21 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABhKDv053214; Sun, 10 Jul 2005 11:43:20 GMT (envelope-from marius) Message-Id: <200507101143.j6ABhKDv053214@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11:43:20 +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/fb machfb.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, 10 Jul 2005 11:43:21 -0000 marius 2005-07-10 11:43:20 UTC FreeBSD src repository Modified files: sys/dev/fb machfb.c Log: - Declare lookup tables etc. const. [1] - Add a missing "ATI" in one of the device descriptions. - In machfb_init_engine() adjust a wait_for_fifo() call to the actual number of operations. - As a speed optimization cache setting the foreground and back- ground colors. - I got the meaning of V_DISPLAY_BLANK wrong, it's blank like turn off and not blank like turn on and clear the screen. So move clearing the screen to machfb_clear() were it hopefully belongs. - Properly implement V_DISPLAY_BLANK, V_DISPLAY_STAND_BY and V_DISPLAY_SUSPEND. This makes blank_saver.ko and green_saver.ko work. [1] - Implement machfb_load_palette() and machfb_save_palette() and set the V_ADP_PALETTE flag. This makes fade_saver.ko work. [2] - Install our 16-color color map only once and with an offset of 16 as the OBP driver expects white to be at index 0 and black at 255. This fixes the inversion of the colors back at the boot prompt after shutting down FreeBSD. This will also be handy if we ever want to implement breaking into OFW. Unfortunately there doesn't seem to be a better way to achieve this as e.g. bypassing the color map isn't supported by all Mach64 chips. - Move invalidating the cache variables to machfb_set_mode() and set the V_ADP_MODECHANGE flag. This causes machfb_set_mode() to be called when the X server shuts down. This hopefully will fix the screen corruption happening occasionally when shutting down the X server and which is present until switching to another VTY. Inspired by: NetBSD [1] Based on: Xorg [2] Approved by: re (scottl) Revision Changes Path 1.3 +148 -68 src/sys/dev/fb/machfb.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 11:47:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D0E16A41C; Sun, 10 Jul 2005 11:47:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D1B43D48; Sun, 10 Jul 2005 11:47:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABl4E4053446; Sun, 10 Jul 2005 11:47:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABl4D5053445; Sun, 10 Jul 2005 11:47:04 GMT (envelope-from marius) Message-Id: <200507101147.j6ABl4D5053445@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11:47: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/modules Makefile src/sys/modules/syscons 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, 10 Jul 2005 11:47:04 -0000 marius 2005-07-10 11:47:04 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/modules/syscons Makefile Log: Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64 now that they work with creator(4) and machfb(4). Reviewed by: ru (style) Approved by: re (scottl) Revision Changes Path 1.450 +1 -4 src/sys/modules/Makefile 1.15 +20 -9 src/sys/modules/syscons/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 12:11:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EDC16A41C; Sun, 10 Jul 2005 12:11:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA7743D48; Sun, 10 Jul 2005 12:11:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ACBrVA054635; Sun, 10 Jul 2005 12:11:53 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ACBrXv054634; Sun, 10 Jul 2005 12:11:53 GMT (envelope-from nork) Message-Id: <200507101211.j6ACBrXv054634@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 10 Jul 2005 12:11: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/net/DarwinStreamingServer Makefile distinfo pkg-plist ports/net/DarwinStreamingServer/files patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp patch-Buildit patch-DSS_MakeRoot patch-Install patch-WebAdmin::src::streamingadminserver.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: Sun, 10 Jul 2005 12:11:53 -0000 nork 2005-07-10 12:11:52 UTC FreeBSD ports repository Modified files: net/DarwinStreamingServer Makefile distinfo pkg-plist net/DarwinStreamingServer/files patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp patch-Buildit patch-Install patch-WebAdmin::src::streamingadminserver.pl Removed files: net/DarwinStreamingServer/files patch-DSS_MakeRoot Log: Update to 5.5. Informed by: many people Sponsored by: Ensure Technology Ltd. Revision Changes Path 1.17 +15 -8 ports/net/DarwinStreamingServer/Makefile 1.8 +2 -2 ports/net/DarwinStreamingServer/distinfo 1.4 +2 -11 ports/net/DarwinStreamingServer/files/patch-APIModules::QTSSReflectorModule::ReflectorStream.cpp 1.5 +4 -4 ports/net/DarwinStreamingServer/files/patch-Buildit 1.4 +0 -24 ports/net/DarwinStreamingServer/files/patch-DSS_MakeRoot (dead) 1.4 +76 -34 ports/net/DarwinStreamingServer/files/patch-Install 1.5 +3 -12 ports/net/DarwinStreamingServer/files/patch-WebAdmin::src::streamingadminserver.pl 1.5 +6 -2 ports/net/DarwinStreamingServer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 12:38:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA6BF16A41C; Sun, 10 Jul 2005 12:38:15 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EBB43D49; Sun, 10 Jul 2005 12:38:15 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ACcFvI055661; Sun, 10 Jul 2005 12:38:15 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ACcFEd055660; Sun, 10 Jul 2005 12:38:15 GMT (envelope-from markus) Message-Id: <200507101238.j6ACcFEd055660@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 10 Jul 2005 12: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 MOVED ports/x11 Makefile ports/x11/kde3-apireference Makefile distinfo pkg-descr ports/x11/kde31-apireference 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, 10 Jul 2005 12:38:15 -0000 markus 2005-07-10 12:38:15 UTC FreeBSD ports repository Modified files: . MOVED x11 Makefile x11/kde3-apireference Makefile distinfo pkg-descr Removed files: x11/kde31-apireference Makefile distinfo pkg-descr Log: - Move kde31-apireference to kde3-apireference in order to carry the latest stable apireference of KDE3 [1] - Update to version 3.4 [2] - Use KDE as DIST_SUBDIR PR: ports/83199 [1] Submitted by: Heiner [2] Repocopy by: marcus Revision Changes Path 1.713 +2 -1 ports/MOVED 1.552 +1 -1 ports/x11/Makefile 1.2 +14 -11 ports/x11/kde3-apireference/Makefile 1.2 +1 -1 ports/x11/kde3-apireference/distinfo 1.2 +2 -2 ports/x11/kde3-apireference/pkg-descr 1.2 +0 -31 ports/x11/kde31-apireference/Makefile (dead) 1.2 +0 -1 ports/x11/kde31-apireference/distinfo (dead) 1.2 +0 -3 ports/x11/kde31-apireference/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 12:40:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCEF016A41C; Sun, 10 Jul 2005 12:40:13 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876D843D49; Sun, 10 Jul 2005 12:40:13 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ACeDJC055739; Sun, 10 Jul 2005 12:40:13 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ACeDqe055738; Sun, 10 Jul 2005 12:40:13 GMT (envelope-from markus) Message-Id: <200507101240.j6ACeDqe055738@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 10 Jul 2005 12:40: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: 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, 10 Jul 2005 12:40:14 -0000 markus 2005-07-10 12:40:13 UTC FreeBSD ports repository Modified files: . modules Log: Move kde31-apireference to kde3-apireference Revision Changes Path 1.12791 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 10 12:45:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F1C16A41C; Sun, 10 Jul 2005 12:45:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843C243D45; Sun, 10 Jul 2005 12:45:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ACjQM5056054; Sun, 10 Jul 2005 12:45:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ACjQZu056053; Sun, 10 Jul 2005 12:45:26 GMT (envelope-from pav) Message-Id: <200507101245.j6ACjQZu056053@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 10 Jul 2005 12: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/print/mup Makefile distinfo pkg-plist ports/print/mup/files Makefile.fnt Makefile.mup X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 12:45:26 -0000 pav 2005-07-10 12:45:26 UTC FreeBSD ports repository Modified files: print/mup Makefile distinfo pkg-plist print/mup/files Makefile.fnt Makefile.mup Log: - Update to 5.1 PR: ports/83213 Submitted by: Daniel J. O'Connor (maintainer) Revision Changes Path 1.6 +2 -2 ports/print/mup/Makefile 1.6 +4 -4 ports/print/mup/distinfo 1.2 +1 -0 ports/print/mup/files/Makefile.fnt 1.3 +1 -0 ports/print/mup/files/Makefile.mup 1.4 +6 -1 ports/print/mup/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 12:47:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8548616A41F; Sun, 10 Jul 2005 12:47:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB0743D48; Sun, 10 Jul 2005 12:47:45 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ACljwj063078; Sun, 10 Jul 2005 12:47:45 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ACljDH063077; Sun, 10 Jul 2005 12:47:45 GMT (envelope-from dinoex) Message-Id: <200507101247.j6ACljDH063077@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 12:47: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/graphics/tiff 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, 10 Jul 2005 12:47:45 -0000 dinoex 2005-07-10 12:47:45 UTC FreeBSD ports repository Modified files: graphics/tiff Makefile distinfo Log: - update to 3.7.3 Revision Changes Path 1.56 +5 -3 ports/graphics/tiff/Makefile 1.20 +2 -2 ports/graphics/tiff/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:14:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9987816A41C; Sun, 10 Jul 2005 13:14:34 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE7443D48; Sun, 10 Jul 2005 13:14:34 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ADEYdZ064069; Sun, 10 Jul 2005 13:14:34 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ADEYb3064068; Sun, 10 Jul 2005 13:14:34 GMT (envelope-from gerald) Message-Id: <200507101314.j6ADEYb3064068@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 10 Jul 2005 13:14: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/lang/gcc41 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, 10 Jul 2005 13:14:34 -0000 gerald 2005-07-10 13:14:34 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20050709 snapshot of GCC 4.1.0. Revision Changes Path 1.218 +1 -1 ports/lang/gcc41/Makefile 1.123 +12 -12 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:30:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B4416A41C; Sun, 10 Jul 2005 13:30:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72B7E43D48; Sun, 10 Jul 2005 13:30:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ADU0aq064613; Sun, 10 Jul 2005 13:30:00 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ADU0u4064612; Sun, 10 Jul 2005 13:30:00 GMT (envelope-from hrs) Message-Id: <200507101330.j6ADU0u4064612@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 13:30: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/print/latex-caption 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, 10 Jul 2005 13:30:00 -0000 hrs 2005-07-10 13:30:00 UTC FreeBSD ports repository Modified files: print/latex-caption Makefile distinfo Log: Update to 3.0.20050613 (v3.0f). Changes include: - Some bugfixes - hypcap support; bugfix regarding float support Revision Changes Path 1.12 +2 -2 ports/print/latex-caption/Makefile 1.6 +12 -12 ports/print/latex-caption/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:48:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4372816A41C; Sun, 10 Jul 2005 13:48:16 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0469643D48; Sun, 10 Jul 2005 13:48:16 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ADmFFb070460; Sun, 10 Jul 2005 13:48:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ADmF8l070456; Sun, 10 Jul 2005 13:48:15 GMT (envelope-from marius) Message-Id: <200507101348.j6ADmF8l070456@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 13:48: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/sysutils/cdrtools-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, 10 Jul 2005 13:48:16 -0000 marius 2005-07-10 13:48:15 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo Log: - Update to 2.01.01a03 (there was no public 2.01.01a02). For changes since 2.01.01a01 see: ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a03 - Resign from maintainership. Approved by: netchild Revision Changes Path 1.71 +2 -2 ports/sysutils/cdrtools-devel/Makefile 1.48 +2 -2 ports/sysutils/cdrtools-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:48:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B5616A41C; Sun, 10 Jul 2005 13:48:24 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2354D43D48; Sun, 10 Jul 2005 13:48:24 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ADmNa5070573; Sun, 10 Jul 2005 13:48:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ADmN5q070572; Sun, 10 Jul 2005 13:48:23 GMT (envelope-from marius) Message-Id: <200507101348.j6ADmN5q070572@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 13:48: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/cdrtools 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, 10 Jul 2005 13:48:24 -0000 marius 2005-07-10 13:48:23 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools Makefile Log: Resign from maintainership. Approved by: netchild Revision Changes Path 1.61 +1 -1 ports/sysutils/cdrtools/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:50:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675AB16A41C; Sun, 10 Jul 2005 13:50:53 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295F943D49; Sun, 10 Jul 2005 13:50:53 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ADorsx072566; Sun, 10 Jul 2005 13:50:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ADor6m072565; Sun, 10 Jul 2005 13:50:53 GMT (envelope-from delphij) Message-Id: <200507101350.j6ADor6m072565@repoman.freebsd.org> From: Xin LI Date: Sun, 10 Jul 2005 13:50: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/en/docproj translations.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, 10 Jul 2005 13:50:53 -0000 delphij 2005-07-10 13:50:52 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Change to my FreeBSD.org address, and add a link to our recently finished translation of porters' handbook (revise and polish in progress) Revision Changes Path 1.79 +4 -2 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 13:56:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B834C16A41C; Sun, 10 Jul 2005 13:56:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6C443D48; Sun, 10 Jul 2005 13:56:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B086D5130F; Sun, 10 Jul 2005 09:56:19 -0400 (EDT) Date: Sun, 10 Jul 2005 09:56:19 -0400 From: Kris Kennaway To: Dirk Meyer Message-ID: <20050710135619.GA12688@xor.obsecurity.org> References: <200507100834.j6A8YNj6038345@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200507100834.j6A8YNj6038345@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/lang/gcc-objc 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, 10 Jul 2005 13:56:20 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 10, 2005 at 08:34:22AM +0000, Dirk Meyer wrote: > dinoex 2005-07-10 08:34:22 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > lang/gcc-objc Makefile=20 > Log: > - mark NO_PACKAGE, problems on pointyhat cluster You're quick to blame pointyhat for what may be a bug in your port (you committed other gnustep changes around the time the errors started). I hope you'll investigate the real cause of this problem. Kris --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC0SkDWry0BWjoQKURAtWNAJ9i5NlMNePIXCQAB0tJTAqR2G+yhACg3d4Q uKXKdzdzb4UiJdZj1XVyG94= =6EcR -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-cvs-all@FreeBSD.ORG Sun Jul 10 14:02:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C415716A41C; Sun, 10 Jul 2005 14:02:12 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8693043D46; Sun, 10 Jul 2005 14:02:12 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AE2C0D082361; Sun, 10 Jul 2005 14:02:12 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AE2Ba2082345; Sun, 10 Jul 2005 14:02:12 GMT (envelope-from gerald) Message-Id: <200507101402.j6AE2Ba2082345@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 10 Jul 2005 14:02: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/textproc/bibtex2html 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, 10 Jul 2005 14:02:12 -0000 gerald 2005-07-10 14:02:11 UTC FreeBSD ports repository Modified files: textproc/bibtex2html Makefile distinfo Log: Update to version 1.75 (only doc changes). Revision Changes Path 1.14 +1 -1 ports/textproc/bibtex2html/Makefile 1.13 +2 -2 ports/textproc/bibtex2html/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 14:13:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD3D16A41C; Sun, 10 Jul 2005 14:13:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D39843D4C; Sun, 10 Jul 2005 14:13:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AED07u084324; Sun, 10 Jul 2005 14:13:01 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AED0ko084319; Sun, 10 Jul 2005 14:13:00 GMT (envelope-from sem) Message-Id: <200507101413.j6AED0ko084319@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 10 Jul 2005 14: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/security/pam_mkhomedir 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, 10 Jul 2005 14:13:01 -0000 sem 2005-07-10 14:13:00 UTC FreeBSD ports repository Modified files: security/pam_mkhomedir Makefile Log: - Was marked as unmaintained by accident. So set MAINTAINER to the port submitter. Submitted by: niels Revision Changes Path 1.3 +1 -1 ports/security/pam_mkhomedir/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 14:25:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3B916A41C; Sun, 10 Jul 2005 14:25:17 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B78D43D48; Sun, 10 Jul 2005 14:25:17 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AEPHL8084853; Sun, 10 Jul 2005 14:25:17 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AEPHhR084852; Sun, 10 Jul 2005 14:25:17 GMT (envelope-from kris) Message-Id: <200507101425.j6AEPHhR084852@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 14: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/net-mgmt/ipfm 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, 10 Jul 2005 14:25:17 -0000 kris 2005-07-10 14:25:17 UTC FreeBSD ports repository Modified files: net-mgmt/ipfm Makefile Log: Contrary to wollman's overzealous search-and-replace in r1.9, the .net-mgmt TLD has yet to be approved by ICANN. Fix fetching. Revision Changes Path 1.11 +1 -1 ports/net-mgmt/ipfm/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 14:25:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 106DA16A41C; Sun, 10 Jul 2005 14:25:29 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710843D4C; Sun, 10 Jul 2005 14:25:28 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AEPSWw084884; Sun, 10 Jul 2005 14:25:28 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AEPSB2084883; Sun, 10 Jul 2005 14:25:28 GMT (envelope-from novel) Message-Id: <200507101425.j6AEPSB2084883@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 10 Jul 2005 14:25: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/devel/ocaml-findlib 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, 10 Jul 2005 14:25:29 -0000 novel 2005-07-10 14:25:28 UTC FreeBSD ports repository Modified files: devel/ocaml-findlib Makefile distinfo Log: Update to 1.0.4. PR: 83219 Submitted by: stephane Revision Changes Path 1.14 +2 -1 ports/devel/ocaml-findlib/Makefile 1.7 +2 -2 ports/devel/ocaml-findlib/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 14:26:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA29816A41C; Sun, 10 Jul 2005 14:26:31 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5400243D45; Sun, 10 Jul 2005 14:26:31 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 8258C4D; Sun, 10 Jul 2005 16:26:28 +0200 (CEST) Date: Sun, 10 Jul 2005 16:26:27 +0200 From: Andrea Campi To: Pawel Jakub Dawidek Message-ID: <20050710142626.GA44836@webcom.it> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507082128.j68LSQlp096358@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 14:26:31 -0000 On Fri, Jul 08, 2005 at 09:28:26PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-07-08 21:28:26 UTC > > FreeBSD src repository > > Modified files: > sbin/ggate/ggatec Makefile ggatec.c > sbin/ggate/ggated Makefile ggated.c > sbin/ggate/shared ggate.c ggate.h > Log: [...] > Use two threads in ggatec(8): > - sendtd, which takes I/O requests from the kernel and sends them to the > ggated daemon on the other end; > - recvtd, which waits for ggated responses and forwards them to the kernel. This breaks NO_LIBPTHREAD, and as a consequence nanobsd which has it by default in its make.conf. IMHO, a nice way to fix this would be to introduce either a new NO_GGATE know or even better NO_GGCATE{C,D}. Bye, Andrea -- Press every key to continue. From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:02:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B1B16A41C; Sun, 10 Jul 2005 15:02:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5661843D46; Sun, 10 Jul 2005 15:02:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF2tGI086244; Sun, 10 Jul 2005 15:02:55 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF2tld086243; Sun, 10 Jul 2005 15:02:55 GMT (envelope-from dinoex) Message-Id: <200507101502.j6AF2tld086243@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 15:02: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/x11-toolkits/gnustep-gui 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, 10 Jul 2005 15:02:55 -0000 dinoex 2005-07-10 15:02:55 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-gui Makefile Log: - fix build on STABLE when libphtread does exists Revision Changes Path 1.70 +3 -1 ports/x11-toolkits/gnustep-gui/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:04:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB71116A41C; Sun, 10 Jul 2005 15:04:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8D343D45; Sun, 10 Jul 2005 15:04:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF40nr086322; Sun, 10 Jul 2005 15:04:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF40uj086321; Sun, 10 Jul 2005 15:04:00 GMT (envelope-from marius) Message-Id: <200507101504.j6AF40uj086321@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 15:04: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/security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/antivir-milter/files avq.sh patch-doc::MANUAL patch-etc::antivir.conf patch-init::rc.avmilter patch-script::avupdater X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 15:04:01 -0000 marius 2005-07-10 15:04:00 UTC FreeBSD ports repository (src committer) Modified files: security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist security/antivir-milter/files patch-doc::MANUAL patch-etc::antivir.conf patch-init::rc.avmilter patch-script::avupdater Added files: security/antivir-milter/files avq.sh Log: - Update to 1.1.0-7 in order to fix fetching. For a list of changes see the installed ChangeLog. - Silencing the 'cannot access config file "/etc/antivir.conf"' warnings by creating a respective symlink. Notes: - AntiVir Milter 1.1.0-7 ships with a faulty anti-virus engine which may just exit with the following error when trying to start it: cannot access config file "/etc/avguard.conf" Please update to the latest anti-virus engine by e.g. running the antivirupdater script in order to solve this. - The future of the free licenses for private use and thus of this port currently is uncertain: <...> PersonalEdition Classic UNIX: Advance Notice We have decided to orient the version 6.32 which will be released on September 6, 2005 much more towards the successful PersonalEdition Classic Windows. This means that version 6.32 will be released with a graphical user interface which will make it much easier to work with the program. It will also no longer be necessary to register for the program before downloading it. With version 6.32 the PersonalEdition Classic UNIX will no longer contain any MailGate/Milter functionality. <...> Approved by: netchild Revision Changes Path 1.12 +7 -6 ports/security/antivir-milter/Makefile 1.9 +2 -2 ports/security/antivir-milter/distinfo 1.1 +336 -0 ports/security/antivir-milter/files/avq.sh (new) 1.4 +12 -12 ports/security/antivir-milter/files/patch-doc::MANUAL 1.4 +10 -3 ports/security/antivir-milter/files/patch-etc::antivir.conf 1.6 +8 -8 ports/security/antivir-milter/files/patch-init::rc.avmilter 1.2 +4 -22 ports/security/antivir-milter/files/patch-script::avupdater 1.4 +1 -1 ports/security/antivir-milter/pkg-descr 1.6 +8 -2 ports/security/antivir-milter/pkg-message 1.7 +5 -0 ports/security/antivir-milter/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:05:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134B216A41C; Sun, 10 Jul 2005 15:05:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F8D43D49; Sun, 10 Jul 2005 15:05:39 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF5dRt086578; Sun, 10 Jul 2005 15:05:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF5dBR086577; Sun, 10 Jul 2005 15:05:39 GMT (envelope-from scottl) Message-Id: <200507101505.j6AF5dBR086577@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Jul 2005 15:05: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/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c mpt_raid.c mpt_raid.h mpt_reg.h src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.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, 10 Jul 2005 15:05:40 -0000 scottl 2005-07-10 15:05:39 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_pci.c sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h Added files: sys/dev/mpt mpt_cam.c mpt_cam.h mpt_raid.c mpt_raid.h mpt_reg.h Removed files: sys/dev/mpt mpt_freebsd.c mpt_freebsd.h Log: Massive overhaul of MPT Fusion driver: o Add timeout error recovery (from a thread context to avoid the deferral of other critical interrupts). o Properly recover commands across controller reset events. o Update the driver to handle events and status codes that have been added to the MPI spec since the driver was originally written. o Make the driver more modular to improve maintainability and support dynamic "personality" registration (e.g. SCSI Initiator, RAID, SAS, FC, etc). o Shorten and simplify the common I/O path to improve driver performance. o Add RAID volume and RAID member state/settings reporting. o Add periodic volume resynchronization status reporting. o Add support for sysctl tunable resync rate, member write cache enable, and volume transaction queue depth. Sponsored by ---------------- Avid Technologies Inc: SCSI error recovery, driver re-organization, update of MPI library headers, portions of dynamic personality registration, and misc bug fixes. Wheel Open Technologies: RAID event notification, RAID member pass-thru support, firmware upload/download support, enhanced RAID resync speed, portions of dynamic personality registration, and misc bug fixes. Detailed Changes ================ mpt.c mpt_cam.c mpt_raid.c mpt_pci.c: o Add support for personality modules. Each module exports load, and unload module scope methods as well as probe, attach, event, reset, shutdown, and detach per-device instance methods mpt.c mpt.h mpt_pci.c: o The driver now associates a callback function (via an index) with every transaction submitted to the controller. This allows the main interrupt handler to absolve itself of any knowledge of individual transaction/response types by simply calling the callback function "registered" for the transaction. We use a callback index instead of a callback function pointer in each requests so we can properly handle responses (e.g. event notifications) that are not associated with a transaction. Personality modules dynamically register their callbacks with the driver core to receive the callback index to use for their handlers. o Move the interrupt handler into mpt.c. The ISR algorithm is bus transport and OS independent and thus had no reason to be in mpt_pci.c. o Simplify configuration message reply handling by copying reply frame data for the requester and storing completion status in the original request structure. o Add the mpt_complete_request_chain() helper method and use it to implement reset handlers that must abort transactions. o Keep track of all pending requests on the new requests_pending_list in the softc. o Add default handlers to mpt.c to handle generic event notifications and controller reset activities. The event handler code is largely the same as in the original driver. The reset handler is new and terminates any pending transactions with a status code indicating the controller needs to be re-initialized. o Add some endian support to the driver. A complete audit is still required for this driver to have any hope of operating in a big-endian environment. o Use inttypes.h and __inline. Come closer to being style(9) compliant. o Remove extraneous use of typedefs. o Convert request state from a strict enumeration to a series of flags. This allows us to, for example, tag transactions that have timed-out while retaining the state that the transaction is still in-flight on the controller. o Add mpt_wait_req() which allows a caller to poll or sleep for the completion of a request. Use this to simplify and factor code out from many initialization routines. We also use this to sleep for task management request completions in our CAM timeout handler. mpt.c: o Correct a bug in the event handler where request structures were freed even if the request reply was marked as a continuation reply. Continuation replies indicate that the controller still owns the request and freeing these replies prematurely corrupted controller state. o Implement firmware upload and download. On controllers that do not have dedicated NVRAM (as in the Sun v20/v40z), the firmware image is downloaded to the controller by the system BIOS. This image occupies precious controller RAM space until the host driver fetches the image, reducing the number of concurrent I/Os the controller can processes. The uploaded image is used to re-program the controller during hard reset events since the controller cannot fetch the firmware on its own. Implementing this feature allows much higher queue depths when RAID volumes are configured. o Changed configuration page accessors to allow threads to sleep rather than busy wait for completion. o Removed hard coded data transfer sizes from configuration page routines so that RAID configuration page processing is possible. mpt_reg.h: o Move controller register definitions into a separate file. mpt.h: o Re-arrange includes to allow inlined functions to be defined in mpt.h. o Add reply, event, and reset handler definitions. o Add softc fields for handling timeout and controller reset recovery. mpt_cam.c: o Move mpt_freebsd.c to mpt_cam.c. Move all core functionality, such as event handling, into mpt.c leaving only CAM SCSI support here. o Revamp completion handler to provide correct CAM status for all currently defined SCSI MPI message result codes. o Register event and reset handlers with the MPT core. Modify the event handler to notify CAM of bus reset events. The controller reset handler will abort any transactions that have timed out. All other pending CAM transactions are correctly aborted by the core driver's reset handler. o Allocate a single request up front to perform task management operations. This guarantees that we can always perform a TMF operation even when the controller is saturated with other operations. The single request also serves as a perfect mechanism of guaranteeing that only a single TMF is in flight at a time - something that is required according to the MPT Fusion documentation. o Add a helper function for issuing task management requests to the controller. This is used to abort individual requests or perform a bus reset. o Modify the CAM XPT_BUS_RESET ccb handler to wait for and properly handle the status of the bus reset task management frame used to reset the bus. The previous code assumed that the reset request would always succeed. o Add timeout recovery support. When a timeout occurs, the timed-out request is added to a queue to be processed by our recovery thread and the thread is woken up. The recovery thread processes timed-out command serially, attempting first to abort them and then falling back to a bus reset if an abort fails. o Add calls to mpt_reset() to reset the controller if any handshake command, bus reset attempt or abort attempt fails due to a timeout. o Export a secondary "bus" to CAM that exposes all volume drive members as pass-thru devices, allowing CAM to perform proper speed negotiation to hidden devices. o Add a CAM async event handler tracking the AC_FOUND_DEVICE event. Use this to trigger calls to set the per-volume queue depth once the volume is fully registered with CAM. This is required to avoid hitting firmware limits on volume queue depth. Exceeding the limit causes the firmware to hang. mpt_cam.h: o Add several helper functions for interfacing to CAM and performing timeout recovery. mpt_pci.c: o Disable interrupts on the controller before registering and enabling interrupt delivery to the OS. Otherwise we risk receiving interrupts before the driver is ready to receive them. o Make use of compatibility macros that allow the driver to be compiled under 4.x and 5.x. mpt_raid.c: o Add a per-controller instance RAID thread to perform settings changes and query status (minimizes CPU busy wait loops). o Use a shutdown handler to disable "Member Write Cache Enable" (MWCE) setting for RAID arrays set to enable MWCE During Rebuild. o Change reply handler function signature to allow handlers to defer the deletion of reply frames. Use this to allow the event reply handler to queue up events that need to be acked if no resources are available to immediately ack an event. Queued events are processed in mpt_free_request() where resources are freed. This avoids a panic on resource shortage. o Parse and print out RAID controller capabilities during driver probe. o Define, allocate, and maintain RAID data structures for volumes, hidden member physical disks and spare disks. o Add dynamic sysctls for per-instance setting of the log level, array resync rate, array member cache enable, and volume queue depth. mpt_debug.c: o Add mpt_lprt and mpt_lprtc for printing diagnostics conditioned on a particular log level to aid in tracking down driver issues. o Add mpt_decode_value() which parses the bits in an integer value based on a parsing table (mask, value, name string, tuples). mpilib/*: o Update mpi library header files to latest distribution from LSI. Submitted by: gibbs Approved by: re Revision Changes Path 1.5 +25 -18 src/sys/dev/mpt/mpilib/fc_log.h 1.6 +36 -27 src/sys/dev/mpt/mpilib/mpi.h 1.6 +82 -32 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.5 +35 -24 src/sys/dev/mpt/mpilib/mpi_fc.h 1.6 +28 -20 src/sys/dev/mpt/mpilib/mpi_init.h 1.6 +29 -20 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.5 +26 -20 src/sys/dev/mpt/mpilib/mpi_lan.h 1.6 +27 -19 src/sys/dev/mpt/mpilib/mpi_raid.h 1.5 +58 -25 src/sys/dev/mpt/mpilib/mpi_targ.h 1.7 +32 -41 src/sys/dev/mpt/mpilib/mpi_type.h 1.12 +1694 -526 src/sys/dev/mpt/mpt.c 1.6 +808 -135 src/sys/dev/mpt/mpt.h 1.1 +1931 -0 src/sys/dev/mpt/mpt_cam.c (new) 1.1 +110 -0 src/sys/dev/mpt/mpt_cam.h (new) 1.8 +143 -23 src/sys/dev/mpt/mpt_debug.c 1.20 +0 -1530 src/sys/dev/mpt/mpt_freebsd.c (dead) 1.12 +0 -357 src/sys/dev/mpt/mpt_freebsd.h (dead) 1.20 +197 -174 src/sys/dev/mpt/mpt_pci.c 1.1 +1674 -0 src/sys/dev/mpt/mpt_raid.c (new) 1.1 +95 -0 src/sys/dev/mpt/mpt_raid.h (new) 1.1 +125 -0 src/sys/dev/mpt/mpt_reg.h (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:07:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFEF16A41C; Sun, 10 Jul 2005 15:07:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980FE43D48; Sun, 10 Jul 2005 15:07:57 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF7vRv086683; Sun, 10 Jul 2005 15:07:57 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF7vJ0086682; Sun, 10 Jul 2005 15:07:57 GMT (envelope-from scottl) Message-Id: <200507101507.j6AF7vJ0086682@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Jul 2005 15: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/modules/mpt Makefile 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: Sun, 10 Jul 2005 15:07:58 -0000 scottl 2005-07-10 15:07:57 UTC FreeBSD src repository Modified files: sys/modules/mpt Makefile sys/conf files Log: Update for the new and removed MPT driver files. Submitted by: gibbs Approved by: re Revision Changes Path 1.1031 +2 -1 src/sys/conf/files 1.2 +1 -1 src/sys/modules/mpt/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:16:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4690516A41C; Sun, 10 Jul 2005 15:16:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F9143D4C; Sun, 10 Jul 2005 15:16:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFGP3r087131; Sun, 10 Jul 2005 15:16:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFGP0D087130; Sun, 10 Jul 2005 15:16:25 GMT (envelope-from delphij) Message-Id: <200507101516.j6AFGP0D087130@repoman.freebsd.org> From: Xin LI Date: Sun, 10 Jul 2005 15:16:25 +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/bin/sh expand.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, 10 Jul 2005 15:16:26 -0000 delphij 2005-07-10 15:16:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh expand.c Log: MFC 1.47: Fix a bug when shell expansion is done against dangling symlinks, by converting the stat() call to a lstat() call, which will cover the situation. One can exercise this bug by referring a dangling link with something like */the-link. Submitted by: Simon 'corecode' Schubert [corecode fs ei tum de] Obtained from: NetBSD via DragonFlyBSD (NetBSD rev. 1.51 and DragonFly rev. 1.6) Revision Changes Path 1.46.2.1 +1 -1 src/bin/sh/expand.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:16:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A643E16A41C; Sun, 10 Jul 2005 15:16:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6705D43D49; Sun, 10 Jul 2005 15:16:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFGnDL087160; Sun, 10 Jul 2005 15:16:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFGnTb087159; Sun, 10 Jul 2005 15:16:49 GMT (envelope-from pjd) Message-Id: <200507101516.j6AFGnTb087159@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 10 Jul 2005 15:16: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/sbin/ggate 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, 10 Jul 2005 15:16:49 -0000 pjd 2005-07-10 15:16:49 UTC FreeBSD src repository Modified files: sbin/ggate Makefile Log: Don't compile ggatec/ggated in NO_LIBPTHREAD case. Reported by: Andrea Campi Approved by: re (scottl) Revision Changes Path 1.2 +8 -1 src/sbin/ggate/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:17:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AB716A41C; Sun, 10 Jul 2005 15:17:11 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1476D43D4C; Sun, 10 Jul 2005 15:17:11 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 05971ACBD2; Sun, 10 Jul 2005 17:17:10 +0200 (CEST) Date: Sun, 10 Jul 2005 17:17:10 +0200 From: Pawel Jakub Dawidek To: Andrea Campi Message-ID: <20050710151709.GE46538@darkness.comp.waw.pl> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> <20050710142626.GA44836@webcom.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+rRWuC8ZLvVekNoN" Content-Disposition: inline In-Reply-To: <20050710142626.GA44836@webcom.it> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 15:17:12 -0000 --+rRWuC8ZLvVekNoN Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 10, 2005 at 04:26:27PM +0200, Andrea Campi wrote: +> On Fri, Jul 08, 2005 at 09:28:26PM +0000, Pawel Jakub Dawidek wrote: +> > pjd 2005-07-08 21:28:26 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > sbin/ggate/ggatec Makefile ggatec.c=20 +> > sbin/ggate/ggated Makefile ggated.c=20 +> > sbin/ggate/shared ggate.c ggate.h=20 +> > Log: +> [...] +> > Use two threads in ggatec(8): +> > - sendtd, which takes I/O requests from the kernel and sends them to= the +> > ggated daemon on the other end; +> > - recvtd, which waits for ggated responses and forwards them to the = kernel. +>=20 +> This breaks NO_LIBPTHREAD, and as a consequence nanobsd which has it by +> default in its make.conf. Fixed, thanks! --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --+rRWuC8ZLvVekNoN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFC0Tv1ForvXbEpPzQRAuhvAKCt6I+JnH+NkKf+EWF6XDIny8CW5gCg0J4N hPsxk2wUzmAQdIUJ3GmyLSI= =2lJR -----END PGP SIGNATURE----- --+rRWuC8ZLvVekNoN-- From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:17:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BFC16A41C; Sun, 10 Jul 2005 15:17:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BFA43D4C; Sun, 10 Jul 2005 15:17:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFHswY087211; Sun, 10 Jul 2005 15:17:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFHsF1087210; Sun, 10 Jul 2005 15:17:54 GMT (envelope-from delphij) Message-Id: <200507101517.j6AFHsF1087210@repoman.freebsd.org> From: Xin LI Date: Sun, 10 Jul 2005 15:17:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/bin/sh expand.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, 10 Jul 2005 15:17:54 -0000 delphij 2005-07-10 15:17:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/sh expand.c Log: MFC 1.47: Fix a bug when shell expansion is done against dangling symlinks, by converting the stat() call to a lstat() call, which will cover the situation. One can exercise this bug by referring a dangling link with something like */the-link. Submitted by: Simon 'corecode' Schubert [corecode fs ei tum de] Obtained from: NetBSD via DragonFlyBSD (NetBSD rev. 1.51 and DragonFly rev. 1.6) Revision Changes Path 1.31.2.7 +1 -1 src/bin/sh/expand.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 15:34:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC49916A41C; Sun, 10 Jul 2005 15:34:03 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED1943D45; Sun, 10 Jul 2005 15:34:03 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFY3rw087920; Sun, 10 Jul 2005 15:34:03 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFY3Aj087919; Sun, 10 Jul 2005 15:34:03 GMT (envelope-from nork) Message-Id: <200507101534.j6AFY3Aj087919@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 10 Jul 2005 15:34: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/net/liveMedia 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, 10 Jul 2005 15:34:04 -0000 nork 2005-07-10 15:34:03 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2005.07.10. Revision Changes Path 1.195 +1 -1 ports/net/liveMedia/Makefile 1.182 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 16:04:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5AA16A41C; Sun, 10 Jul 2005 16:04:33 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0C743D48; Sun, 10 Jul 2005 16:04:33 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AG4XxD099361; Sun, 10 Jul 2005 16:04:33 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AG4Xnk099358; Sun, 10 Jul 2005 16:04:33 GMT (envelope-from jkoshy) Message-Id: <200507101604.j6AG4Xnk099358@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 10 Jul 2005 16:04: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/graphics/xaos pkg-plist ports/graphics/xaos/files patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 16:04:33 -0000 jkoshy 2005-07-10 16:04:32 UTC FreeBSD ports repository Modified files: graphics/xaos pkg-plist graphics/xaos/files patch-ai Log: Fix base filesystem pollution. Detected by: kris/pointyhat Revision Changes Path 1.3 +11 -2 ports/graphics/xaos/files/patch-ai 1.7 +122 -117 ports/graphics/xaos/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 16:54:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E100816A41C; Sun, 10 Jul 2005 16:54:07 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F83A43D45; Sun, 10 Jul 2005 16:54:07 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AGs7eH016322; Sun, 10 Jul 2005 16:54:07 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AGs7rn016321; Sun, 10 Jul 2005 16:54:07 GMT (envelope-from lofi) Message-Id: <200507101654.j6AGs7rn016321@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 16:54: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/x11-themes/gtk-qt-engine 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, 10 Jul 2005 16:54:08 -0000 lofi 2005-07-10 16:54:06 UTC FreeBSD ports repository Modified files: x11-themes/gtk-qt-engine Makefile Log: Add secondary mastersite. PR: ports/83201 Submitted by: maintainer Revision Changes Path 1.12 +2 -1 ports/x11-themes/gtk-qt-engine/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:01:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11EB116A41C; Sun, 10 Jul 2005 17:01:45 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FFC43D45; Sun, 10 Jul 2005 17:01:44 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AH1ikE016671; Sun, 10 Jul 2005 17:01:44 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AH1i5R016670; Sun, 10 Jul 2005 17:01:44 GMT (envelope-from lofi) Message-Id: <200507101701.j6AH1i5R016670@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 17:01:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-sip 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, 10 Jul 2005 17:01:45 -0000 lofi 2005-07-10 17:01:44 UTC FreeBSD ports repository Modified files: devel/py-sip Makefile distinfo pkg-plist Log: Update to new version (snapshot) PR: ports/83203 Submitted by: maintainer Revision Changes Path 1.20 +6 -5 ports/devel/py-sip/Makefile 1.12 +2 -2 ports/devel/py-sip/distinfo 1.7 +2 -1 ports/devel/py-sip/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:07:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D0316A41C; Sun, 10 Jul 2005 17:07:17 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A47943D46; Sun, 10 Jul 2005 17:07:17 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AH7H21016897; Sun, 10 Jul 2005 17:07:17 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AH7HKS016896; Sun, 10 Jul 2005 17:07:17 GMT (envelope-from lofi) Message-Id: <200507101707.j6AH7HKS016896@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 17: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/x11-toolkits/py-qt 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, 10 Jul 2005 17:07:17 -0000 lofi 2005-07-10 17:07:17 UTC FreeBSD ports repository Modified files: x11-toolkits/py-qt Makefile distinfo pkg-plist Log: Update to new version (snapshot) PR: ports/83204 Submitted by: maintainer Revision Changes Path 1.35 +13 -3 ports/x11-toolkits/py-qt/Makefile 1.19 +2 -2 ports/x11-toolkits/py-qt/distinfo 1.19 +180 -0 ports/x11-toolkits/py-qt/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:13:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4848316A42C; Sun, 10 Jul 2005 17:13:20 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06EB143D46; Sun, 10 Jul 2005 17:13:20 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHDJQN017136; Sun, 10 Jul 2005 17:13:19 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHDJZl017135; Sun, 10 Jul 2005 17:13:19 GMT (envelope-from gerald) Message-Id: <200507101713.j6AHDJZl017135@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 10 Jul 2005 17:13: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/lang/gcc33 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, 10 Jul 2005 17:13:20 -0000 gerald 2005-07-10 17:13:19 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile distinfo Log: Now that the GCC 3.3 branch has been closed, switch from tracking snapshots to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH. Tweak a comment and remove a debug output on the way. Revision Changes Path 1.199 +5 -6 ports/lang/gcc33/Makefile 1.104 +10 -10 ports/lang/gcc33/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:15:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFF116A41C; Sun, 10 Jul 2005 17:15:32 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AAB43D48; Sun, 10 Jul 2005 17:15:32 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHFVe2017309; Sun, 10 Jul 2005 17:15:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHFVUX017308; Sun, 10 Jul 2005 17:15:31 GMT (envelope-from kris) Message-Id: <200507101715.j6AHFVUX017308@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:15: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/editors/hexcurse 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, 10 Jul 2005 17:15:32 -0000 kris 2005-07-10 17:15:31 UTC FreeBSD ports repository Modified files: editors/hexcurse Makefile Log: Chase master site Revision Changes Path 1.15 +1 -1 ports/editors/hexcurse/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:17:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B6CA16A41C; Sun, 10 Jul 2005 17:17:49 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24B543D48; Sun, 10 Jul 2005 17:17:48 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHHmpB017379; Sun, 10 Jul 2005 17:17:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHHm3T017378; Sun, 10 Jul 2005 17:17:48 GMT (envelope-from kris) Message-Id: <200507101717.j6AHHm3T017378@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:17: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/smtpclient 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, 10 Jul 2005 17:17:49 -0000 kris 2005-07-10 17:17:48 UTC FreeBSD ports repository Modified files: mail/smtpclient Makefile Log: Chase master site Revision Changes Path 1.7 +1 -1 ports/mail/smtpclient/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:18:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF9CA16A41C; Sun, 10 Jul 2005 17:18:09 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7107A43D4C; Sun, 10 Jul 2005 17:18:09 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHI9lV017414; Sun, 10 Jul 2005 17:18:09 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHI9sF017413; Sun, 10 Jul 2005 17:18:09 GMT (envelope-from barner) Message-Id: <200507101718.j6AHI9sF017413@repoman.freebsd.org> From: Simon Barner Date: Sun, 10 Jul 2005 17:18: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/stlfilt 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, 10 Jul 2005 17:18:09 -0000 barner 2005-07-10 17:18:09 UTC FreeBSD ports repository Modified files: devel/stlfilt Makefile distinfo Log: - Update to 2.47a / 2005-06-29 Reported by: krismail (checksum mismatch for gstlfilt.tar) Revision Changes Path 1.5 +1 -1 ports/devel/stlfilt/Makefile 1.4 +1 -1 ports/devel/stlfilt/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:20:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933E116A41C; Sun, 10 Jul 2005 17:20:33 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C2F43D49; Sun, 10 Jul 2005 17:20:33 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHKXD0017563; Sun, 10 Jul 2005 17:20:33 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHKXP5017562; Sun, 10 Jul 2005 17:20:33 GMT (envelope-from lofi) Message-Id: <200507101720.j6AHKXP5017562@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 17: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/x11-toolkits/py-kde 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, 10 Jul 2005 17:20:33 -0000 lofi 2005-07-10 17:20:33 UTC FreeBSD ports repository Modified files: x11-toolkits/py-kde Makefile distinfo Log: Update to new version (snapshot) PR: ports/83205 Submitted by: maintainer Revision Changes Path 1.32 +2 -2 ports/x11-toolkits/py-kde/Makefile 1.9 +2 -2 ports/x11-toolkits/py-kde/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:36:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 603D516A420; Sun, 10 Jul 2005 17:36:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0057443D46; Sun, 10 Jul 2005 17:36:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHaY3n018132; Sun, 10 Jul 2005 17:36:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHaYvC018131; Sun, 10 Jul 2005 17:36:34 GMT (envelope-from sem) Message-Id: <200507101736.j6AHaYvC018131@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 10 Jul 2005 17:36: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/razor-agents 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, 10 Jul 2005 17:36:35 -0000 sem 2005-07-10 17:36:33 UTC FreeBSD ports repository Modified files: mail/razor-agents Makefile Log: - Comment MAN5 macro as the man pages do not install Reported by: kris via pointyhat Revision Changes Path 1.36 +2 -2 ports/mail/razor-agents/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:39:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2339F16A41C; Sun, 10 Jul 2005 17:39:11 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98ED43D45; Sun, 10 Jul 2005 17:39:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHdA2r018229; Sun, 10 Jul 2005 17:39:10 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHdAM9018228; Sun, 10 Jul 2005 17:39:10 GMT (envelope-from kris) Message-Id: <200507101739.j6AHdAM9018228@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:39: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/games/tads 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, 10 Jul 2005 17:39:11 -0000 kris 2005-07-10 17:39:10 UTC FreeBSD ports repository Modified files: games/tads Makefile distinfo pkg-plist Log: Update to tads-2.5.9 Revision Changes Path 1.5 +2 -2 ports/games/tads/Makefile 1.4 +2 -2 ports/games/tads/distinfo 1.2 +4 -0 ports/games/tads/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:43:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9716A41C; Sun, 10 Jul 2005 17:43:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9143D45; Sun, 10 Jul 2005 17:43:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHh9kS018417; Sun, 10 Jul 2005 17:43:09 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHh9o8018416; Sun, 10 Jul 2005 17:43:09 GMT (envelope-from kris) Message-Id: <200507101743.j6AHh9o8018416@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:43: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/games/digger-vgl 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, 10 Jul 2005 17:43:10 -0000 kris 2005-07-10 17:43:09 UTC FreeBSD ports repository Modified files: games/digger-vgl distinfo Log: Chase checksum: a CR was removed from a copyright notice. Revision Changes Path 1.4 +2 -2 ports/games/digger-vgl/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:45:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE8016A41C; Sun, 10 Jul 2005 17:45:56 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD5C43D46; Sun, 10 Jul 2005 17:45:56 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHjuVk018601; Sun, 10 Jul 2005 17:45:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHjurH018600; Sun, 10 Jul 2005 17:45:56 GMT (envelope-from lofi) Message-Id: <200507101745.j6AHjurH018600@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 17:45: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/editors/koffice-kde3 Makefile ports/editors/koffice-kde3/files patch-1.4.0_patchset_1.diff patch-filters-kspread-excel-sidewinder-excel.cpp patch-krita-plugins-cimg-CImg.h patch-kspread-dialogs-kspread_dlg_database.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: Sun, 10 Jul 2005 17:45:57 -0000 lofi 2005-07-10 17:45:56 UTC FreeBSD ports repository Modified files: editors/koffice-kde3 Makefile Added files: editors/koffice-kde3/files patch-1.4.0_patchset_1.diff Removed files: editors/koffice-kde3/files patch-filters-kspread-excel-sidewinder-excel.cpp patch-krita-plugins-cimg-CImg.h patch-kspread-dialogs-kspread_dlg_database.cc Log: Various bugfixes from the KOffice-1.4.x branch. Submitted by: Raphael Langerhorst Revision Changes Path 1.77 +1 -0 ports/editors/koffice-kde3/Makefile 1.1 +5060 -0 ports/editors/koffice-kde3/files/patch-1.4.0_patchset_1.diff (new) 1.2 +0 -11 ports/editors/koffice-kde3/files/patch-filters-kspread-excel-sidewinder-excel.cpp (dead) 1.2 +0 -11 ports/editors/koffice-kde3/files/patch-krita-plugins-cimg-CImg.h (dead) 1.2 +0 -13 ports/editors/koffice-kde3/files/patch-kspread-dialogs-kspread_dlg_database.cc (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:47:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7564A16A41C; Sun, 10 Jul 2005 17:47:42 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AD943D45; Sun, 10 Jul 2005 17:47:42 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHlflO018677; Sun, 10 Jul 2005 17:47:41 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHlfjn018676; Sun, 10 Jul 2005 17:47:41 GMT (envelope-from lofi) Message-Id: <200507101747.j6AHlfjn018676@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 17:47: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/kdevelop Makefile ports/devel/kdevelop/files kdevelop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 17:47:42 -0000 lofi 2005-07-10 17:47:41 UTC FreeBSD ports repository Modified files: devel/kdevelop Makefile devel/kdevelop/files kdevelop Log: Add some more bandaids to allow at least the primitive KDE application templates to actually build. Submitted by: Andy Fawcett Revision Changes Path 1.75 +4 -2 ports/devel/kdevelop/Makefile 1.2 +1 -0 ports/devel/kdevelop/files/kdevelop From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:48:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14C916A41C; Sun, 10 Jul 2005 17:48:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E7A43D46; Sun, 10 Jul 2005 17:48:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHmQaD018727; Sun, 10 Jul 2005 17:48:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHmQH7018726; Sun, 10 Jul 2005 17:48:26 GMT (envelope-from kris) Message-Id: <200507101748.j6AHmQH7018726@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17: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/japanese/linux-JM 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, 10 Jul 2005 17:48:26 -0000 kris 2005-07-10 17:48:26 UTC FreeBSD ports repository Modified files: japanese/linux-JM Makefile distinfo Log: Update to ja-linux-JM-20050615 to fix fetching Revision Changes Path 1.11 +1 -1 ports/japanese/linux-JM/Makefile 1.4 +36 -38 ports/japanese/linux-JM/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:50:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A65F16A41C; Sun, 10 Jul 2005 17:50:59 +0000 (GMT) (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 DB4AB43D48; Sun, 10 Jul 2005 17:50:58 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j6AHovXA044208; Sun, 10 Jul 2005 21:50:57 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id j6AHovUW044207; Sun, 10 Jul 2005 21:50:57 +0400 (MSD) (envelope-from ache) Date: Sun, 10 Jul 2005 21:50:56 +0400 From: Andrey Chernov To: Marius Strobl Message-ID: <20050710175056.GA44180@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Marius Strobl , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200507101504.j6AF40uj086321@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507101504.j6AF40uj086321@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/antivir-milter/files avq.sh patch-doc::MANUAL patch-etc::antivir.conf patch-init::rc.avmilter patch-script::avupdater X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 17:50:59 -0000 On Sun, Jul 10, 2005 at 03:04:00PM +0000, Marius Strobl wrote: > marius 2005-07-10 15:04:00 UTC > > FreeBSD ports repository (src committer) Please remove this check ${OSVERSION} <= 600004 It causes older 4.4 binary installed on -current. -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:54:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10A016A41C; Sun, 10 Jul 2005 17:54:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B49B343D46; Sun, 10 Jul 2005 17:54:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHsfjw018953; Sun, 10 Jul 2005 17:54:41 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHsfP5018952; Sun, 10 Jul 2005 17:54:41 GMT (envelope-from kris) Message-Id: <200507101754.j6AHsfP5018952@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:54: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/shells/osh 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, 10 Jul 2005 17:54:42 -0000 kris 2005-07-10 17:54:41 UTC FreeBSD ports repository Modified files: shells/osh Makefile distinfo Log: Update to osh-050219 to fix fetching Revision Changes Path 1.14 +1 -4 ports/shells/osh/Makefile 1.10 +2 -4 ports/shells/osh/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:54:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D5E16A41C; Sun, 10 Jul 2005 17:54:53 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4994343D4C; Sun, 10 Jul 2005 17:54:53 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHsre0018989; Sun, 10 Jul 2005 17:54:53 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHsrnk018988; Sun, 10 Jul 2005 17:54:53 GMT (envelope-from kris) Message-Id: <200507101754.j6AHsrnk018988@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:54: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/security/nikto 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, 10 Jul 2005 17:54:53 -0000 kris 2005-07-10 17:54:53 UTC FreeBSD ports repository Modified files: security/nikto Makefile distinfo Log: Update to nikto-1.35 to fix fetching Revision Changes Path 1.12 +1 -1 ports/security/nikto/Makefile 1.7 +2 -2 ports/security/nikto/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 17:57:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE1416A41C; Sun, 10 Jul 2005 17:57:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9A643D45; Sun, 10 Jul 2005 17:57:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AHvK7E019137; Sun, 10 Jul 2005 17:57:20 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AHvKg0019136; Sun, 10 Jul 2005 17:57:20 GMT (envelope-from kris) Message-Id: <200507101757.j6AHvKg0019136@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 17:57: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/py-rt 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, 10 Jul 2005 17:57:20 -0000 kris 2005-07-10 17:57:20 UTC FreeBSD ports repository Modified files: net/py-rt Makefile Log: Chase master site Revision Changes Path 1.6 +1 -1 ports/net/py-rt/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:00:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A585316A41C; Sun, 10 Jul 2005 18:00:37 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017EC43D60; Sun, 10 Jul 2005 18:00:30 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j6AI0Sd5067828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2005 20:00:28 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42D16238.7010206@portaone.com> Date: Sun, 10 Jul 2005 21:00:24 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200507082128.j68LSQlp096358@repoman.freebsd.org> In-Reply-To: <200507082128.j68LSQlp096358@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/974/Fri Jul 8 23:09:18 2005 on www.portaone.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 18:00:37 -0000 Great work, Pawel! Unrelated question, but I wonder if it would be a good idea to base ggate on some industry-standart remote-storage protocol instead (iSCSI being an obvious choice) or at least add a support for it. -Maxim Pawel Jakub Dawidek wrote: > pjd 2005-07-08 21:28:26 UTC > > FreeBSD src repository > > Modified files: > sbin/ggate/ggatec Makefile ggatec.c > sbin/ggate/ggated Makefile ggated.c > sbin/ggate/shared ggate.c ggate.h > Log: > Reimplement ggatec/ggated applications. > > Change communication protocol to be much more resistant on network > problems and to allow for much better performance. > > Better performance is achieved by creating two connections between > ggatec and ggated one for sending the data and one for receiving it. > Every connection is handled by separeted thread, so there is no more > synchronous data flow (send and wait for response), now one threads > sends all requests and another receives the data. > > Use two threads in ggatec(8): > - sendtd, which takes I/O requests from the kernel and sends them to the > ggated daemon on the other end; > - recvtd, which waits for ggated responses and forwards them to the kernel. > > Use three threads in ggated(8): > - recvtd, which waits for I/O requests and puts them onto incoming queue; > - disktd, which takes requests from the incoming queue, does disk operations > and puts finished requests onto outgoing queue; > - sendtd, which takes finished requests from the outgoing queue and sends > responses back to ggatec. > > Because there were major changes in communication protocol, there is no > backward compatibility, from now on, both client and server has to run > on 5.x or 6.x (or at least ggated should be from the same FreeBSD version > on which ggatec is running). > > For Gbit networks some buffers need to be increased. I use those settings: > kern.ipc.maxsockbuf=16777216 > net.inet.tcp.sendspace=8388608 > net.inet.tcp.recvspace=8388608 > and I use '-S 4194304 -R 4194304' options for both, ggatec and ggated. > > Approved by: re (scottl) > > Revision Changes Path > 1.5 +2 -2 src/sbin/ggate/ggatec/Makefile > 1.5 +322 -192 src/sbin/ggate/ggatec/ggatec.c > 1.4 +3 -0 src/sbin/ggate/ggated/Makefile > 1.6 +631 -237 src/sbin/ggate/ggated/ggated.c > 1.5 +71 -11 src/sbin/ggate/shared/ggate.c > 1.3 +65 -13 src/sbin/ggate/shared/ggate.h > > > From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:05:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 767F816A41C; Sun, 10 Jul 2005 18:05:51 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352D743D48; Sun, 10 Jul 2005 18:05:51 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AI5pdu019538; Sun, 10 Jul 2005 18:05:51 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AI5pFm019537; Sun, 10 Jul 2005 18:05:51 GMT (envelope-from lofi) Message-Id: <200507101805.j6AI5pFm019537@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 18:05: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/x11-toolkits/qt33 Makefile ports/x11-toolkits/qt33/files 0036-qprogressbar-optimization.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 18:05:51 -0000 lofi 2005-07-10 18:05:51 UTC FreeBSD ports repository Modified files: x11-toolkits/qt33 Makefile Removed files: x11-toolkits/qt33/files 0036-qprogressbar-optimization.patch Log: Remove a patch that introduces a binary incompatibility between kdelibs and qt33 if kdelibs has been built against a patched qt. Revision Changes Path 1.184 +0 -1 ports/x11-toolkits/qt33/Makefile 1.2 +0 -126 ports/x11-toolkits/qt33/files/0036-qprogressbar-optimization.patch (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:15:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B43516A41C; Sun, 10 Jul 2005 18:15:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCC343D49; Sun, 10 Jul 2005 18:15:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIFBEd019936; Sun, 10 Jul 2005 18:15:11 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIFBp4019935; Sun, 10 Jul 2005 18:15:11 GMT (envelope-from kris) Message-Id: <200507101815.j6AIFBp4019935@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:15: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/py-xmlrpclib 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, 10 Jul 2005 18:15:12 -0000 kris 2005-07-10 18:15:11 UTC FreeBSD ports repository Modified files: net/py-xmlrpclib Makefile distinfo Log: Update to xmlrpclib-1.0.1 to fix fetching Revision Changes Path 1.5 +2 -4 ports/net/py-xmlrpclib/Makefile 1.3 +2 -2 ports/net/py-xmlrpclib/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:15:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D7316A41C; Sun, 10 Jul 2005 18:15:30 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90E143D49; Sun, 10 Jul 2005 18:15:29 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIFTH4019981; Sun, 10 Jul 2005 18:15:29 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIFTJ3019980; Sun, 10 Jul 2005 18:15:29 GMT (envelope-from kris) Message-Id: <200507101815.j6AIFTJ3019980@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:15: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/tcpslice 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, 10 Jul 2005 18:15:30 -0000 kris 2005-07-10 18:15:29 UTC FreeBSD ports repository Modified files: net/tcpslice Makefile distinfo Log: Update to tcpslice-2005.07.04 to fix fetching Revision Changes Path 1.7 +1 -1 ports/net/tcpslice/Makefile 1.4 +2 -2 ports/net/tcpslice/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:26:14 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B2E016A41C; Sun, 10 Jul 2005 18:26:14 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9035243D64; Sun, 10 Jul 2005 18:26:10 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j6AIQ8Ms069605; Sun, 10 Jul 2005 20:26:08 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j6AIQ3ie069604; Sun, 10 Jul 2005 20:26:03 +0200 (CEST) (envelope-from marius) Date: Sun, 10 Jul 2005 20:26:03 +0200 From: Marius Strobl To: Andrey Chernov , ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org Message-ID: <20050710202603.N26692@newtrinity.zeist.de> References: <200507101504.j6AF40uj086321@repoman.freebsd.org> <20050710175056.GA44180@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050710175056.GA44180@nagual.pp.ru>; from ache@FreeBSD.ORG on Sun, Jul 10, 2005 at 09:50:56PM +0400 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.0.9; VDF: 6.31.0.178; host: newtrinity.zeist.de) Cc: Subject: Re: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/antivir-milter/files avq.sh patch-doc::MANUAL patch-etc::antivir.conf patch-init::rc.avmilter patch-script::avupdater X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 18:26:14 -0000 On Sun, Jul 10, 2005 at 09:50:56PM +0400, Andrey Chernov wrote: > On Sun, Jul 10, 2005 at 03:04:00PM +0000, Marius Strobl wrote: > > marius 2005-07-10 15:04:00 UTC > > > > FreeBSD ports repository (src committer) > > Please remove this check > ${OSVERSION} <= 600004 > It causes older 4.4 binary installed on -current. > That's on purpose as there are no FreeBSD 6 binaries, yet, i.e. binaries that are linked against libc.so.6. It's also not possible (ports-wise) to use the FreeBSD 5 binaries on -current as those are linked against libc.so.5 and there's no compat5x port, yet. So unless one wants to make the users take care of manually installing a libc.so.5 there's no other choice as to use the FreeBSD 4 binaries on -current. AFAIKT the FreeBSD 4 binaries are also not older but built from the same sources as the FreeBSD 5 ones, at least the version strings are identical. Marius From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:29:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221A516A41C; Sun, 10 Jul 2005 18:29:21 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB86843D48; Sun, 10 Jul 2005 18:29:20 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AITKhw020509; Sun, 10 Jul 2005 18:29:20 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AITKJf020508; Sun, 10 Jul 2005 18:29:20 GMT (envelope-from wes) Message-Id: <200507101829.j6AITKJf020508@repoman.freebsd.org> From: Wes Peters Date: Sun, 10 Jul 2005 18:29: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: 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: Sun, 10 Jul 2005 18:29:21 -0000 wes 2005-07-10 18:29:20 UTC FreeBSD ports repository Modified files: . access Log: Back from holiday Revision Changes Path 1.654 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:36:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9803916A41C; Sun, 10 Jul 2005 18:36:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A43B43D45; Sun, 10 Jul 2005 18:36:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIaQsf020817; Sun, 10 Jul 2005 18:36:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIaQtH020816; Sun, 10 Jul 2005 18:36:26 GMT (envelope-from kris) Message-Id: <200507101836.j6AIaQtH020816@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18: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/x11/ruby-gnome2-all 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, 10 Jul 2005 18:36:26 -0000 kris 2005-07-10 18:36:26 UTC FreeBSD ports repository Modified files: x11/ruby-gnome2-all Makefile Log: Portlint. Revision Changes Path 1.18 +1 -1 ports/x11/ruby-gnome2-all/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:36:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 761E516A41C; Sun, 10 Jul 2005 18:36:40 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D6743D46; Sun, 10 Jul 2005 18:36:40 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIae29020858; Sun, 10 Jul 2005 18:36:40 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIaeGi020857; Sun, 10 Jul 2005 18:36:40 GMT (envelope-from lofi) Message-Id: <200507101836.j6AIaeGi020857@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 10 Jul 2005 18: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 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: Sun, 10 Jul 2005 18:36:40 -0000 lofi 2005-07-10 18:36:40 UTC FreeBSD ports repository Modified files: . UPDATING Log: Advise about the possible fallout of and suggest a fix for the binary incompatibility to qt that occurs if kdelibs has been compiled against old versions of qt-copy. Revision Changes Path 1.207 +21 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:37:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D1416A41C; Sun, 10 Jul 2005 18:37:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72FC43D49; Sun, 10 Jul 2005 18:37:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIbJ37020910; Sun, 10 Jul 2005 18:37:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIbJ6n020909; Sun, 10 Jul 2005 18:37:19 GMT (envelope-from kris) Message-Id: <200507101837.j6AIbJ6n020909@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:37: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/x11/rxvt-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: Sun, 10 Jul 2005 18:37:20 -0000 kris 2005-07-10 18:37:19 UTC FreeBSD ports repository Modified files: x11/rxvt-devel Makefile Log: Portlint Revision Changes Path 1.73 +1 -1 ports/x11/rxvt-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:38:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EBA16A41C; Sun, 10 Jul 2005 18:38:01 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6555743D45; Sun, 10 Jul 2005 18:38:01 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIc1Sc020970; Sun, 10 Jul 2005 18:38:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIc1n2020969; Sun, 10 Jul 2005 18:38:01 GMT (envelope-from kris) Message-Id: <200507101838.j6AIc1n2020969@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:38: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/x11/wterm 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, 10 Jul 2005 18:38:01 -0000 kris 2005-07-10 18:38:01 UTC FreeBSD ports repository Modified files: x11/wterm Makefile Log: Portlint Revision Changes Path 1.24 +2 -2 ports/x11/wterm/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:38:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C58716A41C; Sun, 10 Jul 2005 18:38:24 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F92F43D45; Sun, 10 Jul 2005 18:38:24 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIcOQn021029; Sun, 10 Jul 2005 18:38:24 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIcOQ2021028; Sun, 10 Jul 2005 18:38:24 GMT (envelope-from markus) Message-Id: <200507101838.j6AIcOQ2021028@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 10 Jul 2005 18:38: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/deskutils/ktagebuch Makefile distinfo ports/deskutils/ktagebuch/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, 10 Jul 2005 18:38:24 -0000 markus 2005-07-10 18:38:24 UTC FreeBSD ports repository Modified files: deskutils/ktagebuch Makefile distinfo Added files: deskutils/ktagebuch/files patch-src-Makefile.in Log: - Distfile was rerolled - Bump PORTREVISION Changes: - Updated buildsystem (where a new bug slipped in, therefore the new patch) - bugfix in src/fs/filesystem.cpp - two new sanity checks in src/library/ktagebuch.cpp Submitted by: pointyhat via kris Revision Changes Path 1.11 +1 -0 ports/deskutils/ktagebuch/Makefile 1.6 +2 -2 ports/deskutils/ktagebuch/distinfo 1.1 +11 -0 ports/deskutils/ktagebuch/files/patch-src-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:42:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8E616A41C; Sun, 10 Jul 2005 18:42:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7843D46; Sun, 10 Jul 2005 18:42:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIg2DF021182; Sun, 10 Jul 2005 18:42:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIg2qh021181; Sun, 10 Jul 2005 18:42:02 GMT (envelope-from kris) Message-Id: <200507101842.j6AIg2qh021181@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:42: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/security/libident 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, 10 Jul 2005 18:42:03 -0000 kris 2005-07-10 18:42:02 UTC FreeBSD ports repository Modified files: security/libident Makefile Log: Chase master site Revision Changes Path 1.23 +1 -1 ports/security/libident/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:46:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4595B16A41C; Sun, 10 Jul 2005 18:46:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA8A43D46; Sun, 10 Jul 2005 18:46:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIknZe021422; Sun, 10 Jul 2005 18:46:49 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIknvq021421; Sun, 10 Jul 2005 18:46:49 GMT (envelope-from kris) Message-Id: <200507101846.j6AIknvq021421@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:46: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/bk_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: Sun, 10 Jul 2005 18:46:50 -0000 kris 2005-07-10 18:46:49 UTC FreeBSD ports repository Modified files: www/bk_edit Makefile Log: Chase master site Revision Changes Path 1.4 +1 -1 ports/www/bk_edit/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:48:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9150516A41C; Sun, 10 Jul 2005 18:48:28 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5399943D48; Sun, 10 Jul 2005 18:48:28 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AImSqx021475; Sun, 10 Jul 2005 18:48:28 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AImSZ3021474; Sun, 10 Jul 2005 18:48:28 GMT (envelope-from kris) Message-Id: <200507101848.j6AImSZ3021474@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:48: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/sysutils/bkpupsd 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, 10 Jul 2005 18:48:28 -0000 kris 2005-07-10 18:48:28 UTC FreeBSD ports repository Modified files: sysutils/bkpupsd Makefile Log: Chase master site Revision Changes Path 1.9 +1 -1 ports/sysutils/bkpupsd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:57:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA7116A41C; Sun, 10 Jul 2005 18:57:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59F343D46; Sun, 10 Jul 2005 18:57:37 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIvbjL021811; Sun, 10 Jul 2005 18:57:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIvbw5021810; Sun, 10 Jul 2005 18:57:37 GMT (envelope-from kris) Message-Id: <200507101857.j6AIvbw5021810@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:57: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/multimedia/mpeg_encode 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, 10 Jul 2005 18:57:38 -0000 kris 2005-07-10 18:57:37 UTC FreeBSD ports repository Modified files: multimedia/mpeg_encode Makefile Log: Add a hopefully more reliable master site Revision Changes Path 1.20 +2 -1 ports/multimedia/mpeg_encode/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 18:59:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B713F16A41C; Sun, 10 Jul 2005 18:59:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B19D43D46; Sun, 10 Jul 2005 18:59:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AIxkNX021933; Sun, 10 Jul 2005 18:59:46 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AIxkMm021932; Sun, 10 Jul 2005 18:59:46 GMT (envelope-from kris) Message-Id: <200507101859.j6AIxkMm021932@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 18:59: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/multimedia/mpeg_stat 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, 10 Jul 2005 18:59:46 -0000 kris 2005-07-10 18:59:46 UTC FreeBSD ports repository Modified files: multimedia/mpeg_stat Makefile Log: Add a hopefully more reliable master site Revision Changes Path 1.13 +2 -1 ports/multimedia/mpeg_stat/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:01:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CCF16A41F; Sun, 10 Jul 2005 19:01:00 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1521A43D49; Sun, 10 Jul 2005 19:01:00 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJ0xJM022060; Sun, 10 Jul 2005 19:00:59 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJ0xnZ022059; Sun, 10 Jul 2005 19:00:59 GMT (envelope-from kris) Message-Id: <200507101900.j6AJ0xnZ022059@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:00: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/multimedia/mplex 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, 10 Jul 2005 19:01:00 -0000 kris 2005-07-10 19:00:59 UTC FreeBSD ports repository Modified files: multimedia/mplex Makefile Log: Replace master site with working ones Revision Changes Path 1.15 +2 -1 ports/multimedia/mplex/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:04:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A86E816A41C; Sun, 10 Jul 2005 19:04:29 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694FE43D53; Sun, 10 Jul 2005 19:04:29 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJ4TBF022150; Sun, 10 Jul 2005 19:04:29 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJ4T7i022149; Sun, 10 Jul 2005 19:04:29 GMT (envelope-from oliver) Message-Id: <200507101904.j6AJ4T7i022149@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 10 Jul 2005 19:04: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/graphics/aqsis 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, 10 Jul 2005 19:04:29 -0000 oliver 2005-07-10 19:04:29 UTC FreeBSD ports repository Modified files: graphics/aqsis Makefile Log: mark BROKEN on ia64 Noted by: pointyhat via kris Revision Changes Path 1.20 +2 -2 ports/graphics/aqsis/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:12:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F5F16A41C; Sun, 10 Jul 2005 19:12:06 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7EF43D46; Sun, 10 Jul 2005 19:12:05 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJC50a022503; Sun, 10 Jul 2005 19:12:05 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJC5Z5022502; Sun, 10 Jul 2005 19:12:05 GMT (envelope-from kris) Message-Id: <200507101912.j6AJC5Z5022502@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:12: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/games/oonsoo 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, 10 Jul 2005 19:12:06 -0000 kris 2005-07-10 19:12:05 UTC FreeBSD ports repository Modified files: games/oonsoo Makefile Log: Replace master site with working ones Revision Changes Path 1.20 +3 -1 ports/games/oonsoo/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:15:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6667716A443; Sun, 10 Jul 2005 19:15:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22EA543D49; Sun, 10 Jul 2005 19:15:13 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJFDqj022742; Sun, 10 Jul 2005 19:15:13 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJFDiG022741; Sun, 10 Jul 2005 19:15:13 GMT (envelope-from dinoex) Message-Id: <200507101915.j6AJFDiG022741@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Jul 2005 19:15: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/openssl Makefile distinfo pkg-plist ports/security/openssl/files-beta hw_cryptodev.c.patch-aes_256 hw_cryptodev.c.patch-cloning patch-Configure patch-ad patch-ak patch-config patch-crypto-dso-Makefile patch-doc-crypto-des_modes.pod X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 19:15:13 -0000 dinoex 2005-07-10 19:15:12 UTC FreeBSD ports repository Modified files: security/openssl Makefile distinfo pkg-plist Added files: security/openssl/files-beta hw_cryptodev.c.patch-aes_256 hw_cryptodev.c.patch-cloning patch-Configure patch-ad patch-ak patch-config patch-crypto-dso-Makefile patch-doc-crypto-des_modes.pod Log: - update to 0.9.8 for WITH_OPENSSL_BETA=yes Revision Changes Path 1.99 +47 -3 ports/security/openssl/Makefile 1.35 +2 -0 ports/security/openssl/distinfo 1.1 +210 -0 ports/security/openssl/files-beta/hw_cryptodev.c.patch-aes_256 (new) 1.1 +37 -0 ports/security/openssl/files-beta/hw_cryptodev.c.patch-cloning (new) 1.1 +41 -0 ports/security/openssl/files-beta/patch-Configure (new) 1.1 +11 -0 ports/security/openssl/files-beta/patch-ad (new) 1.1 +11 -0 ports/security/openssl/files-beta/patch-ak (new) 1.1 +13 -0 ports/security/openssl/files-beta/patch-config (new) 1.1 +14 -0 ports/security/openssl/files-beta/patch-crypto-dso-Makefile (new) 1.1 +11 -0 ports/security/openssl/files-beta/patch-doc-crypto-des_modes.pod (new) 1.34 +20 -2 ports/security/openssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:15:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD75516A41C; Sun, 10 Jul 2005 19:15:48 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DD543D45; Sun, 10 Jul 2005 19:15:48 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJFmOF022793; Sun, 10 Jul 2005 19:15:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJFm2i022792; Sun, 10 Jul 2005 19:15:48 GMT (envelope-from kris) Message-Id: <200507101915.j6AJFm2i022792@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19: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: ports/net/pcnfsd 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, 10 Jul 2005 19:15:48 -0000 kris 2005-07-10 19:15:48 UTC FreeBSD ports repository Modified files: net/pcnfsd Makefile Log: Replace master site with working ones Revision Changes Path 1.18 +3 -1 ports/net/pcnfsd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:17:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2481216A41C; Sun, 10 Jul 2005 19:17:16 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDDA43D46; Sun, 10 Jul 2005 19:17:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJHFJA022851; Sun, 10 Jul 2005 19:17:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJHFYV022850; Sun, 10 Jul 2005 19:17:15 GMT (envelope-from kris) Message-Id: <200507101917.j6AJHFYV022850@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:17: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/strobe 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, 10 Jul 2005 19:17:16 -0000 kris 2005-07-10 19:17:15 UTC FreeBSD ports repository Modified files: security/strobe Makefile Log: Replace master site with working ones Revision Changes Path 1.17 +3 -1 ports/security/strobe/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:26:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD24B16A41C; Sun, 10 Jul 2005 19:26:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B6B43D49; Sun, 10 Jul 2005 19:26:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJQIuY023206; Sun, 10 Jul 2005 19:26:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJQIXZ023205; Sun, 10 Jul 2005 19:26:18 GMT (envelope-from kris) Message-Id: <200507101926.j6AJQIXZ023205@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:26: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/devel/py-yaml 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, 10 Jul 2005 19:26:18 -0000 kris 2005-07-10 19:26:18 UTC FreeBSD ports repository Modified files: devel/py-yaml Makefile Log: Chase master site Revision Changes Path 1.5 +1 -1 ports/devel/py-yaml/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:26:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E13D16A471; Sun, 10 Jul 2005 19:26:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084BD43D4C; Sun, 10 Jul 2005 19:26:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJQJD1023235; Sun, 10 Jul 2005 19:26:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJQJxl023234; Sun, 10 Jul 2005 19:26:19 GMT (envelope-from kris) Message-Id: <200507101926.j6AJQJxl023234@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:26: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/math/superlu_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: Sun, 10 Jul 2005 19:26:21 -0000 kris 2005-07-10 19:26:19 UTC FreeBSD ports repository Modified files: math/superlu_mt Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.5 +2 -0 ports/math/superlu_mt/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:31:19 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE6C16A41C; Sun, 10 Jul 2005 19:31:19 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from lakermmtao09.cox.net (lakermmtao09.cox.net [68.230.240.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B5243D46; Sun, 10 Jul 2005 19:31:17 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao09.cox.net (InterMail vM.6.01.05.00 201-2131-123-20050610) with ESMTP id <20050710193114.LRTL17639.lakermmtao09.cox.net@mezz.mezzweb.com>; Sun, 10 Jul 2005 15:31:14 -0400 To: "Kris Kennaway" References: <200507101836.j6AIaQtH020816@repoman.freebsd.org> Message-ID: From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sun, 10 Jul 2005 14:32:36 -0500 In-Reply-To: <200507101836.j6AIaQtH020816@repoman.freebsd.org> User-Agent: Opera M2/8.01 (Linux, build 1204) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11/ruby-gnome2-all 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, 10 Jul 2005 19:31:19 -0000 On Sun, 10 Jul 2005 13:36:26 -0500, Kris Kennaway wrote: > kris 2005-07-10 18:36:26 UTC > > FreeBSD ports repository > > Modified files: > x11/ruby-gnome2-all Makefile > Log: > Portlint. Thanks! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:32:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B98E16A41F; Sun, 10 Jul 2005 19:32:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D9243D46; Sun, 10 Jul 2005 19:32:09 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJW9pU023481; Sun, 10 Jul 2005 19:32:09 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJW951023480; Sun, 10 Jul 2005 19:32:09 GMT (envelope-from kris) Message-Id: <200507101932.j6AJW951023480@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:32: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/clig 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, 10 Jul 2005 19:32:10 -0000 kris 2005-07-10 19:32:09 UTC FreeBSD ports repository Modified files: devel/clig Makefile Log: Chase master siter # XXX Newer version is available Revision Changes Path 1.13 +1 -1 ports/devel/clig/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:36:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E475E16A41C; Sun, 10 Jul 2005 19:36:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DA343D4C; Sun, 10 Jul 2005 19:36:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJakEC023641; Sun, 10 Jul 2005 19:36:46 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJakKc023640; Sun, 10 Jul 2005 19:36:46 GMT (envelope-from kris) Message-Id: <200507101936.j6AJakKc023640@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:36: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/net/ldapdiff 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, 10 Jul 2005 19:36:47 -0000 kris 2005-07-10 19:36:46 UTC FreeBSD ports repository Modified files: net/ldapdiff Makefile Log: Add working master site Revision Changes Path 1.10 +2 -1 ports/net/ldapdiff/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:52:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 418D516A41C; Sun, 10 Jul 2005 19:52:16 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED79B43D55; Sun, 10 Jul 2005 19:52:15 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJqF0P024179; Sun, 10 Jul 2005 19:52:15 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJqFlj024177; Sun, 10 Jul 2005 19:52:15 GMT (envelope-from clement) Message-Id: <200507101952.j6AJqFlj024177@repoman.freebsd.org> From: Clement Laforet Date: Sun, 10 Jul 2005 19:52: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/dropbear 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, 10 Jul 2005 19:52:16 -0000 clement 2005-07-10 19:52:15 UTC FreeBSD ports repository Modified files: security/dropbear Makefile distinfo Log: - Update to 0.46 Revision Changes Path 1.12 +2 -2 ports/security/dropbear/Makefile 1.10 +2 -2 ports/security/dropbear/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:52:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D7816A41C; Sun, 10 Jul 2005 19:52:25 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA51643D49; Sun, 10 Jul 2005 19:52:25 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJqPDa024208; Sun, 10 Jul 2005 19:52:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJqPa9024207; Sun, 10 Jul 2005 19:52:25 GMT (envelope-from kris) Message-Id: <200507101952.j6AJqPa9024207@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:52: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/nwclient602 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, 10 Jul 2005 19:52:26 -0000 kris 2005-07-10 19:52:25 UTC FreeBSD ports repository Modified files: sysutils/nwclient602 Makefile Log: Remove the only listed master site because it is incorrectly specified. Perhaps this unmaintained, security-vulnerable port should just be removed. Revision Changes Path 1.14 +1 -1 ports/sysutils/nwclient602/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:56:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0766416A41C; Sun, 10 Jul 2005 19:56:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5B443D46; Sun, 10 Jul 2005 19:56:19 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJuJV3024376; Sun, 10 Jul 2005 19:56:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJuJpx024375; Sun, 10 Jul 2005 19:56:19 GMT (envelope-from kris) Message-Id: <200507101956.j6AJuJpx024375@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Jul 2005 19:56: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/smtpd 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, 10 Jul 2005 19:56:20 -0000 kris 2005-07-10 19:56:19 UTC FreeBSD ports repository Modified files: mail/smtpd Makefile Log: Add some working master sites Revision Changes Path 1.19 +3 -1 ports/mail/smtpd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 19:56:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D2616A41C; Sun, 10 Jul 2005 19:56:51 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9B243D49; Sun, 10 Jul 2005 19:56:51 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AJupkN024423; Sun, 10 Jul 2005 19:56:51 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AJupLO024422; Sun, 10 Jul 2005 19:56:51 GMT (envelope-from clement) Message-Id: <200507101956.j6AJupLO024422@repoman.freebsd.org> From: Clement Laforet Date: Sun, 10 Jul 2005 19:56: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/www/linkchecker 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, 10 Jul 2005 19:56:51 -0000 clement 2005-07-10 19:56:51 UTC FreeBSD ports repository Modified files: www/linkchecker Makefile distinfo pkg-plist Log: - Update to 3.0 Revision Changes Path 1.18 +1 -1 ports/www/linkchecker/Makefile 1.17 +2 -2 ports/www/linkchecker/distinfo 1.17 +3 -0 ports/www/linkchecker/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 20:24:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622AC16A41C; Sun, 10 Jul 2005 20:24:46 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D19D43D53; Sun, 10 Jul 2005 20:24:46 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AKOjra025349; Sun, 10 Jul 2005 20:24:45 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AKOjWs025348; Sun, 10 Jul 2005 20:24:45 GMT (envelope-from jmz) Message-Id: <200507102024.j6AKOjWs025348@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 10 Jul 2005 20:24: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/comms/mgetty+sendfax 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, 10 Jul 2005 20:24:46 -0000 jmz 2005-07-10 20:24:45 UTC FreeBSD ports repository Modified files: comms/mgetty+sendfax pkg-plist Log: Add a file. Revision Changes Path 1.24 +1 -0 ports/comms/mgetty+sendfax/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:04:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABFEB16A41C; Sun, 10 Jul 2005 21:04:30 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280DF43D48; Sun, 10 Jul 2005 21:04:30 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 5D3C1ACC26; Sun, 10 Jul 2005 23:04:28 +0200 (CEST) Date: Sun, 10 Jul 2005 23:04:28 +0200 From: Pawel Jakub Dawidek To: Maxim.Sobolev@portaone.com Message-ID: <20050710210428.GF46538@darkness.comp.waw.pl> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> <42D16238.7010206@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zll6mx50Q8J7qlLQ" Content-Disposition: inline In-Reply-To: <42D16238.7010206@portaone.com> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 21:04:30 -0000 --Zll6mx50Q8J7qlLQ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 10, 2005 at 09:00:24PM +0300, Maxim Sobolev wrote: +> Great work, Pawel! +>=20 +> Unrelated question, but I wonder if it would be a good idea to base=20 +> ggate on some industry-standart remote-storage protocol instead (iSCSI= =20 +> being an obvious choice) or at least add a support for it. In ggate you simply forward I/O requests (reads and writes) to userland and back. iSCSI is much more complex and it's below GEOM layer. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Zll6mx50Q8J7qlLQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFC0Y1cForvXbEpPzQRAq3aAJ96sRJ/5uM+K7FB+WqHxBLJvKDzygCff+yh 8bNvnvDM0v0VGKfd4yZ0gI0= =5aYb -----END PGP SIGNATURE----- --Zll6mx50Q8J7qlLQ-- From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:10:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F8A16A41C; Sun, 10 Jul 2005 21:10:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E9643D53; Sun, 10 Jul 2005 21:10:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALALCC034346; Sun, 10 Jul 2005 21:10:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALALbj034344; Sun, 10 Jul 2005 21:10:21 GMT (envelope-from pjd) Message-Id: <200507102110.j6ALALbj034344@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 10 Jul 2005 21:10:20 +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/geom/gate g_gate.c g_gate.h src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/ggatel ggatel.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, 10 Jul 2005 21:10:21 -0000 pjd 2005-07-10 21:10:20 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c g_gate.h sbin/ggate/ggatec ggatec.c Makefile sbin/ggate/ggated ggated.c Makefile sbin/ggate/ggatel ggatel.c Log: Force commit to note that ggate rewrite was... Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl Approved by: re (scottl (implicit)) Revision Changes Path 1.6 +0 -0 src/sbin/ggate/ggatec/Makefile 1.6 +0 -0 src/sbin/ggate/ggatec/ggatec.c 1.5 +0 -0 src/sbin/ggate/ggated/Makefile 1.7 +0 -0 src/sbin/ggate/ggated/ggated.c 1.6 +0 -0 src/sbin/ggate/ggatel/ggatel.c 1.21 +0 -0 src/sys/geom/gate/g_gate.c 1.7 +0 -0 src/sys/geom/gate/g_gate.h From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:23:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CF116A41C; Sun, 10 Jul 2005 21:23:55 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656AD43D49; Sun, 10 Jul 2005 21:23:55 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALNtqv034873; Sun, 10 Jul 2005 21:23:55 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALNt9S034872; Sun, 10 Jul 2005 21:23:55 GMT (envelope-from sf) Message-Id: <200507102123.j6ALNt9S034872@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 10 Jul 2005 21:23: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/japanese/less 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, 10 Jul 2005 21:23:55 -0000 sf 2005-07-10 21:23:55 UTC FreeBSD ports repository Modified files: japanese/less Makefile Log: chase/reorganize MASTER_SITES. Notified by: kris Revision Changes Path 1.28 +7 -7 ports/japanese/less/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:33:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EA216A41C; Sun, 10 Jul 2005 21:33:44 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABA143D49; Sun, 10 Jul 2005 21:33:44 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALXiTG035275; Sun, 10 Jul 2005 21:33:44 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALXiCq035274; Sun, 10 Jul 2005 21:33:44 GMT (envelope-from murray) Message-Id: <200507102133.j6ALXiCq035274@repoman.freebsd.org> From: Murray Stokely Date: Sun, 10 Jul 2005 21:33:44 +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.0R todo.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, 10 Jul 2005 21:33:45 -0000 murray 2005-07-10 21:33:44 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add four items to the 6.0R todo list. Submitted by: scottl Revision Changes Path 1.9 +8 -2 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:37:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E4B16A41C; Sun, 10 Jul 2005 21:37:14 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A2243D45; Sun, 10 Jul 2005 21:37:14 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALbDWs035473; Sun, 10 Jul 2005 21:37:13 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALbDF8035472; Sun, 10 Jul 2005 21:37:13 GMT (envelope-from mezz) Message-Id: <200507102137.j6ALbDF8035472@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:37: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/lang/mono Makefile distinfo pkg-plist ports/lang/mono/files patch-configure patch-libgc_pthread_support.c patch-mcs::class::IBM.Data.DB2::Assembly::AssemblyInfo.cs patch-mono_handles_Makefile.in patch-mono_handles_semdel.c patch-mono_metadata_socket-io.c patch-mono_mini_Makefile.in patch-mono_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: Sun, 10 Jul 2005 21:37:14 -0000 mezz 2005-07-10 21:37:13 UTC FreeBSD ports repository Modified files: lang/mono Makefile distinfo pkg-plist Added files: lang/mono/files patch-configure patch-libgc_pthread_support.c patch-mono_handles_Makefile.in patch-mono_handles_semdel.c patch-mono_metadata_socket-io.c patch-mono_mini_Makefile.in patch-mono_tests_Makefile.in patch-runtime_Makefile.in patch-runtime_semdel-wrapper.in Removed files: lang/mono/files patch-mcs::class::IBM.Data.DB2::Assembly::AssemblyInfo.cs Log: Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed. Release Notes: http://www.go-mono.com/archive/1.1.8/ http://www.go-mono.com/archive/1.1.8.1/ BTW: Welcome apeiron (Christopher Nehren ) to BSD# team, he has the commit access over there. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.44 +13 -10 ports/lang/mono/Makefile 1.20 +2 -2 ports/lang/mono/distinfo 1.10 +27 -0 ports/lang/mono/files/patch-configure (new) 1.1 +39 -0 ports/lang/mono/files/patch-libgc_pthread_support.c (new) 1.2 +0 -11 ports/lang/mono/files/patch-mcs::class::IBM.Data.DB2::Assembly::AssemblyInfo.cs (dead) 1.1 +96 -0 ports/lang/mono/files/patch-mono_handles_Makefile.in (new) 1.1 +37 -0 ports/lang/mono/files/patch-mono_handles_semdel.c (new) 1.1 +11 -0 ports/lang/mono/files/patch-mono_metadata_socket-io.c (new) 1.1 +42 -0 ports/lang/mono/files/patch-mono_mini_Makefile.in (new) 1.1 +93 -0 ports/lang/mono/files/patch-mono_tests_Makefile.in (new) 1.1 +148 -0 ports/lang/mono/files/patch-runtime_Makefile.in (new) 1.1 +9 -0 ports/lang/mono/files/patch-runtime_semdel-wrapper.in (new) 1.19 +12 -12 ports/lang/mono/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:37:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB9816A41C; Sun, 10 Jul 2005 21:37:35 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFFB43D55; Sun, 10 Jul 2005 21:37:34 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALbYXV035571; Sun, 10 Jul 2005 21:37:34 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALbY9g035570; Sun, 10 Jul 2005 21:37:34 GMT (envelope-from mezz) Message-Id: <200507102137.j6ALbY9g035570@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:37: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/x11-toolkits/gtk-sharp Makefile distinfo pkg-plist ports/x11-toolkits/gtk-sharp/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: Sun, 10 Jul 2005 21:37:35 -0000 mezz 2005-07-10 21:37:34 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp Makefile distinfo pkg-plist x11-toolkits/gtk-sharp/files patch-configure Log: - Update to 1.0.10. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main directories. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.37 +4 -5 ports/x11-toolkits/gtk-sharp/Makefile 1.12 +2 -2 ports/x11-toolkits/gtk-sharp/distinfo 1.5 +6 -6 ports/x11-toolkits/gtk-sharp/files/patch-configure 1.12 +16 -16 ports/x11-toolkits/gtk-sharp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:37:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAFC16A41C; Sun, 10 Jul 2005 21:37:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2129A43D48; Sun, 10 Jul 2005 21:37:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALbua1035624; Sun, 10 Jul 2005 21:37:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALbuvO035623; Sun, 10 Jul 2005 21:37:56 GMT (envelope-from mezz) Message-Id: <200507102137.j6ALbuvO035623@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:37: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/monodoc 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, 10 Jul 2005 21:37:56 -0000 mezz 2005-07-10 21:37:55 UTC FreeBSD ports repository Modified files: devel/monodoc Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.0.7. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. NOTE: The monodoc no longer has the GUI browser, which it has been moved from monodoc to mono-tools (a new port is coming). The mono-tools will be depend on this port. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.10 +7 -16 ports/devel/monodoc/Makefile 1.5 +2 -2 ports/devel/monodoc/distinfo 1.3 +3 -7 ports/devel/monodoc/pkg-descr 1.7 +6 -5 ports/devel/monodoc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:43:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD7616A41C; Sun, 10 Jul 2005 21:43:47 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB51943D46; Sun, 10 Jul 2005 21:43:47 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALhlm1035982; Sun, 10 Jul 2005 21:43:47 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALhl3q035981; Sun, 10 Jul 2005 21:43:47 GMT (envelope-from mezz) Message-Id: <200507102143.j6ALhl3q035981@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:43: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/devel Makefile ports/devel/mono-tools Makefile distinfo pkg-descr pkg-plist ports/devel/mono-tools/files patch-Makefile.in.in patch-catalog.cs.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, 10 Jul 2005 21:43:48 -0000 mezz 2005-07-10 21:43:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/mono-tools Makefile distinfo pkg-descr pkg-plist devel/mono-tools/files patch-Makefile.in.in patch-catalog.cs.in Log: The mono-tools package contains the documentation browser for the Mono class libraries. WWW: http://www.mono-project.com BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.1920 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/mono-tools/Makefile (new) 1.1 +2 -0 ports/devel/mono-tools/distinfo (new) 1.1 +10 -0 ports/devel/mono-tools/files/patch-Makefile.in.in (new) 1.1 +36 -0 ports/devel/mono-tools/files/patch-catalog.cs.in (new) 1.1 +4 -0 ports/devel/mono-tools/pkg-descr (new) 1.1 +11 -0 ports/devel/mono-tools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:44:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2F816A41C; Sun, 10 Jul 2005 21:44:19 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A7143D4C; Sun, 10 Jul 2005 21:44:18 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALiIi7036026; Sun, 10 Jul 2005 21:44:18 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALiIlM036025; Sun, 10 Jul 2005 21:44:18 GMT (envelope-from mezz) Message-Id: <200507102144.j6ALiIlM036025@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:44: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, 10 Jul 2005 21:44:19 -0000 mezz 2005-07-10 21:44:18 UTC FreeBSD ports repository Modified files: . modules Log: mono-tools --> ports/devel/mono-tools BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.12792 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:45:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A95FD16A41C; Sun, 10 Jul 2005 21:45:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6570543D49; Sun, 10 Jul 2005 21:45:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALj3Z9036075; Sun, 10 Jul 2005 21:45:03 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALj34a036074; Sun, 10 Jul 2005 21:45:03 GMT (envelope-from mezz) Message-Id: <200507102145.j6ALj34a036074@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:45: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/devel/dbus-sharp 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, 10 Jul 2005 21:45:03 -0000 mezz 2005-07-10 21:45:03 UTC FreeBSD ports repository Modified files: devel/dbus-sharp Makefile Log: Chase the change dependency from monodoc to mono-tools. Bump the PORTREVISION. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.3 +4 -4 ports/devel/dbus-sharp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:45:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2931916A41C; Sun, 10 Jul 2005 21:45:24 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07CD43D46; Sun, 10 Jul 2005 21:45:23 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALjNMw036181; Sun, 10 Jul 2005 21:45:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALjNZ6036180; Sun, 10 Jul 2005 21:45:23 GMT (envelope-from mezz) Message-Id: <200507102145.j6ALjNZ6036180@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:45: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/deskutils/tomboy Makefile ports/deskutils/tomboy/files patch-Tomboy::panelapplet::AppletFactory.cs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 21:45:24 -0000 mezz 2005-07-10 21:45:23 UTC FreeBSD ports repository Modified files: deskutils/tomboy Makefile Added files: deskutils/tomboy/files patch-Tomboy::panelapplet::AppletFactory.cs Log: Add a patch, bump the PORTREVISION. * Tomboy/panelapplet/AppletFactory.cs: Subclass from GLib.Object. Needed to work around what I can only guess is a mono 1.0.x and 1.1.x incompatibility, whereby calling protected GLib.Object.LookupGType externally is no longer allowed. Hopefully fixes bug #306815. http://bugzilla.gnome.org/show_bug.cgi?id=306815 Reported by: Geraud CONTINSOUZAS Took from: tomboy CVS. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.5 +2 -2 ports/deskutils/tomboy/Makefile 1.1 +19 -0 ports/deskutils/tomboy/files/patch-Tomboy::panelapplet::AppletFactory.cs (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:45:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DEB16A41C; Sun, 10 Jul 2005 21:45:43 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E725B43D48; Sun, 10 Jul 2005 21:45:42 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALjg6M036236; Sun, 10 Jul 2005 21:45:42 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALjg4L036235; Sun, 10 Jul 2005 21:45:42 GMT (envelope-from mezz) Message-Id: <200507102145.j6ALjg4L036235@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:45: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/audio/muine 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: Sun, 10 Jul 2005 21:45:43 -0000 mezz 2005-07-10 21:45:42 UTC FreeBSD ports repository Modified files: audio/muine Makefile pkg-plist Log: - Add a missing dependency, libvorbis. - Add a new knob, WITH_FAAD, current turn off by default. - Chase xine.12 -> xine.13. - Fix the dbus, lib/dbus-1.0/services -> share/dbus-1/services. - Add install the plugins. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Bump the PORTREVISION. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.14 +25 -6 ports/audio/muine/Makefile 1.4 +7 -1 ports/audio/muine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:46:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0816D16A41C; Sun, 10 Jul 2005 21:46:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBF743D49; Sun, 10 Jul 2005 21:46:05 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALk5X6036303; Sun, 10 Jul 2005 21:46:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALk5Xq036302; Sun, 10 Jul 2005 21:46:05 GMT (envelope-from mezz) Message-Id: <200507102146.j6ALk5Xq036302@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:46: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/comms/gfax Makefile pkg-plist ports/comms/gfax/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: Sun, 10 Jul 2005 21:46:06 -0000 mezz 2005-07-10 21:46:05 UTC FreeBSD ports repository Modified files: comms/gfax Makefile pkg-plist Added files: comms/gfax/files patch-Makefile.in patch-configure Log: - Update the comment. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Correct a typo, gfax.schema -> gfax.schemas. - Fix the installation. - Fix the plist. - Bump the PORTREVISION. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.18 +7 -4 ports/comms/gfax/Makefile 1.1 +10 -0 ports/comms/gfax/files/patch-Makefile.in (new) 1.1 +13 -0 ports/comms/gfax/files/patch-configure (new) 1.6 +3 -2 ports/comms/gfax/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:46:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B782E16A41C; Sun, 10 Jul 2005 21:46:23 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C07143D49; Sun, 10 Jul 2005 21:46:23 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALkNSC036364; Sun, 10 Jul 2005 21:46:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALkNuX036363; Sun, 10 Jul 2005 21:46:23 GMT (envelope-from mezz) Message-Id: <200507102146.j6ALkNuX036363@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 21:46: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/blam Makefile distinfo pkg-descr pkg-plist ports/net/blam/files patch-blam.exe.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 21:46:23 -0000 mezz 2005-07-10 21:46:23 UTC FreeBSD ports repository Modified files: net/blam Makefile distinfo pkg-descr pkg-plist Added files: net/blam/files patch-blam.exe.config Log: - Update to 1.8.2 - Change maintainer to bsd-sharp-list@forge.novell.com. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Clean up in pkg-descr. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.7 +5 -4 ports/net/blam/Makefile 1.4 +2 -2 ports/net/blam/distinfo 1.1 +9 -0 ports/net/blam/files/patch-blam.exe.config (new) 1.2 +1 -1 ports/net/blam/pkg-descr 1.4 +4 -2 ports/net/blam/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 21:46:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4389616A41C; Sun, 10 Jul 2005 21:46:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFA843D48; Sun, 10 Jul 2005 21:46:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALkwHc036424; Sun, 10 Jul 2005 21:46:58 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALkwbM036423; Sun, 10 Jul 2005 21:46:58 GMT (envelope-from thierry) Message-Id: <200507102146.j6ALkwbM036423@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 10 Jul 2005 21:46: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/lang/njs Makefile pkg-descr pkg-message pkg-plist ports/lang/njs/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: Sun, 10 Jul 2005 21:46:59 -0000 thierry 2005-07-10 21:46:58 UTC FreeBSD ports repository Modified files: lang/njs Makefile pkg-descr pkg-plist Added files: lang/njs/files pkg-message.in Removed files: lang/njs pkg-message Log: - Remove a bogus ftp site from MASTER_SITES (1); - use external libtool; - pet portlint; - release maintainership. Reported by: Kris via pointyhat (1) Revision Changes Path 1.8 +8 -11 ports/lang/njs/Makefile 1.1 +5 -0 ports/lang/njs/files/pkg-message.in (new) 1.2 +0 -2 ports/lang/njs/pkg-descr 1.2 +0 -5 ports/lang/njs/pkg-message (dead) 1.3 +0 -3 ports/lang/njs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:03:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125E916A41C; Sun, 10 Jul 2005 22:03:38 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA04943D46; Sun, 10 Jul 2005 22:03:37 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AM3bXh036986; Sun, 10 Jul 2005 22:03:37 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AM3bil036985; Sun, 10 Jul 2005 22:03:37 GMT (envelope-from adamw) Message-Id: <200507102203.j6AM3bil036985@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 10 Jul 2005 22: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/misc/gnomemimedata 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, 10 Jul 2005 22:03:38 -0000 adamw 2005-07-10 22:03:37 UTC FreeBSD ports repository Modified files: misc/gnomemimedata pkg-plist Log: Add the 2>/dev/null||true business to a locale directory rmdir thinger. Revision Changes Path 1.14 +1 -1 ports/misc/gnomemimedata/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:04:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5023F16A41C; Sun, 10 Jul 2005 22:04:34 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25C543D46; Sun, 10 Jul 2005 22:04:33 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AM4XKv037023; Sun, 10 Jul 2005 22:04:33 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AM4XiC037022; Sun, 10 Jul 2005 22:04:33 GMT (envelope-from murray) Message-Id: <200507102204.j6AM4XiC037022@repoman.freebsd.org> From: Murray Stokely Date: Sun, 10 Jul 2005 22:04:33 +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.0R todo.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, 10 Jul 2005 22:04:34 -0000 murray 2005-07-10 22:04:33 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add more specific information on panics found by Peter Holm's stress tests and link to the kgdb output. Submitted by: Peter Holm Revision Changes Path 1.10 +15 -5 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:14:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A9A16A41C; Sun, 10 Jul 2005 22:14:35 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F3D43D49; Sun, 10 Jul 2005 22:14:35 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMEZRj037618; Sun, 10 Jul 2005 22:14:35 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMEZYG037617; Sun, 10 Jul 2005 22:14:35 GMT (envelope-from mezz) Message-Id: <200507102214.j6AMEZYG037617@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 22:14: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/x11-toolkits/gtk-sharp-devel Makefile distinfo pkg-plist ports/x11-toolkits/gtk-sharp-devel/files patch-configure patch-gtkdotnet_gtk-dotnet.dll.config.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, 10 Jul 2005 22:14:36 -0000 mezz 2005-07-10 22:14:35 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp-devel Makefile distinfo pkg-plist x11-toolkits/gtk-sharp-devel/files patch-configure Added files: x11-toolkits/gtk-sharp-devel/files patch-gtkdotnet_gtk-dotnet.dll.config.in Log: - Update to 1.9.5. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main directories. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.38 +5 -4 ports/x11-toolkits/gtk-sharp-devel/Makefile 1.13 +2 -2 ports/x11-toolkits/gtk-sharp-devel/distinfo 1.6 +1 -1 ports/x11-toolkits/gtk-sharp-devel/files/patch-configure 1.1 +7 -0 ports/x11-toolkits/gtk-sharp-devel/files/patch-gtkdotnet_gtk-dotnet.dll.config.in (new) 1.13 +22 -21 ports/x11-toolkits/gtk-sharp-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:18:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C541B16A41F; Sun, 10 Jul 2005 22:18:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 759F543D49; Sun, 10 Jul 2005 22:18:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMIucj037913; Sun, 10 Jul 2005 22:18:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMIux0037912; Sun, 10 Jul 2005 22:18:56 GMT (envelope-from marcus) Message-Id: <200507102218.j6AMIux0037912@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Jul 2005 22:18: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/Tools/scripts addport X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 22:18:57 -0000 marcus 2005-07-10 22:18:56 UTC FreeBSD ports repository Modified files: Tools/scripts addport Log: Add prototypes for all the subroutines which fixes compilation with Perl 5.8.7. Reported by: mezz Revision Changes Path 1.46 +21 -10 ports/Tools/scripts/addport From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:25:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D57A16A41C; Sun, 10 Jul 2005 22:25:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DCC43D49; Sun, 10 Jul 2005 22:25:44 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMPiek038241; Sun, 10 Jul 2005 22:25:44 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMPiOR038240; Sun, 10 Jul 2005 22:25:44 GMT (envelope-from sam) Message-Id: <200507102225.j6AMPiOR038240@repoman.freebsd.org> From: Sam Leffler Date: Sun, 10 Jul 2005 22:25:44 +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/ral if_ral.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, 10 Jul 2005 22:25:45 -0000 sam 2005-07-10 22:25:44 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c Log: remove local mods that snuck into rev 1.6 Approved by: re (scottl implicit) Revision Changes Path 1.10 +1 -4 src/sys/dev/ral/if_ral.c From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:41:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FA816A41C; Sun, 10 Jul 2005 22:41:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F9E43D55; Sun, 10 Jul 2005 22:41:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMfu3R039261; Sun, 10 Jul 2005 22:41:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMfutY039260; Sun, 10 Jul 2005 22:41:56 GMT (envelope-from mezz) Message-Id: <200507102241.j6AMfutY039260@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 22: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/devel Makefile ports/devel/nant 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, 10 Jul 2005 22:41:57 -0000 mezz 2005-07-10 22:41:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/nant Makefile distinfo pkg-descr pkg-plist Log: What is it? ----------- NAnt is a .NET based build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. If you are not familiar with Jakarta Ant you can get more information at the Ant project web site (http://ant.apache.org/). Why NAnt? --------- Because Ant was too Java specific. Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime. WWW: http://nant.sourceforge.net/ Submitted by: apeiron (Christopher Nehren ) Maitnainer: "" BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.1921 +1 -0 ports/devel/Makefile 1.1 +45 -0 ports/devel/nant/Makefile (new) 1.1 +2 -0 ports/devel/nant/distinfo (new) 1.1 +16 -0 ports/devel/nant/pkg-descr (new) 1.1 +492 -0 ports/devel/nant/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:42:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82FC716A41C; Sun, 10 Jul 2005 22:42:27 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DB643D48; Sun, 10 Jul 2005 22:42:27 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMgRR3039308; Sun, 10 Jul 2005 22:42:27 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMgRQR039307; Sun, 10 Jul 2005 22:42:27 GMT (envelope-from mezz) Message-Id: <200507102242.j6AMgRQR039307@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 22:42: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: Sun, 10 Jul 2005 22:42:27 -0000 mezz 2005-07-10 22:42:27 UTC FreeBSD ports repository Modified files: . modules Log: nant --> ports/devel/nant Revision Changes Path 1.12793 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 10 23:06:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694E216A41C; Sun, 10 Jul 2005 23:06:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2741F43D45; Sun, 10 Jul 2005 23:06:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AN6nNK040450; Sun, 10 Jul 2005 23:06:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AN6m7G040449; Sun, 10 Jul 2005 23:06:48 GMT (envelope-from pav) Message-Id: <200507102306.j6AN6m7G040449@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 10 Jul 2005 23:06: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/math/R 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, 10 Jul 2005 23:06:49 -0000 pav 2005-07-10 23:06:48 UTC FreeBSD ports repository Modified files: math/R Makefile Log: - Fix dependency on makeinfo Submitted by: Roman Neuhauser Revision Changes Path 1.46 +1 -1 ports/math/R/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 10 23:31:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F91016A41C; Sun, 10 Jul 2005 23:31:12 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCFD43D48; Sun, 10 Jul 2005 23:31:11 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ANVBCn041828; Sun, 10 Jul 2005 23:31:11 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ANVBfn041824; Sun, 10 Jul 2005 23:31:11 GMT (envelope-from davidxu) Message-Id: <200507102331.j6ANVBfn041824@repoman.freebsd.org> From: David Xu Date: Sun, 10 Jul 2005 23:31: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/alpha/alpha vm_machdep.c src/sys/amd64/amd64 sys_machdep.c vm_machdep.c src/sys/arm/arm vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/kern kern_thr.c src/sys/powerpc/powerpc vm_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: Sun, 10 Jul 2005 23:31:12 -0000 davidxu 2005-07-10 23:31:11 UTC FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c sys/amd64/amd64 sys_machdep.c vm_machdep.c sys/arm/arm vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/kern kern_thr.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 vm_machdep.c sys/sys proc.h Log: Validate if the value written into {FS,GS}.base is a canonical address, writting non-canonical address can cause kernel a panic, by restricting base values to 0..VM_MAXUSER_ADDRESS, ensuring only canonical values get written to the registers. Reviewed by: peter, Josepha Koshy < joseph.koshy at gmail dot com > Approved by: re (scottl) Revision Changes Path 1.110 +2 -1 src/sys/alpha/alpha/vm_machdep.c 1.90 +39 -12 src/sys/amd64/amd64/sys_machdep.c 1.248 +5 -1 src/sys/amd64/amd64/vm_machdep.c 1.17 +2 -1 src/sys/arm/arm/vm_machdep.c 1.259 +2 -1 src/sys/i386/i386/vm_machdep.c 1.90 +2 -1 src/sys/ia64/ia64/vm_machdep.c 1.34 +6 -1 src/sys/kern/kern_thr.c 1.110 +2 -1 src/sys/powerpc/powerpc/vm_machdep.c 1.74 +2 -1 src/sys/sparc64/sparc64/vm_machdep.c 1.432 +1 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 00:06:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEA0F16A41C; Mon, 11 Jul 2005 00:06:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E56C43D45; Mon, 11 Jul 2005 00:06:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B06sel044643; Mon, 11 Jul 2005 00:06:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B06ssD044642; Mon, 11 Jul 2005 00:06:54 GMT (envelope-from pav) Message-Id: <200507110006.j6B06ssD044642@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 00: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/www/ocaml-wdialog 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, 11 Jul 2005 00:06:54 -0000 pav 2005-07-11 00:06:53 UTC FreeBSD ports repository Modified files: www/ocaml-wdialog Makefile distinfo pkg-plist Log: - Update to 2.1 PR: ports/83232 Submitted by: stephane (maintainer) Revision Changes Path 1.5 +7 -3 ports/www/ocaml-wdialog/Makefile 1.3 +2 -2 ports/www/ocaml-wdialog/distinfo 1.2 +13 -0 ports/www/ocaml-wdialog/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 00:31:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1531316A41C; Mon, 11 Jul 2005 00:31:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C2C43D46; Mon, 11 Jul 2005 00:31:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B0VaP9045555; Mon, 11 Jul 2005 00:31:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B0Vabq045554; Mon, 11 Jul 2005 00:31:36 GMT (envelope-from marcus) Message-Id: <200507110031.j6B0Vabq045554@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Jul 2005 00:31: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-toolkits/vte Makefile ports/x11-toolkits/vte/files patch-08_multiscreen_safe patch-src_vterdb.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, 11 Jul 2005 00:31:37 -0000 marcus 2005-07-11 00:31:36 UTC FreeBSD ports repository Modified files: x11-toolkits/vte Makefile x11-toolkits/vte/files patch-08_multiscreen_safe Added files: x11-toolkits/vte/files patch-src_vterdb.c Log: Do not overflow G_MAXLONG with calls to gdk_property_get(). Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=309025 Revision Changes Path 1.43 +1 -1 ports/x11-toolkits/vte/Makefile 1.2 +201 -193 ports/x11-toolkits/vte/files/patch-08_multiscreen_safe 1.1 +11 -0 ports/x11-toolkits/vte/files/patch-src_vterdb.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 01:31:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA7116A41C; Mon, 11 Jul 2005 01:31:21 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCAA43D45; Mon, 11 Jul 2005 01:31:20 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B1VKDB054679; Mon, 11 Jul 2005 01:31:20 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B1VKtU054678; Mon, 11 Jul 2005 01:31:20 GMT (envelope-from hq) Message-Id: <200507110131.j6B1VKtU054678@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 11 Jul 2005 01:31: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/apache-ant 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, 11 Jul 2005 01:31:21 -0000 hq 2005-07-11 01:31:20 UTC FreeBSD ports repository Modified files: devel/apache-ant Makefile distinfo pkg-plist Log: Update to 1.6.5 Revision Changes Path 1.41 +1 -1 ports/devel/apache-ant/Makefile 1.17 +2 -2 ports/devel/apache-ant/distinfo 1.22 +120 -90 ports/devel/apache-ant/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 01:45:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1075116A41C; Mon, 11 Jul 2005 01:45:41 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C669F43D46; Mon, 11 Jul 2005 01:45:40 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B1jegD055188; Mon, 11 Jul 2005 01:45:40 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B1jeJa055187; Mon, 11 Jul 2005 01:45:40 GMT (envelope-from hq) Message-Id: <200507110145.j6B1jeJa055187@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 11 Jul 2005 01:45: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/apache-ant 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, 11 Jul 2005 01:45:41 -0000 hq 2005-07-11 01:45:40 UTC FreeBSD ports repository Modified files: devel/apache-ant pkg-plist Log: Fix plist from last commit (and buy myself a brand new pointy hat...) Revision Changes Path 1.23 +2 -1 ports/devel/apache-ant/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 01:58:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FED616A41C; Mon, 11 Jul 2005 01:58:56 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2011343D45; Mon, 11 Jul 2005 01:58:56 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B1wtgD055824; Mon, 11 Jul 2005 01:58:56 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B1wtOa055823; Mon, 11 Jul 2005 01:58:55 GMT (envelope-from hq) Message-Id: <200507110158.j6B1wtOa055823@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 11 Jul 2005 01: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/math Makefile ports/math/javaview Makefile distinfo pkg-descr pkg-message pkg-plist ports/math/javaview/files patch-bin-javaview X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 01:58:56 -0000 hq 2005-07-11 01:58:55 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/javaview Makefile distinfo pkg-descr pkg-message pkg-plist math/javaview/files patch-bin-javaview Log: Add JavaView, a 3D viewer and a mathematical visualization software This tiny version of JavaView is optimized for fast download and contains the viewer module only, without any dialogs, inspectors and geometry algorithms. The lite version is mainly used to display precomputed geometry models inside web pages. WWW: http://www.javaview.de/ PR: 83104 Submitted by: Nicola Vitale Revision Changes Path 1.329 +1 -0 ports/math/Makefile 1.1 +61 -0 ports/math/javaview/Makefile (new) 1.1 +6 -0 ports/math/javaview/distinfo (new) 1.1 +23 -0 ports/math/javaview/files/patch-bin-javaview (new) 1.1 +7 -0 ports/math/javaview/pkg-descr (new) 1.1 +13 -0 ports/math/javaview/pkg-message (new) 1.1 +601 -0 ports/math/javaview/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 01:59:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5F916A41F; Mon, 11 Jul 2005 01:59:08 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C509243D45; Mon, 11 Jul 2005 01:59:07 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B1x7Mi055878; Mon, 11 Jul 2005 01:59:07 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B1x7ut055877; Mon, 11 Jul 2005 01:59:07 GMT (envelope-from hq) Message-Id: <200507110159.j6B1x7ut055877@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 11 Jul 2005 01:59: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: 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, 11 Jul 2005 01:59:08 -0000 hq 2005-07-11 01:59:07 UTC FreeBSD ports repository Modified files: . modules Log: javaview --> ports/math/javaview Revision Changes Path 1.12794 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 02:29:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD4216A41C; Mon, 11 Jul 2005 02:29:35 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96F743D45; Mon, 11 Jul 2005 02:29:35 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B2TZXO056978; Mon, 11 Jul 2005 02:29:35 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B2TZ10056977; Mon, 11 Jul 2005 02:29:35 GMT (envelope-from lioux) Message-Id: <200507110229.j6B2TZ10056977@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 11 Jul 2005 02: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/net/mldonkey-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: Mon, 11 Jul 2005 02:29:36 -0000 lioux 2005-07-11 02:29:35 UTC FreeBSD ports repository Modified files: net/mldonkey-devel Makefile distinfo Log: Update to 2.5.30.17 Revision Changes Path 1.44 +4 -3 ports/net/mldonkey-devel/Makefile 1.27 +2 -2 ports/net/mldonkey-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 02:33:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E5216A41C; Mon, 11 Jul 2005 02:33:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE7E43D49; Mon, 11 Jul 2005 02:33:25 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B2XPq5057147; Mon, 11 Jul 2005 02:33:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B2XPi6057146; Mon, 11 Jul 2005 02:33:25 GMT (envelope-from delphij) Message-Id: <200507110233.j6B2XPi6057146@repoman.freebsd.org> From: Xin LI Date: Mon, 11 Jul 2005 02:33: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/sys/dev/em README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 02:33:26 -0000 delphij 2005-07-11 02:33:25 UTC FreeBSD src repository Modified files: sys/dev/em README Log: Correct a minor typo. Pointed out by: Xuefeng DENG Approved by: re (scottl) Revision Changes Path 1.10 +1 -1 src/sys/dev/em/README From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:00:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214F16A41C; Mon, 11 Jul 2005 03:00:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F5A43D45; Mon, 11 Jul 2005 03:00:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B30LJp058098; Mon, 11 Jul 2005 03:00:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B30LDg058097; Mon, 11 Jul 2005 03:00:21 GMT (envelope-from sam) Message-Id: <200507110300.j6B30LDg058097@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:00:20 +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/net80211 ieee80211_input.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, 11 Jul 2005 03:00:21 -0000 sam 2005-07-11 03:00:20 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: nuke assert that duplicates real check Reviewed by: avatar Approved by: re (scottl) Revision Changes Path 1.62 +0 -3 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:04:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F9516A41C; Mon, 11 Jul 2005 03:04:39 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1DB43D45; Mon, 11 Jul 2005 03:04:39 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B34dhb058433; Mon, 11 Jul 2005 03:04:39 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B34d8Y058432; Mon, 11 Jul 2005 03:04:39 GMT (envelope-from sumikawa) Message-Id: <200507110304.j6B34d8Y058432@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 11 Jul 2005 03:04: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/racoon2/files patch-lib-rc_str.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, 11 Jul 2005 03:04:39 -0000 sumikawa 2005-07-11 03:04:38 UTC FreeBSD ports repository Added files: security/racoon2/files patch-lib-rc_str.c Log: Make compilable on 64bit system. Revision Changes Path 1.1 +20 -0 ports/security/racoon2/files/patch-lib-rc_str.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:06:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C5B16A41C; Mon, 11 Jul 2005 03:06:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DB243D46; Mon, 11 Jul 2005 03:06:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B36N0b058529; Mon, 11 Jul 2005 03:06:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B36NI3058528; Mon, 11 Jul 2005 03:06:23 GMT (envelope-from sam) Message-Id: <200507110306.j6B36NI3058528@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:06: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/net80211 ieee80211_crypto_ccmp.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, 11 Jul 2005 03:06:24 -0000 sam 2005-07-11 03:06:23 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_ccmp.c Log: Handle encrypt of arbitarily fragmented mbuf chains: previously we bailed if we couldn't collect the 16-bytes of data required for an aes block cipher in 2 mbufs; now we deal with it. While here make space accounting signed so a sanity check does the right thing for malformed mbuf chains. Approved by: re (scottl) Revision Changes Path 1.7 +68 -18 src/sys/net80211/ieee80211_crypto_ccmp.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:11:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4696E16A41C; Mon, 11 Jul 2005 03:11:43 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14F243D46; Mon, 11 Jul 2005 03:11:42 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6B3Bcms071668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2005 20:11:40 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D1E49A.5040508@errno.com> Date: Sun, 10 Jul 2005 20:16:42 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200507110306.j6B36NI3058528@repoman.freebsd.org> In-Reply-To: <200507110306.j6B36NI3058528@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.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, 11 Jul 2005 03:11:43 -0000 Sam Leffler wrote: > sam 2005-07-11 03:06:23 UTC > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211_crypto_ccmp.c > Log: > Handle encrypt of arbitarily fragmented mbuf chains: previously > we bailed if we couldn't collect the 16-bytes of data required > for an aes block cipher in 2 mbufs; now we deal with it. While > here make space accounting signed so a sanity check does the > right thing for malformed mbuf chains. Note that the decrypt path does not need this complexity because rx'd frames are assumed to not have arbitrary fragmentation (typically data is dma'd into clusters or multiple fully-packed mbufs). Also I think a better solution is to defrag/repack the mbuf chain to have 16-byte alignment (except for the last mbuf) so we don't need to do s/g of data on the fly. With this change I'm able to run extensive tcp netperf tests over ural cards and 5211 ath cards using wpa w/ ccmp as the unicast cipher. Sam From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:14:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 349A316A41C; Mon, 11 Jul 2005 03:14:43 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1E743D48; Mon, 11 Jul 2005 03:14:42 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3Ege2059068; Mon, 11 Jul 2005 03:14:42 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3Eggr059067; Mon, 11 Jul 2005 03:14:42 GMT (envelope-from kris) Message-Id: <200507110314.j6B3Eggr059067@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Jul 2005 03:14: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/devel/icu2 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, 11 Jul 2005 03:14:43 -0000 kris 2005-07-11 03:14:42 UTC FreeBSD ports repository Modified files: devel/icu2 Makefile Log: Reset undeliverable maintainer address: : Sorry, no mailbox here by that name. vpopmail (#5.1.1) Revision Changes Path 1.9 +1 -1 ports/devel/icu2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:16:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8154316A41C; Mon, 11 Jul 2005 03:16:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4437E43D53; Mon, 11 Jul 2005 03:16:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3GNLZ059188; Mon, 11 Jul 2005 03:16:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3GN4q059187; Mon, 11 Jul 2005 03:16:23 GMT (envelope-from sam) Message-Id: <200507110316.j6B3GN4q059187@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:16: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/net bpf.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, 11 Jul 2005 03:16:23 -0000 sam 2005-07-11 03:16:23 UTC FreeBSD src repository Modified files: sys/net bpf.h Log: additions from libpcap 0.9.1 release Approved by: re (scottl) Revision Changes Path 1.39 +14 -1 src/sys/net/bpf.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:24:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8245916A41C; Mon, 11 Jul 2005 03:24:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFC543D46; Mon, 11 Jul 2005 03:24:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3Ot3M059458; Mon, 11 Jul 2005 03:24:55 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3OtNo059457; Mon, 11 Jul 2005 03:24:55 GMT (envelope-from sam) Message-Id: <200507110324.j6B3OtNo059457@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:24:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LBL Cc: Subject: cvs commit: src/contrib/libpcap - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:24:55 -0000 sam 2005-07-11 03:24:55 UTC FreeBSD src repository src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory repoman.freebsd.org:/tmp/cvs-serv59429 Log Message: Virgin import of libpcap v0.9.1 (release) from tcpdump.org Approved by: re (scottl) Status: Vendor Tag: LBL Release Tags: v0_9_1 U src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL.txt U src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README U src/contrib/libpcap/README.Win32 U src/contrib/libpcap/README.aix U src/contrib/libpcap/README.dag U src/contrib/libpcap/README.hpux U src/contrib/libpcap/README.linux U src/contrib/libpcap/README.macosx N src/contrib/libpcap/README.septel U src/contrib/libpcap/README.tru64 U src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION U src/contrib/libpcap/acconfig.h C src/contrib/libpcap/aclocal.m4 U src/contrib/libpcap/arcnet.h U src/contrib/libpcap/atmuni31.h U src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h U src/contrib/libpcap/fad-getad.c U src/contrib/libpcap/fad-gifc.c U src/contrib/libpcap/fad-glifc.c U src/contrib/libpcap/fad-null.c U src/contrib/libpcap/fad-win32.c C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h C src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh U src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c U src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-bpf.h C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap-dag.c U src/contrib/libpcap/pcap-dag.h U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-dos.c U src/contrib/libpcap/pcap-dos.h U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c C src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h N src/contrib/libpcap/pcap-septel.c N src/contrib/libpcap/pcap-septel.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c U src/contrib/libpcap/pcap-stdinc.h U src/contrib/libpcap/pcap-win32.c U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h U src/contrib/libpcap/pcap1.h U src/contrib/libpcap/pf.h U src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/sll.h U src/contrib/libpcap/sunatmpos.h U src/contrib/libpcap/bpf/net/bpf_filter.c U src/contrib/libpcap/lbl/os-aix4.h U src/contrib/libpcap/lbl/os-hpux11.h U src/contrib/libpcap/lbl/os-osf4.h U src/contrib/libpcap/lbl/os-osf5.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/libpcap From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:40:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BAF16A41C; Mon, 11 Jul 2005 03:40:50 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 499F143D49; Mon, 11 Jul 2005 03:40:50 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3eocV060205; Mon, 11 Jul 2005 03:40:50 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3eoES060204; Mon, 11 Jul 2005 03:40:50 GMT (envelope-from mezz) Message-Id: <200507110340.j6B3eoES060204@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 11 Jul 2005 03:40: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/editors/abiword-devel Makefile distinfo pkg-plist ports/editors/abiword-plugins-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: Mon, 11 Jul 2005 03:40:50 -0000 mezz 2005-07-11 03:40:50 UTC FreeBSD ports repository Modified files: editors/abiword-devel Makefile distinfo pkg-plist editors/abiword-plugins-devel Makefile Log: Update to 2.3.2, only a lot of bug fixes. See release note for detail: http://www.abisource.com/release-notes/2.3.2.phtml Revision Changes Path 1.117 +1 -1 ports/editors/abiword-devel/Makefile 1.54 +2 -2 ports/editors/abiword-devel/distinfo 1.51 +0 -2 ports/editors/abiword-devel/pkg-plist 1.18 +1 -1 ports/editors/abiword-plugins-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:43:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B29116A41C; Mon, 11 Jul 2005 03:43:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D3743D49; Mon, 11 Jul 2005 03:43:25 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3hPFc060358; Mon, 11 Jul 2005 03:43:25 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3hPRq060357; Mon, 11 Jul 2005 03:43:25 GMT (envelope-from sam) Message-Id: <200507110343.j6B3hPRq060357@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:43: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/contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap-namedb.h pcap.3 pcap.h rawss7.h scanner.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:43:26 -0000 sam 2005-07-11 03:43:25 UTC FreeBSD src repository Modified files: contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap-namedb.h pcap.3 pcap.h scanner.l Removed files: contrib/libpcap rawss7.h Log: resolve merge conflicts Approved by: re (scottl) Revision Changes Path 1.15 +1430 -474 src/contrib/libpcap/gencode.c 1.8 +19 -6 src/contrib/libpcap/gencode.h 1.10 +37 -5 src/contrib/libpcap/grammar.y 1.12 +52 -2 src/contrib/libpcap/nametoaddr.c 1.11 +18 -8 src/contrib/libpcap/pcap-int.h 1.6 +1 -0 src/contrib/libpcap/pcap-namedb.h 1.14 +42 -2 src/contrib/libpcap/pcap.3 1.11 +9 -1 src/contrib/libpcap/pcap.h 1.2 +0 -105 src/contrib/libpcap/rawss7.h (dead) 1.12 +8 -1 src/contrib/libpcap/scanner.l From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:44:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDEF16A41C; Mon, 11 Jul 2005 03:44:37 +0000 (GMT) (envelope-from markp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0AF943D48; Mon, 11 Jul 2005 03:44:36 +0000 (GMT) (envelope-from markp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3iaBt060416; Mon, 11 Jul 2005 03:44:36 GMT (envelope-from markp@repoman.freebsd.org) Received: (from markp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3iatT060415; Mon, 11 Jul 2005 03:44:36 GMT (envelope-from markp) Message-Id: <200507110344.j6B3iatT060415@repoman.freebsd.org> From: Mark Pulford Date: Mon, 11 Jul 2005 03:44: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/archivers/xdms 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, 11 Jul 2005 03:44:37 -0000 markp 2005-07-11 03:44:36 UTC FreeBSD ports repository Modified files: archivers/xdms Makefile distinfo pkg-descr Log: Update to 1.3.1. Revision Changes Path 1.7 +7 -9 ports/archivers/xdms/Makefile 1.3 +2 -2 ports/archivers/xdms/distinfo 1.4 +1 -1 ports/archivers/xdms/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:47:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50FE16A41C; Mon, 11 Jul 2005 03:47:11 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B2043D45; Mon, 11 Jul 2005 03:47:11 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3lB5A060568; Mon, 11 Jul 2005 03:47:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3lBgL060567; Mon, 11 Jul 2005 03:47:11 GMT (envelope-from sam) Message-Id: <200507110347.j6B3lBgL060567@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:47: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/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: Mon, 11 Jul 2005 03:47:11 -0000 sam 2005-07-11 03:47:11 UTC FreeBSD src repository Modified files: sys/sys param.h Log: bump for libpcap import Approved by: re (scottl) Revision Changes Path 1.244 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:50:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EB516A41F; Mon, 11 Jul 2005 03:50:30 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4739F43D46; Mon, 11 Jul 2005 03:50:30 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3oUke060749; Mon, 11 Jul 2005 03:50:30 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3oUoj060748; Mon, 11 Jul 2005 03:50:30 GMT (envelope-from mi) Message-Id: <200507110350.j6B3oUoj060748@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 11 Jul 2005 03:50: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/databases/mysql-editor 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, 11 Jul 2005 03:50:31 -0000 mi 2005-07-11 03:50:30 UTC FreeBSD ports repository Modified files: databases/mysql-editor Makefile Log: Use the MASTER_SITE_MYSQL available only since 6 months ago... The original master site is no more. Notified by: kris (pointyhat) PR: ports/67311 ports/67226 Revision Changes Path 1.5 +2 -2 ports/databases/mysql-editor/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:54:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23ADE16A41C; Mon, 11 Jul 2005 03:54:27 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CC643D45; Mon, 11 Jul 2005 03:54:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3sQ3G060856; Mon, 11 Jul 2005 03:54:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3sQCu060855; Mon, 11 Jul 2005 03:54:26 GMT (envelope-from sam) Message-Id: <200507110354.j6B3sQCu060855@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:54:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LBL Cc: Subject: cvs commit: src/contrib/tcpdump - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:54:27 -0000 sam 2005-07-11 03:54:26 UTC FreeBSD src repository src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory repoman.freebsd.org:/tmp/cvs-serv60799 Log Message: Virgin import of tcpdump v3.9.1 (release) from tcpdump.org Approved by: re (scottl) Status: Vendor Tag: LBL Release Tags: v3_9_1 U src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/LICENSE U src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README U src/contrib/tcpdump/Readme.Win32 U src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/ah.h U src/contrib/tcpdump/aodv.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/arcnet.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/atm.h U src/contrib/tcpdump/atmuni31.h U src/contrib/tcpdump/bgp.h U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/cpack.c U src/contrib/tcpdump/cpack.h U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/decode_prefix.h U src/contrib/tcpdump/enc.h U src/contrib/tcpdump/esp.h U src/contrib/tcpdump/ether.h U src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h U src/contrib/tcpdump/gmpls.c U src/contrib/tcpdump/gmpls.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/icmp6.h U src/contrib/tcpdump/ieee802_11.h U src/contrib/tcpdump/ieee802_11_radio.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/ip.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ip6.h U src/contrib/tcpdump/ipfc.h U src/contrib/tcpdump/ipproto.c U src/contrib/tcpdump/ipproto.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/l2vpn.c U src/contrib/tcpdump/l2vpn.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/mpls.h U src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h U src/contrib/tcpdump/netdissect.h U src/contrib/tcpdump/nfs.h U src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/nlpid.c U src/contrib/tcpdump/nlpid.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf6.h U src/contrib/tcpdump/oui.c U src/contrib/tcpdump/oui.h U src/contrib/tcpdump/packetdat.awk U src/contrib/tcpdump/parsenfsfh.c U src/contrib/tcpdump/pcap-missing.h N src/contrib/tcpdump/pcap_dump_ftell.c U src/contrib/tcpdump/pf.h U src/contrib/tcpdump/pmap_prot.h U src/contrib/tcpdump/ppp.h U src/contrib/tcpdump/print-802_11.c U src/contrib/tcpdump/print-ah.c U src/contrib/tcpdump/print-aodv.c U src/contrib/tcpdump/print-ap1394.c U src/contrib/tcpdump/print-arcnet.c U src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c U src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c U src/contrib/tcpdump/print-beep.c U src/contrib/tcpdump/print-bfd.c U src/contrib/tcpdump/print-bgp.c C src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cip.c U src/contrib/tcpdump/print-cnfp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-eap.c U src/contrib/tcpdump/print-egp.c U src/contrib/tcpdump/print-eigrp.c U src/contrib/tcpdump/print-enc.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-ether.c U src/contrib/tcpdump/print-fddi.c C src/contrib/tcpdump/print-fr.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c U src/contrib/tcpdump/print-hsrp.c C src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c U src/contrib/tcpdump/rx.h U src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c U src/contrib/tcpdump/print-ipfc.c C src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-juniper.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c U src/contrib/tcpdump/print-ldp.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-lmp.c U src/contrib/tcpdump/print-lspping.c U src/contrib/tcpdump/print-lwres.c U src/contrib/tcpdump/print-mobile.c U src/contrib/tcpdump/print-mobility.c U src/contrib/tcpdump/print-mpls.c U src/contrib/tcpdump/print-msdp.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c U src/contrib/tcpdump/print-pflog.c N src/contrib/tcpdump/print-pgm.c C src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c U src/contrib/tcpdump/print-pptp.c U src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c U src/contrib/tcpdump/print-rsvp.c U src/contrib/tcpdump/print-rt6.c U src/contrib/tcpdump/print-rx.c U src/contrib/tcpdump/print-sctp.c U src/contrib/tcpdump/print-sip.c U src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-sll.c U src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c U src/contrib/tcpdump/print-stp.c U src/contrib/tcpdump/print-sunatm.c C src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-symantec.c U src/contrib/tcpdump/print-syslog.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c U src/contrib/tcpdump/print-timed.c U src/contrib/tcpdump/print-token.c U src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c U src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c U src/contrib/tcpdump/print-zephyr.c U src/contrib/tcpdump/route6d.h U src/contrib/tcpdump/rpc_auth.h U src/contrib/tcpdump/rpc_msg.h U src/contrib/tcpdump/sctpConstants.h U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/sctpHeader.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/slcompress.h U src/contrib/tcpdump/slip.h U src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h U src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c U src/contrib/tcpdump/tcp.h C src/contrib/tcpdump/tcpdump-stdinc.h C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c U src/contrib/tcpdump/telnet.h U src/contrib/tcpdump/timed.h U src/contrib/tcpdump/token.h U src/contrib/tcpdump/udp.h U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/os-osf4.h U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h U src/contrib/tcpdump/missing/datalinks.c U src/contrib/tcpdump/missing/dlnames.c U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h U src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h U src/contrib/tcpdump/missing/strdup.c U src/contrib/tcpdump/missing/strlcat.c U src/contrib/tcpdump/missing/strlcpy.c U src/contrib/tcpdump/missing/strsep.c 23 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/tcpdump From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:57:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AD016A41C; Mon, 11 Jul 2005 03:57:05 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C837643D4C; Mon, 11 Jul 2005 03:57:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3v4ri061072; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3v4PQ061071; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl) Message-Id: <200507110357.j6B3v4PQ061071@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 03:57: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/usr.sbin/sysinstall tcpip.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, 11 Jul 2005 03:57:05 -0000 scottl 2005-07-11 03:57:04 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall tcpip.c Log: Adapt sysinstall to the new dhclient. This includes explicitely telling it about the lease file location and not invoking it with the (non-existant) '-r' option. Releasing leases works vastly different now, so this isn't needed. Submitted by: sam Approved by: re Revision Changes Path 1.132 +9 -3 src/usr.sbin/sysinstall/tcpip.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 03:59:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C27916A41C; Mon, 11 Jul 2005 03:59:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E2443D45; Mon, 11 Jul 2005 03:59:25 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3xPjT061212; Mon, 11 Jul 2005 03:59:25 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3xP7l061211; Mon, 11 Jul 2005 03:59:25 GMT (envelope-from scottl) Message-Id: <200507110359.j6B3xP7l061211@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 03:59: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/release 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, 11 Jul 2005 03:59:26 -0000 scottl 2005-07-11 03:59:25 UTC FreeBSD src repository Modified files: release Makefile Log: Adapt the mfsroot environment of sysinstall to the needs of the new dhclient. This involves having passwd bits available so that seteuid("_dhcp") work, and creating /var/empty so that chroot(_VAR_EMPTY) works. My gut feeling is that the better solution is to make privsep and chroot optional in dhclient, but this works well for now and is low-risk. Approved by: re Revision Changes Path 1.887 +4 -1 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 04:14:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF57A16A41C; Mon, 11 Jul 2005 04:14:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AA043D46; Mon, 11 Jul 2005 04:14:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B4E3Ln061841; Mon, 11 Jul 2005 04:14:03 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B4E3JK061840; Mon, 11 Jul 2005 04:14:03 GMT (envelope-from sam) Message-Id: <200507110414.j6B4E3JK061840@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 04:14:02 +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/contrib/tcpdump addrtoname.c interface.h print-atm.c print-bootp.c print-domain.c print-ether.c print-fr.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.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, 11 Jul 2005 04:14:03 -0000 sam 2005-07-11 04:14:02 UTC FreeBSD src repository Modified files: contrib/tcpdump addrtoname.c interface.h print-atm.c print-bootp.c print-domain.c print-ether.c print-fr.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c print-ppp.c print-sunrpc.c tcpdump-stdinc.h tcpdump.1 tcpdump.c Log: resolve merge conflicts Approved by: re (scottl) Revision Changes Path 1.14 +28 -13 src/contrib/tcpdump/addrtoname.c 1.11 +17 -4 src/contrib/tcpdump/interface.h 1.11 +5 -5 src/contrib/tcpdump/print-atm.c 1.11 +15 -5 src/contrib/tcpdump/print-bootp.c 1.12 +4 -3 src/contrib/tcpdump/print-domain.c 1.16 +2 -18 src/contrib/tcpdump/print-ether.c 1.6 +115 -83 src/contrib/tcpdump/print-fr.c 1.11 +34 -12 src/contrib/tcpdump/print-icmp.c 1.13 +5 -1 src/contrib/tcpdump/print-ip.c 1.7 +14 -1 src/contrib/tcpdump/print-ip6.c 1.9 +7 -3 src/contrib/tcpdump/print-ipx.c 1.15 +258 -42 src/contrib/tcpdump/print-isoclns.c 1.11 +171 -106 src/contrib/tcpdump/print-llc.c 1.12 +6 -4 src/contrib/tcpdump/print-nfs.c 1.11 +3 -2 src/contrib/tcpdump/print-ntp.c 1.11 +31 -48 src/contrib/tcpdump/print-null.c 1.8 +5 -6 src/contrib/tcpdump/print-pim.c 1.16 +188 -105 src/contrib/tcpdump/print-ppp.c 1.11 +14 -13 src/contrib/tcpdump/print-sunrpc.c 1.3 +22 -1 src/contrib/tcpdump/tcpdump-stdinc.h 1.15 +46 -15 src/contrib/tcpdump/tcpdump.1 1.10 +23 -2 src/contrib/tcpdump/tcpdump.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 04:14:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5DA16A41C; Mon, 11 Jul 2005 04:14:42 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8150243D45; Mon, 11 Jul 2005 04:14:42 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B4Egwq061879; Mon, 11 Jul 2005 04:14:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B4Eg3Y061878; Mon, 11 Jul 2005 04:14:42 GMT (envelope-from sam) Message-Id: <200507110414.j6B4Eg3Y061878@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 04:14: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.sbin/tcpdump/tcpdump Makefile config.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, 11 Jul 2005 04:14:43 -0000 sam 2005-07-11 04:14:42 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: update for v3.9.1 (releaes) Approved by: re (scottl) Revision Changes Path 1.43 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile 1.7 +3 -0 src/usr.sbin/tcpdump/tcpdump/config.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:14:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 248ED16A41C; Mon, 11 Jul 2005 05:14:27 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F8D43D55; Mon, 11 Jul 2005 05:14:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5EQmM071136; Mon, 11 Jul 2005 05:14:26 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5EQUL071135; Mon, 11 Jul 2005 05:14:26 GMT (envelope-from novel) Message-Id: <200507110514.j6B5EQUL071135@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 05:14: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/misc/gaim-ignorance 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, 11 Jul 2005 05:14:27 -0000 novel 2005-07-11 05:14:26 UTC FreeBSD ports repository Modified files: misc/gaim-ignorance Makefile distinfo Log: Update to 1.3.1.2. PR: 83231 Submitted by: Kevin Brunelle (maintainer) Revision Changes Path 1.6 +1 -2 ports/misc/gaim-ignorance/Makefile 1.3 +2 -2 ports/misc/gaim-ignorance/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:19:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35C816A41C; Mon, 11 Jul 2005 05:19:04 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32CA43D45; Mon, 11 Jul 2005 05:19:04 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5J4u1071292; Mon, 11 Jul 2005 05:19:04 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5J4KP071291; Mon, 11 Jul 2005 05:19:04 GMT (envelope-from novel) Message-Id: <200507110519.j6B5J4KP071291@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 05:19: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/databases/py-sybase 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, 11 Jul 2005 05:19:05 -0000 novel 2005-07-11 05:19:04 UTC FreeBSD ports repository Modified files: databases/py-sybase Makefile distinfo pkg-plist Log: Update to 0.37. PR: 83241 Submitted by: Gregory Bond (maintainer) Revision Changes Path 1.4 +1 -1 ports/databases/py-sybase/Makefile 1.3 +4 -4 ports/databases/py-sybase/distinfo 1.2 +1 -0 ports/databases/py-sybase/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:23:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B34A16A41C; Mon, 11 Jul 2005 05:23:06 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7D943D49; Mon, 11 Jul 2005 05:23:06 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5N5a2071484; Mon, 11 Jul 2005 05:23:05 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5N5Rl071483; Mon, 11 Jul 2005 05:23:05 GMT (envelope-from novel) Message-Id: <200507110523.j6B5N5Rl071483@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 05:23: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/py-albatross 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, 11 Jul 2005 05:23:06 -0000 novel 2005-07-11 05:23:05 UTC FreeBSD ports repository Modified files: www/py-albatross Makefile distinfo pkg-plist Log: Update to 1.30. PR: 83242 Submitted by: Gregory Bond (maintainer) Revision Changes Path 1.7 +1 -1 ports/www/py-albatross/Makefile 1.7 +4 -4 ports/www/py-albatross/distinfo 1.5 +42 -1 ports/www/py-albatross/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:36:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E51FC16A41C; Mon, 11 Jul 2005 05:36:25 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DB843D45; Mon, 11 Jul 2005 05:36:25 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5aP8D071937; Mon, 11 Jul 2005 05:36:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5aPQI071936; Mon, 11 Jul 2005 05:36:25 GMT (envelope-from ahze) Message-Id: <200507110536.j6B5aPQI071936@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 05:36: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/graphics/exiv2 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, 11 Jul 2005 05:36:26 -0000 ahze 2005-07-11 05:36:25 UTC FreeBSD ports repository Modified files: graphics/exiv2 Makefile distinfo pkg-plist Log: - Update to 0.7 Revision Changes Path 1.7 +1 -1 ports/graphics/exiv2/Makefile 1.5 +2 -2 ports/graphics/exiv2/distinfo 1.2 +8 -1 ports/graphics/exiv2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:38:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409F416A41C; Mon, 11 Jul 2005 05:38:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0284643D45; Mon, 11 Jul 2005 05:38:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5cVa4072020; Mon, 11 Jul 2005 05:38:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5cV39072019; Mon, 11 Jul 2005 05:38:31 GMT (envelope-from ahze) Message-Id: <200507110538.j6B5cV39072019@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 05:38: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/libcddb 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, 11 Jul 2005 05:38:32 -0000 ahze 2005-07-11 05:38:31 UTC FreeBSD ports repository Modified files: audio/libcddb Makefile distinfo pkg-plist Log: - Update to 1.1.0 Revision Changes Path 1.11 +1 -1 ports/audio/libcddb/Makefile 1.6 +2 -2 ports/audio/libcddb/distinfo 1.5 +2 -1 ports/audio/libcddb/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:38:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E65516A41C; Mon, 11 Jul 2005 05:38:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A8243D46; Mon, 11 Jul 2005 05:38:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5cxJd072058; Mon, 11 Jul 2005 05:38:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5cxPY072057; Mon, 11 Jul 2005 05:38:59 GMT (envelope-from ahze) Message-Id: <200507110538.j6B5cxPY072057@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 05:38: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/sysutils/libcdio 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, 11 Jul 2005 05:38:59 -0000 ahze 2005-07-11 05:38:59 UTC FreeBSD ports repository Modified files: sysutils/libcdio Makefile Log: - Chase lib version in libcddb, bump PORTREVISION Revision Changes Path 1.13 +2 -1 ports/sysutils/libcdio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:44:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C9AB16A41C; Mon, 11 Jul 2005 05:44:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9D643D53; Mon, 11 Jul 2005 05:44:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5iDsh072300; Mon, 11 Jul 2005 05:44:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5iDbF072299; Mon, 11 Jul 2005 05:44:13 GMT (envelope-from ahze) Message-Id: <200507110544.j6B5iDbF072299@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 05: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/minisapserver 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, 11 Jul 2005 05:44:13 -0000 ahze 2005-07-11 05:44:13 UTC FreeBSD ports repository Modified files: net/minisapserver Makefile distinfo Log: - Update to 0.3.0 Revision Changes Path 1.8 +7 -9 ports/net/minisapserver/Makefile 1.3 +2 -2 ports/net/minisapserver/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 05:54:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674A216A41C; Mon, 11 Jul 2005 05:54:53 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B87E43D46; Mon, 11 Jul 2005 05:54:53 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B5sqWE072623; Mon, 11 Jul 2005 05:54:52 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B5sqHO072622; Mon, 11 Jul 2005 05:54:52 GMT (envelope-from ahze) Message-Id: <200507110554.j6B5sqHO072622@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 05:54: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/games/supertux 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, 11 Jul 2005 05:54:53 -0000 ahze 2005-07-11 05:54:52 UTC FreeBSD ports repository Modified files: games/supertux Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.1.3 - Update WWW and MASTER_SITES Revision Changes Path 1.9 +3 -4 ports/games/supertux/Makefile 1.5 +2 -2 ports/games/supertux/distinfo 1.2 +1 -1 ports/games/supertux/pkg-descr 1.5 +42 -27 ports/games/supertux/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 06:04:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DD616A41C; Mon, 11 Jul 2005 06:04:48 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E9B43D46; Mon, 11 Jul 2005 06:04:47 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B64lqZ073029; Mon, 11 Jul 2005 06:04:47 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B64lXS073028; Mon, 11 Jul 2005 06:04:47 GMT (envelope-from demon) Message-Id: <200507110604.j6B64lXS073028@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 11 Jul 2005 06:04: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/www/squidclients Makefile ports/www/squidtimes 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, 11 Jul 2005 06:04:48 -0000 demon 2005-07-11 06:04:47 UTC FreeBSD ports repository Modified files: www/squidclients Makefile www/squidtimes Makefile Log: Correct MASTER_SITES. Noticed by: kris Revision Changes Path 1.11 +1 -1 ports/www/squidclients/Makefile 1.13 +1 -3 ports/www/squidtimes/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 06:18:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CFC16A41C; Mon, 11 Jul 2005 06:18:57 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E54043D49; Mon, 11 Jul 2005 06:18:57 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B6Iv8G073559; Mon, 11 Jul 2005 06:18:57 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B6Ivgp073558; Mon, 11 Jul 2005 06:18:57 GMT (envelope-from dougb) Message-Id: <200507110618.j6B6Ivgp073558@repoman.freebsd.org> From: Doug Barton Date: Mon, 11 Jul 2005 06:18: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/editors/pico 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, 11 Jul 2005 06:18:57 -0000 dougb 2005-07-11 06:18:57 UTC FreeBSD ports repository Modified files: editors/pico Makefile distinfo Log: Update to latest Pine distfile Revision Changes Path 1.17 +1 -1 ports/editors/pico/Makefile 1.13 +4 -2 ports/editors/pico/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 06:37:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95A916A41C; Mon, 11 Jul 2005 06:37:50 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F4143D48; Mon, 11 Jul 2005 06:37:50 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B6bow8075947; Mon, 11 Jul 2005 06:37:50 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B6bopw075946; Mon, 11 Jul 2005 06:37:50 GMT (envelope-from scottl) Message-Id: <200507110637.j6B6bopw075946@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 06:37: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/releases/6.0R todo.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, 11 Jul 2005 06:37:51 -0000 scottl 2005-07-11 06:37:50 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Move the sysinstall+dhclient issue to the testing column and flesh out some of the other recent items. Revision Changes Path 1.11 +21 -10 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 06:42:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A9516A41C; Mon, 11 Jul 2005 06:42:38 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FFA43D5C; Mon, 11 Jul 2005 06:42:38 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B6gcEB076464; Mon, 11 Jul 2005 06:42:38 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B6gcGu076463; Mon, 11 Jul 2005 06:42:38 GMT (envelope-from silby) Message-Id: <200507110642.j6B6gcGu076463@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 11 Jul 2005 06:42: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: 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: Mon, 11 Jul 2005 06:42:39 -0000 silby 2005-07-11 06:42:38 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that Damien Bergamini (damien@) is now free of the shackles of mentorship. Approved by: core (implicit) Revision Changes Path 1.715 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:03:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1435A16A41C; Mon, 11 Jul 2005 07:03:03 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB7043D48; Mon, 11 Jul 2005 07:03:02 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7321U077540; Mon, 11 Jul 2005 07:03:02 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7327g077539; Mon, 11 Jul 2005 07:03:02 GMT (envelope-from scottl) Message-Id: <200507110703.j6B7327g077539@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 07:03:02 +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.0R todo.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, 11 Jul 2005 07:03:03 -0000 scottl 2005-07-11 07:03:02 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Reformat to make readable by humans. Use entities for names. Revision Changes Path 1.12 +130 -52 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:25:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B2516A41C; Mon, 11 Jul 2005 07:25:55 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FC043D45; Mon, 11 Jul 2005 07:25:54 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7PsjV083006; Mon, 11 Jul 2005 07:25:54 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7Ps6f083003; Mon, 11 Jul 2005 07:25:54 GMT (envelope-from markm) Message-Id: <200507110725.j6B7Ps6f083003@repoman.freebsd.org> From: Mark Murray Date: Mon, 11 Jul 2005 07:25: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/math/jacal Makefile distinfo pkg-plist ports/math/jacal/files patch-jacal.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, 11 Jul 2005 07:25:55 -0000 markm 2005-07-11 07:25:54 UTC FreeBSD ports repository Modified files: math/jacal Makefile distinfo pkg-plist math/jacal/files patch-jacal.sh Log: Update to version 1b5, make it fetchable again. Revision Changes Path 1.7 +2 -3 ports/math/jacal/Makefile 1.4 +2 -2 ports/math/jacal/distinfo 1.2 +9 -9 ports/math/jacal/files/patch-jacal.sh 1.3 +0 -1 ports/math/jacal/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:45:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDFF16A41C; Mon, 11 Jul 2005 07:45:33 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1B043D46; Mon, 11 Jul 2005 07:45:32 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7jW30086554; Mon, 11 Jul 2005 07:45:32 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7jWwN086553; Mon, 11 Jul 2005 07:45:32 GMT (envelope-from skv) Message-Id: <200507110745.j6B7jWwN086553@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 11 Jul 2005 07:45: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/p5-DBD-mysql Makefile ports/databases/p5-DBD-mysql/files patch-dbdimp.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, 11 Jul 2005 07:45:33 -0000 skv 2005-07-11 07:45:31 UTC FreeBSD ports repository Modified files: databases/p5-DBD-mysql Makefile Added files: databases/p5-DBD-mysql/files patch-dbdimp.c Log: Fix build for mysql < 4.0103 Revision Changes Path 1.56 +1 -0 ports/databases/p5-DBD-mysql/Makefile 1.1 +12 -0 ports/databases/p5-DBD-mysql/files/patch-dbdimp.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:51:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A4D16A41C; Mon, 11 Jul 2005 07:51:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A964443D58; Mon, 11 Jul 2005 07:51:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7pQof087026; Mon, 11 Jul 2005 07:51:26 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7pQAR087025; Mon, 11 Jul 2005 07:51:26 GMT (envelope-from scottl) Message-Id: <200507110751.j6B7pQAR087025@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 07:51:25 +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.0R todo.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, 11 Jul 2005 07:51:27 -0000 scottl 2005-07-11 07:51:25 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add another bug from Kris. Revision Changes Path 1.13 +10 -1 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:55:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1128616A41C; Mon, 11 Jul 2005 07:55:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D840743D45; Mon, 11 Jul 2005 07:55:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7tVZX089701; Mon, 11 Jul 2005 07:55:31 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7tVuY089693; Mon, 11 Jul 2005 07:55:31 GMT (envelope-from jylefort) Message-Id: <200507110755.j6B7tVuY089693@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 11 Jul 2005 07:55: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 Makefile ports/devel/p5-Sort-Array 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, 11 Jul 2005 07:55:32 -0000 jylefort 2005-07-11 07:55:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Sort-Array Makefile distinfo pkg-descr pkg-plist Log: Add p5-Sort-Array. This extended sorting algorithm allows you to a) sort an array by ANY field number, not only the first b) find duplicates in your data-set and sort them out. WWW: http://search.cpan.org/dist/Sort-Array/ PR: ports/82968 Submitted by: Emanuel Haupt Revision Changes Path 1.1922 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Sort-Array/Makefile (new) 1.1 +2 -0 ports/devel/p5-Sort-Array/distinfo (new) 1.1 +9 -0 ports/devel/p5-Sort-Array/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Sort-Array/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:56:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECE916A41C; Mon, 11 Jul 2005 07:56:28 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1094D43D46; Mon, 11 Jul 2005 07:56:28 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7uRrv090792; Mon, 11 Jul 2005 07:56:27 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7uRY5090783; Mon, 11 Jul 2005 07:56:27 GMT (envelope-from skv) Message-Id: <200507110756.j6B7uRY5090783@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 11 Jul 2005 07:56: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/devel/p5-Proc-ProcessTable 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, 11 Jul 2005 07:56:28 -0000 skv 2005-07-11 07:56:27 UTC FreeBSD ports repository Modified files: devel/p5-Proc-ProcessTable Makefile distinfo Log: Update to 0.40 Revision Changes Path 1.15 +1 -2 ports/devel/p5-Proc-ProcessTable/Makefile 1.9 +2 -2 ports/devel/p5-Proc-ProcessTable/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 07:56:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E6316A420; Mon, 11 Jul 2005 07:56:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C2D43D46; Mon, 11 Jul 2005 07:56:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B7uUF9090861; Mon, 11 Jul 2005 07:56:30 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B7uU1f090860; Mon, 11 Jul 2005 07:56:30 GMT (envelope-from jylefort) Message-Id: <200507110756.j6B7uU1f090860@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 11 Jul 2005 07:56: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: Mon, 11 Jul 2005 07:56:31 -0000 jylefort 2005-07-11 07:56:30 UTC FreeBSD ports repository Modified files: . modules Log: p5-Sort-Array --> ports/devel/p5-Sort-Array Revision Changes Path 1.12795 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:02:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DE416A41C; Mon, 11 Jul 2005 08:02:44 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8739543D46; Mon, 11 Jul 2005 08:02:44 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B82iPI098078; Mon, 11 Jul 2005 08:02:44 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B82ins098067; Mon, 11 Jul 2005 08:02:44 GMT (envelope-from scottl) Message-Id: <200507110802.j6B82ins098067@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:02: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: www/en/releases/6.0R todo.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, 11 Jul 2005 08:02:44 -0000 scottl 2005-07-11 08:02:43 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add item for OpenBSM. Revision Changes Path 1.14 +9 -1 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:09:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FEF16A41C; Mon, 11 Jul 2005 08:09:46 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D1243D49; Mon, 11 Jul 2005 08:09:46 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B89kax099336; Mon, 11 Jul 2005 08:09:46 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B89jEr099335; Mon, 11 Jul 2005 08:09:46 GMT (envelope-from jylefort) Message-Id: <200507110809.j6B89jEr099335@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 11 Jul 2005 08:09: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/devel Makefile ports/devel/p5-Algorithm-Bucketizer 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, 11 Jul 2005 08:09:47 -0000 jylefort 2005-07-11 08:09:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Algorithm-Bucketizer Makefile distinfo pkg-descr pkg-plist Log: Add p5-Algorithm-Bucketizer. Algorithm::Bucketizer distributes items of a defined size into a number of dynamically created buckets, each of them capable of holding items of a defined total size. WWW: http://search.cpan.org/search?dist=Algorithm-Bucketizer PR: ports/83064 Submitted by: Christopher Boumenot Revision Changes Path 1.1923 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-Algorithm-Bucketizer/Makefile (new) 1.1 +2 -0 ports/devel/p5-Algorithm-Bucketizer/distinfo (new) 1.1 +5 -0 ports/devel/p5-Algorithm-Bucketizer/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Algorithm-Bucketizer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:11:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E9916A41C; Mon, 11 Jul 2005 08:11:03 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDBC43D46; Mon, 11 Jul 2005 08:11:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8B2iI099436; Mon, 11 Jul 2005 08:11:02 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8B21e099435; Mon, 11 Jul 2005 08:11:02 GMT (envelope-from jylefort) Message-Id: <200507110811.j6B8B21e099435@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 11 Jul 2005 08:11: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: Mon, 11 Jul 2005 08:11:03 -0000 jylefort 2005-07-11 08:11:02 UTC FreeBSD ports repository Modified files: . modules Log: p5-Algorithm-Bucketizer --> ports/devel/p5-Algorithm-Bucketizer Revision Changes Path 1.12796 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:26:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9490016A41F; Mon, 11 Jul 2005 08:26:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8903843D5E; Mon, 11 Jul 2005 08:26:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8QKOr000225; Mon, 11 Jul 2005 08:26:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8QKff000224; Mon, 11 Jul 2005 08:26:20 GMT (envelope-from sem) Message-Id: <200507110826.j6B8QKff000224@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 08:26: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/digest Makefile distinfo pkg-descr ports/security/digest/files Makefile Makefile.in bits.c config.guess config.h.in config.sub configure digest.1 digest.c install-sh md5.h md5c.c md5hl.c missing mkinstalldirs regress.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, 11 Jul 2005 08:26:23 -0000 sem 2005-07-11 08:26:20 UTC FreeBSD ports repository Modified files: security/digest Makefile distinfo pkg-descr Removed files: security/digest/files Makefile Makefile.in bits.c config.guess config.h.in config.sub configure digest.1 digest.c install-sh md5.h md5c.c md5hl.c missing mkinstalldirs regress.sh rmd160.c rmd160.h rmd160hl.c sha1.c sha1.h sha1hl.c sha2.c sha2.h sha2hl.c Log: - Update to latest NetBSD snapshot - Use tarball instead of set of files - Pass maintainership to submitter PR: ports/83180 Submitted by: Vsevolod Stakhov Approved by: eik MIA Revision Changes Path 1.16 +3 -12 ports/security/digest/Makefile 1.2 +2 -1 ports/security/digest/distinfo 1.3 +0 -40 ports/security/digest/files/Makefile (dead) 1.2 +0 -165 ports/security/digest/files/Makefile.in (dead) 1.2 +0 -184 ports/security/digest/files/bits.c (dead) 1.2 +0 -8 ports/security/digest/files/config.guess (dead) 1.2 +0 -278 ports/security/digest/files/config.h.in (dead) 1.2 +0 -8 ports/security/digest/files/config.sub (dead) 1.2 +0 -6239 ports/security/digest/files/configure (dead) 1.5 +0 -101 ports/security/digest/files/digest.1 (dead) 1.4 +0 -196 ports/security/digest/files/digest.c (dead) 1.2 +0 -251 ports/security/digest/files/install-sh (dead) 1.4 +0 -53 ports/security/digest/files/md5.h (dead) 1.4 +0 -375 ports/security/digest/files/md5c.c (dead) 1.4 +0 -126 ports/security/digest/files/md5hl.c (dead) 1.2 +0 -283 ports/security/digest/files/missing (dead) 1.2 +0 -40 ports/security/digest/files/mkinstalldirs (dead) 1.2 +0 -72 ports/security/digest/files/regress.sh (dead) 1.4 +0 -470 ports/security/digest/files/rmd160.c (dead) 1.4 +0 -46 ports/security/digest/files/rmd160.h (dead) 1.4 +0 -111 ports/security/digest/files/rmd160hl.c (dead) 1.4 +0 -288 ports/security/digest/files/sha1.c (dead) 1.4 +0 -28 ports/security/digest/files/sha1.h (dead) 1.4 +0 -117 ports/security/digest/files/sha1hl.c (dead) 1.3 +0 -975 ports/security/digest/files/sha2.c (dead) 1.3 +0 -151 ports/security/digest/files/sha2.h (dead) 1.3 +0 -262 ports/security/digest/files/sha2hl.c (dead) 1.4 +2 -2 ports/security/digest/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:27:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE8C16A451; Mon, 11 Jul 2005 08:27:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BAD43D48; Mon, 11 Jul 2005 08:27:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8RJhV000320; Mon, 11 Jul 2005 08:27:19 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8RIRE000319; Mon, 11 Jul 2005 08:27:18 GMT (envelope-from sem) Message-Id: <200507110827.j6B8RIRE000319@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 08:27: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/security/rdigest Makefile pkg-descr ports/security/rdigest/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 08:27:19 -0000 sem 2005-07-11 08:27:18 UTC FreeBSD ports repository Modified files: security/rdigest Makefile pkg-descr security/rdigest/files patch-aa patch-ab patch-ac Log: - Sync with master port update PR: ports/83181 Submitted by: Vsevolod Stakhov Revision Changes Path 1.2 +2 -0 ports/security/rdigest/Makefile 1.2 +8 -8 ports/security/rdigest/files/patch-aa 1.2 +20 -19 ports/security/rdigest/files/patch-ab 1.2 +11 -5 ports/security/rdigest/files/patch-ac 1.2 +8 -39 ports/security/rdigest/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:31:13 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B140816A41C for ; Mon, 11 Jul 2005 08:31:13 +0000 (GMT) (envelope-from qt4-preview-feedback-request@trolltech.com) Received: from esparsett.troll.no (esparsett.troll.no [80.232.37.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E52E43D46 for ; Mon, 11 Jul 2005 08:31:13 +0000 (GMT) (envelope-from qt4-preview-feedback-request@trolltech.com) Received: from esparsett.troll.no (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id A39A5550 for ; Mon, 11 Jul 2005 10:31:11 +0200 (CEST) Received: by esparsett.troll.no (Postfix, from userid 7155) id 9BB3B55F; Mon, 11 Jul 2005 10:31:11 +0200 (CEST) To: cvs-all@freebsd.org References: <20050711083054.470E0549@esparsett.troll.no> In-Reply-To: <20050711083054.470E0549@esparsett.troll.no> X-Loop: qt4-preview-feedback@trolltech.com From: qt4-preview-feedback-request@trolltech.com Message-Id: <20050711083111.9BB3B55F@esparsett.troll.no> Date: Mon, 11 Jul 2005 10:31:11 +0200 (CEST) Subject: Re: [PMX:VIRUS] Mail System Error - Returned Mail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 08:31:13 -0000 You aren't subscribed to this list, and we allow posting only from subscribers. Please see http://lists.trolltech.com/ for subscription information. This is a multi-part message in MIME format. ------=_NextPart_000_0008_C0E86043.18E8FC59 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The message could not be delivered ------=_NextPart_000_0008_C0E86043.18E8FC59 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original content of this message part has been replaced by this text because it tested positive for the following virus(es): W32/MyDoom-O, W32/MyDoom-O, W32/MyDoom-O The original message has been quarantined pending further action by the mail administrator. For further information about the message and its delivery status, please contact the undersigned, and include the full content of this message. The identifier for this message is '42D22E4F_24214_559_1'. This notification is being sent to you and any other original envelope recipient(s). To avoid creating a nuisance and to keep mail traffic under control, the original sender of the message has NOT been notified. However, you may want to notify the sender at your discretion. The Management PureMessage Admin ------=_NextPart_000_0008_C0E86043.18E8FC59-- From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:34:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BE916A41C; Mon, 11 Jul 2005 08:34:49 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6795A43D48; Mon, 11 Jul 2005 08:34:49 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8Yn7U000765; Mon, 11 Jul 2005 08:34:49 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8YnDZ000764; Mon, 11 Jul 2005 08:34:49 GMT (envelope-from scottl) Message-Id: <200507110834.j6B8YnDZ000764@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:34: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/sys param.h 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: Mon, 11 Jul 2005 08:34:49 -0000 scottl 2005-07-11 08:34:49 UTC FreeBSD src repository Modified files: sys/sys param.h sys/conf newvers.sh Log: Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT. Approved by: re Revision Changes Path 1.70 +1 -1 src/sys/conf/newvers.sh 1.245 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:45:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B916A41C; Mon, 11 Jul 2005 08:45:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12A343D49; Mon, 11 Jul 2005 08:45:10 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8jA1a001214; Mon, 11 Jul 2005 08:45:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8jAeK001213; Mon, 11 Jul 2005 08:45:10 GMT (envelope-from scottl) Message-Id: <200507110845.j6B8jAeK001213@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:45:10 +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/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: Mon, 11 Jul 2005 08:45:11 -0000 scottl 2005-07-11 08:45:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf newvers.sh Log: Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. Approved by: re Revision Changes Path 1.69.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Mon Jul 11 08:50:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184AF16A41C; Mon, 11 Jul 2005 08:50:07 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4B443D45; Mon, 11 Jul 2005 08:50:06 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8o6Sg008385; Mon, 11 Jul 2005 08:50:06 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8o6nS008384; Mon, 11 Jul 2005 08:50:06 GMT (envelope-from scottl) Message-Id: <200507110850.j6B8o6nS008384@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:50:06 +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 approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 08:50:07 -0000 scottl 2005-07-11 08:50:06 UTC FreeBSD src repository Modified files: . approvers Log: Put RELENG_6 under re@ control. Approved by: core (implicit) Revision Changes Path 1.24 +1 -0 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:01:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBCE16A41C; Mon, 11 Jul 2005 09:01:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1DF43D46; Mon, 11 Jul 2005 09:01:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B91oP4008858; Mon, 11 Jul 2005 09:01:51 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B91oGW008857; Mon, 11 Jul 2005 09:01:50 GMT (envelope-from sem) Message-Id: <200507110901.j6B91oGW008857@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 09:01: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/databases/memcached Makefile distinfo pkg-plist ports/databases/memcached/files memcached.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, 11 Jul 2005 09:01:51 -0000 sem 2005-07-11 09:01:50 UTC FreeBSD ports repository Modified files: databases/memcached Makefile distinfo pkg-plist Added files: databases/memcached/files memcached.sh Log: - Update to 1.1.12 - rcNGfy Submitted by: glebius Approved by: maintainer timeout (1 month) Revision Changes Path 1.12 +10 -2 ports/databases/memcached/Makefile 1.5 +2 -2 ports/databases/memcached/distinfo 1.1 +21 -0 ports/databases/memcached/files/memcached.sh (new) 1.4 +1 -0 ports/databases/memcached/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:20:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541D316A41C; Mon, 11 Jul 2005 09:20:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162FE43D45; Mon, 11 Jul 2005 09:20:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B9Ks3W009657; Mon, 11 Jul 2005 09:20:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B9Ks1h009656; Mon, 11 Jul 2005 09:20:54 GMT (envelope-from pav) Message-Id: <200507110920.j6B9Ks1h009656@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 09: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/games/freeciv 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, 11 Jul 2005 09:20:55 -0000 pav 2005-07-11 09:20:54 UTC FreeBSD ports repository Modified files: games/freeciv Makefile distinfo Log: - Update to 2.0.2 PR: ports/82503 Submitted by: Vsevolod Stakhov Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.64 +1 -2 ports/games/freeciv/Makefile 1.25 +2 -2 ports/games/freeciv/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:30:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EADA16A41C; Mon, 11 Jul 2005 09:30:02 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4E543D46; Mon, 11 Jul 2005 09:30:02 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B9U1aJ009979; Mon, 11 Jul 2005 09:30:01 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B9U1sE009978; Mon, 11 Jul 2005 09:30:01 GMT (envelope-from novel) Message-Id: <200507110930.j6B9U1sE009978@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 09: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/net/dosdetector 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, 11 Jul 2005 09:30:02 -0000 novel 2005-07-11 09:30:01 UTC FreeBSD ports repository Modified files: net/dosdetector Makefile distinfo Log: Update to 20050711 snapshot. PR: 83246 Submitted by: Krzysztof Pawlowski (maintainer) Revision Changes Path 1.6 +2 -2 ports/net/dosdetector/Makefile 1.6 +2 -2 ports/net/dosdetector/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:36:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D38216A41C; Mon, 11 Jul 2005 09:36:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BB443D48; Mon, 11 Jul 2005 09:36:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B9aNx5010322; Mon, 11 Jul 2005 09:36:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B9aNkS010321; Mon, 11 Jul 2005 09:36:23 GMT (envelope-from pav) Message-Id: <200507110936.j6B9aNkS010321@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 09:36: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/games Makefile ports/games/filters 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, 11 Jul 2005 09:36:24 -0000 pav 2005-07-11 09:36:23 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/filters Makefile distinfo pkg-descr pkg-plist Log: A collection of command line filters, including B1FF and the Swedish Chef. No personal, racial, societal slurs are intended. For amusement only. All the filters read input from stdin, change it, and write the filtered text to stdout. PR: ports/83119 Submitted by: Emanuel Haupt Bribed by: swiss chocolate Revision Changes Path 1.774 +1 -0 ports/games/Makefile 1.1 +64 -0 ports/games/filters/Makefile (new) 1.1 +2 -0 ports/games/filters/distinfo (new) 1.1 +10 -0 ports/games/filters/pkg-descr (new) 1.1 +23 -0 ports/games/filters/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:37:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D948316A41F; Mon, 11 Jul 2005 09:37:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FC243D46; Mon, 11 Jul 2005 09:37:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B9bA3Z010368; Mon, 11 Jul 2005 09:37:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B9bAIc010367; Mon, 11 Jul 2005 09:37:10 GMT (envelope-from pav) Message-Id: <200507110937.j6B9bAIc010367@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 09:37: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: Mon, 11 Jul 2005 09:37:11 -0000 pav 2005-07-11 09:37:10 UTC FreeBSD ports repository Modified files: . modules Log: filters --> ports/games/filters Revision Changes Path 1.12797 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:45:05 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA7716A41C; Mon, 11 Jul 2005 09:45:05 +0000 (GMT) (envelope-from yz@iptcom.net) Received: from yz.iptelecom.net.ua (yz.iptelecom.net.ua [212.9.224.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9056E43D4C; Mon, 11 Jul 2005 09:45:04 +0000 (GMT) (envelope-from yz@iptcom.net) Received: from yz.iptelecom.net.ua (localhost [127.0.0.1]) by yz.iptelecom.net.ua (8.13.3/8.13.3) with ESMTP id j6B9j0L1011981; Mon, 11 Jul 2005 12:45:01 +0300 (EEST) (envelope-from yz@iptcom.net) Received: (from yz@localhost) by yz.iptelecom.net.ua (8.13.3/8.13.3/Submit) id j6B9j0sT011980; Mon, 11 Jul 2005 12:45:00 +0300 (EEST) (envelope-from yz@iptcom.net) Date: Mon, 11 Jul 2005 12:45:00 +0300 From: "George L. Yermulnik" To: "Vanilla I. Shu" Message-ID: <20050711094500.GV67228@iptelecom.net.ua> References: <200507090143.j691hC5F013621@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507090143.j691hC5F013621@repoman.freebsd.org> Organization: IPTelecom Ltd. X-Phone: 380 (44) 238-8989 X-NCC-RegID: ua.iptcom User-Agent: Mutt/1.5.7i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/enlightenment-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "George L. Yermulnik" List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 09:45:05 -0000 Hello! On Sat, 09 Jul 2005 at 01:43:12 (+0000), Vanilla I. Shu wrote: > vanilla 2005-07-09 01:43:12 UTC > FreeBSD ports repository > Modified files: > x11-wm/enlightenment-devel Makefile > Log: > Add USE_GETTEXT and NO_LATEST_LINK. Can't build on my FreeBSD 4.11 with the latest ports tree =( --- cut --- ===> Building for enlightenment-0.16.999.010_1 make all-recursive Making all in src Making all in bin cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I../.. -I../../src/bin -I../../src/lib -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC -I/usr/local/include -I/usr/X11R6/include -O -pipe -c e_ipc.c Assembler messages: FATAL: can't create e_ipc.o: Permission denied In file included from e_ipc.c:77: e_ipc_handlers.h: In function `_e_ipc_cb_client_data': e_ipc_handlers.h:307: syntax error before `*' e_ipc_handlers.h:308: `m' undeclared (first use in this function) e_ipc_handlers.h:308: (Each undeclared identifier is reported only once e_ipc_handlers.h:308: for each function it appears in.) e_ipc_handlers.h:326: syntax error before `*' e_ipc_handlers.h:344: syntax error before `*' e_ipc_handlers.h:418: syntax error before `*' e_ipc_handlers.h:424: `l' undeclared (first use in this function) e_ipc_handlers.h:425: `man' undeclared (first use in this function) e_ipc_handlers.h:426: `ll' undeclared (first use in this function) e_ipc_handlers.h:427: `con' undeclared (first use in this function) e_ipc_handlers.h:428: `zone' undeclared (first use in this function) e_ipc_handlers.h:476: syntax error before `*' e_ipc_handlers.h:477: syntax error before `*' e_ipc_handlers.h:479: `fa_list' undeclared (first use in this function) e_ipc_handlers.h:480: `fa' undeclared (first use in this function) e_ipc_handlers.h:481: `dat' undeclared (first use in this function) e_ipc_handlers.h:483: `bytes' undeclared (first use in this function) e_ipc_handlers.h:579: syntax error before `*' e_ipc_handlers.h:663: syntax error before `*' e_ipc_handlers.h:666: `dir_list' undeclared (first use in this function) e_ipc_handlers.h:681: syntax error before `*' e_ipc_handlers.h:683: `p' undeclared (first use in this function) e_ipc.c:438: output pipe has been closed *** Error code 1 Stop in /usr/ports/WORK/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.010/src/bin. *** Error code 1 Stop in /usr/ports/WORK/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.010/src. *** Error code 1 Stop in /usr/ports/WORK/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.010. *** Error code 1 Stop in /usr/ports/WORK/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.010. *** Error code 1 Stop in /usr/ports/x11-wm/enlightenment-devel. --- cut --- -- George L. Yermulnik [YZ-RIPE] From owner-cvs-all@FreeBSD.ORG Mon Jul 11 09:49:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB6616A41C; Mon, 11 Jul 2005 09:49:35 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1760F43D48; Mon, 11 Jul 2005 09:49:35 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from [192.168.0.9] (adsl-63-201-32-80.dsl.snfc21.pacbell.net [63.201.32.80]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPSA id <0IJG00GGFJAKLU@connectmail.carleton.ca>; Mon, 11 Jul 2005 05:49:33 -0400 (EDT) Date: Mon, 11 Jul 2005 02:49:30 -0700 From: Adam Weinberger In-reply-to: <200507110936.j6B9aNkS010321@repoman.freebsd.org> To: Pav Lucistnik Message-id: <42D240AA.8030103@magnesium.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050531) References: <200507110936.j6B9aNkS010321@repoman.freebsd.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/filters 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, 11 Jul 2005 09:49:35 -0000 Pav Lucistnik wrote: > pav 2005-07-11 09:36:23 UTC > > FreeBSD ports repository > > Modified files: > games Makefile > Added files: > games/filters Makefile distinfo pkg-descr pkg-plist > Log: > A collection of command line filters, including B1FF and the Swedish Chef. > No personal, racial, societal slurs are intended. For amusement only. > > All the filters read input from stdin, change it, and write the filtered > text to stdout. > > PR: ports/83119 > Submitted by: Emanuel Haupt > Bribed by: swiss chocolate Is this different from misc/talkfilters? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Mon Jul 11 10:03:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D2816A41C; Mon, 11 Jul 2005 10:03:30 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F0443D45; Mon, 11 Jul 2005 10:03:30 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BA3UZK011357; Mon, 11 Jul 2005 10:03:30 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BA3UAN011356; Mon, 11 Jul 2005 10:03:30 GMT (envelope-from ceri) Message-Id: <200507111003.j6BA3UAN011356@repoman.freebsd.org> From: Ceri Davies Date: Mon, 11 Jul 2005 10:03:29 +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, 11 Jul 2005 10:03:30 -0000 ceri 2005-07-11 10:03:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 600031, 600032 and 700000. Revision Changes Path 1.575 +13 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 10:37:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76EE116A41C; Mon, 11 Jul 2005 10:37:27 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398EA43D45; Mon, 11 Jul 2005 10:37:27 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BAbR5N012563; Mon, 11 Jul 2005 10:37:27 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BAbR43012562; Mon, 11 Jul 2005 10:37:27 GMT (envelope-from lofi) Message-Id: <200507111037.j6BAbR43012562@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 11 Jul 2005 10:37: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 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: Mon, 11 Jul 2005 10:37:27 -0000 lofi 2005-07-11 10:37:26 UTC FreeBSD ports repository Modified files: . UPDATING Log: The binary incompatibility affects pure Qt applications as well, suggest recompiling Qt and all ports depending on it. Revision Changes Path 1.208 +9 -8 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 11 10:57:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A128016A41C; Mon, 11 Jul 2005 10:57:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2BB743D46; Mon, 11 Jul 2005 10:57:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6BAvuwA027484; Mon, 11 Jul 2005 12:57:56 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6BAvtli027483; Mon, 11 Jul 2005 12:57:55 +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: Adam Weinberger In-Reply-To: <42D240AA.8030103@magnesium.net> References: <200507110936.j6B9aNkS010321@repoman.freebsd.org> <42D240AA.8030103@magnesium.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-beHhkOsFMxDwxtlTz8fl" Date: Mon, 11 Jul 2005 12:57:54 +0200 Message-Id: <1121079474.83933.6.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/filters Makefile distinfo pkg-descr 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: Mon, 11 Jul 2005 10:57:59 -0000 --=-beHhkOsFMxDwxtlTz8fl Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Adam Weinberger p=ED=B9e v po 11. 07. 2005 v 02:49 -0700: > Pav Lucistnik wrote: > > pav 2005-07-11 09:36:23 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > games Makefile=20 > > Added files: > > games/filters Makefile distinfo pkg-descr pkg-plist=20 > > Log: > > A collection of command line filters, including B1FF and the Swedish = Chef. > > No personal, racial, societal slurs are intended. For amusement only. > > =20 > > All the filters read input from stdin, change it, and write the filte= red > > text to stdout. > > =20 > > PR: ports/83119 > > Submitted by: Emanuel Haupt > > Bribed by: swiss chocolate >=20 > Is this different from misc/talkfilters? Yes, judging from plist. --=20 Pav Lucistnik It also explains why paper clips just lie there while you look at them, but as soon as you turn your back, they run away, giggling wildly, and transform themselves into coat hangers. --=-beHhkOsFMxDwxtlTz8fl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC0lCyntdYP8FOsoIRAn8fAKC3r6nO2HIRpTYz015jMFf3SxOFlACfdXvR DwJ/bjynP4ZLxW0rQ/gqg6s= =1+Pg -----END PGP SIGNATURE----- --=-beHhkOsFMxDwxtlTz8fl-- From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:11:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 318F216A41C; Mon, 11 Jul 2005 11:11:37 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0329243D4C; Mon, 11 Jul 2005 11:11:37 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBBaxL013963; Mon, 11 Jul 2005 11:11:36 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBBaJB013962; Mon, 11 Jul 2005 11:11:36 GMT (envelope-from sobomax) Message-Id: <200507111111.j6BBBaJB013962@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 11 Jul 2005 11:11: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/net/asterisk Makefile pkg-plist ports/net/asterisk/files patch-apps::Makefile patch-apps::app_rxfax.c patch-apps::app_txfax.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, 11 Jul 2005 11:11:37 -0000 sobomax 2005-07-11 11:11:36 UTC FreeBSD ports repository Modified files: net/asterisk Makefile pkg-plist net/asterisk/files patch-apps::Makefile Added files: net/asterisk/files patch-apps::app_rxfax.c patch-apps::app_txfax.c Log: Add support for faxes based on spandsp port. Revision Changes Path 1.35 +9 -1 ports/net/asterisk/Makefile 1.5 +20 -8 ports/net/asterisk/files/patch-apps::Makefile 1.1 +370 -0 ports/net/asterisk/files/patch-apps::app_rxfax.c (new) 1.1 +292 -0 ports/net/asterisk/files/patch-apps::app_txfax.c (new) 1.14 +2 -0 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:11:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1011F16A41F; Mon, 11 Jul 2005 11:11:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE64043D53; Mon, 11 Jul 2005 11:11:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBBpQ3014064; Mon, 11 Jul 2005 11:11:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBBpKg014063; Mon, 11 Jul 2005 11:11:51 GMT (envelope-from pav) Message-Id: <200507111111.j6BBBpKg014063@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 11:11: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/games/filters Makefile ports/misc/chef Makefile ports/misc/jive Makefile ports/misc/talkfilters 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, 11 Jul 2005 11:11:52 -0000 pav 2005-07-11 11:11:51 UTC FreeBSD ports repository Modified files: games/filters Makefile misc/chef Makefile misc/jive Makefile misc/talkfilters Makefile Log: - Register conflicts Revision Changes Path 1.2 +2 -0 ports/games/filters/Makefile 1.5 +1 -1 ports/misc/chef/Makefile 1.18 +2 -0 ports/misc/jive/Makefile 1.13 +1 -1 ports/misc/talkfilters/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:29:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420B216A41F; Mon, 11 Jul 2005 11:29:43 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F107443D48; Mon, 11 Jul 2005 11:29:42 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBTgms014793; Mon, 11 Jul 2005 11:29:42 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBTgdO014792; Mon, 11 Jul 2005 11:29:42 GMT (envelope-from kwm) Message-Id: <200507111129.j6BBTgdO014792@repoman.freebsd.org> From: Koop Mast Date: Mon, 11 Jul 2005 11:29: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/audio/wavpack Makefile ports/audio/wavpack/files patch-utils.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, 11 Jul 2005 11:29:43 -0000 kwm 2005-07-11 11:29:42 UTC FreeBSD ports repository Modified files: audio/wavpack Makefile Added files: audio/wavpack/files patch-utils.c Log: Fix build on 4.x. Noticed by: pointyhat via kris and Ingmar Gebert (ports/83227) Revision Changes Path 1.3 +5 -0 ports/audio/wavpack/Makefile 1.1 +19 -0 ports/audio/wavpack/files/patch-utils.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:42:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFE416A41C; Mon, 11 Jul 2005 11:42:45 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FECB43D46; Mon, 11 Jul 2005 11:42:45 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBgjL5015244; Mon, 11 Jul 2005 11:42:45 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBgjui015243; Mon, 11 Jul 2005 11:42:45 GMT (envelope-from flz) Message-Id: <200507111142.j6BBgjui015243@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 11 Jul 2005 11:42: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: 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: Mon, 11 Jul 2005 11:42:45 -0000 flz 2005-07-11 11:42:45 UTC FreeBSD ports repository Modified files: . access Log: Please welcome Renato Botelho (garga@) in the rank of ports committers. After having sent so many qmail PRs and promised to bring brazilian chicks to FreeBSD social events, he's finally receiving by the usual punishment. Approved by: portmgr Account created by: simon Revision Changes Path 1.655 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:45:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A1DA16A41C; Mon, 11 Jul 2005 11:45:02 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00B143D45; Mon, 11 Jul 2005 11:45:01 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBj1wE015391; Mon, 11 Jul 2005 11:45:01 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBj1ZG015390; Mon, 11 Jul 2005 11:45:01 GMT (envelope-from flz) Message-Id: <200507111145.j6BBj1ZG015390@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 11 Jul 2005 11:45: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: 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: Mon, 11 Jul 2005 11:45:02 -0000 flz 2005-07-11 11:45:01 UTC FreeBSD ports repository Modified files: . access Log: Force commit to say that it seems I'm garga's mentor. Revision Changes Path 1.656 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Jul 11 11:50:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB9C16A41C; Mon, 11 Jul 2005 11:50:28 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 061BA43D53; Mon, 11 Jul 2005 11:50:27 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BBoR82015672; Mon, 11 Jul 2005 11:50:27 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BBoR15015671; Mon, 11 Jul 2005 11:50:27 GMT (envelope-from sumikawa) Message-Id: <200507111150.j6BBoR15015671@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 11 Jul 2005 11:50: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/dns/totd Makefile distinfo ports/dns/totd/files patch-conv_stf.c patch-ev_signal.c patch-ne_mesg.c patch-tcp_response.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, 11 Jul 2005 11:50:28 -0000 sumikawa 2005-07-11 11:50:27 UTC FreeBSD ports repository Modified files: dns/totd Makefile distinfo Removed files: dns/totd/files patch-conv_stf.c patch-ev_signal.c patch-ne_mesg.c patch-tcp_response.c Log: Upgrade to 1.5.1. Revision Changes Path 1.16 +1 -2 ports/dns/totd/Makefile 1.8 +2 -2 ports/dns/totd/distinfo 1.2 +0 -12 ports/dns/totd/files/patch-conv_stf.c (dead) 1.2 +0 -13 ports/dns/totd/files/patch-ev_signal.c (dead) 1.2 +0 -30 ports/dns/totd/files/patch-ne_mesg.c (dead) 1.2 +0 -12 ports/dns/totd/files/patch-tcp_response.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 12:46:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A8716A41C; Mon, 11 Jul 2005 12:46:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8148043D53; Mon, 11 Jul 2005 12:46:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BCkFrB040771; Mon, 11 Jul 2005 12:46:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BCkF4w040770; Mon, 11 Jul 2005 12:46:15 GMT (envelope-from pav) Message-Id: <200507111246.j6BCkF4w040770@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 12:46: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/multimedia/gstreamer-plugins/files patch-ext_cdparanoia_gstcdparanoia.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, 11 Jul 2005 12:46:16 -0000 pav 2005-07-11 12:46:15 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins/files patch-ext_cdparanoia_gstcdparanoia.c Log: - Fix compilation of audio/gstreamer-plugins-cdparanoia on FreeBSD 4.X Approved by: kwm Revision Changes Path 1.3 +15 -7 ports/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoia.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 12:51:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7166516A41C; Mon, 11 Jul 2005 12:51:47 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB9C43D67; Mon, 11 Jul 2005 12:51:40 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BCpei0048236; Mon, 11 Jul 2005 12:51:40 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BCpevJ048235; Mon, 11 Jul 2005 12:51:40 GMT (envelope-from metal) Message-Id: <200507111251.j6BCpevJ048235@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 12:51:40 +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/ja_JP.eucJP/man/man2 acct.2 aio_cancel.2 aio_read.2 aio_suspend.2 aio_write.2 chdir.2 chflags.2 chmod.2 chroot.2 dup.2 execve.2 extattr_get_file.2 fhopen.2 flock.2 getfh.2 getrusage.2 intro.2 ioctl.2 kill.2 kldsym.2 kqueue.2 kse.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: Mon, 11 Jul 2005 12:51:47 -0000 metal 2005-07-11 12:51:40 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man2 acct.2 aio_cancel.2 aio_read.2 aio_suspend.2 aio_write.2 chdir.2 chflags.2 chmod.2 chroot.2 dup.2 execve.2 extattr_get_file.2 fhopen.2 flock.2 getfh.2 getrusage.2 intro.2 ioctl.2 kill.2 kldsym.2 kqueue.2 kse.2 lseek.2 minherit.2 mkfifo.2 mlock.2 mount.2 mprotect.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 poll.2 ptrace.2 read.2 recv.2 semop.2 send.2 sendfile.2 setpgid.2 setresuid.2 shmget.2 sigaction.2 sigprocmask.2 sigsuspend.2 sigvec.2 stat.2 statfs.2 swapon.2 unlink.2 utimes.2 vfork.2 wait.2 write.2 Log: Catch up with 5.4-Release. Submitted by: Nobuyuki Koganemaru Revision Changes Path 1.12 +4 -4 doc/ja_JP.eucJP/man/man2/acct.2 1.10 +3 -1 doc/ja_JP.eucJP/man/man2/aio_cancel.2 1.14 +1 -1 doc/ja_JP.eucJP/man/man2/aio_read.2 1.11 +1 -1 doc/ja_JP.eucJP/man/man2/aio_suspend.2 1.11 +1 -1 doc/ja_JP.eucJP/man/man2/aio_write.2 1.12 +4 -4 doc/ja_JP.eucJP/man/man2/chdir.2 1.12 +14 -8 doc/ja_JP.eucJP/man/man2/chflags.2 1.17 +6 -6 doc/ja_JP.eucJP/man/man2/chmod.2 1.13 +2 -0 doc/ja_JP.eucJP/man/man2/chroot.2 1.12 +2 -1 doc/ja_JP.eucJP/man/man2/dup.2 1.12 +16 -16 doc/ja_JP.eucJP/man/man2/execve.2 1.6 +14 -7 doc/ja_JP.eucJP/man/man2/extattr_get_file.2 1.12 +2 -2 doc/ja_JP.eucJP/man/man2/fhopen.2 1.13 +1 -1 doc/ja_JP.eucJP/man/man2/flock.2 1.11 +1 -0 doc/ja_JP.eucJP/man/man2/getfh.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/getrusage.2 1.17 +47 -42 doc/ja_JP.eucJP/man/man2/intro.2 1.15 +1 -1 doc/ja_JP.eucJP/man/man2/ioctl.2 1.15 +6 -5 doc/ja_JP.eucJP/man/man2/kill.2 1.7 +1 -1 doc/ja_JP.eucJP/man/man2/kldsym.2 1.21 +5 -4 doc/ja_JP.eucJP/man/man2/kqueue.2 1.2 +88 -49 doc/ja_JP.eucJP/man/man2/kse.2 1.12 +2 -2 doc/ja_JP.eucJP/man/man2/lseek.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/minherit.2 1.12 +4 -4 doc/ja_JP.eucJP/man/man2/mkfifo.2 1.13 +3 -3 doc/ja_JP.eucJP/man/man2/mlock.2 1.20 +6 -4 doc/ja_JP.eucJP/man/man2/mount.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/mprotect.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/nanosleep.2 1.10 +7 -2 doc/ja_JP.eucJP/man/man2/nfssvc.2 1.21 +2 -1 doc/ja_JP.eucJP/man/man2/open.2 1.15 +3 -3 doc/ja_JP.eucJP/man/man2/pathconf.2 1.13 +2 -2 doc/ja_JP.eucJP/man/man2/poll.2 1.18 +4 -4 doc/ja_JP.eucJP/man/man2/ptrace.2 1.17 +4 -3 doc/ja_JP.eucJP/man/man2/read.2 1.15 +30 -11 doc/ja_JP.eucJP/man/man2/recv.2 1.14 +4 -5 doc/ja_JP.eucJP/man/man2/semop.2 1.15 +3 -1 doc/ja_JP.eucJP/man/man2/send.2 1.18 +21 -8 doc/ja_JP.eucJP/man/man2/sendfile.2 1.13 +1 -1 doc/ja_JP.eucJP/man/man2/setpgid.2 1.12 +4 -3 doc/ja_JP.eucJP/man/man2/setresuid.2 1.12 +4 -2 doc/ja_JP.eucJP/man/man2/shmget.2 1.17 +18 -16 doc/ja_JP.eucJP/man/man2/sigaction.2 1.14 +1 -3 doc/ja_JP.eucJP/man/man2/sigprocmask.2 1.10 +1 -1 doc/ja_JP.eucJP/man/man2/sigsuspend.2 1.13 +17 -17 doc/ja_JP.eucJP/man/man2/sigvec.2 1.19 +71 -15 doc/ja_JP.eucJP/man/man2/stat.2 1.14 +3 -1 doc/ja_JP.eucJP/man/man2/statfs.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/swapon.2 1.15 +9 -2 doc/ja_JP.eucJP/man/man2/unlink.2 1.14 +10 -5 doc/ja_JP.eucJP/man/man2/utimes.2 1.13 +5 -5 doc/ja_JP.eucJP/man/man2/vfork.2 1.12 +7 -4 doc/ja_JP.eucJP/man/man2/wait.2 1.14 +7 -5 doc/ja_JP.eucJP/man/man2/write.2 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 12:53:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C322D16A41C; Mon, 11 Jul 2005 12:53:15 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 821BB43D49; Mon, 11 Jul 2005 12:53:15 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BCrFV3048384; Mon, 11 Jul 2005 12:53:15 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BCrFCR048383; Mon, 11 Jul 2005 12:53:15 GMT (envelope-from metal) Message-Id: <200507111253.j6BCrFCR048383@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 12:53: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: doc/ja_JP.eucJP/man/man6 banner.6 caesar.6 fortune.6 number.6 random.6 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 12:53:15 -0000 metal 2005-07-11 12:53:15 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man6 banner.6 caesar.6 fortune.6 number.6 random.6 Log: Catch up with 5.4-Release. Submitted by: Nobuyuki Koganemaru Revision Changes Path 1.10 +1 -1 doc/ja_JP.eucJP/man/man6/banner.6 1.10 +1 -1 doc/ja_JP.eucJP/man/man6/caesar.6 1.18 +2 -1 doc/ja_JP.eucJP/man/man6/fortune.6 1.6 +1 -1 doc/ja_JP.eucJP/man/man6/number.6 1.11 +1 -1 doc/ja_JP.eucJP/man/man6/random.6 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 12:55:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9681016A41C; Mon, 11 Jul 2005 12:55:39 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE8943D46; Mon, 11 Jul 2005 12:55:39 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BCtds8048685; Mon, 11 Jul 2005 12:55:39 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BCtdLi048684; Mon, 11 Jul 2005 12:55:39 GMT (envelope-from metal) Message-Id: <200507111255.j6BCtdLi048684@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 12:55:39 +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/ja_JP.eucJP/man/man7 build.7 clocks.7 development.7 firewall.7 groff.7 groff_char.7 groff_mdoc.7 groff_me.7 groff_mm.7 groff_ms.7 groff_www.7 hier.7 mailaddr.7 ports.7 re_format.7 release.7 roff.7 security.7 symlink.7 tuning.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 12:55:39 -0000 metal 2005-07-11 12:55:39 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man7 build.7 clocks.7 development.7 firewall.7 groff.7 groff_char.7 groff_mdoc.7 groff_me.7 groff_mm.7 groff_ms.7 groff_www.7 hier.7 mailaddr.7 ports.7 re_format.7 release.7 roff.7 security.7 symlink.7 tuning.7 Log: Catch up with 5.4-Release. Submitted by: kano at na rim or jp Coordinated by: Nobuyuki Koganemaru Revision Changes Path 1.8 +17 -9 doc/ja_JP.eucJP/man/man7/build.7 1.13 +32 -15 doc/ja_JP.eucJP/man/man7/clocks.7 1.3 +3 -3 doc/ja_JP.eucJP/man/man7/development.7 1.10 +1 -1 doc/ja_JP.eucJP/man/man7/firewall.7 1.17 +256 -64 doc/ja_JP.eucJP/man/man7/groff.7 1.15 +1043 -674 doc/ja_JP.eucJP/man/man7/groff_char.7 1.19 +134 -89 doc/ja_JP.eucJP/man/man7/groff_mdoc.7 1.12 +2 -2 doc/ja_JP.eucJP/man/man7/groff_me.7 1.19 +11 -12 doc/ja_JP.eucJP/man/man7/groff_mm.7 1.14 +11 -8 doc/ja_JP.eucJP/man/man7/groff_ms.7 1.3 +9 -4 doc/ja_JP.eucJP/man/man7/groff_www.7 1.41 +28 -22 doc/ja_JP.eucJP/man/man7/hier.7 1.9 +2 -1 doc/ja_JP.eucJP/man/man7/mailaddr.7 1.29 +85 -42 doc/ja_JP.eucJP/man/man7/ports.7 1.14 +4 -3 doc/ja_JP.eucJP/man/man7/re_format.7 1.17 +58 -56 doc/ja_JP.eucJP/man/man7/release.7 1.9 +4 -4 doc/ja_JP.eucJP/man/man7/roff.7 1.33 +13 -6 doc/ja_JP.eucJP/man/man7/security.7 1.18 +9 -5 doc/ja_JP.eucJP/man/man7/symlink.7 1.23 +18 -20 doc/ja_JP.eucJP/man/man7/tuning.7 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:01:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B97716A45B; Mon, 11 Jul 2005 13:01:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FD043D49; Mon, 11 Jul 2005 13:01:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BD1c7M049029; Mon, 11 Jul 2005 13:01:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BD1cCg049028; Mon, 11 Jul 2005 13:01:38 GMT (envelope-from sem) Message-Id: <200507111301.j6BD1cCg049028@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 13:01: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/mod_realip 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, 11 Jul 2005 13:01:39 -0000 sem 2005-07-11 13:01:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_realip Makefile distinfo pkg-descr pkg-plist Log: mod_realip is an apache 1.3 module, which changes the IP address of the proxy server to the IP address a client, supplied by the proxy server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is designed for use on backends, which serve reverse proxied HTTP requests. Submitted by: glebius Revision Changes Path 1.1129 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/mod_realip/Makefile (new) 1.1 +2 -0 ports/www/mod_realip/distinfo (new) 1.1 +9 -0 ports/www/mod_realip/pkg-descr (new) 1.1 +3 -0 ports/www/mod_realip/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:01:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28DC416A41C; Mon, 11 Jul 2005 13:01:54 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA5E43D48; Mon, 11 Jul 2005 13:01:53 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BD1rrE049075; Mon, 11 Jul 2005 13:01:53 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BD1rj8049074; Mon, 11 Jul 2005 13:01:53 GMT (envelope-from sem) Message-Id: <200507111301.j6BD1rj8049074@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 13:01: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: Mon, 11 Jul 2005 13:01:54 -0000 sem 2005-07-11 13:01:53 UTC FreeBSD ports repository Modified files: . modules Log: mod_realip --> ports/www/mod_realip Revision Changes Path 1.12798 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:03:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A6E16A41C; Mon, 11 Jul 2005 13:03:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF3E43D5F; Mon, 11 Jul 2005 13:03:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BD3Ip7049194; Mon, 11 Jul 2005 13:03:18 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BD3IlG049193; Mon, 11 Jul 2005 13:03:18 GMT (envelope-from sem) Message-Id: <200507111303.j6BD3IlG049193@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 13:03: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/ng_netflow 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, 11 Jul 2005 13:03:20 -0000 sem 2005-07-11 13:03:18 UTC FreeBSD ports repository Modified files: net/ng_netflow Makefile Log: - Change maintainer email to his @FreeBSD.org one. Revision Changes Path 1.9 +1 -1 ports/net/ng_netflow/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:07:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2870116A41C; Mon, 11 Jul 2005 13:07:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBAE43D46; Mon, 11 Jul 2005 13:07:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BD7QPY049945; Mon, 11 Jul 2005 13:07:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BD7QFm049944; Mon, 11 Jul 2005 13:07:26 GMT (envelope-from garga) Message-Id: <200507111307.j6BD7QFm049944@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 13:07:26 +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/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 13:07:27 -0000 garga 2005-07-11 13:07:26 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself as a new commiter Approved by: flz (mentor) Revision Changes Path 1.354 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:09:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207AC16A41C; Mon, 11 Jul 2005 13:09:57 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE90B43D48; Mon, 11 Jul 2005 13:09:56 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BD9uJV050113; Mon, 11 Jul 2005 13:09:56 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BD9u0v050112; Mon, 11 Jul 2005 13:09:56 GMT (envelope-from metal) Message-Id: <200507111309.j6BD9u0v050112@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:09:56 +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/ja_JP.eucJP/man/man1 Makefile builtin.1 catman.1 chflags.1 column.1 cp.1 date.1 dd.1 df.1 find.1 fstat.1 fsync.1 grep.1 indent.1 ls.1 make.1 ncal.1 nl.1 od.1 pkg_version.1 ps.1 rm.1 rtld.1 sed.1 sh.1 sockstat.1 top.1 tr.1 wc.1 whois.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: Mon, 11 Jul 2005 13:09:57 -0000 metal 2005-07-11 13:09:56 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile builtin.1 catman.1 chflags.1 column.1 cp.1 date.1 dd.1 df.1 find.1 fstat.1 fsync.1 grep.1 indent.1 ls.1 make.1 ncal.1 nl.1 od.1 pkg_version.1 ps.1 rm.1 rtld.1 sed.1 sh.1 sockstat.1 top.1 tr.1 wc.1 whois.1 Log: Catch up with 5.4-Release. bsdtar.1 will be added and tar.1 deleted after repocopy is finished. Submitted by: kano at na rim or jp Coordinated by: Nobuyuki Koganemaru Revision Changes Path 1.66 +3 -1 doc/ja_JP.eucJP/man/man1/Makefile 1.13 +28 -19 doc/ja_JP.eucJP/man/man1/builtin.1 1.16 +8 -5 doc/ja_JP.eucJP/man/man1/catman.1 1.19 +28 -16 doc/ja_JP.eucJP/man/man1/chflags.1 1.13 +8 -5 doc/ja_JP.eucJP/man/man1/column.1 1.23 +11 -6 doc/ja_JP.eucJP/man/man1/cp.1 1.37 +3 -3 doc/ja_JP.eucJP/man/man1/date.1 1.25 +9 -6 doc/ja_JP.eucJP/man/man1/dd.1 1.25 +4 -11 doc/ja_JP.eucJP/man/man1/df.1 1.41 +2 -2 doc/ja_JP.eucJP/man/man1/find.1 1.20 +8 -7 doc/ja_JP.eucJP/man/man1/fstat.1 1.6 +7 -2 doc/ja_JP.eucJP/man/man1/fsync.1 1.16 +4 -5 doc/ja_JP.eucJP/man/man1/grep.1 1.18 +3 -3 doc/ja_JP.eucJP/man/man1/indent.1 1.45 +7 -5 doc/ja_JP.eucJP/man/man1/ls.1 1.40 +3 -3 doc/ja_JP.eucJP/man/man1/make.1 1.18 +15 -3 doc/ja_JP.eucJP/man/man1/ncal.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/nl.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/od.1 1.23 +3 -3 doc/ja_JP.eucJP/man/man1/pkg_version.1 1.32 +11 -12 doc/ja_JP.eucJP/man/man1/ps.1 1.23 +10 -4 doc/ja_JP.eucJP/man/man1/rm.1 1.15 +16 -1 doc/ja_JP.eucJP/man/man1/rtld.1 1.26 +13 -10 doc/ja_JP.eucJP/man/man1/sed.1 1.50 +13 -12 doc/ja_JP.eucJP/man/man1/sh.1 1.18 +3 -5 doc/ja_JP.eucJP/man/man1/sockstat.1 1.17 +8 -4 doc/ja_JP.eucJP/man/man1/top.1 1.19 +20 -20 doc/ja_JP.eucJP/man/man1/tr.1 1.14 +25 -6 doc/ja_JP.eucJP/man/man1/wc.1 1.22 +9 -5 doc/ja_JP.eucJP/man/man1/whois.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:12:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3AB016A41C; Mon, 11 Jul 2005 13:12:55 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D2A43D49; Mon, 11 Jul 2005 13:12:55 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDCt0s050323; Mon, 11 Jul 2005 13:12:55 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDCtcN050322; Mon, 11 Jul 2005 13:12:55 GMT (envelope-from metal) Message-Id: <200507111312.j6BDCtcN050322@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:12: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: doc/ja_JP.eucJP/man/man1 Makefile logins.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: Mon, 11 Jul 2005 13:12:56 -0000 metal 2005-07-11 13:12:53 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile Added files: ja_JP.eucJP/man/man1 logins.1 Log: Initial translation for logins.1. Submitted by: kano at na rim or jp and Watanabe Kazuhiro Revision Changes Path 1.67 +1 -0 doc/ja_JP.eucJP/man/man1/Makefile 1.1 +103 -0 doc/ja_JP.eucJP/man/man1/logins.1 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:14:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D8016A41C; Mon, 11 Jul 2005 13:14:17 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A188C43D49; Mon, 11 Jul 2005 13:14:17 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDEHBA050400; Mon, 11 Jul 2005 13:14:17 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDEHqw050399; Mon, 11 Jul 2005 13:14:17 GMT (envelope-from metal) Message-Id: <200507111314.j6BDEHqw050399@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:14:17 +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/ja_JP.eucJP/man/man1 Makefile nslookup.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: Mon, 11 Jul 2005 13:14:18 -0000 metal 2005-07-11 13:14:17 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile Added files: ja_JP.eucJP/man/man1 nslookup.1 Log: Initial translation for nslookup.1. Submitted by: kano at na rim or jp Reviewed by: Nobuyuki Koganemaru Revision Changes Path 1.68 +1 -0 doc/ja_JP.eucJP/man/man1/Makefile 1.1 +196 -0 doc/ja_JP.eucJP/man/man1/nslookup.1 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:16:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD5716A41C; Mon, 11 Jul 2005 13:16:06 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096CD43D4C; Mon, 11 Jul 2005 13:16:06 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDG5ve050595; Mon, 11 Jul 2005 13:16:05 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDG52K050594; Mon, 11 Jul 2005 13:16:05 GMT (envelope-from metal) Message-Id: <200507111316.j6BDG52K050594@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:16:05 +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/ja_JP.eucJP/man/man1 Makefile dnskeygen.1 dnsquery.1 gasp.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: Mon, 11 Jul 2005 13:16:06 -0000 metal 2005-07-11 13:16:05 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile Removed files: ja_JP.eucJP/man/man1 dnskeygen.1 dnsquery.1 gasp.1 Log: These manpages no longer exist. Revision Changes Path 1.69 +0 -3 doc/ja_JP.eucJP/man/man1/Makefile 1.7 +0 -140 doc/ja_JP.eucJP/man/man1/dnskeygen.1 (dead) 1.10 +0 -184 doc/ja_JP.eucJP/man/man1/dnsquery.1 (dead) 1.11 +0 -115 doc/ja_JP.eucJP/man/man1/gasp.1 (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:16:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D02B16A41C; Mon, 11 Jul 2005 13:16:27 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AA643D53; Mon, 11 Jul 2005 13:16:27 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDGQGc050637; Mon, 11 Jul 2005 13:16:26 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDGQX5050636; Mon, 11 Jul 2005 13:16:26 GMT (envelope-from kensmith) Message-Id: <200507111316.j6BDGQX5050636@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:16:26 +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/libpam/modules/pam_krb5 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, 11 Jul 2005 13:16:27 -0000 kensmith 2005-07-11 13:16:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libpam/modules/pam_krb5 Makefile Log: MFC v1.15, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.13.2.2 +1 -0 src/lib/libpam/modules/pam_krb5/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:20:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6467F16A41C; Mon, 11 Jul 2005 13:20:30 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E7243D45; Mon, 11 Jul 2005 13:20:30 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDKTrP050948; Mon, 11 Jul 2005 13:20:29 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDKT2P050947; Mon, 11 Jul 2005 13:20:29 GMT (envelope-from metal) Message-Id: <200507111320.j6BDKT2P050947@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:20:29 +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/ja_JP.eucJP/man/man5 core.5 disktab.5 loader.conf.5 named.conf.5 passwd.5 periodic.conf.5 rc.conf.5 resolver.5 syslog.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: Mon, 11 Jul 2005 13:20:30 -0000 metal 2005-07-11 13:20:29 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man5 core.5 disktab.5 loader.conf.5 named.conf.5 passwd.5 periodic.conf.5 rc.conf.5 resolver.5 syslog.conf.5 Log: Catch up with 5.4-Release. Submitted by: Yoshiteru Kageyama Coordinated by: Nobuyuki Koganemaru Revision Changes Path 1.13 +18 -52 doc/ja_JP.eucJP/man/man5/core.5 1.18 +7 -6 doc/ja_JP.eucJP/man/man5/disktab.5 1.17 +8 -10 doc/ja_JP.eucJP/man/man5/loader.conf.5 1.19 +466 -2239 doc/ja_JP.eucJP/man/man5/named.conf.5 1.23 +27 -19 doc/ja_JP.eucJP/man/man5/passwd.5 1.23 +54 -45 doc/ja_JP.eucJP/man/man5/periodic.conf.5 1.72 +251 -136 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.13 +26 -19 doc/ja_JP.eucJP/man/man5/resolver.5 1.26 +50 -48 doc/ja_JP.eucJP/man/man5/syslog.conf.5 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:20:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FA016A41C; Mon, 11 Jul 2005 13:20:47 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DD243D45; Mon, 11 Jul 2005 13:20:47 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDKl6V050978; Mon, 11 Jul 2005 13:20:47 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDKlXw050977; Mon, 11 Jul 2005 13:20:47 GMT (envelope-from kensmith) Message-Id: <200507111320.j6BDKlXw050977@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:20:47 +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/kerberos5/usr.bin/ksu 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, 11 Jul 2005 13:20:47 -0000 kensmith 2005-07-11 13:20:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) kerberos5/usr.bin/ksu Makefile Log: MFC v1.16, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.13.2.2 +3 -0 src/kerberos5/usr.bin/ksu/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:22:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674C716A41C; Mon, 11 Jul 2005 13:22:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D6E43D45; Mon, 11 Jul 2005 13:22:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDMEwT051106; Mon, 11 Jul 2005 13:22:14 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDMEXf051105; Mon, 11 Jul 2005 13:22:14 GMT (envelope-from kensmith) Message-Id: <200507111322.j6BDMEXf051105@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:22:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/kerberos5/usr.bin/k5su 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, 11 Jul 2005 13:22:14 -0000 kensmith 2005-07-11 13:22:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) kerberos5/usr.bin/k5su Makefile Log: MFC v1.16, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.2.8 +3 -0 src/kerberos5/usr.bin/k5su/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:23:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788A516A41C; Mon, 11 Jul 2005 13:23:48 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7843D48; Mon, 11 Jul 2005 13:23:48 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDNm0M051171; Mon, 11 Jul 2005 13:23:48 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDNmhq051170; Mon, 11 Jul 2005 13:23:48 GMT (envelope-from metal) Message-Id: <200507111323.j6BDNmhq051170@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:23: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: doc/ja_JP.eucJP/man/man5 Makefile nsswitch.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: Mon, 11 Jul 2005 13:23:48 -0000 metal 2005-07-11 13:23:48 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man5 Makefile Added files: ja_JP.eucJP/man/man5 nsswitch.conf.5 Log: Initial translation for nsswitch.conf.5 Submitted by: Yuko Sasaki Reviewed by: kano at na rim or jp NAKAJI Hiroyuki Nobuyuki Koganemaru Yoshihiko Sarumaru Revision Changes Path 1.31 +1 -0 doc/ja_JP.eucJP/man/man5/Makefile 1.1 +316 -0 doc/ja_JP.eucJP/man/man5/nsswitch.conf.5 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:24:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E94916A41C; Mon, 11 Jul 2005 13:24:40 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AA943D48; Mon, 11 Jul 2005 13:24:39 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDOdoc051245; Mon, 11 Jul 2005 13:24:39 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDOdp6051244; Mon, 11 Jul 2005 13:24:39 GMT (envelope-from kensmith) Message-Id: <200507111324.j6BDOdp6051244@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:24:39 +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/heimdal/appl/su 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: Mon, 11 Jul 2005 13:24:40 -0000 kensmith 2005-07-11 13:24:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) crypto/heimdal/appl/su Makefile.am Log: MFC v1.2, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.1.3.8.1 +4 -0 src/crypto/heimdal/appl/su/Makefile.am From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:25:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 951A716A41C; Mon, 11 Jul 2005 13:25:04 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5514A43D45; Mon, 11 Jul 2005 13:25:04 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDP4qN051313; Mon, 11 Jul 2005 13:25:04 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDP47E051312; Mon, 11 Jul 2005 13:25:04 GMT (envelope-from metal) Message-Id: <200507111325.j6BDP47E051312@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:25:04 +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/ja_JP.eucJP/man/man5 Makefile drivers.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: Mon, 11 Jul 2005 13:25:04 -0000 metal 2005-07-11 13:25:04 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man5 Makefile Removed files: ja_JP.eucJP/man/man5 drivers.conf.5 Log: This manpage no longer exists. Revision Changes Path 1.32 +0 -1 doc/ja_JP.eucJP/man/man5/Makefile 1.7 +0 -162 doc/ja_JP.eucJP/man/man5/drivers.conf.5 (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:25:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA2D16A41C; Mon, 11 Jul 2005 13:25:54 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A3F43D46; Mon, 11 Jul 2005 13:25:54 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDPsWC051435; Mon, 11 Jul 2005 13:25:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDPssv051434; Mon, 11 Jul 2005 13:25:54 GMT (envelope-from kensmith) Message-Id: <200507111325.j6BDPssv051434@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/crypto/heimdal/appl/su 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: Mon, 11 Jul 2005 13:25:54 -0000 kensmith 2005-07-11 13:25:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/heimdal/appl/su Makefile.am Log: MFC v1.2, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.1.1.2.3 +4 -0 src/crypto/heimdal/appl/su/Makefile.am From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:26:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614F616A41F; Mon, 11 Jul 2005 13:26:17 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217C443D49; Mon, 11 Jul 2005 13:26:17 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDQHIG051471; Mon, 11 Jul 2005 13:26:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDQG8D051470; Mon, 11 Jul 2005 13:26:17 GMT (envelope-from sem) Message-Id: <200507111326.j6BDQG8D051470@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 11 Jul 2005 13:26: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-mgmt/flow-extract 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, 11 Jul 2005 13:26:17 -0000 sem 2005-07-11 13:26:16 UTC FreeBSD ports repository Modified files: net-mgmt/flow-extract pkg-descr Log: - Fix location for flow-tools. it's in net-mgmt now. Revision Changes Path 1.3 +1 -1 ports/net-mgmt/flow-extract/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:32:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB1E16A41C; Mon, 11 Jul 2005 13:32:05 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8332243D4C; Mon, 11 Jul 2005 13:32:05 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDW5dd051989; Mon, 11 Jul 2005 13:32:05 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDW5En051988; Mon, 11 Jul 2005 13:32:05 GMT (envelope-from metal) Message-Id: <200507111332.j6BDW5En051988@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:32:05 +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/ja_JP.eucJP/man/man8 Makefile boot_i386.8 bsdlabel.8 camcontrol.8 devd.8 dump.8 fsdb.8 fsinfo.8 ftpd.8 growfs.8 ifconfig.8 ipfw.8 jail.8 kldunload.8 loader.4th.8 loader.8 lptcontrol.8 mknod.8 mount_unionfs.8 moused.8 newfs.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: Mon, 11 Jul 2005 13:32:06 -0000 metal 2005-07-11 13:32:05 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 Makefile boot_i386.8 bsdlabel.8 camcontrol.8 devd.8 dump.8 fsdb.8 fsinfo.8 ftpd.8 growfs.8 ifconfig.8 ipfw.8 jail.8 kldunload.8 loader.4th.8 loader.8 lptcontrol.8 mknod.8 mount_unionfs.8 moused.8 newfs.8 newsyslog.8 ntpdate.8 pam_opieaccess.8 pam_radius.8 pam_ssh.8 pam_tacplus.8 ppp.8 restore.8 route.8 savecore.8 slattach.8 smrsh.8 sticky.8 sysctl.8 sysinstall.8 syslogd.8 telnetd.8 ugidfw.8 vinum.8 Log: Catch up with 5.4-Release. apm.8, apmd.8, and wlconfig.8 will be deleted after repocopy is finished. Submitted by: koizumistr at minos ocn ne jp Coordinated by: Nobuyuki Koganemaru Revision Changes Path 1.70 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile 1.32 +1 -1 doc/ja_JP.eucJP/man/man8/boot_i386.8 1.7 +8 -4 doc/ja_JP.eucJP/man/man8/bsdlabel.8 1.31 +26 -19 doc/ja_JP.eucJP/man/man8/camcontrol.8 1.4 +4 -2 doc/ja_JP.eucJP/man/man8/devd.8 1.38 +4 -5 doc/ja_JP.eucJP/man/man8/dump.8 1.19 +6 -6 doc/ja_JP.eucJP/man/man8/fsdb.8 1.16 +7 -7 doc/ja_JP.eucJP/man/man8/fsinfo.8 1.39 +28 -18 doc/ja_JP.eucJP/man/man8/ftpd.8 1.9 +6 -3 doc/ja_JP.eucJP/man/man8/growfs.8 1.44 +39 -26 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.64 +52 -37 doc/ja_JP.eucJP/man/man8/ipfw.8 1.26 +14 -10 doc/ja_JP.eucJP/man/man8/jail.8 1.12 +10 -8 doc/ja_JP.eucJP/man/man8/kldunload.8 1.14 +6 -6 doc/ja_JP.eucJP/man/man8/loader.4th.8 1.35 +54 -40 doc/ja_JP.eucJP/man/man8/loader.8 1.17 +24 -18 doc/ja_JP.eucJP/man/man8/lptcontrol.8 1.23 +23 -4 doc/ja_JP.eucJP/man/man8/mknod.8 1.5 +15 -10 doc/ja_JP.eucJP/man/man8/mount_unionfs.8 1.36 +23 -11 doc/ja_JP.eucJP/man/man8/moused.8 1.36 +31 -16 doc/ja_JP.eucJP/man/man8/newfs.8 1.32 +9 -2 doc/ja_JP.eucJP/man/man8/newsyslog.8 1.14 +3 -3 doc/ja_JP.eucJP/man/man8/ntpdate.8 1.5 +7 -7 doc/ja_JP.eucJP/man/man8/pam_opieaccess.8 1.17 +15 -15 doc/ja_JP.eucJP/man/man8/pam_radius.8 1.6 +11 -8 doc/ja_JP.eucJP/man/man8/pam_ssh.8 1.4 +9 -8 doc/ja_JP.eucJP/man/man8/pam_tacplus.8 1.77 +447 -233 doc/ja_JP.eucJP/man/man8/ppp.8 1.35 +30 -38 doc/ja_JP.eucJP/man/man8/restore.8 1.23 +18 -8 doc/ja_JP.eucJP/man/man8/route.8 1.15 +10 -10 doc/ja_JP.eucJP/man/man8/savecore.8 1.21 +5 -6 doc/ja_JP.eucJP/man/man8/slattach.8 1.17 +6 -6 doc/ja_JP.eucJP/man/man8/smrsh.8 1.14 +3 -3 doc/ja_JP.eucJP/man/man8/sticky.8 1.30 +18 -12 doc/ja_JP.eucJP/man/man8/sysctl.8 1.22 +88 -80 doc/ja_JP.eucJP/man/man8/sysinstall.8 1.34 +24 -10 doc/ja_JP.eucJP/man/man8/syslogd.8 1.30 +28 -18 doc/ja_JP.eucJP/man/man8/telnetd.8 1.4 +3 -3 doc/ja_JP.eucJP/man/man8/ugidfw.8 1.39 +54 -37 doc/ja_JP.eucJP/man/man8/vinum.8 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:33:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C47116A41C; Mon, 11 Jul 2005 13:33:51 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3EC43D55; Mon, 11 Jul 2005 13:33:51 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDXouf052059; Mon, 11 Jul 2005 13:33:50 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDXoE9052058; Mon, 11 Jul 2005 13:33:50 GMT (envelope-from metal) Message-Id: <200507111333.j6BDXoE9052058@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:33: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: doc/ja_JP.eucJP/man/man8 Makefile rc.subr.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: Mon, 11 Jul 2005 13:33:51 -0000 metal 2005-07-11 13:33:50 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 Makefile Added files: ja_JP.eucJP/man/man8 rc.subr.8 Log: Initial Translation for rc.subr.8. Submitted by: Watanabe Kazuhiro Reviewed by: Nobuyuki Koganemaru Revision Changes Path 1.71 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile 1.1 +783 -0 doc/ja_JP.eucJP/man/man8/rc.subr.8 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:36:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9981A16A41C; Mon, 11 Jul 2005 13:36:33 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A20743D48; Mon, 11 Jul 2005 13:36:33 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDaXSW052391; Mon, 11 Jul 2005 13:36:33 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDaXQU052390; Mon, 11 Jul 2005 13:36:33 GMT (envelope-from metal) Message-Id: <200507111336.j6BDaXQU052390@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:36:33 +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/ja_JP.eucJP/man/man8 Makefile kernbb.8 named-bootconf.8 named-xfer.8 named.restart.8 ndc.8 nslookup.8 ntp-genkeys.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: Mon, 11 Jul 2005 13:36:33 -0000 metal 2005-07-11 13:36:33 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 Makefile Removed files: ja_JP.eucJP/man/man8 kernbb.8 named-bootconf.8 named-xfer.8 named.restart.8 ndc.8 nslookup.8 ntp-genkeys.8 Log: These manpages no longer exists. Revision Changes Path 1.72 +0 -7 doc/ja_JP.eucJP/man/man8/Makefile 1.15 +0 -85 doc/ja_JP.eucJP/man/man8/kernbb.8 (dead) 1.5 +0 -70 doc/ja_JP.eucJP/man/man8/named-bootconf.8 (dead) 1.14 +0 -216 doc/ja_JP.eucJP/man/man8/named-xfer.8 (dead) 1.12 +0 -76 doc/ja_JP.eucJP/man/man8/named.restart.8 (dead) 1.10 +0 -137 doc/ja_JP.eucJP/man/man8/ndc.8 (dead) 1.11 +0 -553 doc/ja_JP.eucJP/man/man8/nslookup.8 (dead) 1.8 +0 -199 doc/ja_JP.eucJP/man/man8/ntp-genkeys.8 (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:45:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0395916A41C; Mon, 11 Jul 2005 13:45:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DC543D45; Mon, 11 Jul 2005 13:45:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDjTLB052907; Mon, 11 Jul 2005 13:45:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDjT6N052906; Mon, 11 Jul 2005 13:45:29 GMT (envelope-from garga) Message-Id: <200507111345.j6BDjT6N052906@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 13:45:29 +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 contrib.committers.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, 11 Jul 2005 13:45:30 -0000 garga 2005-07-11 13:45:29 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move myself from additional to commiters contributors. Approved by: flz (mentor) Revision Changes Path 1.410 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.83 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:46:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB36716A41C; Mon, 11 Jul 2005 13:46:24 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6997743D46; Mon, 11 Jul 2005 13:46:24 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDkOjR053091; Mon, 11 Jul 2005 13:46:24 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDkOGq053090; Mon, 11 Jul 2005 13:46:24 GMT (envelope-from metal) Message-Id: <200507111346.j6BDkOGq053090@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:46:24 +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/ja_JP.eucJP/man/man9 BUF_LOCKINIT.9 BUS_CONFIG_INTR.9 BUS_PRINT_CHILD.9 BUS_SETUP_INTR.9 DECLARE_MODULE.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 MODULE_DEPEND.9 Makefile SYSCALL_MODULE.9 VFS.9 VFS_CHECKEXP.9 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 13:46:25 -0000 metal 2005-07-11 13:46:24 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man9 BUF_LOCKINIT.9 BUS_CONFIG_INTR.9 BUS_PRINT_CHILD.9 BUS_SETUP_INTR.9 DECLARE_MODULE.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 MODULE_DEPEND.9 Makefile SYSCALL_MODULE.9 VFS.9 VFS_CHECKEXP.9 VFS_FHTOVP.9 VFS_MOUNT.9 VFS_SET.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 VFS_VGET.9 bus_alloc_resource.9 device_find_child.9 make_dev.9 namei.9 physio.9 printf.9 sleep.9 style.9 suser.9 sx.9 timeout.9 Log: Catch up with 5.4-Release. Submitted by: Nobuyuki Koganemaru Reviewed by: kano at na rim or jp Yoshihiko Sarumaru Revision Changes Path 1.2 +4 -4 doc/ja_JP.eucJP/man/man9/BUF_LOCKINIT.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/BUS_CONFIG_INTR.9 1.11 +7 -5 doc/ja_JP.eucJP/man/man9/BUS_PRINT_CHILD.9 1.13 +11 -8 doc/ja_JP.eucJP/man/man9/BUS_SETUP_INTR.9 1.4 +28 -32 doc/ja_JP.eucJP/man/man9/DECLARE_MODULE.9 1.11 +12 -8 doc/ja_JP.eucJP/man/man9/DEVICE_ATTACH.9 1.13 +6 -3 doc/ja_JP.eucJP/man/man9/DEVICE_DETACH.9 1.14 +5 -5 doc/ja_JP.eucJP/man/man9/DEVICE_PROBE.9 1.9 +5 -4 doc/ja_JP.eucJP/man/man9/DEVICE_SHUTDOWN.9 1.3 +14 -6 doc/ja_JP.eucJP/man/man9/MODULE_DEPEND.9 1.23 +17 -2 doc/ja_JP.eucJP/man/man9/Makefile 1.4 +21 -18 doc/ja_JP.eucJP/man/man9/SYSCALL_MODULE.9 1.13 +2 -3 doc/ja_JP.eucJP/man/man9/VFS.9 1.11 +9 -7 doc/ja_JP.eucJP/man/man9/VFS_CHECKEXP.9 1.13 +8 -5 doc/ja_JP.eucJP/man/man9/VFS_FHTOVP.9 1.8 +9 -17 doc/ja_JP.eucJP/man/man9/VFS_MOUNT.9 1.3 +4 -4 doc/ja_JP.eucJP/man/man9/VFS_SET.9 1.8 +9 -5 doc/ja_JP.eucJP/man/man9/VFS_START.9 1.8 +63 -5 doc/ja_JP.eucJP/man/man9/VFS_STATFS.9 1.8 +11 -6 doc/ja_JP.eucJP/man/man9/VFS_SYNC.9 1.8 +14 -8 doc/ja_JP.eucJP/man/man9/VFS_UNMOUNT.9 1.10 +5 -4 doc/ja_JP.eucJP/man/man9/VFS_VGET.9 1.17 +4 -3 doc/ja_JP.eucJP/man/man9/bus_alloc_resource.9 1.8 +12 -5 doc/ja_JP.eucJP/man/man9/device_find_child.9 1.11 +12 -12 doc/ja_JP.eucJP/man/man9/make_dev.9 1.2 +3 -5 doc/ja_JP.eucJP/man/man9/namei.9 1.10 +2 -2 doc/ja_JP.eucJP/man/man9/physio.9 1.3 +13 -12 doc/ja_JP.eucJP/man/man9/printf.9 1.9 +6 -2 doc/ja_JP.eucJP/man/man9/sleep.9 1.29 +59 -30 doc/ja_JP.eucJP/man/man9/style.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/suser.9 1.5 +13 -2 doc/ja_JP.eucJP/man/man9/sx.9 1.6 +264 -10 doc/ja_JP.eucJP/man/man9/timeout.9 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:47:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CE716A41C; Mon, 11 Jul 2005 13:47:29 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9612E43D45; Mon, 11 Jul 2005 13:47:29 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDlT8h053149; Mon, 11 Jul 2005 13:47:29 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDlTIZ053148; Mon, 11 Jul 2005 13:47:29 GMT (envelope-from metal) Message-Id: <200507111347.j6BDlTIZ053148@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 11 Jul 2005 13:47:29 +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/ja_JP.eucJP/man/man9 Makefile VFS_INIT.9 cdevsw_add.9 cdevsw_remove.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 13:47:30 -0000 metal 2005-07-11 13:47:29 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man9 Makefile Removed files: ja_JP.eucJP/man/man9 VFS_INIT.9 cdevsw_add.9 cdevsw_remove.9 Log: These manpages no longer exist. Revision Changes Path 1.24 +0 -3 doc/ja_JP.eucJP/man/man9/Makefile 1.7 +0 -56 doc/ja_JP.eucJP/man/man9/VFS_INIT.9 (dead) 1.2 +0 -66 doc/ja_JP.eucJP/man/man9/cdevsw_add.9 (dead) 1.2 +0 -66 doc/ja_JP.eucJP/man/man9/cdevsw_remove.9 (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:58:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E4816A41C; Mon, 11 Jul 2005 13:58:33 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FCC43D48; Mon, 11 Jul 2005 13:58:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDwWjg053571; Mon, 11 Jul 2005 13:58:32 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDwWTx053570; Mon, 11 Jul 2005 13:58:32 GMT (envelope-from jylefort) Message-Id: <200507111358.j6BDwWTx053570@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 11 Jul 2005 13:58:32 +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, 11 Jul 2005 13:58:33 -0000 jylefort 2005-07-11 13:58:32 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Christopher Boumenot for devel/p5-Algorithm-Bucketizer. Revision Changes Path 1.411 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 13:59:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C11116A41C; Mon, 11 Jul 2005 13:59:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20BD43D48; Mon, 11 Jul 2005 13:59:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDxITN053615; Mon, 11 Jul 2005 13:59:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDxIs4053614; Mon, 11 Jul 2005 13:59:18 GMT (envelope-from garga) Message-Id: <200507111359.j6BDxIs4053614@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 13:59:18 +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/news news.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, 11 Jul 2005 13:59:19 -0000 garga 2005-07-11 13:59:18 UTC FreeBSD doc repository (ports committer) Modified files: en/news news.xml Log: Add myself as a new commiter Approved by: flz (mentor) Revision Changes Path 1.312 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 14:13:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6893816A41C; Mon, 11 Jul 2005 14:13:25 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F8043D46; Mon, 11 Jul 2005 14:13:24 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BEDO0i054449; Mon, 11 Jul 2005 14:13:24 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BEDOlI054448; Mon, 11 Jul 2005 14:13:24 GMT (envelope-from skv) Message-Id: <200507111413.j6BEDOlI054448@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 11 Jul 2005 14:13: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/devel/bugzilla 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, 11 Jul 2005 14:13:25 -0000 skv 2005-07-11 14:13:23 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo pkg-plist Log: Update to 2.18.3, bug-fixes: * https://bugzilla.mozilla.org/show_bug.cgi?id=293159 * https://bugzilla.mozilla.org/show_bug.cgi?id=292544 Reported by: simon Security: http://vuxml.freebsd.org/6e33f4ab-efed-11d9-8310-0001020eed82.html Revision Changes Path 1.39 +1 -2 ports/devel/bugzilla/Makefile 1.15 +2 -2 ports/devel/bugzilla/distinfo 1.15 +5 -5 ports/devel/bugzilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 14:56:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A7616A41C; Mon, 11 Jul 2005 14:56:19 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D1643D46; Mon, 11 Jul 2005 14:56:19 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BEuJjY056049; Mon, 11 Jul 2005 14:56:19 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BEuJeh056048; Mon, 11 Jul 2005 14:56:19 GMT (envelope-from kensmith) Message-Id: <200507111456.j6BEuJeh056048@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 14:56: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/6.0R todo.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, 11 Jul 2005 14:56:19 -0000 kensmith 2005-07-11 14:56:19 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add one item and fix a typo while here. Revision Changes Path 1.15 +9 -2 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 14:59:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B736E16A41C; Mon, 11 Jul 2005 14:59:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B2343D53; Mon, 11 Jul 2005 14:59:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BExbJ0056214; Mon, 11 Jul 2005 14:59:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BExb2e056213; Mon, 11 Jul 2005 14:59:37 GMT (envelope-from garga) Message-Id: <200507111459.j6BExb2e056213@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 14:59:37 +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/share/pgpkeys garga.key pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 14:59:37 -0000 garga 2005-07-11 14:59:37 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys.ent Added files: share/pgpkeys garga.key Log: Add myself as a new commiter Approved by: flz (mentor) Revision Changes Path 1.1 +52 -0 doc/share/pgpkeys/garga.key (new) 1.72 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:00:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F516A41C; Mon, 11 Jul 2005 15:00:48 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E107543D46; Mon, 11 Jul 2005 15:00:47 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BF0lEP056325; Mon, 11 Jul 2005 15:00:47 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BF0lCQ056324; Mon, 11 Jul 2005 15:00:47 GMT (envelope-from mich) Message-Id: <200507111500.j6BF0lCQ056324@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Mon, 11 Jul 2005 15:00: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/sysutils/libcdio/files patch-src_cdda-player.c patch-src_cddb.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, 11 Jul 2005 15:00:48 -0000 mich 2005-07-11 15:00:47 UTC FreeBSD ports repository Added files: sysutils/libcdio/files patch-src_cdda-player.c patch-src_cddb.c Log: o fix build, as latest libcddb update had API changes patches obtained: libcdio CVS Revision Changes Path 1.1 +58 -0 ports/sysutils/libcdio/files/patch-src_cdda-player.c (new) 1.1 +23 -0 ports/sysutils/libcdio/files/patch-src_cddb.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:04:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15F316A41C; Mon, 11 Jul 2005 15:04:36 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D22543D46; Mon, 11 Jul 2005 15:04:36 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BF4afY056451; Mon, 11 Jul 2005 15:04:36 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BF4aga056450; Mon, 11 Jul 2005 15:04:36 GMT (envelope-from mich) Message-Id: <200507111504.j6BF4aga056450@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Mon, 11 Jul 2005 15:04: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/libcdio 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, 11 Jul 2005 15:04:36 -0000 mich 2005-07-11 15:04:36 UTC FreeBSD ports repository Modified files: sysutils/libcdio Makefile Log: o adopt this maintainer-less port Revision Changes Path 1.14 +1 -1 ports/sysutils/libcdio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:24:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5599E16A41C; Mon, 11 Jul 2005 15:24:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0DEE43D45; Mon, 11 Jul 2005 15:24:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFO8m5057227; Mon, 11 Jul 2005 15:24:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFO8Bd057226; Mon, 11 Jul 2005 15:24:08 GMT (envelope-from brueffer) Message-Id: <200507111524.j6BFO8Bd057226@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 11 Jul 2005 15:24:08 +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.0R todo.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, 11 Jul 2005 15:24:09 -0000 brueffer 2005-07-11 15:24:08 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add  s to make the tables look consistent. Approved by: re Revision Changes Path 1.16 +16 -16 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:46:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5113E16A41C; Mon, 11 Jul 2005 15:46:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6CB43D4C; Mon, 11 Jul 2005 15:46:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFkjR4058391; Mon, 11 Jul 2005 15:46:45 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFkj6O058390; Mon, 11 Jul 2005 15:46:45 GMT (envelope-from kensmith) Message-Id: <200507111546.j6BFkj6O058390@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:46: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 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: Mon, 11 Jul 2005 15:46:46 -0000 kensmith 2005-07-11 15:46:45 UTC FreeBSD src repository Modified files: . UPDATING Log: Note RELENG_6 branch and minor related tweaks. Approved by: re (implicit) Revision Changes Path 1.417 +5 -2 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:48:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344D016A41C; Mon, 11 Jul 2005 15:48:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11A243D55; Mon, 11 Jul 2005 15:48:48 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFmms4058456; Mon, 11 Jul 2005 15:48:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFmmZ6058455; Mon, 11 Jul 2005 15:48:48 GMT (envelope-from kensmith) Message-Id: <200507111548.j6BFmmZ6058455@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:48: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 15:48:49 -0000 kensmith 2005-07-11 15:48:48 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Adjust for HEAD being 7.0 now. Approved by: re (implicit) Revision Changes Path 1.49 +2 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:50:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2504516A41C; Mon, 11 Jul 2005 15:50:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D768443D53; Mon, 11 Jul 2005 15:50:29 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFoTOZ058600; Mon, 11 Jul 2005 15:50:29 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFoT84058599; Mon, 11 Jul 2005 15:50:29 GMT (envelope-from kensmith) Message-Id: <200507111550.j6BFoT84058599@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:50: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/release 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, 11 Jul 2005 15:50:30 -0000 kensmith 2005-07-11 15:50:29 UTC FreeBSD src repository Modified files: release Makefile Log: Adjust for HEAD being 7.0 now. Approved by: re (implicit) Revision Changes Path 1.888 +3 -3 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 15:56:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0959E16A41C; Mon, 11 Jul 2005 15:56:28 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017D943D64; Mon, 11 Jul 2005 15:56:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFuP5J058792; Mon, 11 Jul 2005 15:56:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFuPoD058791; Mon, 11 Jul 2005 15:56:25 GMT (envelope-from kensmith) Message-Id: <200507111556.j6BFuPoD058791@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:56: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/usr.sbin/pkg_install/add 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: Mon, 11 Jul 2005 15:56:28 -0000 kensmith 2005-07-11 15:56:25 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Prepare for packages-7-current. While here retro-fit packages-5.4-release which probably should have been done a while ago. Approved by: re (implicit) Revision Changes Path 1.62 +3 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:01:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C1216A41C; Mon, 11 Jul 2005 16:01:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0CA43D49; Mon, 11 Jul 2005 16:01:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG1XC8059027; Mon, 11 Jul 2005 16:01:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG1XPh059026; Mon, 11 Jul 2005 16:01:33 GMT (envelope-from kensmith) Message-Id: <200507111601.j6BG1XPh059026@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:01:33 +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 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: Mon, 11 Jul 2005 16:01:34 -0000 kensmith 2005-07-11 16:01:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile.inc1 Log: Add branch tag for cvs update operation. Approved by: re (implicit) Revision Changes Path 1.499.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:02:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1699D16A41C; Mon, 11 Jul 2005 16:02:29 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C855043D46; Mon, 11 Jul 2005 16:02:28 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG2Sgp059078; Mon, 11 Jul 2005 16:02:28 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG2ShQ059077; Mon, 11 Jul 2005 16:02:28 GMT (envelope-from kensmith) Message-Id: <200507111602.j6BG2ShQ059077@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:02:28 +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 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: Mon, 11 Jul 2005 16:02:29 -0000 kensmith 2005-07-11 16:02:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: Note date of RELENG_6 branch. Approved by: re (implicit) Revision Changes Path 1.416.2.1 +3 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:04:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E3B16A41C; Mon, 11 Jul 2005 16:04:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED2043D53; Mon, 11 Jul 2005 16:04:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG4Miw059132; Mon, 11 Jul 2005 16:04:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG4MEp059131; Mon, 11 Jul 2005 16:04:22 GMT (envelope-from kensmith) Message-Id: <200507111604.j6BG4MEp059131@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:04:22 +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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 16:04:22 -0000 kensmith 2005-07-11 16:04:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/groff/tmac mdoc.local Log: Add 7.0 as a version not in doc-common. Approved by: re (implicit) Revision Changes Path 1.48.2.1 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:06:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E9716A420; Mon, 11 Jul 2005 16:06:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816DA43D46; Mon, 11 Jul 2005 16:06:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG6UK3059332; Mon, 11 Jul 2005 16:06:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG6UH2059331; Mon, 11 Jul 2005 16:06:30 GMT (envelope-from kensmith) Message-Id: <200507111606.j6BG6UH2059331@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:06:30 +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 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, 11 Jul 2005 16:06:31 -0000 kensmith 2005-07-11 16:06:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile Log: Suggest this is a -STABLE branch now. Approved by: re (implicit) Revision Changes Path 1.887.2.1 +1 -1 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:07:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A91516A41C; Mon, 11 Jul 2005 16:07:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3877B43D48; Mon, 11 Jul 2005 16:07:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG7PxM059376; Mon, 11 Jul 2005 16:07:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG7Pnw059375; Mon, 11 Jul 2005 16:07:25 GMT (envelope-from kensmith) Message-Id: <200507111607.j6BG7Pnw059375@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:07:25 +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/share/examples/cvsup standard-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 16:07:25 -0000 kensmith 2005-07-11 16:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/cvsup standard-supfile Log: Update branch tag. Approved by: re (implicit) Revision Changes Path 1.23.4.1 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:14:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107DC16A41C; Mon, 11 Jul 2005 16:14:23 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C090743D46; Mon, 11 Jul 2005 16:14:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGEMUg059727; Mon, 11 Jul 2005 16:14:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGEMCo059726; Mon, 11 Jul 2005 16:14:22 GMT (envelope-from kensmith) Message-Id: <200507111614.j6BGEMCo059726@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:14:22 +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/pkg_install/add 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: Mon, 11 Jul 2005 16:14:23 -0000 kensmith 2005-07-11 16:14:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: Retro-fit packages-5.4-release entry. Approved by: re (implicit) Revision Changes Path 1.61.2.1 +2 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:16:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0594316A41C; Mon, 11 Jul 2005 16:16:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B3243D48; Mon, 11 Jul 2005 16:16:24 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGGOZo059928; Mon, 11 Jul 2005 16:16:24 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGGOIY059927; Mon, 11 Jul 2005 16:16:24 GMT (envelope-from kensmith) Message-Id: <200507111616.j6BGGOIY059927@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:16: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/usr.sbin/pkg_install/add 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: Mon, 11 Jul 2005 16:16:25 -0000 kensmith 2005-07-11 16:16:24 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Fix an oops on FBSD-version for packages-5-stable I made in previous commit. Pointy hat: kensmith Approved by: re (implicit) Revision Changes Path 1.63 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:16:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65ED16A42A; Mon, 11 Jul 2005 16:16:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920E343D46; Mon, 11 Jul 2005 16:16:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGGW9O059954; Mon, 11 Jul 2005 16:16:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGGWim059953; Mon, 11 Jul 2005 16:16:32 GMT (envelope-from brueffer) Message-Id: <200507111616.j6BGGWim059953@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 11 Jul 2005 16:16:32 +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/mirrors 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: Mon, 11 Jul 2005 16:16:33 -0000 brueffer 2005-07-11 16:16:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add information about RELENG_6. Revision Changes Path 1.385 +9 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:43:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8F416A41C; Mon, 11 Jul 2005 16:43:57 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE8543D4C; Mon, 11 Jul 2005 16:43:57 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGhvK3061165; Mon, 11 Jul 2005 16:43:57 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGhuXA061164; Mon, 11 Jul 2005 16:43:56 GMT (envelope-from jeh) Message-Id: <200507111643.j6BGhuXA061164@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 11 Jul 2005 16:43: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/security/uvscan-dat 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, 11 Jul 2005 16:43:57 -0000 jeh 2005-07-11 16:43:56 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4532 Revision Changes Path 1.385 +1 -1 ports/security/uvscan-dat/Makefile 1.382 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:45:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E5B16A41C; Mon, 11 Jul 2005 16:45:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2033243D4C; Mon, 11 Jul 2005 16:45:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGjaUq061261; Mon, 11 Jul 2005 16:45:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGjas4061260; Mon, 11 Jul 2005 16:45:36 GMT (envelope-from garga) Message-Id: <200507111645.j6BGjas4061260@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 16: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/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: Mon, 11 Jul 2005 16:45:36 -0000 garga 2005-07-11 16:45:35 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: Add my xearth mark Approved by: flz (mentor) Revision Changes Path 1.177 +1 -0 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:47:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4260816A41C; Mon, 11 Jul 2005 16:47:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C8243D45; Mon, 11 Jul 2005 16:47:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGlGA5068823; Mon, 11 Jul 2005 16:47:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGlGfw068822; Mon, 11 Jul 2005 16:47:16 GMT (envelope-from garga) Message-Id: <200507111647.j6BGlGfw068822@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 16:47: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/archivers/arj Makefile ports/net/c3270 Makefile ports/databases/firebird-devel Makefile ports/databases/firebird-server Makefile ports/ftp/ftpmirror Makefile ports/astro/gpsdrive Makefile ports/net/jabber-pyicq 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, 11 Jul 2005 16:47:17 -0000 garga 2005-07-11 16:47:16 UTC FreeBSD ports repository Modified files: archivers/arj Makefile net/c3270 Makefile databases/firebird-devel Makefile databases/firebird-server Makefile ftp/ftpmirror Makefile astro/gpsdrive Makefile net/jabber-pyicq Makefile net/jabber-users-agent Makefile editors/jed Makefile devel/libslang Makefile devel/libslang2 Makefile security/p5-Authen-Krb5 Makefile print/perlftlib Makefile shells/perlsh Makefile security/pfw Makefile security/putty Makefile mail/qmail Makefile mail/qmail-ldap Makefile mail/qmail-mysql Makefile mail/qmail-smtp_auth+tls Makefile mail/qmail-spamcontrol Makefile mail/qmail-tls Makefile mail/qmailanalog Makefile mail/queue-fix Makefile devel/sysconftool Makefile Log: Change MAINTAINER to my @FreeBSD.org account Approved by: flz (mentor) Revision Changes Path 1.18 +1 -1 ports/archivers/arj/Makefile 1.30 +1 -1 ports/astro/gpsdrive/Makefile 1.32 +1 -1 ports/databases/firebird-devel/Makefile 1.42 +1 -1 ports/databases/firebird-server/Makefile 1.36 +1 -1 ports/devel/libslang/Makefile 1.5 +1 -1 ports/devel/libslang2/Makefile 1.10 +1 -1 ports/devel/sysconftool/Makefile 1.23 +1 -1 ports/editors/jed/Makefile 1.16 +1 -1 ports/ftp/ftpmirror/Makefile 1.41 +0 -1 ports/mail/qmail-ldap/Makefile 1.16 +0 -1 ports/mail/qmail-mysql/Makefile 1.19 +0 -1 ports/mail/qmail-smtp_auth+tls/Makefile 1.10 +0 -1 ports/mail/qmail-spamcontrol/Makefile 1.19 +0 -1 ports/mail/qmail-tls/Makefile 1.71 +1 -1 ports/mail/qmail/Makefile 1.20 +1 -1 ports/mail/qmailanalog/Makefile 1.3 +1 -1 ports/mail/queue-fix/Makefile 1.12 +1 -1 ports/net/c3270/Makefile 1.2 +1 -1 ports/net/jabber-pyicq/Makefile 1.3 +1 -1 ports/net/jabber-users-agent/Makefile 1.19 +1 -1 ports/print/perlftlib/Makefile 1.7 +1 -1 ports/security/p5-Authen-Krb5/Makefile 1.6 +1 -1 ports/security/pfw/Makefile 1.9 +1 -1 ports/security/putty/Makefile 1.21 +1 -1 ports/shells/perlsh/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 16:47:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D8416A41C; Mon, 11 Jul 2005 16:47:37 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14EE43D49; Mon, 11 Jul 2005 16:47:36 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGlaKK068877; Mon, 11 Jul 2005 16:47:36 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGladP068876; Mon, 11 Jul 2005 16:47:36 GMT (envelope-from mi) Message-Id: <200507111647.j6BGladP068876@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 11 Jul 2005 16:47: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-fonts/geminifonts Makefile ports/x11-fonts/geminifonts/files patch-gz X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 16:47:37 -0000 mi 2005-07-11 16:47:36 UTC FreeBSD ports repository Modified files: x11-fonts/geminifonts Makefile x11-fonts/geminifonts/files patch-gz Log: Change the software's Makefile to run `mkfontdir' in the destination directory after install instead of the ${WRKSRC} after build. This works around a bug in Xorg's mkfontdir, which lists both -- the bdf-sources and the pcf-binary fonts -- in the generated fonts.dir. Revision Changes Path 1.8 +1 -0 ports/x11-fonts/geminifonts/Makefile 1.2 +17 -1 ports/x11-fonts/geminifonts/files/patch-gz From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:16:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BED616A41C; Mon, 11 Jul 2005 17:16:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2853843D45; Mon, 11 Jul 2005 17:16:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHGJOW070000; Mon, 11 Jul 2005 17:16:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHGIl3069999; Mon, 11 Jul 2005 17:16:19 GMT (envelope-from jhb) Message-Id: <200507111716.j6BHGIl3069999@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:16:18 +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/sys/amd64/include 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: Mon, 11 Jul 2005 17:16:19 -0000 jhb 2005-07-11 17:16:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/include param.h Log: MFC: Increase MAXCPU to 16 for SMP kernels to cope with APIC IDs >= 8. Revision Changes Path 1.13.2.5 +1 -1 src/sys/amd64/include/param.h From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:18:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D3016A41C; Mon, 11 Jul 2005 17:18:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F2F43D46; Mon, 11 Jul 2005 17:18:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHIsE2070065; Mon, 11 Jul 2005 17:18:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHIs8T070064; Mon, 11 Jul 2005 17:18:54 GMT (envelope-from jhb) Message-Id: <200507111718.j6BHIs8T070064@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:18:54 +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/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: Mon, 11 Jul 2005 17:18:54 -0000 jhb 2005-07-11 17:18:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf newvers.sh Log: MFC: Fix what(1) on kernel binaries by axeing sccspad[] and duplicating the first line of version[] in sccs[]. Revision Changes Path 1.62.2.20 +1 -2 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:22:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A61616A41C; Mon, 11 Jul 2005 17:22:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACD143D45; Mon, 11 Jul 2005 17:22:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHMDpa070301; Mon, 11 Jul 2005 17:22:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHMDE4070300; Mon, 11 Jul 2005 17:22:13 GMT (envelope-from jhb) Message-Id: <200507111722.j6BHMDE4070300@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:22:13 +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/usr.sbin/usbd usbd.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, 11 Jul 2005 17:22:14 -0000 jhb 2005-07-11 17:22:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/usbd usbd.c Log: MFC: Increase the maximum number of USB busses to 40. Revision Changes Path 1.29.4.1 +1 -1 src/usr.sbin/usbd/usbd.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:24:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFD916A41C; Mon, 11 Jul 2005 17:24:24 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A76E043D45; Mon, 11 Jul 2005 17:24:23 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHON86070377; Mon, 11 Jul 2005 17:24:23 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHONff070376; Mon, 11 Jul 2005 17:24:23 GMT (envelope-from thierry) Message-Id: <200507111724.j6BHONff070376@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Jul 2005 17: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/net/mercury 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, 11 Jul 2005 17:24:24 -0000 thierry 2005-07-11 17:24:23 UTC FreeBSD ports repository Modified files: net/mercury Makefile distinfo pkg-plist Log: Update to 1709 RC12c. Revision Changes Path 1.11 +1 -1 ports/net/mercury/Makefile 1.10 +2 -2 ports/net/mercury/distinfo 1.7 +3 -0 ports/net/mercury/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:25:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA31216A41C; Mon, 11 Jul 2005 17:25:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F3443D45; Mon, 11 Jul 2005 17:25:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHPGup070464; Mon, 11 Jul 2005 17:25:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHPGxJ070463; Mon, 11 Jul 2005 17:25:16 GMT (envelope-from garga) Message-Id: <200507111725.j6BHPGxJ070463@repoman.freebsd.org> From: Renato Botelho Date: Mon, 11 Jul 2005 17: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/shells/perlsh 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: Mon, 11 Jul 2005 17:25:17 -0000 garga 2005-07-11 17:25:16 UTC FreeBSD ports repository Modified files: shells/perlsh Makefile pkg-descr Log: Change MASTER_SITES to a CPAN address since old is broken Approved by: flz (mentor) Reported by: kris Revision Changes Path 1.22 +1 -1 ports/shells/perlsh/Makefile 1.4 +1 -1 ports/shells/perlsh/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:34:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DEB316A41C; Mon, 11 Jul 2005 17:34:26 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 499BB43D45; Mon, 11 Jul 2005 17:34:26 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHYQ66070843; Mon, 11 Jul 2005 17:34:26 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHYQ56070842; Mon, 11 Jul 2005 17:34:26 GMT (envelope-from lesi) Message-Id: <200507111734.j6BHYQ56070842@repoman.freebsd.org> From: Dejan Lesjak Date: Mon, 11 Jul 2005 17:34: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/libXfixes Makefile ports/x11/libXtrans Makefile ports/x11/xproto 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, 11 Jul 2005 17:34:26 -0000 lesi 2005-07-11 17:34:26 UTC FreeBSD ports repository Modified files: x11/libXfixes Makefile x11/libXtrans Makefile x11/xproto Makefile Log: Fix MASTER_SITES. Prodded by: Ports Janitor Revision Changes Path 1.11 +1 -1 ports/x11/libXfixes/Makefile 1.8 +1 -1 ports/x11/libXtrans/Makefile 1.12 +1 -1 ports/x11/xproto/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:40:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA4916A41C; Mon, 11 Jul 2005 17:40:29 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC5243D45; Mon, 11 Jul 2005 17:40:28 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHeSDc071278; Mon, 11 Jul 2005 17:40:28 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHeSrA071277; Mon, 11 Jul 2005 17:40:28 GMT (envelope-from thierry) Message-Id: <200507111740.j6BHeSrA071277@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Jul 2005 17:40: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/lang/njs 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, 11 Jul 2005 17:40:29 -0000 thierry 2005-07-11 17:40:28 UTC FreeBSD ports repository Modified files: lang/njs Makefile Log: Add two MASTERSITES without redirection. Requested by: kris Revision Changes Path 1.9 +3 -1 ports/lang/njs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:53:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CF016A41C; Mon, 11 Jul 2005 17:53:30 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B60443D48; Mon, 11 Jul 2005 17:53:30 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHrU0m071696; Mon, 11 Jul 2005 17:53:30 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHrUd5071695; Mon, 11 Jul 2005 17:53:30 GMT (envelope-from novel) Message-Id: <200507111753.j6BHrUd5071695@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 17:53: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/libol 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, 11 Jul 2005 17:53:31 -0000 novel 2005-07-11 17:53:30 UTC FreeBSD ports repository Modified files: devel/libol Makefile Log: Set USE_LIBTOOL_VER to 13 to fix build on 4.x. Submitted by: Vsevolod Stakhov Reported by: pointyhat via kris Revision Changes Path 1.21 +1 -1 ports/devel/libol/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 17:59:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEB916A41C; Mon, 11 Jul 2005 17:59:31 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A7443D45; Mon, 11 Jul 2005 17:59:31 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHxVjc071923; Mon, 11 Jul 2005 17:59:31 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHxVjd071922; Mon, 11 Jul 2005 17:59:31 GMT (envelope-from blackend) Message-Id: <200507111759.j6BHxVjd071922@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 11 Jul 2005 17:59:31 +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/network-servers 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: Mon, 11 Jul 2005 17:59:32 -0000 blackend 2005-07-11 17:59:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add a missing (this fixes a weird rendering of some programlisting lines). Revision Changes Path 1.67 +1 -1 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:06:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9781316A41C; Mon, 11 Jul 2005 18:06:14 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B1F343D46; Mon, 11 Jul 2005 18:06:14 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BI6EVF072233; Mon, 11 Jul 2005 18:06:14 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BI6EJe072232; Mon, 11 Jul 2005 18:06:14 GMT (envelope-from blackend) Message-Id: <200507111806.j6BI6EJe072232@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 11 Jul 2005 18:06:14 +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/ports 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: Mon, 11 Jul 2005 18:06:14 -0000 blackend 2005-07-11 18:06:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: We mention PACKAGESITE variable but no real example is provided. Let's give a quick example for 5.4-R users who want 5-STABLE packages; this example can be easily modified to fit any situation. Revision Changes Path 1.241 +8 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:15:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAED16A420; Mon, 11 Jul 2005 18:15:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E13243D48; Mon, 11 Jul 2005 18:15:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIF9TY072669; Mon, 11 Jul 2005 18:15:09 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIF94V072668; Mon, 11 Jul 2005 18:15:09 GMT (envelope-from novel) Message-Id: <200507111815.j6BIF94V072668@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 18: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/www/zope-cmf 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, 11 Jul 2005 18:15:10 -0000 novel 2005-07-11 18:15:09 UTC FreeBSD ports repository Modified files: www/zope-cmf Makefile distinfo pkg-plist Log: Update to 1.4.8. PR: 83265 Submitted by: Filippo Natali (maintainer) Revision Changes Path 1.15 +2 -2 ports/www/zope-cmf/Makefile 1.10 +2 -2 ports/www/zope-cmf/distinfo 1.8 +6 -0 ports/www/zope-cmf/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:30:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073C916A41C; Mon, 11 Jul 2005 18:30:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A6143D49; Mon, 11 Jul 2005 18:30:09 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIU9Ce073255; Mon, 11 Jul 2005 18:30:09 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIU9At073254; Mon, 11 Jul 2005 18:30:09 GMT (envelope-from novel) Message-Id: <200507111830.j6BIU9At073254@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 18:30: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/databases/pear-DB_DataObject 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, 11 Jul 2005 18:30:10 -0000 novel 2005-07-11 18:30:09 UTC FreeBSD ports repository Modified files: databases/pear-DB_DataObject Makefile distinfo Log: Update to 1.7.15. PR: 83256 Submitted by: Antonio Carlos Venancio Junior (maintainer) Revision Changes Path 1.10 +4 -3 ports/databases/pear-DB_DataObject/Makefile 1.8 +2 -2 ports/databases/pear-DB_DataObject/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:34:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EDB16A41C; Mon, 11 Jul 2005 18:34:33 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A6143D5F; Mon, 11 Jul 2005 18:34:33 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIYXtx073411; Mon, 11 Jul 2005 18:34:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIYXk7073410; Mon, 11 Jul 2005 18:34:33 GMT (envelope-from ahze) Message-Id: <200507111834.j6BIYXk7073410@repoman.freebsd.org> From: Michael Johnson Date: Mon, 11 Jul 2005 18: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/audio/extace 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, 11 Jul 2005 18:34:33 -0000 ahze 2005-07-11 18:34:33 UTC FreeBSD ports repository Modified files: audio/extace Makefile distinfo Log: - Update to 1.9.3 PR: ports/83266 Submitted by: Ports Fury Revision Changes Path 1.25 +2 -2 ports/audio/extace/Makefile 1.12 +2 -2 ports/audio/extace/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:40:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A159F16A41C; Mon, 11 Jul 2005 18:40:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDE643D4C; Mon, 11 Jul 2005 18:40:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIeQ3c073647; Mon, 11 Jul 2005 18:40:26 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIeQDn073646; Mon, 11 Jul 2005 18:40:26 GMT (envelope-from novel) Message-Id: <200507111840.j6BIeQDn073646@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 18:40: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/pear-Pager 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, 11 Jul 2005 18:40:26 -0000 novel 2005-07-11 18:40:26 UTC FreeBSD ports repository Modified files: devel/pear-Pager Makefile distinfo Log: Update to 2.3.3. PR: 83263 Submitted by: Antonio Carlos Venancio Junior (maintainer) Revision Changes Path 1.9 +7 -5 ports/devel/pear-Pager/Makefile 1.9 +2 -2 ports/devel/pear-Pager/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:45:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D2616A441; Mon, 11 Jul 2005 18:45:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB9343D45; Mon, 11 Jul 2005 18:45:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIjigP073927; Mon, 11 Jul 2005 18:45:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIjioK073926; Mon, 11 Jul 2005 18:45:44 GMT (envelope-from pav) Message-Id: <200507111845.j6BIjioK073926@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 18:45: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/sysutils/mmore 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, 11 Jul 2005 18:45:45 -0000 pav 2005-07-11 18:45:44 UTC FreeBSD ports repository Modified files: sysutils/mmore Makefile distinfo Log: - Update to 1.01 PR: ports/83280 Submitted by: Matthew Holder (maintainer) Revision Changes Path 1.2 +1 -1 ports/sysutils/mmore/Makefile 1.2 +2 -2 ports/sysutils/mmore/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:46:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F64916A41F; Mon, 11 Jul 2005 18:46:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F2943D45; Mon, 11 Jul 2005 18:46:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIkf47073987; Mon, 11 Jul 2005 18:46:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIkfNN073986; Mon, 11 Jul 2005 18:46:41 GMT (envelope-from pav) Message-Id: <200507111846.j6BIkfNN073986@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 18: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/sysutils/mmore/files patch-mmore.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, 11 Jul 2005 18:46:42 -0000 pav 2005-07-11 18:46:41 UTC FreeBSD ports repository Added files: sysutils/mmore/files patch-mmore.c Log: - Fix build on 4.X Revision Changes Path 1.1 +19 -0 ports/sysutils/mmore/files/patch-mmore.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:50:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F8316A41C; Mon, 11 Jul 2005 18:50:29 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9106443D49; Mon, 11 Jul 2005 18:50:29 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIoTmu074174; Mon, 11 Jul 2005 18:50:29 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIoTsh074173; Mon, 11 Jul 2005 18:50:29 GMT (envelope-from niels) Message-Id: <200507111850.j6BIoTsh074173@repoman.freebsd.org> From: Niels Heinen Date: Mon, 11 Jul 2005 18:50: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/nss_ldap Makefile distinfo ports/net/nss_ldap/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, 11 Jul 2005 18:50:30 -0000 niels 2005-07-11 18:50:29 UTC FreeBSD ports repository Modified files: net/nss_ldap Makefile distinfo net/nss_ldap/files patch-Makefile.in patch-configure Log: Upgraded to version 1.239 Submitted by: Thomas Sandford PR: ports/82841 Approved by: nectar (mentor,maintainer) Revision Changes Path 1.10 +2 -2 ports/net/nss_ldap/Makefile 1.5 +2 -2 ports/net/nss_ldap/distinfo 1.3 +73 -109 ports/net/nss_ldap/files/patch-Makefile.in 1.3 +48 -124 ports/net/nss_ldap/files/patch-configure From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:55:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D185A16A41C; Mon, 11 Jul 2005 18:55:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D80B43D45; Mon, 11 Jul 2005 18:55:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIt3JN074342; Mon, 11 Jul 2005 18:55:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIt3DW074341; Mon, 11 Jul 2005 18:55:03 GMT (envelope-from pav) Message-Id: <200507111855.j6BIt3DW074341@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 18: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/mail/dspam Makefile distinfo ports/mail/dspam/files 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: Mon, 11 Jul 2005 18:55:04 -0000 pav 2005-07-11 18:55:03 UTC FreeBSD ports repository Modified files: mail/dspam Makefile distinfo mail/dspam/files UPDATING Log: - Update to 3.4.8 PR: ports/83250 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Revision Changes Path 1.43 +2 -2 ports/mail/dspam/Makefile 1.24 +2 -2 ports/mail/dspam/distinfo 1.17 +16 -1 ports/mail/dspam/files/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 11 18:59:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B110C16A41C; Mon, 11 Jul 2005 18:59:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365E443D48; Mon, 11 Jul 2005 18:59:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BIxkOA074576; Mon, 11 Jul 2005 18:59:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BIxkN9074575; Mon, 11 Jul 2005 18:59:46 GMT (envelope-from pav) Message-Id: <200507111859.j6BIxkN9074575@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 18:59: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/chinese/firefox-zh_TW Makefile ports/chinese/firefox-zh_TW/files firefox.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, 11 Jul 2005 18:59:46 -0000 pav 2005-07-11 18:59:46 UTC FreeBSD ports repository Modified files: chinese/firefox-zh_TW Makefile Removed files: chinese/firefox-zh_TW/files firefox.sh Log: - Remove rc script, it was not installed anyway PR: ports/83239 Submitted by: chinsan (maintainer) Revision Changes Path 1.2 +1 -9 ports/chinese/firefox-zh_TW/Makefile 1.2 +0 -31 ports/chinese/firefox-zh_TW/files/firefox.sh (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:08:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D1016A41C; Mon, 11 Jul 2005 19:08:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E919543D53; Mon, 11 Jul 2005 19:08:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJ8TFK074963; Mon, 11 Jul 2005 19:08:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJ8TYg074962; Mon, 11 Jul 2005 19:08:29 GMT (envelope-from pav) Message-Id: <200507111908.j6BJ8TYg074962@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19:08: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/textproc/isearch 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, 11 Jul 2005 19:08:30 -0000 pav 2005-07-11 19:08:29 UTC FreeBSD ports repository Modified files: textproc/isearch Makefile distinfo Log: - Update to 1.47i PR: ports/83237 Submitted by: Paul Marquis (maintainer) Revision Changes Path 1.20 +2 -2 ports/textproc/isearch/Makefile 1.5 +2 -2 ports/textproc/isearch/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:11:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E4E16A41C; Mon, 11 Jul 2005 19:11:40 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2035543D48; Mon, 11 Jul 2005 19:11:40 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJBeiU075138; Mon, 11 Jul 2005 19:11:40 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJBea9075137; Mon, 11 Jul 2005 19:11:40 GMT (envelope-from novel) Message-Id: <200507111911.j6BJBea9075137@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 11 Jul 2005 19:11: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/screem 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, 11 Jul 2005 19:11:40 -0000 novel 2005-07-11 19:11:39 UTC FreeBSD ports repository Modified files: www/screem Makefile distinfo Log: Update to 0.14.2. PR: 83275 Submitted by: Ports Fury Revision Changes Path 1.60 +1 -2 ports/www/screem/Makefile 1.20 +2 -2 ports/www/screem/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:25:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1975D16A41C; Mon, 11 Jul 2005 19:25:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C7543D5D; Mon, 11 Jul 2005 19:25:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJPHI7075773; Mon, 11 Jul 2005 19:25:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJPHTB075772; Mon, 11 Jul 2005 19:25:17 GMT (envelope-from pav) Message-Id: <200507111925.j6BJPHTB075772@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19: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/math Makefile ports/math/chryzodus Makefile distinfo pkg-descr pkg-plist ports/math/chryzodus/files patch-gui.cpp patch-makefile.unx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 19:25:18 -0000 pav 2005-07-11 19:25:17 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/chryzodus Makefile distinfo pkg-descr pkg-plist math/chryzodus/files patch-gui.cpp patch-makefile.unx Log: Chryzodus is a cross-platform graphical program drawing beautiful and colorful chryzodes. If you do not know what chryzodes are, take a look at http://www.chryzode.org/. Then you will be able to explore the world of chryzodes by yourself using Chryzodus. But one does not even need to know much about chryzodes to use Chryzodus and see beautiful images appear on the screen! PR: ports/83234 Submitted by: Nicola Vitale Revision Changes Path 1.330 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/chryzodus/Makefile (new) 1.1 +2 -0 ports/math/chryzodus/distinfo (new) 1.1 +12 -0 ports/math/chryzodus/files/patch-gui.cpp (new) 1.1 +12 -0 ports/math/chryzodus/files/patch-makefile.unx (new) 1.1 +10 -0 ports/math/chryzodus/pkg-descr (new) 1.1 +10 -0 ports/math/chryzodus/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:26:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B9C16A41F; Mon, 11 Jul 2005 19:26:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE77643D70; Mon, 11 Jul 2005 19:26:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJQAdr075849; Mon, 11 Jul 2005 19:26:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJQAuX075848; Mon, 11 Jul 2005 19:26:10 GMT (envelope-from pav) Message-Id: <200507111926.j6BJQAuX075848@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19:26: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: Mon, 11 Jul 2005 19:26:13 -0000 pav 2005-07-11 19:26:10 UTC FreeBSD ports repository Modified files: . modules Log: chryzodus --> ports/math/chryzodus Revision Changes Path 1.12799 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:28:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AC316A41C; Mon, 11 Jul 2005 19:28:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC39243D72; Mon, 11 Jul 2005 19:28:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJSJiO075949; Mon, 11 Jul 2005 19:28:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJSJEw075948; Mon, 11 Jul 2005 19:28:19 GMT (envelope-from pav) Message-Id: <200507111928.j6BJSJEw075948@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19: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/sysutils/cronolog 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, 11 Jul 2005 19:28:20 -0000 pav 2005-07-11 19:28:19 UTC FreeBSD ports repository Modified files: sysutils/cronolog Makefile Log: - Fix fetch PR: ports/83233 Submitted by: Mark Blackman (maintainer) Revision Changes Path 1.11 +1 -1 ports/sysutils/cronolog/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:44:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAF916A41C; Mon, 11 Jul 2005 19:44:00 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B03D43D45; Mon, 11 Jul 2005 19:44:00 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJi0HL076574; Mon, 11 Jul 2005 19:44:00 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJi0Wr076571; Mon, 11 Jul 2005 19:44:00 GMT (envelope-from lesi) Message-Id: <200507111944.j6BJi0Wr076571@repoman.freebsd.org> From: Dejan Lesjak Date: Mon, 11 Jul 2005 19:44: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/x11/libXcomposite Makefile ports/x11/libXcursor Makefile ports/x11/libXdamage 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, 11 Jul 2005 19:44:00 -0000 lesi 2005-07-11 19:44:00 UTC FreeBSD ports repository Modified files: x11/libXcomposite Makefile x11/libXcursor Makefile x11/libXdamage Makefile Log: Fix MASTER_SITES. Revision Changes Path 1.10 +1 -1 ports/x11/libXcomposite/Makefile 1.18 +1 -1 ports/x11/libXcursor/Makefile 1.10 +1 -1 ports/x11/libXdamage/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:57:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3831F16A41C; Mon, 11 Jul 2005 19:57:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13FB43D46; Mon, 11 Jul 2005 19:57:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJvbqU077048; Mon, 11 Jul 2005 19:57:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJvb8C077047; Mon, 11 Jul 2005 19:57:37 GMT (envelope-from pav) Message-Id: <200507111957.j6BJvb8C077047@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19:57: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/audio Makefile ports/audio/xmms-sexypsf 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: Mon, 11 Jul 2005 19:57:38 -0000 pav 2005-07-11 19:57:37 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/xmms-sexypsf Makefile distinfo pkg-descr pkg-message Log: Sexypsf is an XMMS plugin for playing .psf files. The PSF format brings the functionality of NSF, SID, SPC, and GBS to next- generation consoles. PSF utilizes the original music driver code from each game to replay sequenced music in a perfectly authentic, and size-efficient, way. The general idea is that a PSF file contains a zlib-compressed program which, if executed on the real console, would simply play the music. PR: ports/83229 Submitted by: Emanuel Haupt Revision Changes Path 1.639 +1 -0 ports/audio/Makefile 1.1 +56 -0 ports/audio/xmms-sexypsf/Makefile (new) 1.1 +2 -0 ports/audio/xmms-sexypsf/distinfo (new) 1.1 +14 -0 ports/audio/xmms-sexypsf/pkg-descr (new) 1.1 +3 -0 ports/audio/xmms-sexypsf/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 11 19:58:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E24F416A41F; Mon, 11 Jul 2005 19:58:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881F243D45; Mon, 11 Jul 2005 19:58:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BJwPlF077155; Mon, 11 Jul 2005 19:58:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BJwPdo077154; Mon, 11 Jul 2005 19:58:25 GMT (envelope-from pav) Message-Id: <200507111958.j6BJwPdo077154@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 19:58: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: 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, 11 Jul 2005 19:58:26 -0000 pav 2005-07-11 19:58:25 UTC FreeBSD ports repository Modified files: . modules Log: xmms-sexypsf --> ports/audio/xmms-sexypsf Revision Changes Path 1.12800 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 11 20:07:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3822716A41C; Mon, 11 Jul 2005 20:07:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98B643D45; Mon, 11 Jul 2005 20:07:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BK7CiT077492; Mon, 11 Jul 2005 20:07:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BK7CNG077491; Mon, 11 Jul 2005 20:07:12 GMT (envelope-from pav) Message-Id: <200507112007.j6BK7CNG077491@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 20:07: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/dspam/files dspam.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: Mon, 11 Jul 2005 20:07:13 -0000 pav 2005-07-11 20:07:12 UTC FreeBSD ports repository Modified files: mail/dspam/files dspam.sh.in Log: - Fix rc script for 4.X Submitted by: Ion-Mihai Tetcu (maintainer) Revision Changes Path 1.2 +2 -2 ports/mail/dspam/files/dspam.sh.in From owner-cvs-all@FreeBSD.ORG Mon Jul 11 20:09:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561F616A420 for ; Mon, 11 Jul 2005 20:09:01 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 5799243D58 for ; Mon, 11 Jul 2005 20:08:58 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 14124 invoked from network); 11 Jul 2005 20:08:57 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 11 Jul 2005 20:08:57 -0000 Received: (qmail 18284 invoked by uid 89); 11 Jul 2005 20:08:56 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 11 Jul 2005 20:08:56 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 94E07611C; Mon, 11 Jul 2005 23:08:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP; Mon, 11 Jul 2005 23:08:55 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 217C898; Mon, 11 Jul 2005 23:08:55 +0300 (EEST) Date: Mon, 11 Jul 2005 23:08:54 +0300 From: Ion-Mihai Tetcu To: Pav Lucistnik Message-ID: <20050711230854.54dfb0fe@it.buh.cameradicommercio.ro> In-Reply-To: <200507112007.j6BK7CNG077491@repoman.freebsd.org> References: <200507112007.j6BK7CNG077491@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/dspam/files dspam.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: Mon, 11 Jul 2005 20:09:01 -0000 On Mon, 11 Jul 2005 20:07:12 +0000 (UTC) Pav Lucistnik wrote: > pav 2005-07-11 20:07:12 UTC > > FreeBSD ports repository > > Modified files: > mail/dspam/files dspam.sh.in > Log: > - Fix rc script for 4.X > > Submitted by: Ion-Mihai Tetcu > (maintainer) Pointed out by Alexandr Smirnov -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Mon Jul 11 20:34:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCE016A41C; Mon, 11 Jul 2005 20:34:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5876D43D46; Mon, 11 Jul 2005 20:34:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BKYkCo078487; Mon, 11 Jul 2005 20:34:46 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BKYktk078486; Mon, 11 Jul 2005 20:34:46 GMT (envelope-from thierry) Message-Id: <200507112034.j6BKYktk078486@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 11 Jul 2005 20:34: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/lang/gambas 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, 11 Jul 2005 20:34:46 -0000 thierry 2005-07-11 20:34:46 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo Log: Upgrade to 1.0.8. Many bug fixed: changelog at . Revision Changes Path 1.37 +1 -1 ports/lang/gambas/Makefile 1.25 +2 -2 ports/lang/gambas/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 11 21:14:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8411B16A41C; Mon, 11 Jul 2005 21:14:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8F543D45; Mon, 11 Jul 2005 21:14:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BLE82P086936; Mon, 11 Jul 2005 21:14:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BLE8hE086935; Mon, 11 Jul 2005 21:14:08 GMT (envelope-from pav) Message-Id: <200507112114.j6BLE8hE086935@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 11 Jul 2005 21:14: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/misc/gaim-bangexec Makefile distinfo ports/misc/gaim-bangexec/files patch-bangexec.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, 11 Jul 2005 21:14:08 -0000 pav 2005-07-11 21:14:08 UTC FreeBSD ports repository Modified files: misc/gaim-bangexec Makefile distinfo misc/gaim-bangexec/files patch-bangexec.c Log: - Update to 1.3.0.2 PR: ports/83228 Submitted by: Kevin Brunelle (maintainer) Revision Changes Path 1.6 +1 -2 ports/misc/gaim-bangexec/Makefile 1.3 +2 -2 ports/misc/gaim-bangexec/distinfo 1.3 +4 -4 ports/misc/gaim-bangexec/files/patch-bangexec.c From owner-cvs-all@FreeBSD.ORG Mon Jul 11 21:29:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497EC16A41C; Mon, 11 Jul 2005 21:29:02 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0701D43D49; Mon, 11 Jul 2005 21:29:02 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BLT1S6087698; Mon, 11 Jul 2005 21:29:01 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BLT1p3087697; Mon, 11 Jul 2005 21:29:01 GMT (envelope-from niels) Message-Id: <200507112129.j6BLT1p3087697@repoman.freebsd.org> From: Niels Heinen Date: Mon, 11 Jul 2005 21:29: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/sysutils/nwclient602 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, 11 Jul 2005 21:29:02 -0000 niels 2005-07-11 21:29:01 UTC FreeBSD ports repository Modified files: sysutils/nwclient602 Makefile Log: Mark FORBIDDEN due to security issues Approved by: nectar (mentor) PR: ports/82101 Security: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html Revision Changes Path 1.15 +2 -0 ports/sysutils/nwclient602/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 21:30:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB9416A41C; Mon, 11 Jul 2005 21:30:16 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A5C43D45; Mon, 11 Jul 2005 21:30:16 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BLUGJr087802; Mon, 11 Jul 2005 21:30:16 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BLUGpv087801; Mon, 11 Jul 2005 21:30:16 GMT (envelope-from niels) Message-Id: <200507112130.j6BLUGpv087801@repoman.freebsd.org> From: Niels Heinen Date: Mon, 11 Jul 2005 21: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/sysutils/nwclient 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, 11 Jul 2005 21:30:17 -0000 niels 2005-07-11 21:30:16 UTC FreeBSD ports repository Modified files: sysutils/nwclient Makefile Log: Mark FORBIDDEN due to security issues Approved by: nectar (mentor) PR: ports/82101 Security: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html Revision Changes Path 1.14 +2 -0 ports/sysutils/nwclient/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 11 22:23:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C7616A41C; Mon, 11 Jul 2005 22:23:50 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B8643D49; Mon, 11 Jul 2005 22:23:49 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BMNn74089589; Mon, 11 Jul 2005 22:23:49 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BMNnfi089588; Mon, 11 Jul 2005 22:23:49 GMT (envelope-from girgen) Message-Id: <200507112223.j6BMNnfi089588@repoman.freebsd.org> From: Palle Girgensohn Date: Mon, 11 Jul 2005 22:23: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/databases/postgresql-libpqxx Makefile distinfo pkg-plist ports/databases/postgresql-libpqxx/files patch-configure patch-src-util-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: Mon, 11 Jul 2005 22:23:50 -0000 girgen 2005-07-11 22:23:49 UTC FreeBSD ports repository Modified files: databases/postgresql-libpqxx Makefile distinfo pkg-plist Added files: databases/postgresql-libpqxx/files patch-configure Removed files: databases/postgresql-libpqxx/files patch-src-util-cxx Log: Updating to 2.5.5 Approved by: ade, seanc (implicit) Revision Changes Path 1.17 +1 -2 ports/databases/postgresql-libpqxx/Makefile 1.9 +2 -2 ports/databases/postgresql-libpqxx/distinfo 1.1 +11 -0 ports/databases/postgresql-libpqxx/files/patch-configure (new) 1.2 +0 -11 ports/databases/postgresql-libpqxx/files/patch-src-util-cxx (dead) 1.10 +1 -1 ports/databases/postgresql-libpqxx/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 11 23:03:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D708216A41C; Mon, 11 Jul 2005 23:03:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A34F43D49; Mon, 11 Jul 2005 23:03:37 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 292BB4CE7BF; Mon, 11 Jul 2005 16:03:37 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32592-09; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Received: from bigwoop.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by postoffice.vicor-nb.com (Postfix) with ESMTP id B66FB4CE7B3; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by bigwoop.vicor-nb.com (Postfix) with ESMTP id A87E57A403; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Message-ID: <42D2FAC8.4010409@elischer.org> Date: Mon, 11 Jul 2005 16:03:36 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: Scott Long References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> In-Reply-To: <200507110845.j6B8jAeK001213@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: 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: Mon, 11 Jul 2005 23:03:40 -0000 Scott Long wrote: >scottl 2005-07-11 08:45:10 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/conf newvers.sh > Log: > Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. > > Do we have an idea when we'll be pressing out 6.1 and 6.2? Our clients are asking for an upgrade schedule through the middle of 2007. > > Approved by: re > > Revision Changes Path > 1.69.2.1 +1 -1 src/sys/conf/newvers.sh > > From owner-cvs-all@FreeBSD.ORG Mon Jul 11 23:13:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDB216A41C; Mon, 11 Jul 2005 23:13:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4CA43D46; Mon, 11 Jul 2005 23:13:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6BNIbcW059952; Mon, 11 Jul 2005 17:18:38 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D2FCFA.4040503@samsco.org> Date: Mon, 11 Jul 2005 17:12:58 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> In-Reply-To: <42D2FAC8.4010409@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: 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: Mon, 11 Jul 2005 23:13:06 -0000 Julian Elischer wrote: > > > Scott Long wrote: > >> scottl 2005-07-11 08:45:10 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/conf newvers.sh Log: >> Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. >> >> > Do we have an idea when we'll be pressing out 6.1 and 6.2? > Our clients are asking for an upgrade schedule through the middle of 2007. > Every 4 months is the plan. That might adjust a little bit for holidays and such, but hopefully not by much. Scott From owner-cvs-all@FreeBSD.ORG Mon Jul 11 23:53:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B443C16A41C; Mon, 11 Jul 2005 23:53:10 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705D543D46; Mon, 11 Jul 2005 23:53:10 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BNrARU094529; Mon, 11 Jul 2005 23:53:10 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BNrAZ0094528; Mon, 11 Jul 2005 23:53:10 GMT (envelope-from brooks) Message-Id: <200507112353.j6BNrAZ0094528@repoman.freebsd.org> From: Brooks Davis Date: Mon, 11 Jul 2005 23:53: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/security/hpn-ssh 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, 11 Jul 2005 23:53:10 -0000 brooks 2005-07-11 23:53:08 UTC FreeBSD ports repository Modified files: security/hpn-ssh Makefile distinfo Log: Update to the latest hpn-ssh patches for 3.9p1. The previous patches were unfetchable. An upgrade to 4.1p1 will follow soon. Reported by: pointyhat (via kris) Revision Changes Path 1.97 +4 -7 ports/security/hpn-ssh/Makefile 1.28 +4 -5 ports/security/hpn-ssh/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 02:18:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4C116A41C; Tue, 12 Jul 2005 02:18:25 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2C543D46; Tue, 12 Jul 2005 02:18:25 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C2IOKD010488; Tue, 12 Jul 2005 02:18:24 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C2IOsG010487; Tue, 12 Jul 2005 02:18:24 GMT (envelope-from vanilla) Message-Id: <200507120218.j6C2IOsG010487@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 12 Jul 2005 02:18: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/chinese/gcin Makefile distinfo pkg-plist ports/chinese/gcin/files extra-patch-data-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, 12 Jul 2005 02:18:25 -0000 vanilla 2005-07-12 02:18:24 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-plist chinese/gcin/files extra-patch-data-Makefile Log: Upgrade to 1.0.1 PR: ports/83310 Submitted by: chinsan Approved by: maintainer Revision Changes Path 1.35 +4 -2 ports/chinese/gcin/Makefile 1.26 +2 -2 ports/chinese/gcin/distinfo 1.4 +4 -4 ports/chinese/gcin/files/extra-patch-data-Makefile 1.21 +1 -0 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 04:45:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7ADD16A41C; Tue, 12 Jul 2005 04:45:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6758843D46; Tue, 12 Jul 2005 04:45:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C4jXQA019456; Tue, 12 Jul 2005 04:45:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C4jXxc019455; Tue, 12 Jul 2005 04:45:33 GMT (envelope-from marcus) Message-Id: <200507120445.j6C4jXxc019455@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Jul 2005 04:45: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/textproc/libxml2 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, 12 Jul 2005 04:45:33 -0000 marcus 2005-07-12 04:45:33 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile distinfo Log: Update to 2.6.20. Revision Changes Path 1.130 +1 -1 ports/textproc/libxml2/Makefile 1.86 +2 -2 ports/textproc/libxml2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 05:07:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D00316A41C; Tue, 12 Jul 2005 05:07:41 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECE143D5E; Tue, 12 Jul 2005 05:07:40 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C57etB027167; Tue, 12 Jul 2005 05:07:40 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C57eGR027166; Tue, 12 Jul 2005 05:07:40 GMT (envelope-from mezz) Message-Id: <200507120507.j6C57eGR027166@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 12 Jul 2005 05:07: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/nant 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, 12 Jul 2005 05:07:41 -0000 mezz 2005-07-12 05:07:40 UTC FreeBSD ports repository Modified files: devel/nant Makefile pkg-plist Log: Fix the plist, missed a directory. Reported by: tmclaugh in IRC (#bsd-sharp at freenode) Submitted by: apeiron in IRC (#bsd-sharp at freenode) Revision Changes Path 1.2 +1 -0 ports/devel/nant/Makefile 1.2 +1 -0 ports/devel/nant/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 05:33:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3644716A41C; Tue, 12 Jul 2005 05:33:45 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5CF43D46; Tue, 12 Jul 2005 05:33:44 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C5XiFR028039; Tue, 12 Jul 2005 05:33:44 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C5Xi1b028038; Tue, 12 Jul 2005 05:33:44 GMT (envelope-from lkoeller) Message-Id: <200507120533.j6C5Xi1b028038@repoman.freebsd.org> From: Lars Koeller Date: Tue, 12 Jul 2005 05:33: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/sysutils/bacula-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: Tue, 12 Jul 2005 05:33:45 -0000 lkoeller 2005-07-12 05:33:44 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: o) Correct filemart -> filemarks in post-install hint section ;-) Revision Changes Path 1.49 +2 -2 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 06:05:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1443D16A41F; Tue, 12 Jul 2005 06:05:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4DCF43D6E; Tue, 12 Jul 2005 06:05:10 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C65AAZ029160; Tue, 12 Jul 2005 06:05:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C65AFe029159; Tue, 12 Jul 2005 06:05:10 GMT (envelope-from leeym) Message-Id: <200507120605.j6C65AFe029159@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 12 Jul 2005 06:05: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/archivers/unzoo 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, 12 Jul 2005 06:05:12 -0000 leeym 2005-07-12 06:05:10 UTC FreeBSD ports repository Modified files: archivers/unzoo pkg-descr Log: - change WWW in pkg-descr PR: 83291 Submitted by: Emanuel Haupt Revision Changes Path 1.2 +1 -1 ports/archivers/unzoo/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 12 06:22:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B731A16A41C; Tue, 12 Jul 2005 06:22:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505DF43D4C; Tue, 12 Jul 2005 06:22:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6M3VR029797; Tue, 12 Jul 2005 06:22:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6M34a029796; Tue, 12 Jul 2005 06:22:03 GMT (envelope-from brueffer) Message-Id: <200507120622.j6C6M34a029796@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 12 Jul 2005 06:22:02 +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/ifconfig ifconfig.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: Tue, 12 Jul 2005 06:22:03 -0000 brueffer 2005-07-12 06:22:02 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: Information about the capability flags in 'ifconfig foo0 scan' output. Most content by: avatar Reviewed by: sam Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.96 +30 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Tue Jul 12 06:35:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43816A41C; Tue, 12 Jul 2005 06:35:13 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D4243D49; Tue, 12 Jul 2005 06:35:12 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6ZCWm031278; Tue, 12 Jul 2005 06:35:12 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6ZCJi031277; Tue, 12 Jul 2005 06:35:12 GMT (envelope-from erwin) Message-Id: <200507120635.j6C6ZCJi031277@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Jul 2005 06:35: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/www Makefile ports/www/p5-Catalyst-Helper-Controller-Scaffold 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, 12 Jul 2005 06:35:13 -0000 erwin 2005-07-12 06:35:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Helper-Controller-Scaffold Makefile distinfo pkg-descr pkg-plist Log: Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for Catalyst, which adds easy scaffolding: # Imagine you want to generate a scaffolding controller MyApp::C::SomeTable # for a CDBI table class MyApp::M::CDBI::SomeTable script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1130 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile (new) 1.1 +2 -0 ports/www/p5-Catalyst-Helper-Controller-Scaffold/distinfo (new) 1.1 +8 -0 ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg-descr (new) 1.1 +9 -0 ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 06:35:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF3516A41C; Tue, 12 Jul 2005 06:35:28 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE9E43D45; Tue, 12 Jul 2005 06:35:28 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6ZRmv031356; Tue, 12 Jul 2005 06:35:27 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6ZRi7031355; Tue, 12 Jul 2005 06:35:27 GMT (envelope-from erwin) Message-Id: <200507120635.j6C6ZRi7031355@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Jul 2005 06:35: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: Tue, 12 Jul 2005 06:35:28 -0000 erwin 2005-07-12 06:35:27 UTC FreeBSD ports repository Modified files: . modules Log: p5-Catalyst-Helper-Controller-Scaffold --> ports/www/p5-Catalyst-Helper-Controller-Scaffold Revision Changes Path 1.12801 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 06:58:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF48D16A422; Tue, 12 Jul 2005 06:58:04 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2368743D53; Tue, 12 Jul 2005 06:58:04 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6w4JI032266; Tue, 12 Jul 2005 06:58:04 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6w3XS032265; Tue, 12 Jul 2005 06:58:03 GMT (envelope-from jmg) Message-Id: <200507120658.j6C6w3XS032265@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 12 Jul 2005 06:58: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/usr.sbin/pkg_install/lib plist.c src/usr.sbin/pkg_install/create pkg_create.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: Tue, 12 Jul 2005 06:58:05 -0000 jmg 2005-07-12 06:58:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/lib plist.c usr.sbin/pkg_install/create pkg_create.1 Log: MFC: v1.68 of pkg_create.1, v1.50 of plist.c remove a few uses of the word `really' Revision Changes Path 1.61.2.2 +1 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.48.2.1 +2 -2 src/usr.sbin/pkg_install/lib/plist.c From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:11:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2037F16A41C; Tue, 12 Jul 2005 07:11:33 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828E343D49; Tue, 12 Jul 2005 07:11:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6C7BKmR045064; Tue, 12 Jul 2005 09:11:24 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6C7BKj0081499; Tue, 12 Jul 2005 09:11:20 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j6C7BHDN081493; Tue, 12 Jul 2005 09:11:17 +0200 (CEST) (envelope-from wb) Date: Tue, 12 Jul 2005 09:11:17 +0200 From: Wilko Bulte To: Scott Long Message-ID: <20050712071117.GA81457@freebie.xs4all.nl> References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D2FCFA.4040503@samsco.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: 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: Tue, 12 Jul 2005 07:11:33 -0000 On Mon, Jul 11, 2005 at 05:12:58PM -0600, Scott Long wrote.. > Julian Elischer wrote: > > > > > >Scott Long wrote: > > > >>scottl 2005-07-11 08:45:10 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_6) > >> sys/conf newvers.sh Log: > >> Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. > >> > >> > >Do we have an idea when we'll be pressing out 6.1 and 6.2? > >Our clients are asking for an upgrade schedule through the middle of 2007. > > > > Every 4 months is the plan. That might adjust a little bit for holidays > and such, but hopefully not by much. To be honest, the schedule for 6.0 is a bit of a pain given that it is spot in the European summer holidays. But I guess this problem will be there regardless -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:20:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455BF16A41C; Tue, 12 Jul 2005 07:20:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6D143D49; Tue, 12 Jul 2005 07:20:41 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6C7Q49Z061757; Tue, 12 Jul 2005 01:26:04 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D36F3D.3010603@samsco.org> Date: Tue, 12 Jul 2005 01:20:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> <20050712071117.GA81457@freebie.xs4all.nl> In-Reply-To: <20050712071117.GA81457@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: 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: Tue, 12 Jul 2005 07:20:47 -0000 Wilko Bulte wrote: > On Mon, Jul 11, 2005 at 05:12:58PM -0600, Scott Long wrote.. > >>Julian Elischer wrote: >> >>> >>>Scott Long wrote: >>> >>> >>>>scottl 2005-07-11 08:45:10 UTC >>>> >>>>FreeBSD src repository >>>> >>>>Modified files: (Branch: RELENG_6) >>>> sys/conf newvers.sh Log: >>>>Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. >>>> >>>> >>> >>>Do we have an idea when we'll be pressing out 6.1 and 6.2? >>>Our clients are asking for an upgrade schedule through the middle of 2007. >>> >> >>Every 4 months is the plan. That might adjust a little bit for holidays >>and such, but hopefully not by much. > > > To be honest, the schedule for 6.0 is a bit of a pain given that it is > spot in the European summer holidays. But I guess this problem will be > there regardless > Well, here's the problem: Jan: Spring semester start Apr - May: Spring semester final exams Jun: Large conferences (USENIX, WWDC, etc) Jul - Aug: European Summer Holiday Sep - Oct: Fall semester start, security advisory season Nov - Dec: USA Holidays, religious holidays, fall semester final exams So the only good time to do a release in in Feb-Mar. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:36:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC68C16A41C; Tue, 12 Jul 2005 07:36:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7ED43D55; Tue, 12 Jul 2005 07:36:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C7a1IS033688; Tue, 12 Jul 2005 07:36:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C7a1RI033687; Tue, 12 Jul 2005 07:36:01 GMT (envelope-from erwin) Message-Id: <200507120736.j6C7a1RI033687@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 12 Jul 2005 07:36: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: 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: Tue, 12 Jul 2005 07:36:01 -0000 erwin 2005-07-12 07:36:01 UTC FreeBSD ports repository Modified files: . access Log: Forced commit to note that trhodes is free from ports mentorship. MIA: eik (mentor) With hat: portmgr secretary Revision Changes Path 1.657 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:44:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C98116A41C; Tue, 12 Jul 2005 07:44:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7AB43D48; Tue, 12 Jul 2005 07:44:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C7id1i035157; Tue, 12 Jul 2005 07:44:39 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C7idc8035156; Tue, 12 Jul 2005 07:44:39 GMT (envelope-from jylefort) Message-Id: <200507120744.j6C7idc8035156@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 07:44: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/sysutils Makefile ports/sysutils/rename Makefile distinfo pkg-descr ports/sysutils/rename/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: Tue, 12 Jul 2005 07:44:39 -0000 jylefort 2005-07-12 07:44:38 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/rename Makefile distinfo pkg-descr sysutils/rename/files patch-Makefile.in Log: Add rename. Rename is a quick and powerful tool written in C, featuring extended regular expression support for searching and substituting pattern strings in filenames. Rename can rename, convert to lowercase/uppercase, and change the ownership of a large number of files. WWW: http://rename.berlios.de/ PR: ports/83314 Submitted by: Chad Castleberry Revision Changes Path 1.673 +1 -0 ports/sysutils/Makefile 1.1 +26 -0 ports/sysutils/rename/Makefile (new) 1.1 +2 -0 ports/sysutils/rename/distinfo (new) 1.1 +33 -0 ports/sysutils/rename/files/patch-Makefile.in (new) 1.1 +10 -0 ports/sysutils/rename/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:46:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004E216A41C; Tue, 12 Jul 2005 07:46:01 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CFF43D49; Tue, 12 Jul 2005 07:46:01 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C7k1H0035292; Tue, 12 Jul 2005 07:46:01 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C7k1Be035291; Tue, 12 Jul 2005 07:46:01 GMT (envelope-from jylefort) Message-Id: <200507120746.j6C7k1Be035291@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 07:46: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: 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, 12 Jul 2005 07:46:02 -0000 jylefort 2005-07-12 07:46:01 UTC FreeBSD ports repository Modified files: . modules Log: rename --> ports/sysutils/rename Revision Changes Path 1.12802 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 07:50:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E73F516A41C; Tue, 12 Jul 2005 07:50:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C5743D45; Tue, 12 Jul 2005 07:50:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C7ooie035478; Tue, 12 Jul 2005 07:50:50 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C7oohH035477; Tue, 12 Jul 2005 07:50:50 GMT (envelope-from jylefort) Message-Id: <200507120750.j6C7oohH035477@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 07: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: 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: Tue, 12 Jul 2005 07:50:51 -0000 jylefort 2005-07-12 07:50:50 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Chad Castleberry for sysutils/rename. Revision Changes Path 1.412 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:08:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD9916A41C; Tue, 12 Jul 2005 08:08:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAD243D45; Tue, 12 Jul 2005 08:08:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C88Lj6036166; Tue, 12 Jul 2005 08:08:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C88LnD036165; Tue, 12 Jul 2005 08:08:21 GMT (envelope-from pav) Message-Id: <200507120808.j6C88LnD036165@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 08: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/www/cherokee Makefile distinfo pkg-plist ports/www/cherokee/files patch-Makefile.in patch-cherokee-buffer.c patch-cherokee-config_protocol_scanner.c patch-cherokee-fdpoll-kqueue.c patch-cherokee-validator_pam.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, 12 Jul 2005 08:08:21 -0000 pav 2005-07-12 08:08:20 UTC FreeBSD ports repository Modified files: www/cherokee Makefile distinfo pkg-plist Added files: www/cherokee/files patch-Makefile.in patch-cherokee-fdpoll-kqueue.c Removed files: www/cherokee/files patch-cherokee-buffer.c patch-cherokee-config_protocol_scanner.c patch-cherokee-validator_pam.c Log: - Update to 0.4.24 PR: ports/83274 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +10 -9 ports/www/cherokee/Makefile 1.7 +2 -2 ports/www/cherokee/distinfo 1.1 +30 -0 ports/www/cherokee/files/patch-Makefile.in (new) 1.2 +0 -13 ports/www/cherokee/files/patch-cherokee-buffer.c (dead) 1.2 +0 -11 ports/www/cherokee/files/patch-cherokee-config_protocol_scanner.c (dead) 1.1 +11 -0 ports/www/cherokee/files/patch-cherokee-fdpoll-kqueue.c (new) 1.2 +0 -12 ports/www/cherokee/files/patch-cherokee-validator_pam.c (dead) 1.7 +27 -3 ports/www/cherokee/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:13:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F47316A41C; Tue, 12 Jul 2005 08:13:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 520E543D48; Tue, 12 Jul 2005 08:13:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C8DMGB036374; Tue, 12 Jul 2005 08:13:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C8DLN7036373; Tue, 12 Jul 2005 08:13:21 GMT (envelope-from pav) Message-Id: <200507120813.j6C8DLN7036373@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 08: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/games/vectoroids 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, 12 Jul 2005 08:13:22 -0000 pav 2005-07-12 08:13:21 UTC FreeBSD ports repository Modified files: games/vectoroids Makefile Log: - Fix MASTER_SITES PR: ports/83271 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +1 -1 ports/games/vectoroids/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:23:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA6416A41C; Tue, 12 Jul 2005 08:23:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF05343D48; Tue, 12 Jul 2005 08:23:09 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C8N9c2036727; Tue, 12 Jul 2005 08:23:09 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C8N9PZ036726; Tue, 12 Jul 2005 08:23:09 GMT (envelope-from novel) Message-Id: <200507120823.j6C8N9PZ036726@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 12 Jul 2005 08:23: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/irc/erc 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, 12 Jul 2005 08:23:10 -0000 novel 2005-07-12 08:23:09 UTC FreeBSD ports repository Modified files: irc/erc Makefile distinfo Log: Update to 5.0.3. PR: 83302 Submitted by: Alexey Mikhailov (maintainer) Revision Changes Path 1.6 +1 -1 ports/irc/erc/Makefile 1.5 +2 -2 ports/irc/erc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:41:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F4816A41C; Tue, 12 Jul 2005 08:41:11 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A8743D49; Tue, 12 Jul 2005 08:41:11 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C8fBjJ037360; Tue, 12 Jul 2005 08:41:11 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C8fB1H037359; Tue, 12 Jul 2005 08:41:11 GMT (envelope-from clsung) Message-Id: <200507120841.j6C8fB1H037359@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Jul 2005 08:41: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/www/p5-WWW-Wikipedia 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, 12 Jul 2005 08:41:12 -0000 clsung 2005-07-12 08:41:10 UTC FreeBSD ports repository Modified files: www/p5-WWW-Wikipedia Makefile distinfo Log: - update to 1.6 - from Changes - updated WWW::Wikipedia to use the new raw url Revision Changes Path 1.9 +1 -1 ports/www/p5-WWW-Wikipedia/Makefile 1.8 +2 -2 ports/www/p5-WWW-Wikipedia/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:45:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 93D3516A41F; Tue, 12 Jul 2005 08:45:15 +0000 (GMT) Date: Tue, 12 Jul 2005 08:45:15 +0000 From: Alexey Dokuchaev To: "Michael L. Hostbaek" Message-ID: <20050712084515.GA42780@FreeBSD.org> References: <200507111504.j6BF4aga056450@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200507111504.j6BF4aga056450@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/sysutils/libcdio 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, 12 Jul 2005 08:45:15 -0000 On Mon, Jul 11, 2005 at 03:04:36PM +0000, Michael L. Hostbaek wrote: > mich 2005-07-11 15:04:36 UTC > > FreeBSD ports repository > > Modified files: > sysutils/libcdio Makefile > Log: > o adopt this maintainer-less port Very cool. I think you might also want to update it to latest version (0.75). Also, I could not get it to work on my 6.0-CURRENT (Jun 24), it always says "++ WARN: open: Inappropriate ioctl for device". ./danfe From owner-cvs-all@FreeBSD.ORG Tue Jul 12 08:56:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F77416A41C; Tue, 12 Jul 2005 08:56:00 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34DBE43D49; Tue, 12 Jul 2005 08:55:58 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id DC43037BD7; Tue, 12 Jul 2005 10:55:56 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id CFA9322836; Tue, 12 Jul 2005 10:55:56 +0200 (CEST) Date: Tue, 12 Jul 2005 10:55:56 +0200 From: "Michael L. Hostbaek" To: Alexey Dokuchaev Message-ID: <20050712085556.GB96466@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Alexey Dokuchaev , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200507111504.j6BF4aga056450@repoman.freebsd.org> <20050712084515.GA42780@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050712084515.GA42780@FreeBSD.org> X-Operating-System: FreeBSD 5.4-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/libcdio 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, 12 Jul 2005 08:56:00 -0000 Alexey Dokuchaev (danfe) writes: > > Very cool. I think you might also want to update it to latest version > (0.75). Also, I could not get it to work on my 6.0-CURRENT (Jun 24), it > always says "++ WARN: open: Inappropriate ioctl for device". Yes, I saw the new release. (Working on it now) Thanks. /mich From owner-cvs-all@FreeBSD.ORG Tue Jul 12 09:05:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85FA916A41C; Tue, 12 Jul 2005 09:05:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431C643D55; Tue, 12 Jul 2005 09:05:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C95Ohf045168; Tue, 12 Jul 2005 09:05:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C95Noe045167; Tue, 12 Jul 2005 09:05:23 GMT (envelope-from clsung) Message-Id: <200507120905.j6C95Noe045167@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 12 Jul 2005 09:05: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/textproc/p5-XML-Atom 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, 12 Jul 2005 09:05:24 -0000 clsung 2005-07-12 09:05:23 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile Log: - create_packlist=0 already in bsd.port.mk - fix build error in pointhat Noted by: krismail Revision Changes Path 1.13 +0 -1 ports/textproc/p5-XML-Atom/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 09:13:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36EDA16A41C; Tue, 12 Jul 2005 09:13:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF5F43D58; Tue, 12 Jul 2005 09:13:23 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C9DNKT045483; Tue, 12 Jul 2005 09:13:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C9DN7o045482; Tue, 12 Jul 2005 09:13:23 GMT (envelope-from ahze) Message-Id: <200507120913.j6C9DN7o045482@repoman.freebsd.org> From: Michael Johnson Date: Tue, 12 Jul 2005 09:13: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/textproc/gnomedocutils 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, 12 Jul 2005 09:13:24 -0000 ahze 2005-07-12 09:13:22 UTC FreeBSD ports repository Modified files: textproc/gnomedocutils Makefile distinfo Log: - Update to 0.2.1 Revision Changes Path 1.3 +1 -1 ports/textproc/gnomedocutils/Makefile 1.3 +2 -2 ports/textproc/gnomedocutils/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 09:54:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8593516A41C; Tue, 12 Jul 2005 09:54:12 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D11043D46; Tue, 12 Jul 2005 09:54:12 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C9sCk9046908; Tue, 12 Jul 2005 09:54:12 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C9sBih046907; Tue, 12 Jul 2005 09:54:11 GMT (envelope-from flz) Message-Id: <200507120954.j6C9sBih046907@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 12 Jul 2005 09:54: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/libtorrent 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, 12 Jul 2005 09:54:12 -0000 flz 2005-07-12 09:54:11 UTC FreeBSD ports repository Modified files: net/libtorrent Makefile distinfo Log: - Update to 0.6.7. Revision Changes Path 1.14 +1 -2 ports/net/libtorrent/Makefile 1.11 +2 -2 ports/net/libtorrent/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 10:09:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0974016A41C; Tue, 12 Jul 2005 10:09:31 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D2043D45; Tue, 12 Jul 2005 10:09:30 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CA9UFJ047478; Tue, 12 Jul 2005 10:09:30 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CA9UfO047477; Tue, 12 Jul 2005 10:09:30 GMT (envelope-from flz) Message-Id: <200507121009.j6CA9UfO047477@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 12 Jul 2005 10:09: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/net/rtorrent 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, 12 Jul 2005 10:09:31 -0000 flz 2005-07-12 10:09:30 UTC FreeBSD ports repository Modified files: net/rtorrent Makefile distinfo Log: - Update to 0.2.7. Revision Changes Path 1.8 +1 -1 ports/net/rtorrent/Makefile 1.8 +2 -2 ports/net/rtorrent/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 10:10:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894FB16A440; Tue, 12 Jul 2005 10:10:38 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C4843D48; Tue, 12 Jul 2005 10:10:38 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAAc60047609; Tue, 12 Jul 2005 10:10:38 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAAcT8047608; Tue, 12 Jul 2005 10:10:38 GMT (envelope-from fjoe) Message-Id: <200507121010.j6CAAcT8047608@repoman.freebsd.org> From: Max Khon Date: Tue, 12 Jul 2005 10:10: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/misc/libpri 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, 12 Jul 2005 10:10:38 -0000 fjoe 2005-07-12 10:10:38 UTC FreeBSD ports repository Modified files: misc/libpri Makefile distinfo Log: Update to 1.0.9 and bristuff-0.2.0-RC8h. Approved by: sobomax Revision Changes Path 1.5 +3 -3 ports/misc/libpri/Makefile 1.4 +4 -4 ports/misc/libpri/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 10:11:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 281EC16A41C; Tue, 12 Jul 2005 10:11:18 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDC043D45; Tue, 12 Jul 2005 10:11:17 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CABH6N047702; Tue, 12 Jul 2005 10:11:17 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CABH7f047701; Tue, 12 Jul 2005 10:11:17 GMT (envelope-from fjoe) Message-Id: <200507121011.j6CABH7f047701@repoman.freebsd.org> From: Max Khon Date: Tue, 12 Jul 2005 10: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/net/asterisk Makefile distinfo pkg-plist ports/net/asterisk/files patch-Makefile patch-res::Makefile patch-rtp.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, 12 Jul 2005 10:11:18 -0000 fjoe 2005-07-12 10:11:17 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo pkg-plist net/asterisk/files patch-Makefile patch-res::Makefile patch-rtp.c Log: Update to 1.0.9 and bristuff-0.2.0-RC8h. Approved by: MAINTAINER Revision Changes Path 1.36 +3 -4 ports/net/asterisk/Makefile 1.11 +4 -4 ports/net/asterisk/distinfo 1.9 +7 -5 ports/net/asterisk/files/patch-Makefile 1.6 +13 -6 ports/net/asterisk/files/patch-res::Makefile 1.4 +0 -22 ports/net/asterisk/files/patch-rtp.c 1.15 +8 -0 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 10:36:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F5A16A41C; Tue, 12 Jul 2005 10:36:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA8B43E1E; Tue, 12 Jul 2005 10:28:05 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAS5gp048253; Tue, 12 Jul 2005 10:28:05 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAS5dI048252; Tue, 12 Jul 2005 10:28:05 GMT (envelope-from sobomax) Message-Id: <200507121028.j6CAS5dI048252@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 12 Jul 2005 10:28: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/asterisk-oh323 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, 12 Jul 2005 10:36:52 -0000 sobomax 2005-07-12 10:28:04 UTC FreeBSD ports repository Modified files: net/asterisk-oh323 Makefile Log: Fix MASTER_SITES. Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/net/asterisk-oh323/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:06:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80D816A41C; Tue, 12 Jul 2005 11:06:08 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8083644091; Tue, 12 Jul 2005 10:44:51 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAiph4048865; Tue, 12 Jul 2005 10:44:51 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAipvo048864; Tue, 12 Jul 2005 10:44:51 GMT (envelope-from dougb) Message-Id: <200507121044.j6CAipvo048864@repoman.freebsd.org> From: Doug Barton Date: Tue, 12 Jul 2005 10:44: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/nut 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, 12 Jul 2005 11:06:14 -0000 dougb 2005-07-12 10:44:51 UTC FreeBSD ports repository Modified files: sysutils/nut Makefile Log: Declaim responsibility for this port. I no longer have time to maintain it properly, and while I still use it, my ratty old UPS pales in comparison to the fancy new stuff that is out today, and therefore I cannot effectively test the program's functionality. While I have not tested them, the updates in ports/83318 look reasonable, and I suggest that the submitter would probably make a good maintainer. Revision Changes Path 1.29 +1 -1 ports/sysutils/nut/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:08:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0F816A424; Tue, 12 Jul 2005 11:08:28 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DBD440E1; Tue, 12 Jul 2005 10:47:36 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAlaRn049044; Tue, 12 Jul 2005 10:47:36 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAlaBH049043; Tue, 12 Jul 2005 10:47:36 GMT (envelope-from jylefort) Message-Id: <200507121047.j6CAlaBH049043@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 10:47: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/comms Makefile ports/comms/splat 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, 12 Jul 2005 11:08:28 -0000 jylefort 2005-07-12 10:47:36 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/splat Makefile distinfo pkg-descr Log: Add splat. SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the spectrum between 20 MHz and 20 GHz. Useful to Amateur Radio operators. Written by John A. Magliacane, KD2BD WWW: http://www.qsl.net/kd2bd/splat.html PR: ports/83164 Submitted by: Diane Bruce Revision Changes Path 1.135 +1 -0 ports/comms/Makefile 1.1 +41 -0 ports/comms/splat/Makefile (new) 1.1 +2 -0 ports/comms/splat/distinfo (new) 1.1 +9 -0 ports/comms/splat/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:09:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597A116A420; Tue, 12 Jul 2005 11:09:07 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149E644108; Tue, 12 Jul 2005 10:49:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAnH91049104; Tue, 12 Jul 2005 10:49:17 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAnHvS049103; Tue, 12 Jul 2005 10:49:17 GMT (envelope-from jylefort) Message-Id: <200507121049.j6CAnHvS049103@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 10:49: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: Tue, 12 Jul 2005 11:09:07 -0000 jylefort 2005-07-12 10:49:17 UTC FreeBSD ports repository Modified files: . modules Log: splat --> ports/comms/splat Revision Changes Path 1.12803 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:09:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11B316A420; Tue, 12 Jul 2005 11:09:47 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9720243F09; Tue, 12 Jul 2005 10:54:01 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CAs1T8049306; Tue, 12 Jul 2005 10:54:01 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CAs1JU049305; Tue, 12 Jul 2005 10:54:01 GMT (envelope-from girgen) Message-Id: <200507121054.j6CAs1JU049305@repoman.freebsd.org> From: Palle Girgensohn Date: Tue, 12 Jul 2005 10:54: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/zope-kupu 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, 12 Jul 2005 11:09:48 -0000 girgen 2005-07-12 10:54:01 UTC FreeBSD ports repository Modified files: www/zope-kupu Makefile distinfo pkg-plist Log: Use correct distfile, previous update to 1.2.1 was really no upgrade. PR: ports/82868 Apporved by: ade, seanc (implicit) Revision Changes Path 1.3 +2 -1 ports/www/zope-kupu/Makefile 1.3 +2 -2 ports/www/zope-kupu/distinfo 1.2 +6 -5 ports/www/zope-kupu/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:10:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426D816A467; Tue, 12 Jul 2005 11:10:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55C743D78; Tue, 12 Jul 2005 11:06:26 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CB6Q5S049848; Tue, 12 Jul 2005 11:06:26 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CB6QDm049847; Tue, 12 Jul 2005 11:06:26 GMT (envelope-from jylefort) Message-Id: <200507121106.j6CB6QDm049847@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 11:06: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/dns Makefile ports/dns/tinystats 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, 12 Jul 2005 11:10:00 -0000 jylefort 2005-07-12 11:06:26 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/tinystats Makefile distinfo pkg-descr Log: Add tinystats. tinystats is a statistic generator for DJB's tinydns. It can be easily integrated with rrdtool to generate nice graphical DNS stats. WWW: http://www.morettoni.net/tinystats.html PR: ports/83167 Submitted by: Filippo Natali Revision Changes Path 1.47 +1 -0 ports/dns/Makefile 1.1 +34 -0 ports/dns/tinystats/Makefile (new) 1.1 +2 -0 ports/dns/tinystats/distinfo (new) 1.1 +5 -0 ports/dns/tinystats/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:10:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF73A16A485; Tue, 12 Jul 2005 11:10:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9FF43EC4; Tue, 12 Jul 2005 11:07:35 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CB7ZfQ049909; Tue, 12 Jul 2005 11:07:35 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CB7Zi6049908; Tue, 12 Jul 2005 11:07:35 GMT (envelope-from jylefort) Message-Id: <200507121107.j6CB7Zi6049908@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 11:07: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: 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, 12 Jul 2005 11:10:03 -0000 jylefort 2005-07-12 11:07:35 UTC FreeBSD ports repository Modified files: . modules Log: tinystats --> ports/dns/tinystats Revision Changes Path 1.12804 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:10:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A1B116A45B; Tue, 12 Jul 2005 11:10:04 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CB143EE5; Tue, 12 Jul 2005 11:08:53 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CB8r1u049945; Tue, 12 Jul 2005 11:08:53 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CB8rV5049944; Tue, 12 Jul 2005 11:08:53 GMT (envelope-from blackend) Message-Id: <200507121108.j6CB8rV5049944@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 12 Jul 2005 11:08: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: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip 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, 12 Jul 2005 11:10:07 -0000 blackend 2005-07-12 11:08:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: In SLIP section: - sl(4) interfaces are created by slattach(8) so network_interfaces setting in rc.conf is useless and does not work. - Fix for consistency syslogd(8) markup. Revision Changes Path 1.163 +2 -21 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:10:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB1B16A427; Tue, 12 Jul 2005 11:10:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E16A43D49; Tue, 12 Jul 2005 11:10:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CBARk0050106; Tue, 12 Jul 2005 11:10:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CBAQsm050105; Tue, 12 Jul 2005 11:10:26 GMT (envelope-from pav) Message-Id: <200507121110.j6CBAQsm050105@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 11:10: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/textproc/rubber Makefile distinfo pkg-descr pkg-plist ports/textproc/rubber/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: Tue, 12 Jul 2005 11:10:28 -0000 pav 2005-07-12 11:10:26 UTC FreeBSD ports repository Modified files: textproc/rubber Makefile distinfo pkg-descr pkg-plist Removed files: textproc/rubber/files patch-setup.py Log: - Update to 1.0 PR: ports/83273 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +6 -11 ports/textproc/rubber/Makefile 1.6 +2 -2 ports/textproc/rubber/distinfo 1.3 +0 -38 ports/textproc/rubber/files/patch-setup.py (dead) 1.4 +1 -1 ports/textproc/rubber/pkg-descr 1.5 +82 -87 ports/textproc/rubber/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:22:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B4B16A41C; Tue, 12 Jul 2005 11:22:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8506B43D4C; Tue, 12 Jul 2005 11:22:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CBM36c050549; Tue, 12 Jul 2005 11:22:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CBM3Ji050548; Tue, 12 Jul 2005 11:22:03 GMT (envelope-from glebius) Message-Id: <200507121122.j6CBM3Ji050548@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 12 Jul 2005 11:22: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/releases/6.0R schedule.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, 12 Jul 2005 11:22:04 -0000 glebius 2005-07-12 11:22:03 UTC FreeBSD doc repository (src committer) Modified files: en/releases/6.0R schedule.sgml Log: Mark branching as done. Approved by: scottl Revision Changes Path 1.5 +2 -2 www/en/releases/6.0R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:22:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C33B16A41C; Tue, 12 Jul 2005 11:22:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0D643D45; Tue, 12 Jul 2005 11:22:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CBMlxa050582; Tue, 12 Jul 2005 11:22:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CBMkCo050581; Tue, 12 Jul 2005 11:22:46 GMT (envelope-from glebius) Message-Id: <200507121122.j6CBMkCo050581@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 12 Jul 2005 11:22:46 +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/news news.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: Tue, 12 Jul 2005 11:22:47 -0000 glebius 2005-07-12 11:22:46 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Since RELENG_6 branching is an important event, add it to news flash. Approved by: scottl Revision Changes Path 1.313 +16 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 11:51:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6773416A41F; Tue, 12 Jul 2005 11:51:26 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285FF43D46; Tue, 12 Jul 2005 11:51:26 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CBpQnG051543; Tue, 12 Jul 2005 11:51:26 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CBpPFF051542; Tue, 12 Jul 2005 11:51:25 GMT (envelope-from danfe) Message-Id: <200507121151.j6CBpPFF051542@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 12 Jul 2005 11:51: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/games/nexuiz 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, 12 Jul 2005 11:51:26 -0000 danfe 2005-07-12 11:51:25 UTC FreeBSD ports repository Modified files: games/nexuiz Makefile distinfo Log: Update to 1.1. I've decided to do upgrade via patch to save users from downloading huge full new version distfile while they might have original one already on disk. Revision Changes Path 1.3 +10 -9 ports/games/nexuiz/Makefile 1.2 +2 -0 ports/games/nexuiz/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:05:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FA916A41C; Tue, 12 Jul 2005 12:05:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFF043D45; Tue, 12 Jul 2005 12:05:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CC5kP6052130; Tue, 12 Jul 2005 12:05:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CC5kbH052129; Tue, 12 Jul 2005 12:05:46 GMT (envelope-from pav) Message-Id: <200507121205.j6CC5kbH052129@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:05: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/science/libsvm Makefile distinfo ports/science/libsvm/files patch-Makefile patch-python-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, 12 Jul 2005 12:05:47 -0000 pav 2005-07-12 12:05:46 UTC FreeBSD ports repository Modified files: science/libsvm Makefile distinfo science/libsvm/files patch-Makefile patch-python-Makefile Log: - Update to 2.8 PR: ports/83276 Submitted by: Rong-En Fan (maintainer) Revision Changes Path 1.12 +4 -11 ports/science/libsvm/Makefile 1.9 +2 -2 ports/science/libsvm/distinfo 1.5 +0 -8 ports/science/libsvm/files/patch-Makefile 1.3 +7 -12 ports/science/libsvm/files/patch-python-Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:07:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4EF616A41C; Tue, 12 Jul 2005 12:07:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C1743D5E; Tue, 12 Jul 2005 12:07:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CC7qaq052255; Tue, 12 Jul 2005 12:07:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CC7qxT052254; Tue, 12 Jul 2005 12:07:52 GMT (envelope-from pav) Message-Id: <200507121207.j6CC7qxT052254@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:07: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/textproc/py-libxml2 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, 12 Jul 2005 12:07:53 -0000 pav 2005-07-12 12:07:52 UTC FreeBSD ports repository Modified files: textproc/py-libxml2 Makefile pkg-plist Log: - Fix plist after recent update of masterport Reported by: krismail Revision Changes Path 1.3 +1 -1 ports/textproc/py-libxml2/Makefile 1.6 +1 -0 ports/textproc/py-libxml2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:10:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C09316A41C; Tue, 12 Jul 2005 12:10:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E31C43D46; Tue, 12 Jul 2005 12:10:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCABRw052342; Tue, 12 Jul 2005 12:10:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCAA1S052341; Tue, 12 Jul 2005 12:10:10 GMT (envelope-from pav) Message-Id: <200507121210.j6CCAA1S052341@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:10: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/games/oonsoo 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: Tue, 12 Jul 2005 12:10:11 -0000 pav 2005-07-12 12:10:10 UTC FreeBSD ports repository Modified files: games/oonsoo Makefile pkg-descr Log: - Update MASTER_SITES - Update WWW PR: ports/83270 Submitted by: KATO Tsuguru Revision Changes Path 1.21 +3 -3 ports/games/oonsoo/Makefile 1.6 +1 -1 ports/games/oonsoo/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:13:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F7616A41C; Tue, 12 Jul 2005 12:13:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D8243D4C; Tue, 12 Jul 2005 12:13:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCD0gv052492; Tue, 12 Jul 2005 12:13:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCD04N052487; Tue, 12 Jul 2005 12:13:00 GMT (envelope-from pav) Message-Id: <200507121213.j6CCD04N052487@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12: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/games/madbomber 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, 12 Jul 2005 12:13:01 -0000 pav 2005-07-12 12:13:00 UTC FreeBSD ports repository Modified files: games/madbomber Makefile Log: - Fix MASTER_SITES PR: ports/83269 Submitted by: KATO Tsuguru Revision Changes Path 1.13 +1 -1 ports/games/madbomber/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:14:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE9416A41C; Tue, 12 Jul 2005 12:14:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7E443D46; Tue, 12 Jul 2005 12:14:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCEiLX052605; Tue, 12 Jul 2005 12:14:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCEiIT052604; Tue, 12 Jul 2005 12:14:44 GMT (envelope-from pav) Message-Id: <200507121214.j6CCEiIT052604@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:14: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/games/bugsquish 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, 12 Jul 2005 12:14:44 -0000 pav 2005-07-12 12:14:44 UTC FreeBSD ports repository Modified files: games/bugsquish Makefile Log: - Fix MASTER_SITES PR: ports/83268 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +1 -1 ports/games/bugsquish/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:19:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B415F16A41C; Tue, 12 Jul 2005 12:19:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CBE43D46; Tue, 12 Jul 2005 12:19:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCJBwu052819; Tue, 12 Jul 2005 12:19:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCJBnw052818; Tue, 12 Jul 2005 12:19:11 GMT (envelope-from pav) Message-Id: <200507121219.j6CCJBnw052818@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:19: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/editors/zile Makefile distinfo ports/editors/zile/files patch-configure patch-doc::zile.texi patch-src-vasprintf.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, 12 Jul 2005 12:19:11 -0000 pav 2005-07-12 12:19:11 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Added files: editors/zile/files patch-configure patch-src-vasprintf.c Removed files: editors/zile/files patch-doc::zile.texi Log: - Update to 2.2.0 PR: ports/83267 Submitted by: KATO Tsuguru Revision Changes Path 1.24 +5 -16 ports/editors/zile/Makefile 1.18 +2 -2 ports/editors/zile/distinfo 1.1 +21 -0 ports/editors/zile/files/patch-configure (new) 1.3 +0 -25 ports/editors/zile/files/patch-doc::zile.texi (dead) 1.1 +13 -0 ports/editors/zile/files/patch-src-vasprintf.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:38:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E081D16A41C; Tue, 12 Jul 2005 12:38:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D51C43D48; Tue, 12 Jul 2005 12:38:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCccNa053577; Tue, 12 Jul 2005 12:38:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCccNG053576; Tue, 12 Jul 2005 12:38:38 GMT (envelope-from pav) Message-Id: <200507121238.j6CCccNG053576@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:38: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/mail/libspf Makefile distinfo pkg-message pkg-plist ports/mail/libspf/files patch-spf.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, 12 Jul 2005 12:38:39 -0000 pav 2005-07-12 12:38:38 UTC FreeBSD ports repository Modified files: mail/libspf Makefile distinfo pkg-plist Removed files: mail/libspf pkg-message mail/libspf/files patch-spf.h Log: - Update to 1.0.0.p3 - Take maintainership PR: ports/83279 Submitted by: Marcus Grando Revision Changes Path 1.6 +53 -84 ports/mail/libspf/Makefile 1.2 +2 -2 ports/mail/libspf/distinfo 1.2 +0 -10 ports/mail/libspf/files/patch-spf.h (dead) 1.2 +0 -6 ports/mail/libspf/pkg-message (dead) 1.2 +54 -2 ports/mail/libspf/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:48:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A9EA16A41C; Tue, 12 Jul 2005 12:48:31 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C94A43D45; Tue, 12 Jul 2005 12:48:31 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCmUax060926; Tue, 12 Jul 2005 12:48:31 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCmUdb060925; Tue, 12 Jul 2005 12:48:30 GMT (envelope-from mich) Message-Id: <200507121248.j6CCmUdb060925@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Tue, 12 Jul 2005 12:48: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/libcdio Makefile distinfo pkg-plist ports/sysutils/libcdio/files patch-src_cdda-player.c patch-src_cddb.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, 12 Jul 2005 12:48:31 -0000 mich 2005-07-12 12:48:30 UTC FreeBSD ports repository Modified files: sysutils/libcdio Makefile distinfo pkg-plist Removed files: sysutils/libcdio/files patch-src_cdda-player.c patch-src_cddb.c Log: o Update to -> 0.75 - audio volume level fix on Microsoft Windows - fix build when --enable-shared, --disable-static - CD-Text retrieval fix - allow the MMC timeout to be adjusted by the application - cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout. We now check that integer arguments are integers and are within range. - changes for libcddb 1.1.0 API change - remove gcc 4.0 warnings - miscellaneous small bug fixes, removal of questionable idioms or memory leak fixes Revision Changes Path 1.15 +1 -2 ports/sysutils/libcdio/Makefile 1.8 +2 -2 ports/sysutils/libcdio/distinfo 1.2 +0 -58 ports/sysutils/libcdio/files/patch-src_cdda-player.c (dead) 1.2 +0 -23 ports/sysutils/libcdio/files/patch-src_cddb.c (dead) 1.13 +1 -1 ports/sysutils/libcdio/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:56:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F345016A41C; Tue, 12 Jul 2005 12:56:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C737E43D45; Tue, 12 Jul 2005 12:56:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCukQs061300; Tue, 12 Jul 2005 12:56:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCukve061299; Tue, 12 Jul 2005 12:56:46 GMT (envelope-from pav) Message-Id: <200507121256.j6CCukve061299@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:56: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/deskutils Makefile ports/deskutils/mrundlg Makefile distinfo pkg-descr pkg-plist ports/deskutils/mrundlg/files patch-mrundlg.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, 12 Jul 2005 12:56:47 -0000 pav 2005-07-12 12:56:46 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/mrundlg Makefile distinfo pkg-descr pkg-plist deskutils/mrundlg/files patch-mrundlg.c Log: An application / program launcher for Motif/X much like the Windows Run Dialog. PR: ports/83281 Submitted by: Matthew Holder Revision Changes Path 1.195 +1 -0 ports/deskutils/Makefile 1.1 +22 -0 ports/deskutils/mrundlg/Makefile (new) 1.1 +2 -0 ports/deskutils/mrundlg/distinfo (new) 1.1 +12 -0 ports/deskutils/mrundlg/files/patch-mrundlg.c (new) 1.1 +7 -0 ports/deskutils/mrundlg/pkg-descr (new) 1.1 +2 -0 ports/deskutils/mrundlg/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 12:57:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6E316A420; Tue, 12 Jul 2005 12:57:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979EA43D46; Tue, 12 Jul 2005 12:57:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CCvT7I061350; Tue, 12 Jul 2005 12:57:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CCvTf9061349; Tue, 12 Jul 2005 12:57:29 GMT (envelope-from pav) Message-Id: <200507121257.j6CCvTf9061349@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 12:57: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: Tue, 12 Jul 2005 12:57:30 -0000 pav 2005-07-12 12:57:29 UTC FreeBSD ports repository Modified files: . modules Log: mrundlg --> ports/deskutils/mrundlg Revision Changes Path 1.12805 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:05:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B29216A41C; Tue, 12 Jul 2005 13:05:50 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BC143D45; Tue, 12 Jul 2005 13:05:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with SMTP id j6CD5ltW069884; Tue, 12 Jul 2005 22:05:47 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 12 Jul 2005 22:05:47 +0900 (JST) Message-Id: <200507121305.j6CD5ltW069884@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Brooks Davis In-Reply-To: <200507112353.j6BNrAZ0094528@repoman.freebsd.org> References: <200507112353.j6BNrAZ0094528@repoman.freebsd.org> X-Mailer: Sylpheed version 2.0.0beta5 (GTK+ 2.6.8; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (sakura.ninth-nine.com [219.127.74.121]); Tue, 12 Jul 2005 22:05:47 +0900 (JST) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/hpn-ssh 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, 12 Jul 2005 13:05:50 -0000 On Mon, 11 Jul 2005 23:53:08 +0000 (UTC) Brooks Davis wrote: > brooks 2005-07-11 23:53:08 UTC > FreeBSD ports repository > Modified files: > security/hpn-ssh Makefile distinfo > Log: > Update to the latest hpn-ssh patches for 3.9p1. The previous patches > were unfetchable. An upgrade to 4.1p1 will follow soon. > Reported by: pointyhat (via kris) > Revision Changes Path > 1.97 +4 -7 ports/security/hpn-ssh/Makefile > 1.28 +4 -5 ports/security/hpn-ssh/distinfo Well, it looks bad with WITH_NONE_CIPHER. # make -DWITH_NONE_CIPHER => openssh-3.9p1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/. openssh-3.9p1.tar.gz 100% of 834 kB 135 kBps => openssh-3.9p1-hpn11.diff doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.psc.edu/networking/projects/hpn-ssh/. openssh-3.9p1-hpn11.diff 100% of 12 kB 27 kBps => openssh-3.9p1-hpn11-none.diff doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.psc.edu/networking/projects/hpn-ssh/. openssh-3.9p1-hpn11-none.diff 100% of 18 kB 26 kBps ===> Extracting for hpn-ssh-overwrite-base-3.9.0.1.11,1 => Checksum OK for openssh-3.9p1.tar.gz. => Checksum OK for openssh-3.9p1-hpn11.diff. => Checksum OK for openssh-3.9p1-hpn11-none.diff. ===> hpn-ssh-overwrite-base-3.9.0.1.11,1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Patching for hpn-ssh-overwrite-base-3.9.0.1.11,1 ===> hpn-ssh-overwrite-base-3.9.0.1.11,1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Applying distribution patches for hpn-ssh-overwrite-base-3.9.0.1.11,1 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to buffer.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to buffer.h.rej Ignoring previously applied (or reversed) patch. 3 out of 3 hunks ignored--saving rejects to channels.c.rej Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to channels.h.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to compat.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to compat.h.rej Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to readconf.h.rej 9 out of 10 hunks failed--saving rejects to scp.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to serverloop.c.rej Ignoring previously applied (or reversed) patch. 6 out of 6 hunks ignored--saving rejects to ssh.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to sshconnect.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to version.h.rej *** Error code 30 From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:06:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A218F16A41F; Tue, 12 Jul 2005 13:06:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4D643D45; Tue, 12 Jul 2005 13:06:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CD6mD4061946; Tue, 12 Jul 2005 13:06:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CD6lqx061945; Tue, 12 Jul 2005 13:06:47 GMT (envelope-from pav) Message-Id: <200507121306.j6CD6lqx061945@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 13:06: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/editors/fte Makefile distinfo pkg-plist ports/editors/fte/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Jul 2005 13:06:48 -0000 pav 2005-07-12 13:06:47 UTC FreeBSD ports repository Modified files: editors/fte Makefile distinfo pkg-plist editors/fte/files patch-aa Log: - Update to 20050108 PR: ports/83261 Submitted by: Vsevolod Stakhov Revision Changes Path 1.10 +1 -5 ports/editors/fte/Makefile 1.4 +4 -4 ports/editors/fte/distinfo 1.3 +51 -16 ports/editors/fte/files/patch-aa 1.5 +8 -7 ports/editors/fte/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:24:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0842216A41C; Tue, 12 Jul 2005 13:24:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA7543D55; Tue, 12 Jul 2005 13:24:30 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDOU8T062556; Tue, 12 Jul 2005 13:24:30 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDOUdS062555; Tue, 12 Jul 2005 13:24:30 GMT (envelope-from nork) Message-Id: <200507121324.j6CDOUdS062555@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 12 Jul 2005 13:24: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/net/liveMedia 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, 12 Jul 2005 13:24:31 -0000 nork 2005-07-12 13:24:30 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2005.07.12. Revision Changes Path 1.196 +1 -1 ports/net/liveMedia/Makefile 1.183 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:25:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D056916A41C; Tue, 12 Jul 2005 13:25:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932AA43D45; Tue, 12 Jul 2005 13:25:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDPanK062650; Tue, 12 Jul 2005 13:25:36 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDPa1J062649; Tue, 12 Jul 2005 13:25:36 GMT (envelope-from sem) Message-Id: <200507121325.j6CDPa1J062649@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 12 Jul 2005 13:25: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/mail/razor-agents 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, 12 Jul 2005 13:25:37 -0000 sem 2005-07-12 13:25:36 UTC FreeBSD ports repository Modified files: mail/razor-agents Makefile Log: - Real fix man5 pages install on 4.x Reported by: kris via pointyhat Revision Changes Path 1.37 +3 -1 ports/mail/razor-agents/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:49:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A1916A41C; Tue, 12 Jul 2005 13:49:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D2B43D53; Tue, 12 Jul 2005 13:49:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDnO5J063462; Tue, 12 Jul 2005 13:49:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDnOrw063461; Tue, 12 Jul 2005 13:49:24 GMT (envelope-from pav) Message-Id: <200507121349.j6CDnOrw063461@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 13:49: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/games Makefile ports/games/ttt 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, 12 Jul 2005 13:49:25 -0000 pav 2005-07-12 13:49:24 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/ttt Makefile distinfo pkg-descr pkg-plist Log: TTT (Tic-Tac-Toe) "ttt" is a very simple one - or two - player Tic Tac Toe game played using a mouse. PR: ports/83282 Submitted by: Alejandro Pulver Revision Changes Path 1.775 +1 -0 ports/games/Makefile 1.1 +61 -0 ports/games/ttt/Makefile (new) 1.1 +2 -0 ports/games/ttt/distinfo (new) 1.1 +9 -0 ports/games/ttt/pkg-descr (new) 1.1 +22 -0 ports/games/ttt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:50:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5201F16A427; Tue, 12 Jul 2005 13:50:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF3643D55; Tue, 12 Jul 2005 13:50:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDoKpK063573; Tue, 12 Jul 2005 13:50:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDoK9g063572; Tue, 12 Jul 2005 13:50:20 GMT (envelope-from pav) Message-Id: <200507121350.j6CDoK9g063572@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 13: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: 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, 12 Jul 2005 13:50:22 -0000 pav 2005-07-12 13:50:20 UTC FreeBSD ports repository Modified files: . modules Log: games_ttt --> ports/games/ttt Revision Changes Path 1.12806 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:53:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C72C16A41C; Tue, 12 Jul 2005 13:53:13 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C5243D45; Tue, 12 Jul 2005 13:53:12 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDrCIG063717; Tue, 12 Jul 2005 13:53:12 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDrCao063716; Tue, 12 Jul 2005 13:53:12 GMT (envelope-from lofi) Message-Id: <200507121353.j6CDrCao063716@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Jul 2005 13:53: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/x11/kdebase3 Makefile ports/x11/kdebase3/files patch-kioslave_media_kdedmodule_fstabbackend.cpp patch-kioslave_media_kdedmodule_fstabbackend.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, 12 Jul 2005 13:53:13 -0000 lofi 2005-07-12 13:53:12 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile Added files: x11/kdebase3/files patch-kioslave_media_kdedmodule_fstabbackend.cpp patch-kioslave_media_kdedmodule_fstabbackend.h Log: Fix some of the issues in the media:/ kioslave. proc filesystems should no longer appear in the list, numbering of NFS filesystems should be okay now and removable media should be mountable, unmountable and browseable - if the user running KDE can mount them in the first place (i.e. vfs.usermount and mountpoint ownership still required). Obtained from: KDE SVN Revision Changes Path 1.159 +1 -1 ports/x11/kdebase3/Makefile 1.1 +63 -0 ports/x11/kdebase3/files/patch-kioslave_media_kdedmodule_fstabbackend.cpp (new) 1.1 +37 -0 ports/x11/kdebase3/files/patch-kioslave_media_kdedmodule_fstabbackend.h (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 13:59:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9764416A41C; Tue, 12 Jul 2005 13:59:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57AEA43D45; Tue, 12 Jul 2005 13:59:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CDxbkD063982; Tue, 12 Jul 2005 13:59:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CDxbL1063981; Tue, 12 Jul 2005 13:59:37 GMT (envelope-from pav) Message-Id: <200507121359.j6CDxbL1063981@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 13:59: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/lang/scheme48 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, 12 Jul 2005 13:59:37 -0000 pav 2005-07-12 13:59:37 UTC FreeBSD ports repository Modified files: lang/scheme48 Makefile distinfo pkg-plist Log: - Update to 1.3 PR: ports/83292 Submitted by: Vsevolod Stakhov Revision Changes Path 1.30 +1 -1 ports/lang/scheme48/Makefile 1.9 +2 -2 ports/lang/scheme48/distinfo 1.10 +15 -0 ports/lang/scheme48/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 14:18:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FBA16A41C; Tue, 12 Jul 2005 14:18:36 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6633E43D49; Tue, 12 Jul 2005 14:18:36 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CEIaSF064661; Tue, 12 Jul 2005 14:18:36 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CEIahE064660; Tue, 12 Jul 2005 14:18:36 GMT (envelope-from lofi) Message-Id: <200507121418.j6CEIahE064660@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 12 Jul 2005 14:18: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-toolkits/py-qt 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, 12 Jul 2005 14:18:36 -0000 lofi 2005-07-12 14:18:36 UTC FreeBSD ports repository Modified files: x11-toolkits/py-qt Makefile pkg-plist Log: Fix plist. Revision Changes Path 1.36 +1 -1 ports/x11-toolkits/py-qt/Makefile 1.20 +1 -0 ports/x11-toolkits/py-qt/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 14:33:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C954816A41C; Tue, 12 Jul 2005 14:33:50 +0000 (GMT) (envelope-from imura@ryu16.org) Received: from mail.ryu16.org (usen-221x249x107x70.ap-US01.usen.ad.jp [221.249.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DE343D48; Tue, 12 Jul 2005 14:33:48 +0000 (GMT) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id j6CEXNn7051405; Tue, 12 Jul 2005 23:33:23 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id j6CEXCbu051404; Tue, 12 Jul 2005 23:33:12 +0900 (JST) (envelope-from imura) Date: Tue, 12 Jul 2005 23:33:12 +0900 From: "R. Imura" To: Scott Long Message-ID: <20050712143312.GA51198%imura@ryu16.org> References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> <20050712071117.GA81457@freebie.xs4all.nl> <42D36F3D.3010603@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D36F3D.3010603@samsco.org> User-Agent: Mutt/1.4.1i-ja.1 Cc: Wilko Bulte , src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: 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: Tue, 12 Jul 2005 14:33:50 -0000 Hi, > Well, here's the problem: > > Jan: Spring semester start > Apr - May: Spring semester final exams > Jun: Large conferences (USENIX, WWDC, etc) > Jul - Aug: European Summer Holiday > Sep - Oct: Fall semester start, security advisory season > Nov - Dec: USA Holidays, religious holidays, fall semester final exams > > So the only good time to do a release in in Feb-Mar. > > Scott At Feb-Mar, we have fall semester final exams for students, end of fiscal year for workers. :-p - R. Imura From owner-cvs-all@FreeBSD.ORG Tue Jul 12 14:49:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD5516A41C; Tue, 12 Jul 2005 14:49:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDC843D46; Tue, 12 Jul 2005 14:49:09 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CEn9bY065685; Tue, 12 Jul 2005 14:49:09 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CEn9ve065684; Tue, 12 Jul 2005 14:49:09 GMT (envelope-from sem) Message-Id: <200507121449.j6CEn9ve065684@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 12 Jul 2005 14:49: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/commoncpp 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, 12 Jul 2005 14:49:10 -0000 sem 2005-07-12 14:49:09 UTC FreeBSD ports repository Modified files: devel/commoncpp Makefile distinfo Log: - Update to 1.3.13 PR: ports/83311 Submitted by: Vsevolod Stakhov Revision Changes Path 1.22 +1 -1 ports/devel/commoncpp/Makefile 1.13 +2 -2 ports/devel/commoncpp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:22:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A830D16A41C; Tue, 12 Jul 2005 15:22:50 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64ADE43D45; Tue, 12 Jul 2005 15:22:50 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CFMo9g066890; Tue, 12 Jul 2005 15:22:50 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CFMoJc066889; Tue, 12 Jul 2005 15:22:50 GMT (envelope-from sem) Message-Id: <200507121522.j6CFMoJc066889@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 12 Jul 2005 15:22: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/lang/munger 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, 12 Jul 2005 15:22:50 -0000 sem 2005-07-12 15:22:49 UTC FreeBSD ports repository Modified files: lang/munger Makefile distinfo Log: - Update to 4.57 PR: ports/83330 Submitted by: maintainer Revision Changes Path 1.7 +1 -5 ports/lang/munger/Makefile 1.6 +2 -2 ports/lang/munger/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:30:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C57216A41C; Tue, 12 Jul 2005 15:30:34 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C2343D53; Tue, 12 Jul 2005 15:30:33 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 4288DBC87; Tue, 12 Jul 2005 15:30:23 +0000 (UTC) To: "R. Imura" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 12 Jul 2005 23:33:12 +0900." <20050712143312.GA51198%imura@ryu16.org> Date: Tue, 12 Jul 2005 17:30:23 +0200 Message-ID: <32967.1121182223@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: Scott Long , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , Wilko Bulte Subject: Re: cvs commit: 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: Tue, 12 Jul 2005 15:30:34 -0000 In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: >Hi, > >> Well, here's the problem: >> >> Jan: Spring semester start >> Apr - May: Spring semester final exams >> Jun: Large conferences (USENIX, WWDC, etc) >> Jul - Aug: European Summer Holiday >> Sep - Oct: Fall semester start, security advisory season >> Nov - Dec: USA Holidays, religious holidays, fall semester final exams >> >> So the only good time to do a release in in Feb-Mar. >> >> Scott > >At Feb-Mar, we have fall semester final exams for students, >end of fiscal year for workers. :-p Historically I found that summer vacation was the least awful time to do releases _exactly_ because there were fewer people around. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:34:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701F516A41C for ; Tue, 12 Jul 2005 15:34:46 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 663A843D48 for ; Tue, 12 Jul 2005 15:34:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6CFdZtd064495; Tue, 12 Jul 2005 09:39:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D3E2EF.2030205@samsco.org> Date: Tue, 12 Jul 2005 09:34:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <32967.1121182223@phk.freebsd.dk> In-Reply-To: <32967.1121182223@phk.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , "R. Imura" , Wilko Bulte Subject: Re: cvs commit: 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: Tue, 12 Jul 2005 15:34:46 -0000 Poul-Henning Kamp wrote: > In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: > >>Hi, >> >> >>>Well, here's the problem: >>> >>>Jan: Spring semester start >>>Apr - May: Spring semester final exams >>>Jun: Large conferences (USENIX, WWDC, etc) >>>Jul - Aug: European Summer Holiday >>>Sep - Oct: Fall semester start, security advisory season >>>Nov - Dec: USA Holidays, religious holidays, fall semester final exams >>> >>>So the only good time to do a release in in Feb-Mar. >>> >>>Scott >> >>At Feb-Mar, we have fall semester final exams for students, >>end of fiscal year for workers. :-p > > > Historically I found that summer vacation was the least awful time > to do releases _exactly_ because there were fewer people around. > I was being sarcastic and pointing out that there is only one narrow 'ideal' time to do a release. Of course I forgot the southern hemisphere, so there really is no ideal time to do a release. So we push forward anyways, deal with the problems that come up, and thank those who help. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:41:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A9D16A41C; Tue, 12 Jul 2005 15:41:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6353B43D46; Tue, 12 Jul 2005 15:41:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CFfno4067545; Tue, 12 Jul 2005 15:41:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CFfm7R067544; Tue, 12 Jul 2005 15:41:48 GMT (envelope-from pav) Message-Id: <200507121541.j6CFfm7R067544@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 15:41: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 Makefile ports/net/tspc2 Makefile distinfo pkg-descr pkg-plist ports/net/tspc2/files patch-Makefile patch-Mk-mk-freebsd.mk patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.c tspc2.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, 12 Jul 2005 15:41:49 -0000 pav 2005-07-12 15:41:48 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tspc2 Makefile distinfo pkg-descr pkg-plist net/tspc2/files patch-Makefile patch-Mk-mk-freebsd.mk patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.c tspc2.sh.in Log: Instead of a Web interface, which is usually offered by traditional tunnel brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP Client is software that usually runs on a PC and that implements the Tunnel Setup Protocol (TSP). The TSP Client is used to automatically negotiate a configured tunnel between a PC or router and the Freenet6 tunnel broker, making IPv6 easy to install and maintain. The TSP Client source code is licensed under the GPL. A commercial license is also available. PR: ports/83260 Submitted by: Linas Valiukas Revision Changes Path 1.1511 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/tspc2/Makefile (new) 1.1 +2 -0 ports/net/tspc2/distinfo (new) 1.1 +21 -0 ports/net/tspc2/files/patch-Makefile (new) 1.1 +11 -0 ports/net/tspc2/files/patch-Mk-mk-freebsd.mk (new) 1.1 +11 -0 ports/net/tspc2/files/patch-conf-tspc.conf.in (new) 1.1 +19 -0 ports/net/tspc2/files/patch-platform-freebsd-tsp_local.c (new) 1.1 +26 -0 ports/net/tspc2/files/tspc2.sh.in (new) 1.1 +12 -0 ports/net/tspc2/pkg-descr (new) 1.1 +8 -0 ports/net/tspc2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:42:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D777716A41F; Tue, 12 Jul 2005 15:42:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA0243D5D; Tue, 12 Jul 2005 15:42:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CFgY3i067619; Tue, 12 Jul 2005 15:42:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CFgYN2067618; Tue, 12 Jul 2005 15:42:34 GMT (envelope-from pav) Message-Id: <200507121542.j6CFgYN2067618@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 15: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: 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, 12 Jul 2005 15:42:36 -0000 pav 2005-07-12 15:42:34 UTC FreeBSD ports repository Modified files: . modules Log: tspc2 --> ports/net/tspc2 Revision Changes Path 1.12807 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:04:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F6D016A41C; Tue, 12 Jul 2005 16:04:07 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189D443D48; Tue, 12 Jul 2005 16:04:07 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CG46gY068417; Tue, 12 Jul 2005 16:04:06 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CG464c068416; Tue, 12 Jul 2005 16:04:06 GMT (envelope-from jkois) Message-Id: <200507121604.j6CG464c068416@repoman.freebsd.org> From: Johann Kois Date: Tue, 12 Jul 2005 16:04:06 +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/de_DE.ISO8859-1/articles/explaining-bsd article.sgml doc/de_DE.ISO8859-1/articles/laptop article.sgml doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/handbook/eresources chapter.sgml doc/de_DE.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Jul 2005 16:04:07 -0000 jkois 2005-07-12 16:04:06 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/articles/explaining-bsd article.sgml de_DE.ISO8859-1/articles/laptop article.sgml de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml de_DE.ISO8859-1/flyer flyer.tex Log: MFbed: Update the German documentation set. articles/explaining-bsd/article.sgml 1.16 -> 1.19 articles/laptop/article.sgml 1.21 -> 1.22 books/faq/book.sgml 1.701 -> 1.752 books/handbook/eresources/chapter.sgml fixes only [x] flyer/flyer.tex 1.9 -> 1.10 [x] Submitted by: Stevan Tiefert (stevan.tiefert at freenet.de) Obtained from: The FreeBSD German Documentation Project. Approved by: mheinen (mentor) Revision Changes Path 1.3 +33 -15 doc/de_DE.ISO8859-1/articles/explaining-bsd/article.sgml 1.3 +6 -3 doc/de_DE.ISO8859-1/articles/laptop/article.sgml 1.57 +213 -781 doc/de_DE.ISO8859-1/books/faq/book.sgml 1.27 +2 -2 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.4 +4 -4 doc/de_DE.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:09:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2BD16A41C; Tue, 12 Jul 2005 16:09:36 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E35C43D49; Tue, 12 Jul 2005 16:09:36 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CG9aUp068665; Tue, 12 Jul 2005 16:09:36 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CG9Z4w068664; Tue, 12 Jul 2005 16:09:35 GMT (envelope-from jeh) Message-Id: <200507121609.j6CG9Z4w068664@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 12 Jul 2005 16:09: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/security/uvscan-dat 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, 12 Jul 2005 16:09:36 -0000 jeh 2005-07-12 16:09:35 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4533 Revision Changes Path 1.386 +1 -1 ports/security/uvscan-dat/Makefile 1.383 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:10:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279C716A41C; Tue, 12 Jul 2005 16:10:18 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8637F43D49; Tue, 12 Jul 2005 16:10:17 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CGAHrX068762; Tue, 12 Jul 2005 16:10:17 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CGAH5N068761; Tue, 12 Jul 2005 16:10:17 GMT (envelope-from jkois) Message-Id: <200507121610.j6CGAH5N068761@repoman.freebsd.org> From: Johann Kois Date: Tue, 12 Jul 2005 16:10:17 +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/de/news news.xml press.xml www/de/releases index.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, 12 Jul 2005 16:10:18 -0000 jkois 2005-07-12 16:10:17 UTC FreeBSD doc repository Modified files: de/news news.xml press.xml de/releases index.sgml Log: MFbed: Update the German website. releases/index.sgml fixes only news/news.xml 1.298 -> 1.311 news/press.xml 1.160 -> 1.165 Obtained from: The FreeBSD German Documentation Project. Approved by: mheinen (mentor) Revision Changes Path 1.27 +118 -2 www/de/news/news.xml 1.17 +64 -2 www/de/news/press.xml 1.12 +2 -2 www/de/releases/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:31:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676DA16A41C; Tue, 12 Jul 2005 16:31:42 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F3843D4C; Tue, 12 Jul 2005 16:31:42 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CGVfdH069513; Tue, 12 Jul 2005 16:31:42 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CGVf4R069512; Tue, 12 Jul 2005 16:31:41 GMT (envelope-from blackend) Message-Id: <200507121631.j6CGVf4R069512@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 12 Jul 2005 16:31: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/handbook/ppp-and-slip 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, 12 Jul 2005 16:31:42 -0000 blackend 2005-07-12 16:31:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: In SLIP server section: Brush up a bit the kernel configuration subsection. Revision Changes Path 1.164 +22 -42 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:47:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0FE216A41C; Tue, 12 Jul 2005 16:47:00 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A262743D46; Tue, 12 Jul 2005 16:47:00 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CGl0ME070249; Tue, 12 Jul 2005 16:47:00 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CGl0nM070243; Tue, 12 Jul 2005 16:47:00 GMT (envelope-from mux) Message-Id: <200507121647.j6CGl0nM070243@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 12 Jul 2005 16:47:00 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@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, 12 Jul 2005 16:47:01 -0000 mux 2005-07-12 16:47:00 UTC FreeBSD projects repository Modified files: . modules Log: Add a module entry for csup. Revision Changes Path 1.6650 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 12 16:54:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA71716A41C; Tue, 12 Jul 2005 16:54:11 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0B943D48; Tue, 12 Jul 2005 16:54:11 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CGsBKS077636; Tue, 12 Jul 2005 16:54:11 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CGsBu2077635; Tue, 12 Jul 2005 16:54:11 GMT (envelope-from mux) Message-Id: <200507121654.j6CGsBu2077635@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 12 Jul 2005 16:54:11 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@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: Tue, 12 Jul 2005 16:54:11 -0000 mux 2005-07-12 16:54:11 UTC FreeBSD projects repository Modified files: . access Log: Add myself there. Revision Changes Path 1.387 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Jul 12 17:07:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A0416A41C; Tue, 12 Jul 2005 17:07:51 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635E343D68; Tue, 12 Jul 2005 17:07:47 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CH7lhJ078314; Tue, 12 Jul 2005 17:07:47 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CH7ltm078313; Tue, 12 Jul 2005 17:07:47 GMT (envelope-from jylefort) Message-Id: <200507121707.j6CH7ltm078313@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 12 Jul 2005 17: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/security/heimdal 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, 12 Jul 2005 17:07:51 -0000 jylefort 2005-07-12 17:07:47 UTC FreeBSD ports repository Modified files: security/heimdal Makefile pkg-plist Log: - Let configure know that we have fnmatch.h (fixes some fnmatch-using C++ ports, since the fnmatch.h which was uselessly installed by heimdal did not wrap the fnmatch() declaration in extern C {}) [1] - Fix the packing list on 4.x [1] PR: ports/80366 Submitted by: Joan Picanyol i Puig Approved by: maintainer timeout (76 days) Revision Changes Path 1.70 +9 -8 ports/security/heimdal/Makefile 1.31 +0 -1 ports/security/heimdal/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 17:19:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9714616A41C; Tue, 12 Jul 2005 17:19:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B83E43D49; Tue, 12 Jul 2005 17:19:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j6CHJ5Op046659; Tue, 12 Jul 2005 10:19:05 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j6CHJ4XK046658; Tue, 12 Jul 2005 10:19:04 -0700 (PDT) (envelope-from obrien) Date: Tue, 12 Jul 2005 10:19:04 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20050712171904.GA46490@dragon.NUXI.org> References: <200507090610.j696ALae030809@repoman.freebsd.org> <20050709173123.GA27629@soaustin.net> <20050709181016.GA80861@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050709181016.GA80861@xor.obsecurity.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: Mark Linimon , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portupgrade Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@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, 12 Jul 2005 17:19:07 -0000 On Sat, Jul 09, 2005 at 02:10:17PM -0400, Kris Kennaway wrote: > On Sat, Jul 09, 2005 at 12:31:23PM -0500, Mark Linimon wrote: > > On Sat, Jul 09, 2005 at 06:10:21AM +0000, David E. O'Brien wrote: > > > Modified files: > > > sysutils/portupgrade Makefile > > > > Approved by: ? > > This was a null commit. Presumably David just wanted to clarify the > earlier commit log. Yes. It took me 20 minutes to figure out why portupgrade grew a dependency on Perl. I thought I'd save others that time if they wondered also. Based on what I found out, I do think we should remove the dependency... As Perl is really a basic dependency of /usr/ports/Mk. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 18:33:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0AA16A41C; Tue, 12 Jul 2005 18:33:36 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB6C43D46; Tue, 12 Jul 2005 18:33:36 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CIXaUi081125; Tue, 12 Jul 2005 18:33:36 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CIXao5081121; Tue, 12 Jul 2005 18:33:36 GMT (envelope-from novel) Message-Id: <200507121833.j6CIXao5081121@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 12 Jul 2005 18:33: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/devel/libol 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, 12 Jul 2005 18:33:36 -0000 novel 2005-07-12 18:33:35 UTC FreeBSD ports repository Modified files: devel/libol pkg-plist Log: Add forgotten .la file to plist. Peported by: pointyhat via kris Pointy hat to: novel Revision Changes Path 1.5 +1 -0 ports/devel/libol/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 19:11:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1ECC16A41F; Tue, 12 Jul 2005 19:11:50 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E42043D5D; Tue, 12 Jul 2005 19:11:50 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CJBoel082506; Tue, 12 Jul 2005 19:11:50 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CJBolp082505; Tue, 12 Jul 2005 19:11:50 GMT (envelope-from simon) Message-Id: <200507121911.j6CJBolp082505@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 12 Jul 2005 19:11: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/news news.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: Tue, 12 Jul 2005 19:11:50 -0000 simon 2005-07-12 19:11:50 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Only use one tag per day since otherwise our XSL stylesheet gets confused and duplicate entries. Revision Changes Path 1.314 +1 -4 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 19:33:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59EC316A41C; Tue, 12 Jul 2005 19:33:47 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1957E43D45; Tue, 12 Jul 2005 19:33:47 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CJXkQG083267; Tue, 12 Jul 2005 19:33:46 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CJXkur083266; Tue, 12 Jul 2005 19:33:46 GMT (envelope-from novel) Message-Id: <200507121933.j6CJXkur083266@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 12 Jul 2005 19:33: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/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: Tue, 12 Jul 2005 19:33:47 -0000 novel 2005-07-12 19:33:46 UTC FreeBSD ports repository Modified files: sysutils/pear-Cache_Lite Makefile distinfo Log: Update to 1.5.1. PR: 83262 Submitted by: Antonio Carlos Venancio Junior (maintainer) Revision Changes Path 1.5 +2 -2 ports/sysutils/pear-Cache_Lite/Makefile 1.5 +2 -2 ports/sysutils/pear-Cache_Lite/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 20:40:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786BF16A41C; Tue, 12 Jul 2005 20:40:20 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382D843D53; Tue, 12 Jul 2005 20:40:20 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CKeKYx085462; Tue, 12 Jul 2005 20:40:20 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CKeKSA085461; Tue, 12 Jul 2005 20:40:20 GMT (envelope-from ahze) Message-Id: <200507122040.j6CKeKSA085461@repoman.freebsd.org> From: Michael Johnson Date: Tue, 12 Jul 2005 20:40: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/audio/grip 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, 12 Jul 2005 20:40:20 -0000 ahze 2005-07-12 20:40:19 UTC FreeBSD ports repository Modified files: audio/grip Makefile Log: - Fix the ru locale so it is readable Reported and tested by: mirrorbox via irc.freenode.org/#FreeBSD-GNOME Revision Changes Path 1.65 +4 -1 ports/audio/grip/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 21:29:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582DF16A41C; Tue, 12 Jul 2005 21:29:27 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D30A43D49; Tue, 12 Jul 2005 21:29:27 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CLTRK7096086; Tue, 12 Jul 2005 21:29:27 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CLTR6Q096085; Tue, 12 Jul 2005 21:29:27 GMT (envelope-from cy) Message-Id: <200507122129.j6CLTR6Q096085@repoman.freebsd.org> From: Cy Schubert Date: Tue, 12 Jul 2005 21:29: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/security/krb5 Makefile ports/security/krb5/files patch-lib::krb5::krb::recvauth.c patch-lib::krb5::krb::unparse.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, 12 Jul 2005 21:29:27 -0000 cy 2005-07-12 21:29:27 UTC FreeBSD ports repository Modified files: security/krb5 Makefile Added files: security/krb5/files patch-lib::krb5::krb::recvauth.c patch-lib::krb5::krb::unparse.c Log: Fix: - MIT KRB5 Security Advisory 2005-002: Buffer overflow, heap corruption in KDC - MIT KRB5 Security Advisory 2005-003: Double free in krb5_recvauth Revision Changes Path 1.86 +1 -0 ports/security/krb5/Makefile 1.1 +18 -0 ports/security/krb5/files/patch-lib::krb5::krb::recvauth.c (new) 1.3 +11 -0 ports/security/krb5/files/patch-lib::krb5::krb::unparse.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 21:38:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 363E716A41C; Tue, 12 Jul 2005 21:38:14 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9DC43D45; Tue, 12 Jul 2005 21:38:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CLcDrx096390; Tue, 12 Jul 2005 21:38:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CLcDsl096389; Tue, 12 Jul 2005 21:38:13 GMT (envelope-from ahze) Message-Id: <200507122138.j6CLcDsl096389@repoman.freebsd.org> From: Michael Johnson Date: Tue, 12 Jul 2005 21:38: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/multimedia/istanbul 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, 12 Jul 2005 21:38:14 -0000 ahze 2005-07-12 21:38:13 UTC FreeBSD ports repository Modified files: multimedia/istanbul Makefile Log: - Mark broken on sparc64 (fails to configure) PR: 83351 Submitted by: maintainer Revision Changes Path 1.2 +7 -1 ports/multimedia/istanbul/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 21:58:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8E516A41C; Tue, 12 Jul 2005 21:58:03 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF67143D46; Tue, 12 Jul 2005 21:58:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CLw2mM097301; Tue, 12 Jul 2005 21:58:02 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CLw2ke097300; Tue, 12 Jul 2005 21:58:02 GMT (envelope-from blackend) Message-Id: <200507122158.j6CLw2ke097300@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 12 Jul 2005 21:58:02 +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/ppp-and-slip 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, 12 Jul 2005 21:58:03 -0000 blackend 2005-07-12 21:58:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Remove the words "for FreeBSD 5.X" since it's also true for 6.X and 7.X Revision Changes Path 1.165 +2 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:02:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC8816A41C; Tue, 12 Jul 2005 22:02:38 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB5843D55; Tue, 12 Jul 2005 22:02:38 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CM2cg7097594; Tue, 12 Jul 2005 22:02:38 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CM2coa097593; Tue, 12 Jul 2005 22:02:38 GMT (envelope-from mezz) Message-Id: <200507122202.j6CM2coa097593@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 12 Jul 2005 22: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/lang/mono 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, 12 Jul 2005 22:02:39 -0000 mezz 2005-07-12 22:02:38 UTC FreeBSD ports repository Modified files: lang/mono Makefile Log: Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0. Bump the PORTREVISION. Revision Changes Path 1.45 +4 -1 ports/lang/mono/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:10:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8CD16A41F; Tue, 12 Jul 2005 22:10:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A0543D48; Tue, 12 Jul 2005 22:10:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CMATw4097966; Tue, 12 Jul 2005 22:10:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CMATR6097965; Tue, 12 Jul 2005 22:10:29 GMT (envelope-from marcus) Message-Id: <200507122210.j6CMATR6097965@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Jul 2005 22:10: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/openslp Makefile ports/net/openslp/files patch-slp_net X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Jul 2005 22:10:30 -0000 marcus 2005-07-12 22:10:29 UTC FreeBSD ports repository Modified files: net/openslp Makefile Added files: net/openslp/files patch-slp_net Log: Add another object file into libslp.so so a missing symbol, SLPNetGetThisHostname, is properly defined. Submitted by: mi Revision Changes Path 1.15 +1 -0 ports/net/openslp/Makefile 1.1 +36 -0 ports/net/openslp/files/patch-slp_net (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:24:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AED316A41C; Tue, 12 Jul 2005 22:24:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23CC43D46; Tue, 12 Jul 2005 22:24:33 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CMOXI4098463; Tue, 12 Jul 2005 22:24:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CMOX69098462; Tue, 12 Jul 2005 22:24:33 GMT (envelope-from ahze) Message-Id: <200507122224.j6CMOX69098462@repoman.freebsd.org> From: Michael Johnson Date: Tue, 12 Jul 2005 22:24: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/multimedia/x264 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, 12 Jul 2005 22:24:34 -0000 ahze 2005-07-12 22:24:33 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile distinfo Log: - Update to 0.0.20050712 Revision Changes Path 1.17 +1 -1 ports/multimedia/x264/Makefile 1.8 +2 -2 ports/multimedia/x264/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:25:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 021D416A41C; Tue, 12 Jul 2005 22:25:51 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B903643D4C; Tue, 12 Jul 2005 22:25:50 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CMPo2h098576; Tue, 12 Jul 2005 22:25:50 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CMPojl098575; Tue, 12 Jul 2005 22:25:50 GMT (envelope-from fjoe) Message-Id: <200507122225.j6CMPojl098575@repoman.freebsd.org> From: Max Khon Date: Tue, 12 Jul 2005 22: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/misc/mc 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, 12 Jul 2005 22:25:51 -0000 fjoe 2005-07-12 22:25:50 UTC FreeBSD ports repository Modified files: misc/mc Makefile Log: OPTION'ify PR: 83009 Submitted by: Dima Panov Revision Changes Path 1.103 +9 -0 ports/misc/mc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:45:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C206A16A41C; Tue, 12 Jul 2005 22:45:15 +0000 (GMT) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8189143D45; Tue, 12 Jul 2005 22:45:15 +0000 (GMT) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CMjFdd099369; Tue, 12 Jul 2005 22:45:15 GMT (envelope-from okazaki@repoman.freebsd.org) Received: (from okazaki@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CMjFvO099368; Tue, 12 Jul 2005 22:45:15 GMT (envelope-from okazaki) Message-Id: <200507122245.j6CMjFvO099368@repoman.freebsd.org> From: OKAZAKI Tetsurou Date: Tue, 12 Jul 2005 22:45: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: 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: Tue, 12 Jul 2005 22:45:15 -0000 okazaki 2005-07-12 22:45:15 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Simon Barner for x11-toolkits/irrlicht. Revision Changes Path 1.413 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:47:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B70B16A41C; Tue, 12 Jul 2005 22:47:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFAB43D4C; Tue, 12 Jul 2005 22:47:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.3/8.13.3) with ESMTP id j6CMl6SE041341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Jul 2005 00:47:06 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.3/8.13.3/Submit) id j6CMl59L041333; Wed, 13 Jul 2005 00:47:05 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: OKAZAKI Tetsurou In-Reply-To: <200507122245.j6CMjFvO099368@repoman.freebsd.org> References: <200507122245.j6CMjFvO099368@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bhITbQdlDSvVnOpxPQdU" Date: Wed, 13 Jul 2005 00:47:05 +0200 Message-Id: <1121208425.89357.8.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 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, 12 Jul 2005 22:47:08 -0000 --=-bhITbQdlDSvVnOpxPQdU Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable OKAZAKI Tetsurou p=ED=B9e v =FAt 12. 07. 2005 v 22:45 +0000: > okazaki 2005-07-12 22:45:15 UTC >=20 > FreeBSD doc repository (ports committer) >=20 > Modified files: > en_US.ISO8859-1/articles/contributors contrib.additional.sgml=20 > Log: > Add Simon Barner for x11-toolkits/irrlicht. finger barner@freefall.freebsd.org --=20 Pav Lucistnik But soft, what light through yonder window breaks? It is the East, and Juliet is the sun! Arise, fair sun, and kill the envious moon, who is already sick and pale with grief that thou her maid art far more fair than she. --=-bhITbQdlDSvVnOpxPQdU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1EhpntdYP8FOsoIRAh4BAJ9X9UJogJrXGNwORVVkDtyWJ2tGfQCgsd4d /UMeP30Fa2Dei1VLLIq9bl4= =XD6W -----END PGP SIGNATURE----- --=-bhITbQdlDSvVnOpxPQdU-- From owner-cvs-all@FreeBSD.ORG Tue Jul 12 22:54:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9776E16A41C; Tue, 12 Jul 2005 22:54:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5438B43D45; Tue, 12 Jul 2005 22:54:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CMs70c099721; Tue, 12 Jul 2005 22:54:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CMs7SF099720; Tue, 12 Jul 2005 22:54:07 GMT (envelope-from pav) Message-Id: <200507122254.j6CMs7SF099720@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 22:54: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/audio/marlin Makefile distinfo pkg-plist ports/audio/marlin/files patch-marlin-marlin-sample-view.c patch-src-marlin-window.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, 12 Jul 2005 22:54:07 -0000 pav 2005-07-12 22:54:06 UTC FreeBSD ports repository Modified files: audio/marlin Makefile distinfo pkg-plist audio/marlin/files patch-marlin-marlin-sample-view.c Added files: audio/marlin/files patch-src-marlin-window.c Log: - Update to 0.8 Revision Changes Path 1.10 +2 -3 ports/audio/marlin/Makefile 1.3 +2 -2 ports/audio/marlin/distinfo 1.2 +4 -3 ports/audio/marlin/files/patch-marlin-marlin-sample-view.c 1.1 +11 -0 ports/audio/marlin/files/patch-src-marlin-window.c (new) 1.5 +5 -1 ports/audio/marlin/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 12 23:25:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E837116A41C; Tue, 12 Jul 2005 23:25:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55D943D53; Tue, 12 Jul 2005 23:25:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CNP6AU000975; Tue, 12 Jul 2005 23:25:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CNP6Lr000974; Tue, 12 Jul 2005 23:25:06 GMT (envelope-from pav) Message-Id: <200507122325.j6CNP6Lr000974@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 23:25: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/comms/bforce-kst 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, 12 Jul 2005 23:25:07 -0000 pav 2005-07-12 23:25:06 UTC FreeBSD ports repository Modified files: comms/bforce-kst Makefile distinfo Log: - Switch to sourceforge and gzip distfile PR: ports/83317 Submitted by: Andrey Slusar (maintainer) Revision Changes Path 1.13 +2 -2 ports/comms/bforce-kst/Makefile 1.4 +2 -2 ports/comms/bforce-kst/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 12 23:41:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C7416A41C; Tue, 12 Jul 2005 23:41:42 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F2643D46; Tue, 12 Jul 2005 23:41:42 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CNfgsB001564; Tue, 12 Jul 2005 23:41:42 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CNfglF001563; Tue, 12 Jul 2005 23:41:42 GMT (envelope-from mi) Message-Id: <200507122341.j6CNfglF001563@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 12 Jul 2005 23:41: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/multimedia/libfame Makefile ports/multimedia/libfame/files patch-cflags patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Jul 2005 23:41:43 -0000 mi 2005-07-12 23:41:42 UTC FreeBSD ports repository Modified files: multimedia/libfame Makefile Added files: multimedia/libfame/files patch-cflags patch-warnings Log: Fix configure to stop appending ``-march=i386'' to CFLAGS on i386. Depending on other optimization options, compiler could get confused into an internal error, and was, probably, building pessimized code even when working. Ensure warning-free build, while I'm here. Mark the SSE as having no effect -- ``--enable-sse'' causes configure to add the HAS_SSE define to CFLAGS, but nothing in the current release checks for that flag. Ha-ha. There are SSE implementations of some parts of the code (they are just no used), so, perhaps, someone can add another patch to make use of them, when possible. Revision Changes Path 1.19 +1 -1 ports/multimedia/libfame/Makefile 1.1 +10 -0 ports/multimedia/libfame/files/patch-cflags (new) 1.1 +133 -0 ports/multimedia/libfame/files/patch-warnings (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 00:02:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C4216A41C; Wed, 13 Jul 2005 00:02:33 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1759143D45; Wed, 13 Jul 2005 00:02:33 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D02WVD002283; Wed, 13 Jul 2005 00:02:32 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D02W0a002282; Wed, 13 Jul 2005 00:02:32 GMT (envelope-from mi) Message-Id: <200507130002.j6D02W0a002282@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 13 Jul 2005 00:02: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/multimedia/libfame/files patch-cflags patch-warnings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 00:02:33 -0000 mi 2005-07-13 00:02:32 UTC FreeBSD ports repository Modified files: multimedia/libfame/files patch-cflags patch-warnings Log: Uh-oh. Fix the just committed patch-cflags to only defined HAVE_BSWAP on i386. Add one more patch to the patch-warnings collection, to ensure warning-free compile on 64-bit platforms (tested on amd64). Revision Changes Path 1.2 +4 -2 ports/multimedia/libfame/files/patch-cflags 1.2 +23 -0 ports/multimedia/libfame/files/patch-warnings From owner-cvs-all@FreeBSD.ORG Wed Jul 13 01:25:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BBD16A41C; Wed, 13 Jul 2005 01:25:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9514D43D46; Wed, 13 Jul 2005 01:25:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D1Pxnv012034; Wed, 13 Jul 2005 01:25:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D1Px1R012033; Wed, 13 Jul 2005 01:25:59 GMT (envelope-from marcus) Message-Id: <200507130125.j6D1Px1R012033@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 01:25: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/net/openslp/files patch-slp_net X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 01:26:00 -0000 marcus 2005-07-13 01:25:59 UTC FreeBSD ports repository Modified files: net/openslp/files patch-slp_net Log: Fix the slpd build now that the slp_net.o object has been moved to a new private library. Submitted by: mi Pointy hat to: me Revision Changes Path 1.2 +17 -0 ports/net/openslp/files/patch-slp_net From owner-cvs-all@FreeBSD.ORG Wed Jul 13 01:50:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534D316A41C; Wed, 13 Jul 2005 01:50:08 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2F543D45; Wed, 13 Jul 2005 01:50:07 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 55EAA8482F; Wed, 13 Jul 2005 11:20:06 +0930 (CST) Date: Wed, 13 Jul 2005 11:20:06 +0930 From: Greg 'groggy' Lehey To: Scott Long Message-ID: <20050713015006.GB16588@wantadilla.lemis.com> References: <32967.1121182223@phk.freebsd.dk> <42D3E2EF.2030205@samsco.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: <42D3E2EF.2030205@samsco.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Poul-Henning Kamp , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , "R. Imura" , Wilko Bulte Subject: Re: cvs commit: 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, 13 Jul 2005 01:50:08 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 12 July 2005 at 9:34:07 -0600, Scott Long wrote: > Poul-Henning Kamp wrote: > >> In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: >>> Hi, >>> >>>> Well, here's the problem: >>>> >>>> Jan: Spring semester start >>>> Apr - May: Spring semester final exams >>>> Jun: Large conferences (USENIX, WWDC, etc) >>>> Jul - Aug: European Summer Holiday >>>> Sep - Oct: Fall semester start, security advisory season >>>> Nov - Dec: USA Holidays, religious holidays, fall semester final exams >>>> >>>> So the only good time to do a release in in Feb-Mar. >>> >>> At Feb-Mar, we have fall semester final exams for students, >>> end of fiscal year for workers. :-p >> >> Historically I found that summer vacation was the least awful time >> to do releases _exactly_ because there were fewer people around. > > I was being sarcastic and pointing out that there is only one narrow > 'ideal' time to do a release. Of course I forgot the southern > hemisphere, so there really is no ideal time to do a release. Don't worry about that. We're used to being forgotten :-) Greg -- The virus contained in this message was detected, clubbed to death and distributed throughout the Internet as vaccine by LEMIS anti-virus. For further details see http://www.lemis.com/grog/lemis-virus.html Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1HNOIubykFB6QiMRAkOFAJ9O+k7wMEXpBkIOdFeKVu09Gck03ACbBypo be53Jnn89W/COMHvkirB/Pk= =mWvf -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 02:37:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AEDB16A41C; Wed, 13 Jul 2005 02:37:24 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D13D43D45; Wed, 13 Jul 2005 02:37:24 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D2bO1Z014383; Wed, 13 Jul 2005 02:37:24 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D2bOMv014382; Wed, 13 Jul 2005 02:37:24 GMT (envelope-from kuriyama) Message-Id: <200507130237.j6D2bOMv014382@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Jul 2005 02:37: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-mgmt/net-snmp Makefile distinfo ports/net-mgmt/net-snmp/files patch-asn1.c patch-local:fixproc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 02:37:24 -0000 kuriyama 2005-07-13 02:37:24 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp Makefile distinfo net-mgmt/net-snmp/files patch-asn1.c patch-local:fixproc Log: - Fix negative integers on 64bit platforms [1]. - Upgrade to 5.2.1.2 and portlint fixes [2]. - Fix security problem in local/fixproc script [3]. PR: ports/82148 [1], ports/83058 [2] Submitted by: Deomid Ryabkov [1], Renato Botelho [2], remko [3] References: http://vuxml.freebsd.org/3e0072d4-d05b-11d9-9aed-000e0c2e438a.html [3] Obtained from: http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/local/fixproc?r1=5.0&r2=5.0.6.1&diff_format=u [3] Revision Changes Path 1.126 +16 -18 ports/net-mgmt/net-snmp/Makefile 1.30 +2 -2 ports/net-mgmt/net-snmp/distinfo 1.3 +19 -4 ports/net-mgmt/net-snmp/files/patch-asn1.c 1.2 +122 -28 ports/net-mgmt/net-snmp/files/patch-local:fixproc From owner-cvs-all@FreeBSD.ORG Wed Jul 13 02:38:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 047E616A41C; Wed, 13 Jul 2005 02:38:24 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E1443D45; Wed, 13 Jul 2005 02:38:23 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D2cNdJ014435; Wed, 13 Jul 2005 02:38:23 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D2cNgF014434; Wed, 13 Jul 2005 02:38:23 GMT (envelope-from kuriyama) Message-Id: <200507130238.j6D2cNgF014434@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Jul 2005 02: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/textproc/linuxdoc 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, 13 Jul 2005 02:38:24 -0000 kuriyama 2005-07-13 02:38:23 UTC FreeBSD ports repository Modified files: textproc/linuxdoc Makefile Log: Add more master server. Download failure found by: kris Revision Changes Path 1.19 +2 -1 ports/textproc/linuxdoc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 02:38:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B58716A41C; Wed, 13 Jul 2005 02:38:46 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC4843D48; Wed, 13 Jul 2005 02:38:46 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D2cjow014480; Wed, 13 Jul 2005 02:38:45 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D2cjpQ014479; Wed, 13 Jul 2005 02:38:45 GMT (envelope-from kuriyama) Message-Id: <200507130238.j6D2cjpQ014479@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Jul 2005 02:38: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/japanese/zipcodes 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, 13 Jul 2005 02:38:46 -0000 kuriyama 2005-07-13 02:38:45 UTC FreeBSD ports repository Modified files: japanese/zipcodes Makefile distinfo Log: Update to 20050630 version. Revision Changes Path 1.47 +4 -4 ports/japanese/zipcodes/Makefile 1.31 +4 -4 ports/japanese/zipcodes/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 02:47:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4EA216A41C; Wed, 13 Jul 2005 02:47:16 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C5643D45; Wed, 13 Jul 2005 02:47:16 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D2lGM3014823; Wed, 13 Jul 2005 02:47:16 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D2lGGM014822; Wed, 13 Jul 2005 02:47:16 GMT (envelope-from ahze) Message-Id: <200507130247.j6D2lGGM014822@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 02:47: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/multimedia/vlc-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: Wed, 13 Jul 2005 02:47:17 -0000 ahze 2005-07-13 02:47:16 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile distinfo Log: - Update to 0.8.2.20050712 - Add new knob WITH_WIN32_CODECS, off by default Support for win32 multimedia DLL's Revision Changes Path 1.111 +17 -2 ports/multimedia/vlc-devel/Makefile 1.24 +2 -2 ports/multimedia/vlc-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 03:04:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4409C16A41C; Wed, 13 Jul 2005 03:04:18 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E135743D46; Wed, 13 Jul 2005 03:04:17 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D34HT1015539; Wed, 13 Jul 2005 03:04:17 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D34HcQ015538; Wed, 13 Jul 2005 03:04:17 GMT (envelope-from kuriyama) Message-Id: <200507130304.j6D34HcQ015538@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Jul 2005 03:04: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/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, 13 Jul 2005 03:04:18 -0000 kuriyama 2005-07-13 03:04:17 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Markup fixed version of net-snmp problem. Revision Changes Path 1.730 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 03:15:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398F316A41C; Wed, 13 Jul 2005 03:15:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E127543D45; Wed, 13 Jul 2005 03:14:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D3Exxk016203; Wed, 13 Jul 2005 03:14:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D3ExFQ016202; Wed, 13 Jul 2005 03:14:59 GMT (envelope-from marcus) Message-Id: <200507130314.j6D3ExFQ016202@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 03:14: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/devel/nspr Makefile distinfo pkg-plist ports/devel/nspr/files patch-..::config::FreeBSD.mk patch-..::pr::include::md::_freebsd.cfg patch-..::pr::include::md::_freebsd.h patch-..::pr::include::md::_pth.h patch-..::pr::src::io::prprf.c patch-pthread_t patch-tests X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 03:15:00 -0000 marcus 2005-07-13 03:14:59 UTC FreeBSD ports repository Modified files: devel/nspr Makefile distinfo pkg-plist Added files: devel/nspr/files patch-pthread_t patch-tests Removed files: devel/nspr/files patch-..::config::FreeBSD.mk patch-..::pr::include::md::_freebsd.cfg patch-..::pr::include::md::_freebsd.h patch-..::pr::include::md::_pth.h patch-..::pr::src::io::prprf.c Log: Update to 4.6 which incorporates a lot of our local patches. There are now a slew of test suites that can be run by issuing ``make tests'' from the port directory. They are disabled furing a normal build. PR: 83345 Submitted by: mi Revision Changes Path 1.18 +24 -2 ports/devel/nspr/Makefile 1.6 +2 -2 ports/devel/nspr/distinfo 1.2 +0 -51 ports/devel/nspr/files/patch-..::config::FreeBSD.mk (dead) 1.4 +0 -161 ports/devel/nspr/files/patch-..::pr::include::md::_freebsd.cfg (dead) 1.5 +0 -25 ports/devel/nspr/files/patch-..::pr::include::md::_freebsd.h (dead) 1.4 +0 -11 ports/devel/nspr/files/patch-..::pr::include::md::_pth.h (dead) 1.2 +0 -12 ports/devel/nspr/files/patch-..::pr::src::io::prprf.c (dead) 1.1 +35 -0 ports/devel/nspr/files/patch-pthread_t (new) 1.1 +275 -0 ports/devel/nspr/files/patch-tests (new) 1.5 +1 -2 ports/devel/nspr/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 03:48:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA5816A41C; Wed, 13 Jul 2005 03:48:33 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0921B43D48; Wed, 13 Jul 2005 03:48:33 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D3mWW1017413; Wed, 13 Jul 2005 03:48:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D3mWVn017412; Wed, 13 Jul 2005 03:48:32 GMT (envelope-from clsung) Message-Id: <200507130348.j6D3mWVn017412@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 13 Jul 2005 03:48: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/sysutils/xosview Makefile distinfo ports/sysutils/xosview/files patch-Host.h patch-Xrm.h patch-bsd::cpumeter.cc patch-configure patch-general.h patch-kernel.cc patch-kernel.h patch-swapinternal.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: Wed, 13 Jul 2005 03:48:33 -0000 clsung 2005-07-13 03:48:32 UTC FreeBSD ports repository Modified files: sysutils/xosview Makefile distinfo sysutils/xosview/files patch-configure patch-kernel.cc patch-kernel.h patch-swapinternal.cc patch-swapinternal.h patch-swapmeter.cc Removed files: sysutils/xosview/files patch-Host.h patch-Xrm.h patch-bsd::cpumeter.cc patch-general.h patch-xwin.h Log: - Update to 1.8.2 - Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply exiting/crashing PR: 79338 Submitted by: Ulrich Spoerlein Revision Changes Path 1.38 +2 -6 ports/sysutils/xosview/Makefile 1.13 +2 -2 ports/sysutils/xosview/distinfo 1.2 +0 -10 ports/sysutils/xosview/files/patch-Host.h (dead) 1.2 +0 -11 ports/sysutils/xosview/files/patch-Xrm.h (dead) 1.2 +0 -21 ports/sysutils/xosview/files/patch-bsd::cpumeter.cc (dead) 1.3 +3 -3 ports/sysutils/xosview/files/patch-configure 1.2 +0 -29 ports/sysutils/xosview/files/patch-general.h (dead) 1.6 +88 -35 ports/sysutils/xosview/files/patch-kernel.cc 1.4 +0 -9 ports/sysutils/xosview/files/patch-kernel.h 1.3 +1 -1 ports/sysutils/xosview/files/patch-swapinternal.cc 1.3 +1 -0 ports/sysutils/xosview/files/patch-swapinternal.h 1.3 +1 -1 ports/sysutils/xosview/files/patch-swapmeter.cc 1.2 +0 -10 ports/sysutils/xosview/files/patch-xwin.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 04:24:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABE316A41C; Wed, 13 Jul 2005 04:24:43 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B08143D48; Wed, 13 Jul 2005 04:24:43 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D4OhTQ018653; Wed, 13 Jul 2005 04:24:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D4Ohcv018652; Wed, 13 Jul 2005 04:24:43 GMT (envelope-from ahze) Message-Id: <200507130424.j6D4Ohcv018652@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 04:24: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/devel/libtar Makefile pkg-plist ports/devel/libtar/files patch-lib_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: Wed, 13 Jul 2005 04:24:43 -0000 ahze 2005-07-13 04:24:42 UTC FreeBSD ports repository Modified files: devel/libtar Makefile pkg-plist Added files: devel/libtar/files patch-lib_Makefile.in Log: - Build and install a shared library. Revision Changes Path 1.11 +7 -2 ports/devel/libtar/Makefile 1.1 +25 -0 ports/devel/libtar/files/patch-lib_Makefile.in (new) 1.2 +2 -0 ports/devel/libtar/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 04:25:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FFE16A41C; Wed, 13 Jul 2005 04:25:39 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E696643D48; Wed, 13 Jul 2005 04:25:38 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D4Pcxc018783; Wed, 13 Jul 2005 04:25:38 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D4PcHj018782; Wed, 13 Jul 2005 04:25:38 GMT (envelope-from ahze) Message-Id: <200507130425.j6D4PcHj018782@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 04:25: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/multimedia/vlc Makefile ports/multimedia/vlc-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, 13 Jul 2005 04:25:39 -0000 ahze 2005-07-13 04:25:38 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile multimedia/vlc-devel Makefile Log: - Depend on shared library of libtar now, don't bump PORTREVISION since people who already have vlc installed have static version. Revision Changes Path 1.112 +1 -1 ports/multimedia/vlc-devel/Makefile 1.106 +1 -1 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 04:55:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D468416A41C; Wed, 13 Jul 2005 04:55:12 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D4943D46; Wed, 13 Jul 2005 04:55:12 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D4tCm0026707; Wed, 13 Jul 2005 04:55:12 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D4tCTN026706; Wed, 13 Jul 2005 04:55:12 GMT (envelope-from simokawa) Message-Id: <200507130455.j6D4tCTN026706@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 13 Jul 2005 04:55: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/multimedia/dvts 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, 13 Jul 2005 04:55:13 -0000 simokawa 2005-07-13 04:55:12 UTC FreeBSD ports repository Modified files: multimedia/dvts Makefile Log: Fix comment. Submitted by: christopher.a.johnson@gmail.com Revision Changes Path 1.7 +1 -1 ports/multimedia/dvts/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 04:58:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D1716A41C; Wed, 13 Jul 2005 04:58:36 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 938C543D48; Wed, 13 Jul 2005 04:58:36 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D4waoI026870; Wed, 13 Jul 2005 04:58:36 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D4wa0i026869; Wed, 13 Jul 2005 04:58:36 GMT (envelope-from simokawa) Message-Id: <200507130458.j6D4wa0i026869@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 13 Jul 2005 04: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/multimedia/dvts 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, 13 Jul 2005 04:58:37 -0000 simokawa 2005-07-13 04:58:36 UTC FreeBSD ports repository Modified files: multimedia/dvts Makefile Log: Previous fix was incomplete. Revision Changes Path 1.8 +1 -1 ports/multimedia/dvts/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 05:21:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08ADB16A41C; Wed, 13 Jul 2005 05:21:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07B343D53; Wed, 13 Jul 2005 05:21:08 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5L8mw027713; Wed, 13 Jul 2005 05:21:08 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5L8AB027712; Wed, 13 Jul 2005 05:21:08 GMT (envelope-from scottl) Message-Id: <200507130521.j6D5L8AB027712@repoman.freebsd.org> From: Scott Long Date: Wed, 13 Jul 2005 05:21: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: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 05:21:09 -0000 scottl 2005-07-13 05:21:08 UTC FreeBSD src repository Modified files: . approvers Log: Unfreeze HEAD Approved by: core Revision Changes Path 1.25 +1 -1 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Wed Jul 13 05:29:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBF416A41C; Wed, 13 Jul 2005 05:29:48 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4CE43D49; Wed, 13 Jul 2005 05:29:48 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5Tm87028013; Wed, 13 Jul 2005 05:29:48 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5Tm9Q028012; Wed, 13 Jul 2005 05:29:48 GMT (envelope-from flz) Message-Id: <200507130529.j6D5Tm9Q028012@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 05:29: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/openbgpd Makefile distinfo ports/net/openbgpd/files patch-bgpd_rde__filter.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, 13 Jul 2005 05:29:48 -0000 flz 2005-07-13 05:29:48 UTC FreeBSD ports repository Modified files: net/openbgpd Makefile distinfo Added files: net/openbgpd/files patch-bgpd_rde__filter.c Log: - Update to 3.7. PR: ports/83301 Submitted by: Babak Farrokhi Revision Changes Path 1.4 +4 -1 ports/net/openbgpd/Makefile 1.2 +2 -2 ports/net/openbgpd/distinfo 1.1 +13 -0 ports/net/openbgpd/files/patch-bgpd_rde__filter.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 05:30:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E8B16A41C; Wed, 13 Jul 2005 05:30:30 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC86743D45; Wed, 13 Jul 2005 05:30:29 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5UTU9028118; Wed, 13 Jul 2005 05:30:29 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5UTFI028117; Wed, 13 Jul 2005 05:30:29 GMT (envelope-from novel) Message-Id: <200507130530.j6D5UTFI028117@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 13 Jul 2005 05:30: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/sysutils/torsmo/files patch-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: Wed, 13 Jul 2005 05:30:30 -0000 novel 2005-07-13 05:30:29 UTC FreeBSD ports repository Modified files: sysutils/torsmo/files patch-freebsd.c Log: Improve battery support. Submitted by: Nick Hibma Revision Changes Path 1.4 +26 -3 ports/sysutils/torsmo/files/patch-freebsd.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 05:39:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2ECF16A41C; Wed, 13 Jul 2005 05:39:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B413943D45; Wed, 13 Jul 2005 05:39:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5dlOV028395; Wed, 13 Jul 2005 05:39:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5dlvh028394; Wed, 13 Jul 2005 05:39:47 GMT (envelope-from brueffer) Message-Id: <200507130539.j6D5dlvh028394@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 05:39: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/usr.sbin/wpa/wpa_cli wpa_cli.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.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: Wed, 13 Jul 2005 05:39:48 -0000 brueffer 2005-07-13 05:39:47 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/wpa/wpa_cli wpa_cli.8 usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: Spelling and grammar fixes. MFC after: 3 days Revision Changes Path 1.3 +5 -5 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 1.4 +7 -7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-all@FreeBSD.ORG Wed Jul 13 05:45:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C220816A41C; Wed, 13 Jul 2005 05:45:32 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8567643D49; Wed, 13 Jul 2005 05:45:32 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5jWgL028731; Wed, 13 Jul 2005 05:45:32 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5jWiA028730; Wed, 13 Jul 2005 05:45:32 GMT (envelope-from maho) Message-Id: <200507130545.j6D5jWiA028730@repoman.freebsd.org> From: Maho Nakata Date: Wed, 13 Jul 2005 05:45: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/editors/openoffice-2.0-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: Wed, 13 Jul 2005 05:45:32 -0000 maho 2005-07-13 05:45:32 UTC FreeBSD ports repository Modified files: editors/openoffice-2.0-devel Makefile distinfo Log: update to 1.9m116 Revision Changes Path 1.189 +2 -2 ports/editors/openoffice-2.0-devel/Makefile 1.71 +2 -2 ports/editors/openoffice-2.0-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:08:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE6A16A41C; Wed, 13 Jul 2005 06:08:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF40743D45; Wed, 13 Jul 2005 06:08:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D68QNV029632; Wed, 13 Jul 2005 06:08:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D68Qvo029631; Wed, 13 Jul 2005 06:08:26 GMT (envelope-from brueffer) Message-Id: <200507130608.j6D68Qvo029631@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 06:08: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/share/man/man4 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, 13 Jul 2005 06:08:27 -0000 brueffer 2005-07-13 06:08:26 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Log: MLINK firewire.4 to ieee1394.4 MFC after: 3 days Revision Changes Path 1.321 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:13:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD93F16A41C; Wed, 13 Jul 2005 06:13:06 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A282243D45; Wed, 13 Jul 2005 06:13:06 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D6D6eQ029853; Wed, 13 Jul 2005 06:13:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D6D6oa029852; Wed, 13 Jul 2005 06:13:06 GMT (envelope-from ahze) Message-Id: <200507130613.j6D6D6oa029852@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 06:13: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/multimedia/vcdimager 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, 13 Jul 2005 06:13:07 -0000 ahze 2005-07-13 06:13:06 UTC FreeBSD ports repository Modified files: multimedia/vcdimager Makefile Log: - Chase libcdio libversion Forgotten by: mich Revision Changes Path 1.25 +2 -1 ports/multimedia/vcdimager/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:17:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C556316A41C; Wed, 13 Jul 2005 06:17:29 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF5A43D46; Wed, 13 Jul 2005 06:17:29 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D6HTGD030143; Wed, 13 Jul 2005 06:17:29 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D6HTaQ030142; Wed, 13 Jul 2005 06:17:29 GMT (envelope-from ahze) Message-Id: <200507130617.j6D6HTaQ030142@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 06:17: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/multimedia/gstreamer-plugins Makefile.common ports/sysutils/gstreamer-plugins-cdio Makefile ports/multimedia/vlc Makefile ports/multimedia/vlc-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, 13 Jul 2005 06:17:29 -0000 ahze 2005-07-13 06:17:28 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile.common sysutils/gstreamer-plugins-cdio Makefile multimedia/vlc Makefile multimedia/vlc-devel Makefile Log: - Chase lib version to libcdio Forgotten by: mich Revision Changes Path 1.14 +1 -1 ports/multimedia/gstreamer-plugins/Makefile.common 1.113 +2 -1 ports/multimedia/vlc-devel/Makefile 1.107 +1 -1 ports/multimedia/vlc/Makefile 1.3 +1 -1 ports/sysutils/gstreamer-plugins-cdio/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:20:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EA216A41C; Wed, 13 Jul 2005 06:20:54 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB6343D4C; Wed, 13 Jul 2005 06:20:53 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D6KrQE030321; Wed, 13 Jul 2005 06:20:53 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D6Krxc030320; Wed, 13 Jul 2005 06:20:53 GMT (envelope-from ahze) Message-Id: <200507130620.j6D6Krxc030320@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 06:20: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/vlc 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, 13 Jul 2005 06:20:54 -0000 ahze 2005-07-13 06:20:53 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: - Bump PORTREVISION for last commit from lib ver bump of libcdio Revision Changes Path 1.108 +1 -1 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:40:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D8A16A41C; Wed, 13 Jul 2005 06:40:57 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A820643D48; Wed, 13 Jul 2005 06:40:56 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D6eu2h032902; Wed, 13 Jul 2005 06:40:56 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D6euAd032901; Wed, 13 Jul 2005 06:40:56 GMT (envelope-from ahze) Message-Id: <200507130640.j6D6euAd032901@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 06:40: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/audio/gstreamer-plugins-a52dec Makefile ports/audio/gstreamer-plugins-artsd Makefile ports/audio/gstreamer-plugins-audiofile Makefile ports/audio/gstreamer-plugins-cdaudio Makefile ports/audio/gstreamer-plugins-cdparanoia Makefile ports/audio/gstreamer-plugins-esound 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, 13 Jul 2005 06:40:57 -0000 ahze 2005-07-13 06:40:56 UTC FreeBSD ports repository Modified files: audio/gstreamer-plugins-a52dec Makefile audio/gstreamer-plugins-artsd Makefile audio/gstreamer-plugins-audiofile Makefile audio/gstreamer-plugins-cdaudio Makefile audio/gstreamer-plugins-cdparanoia Makefile audio/gstreamer-plugins-esound Makefile audio/gstreamer-plugins-faac Makefile audio/gstreamer-plugins-faad Makefile audio/gstreamer-plugins-flac Makefile audio/gstreamer-plugins-gsm Makefile audio/gstreamer-plugins-ivorbis Makefile audio/gstreamer-plugins-jack Makefile audio/gstreamer-plugins-ladspa Makefile audio/gstreamer-plugins-lame Makefile audio/gstreamer-plugins-mad Makefile audio/gstreamer-plugins-mikmod Makefile audio/gstreamer-plugins-musepack Makefile audio/gstreamer-plugins-musicbrainz Makefile audio/gstreamer-plugins-nas Makefile audio/gstreamer-plugins-ogg Makefile audio/gstreamer-plugins-polypaudio Makefile audio/gstreamer-plugins-shout Makefile audio/gstreamer-plugins-shout2 Makefile audio/gstreamer-plugins-sidplay Makefile audio/gstreamer-plugins-smoothwave Makefile audio/gstreamer-plugins-sndfile Makefile audio/gstreamer-plugins-speex Makefile audio/gstreamer-plugins-vorbis Makefile audio/gstreamer-plugins-wavpack Makefile devel/gstreamer-plugins-gconf Makefile devel/gstreamer-plugins-gnomevfs Makefile devel/gstreamer-plugins-sdl Makefile graphics/gstreamer-plugins-aalib Makefile graphics/gstreamer-plugins-cairo Makefile graphics/gstreamer-plugins-gdkpixbuf Makefile graphics/gstreamer-plugins-hermes Makefile graphics/gstreamer-plugins-jpeg Makefile graphics/gstreamer-plugins-jpeg-mmx Makefile graphics/gstreamer-plugins-libcaca Makefile graphics/gstreamer-plugins-libmng Makefile graphics/gstreamer-plugins-libpng Makefile graphics/gstreamer-plugins-libvisual Makefile graphics/gstreamer-plugins-swfdec Makefile multimedia/gstreamer-plugins Makefile multimedia/gstreamer-plugins-all Makefile multimedia/gstreamer-plugins-core Makefile multimedia/gstreamer-plugins-dirac Makefile multimedia/gstreamer-plugins-dts Makefile multimedia/gstreamer-plugins-dv Makefile multimedia/gstreamer-plugins-dvd Makefile multimedia/gstreamer-plugins-libfame Makefile multimedia/gstreamer-plugins-mpeg2dec Makefile multimedia/gstreamer-plugins-mpeg2enc Makefile multimedia/gstreamer-plugins-mplex Makefile multimedia/gstreamer-plugins-theora Makefile multimedia/gstreamer-plugins-xvid Makefile net/gstreamer-plugins-libmms Makefile x11-toolkits/gstreamer-plugins-pango Makefile Log: - Readd PORTREVISION?= to gstreamer-plugins so I can bump gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards. Revision Changes Path 1.3 +1 -1 ports/audio/gstreamer-plugins-a52dec/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-artsd/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-audiofile/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-cdaudio/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-cdparanoia/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-esound/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-faac/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-faad/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-flac/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-gsm/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-ivorbis/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-jack/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-ladspa/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-lame/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-mad/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-mikmod/Makefile 1.4 +1 -1 ports/audio/gstreamer-plugins-musepack/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-musicbrainz/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-nas/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-ogg/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-polypaudio/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-shout/Makefile 1.4 +1 -1 ports/audio/gstreamer-plugins-shout2/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-sidplay/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-smoothwave/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-sndfile/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-speex/Makefile 1.3 +1 -1 ports/audio/gstreamer-plugins-vorbis/Makefile 1.2 +1 -1 ports/audio/gstreamer-plugins-wavpack/Makefile 1.5 +1 -1 ports/devel/gstreamer-plugins-gconf/Makefile 1.3 +1 -1 ports/devel/gstreamer-plugins-gnomevfs/Makefile 1.3 +1 -1 ports/devel/gstreamer-plugins-sdl/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-aalib/Makefile 1.4 +1 -1 ports/graphics/gstreamer-plugins-cairo/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-gdkpixbuf/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-hermes/Makefile 1.4 +1 -1 ports/graphics/gstreamer-plugins-jpeg-mmx/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-jpeg/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-libcaca/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-libmng/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-libpng/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-libvisual/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins-swfdec/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-all/Makefile 1.6 +3 -2 ports/multimedia/gstreamer-plugins-core/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-dirac/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-dts/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-dv/Makefile 1.4 +1 -1 ports/multimedia/gstreamer-plugins-dvd/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-libfame/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2dec/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-mplex/Makefile 1.4 +1 -1 ports/multimedia/gstreamer-plugins-theora/Makefile 1.3 +1 -1 ports/multimedia/gstreamer-plugins-xvid/Makefile 1.87 +1 -1 ports/multimedia/gstreamer-plugins/Makefile 1.3 +1 -1 ports/net/gstreamer-plugins-libmms/Makefile 1.3 +1 -1 ports/x11-toolkits/gstreamer-plugins-pango/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 06:46:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D5E16A41C; Wed, 13 Jul 2005 06:46:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1755E43D5C; Wed, 13 Jul 2005 06:46:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D6kiIA033141; Wed, 13 Jul 2005 06:46:44 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D6ki3c033140; Wed, 13 Jul 2005 06:46:44 GMT (envelope-from ahze) Message-Id: <200507130646.j6D6ki3c033140@repoman.freebsd.org> From: Michael Johnson Date: Wed, 13 Jul 2005 06:46: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/multimedia/gstreamer-plugins-core 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, 13 Jul 2005 06:46:45 -0000 ahze 2005-07-13 06:46:44 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-core Makefile Log: - Back out of this commit, didn't mean to commit this port. Revision Changes Path 1.7 +2 -3 ports/multimedia/gstreamer-plugins-core/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 07:08:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A482516A41C; Wed, 13 Jul 2005 07:08:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A3B43D46; Wed, 13 Jul 2005 07:08:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D78GGR033913; Wed, 13 Jul 2005 07:08:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D78Gkm033912; Wed, 13 Jul 2005 07:08:16 GMT (envelope-from pav) Message-Id: <200507130708.j6D78Gkm033912@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 07:08: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/mail/assp 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, 13 Jul 2005 07:08:16 -0000 pav 2005-07-13 07:08:15 UTC FreeBSD ports repository Modified files: mail/assp Makefile distinfo Log: - Update to 1.1.1 PR: ports/82789 Submitted by: J.R. Oldroyd (maintainer) Revision Changes Path 1.3 +8 -3 ports/mail/assp/Makefile 1.3 +2 -2 ports/mail/assp/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 07:21:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FB716A41C; Wed, 13 Jul 2005 07:21:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 899FF43D46; Wed, 13 Jul 2005 07:21:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D7L2gl034353; Wed, 13 Jul 2005 07:21:02 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D7L2Ko034348; Wed, 13 Jul 2005 07:21:02 GMT (envelope-from blackend) Message-Id: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 13 Jul 2005 07:21:01 +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/network-servers 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: Wed, 13 Jul 2005 07:21:02 -0000 blackend 2005-07-13 07:21:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Mention a bit OpenBSD dhclient for 6.0 Based on: Niclas Zeising patch Revision Changes Path 1.68 +10 -6 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 07:22:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A440616A41C; Wed, 13 Jul 2005 07:22:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6704243D46; Wed, 13 Jul 2005 07:22:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D7M7ZF034427; Wed, 13 Jul 2005 07:22:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D7M7b7034426; Wed, 13 Jul 2005 07:22:07 GMT (envelope-from pav) Message-Id: <200507130722.j6D7M7b7034426@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 07:22: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/net/pload 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, 13 Jul 2005 07:22:07 -0000 pav 2005-07-13 07:22:06 UTC FreeBSD ports repository Modified files: net/pload Makefile pkg-descr Log: - Original website dead, mirror distfile PR: ports/83335 Submitted by: J.R. Oldroyd (maintainer) Revision Changes Path 1.2 +3 -1 ports/net/pload/Makefile 1.2 +0 -2 ports/net/pload/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jul 13 07:27:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C6816A41C; Wed, 13 Jul 2005 07:27:31 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABA143D49; Wed, 13 Jul 2005 07:27:31 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D7RV6O034716; Wed, 13 Jul 2005 07:27:31 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D7RVuC034715; Wed, 13 Jul 2005 07:27:31 GMT (envelope-from vanilla) Message-Id: <200507130727.j6D7RVuC034715@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 13 Jul 2005 07:27: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/chinese/gcin 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: Wed, 13 Jul 2005 07:27:31 -0000 vanilla 2005-07-13 07:27:30 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile pkg-plist Log: 1: fix pkg-plist 2: fix WITH_ logical. Notified by: kris@ Revision Changes Path 1.36 +3 -1 ports/chinese/gcin/Makefile 1.22 +0 -1 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 07:46:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F5516A41C; Wed, 13 Jul 2005 07:46:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1E543D45; Wed, 13 Jul 2005 07:46:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D7ktiM035506; Wed, 13 Jul 2005 07:46:56 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D7kt5Y035505; Wed, 13 Jul 2005 07:46:55 GMT (envelope-from pjd) Message-Id: <200507130746.j6D7kt5Y035505@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 13 Jul 2005 07:46: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/sbin/geom/class/raid3 geom_raid3.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, 13 Jul 2005 07:46:56 -0000 pjd 2005-07-13 07:46:55 UTC FreeBSD src repository Modified files: sbin/geom/class/raid3 geom_raid3.c Log: Don't forget to initialize 'id' field. MFC after: 3 days Revision Changes Path 1.12 +1 -0 src/sbin/geom/class/raid3/geom_raid3.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 08:39:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7180916A41C; Wed, 13 Jul 2005 08:39:19 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CF743D45; Wed, 13 Jul 2005 08:39:19 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D8dIvM037850; Wed, 13 Jul 2005 08:39:18 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D8dI8g037849; Wed, 13 Jul 2005 08:39:18 GMT (envelope-from erwin) Message-Id: <200507130839.j6D8dI8g037849@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Jul 2005 08:39: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/math/ccmath 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: Wed, 13 Jul 2005 08:39:19 -0000 erwin 2005-07-13 08:39:18 UTC FreeBSD ports repository Modified files: math/ccmath Makefile pkg-plist Log: This port installs libccm.so in /usr/local/lib. ldconfig will not pick this library up because it is missing a final digit. This among other things, breaks LIB_DEPENDS. PR: 83360 Submitted by: Diane Bruce Revision Changes Path 1.7 +3 -1 ports/math/ccmath/Makefile 1.3 +1 -0 ports/math/ccmath/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 08:41:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CA516A41C; Wed, 13 Jul 2005 08:41:58 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7B443D48; Wed, 13 Jul 2005 08:41:58 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D8fw6P038050; Wed, 13 Jul 2005 08:41:58 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D8fwpd038049; Wed, 13 Jul 2005 08:41:58 GMT (envelope-from roam) Message-Id: <200507130841.j6D8fwpd038049@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 13 Jul 2005 08:41: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/security/stunnel Makefile distinfo ports/security/stunnel/files patch-src::common.h patch-src::sthreads.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, 13 Jul 2005 08:41:59 -0000 roam 2005-07-13 08:41:58 UTC FreeBSD ports repository Modified files: security/stunnel Makefile distinfo Removed files: security/stunnel/files patch-src::common.h patch-src::sthreads.c Log: Update to stunnel 4.11, which is deemed a stable release. Remove our local patches for ucontext/pthread/fork model choice, since this is handled by a configure argument now. Note that ucontext is not supported on FreeBSD versions less than 5.0. PR: 83245 (mostly) Submitted by: Vasil Dimov Revision Changes Path 1.66 +9 -6 ports/security/stunnel/Makefile 1.35 +2 -2 ports/security/stunnel/distinfo 1.2 +0 -50 ports/security/stunnel/files/patch-src::common.h (dead) 1.2 +0 -12 ports/security/stunnel/files/patch-src::sthreads.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 08:51:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1FA616A41C; Wed, 13 Jul 2005 08:51:22 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8629E43D45; Wed, 13 Jul 2005 08:51:22 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D8pMTS045433; Wed, 13 Jul 2005 08:51:22 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D8pMuS045432; Wed, 13 Jul 2005 08:51:22 GMT (envelope-from blackend) Message-Id: <200507130851.j6D8pMuS045432@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 13 Jul 2005 08:51: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/books/handbook/eresources 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: Wed, 13 Jul 2005 08:51:22 -0000 blackend 2005-07-13 08:51:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: - s/perl/Perl - (For consistency) Remove application tags for Perl and some Python instances (these are "seen" as programming languages) - Add application tags for Zope Revision Changes Path 1.169 +3 -3 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:09:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CA716A41C; Wed, 13 Jul 2005 09:09:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3DE643D5E; Wed, 13 Jul 2005 09:09:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D999TE046122; Wed, 13 Jul 2005 09:09:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D999fp046121; Wed, 13 Jul 2005 09:09:09 GMT (envelope-from pav) Message-Id: <200507130909.j6D999fp046121@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:09: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/mail/postfix-current 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, 13 Jul 2005 09:09:10 -0000 pav 2005-07-13 09:09:09 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.3-20050708 PR: ports/83329 Submitted by: Marcus Grando (maintainer) Revision Changes Path 1.126 +1 -1 ports/mail/postfix-current/Makefile 1.77 +2 -2 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:17:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FDB16A41C; Wed, 13 Jul 2005 09:17:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0018543D45; Wed, 13 Jul 2005 09:17:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9HEWB046468; Wed, 13 Jul 2005 09:17:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9HE5W046467; Wed, 13 Jul 2005 09:17:14 GMT (envelope-from pav) Message-Id: <200507130917.j6D9HE5W046467@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09: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/podcastamatic 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, 13 Jul 2005 09:17:15 -0000 pav 2005-07-13 09:17:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/podcastamatic Makefile distinfo pkg-descr pkg-plist Log: Podcastamatic automates the creation of a webpage and a RSS feed for your podcast, based on MP3 tags. A webpage can either be automatically generated from scratch or generated from a template you create. An RSS feed is an XML file that is required to be listed in most popular podcast directories. Podcastamatic is highly customizable. PR: ports/83331 Submitted by: Lars Eggert Revision Changes Path 1.1131 +1 -0 ports/www/Makefile 1.1 +43 -0 ports/www/podcastamatic/Makefile (new) 1.1 +2 -0 ports/www/podcastamatic/distinfo (new) 1.1 +7 -0 ports/www/podcastamatic/pkg-descr (new) 1.1 +6 -0 ports/www/podcastamatic/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:18:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C8016A41C; Wed, 13 Jul 2005 09:18:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0A843D45; Wed, 13 Jul 2005 09:18:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9I9Te046533; Wed, 13 Jul 2005 09:18:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9I9uC046532; Wed, 13 Jul 2005 09:18:09 GMT (envelope-from pav) Message-Id: <200507130918.j6D9I9uC046532@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:18: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: Wed, 13 Jul 2005 09:18:09 -0000 pav 2005-07-13 09:18:09 UTC FreeBSD ports repository Modified files: . modules Log: podcastamatic --> ports/www/podcastamatic Revision Changes Path 1.12808 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:23:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2830C16A41C; Wed, 13 Jul 2005 09:23:22 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E358143D45; Wed, 13 Jul 2005 09:23:21 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9NLHf046774; Wed, 13 Jul 2005 09:23:21 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9NLft046773; Wed, 13 Jul 2005 09:23:21 GMT (envelope-from mich) Message-Id: <200507130923.j6D9NLft046773@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 09:23: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/rfcdiff 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, 13 Jul 2005 09:23:22 -0000 mich 2005-07-13 09:23:20 UTC FreeBSD ports repository Modified files: textproc/rfcdiff Makefile distinfo Log: o update to -> 1.25 PR: ports/83371 Submitted by: maintainer Revision Changes Path 1.5 +1 -2 ports/textproc/rfcdiff/Makefile 1.4 +2 -2 ports/textproc/rfcdiff/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:27:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1668816A41C; Wed, 13 Jul 2005 09:27:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E508443D46; Wed, 13 Jul 2005 09:27:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9Re3W047128; Wed, 13 Jul 2005 09:27:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9ReWE047127; Wed, 13 Jul 2005 09:27:40 GMT (envelope-from pav) Message-Id: <200507130927.j6D9ReWE047127@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:27: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/dns/dnsutl Makefile distinfo pkg-plist ports/dns/dnsutl/files patch-Makefile.in patch-aa patch-bootp.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, 13 Jul 2005 09:27:41 -0000 pav 2005-07-13 09:27:40 UTC FreeBSD ports repository Modified files: dns/dnsutl Makefile distinfo pkg-plist Added files: dns/dnsutl/files patch-Makefile.in Removed files: dns/dnsutl/files patch-aa patch-bootp.c Log: - Update to 1.7 - Take maintainership PR: ports/83332 Submitted by: Sylvio Cesar Revision Changes Path 1.13 +3 -3 ports/dns/dnsutl/Makefile 1.5 +2 -2 ports/dns/dnsutl/distinfo 1.1 +113 -0 ports/dns/dnsutl/files/patch-Makefile.in (new) 1.5 +0 -113 ports/dns/dnsutl/files/patch-aa (dead) 1.2 +0 -29 ports/dns/dnsutl/files/patch-bootp.c (dead) 1.4 +1 -0 ports/dns/dnsutl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:33:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B182816A41C; Wed, 13 Jul 2005 09:33:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F9043D46; Wed, 13 Jul 2005 09:33:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9XlYp047516; Wed, 13 Jul 2005 09:33:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9Xl1v047515; Wed, 13 Jul 2005 09:33:47 GMT (envelope-from pav) Message-Id: <200507130933.j6D9Xl1v047515@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:33: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/textproc Makefile ports/textproc/py-empy 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, 13 Jul 2005 09:33:47 -0000 pav 2005-07-13 09:33:47 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-empy Makefile distinfo pkg-descr pkg-plist Log: EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms. Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands. PR: ports/83308 Submitted by: Ying-Chieh Liao Revision Changes Path 1.840 +1 -0 ports/textproc/Makefile 1.1 +21 -0 ports/textproc/py-empy/Makefile (new) 1.1 +2 -0 ports/textproc/py-empy/distinfo (new) 1.1 +12 -0 ports/textproc/py-empy/pkg-descr (new) 1.1 +3 -0 ports/textproc/py-empy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:34:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F1616A41C; Wed, 13 Jul 2005 09:34:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC1043D48; Wed, 13 Jul 2005 09:34:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9YX6d047583; Wed, 13 Jul 2005 09:34:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9YXPb047582; Wed, 13 Jul 2005 09:34:33 GMT (envelope-from pav) Message-Id: <200507130934.j6D9YXPb047582@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09: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: 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, 13 Jul 2005 09:34:34 -0000 pav 2005-07-13 09:34:33 UTC FreeBSD ports repository Modified files: . modules Log: py-empy --> ports/textproc/py-empy Revision Changes Path 1.12809 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:35:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698FA16A41C; Wed, 13 Jul 2005 09:35:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F018643D49; Wed, 13 Jul 2005 09:35:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9ZZoq047676; Wed, 13 Jul 2005 09:35:35 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9ZZAf047675; Wed, 13 Jul 2005 09:35:35 GMT (envelope-from brueffer) Message-Id: <200507130935.j6D9ZZAf047675@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 09:35: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/sbin/ifconfig ifconfig.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, 13 Jul 2005 09:35:36 -0000 brueffer 2005-07-13 09:35:35 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: mdoc cleanup and whitespace removal after the last commit. Submitted by: ru Revision Changes Path 1.97 +9 -10 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:45:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9551216A41C; Wed, 13 Jul 2005 09:45:51 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D35343D46; Wed, 13 Jul 2005 09:45:51 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9jpH3048074; Wed, 13 Jul 2005 09:45:51 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9jpWA048073; Wed, 13 Jul 2005 09:45:51 GMT (envelope-from novel) Message-Id: <200507130945.j6D9jpWA048073@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 13 Jul 2005 09:45: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/devel/kodos 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, 13 Jul 2005 09:45:51 -0000 novel 2005-07-13 09:45:51 UTC FreeBSD ports repository Modified files: devel/kodos Makefile distinfo Log: Update to 2.4.6. PR: 83367 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.6 +1 -2 ports/devel/kodos/Makefile 1.3 +2 -2 ports/devel/kodos/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 09:47:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1072116A41C; Wed, 13 Jul 2005 09:47:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD13643D53; Wed, 13 Jul 2005 09:47:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9l4dq048134; Wed, 13 Jul 2005 09:47:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9l4Ot048133; Wed, 13 Jul 2005 09:47:04 GMT (envelope-from pav) Message-Id: <200507130947.j6D9l4Ot048133@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 09:47: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/misc/pylize 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, 13 Jul 2005 09:47:05 -0000 pav 2005-07-13 09:47:04 UTC FreeBSD ports repository Modified files: misc/pylize Makefile distinfo Log: - Update to 1.2.1.b PR: ports/83309 Submitted by: Ying-Chieh Liao Revision Changes Path 1.2 +6 -3 ports/misc/pylize/Makefile 1.2 +2 -2 ports/misc/pylize/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:19:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A2A16A41C; Wed, 13 Jul 2005 10:19:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBAE43D48; Wed, 13 Jul 2005 10:19:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAJY39049171; Wed, 13 Jul 2005 10:19:34 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAJYZ1049170; Wed, 13 Jul 2005 10:19:34 GMT (envelope-from edwin) Message-Id: <200507131019.j6DAJYZ1049170@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Jul 2005 10:19: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/lire 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, 13 Jul 2005 10:19:35 -0000 edwin 2005-07-13 10:19:34 UTC FreeBSD ports repository Modified files: sysutils/lire Makefile Log: Remove BROKEN and let pointyhat sort this out. (sorry kris, I can't find the error anywhere) Revision Changes Path 1.29 +0 -2 ports/sysutils/lire/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:22:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9CA16A41C; Wed, 13 Jul 2005 10:22:12 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E1943D48; Wed, 13 Jul 2005 10:22:12 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAMBeY049352; Wed, 13 Jul 2005 10:22:11 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAMBNf049351; Wed, 13 Jul 2005 10:22:11 GMT (envelope-from novel) Message-Id: <200507131022.j6DAMBNf049351@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 13 Jul 2005 10: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/mail/anomy-sanitizer 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, 13 Jul 2005 10:22:12 -0000 novel 2005-07-13 10:22:11 UTC FreeBSD ports repository Modified files: mail/anomy-sanitizer Makefile distinfo Log: Update to 1.71. PR: 83362 Submitted by: Marcus Grando Approved by: Mohacsi Janos (maintainer) Revision Changes Path 1.3 +1 -1 ports/mail/anomy-sanitizer/Makefile 1.3 +2 -2 ports/mail/anomy-sanitizer/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:30:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5625816A41C; Wed, 13 Jul 2005 10:30:08 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E98D43D45; Wed, 13 Jul 2005 10:30:08 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAU7KI049622; Wed, 13 Jul 2005 10:30:07 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAU7Mc049617; Wed, 13 Jul 2005 10:30:07 GMT (envelope-from garga) Message-Id: <200507131030.j6DAU7Mc049617@repoman.freebsd.org> From: Renato Botelho Date: Wed, 13 Jul 2005 10:30: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/archivers/sharutils 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, 13 Jul 2005 10:30:08 -0000 garga 2005-07-13 10:30:07 UTC FreeBSD ports repository Modified files: archivers/sharutils Makefile distinfo Log: Update to 4.3.81 PR: 83255 Submitted by: Sylvio Cesar (maintainer) Approved by: flz (mentor) Revision Changes Path 1.31 +1 -1 ports/archivers/sharutils/Makefile 1.8 +2 -2 ports/archivers/sharutils/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:40:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DFB16A41C; Wed, 13 Jul 2005 10:40:08 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A7343D45; Wed, 13 Jul 2005 10:40:07 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAe7qe049972; Wed, 13 Jul 2005 10:40:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAe7rs049971; Wed, 13 Jul 2005 10:40:07 GMT (envelope-from delphij) Message-Id: <200507131040.j6DAe7rs049971@repoman.freebsd.org> From: Xin LI Date: Wed, 13 Jul 2005 10:40: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/lib/libcam camlib.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, 13 Jul 2005 10:40:08 -0000 delphij 2005-07-13 10:40:07 UTC FreeBSD src repository Modified files: lib/libcam camlib.c Log: Better memory handling: - It is acceptable to call free(3) when the given pointer itself is NULL, so we do not need to determine NULL before passing a pointer to free(3) - Handle failure of malloc(3) MT6/5 Candidate Submitted by: Dan Lukes PR: bin/83352 Revision Changes Path 1.13 +7 -4 src/lib/libcam/camlib.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:45:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AA316A41C; Wed, 13 Jul 2005 10:45:23 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDB843D4C; Wed, 13 Jul 2005 10:45:20 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1Dsejv-000NFr-Qk; Wed, 13 Jul 2005 11:45:19 +0100 Date: Wed, 13 Jul 2005 11:45:19 +0100 From: Ceri Davies To: Marc Fonvieille Message-ID: <20050713104519.GO80131@submonkey.net> Mail-Followup-To: Ceri Davies , Marc Fonvieille , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lCAWRPmW1mITcIfM" Content-Disposition: inline In-Reply-To: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Wed, 13 Jul 2005 10:45:23 -0000 --lCAWRPmW1mITcIfM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 13, 2005 at 07:21:01AM +0000, Marc Fonvieille wrote: > blackend 2005-07-13 07:21:01 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/handbook/network-servers chapter.sgml=20 > Log: > Mention a bit OpenBSD dhclient for 6.0 Thanks for working on this, Marc. I have a question: > | @@ -2545,15 +2545,19 @@ nis_client_flags=3D"-S NIS do > | DHCP, the Dynamic Host Configuration Protocol, describes > | the means by which a system can connect to a network and obtai= n the > | necessary information for communication upon that network. Fr= eeBSD > | - uses the ISC (Internet Software Consortium) DHCP implementatio= n, so > | - all implementation-specific information here is for use with t= he ISC > | - distribution. > | + versions prior to 6.0 use the ISC (Internet Software > | + Consortium) DHCP client (&man.dhclient.8;) implementation. > | + Later versions use the OpenBSD dhclient > | + taken from OpenBSD 3.7. All implementation-specific ^^^^^^^^^^^^^^^^^^^^^^^ > | + information here regarding dhclient is for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > | + use with both the ISC and the OpenBSD DHCP client. The DHCP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > | + server is the one included in the ISC distribution. Isn't this implementation non-specific by definition? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --lCAWRPmW1mITcIfM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1PC/ocfcwTS3JF8RAjrsAKDIMH5N8BJnxcm0QW/wWT21bupeqACfVldZ JAR5vawTFQukdLe0lrlHAr4= =1wTI -----END PGP SIGNATURE----- --lCAWRPmW1mITcIfM-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:51:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD78016A41C; Wed, 13 Jul 2005 10:51:35 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B2C43D45; Wed, 13 Jul 2005 10:51:35 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DApZ7w050556; Wed, 13 Jul 2005 10:51:35 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DApZee050555; Wed, 13 Jul 2005 10:51:35 GMT (envelope-from markus) Message-Id: <200507131051.j6DApZee050555@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 13 Jul 2005 10:51: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 Makefile ports/net/ktorrent Makefile distinfo pkg-descr pkg-plist ports/net/ktorrent/files patch-libtorrent-udptracker.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: Wed, 13 Jul 2005 10:51:36 -0000 markus 2005-07-13 10:51:35 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ktorrent Makefile distinfo pkg-descr pkg-plist net/ktorrent/files patch-libtorrent-udptracker.cpp Log: Add ktorrent 1.0, a BitTorrent client for KDE. Its main features are: o Download torrent files o Upload speed capping, seeing that most people can't upload infinite amounts of data o Internet searching using The Bittorrent website's search engine o UDP Trackers WWW: http://ktorrent.pwsp.net/ Revision Changes Path 1.1512 +1 -0 ports/net/Makefile 1.1 +24 -0 ports/net/ktorrent/Makefile (new) 1.1 +2 -0 ports/net/ktorrent/distinfo (new) 1.1 +10 -0 ports/net/ktorrent/files/patch-libtorrent-udptracker.cpp (new) 1.1 +9 -0 ports/net/ktorrent/pkg-descr (new) 1.1 +95 -0 ports/net/ktorrent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:51:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962DB16A41C; Wed, 13 Jul 2005 10:51:50 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60EF243D46; Wed, 13 Jul 2005 10:51:50 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DApoAp050602; Wed, 13 Jul 2005 10:51:50 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DApone050601; Wed, 13 Jul 2005 10:51:50 GMT (envelope-from markus) Message-Id: <200507131051.j6DApone050601@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 13 Jul 2005 10:51: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: 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, 13 Jul 2005 10:51:50 -0000 markus 2005-07-13 10:51:50 UTC FreeBSD ports repository Modified files: . modules Log: ktorrent --> ports/net/ktorrent Revision Changes Path 1.12810 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 10:52:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760E216A41C; Wed, 13 Jul 2005 10:52:03 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284AD43D55; Wed, 13 Jul 2005 10:52:03 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAq3SY050641; Wed, 13 Jul 2005 10:52:03 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAq20u050640; Wed, 13 Jul 2005 10:52:02 GMT (envelope-from mich) Message-Id: <200507131052.j6DAq20u050640@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 10:52: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/devel/py-sip 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, 13 Jul 2005 10:52:03 -0000 mich 2005-07-13 10:52:02 UTC FreeBSD ports repository Modified files: devel/py-sip Makefile distinfo pkg-plist Log: o Update to latest snapshot, in par with py-qt o Fix plist PR: ports/83355 Submitted by: maintainer Revision Changes Path 1.21 +4 -2 ports/devel/py-sip/Makefile 1.13 +2 -2 ports/devel/py-sip/distinfo 1.8 +1 -0 ports/devel/py-sip/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:10:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D1616A41C; Wed, 13 Jul 2005 11:10:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA26143D45; Wed, 13 Jul 2005 11:10:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBAeKp051356; Wed, 13 Jul 2005 11:10:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBAeFp051355; Wed, 13 Jul 2005 11:10:40 GMT (envelope-from pav) Message-Id: <200507131110.j6DBAeFp051355@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:10: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-themes/sawfish-themes 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, 13 Jul 2005 11:10:41 -0000 pav 2005-07-13 11:10:40 UTC FreeBSD ports repository Modified files: x11-themes/sawfish-themes Makefile distinfo pkg-plist Log: - Update to 0.11 PR: ports/83304 Submitted by: Alexey Mikhailov (maintainer) Revision Changes Path 1.4 +4 -5 ports/x11-themes/sawfish-themes/Makefile 1.2 +2 -2 ports/x11-themes/sawfish-themes/distinfo 1.2 +31 -4 ports/x11-themes/sawfish-themes/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:16:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9831116A41C; Wed, 13 Jul 2005 11:16:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5D243D46; Wed, 13 Jul 2005 11:16:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBGbZ7051637; Wed, 13 Jul 2005 11:16:37 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBGbpx051636; Wed, 13 Jul 2005 11:16:37 GMT (envelope-from erwin) Message-Id: <200507131116.j6DBGbpx051636@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Jul 2005 11:16: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/p5-HTML-Prototype 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, 13 Jul 2005 11:16:37 -0000 erwin 2005-07-13 11:16:37 UTC FreeBSD ports repository Modified files: www/p5-HTML-Prototype Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.31 - Mark perl 5.6.x and higher only - Pass maintainership to submitter Submitted by: Lars Balker Rasmussen Revision Changes Path 1.3 +14 -4 ports/www/p5-HTML-Prototype/Makefile 1.2 +2 -2 ports/www/p5-HTML-Prototype/distinfo 1.2 +3 -1 ports/www/p5-HTML-Prototype/pkg-descr 1.2 +3 -0 ports/www/p5-HTML-Prototype/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:19:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB93416A41C; Wed, 13 Jul 2005 11:19:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C3043D46; Wed, 13 Jul 2005 11:19:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBJxWP051707; Wed, 13 Jul 2005 11:19:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBJx9b051706; Wed, 13 Jul 2005 11:19:59 GMT (envelope-from pav) Message-Id: <200507131119.j6DBJx9b051706@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:19: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/x11-wm/sawfish2 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, 13 Jul 2005 11:19:59 -0000 pav 2005-07-13 11:19:59 UTC FreeBSD ports repository Modified files: x11-wm/sawfish2 pkg-plist Log: - Fix creation of empty directories in package Revision Changes Path 1.43 +2 -0 ports/x11-wm/sawfish2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:24:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502F416A41C; Wed, 13 Jul 2005 11:24:36 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1976A43D55; Wed, 13 Jul 2005 11:24:36 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBOZID051924; Wed, 13 Jul 2005 11:24:35 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBOZQC051923; Wed, 13 Jul 2005 11:24:35 GMT (envelope-from mich) Message-Id: <200507131124.j6DBOZQC051923@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 11:24: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/kphone 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, 13 Jul 2005 11:24:36 -0000 mich 2005-07-13 11:24:35 UTC FreeBSD ports repository Modified files: net/kphone Makefile distinfo pkg-plist Log: o Update to -> 4.2 o set submitter as maintainer PR: ports/83350 Submitted by: Sylvio Cesar Revision Changes Path 1.8 +2 -2 ports/net/kphone/Makefile 1.6 +2 -2 ports/net/kphone/distinfo 1.5 +1 -0 ports/net/kphone/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:28:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0111D16A41C; Wed, 13 Jul 2005 11:28:30 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7AF43D55; Wed, 13 Jul 2005 11:28:29 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [213.66.174.228] (213.66.174.228) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD2002D0B17; Wed, 13 Jul 2005 13:27:44 +0200 Message-ID: <42D4FAB1.9090407@n00b.apagnu.se> Date: Wed, 13 Jul 2005 13:27:45 +0200 From: Niclas Zeising User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ceri Davies References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> In-Reply-To: <20050713104519.GO80131@submonkey.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, Marc Fonvieille , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Wed, 13 Jul 2005 11:28:30 -0000 Ceri Davies wrote: > On Wed, Jul 13, 2005 at 07:21:01AM +0000, Marc Fonvieille wrote: > >>blackend 2005-07-13 07:21:01 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/books/handbook/network-servers chapter.sgml >> Log: >> Mention a bit OpenBSD dhclient for 6.0 > > > Thanks for working on this, Marc. > > I have a question: > > >>| @@ -2545,15 +2545,19 @@ nis_client_flags="-S NIS do >>| DHCP, the Dynamic Host Configuration Protocol, describes >>| the means by which a system can connect to a network and obtain the >>| necessary information for communication upon that network. FreeBSD >>| - uses the ISC (Internet Software Consortium) DHCP implementation, so >>| - all implementation-specific information here is for use with the ISC >>| - distribution. >>| + versions prior to 6.0 use the ISC (Internet Software >>| + Consortium) DHCP client (&man.dhclient.8;) implementation. >>| + Later versions use the OpenBSD dhclient >>| + taken from OpenBSD 3.7. All implementation-specific > > ^^^^^^^^^^^^^^^^^^^^^^^ > >>| + information here regarding dhclient is for > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >>| + use with both the ISC and the OpenBSD DHCP client. The DHCP > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >>| + server is the one included in the ISC distribution. > > > Isn't this implementation non-specific by definition? > > Ceri Maybe it is. Overlooked that when I made the original patch. A suggestion is to say it something like: "All specific information here regarding dhclient is for use with either of the ISC DHCP client or the OpenBSD DHCP client." I can provide a patch if necessary. Regards! //Niclas From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:32:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0882116A41C; Wed, 13 Jul 2005 11:32:11 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C589743D4C; Wed, 13 Jul 2005 11:32:10 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBWARO052244; Wed, 13 Jul 2005 11:32:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBWAho052243; Wed, 13 Jul 2005 11:32:10 GMT (envelope-from jkoshy) Message-Id: <200507131132.j6DBWAho052243@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 13 Jul 2005 11:32: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/i386/i386 exception.s machdep.c trap.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, 13 Jul 2005 11:32:11 -0000 jkoshy 2005-07-13 11:32:10 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s machdep.c trap.c Log: Use an interrupt gate for the NMI handler and prevent too-early enabling of interrupts inside of trap(). Fix a typo in a comment. Revert rev 1.113 of "sys/i386/i386/exception.s" as it is no longer needed. Reviewed by: bde MFC after: 3 days Revision Changes Path 1.114 +2 -27 src/sys/i386/i386/exception.s 1.617 +1 -1 src/sys/i386/i386/machdep.c 1.278 +4 -3 src/sys/i386/i386/trap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:35:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 507F716A41C; Wed, 13 Jul 2005 11:35:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1893943D48; Wed, 13 Jul 2005 11:35:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBZ91s052373; Wed, 13 Jul 2005 11:35:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBZ9ci052372; Wed, 13 Jul 2005 11:35:09 GMT (envelope-from erwin) Message-Id: <200507131135.j6DBZ9ci052372@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Jul 2005 11:35: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/www/p5-Catalyst-Plugin-Prototype 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, 13 Jul 2005 11:35:10 -0000 erwin 2005-07-13 11:35:09 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Prototype Makefile distinfo Log: - Update to 1.31 - Bump required perl version to 5.8.1 or higher. - Pass maintainership to submitter Submitted by: Lars Balker Rasmussen Revision Changes Path 1.2 +4 -4 ports/www/p5-Catalyst-Plugin-Prototype/Makefile 1.2 +2 -2 ports/www/p5-Catalyst-Plugin-Prototype/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:43:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE0C16A41F; Wed, 13 Jul 2005 11:43:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AD643D46; Wed, 13 Jul 2005 11:43:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBhUnE052803; Wed, 13 Jul 2005 11:43:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBhUdb052802; Wed, 13 Jul 2005 11:43:30 GMT (envelope-from pav) Message-Id: <200507131143.j6DBhUdb052802@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:43: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/games 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, 13 Jul 2005 11:43:30 -0000 pav 2005-07-13 11:43:30 UTC FreeBSD ports repository Modified files: games Makefile Log: - Sort Revision Changes Path 1.776 +1 -1 ports/games/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:44:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814DE16A41C; Wed, 13 Jul 2005 11:44:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4CA43D45; Wed, 13 Jul 2005 11:44:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBipeZ052940; Wed, 13 Jul 2005 11:44:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBip5v052939; Wed, 13 Jul 2005 11:44:51 GMT (envelope-from pav) Message-Id: <200507131144.j6DBip5v052939@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:44: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/games Makefile ports/games/qonk Makefile distinfo pkg-descr pkg-plist ports/games/qonk/files patch-main.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: Wed, 13 Jul 2005 11:44:51 -0000 pav 2005-07-13 11:44:51 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/qonk Makefile distinfo pkg-descr pkg-plist games/qonk/files patch-main.cpp Log: Qonk is a small game I wrote to learn some SDL basics. The game is a small build-and-conquer strategy game with very simple rules. A complete game only lasts for a few minutes and can be a fun break away from work or whatever you're doing. PR: ports/83293 Submitted by: Alejandro Pulver Revision Changes Path 1.777 +1 -0 ports/games/Makefile 1.1 +49 -0 ports/games/qonk/Makefile (new) 1.1 +2 -0 ports/games/qonk/distinfo (new) 1.1 +10 -0 ports/games/qonk/files/patch-main.cpp (new) 1.1 +21 -0 ports/games/qonk/pkg-descr (new) 1.1 +3 -0 ports/games/qonk/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:45:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF9116A41C; Wed, 13 Jul 2005 11:45:10 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE1D43D46; Wed, 13 Jul 2005 11:45:08 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j6DBj6UD057841; Wed, 13 Jul 2005 13:45:06 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.3/8.13.3/Submit) id j6DBj5Oq057840; Wed, 13 Jul 2005 13:45:05 +0200 (CEST) (envelope-from marc) Date: Wed, 13 Jul 2005 13:45:05 +0200 From: Marc Fonvieille To: Ceri Davies , Marc Fonvieille , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050713114505.GA57729@abigail.blackend.org> References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <20050713104519.GO80131@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE Cc: Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Wed, 13 Jul 2005 11:45:10 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 13, 2005 at 11:45:19AM +0100, Ceri Davies wrote: > > | the means by which a system can connect to a network and obt= ain the > > | necessary information for communication upon that network. = FreeBSD > > | - uses the ISC (Internet Software Consortium) DHCP implementat= ion, so > > | - all implementation-specific information here is for use with= the ISC > > | - distribution. > > | + versions prior to 6.0 use the ISC (Internet Software > > | + Consortium) DHCP client (&man.dhclient.8;) implementation. > > | + Later versions use the OpenBSD dhclient > > | + taken from OpenBSD 3.7. All implementation-specific > ^^^^^^^^^^^^^^^^^^^^^^^ > > | + information here regarding dhclient is for > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > | + use with both the ISC and the OpenBSD DHCP client. The DHCP > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > | + server is the one included in the ISC distribution. >=20 > Isn't this implementation non-specific by definition? > Indeed, the current wording is not really accurate, and I forgot a space :(( Marc --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFC1P7AzQ9RwE+OdOgRAizqAJ4vf6E2o00CSy3ky99TzJl1L62Y7gCeIjUd /MOzh2pvtNTpfrAUP7hq+ro= =uVQ/ -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:45:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A0C16A41C; Wed, 13 Jul 2005 11:45:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3E343D45; Wed, 13 Jul 2005 11:45:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBja1X053045; Wed, 13 Jul 2005 11:45:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBjaKw053044; Wed, 13 Jul 2005 11:45:36 GMT (envelope-from pav) Message-Id: <200507131145.j6DBjaKw053044@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11: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: 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, 13 Jul 2005 11:45:37 -0000 pav 2005-07-13 11:45:36 UTC FreeBSD ports repository Modified files: . modules Log: qonk --> ports/games/qonk Revision Changes Path 1.12811 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:46:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF0516A41C; Wed, 13 Jul 2005 11:46:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF1343D45; Wed, 13 Jul 2005 11:46:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBk96u053083; Wed, 13 Jul 2005 11:46:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBk9PK053082; Wed, 13 Jul 2005 11:46:09 GMT (envelope-from pav) Message-Id: <200507131146.j6DBk9PK053082@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 11:46: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: Wed, 13 Jul 2005 11:46:10 -0000 pav 2005-07-13 11:46:09 UTC FreeBSD ports repository Modified files: . modules Log: - Sort Revision Changes Path 1.12812 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 11:48:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9D016A41C; Wed, 13 Jul 2005 11:48:51 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB7A43D45; Wed, 13 Jul 2005 11:48:49 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j6DBmmvc058011; Wed, 13 Jul 2005 13:48:48 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.3/8.13.3/Submit) id j6DBmlwv058010; Wed, 13 Jul 2005 13:48:47 +0200 (CEST) (envelope-from marc) Date: Wed, 13 Jul 2005 13:48:47 +0200 From: Marc Fonvieille To: Niclas Zeising Message-ID: <20050713114847.GB57729@abigail.blackend.org> References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> <42D4FAB1.9090407@n00b.apagnu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D4FAB1.9090407@n00b.apagnu.se> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE Cc: cvs-doc@FreeBSD.org, Ceri Davies , Marc Fonvieille , cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Wed, 13 Jul 2005 11:48:51 -0000 On Wed, Jul 13, 2005 at 01:27:45PM +0200, Niclas Zeising wrote: > > Maybe it is. Overlooked that when I made the original patch. > A suggestion is to say it something like: "All specific information here > regarding dhclient is for use with either of the ISC DHCP client or the > OpenBSD DHCP client." [...] Seems good; I will try to fix this night or if someone can do it ealier it'd be great (I have no access to the repo currently). Marc From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:03:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76AB16A41C; Wed, 13 Jul 2005 12:03:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D4C43D48; Wed, 13 Jul 2005 12:03:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DC3rMG053658; Wed, 13 Jul 2005 12:03:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DC3rWe053657; Wed, 13 Jul 2005 12:03:53 GMT (envelope-from pav) Message-Id: <200507131203.j6DC3rWe053657@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12:03: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/graphics/linux-sdl_image 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, 13 Jul 2005 12:03:54 -0000 pav 2005-07-13 12:03:53 UTC FreeBSD ports repository Modified files: graphics/linux-sdl_image Makefile distinfo pkg-plist Log: - Update to 1.2.4 PR: ports/83249 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.7 +1 -2 ports/graphics/linux-sdl_image/Makefile 1.2 +2 -2 ports/graphics/linux-sdl_image/distinfo 1.2 +5 -5 ports/graphics/linux-sdl_image/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:06:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A3816A41C; Wed, 13 Jul 2005 12:06:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF7043D49; Wed, 13 Jul 2005 12:06:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DC6vxR053842; Wed, 13 Jul 2005 12:06:57 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DC6vRc053841; Wed, 13 Jul 2005 12:06:57 GMT (envelope-from nyan) Message-Id: <200507131206.j6DC6vRc053841@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 13 Jul 2005 12: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/pc98/pc98 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: Wed, 13 Jul 2005 12:06:57 -0000 nyan 2005-07-13 12:06:57 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.617. Revision Changes Path 1.364 +1 -1 src/sys/pc98/pc98/machdep.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:07:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796F116A41C; Wed, 13 Jul 2005 12:07:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEA843D4C; Wed, 13 Jul 2005 12:07:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0DFEF51372; Wed, 13 Jul 2005 08:07:22 -0400 (EDT) Date: Wed, 13 Jul 2005 08:07:21 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20050713120721.GA23810@xor.obsecurity.org> References: <200507131019.j6DAJYZ1049170@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <200507131019.j6DAJYZ1049170@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/sysutils/lire 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, 13 Jul 2005 12:07:23 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 13, 2005 at 10:19:34AM +0000, Edwin Groothuis wrote: > edwin 2005-07-13 10:19:34 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/lire Makefile=20 > Log: > Remove BROKEN and let pointyhat sort this out. > (sorry kris, I can't find the error anywhere) Why didn't you either a) ask me, or b) Check on pointyhat where it says "check here to find the most recent error log from your port"? Doing so I quickly found the following: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005032104/lire-2= .0.1_2.log Kris --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1QP5Wry0BWjoQKURAvoXAKDUKOhBAxIQaK0XJa5vTUCw55TDKgCdFGrt jscbAxmsy8pIPIGP2z6zC9Y= =10vr -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:11:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7967616A41C; Wed, 13 Jul 2005 12:11:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577BE43D48; Wed, 13 Jul 2005 12:11:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCB7D9054087; Wed, 13 Jul 2005 12:11:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCB7Uu054086; Wed, 13 Jul 2005 12:11:07 GMT (envelope-from pav) Message-Id: <200507131211.j6DCB7Uu054086@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12:11: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/net Makefile ports/net/gastman 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, 13 Jul 2005 12:11:07 -0000 pav 2005-07-13 12:11:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/gastman Makefile distinfo pkg-descr pkg-plist Log: Gastman is a graphical Manager interface for Asterisk. It uses the GTK+ library, and so is usually run under XWindows, although GTK+ environments also exist for Windows and Mac OS X. PR: ports/83296 Submitted by: Filippo Natali Revision Changes Path 1.1513 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/gastman/Makefile (new) 1.1 +2 -0 ports/net/gastman/distinfo (new) 1.1 +3 -0 ports/net/gastman/pkg-descr (new) 1.1 +76 -0 ports/net/gastman/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:11:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2599316A41C; Wed, 13 Jul 2005 12:11:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB81243D48; Wed, 13 Jul 2005 12:11:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCBdGU054127; Wed, 13 Jul 2005 12:11:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCBdQW054126; Wed, 13 Jul 2005 12:11:39 GMT (envelope-from pav) Message-Id: <200507131211.j6DCBdQW054126@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12:11: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: 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, 13 Jul 2005 12:11:40 -0000 pav 2005-07-13 12:11:39 UTC FreeBSD ports repository Modified files: . modules Log: gastman --> ports/net/gastman Revision Changes Path 1.12813 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:15:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A203616A41C; Wed, 13 Jul 2005 12:15:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DB443D45; Wed, 13 Jul 2005 12:15:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCFk2A054396; Wed, 13 Jul 2005 12:15:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCFk53054395; Wed, 13 Jul 2005 12:15:46 GMT (envelope-from pav) Message-Id: <200507131215.j6DCFk53054395@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12:15: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/net/tspc2 Makefile ports/net/tspc2/files patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.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, 13 Jul 2005 12:15:46 -0000 pav 2005-07-13 12:15:46 UTC FreeBSD ports repository Modified files: net/tspc2 Makefile net/tspc2/files patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.c Log: - Make PREFIX clean PR: ports/83379 Submitted by: Linas Valiukas (maintainer) Revision Changes Path 1.2 +6 -0 ports/net/tspc2/Makefile 1.2 +1 -1 ports/net/tspc2/files/patch-conf-tspc.conf.in 1.2 +2 -2 ports/net/tspc2/files/patch-platform-freebsd-tsp_local.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:21:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B5416A41C; Wed, 13 Jul 2005 12:21:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0ECA43D48; Wed, 13 Jul 2005 12:21:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCLmgu054651; Wed, 13 Jul 2005 12:21:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCLm4g054650; Wed, 13 Jul 2005 12:21:48 GMT (envelope-from edwin) Message-Id: <200507131221.j6DCLm4g054650@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Jul 2005 12:21: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/sysutils/lire 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, 13 Jul 2005 12:21:49 -0000 edwin 2005-07-13 12:21:48 UTC FreeBSD ports repository Modified files: sysutils/lire Makefile Log: Fix dependency on ploticus. Thanks to kris@ for showing me the right error log. Revision Changes Path 1.30 +1 -1 ports/sysutils/lire/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:23:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A6616A41F; Wed, 13 Jul 2005 12:23:43 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397F843D45; Wed, 13 Jul 2005 12:23:43 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCNhxP054714; Wed, 13 Jul 2005 12:23:43 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCNhXx054713; Wed, 13 Jul 2005 12:23:43 GMT (envelope-from mich) Message-Id: <200507131223.j6DCNhXx054713@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 12: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/x11-toolkits/qscintilla 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, 13 Jul 2005 12:23:43 -0000 mich 2005-07-13 12:23:43 UTC FreeBSD ports repository Modified files: x11-toolkits/qscintilla Makefile distinfo pkg-plist Log: o Update to latest snapshot, in line with py-sip and py-qt o Give maintainer-ship to submitter PR: ports/83356 Submitted by: Danny Pansters Revision Changes Path 1.10 +7 -5 ports/x11-toolkits/qscintilla/Makefile 1.8 +2 -2 ports/x11-toolkits/qscintilla/distinfo 1.7 +2 -1 ports/x11-toolkits/qscintilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:32:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6215616A41F; Wed, 13 Jul 2005 12:32:35 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8342A43D45; Wed, 13 Jul 2005 12:32:34 +0000 (GMT) (envelope-from mich@icommerce.fr) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id AE9DA1C0874; Wed, 13 Jul 2005 14:32:30 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id A71B422836; Wed, 13 Jul 2005 14:32:30 +0200 (CEST) Date: Wed, 13 Jul 2005 14:32:30 +0200 From: "Michael L. Hostbaek" To: Michael Nottebrock Message-ID: <20050713123230.GG51345@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Michael Nottebrock , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200507101707.j6AH7HKS016896@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507101707.j6AH7HKS016896@repoman.freebsd.org> X-Operating-System: FreeBSD 5.4-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/py-qt 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, 13 Jul 2005 12:32:35 -0000 Michael Nottebrock (lofi) writes: > lofi 2005-07-10 17:07:17 UTC > > Modified files: > x11-toolkits/py-qt Makefile distinfo pkg-plist > Log: > Update to new version (snapshot) > > PR: ports/83204 This also closes ports/83357 /mich From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:37:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA7E16A41C; Wed, 13 Jul 2005 12:37:18 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1945443D48; Wed, 13 Jul 2005 12:37:18 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [213.66.174.228] (213.66.174.228) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B0003D09CD; Wed, 13 Jul 2005 14:37:17 +0200 Message-ID: <42D50AFE.9060203@n00b.apagnu.se> Date: Wed, 13 Jul 2005 14:37:18 +0200 From: Niclas Zeising User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marc Fonvieille References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> <42D4FAB1.9090407@n00b.apagnu.se> <20050713114847.GB57729@abigail.blackend.org> In-Reply-To: <20050713114847.GB57729@abigail.blackend.org> Content-Type: multipart/mixed; boundary="------------070305050305070302030404" Cc: Ceri Davies , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Wed, 13 Jul 2005 12:37:19 -0000 This is a multi-part message in MIME format. --------------070305050305070302030404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Marc Fonvieille wrote: > On Wed, Jul 13, 2005 at 01:27:45PM +0200, Niclas Zeising wrote: > >>Maybe it is. Overlooked that when I made the original patch. >>A suggestion is to say it something like: "All specific information here >>regarding dhclient is for use with either of the ISC DHCP client or the >>OpenBSD DHCP client." > > [...] > > Seems good; I will try to fix this night or if someone can do it ealier > it'd be great (I have no access to the repo currently). I made a patch with the change, so it doesn't get lost somewere. It's attached. //Niclas --------------070305050305070302030404 Content-Type: text/plain; name="chapter.sgml.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="chapter.sgml.diff" --- chapter.sgml.orig 2005-07-13 14:10:58.514286400 +0200 +++ chapter.sgml 2005-07-13 14:29:21.886982400 +0200 @@ -2548,10 +2548,10 @@ versions prior to 6.0 use the ISC (Internet Software Consortium) DHCP client (&man.dhclient.8;) implementation. Later versions use the OpenBSD dhclient - taken from OpenBSD 3.7. All implementation-specific - information here regarding dhclient is for - use with both the ISC and the OpenBSD DHCP client. The DHCP - server is the one included in the ISC distribution. + taken from OpenBSD 3.7. All specific information here regarding + dhclient is for use with either of the + ISC DHCP client or the OpenBSD DHCP client. The DHCP + server mentioned is the one included in the ISC distribution. --------------070305050305070302030404-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:39:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F4016A41F; Wed, 13 Jul 2005 12:39:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D375F43D5C; Wed, 13 Jul 2005 12:39:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCdB7P055266; Wed, 13 Jul 2005 12:39:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCdB6X055265; Wed, 13 Jul 2005 12:39:11 GMT (envelope-from pav) Message-Id: <200507131239.j6DCdB6X055265@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12:39: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/audio Makefile ports/audio/openspc 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, 13 Jul 2005 12:39:12 -0000 pav 2005-07-13 12:39:11 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/openspc Makefile distinfo pkg-descr Log: OpenSPC is an SPC command line player created using a very modified SNEeSe SPC CPU core. It was written in C (although the SPC core is in Assembly) using DJGPP. PR: ports/83222 Submitted by: Emanuel Haupt Revision Changes Path 1.640 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/openspc/Makefile (new) 1.1 +2 -0 ports/audio/openspc/distinfo (new) 1.1 +8 -0 ports/audio/openspc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:39:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 783BB16A41F; Wed, 13 Jul 2005 12:39:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4548A43D55; Wed, 13 Jul 2005 12:39:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCdjZb055304; Wed, 13 Jul 2005 12:39:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCdj4n055303; Wed, 13 Jul 2005 12:39:45 GMT (envelope-from pav) Message-Id: <200507131239.j6DCdj4n055303@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 12: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: 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, 13 Jul 2005 12:39:45 -0000 pav 2005-07-13 12:39:45 UTC FreeBSD ports repository Modified files: . modules Log: openspc --> ports/audio/openspc Revision Changes Path 1.12814 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:40:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D3F16A41C; Wed, 13 Jul 2005 12:40:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E9443D45; Wed, 13 Jul 2005 12:40:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCeh1F055486; Wed, 13 Jul 2005 12:40:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCehA0055485; Wed, 13 Jul 2005 12:40:43 GMT (envelope-from erwin) Message-Id: <200507131240.j6DCehA0055485@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Jul 2005 12:40: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/mail Makefile ports/mail/p5-Sendmail-AccessDB 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, 13 Jul 2005 12:40:43 -0000 erwin 2005-07-13 12:40:43 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Sendmail-AccessDB Makefile distinfo pkg-descr pkg-plist Log: Add p5-Sendmail-AccessDB 0.09, perl5 interface to the Sendmail access.db list. PR: ports/82772 Submitted by: Emanuel Haupt Revision Changes Path 1.666 +1 -0 ports/mail/Makefile 1.1 +31 -0 ports/mail/p5-Sendmail-AccessDB/Makefile (new) 1.1 +2 -0 ports/mail/p5-Sendmail-AccessDB/distinfo (new) 1.1 +10 -0 ports/mail/p5-Sendmail-AccessDB/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-Sendmail-AccessDB/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:40:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B5016A41C; Wed, 13 Jul 2005 12:40:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1695D43D45; Wed, 13 Jul 2005 12:40:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCevWK055536; Wed, 13 Jul 2005 12:40:57 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCevQf055535; Wed, 13 Jul 2005 12:40:57 GMT (envelope-from erwin) Message-Id: <200507131240.j6DCevQf055535@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 13 Jul 2005 12:40: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, 13 Jul 2005 12:40:58 -0000 erwin 2005-07-13 12:40:57 UTC FreeBSD ports repository Modified files: . modules Log: p5-Sendmail-AccessDB --> ports/mail/p5-Sendmail-AccessDB Revision Changes Path 1.12815 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:45:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ACB116A41C; Wed, 13 Jul 2005 12:45:57 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C12B43D46; Wed, 13 Jul 2005 12:45:57 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DCjvq0055777; Wed, 13 Jul 2005 12:45:57 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DCjvrr055776; Wed, 13 Jul 2005 12:45:57 GMT (envelope-from skv) Message-Id: <200507131245.j6DCjvrr055776@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 13 Jul 2005 12:45: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/mail/libdomainkeys Makefile distinfo pkg-plist ports/mail/libdomainkeys/files 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, 13 Jul 2005 12:45:57 -0000 skv 2005-07-13 12:45:57 UTC FreeBSD ports repository Modified files: mail/libdomainkeys Makefile distinfo pkg-plist mail/libdomainkeys/files Makefile Log: Update to 0.66 Patch by: Ian Freislich Revision Changes Path 1.2 +2 -2 ports/mail/libdomainkeys/Makefile 1.2 +2 -2 ports/mail/libdomainkeys/distinfo 1.2 +2 -2 ports/mail/libdomainkeys/files/Makefile 1.2 +1 -0 ports/mail/libdomainkeys/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 12:57:50 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E573716A41C; Wed, 13 Jul 2005 12:57:50 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5ADC43D49; Wed, 13 Jul 2005 12:57:49 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 5C10C2794E; Wed, 13 Jul 2005 14:57:48 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 3FD3D5FC2; Wed, 13 Jul 2005 14:57:48 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-197-204.arcor-ip.net [213.23.197.204]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id D47B327ADF; Wed, 13 Jul 2005 14:57:47 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6DCvio3062560 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 13 Jul 2005 14:57:45 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 14:57:36 +0200 User-Agent: KMail/1.8.1 References: <200507101707.j6AH7HKS016896@repoman.freebsd.org> <20050713123230.GG51345@mich2.itxmarket.com> In-Reply-To: <20050713123230.GG51345@mich2.itxmarket.com> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-toolkits/py-qt 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, 13 Jul 2005 12:57:51 -0000 --nextPart2937304.GpvJaxNWKT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday, 13. July 2005 14:32, Michael L. Hostbaek wrote: > Michael Nottebrock (lofi) writes: > > lofi 2005-07-10 17:07:17 UTC > > > > Modified files: > > x11-toolkits/py-qt Makefile distinfo pkg-plist > > Log: > > Update to new version (snapshot) > > > > PR: ports/83204 > > This also closes ports/83357 Uh, no it doesn't. But thanks for pointing the PR out to me. :) =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart2937304.GpvJaxNWKT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1Q/FXhc68WspdLARAs/nAJ9mMNowU/h1lM9b4GO+OCEiVPVwIACeI7Jx XorNigiZG7efsBqPsAjj1qs= =bdqV -----END PGP SIGNATURE----- --nextPart2937304.GpvJaxNWKT-- From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:00:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C1F16A41C; Wed, 13 Jul 2005 13:00:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B0E43D45; Wed, 13 Jul 2005 13:00:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DD0N4I063240; Wed, 13 Jul 2005 13:00:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DD0Nix063239; Wed, 13 Jul 2005 13:00:23 GMT (envelope-from pav) Message-Id: <200507131300.j6DD0Nix063239@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:00: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/games Makefile ports/games/alienblaster 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, 13 Jul 2005 13:00:24 -0000 pav 2005-07-13 13:00:23 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/alienblaster Makefile distinfo pkg-descr pkg-plist Log: Alien Blaster Your mission is simple: stop the invasion of the aliens and blast them! PR: ports/83193 Submitted by: Alejandro Pulver Revision Changes Path 1.778 +1 -0 ports/games/Makefile 1.1 +60 -0 ports/games/alienblaster/Makefile (new) 1.1 +2 -0 ports/games/alienblaster/distinfo (new) 1.1 +21 -0 ports/games/alienblaster/pkg-descr (new) 1.1 +139 -0 ports/games/alienblaster/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:01:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E955816A41C; Wed, 13 Jul 2005 13:01:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867A743D45; Wed, 13 Jul 2005 13:01:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DD1S0w063370; Wed, 13 Jul 2005 13:01:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DD1Sfe063369; Wed, 13 Jul 2005 13:01:28 GMT (envelope-from pav) Message-Id: <200507131301.j6DD1Sfe063369@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:01: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: 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, 13 Jul 2005 13:01:29 -0000 pav 2005-07-13 13:01:28 UTC FreeBSD ports repository Modified files: . modules Log: alienblaster --> ports/games/alienblaster Revision Changes Path 1.12816 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:06:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA2316A41C; Wed, 13 Jul 2005 13:06:57 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CAD43D45; Wed, 13 Jul 2005 13:06:57 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DD6uai063600; Wed, 13 Jul 2005 13:06:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DD6uEW063599; Wed, 13 Jul 2005 13:06:56 GMT (envelope-from lofi) Message-Id: <200507131306.j6DD6uEW063599@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 13 Jul 2005 13:06: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/x11-toolkits/py-qt 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, 13 Jul 2005 13:06:57 -0000 lofi 2005-07-13 13:06:56 UTC FreeBSD ports repository Modified files: x11-toolkits/py-qt Makefile distinfo pkg-plist Log: * Update to latest snapshot, in line with sip, qscintilla. * Remove $PREFIX/share/sip from @rmdir section in plist (belongs in sip port) Submitted by: maintainer Revision Changes Path 1.37 +3 -3 ports/x11-toolkits/py-qt/Makefile 1.20 +2 -2 ports/x11-toolkits/py-qt/distinfo 1.21 +0 -1 ports/x11-toolkits/py-qt/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:09:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C64DC16A41C; Wed, 13 Jul 2005 13:09:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C2F43D45; Wed, 13 Jul 2005 13:09:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DD9153063686; Wed, 13 Jul 2005 13:09:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DD9140063685; Wed, 13 Jul 2005 13:09:01 GMT (envelope-from pav) Message-Id: <200507131309.j6DD9140063685@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:09: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/zope 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, 13 Jul 2005 13:09:01 -0000 pav 2005-07-13 13:09:01 UTC FreeBSD ports repository Modified files: www/zope Makefile distinfo Log: - Update to 2.7.7 PR: ports/83377 Submitted by: HAYASHI Yasushi Approved by: Gerhard Schmidt (maintainer) Revision Changes Path 1.69 +1 -1 ports/www/zope/Makefile 1.35 +2 -2 ports/www/zope/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:15:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 010AC16A41C; Wed, 13 Jul 2005 13:15:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAA743D45; Wed, 13 Jul 2005 13:15:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDFMQF064000; Wed, 13 Jul 2005 13:15:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDFMB7063999; Wed, 13 Jul 2005 13:15:22 GMT (envelope-from rwatson) Message-Id: <200507131315.j6DDFMB7063999@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Jul 2005 13:15: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/gen sem_init.3 sem_post.3 sem_wait.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 13:15:23 -0000 rwatson 2005-07-13 13:15:22 UTC FreeBSD src repository Modified files: lib/libc/gen sem_init.3 sem_post.3 sem_wait.3 Log: Cross-reference sem_getvalue(3) from several other semaphore-related functions. MFC after: 3 days Revision Changes Path 1.18 +1 -0 src/lib/libc/gen/sem_init.3 1.15 +1 -0 src/lib/libc/gen/sem_post.3 1.13 +1 -0 src/lib/libc/gen/sem_wait.3 From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:18:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4395916A41C; Wed, 13 Jul 2005 13:18:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEF943D45; Wed, 13 Jul 2005 13:18:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDIHOU064109; Wed, 13 Jul 2005 13:18:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDIHLf064108; Wed, 13 Jul 2005 13:18:17 GMT (envelope-from rwatson) Message-Id: <200507131318.j6DDIHLf064108@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Jul 2005 13:18: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/usr.sbin/pmcstat pmcstat.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, 13 Jul 2005 13:18:18 -0000 rwatson 2005-07-13 13:18:17 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.8 Log: Fix spelling error in sample command. MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/usr.sbin/pmcstat/pmcstat.8 From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:28:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904AD16A41C; Wed, 13 Jul 2005 13:28:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE1A43D45; Wed, 13 Jul 2005 13:28:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDSbM6064555; Wed, 13 Jul 2005 13:28:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDSb1Q064548; Wed, 13 Jul 2005 13:28:37 GMT (envelope-from pav) Message-Id: <200507131328.j6DDSb1Q064548@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:28: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 Makefile ports/audio/aylet Makefile distinfo pkg-descr pkg-message ports/audio/xaylet 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, 13 Jul 2005 13:28:37 -0000 pav 2005-07-13 13:28:36 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/aylet Makefile distinfo pkg-descr pkg-message audio/xaylet Makefile pkg-descr Log: Aylet/Xaylet plays music files in the `.ay' format. These files are essentially wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum 128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound chip. Files using the Amstrad CPC ports are also supported. PR: ports/83216 Submitted by: Emanuel Haupt Revision Changes Path 1.641 +2 -0 ports/audio/Makefile 1.1 +52 -0 ports/audio/aylet/Makefile (new) 1.1 +2 -0 ports/audio/aylet/distinfo (new) 1.1 +11 -0 ports/audio/aylet/pkg-descr (new) 1.1 +4 -0 ports/audio/aylet/pkg-message (new) 1.1 +32 -0 ports/audio/xaylet/Makefile (new) 1.1 +11 -0 ports/audio/xaylet/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:29:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E2016A41C; Wed, 13 Jul 2005 13:29:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53BFF43D48; Wed, 13 Jul 2005 13:29:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDTebA064632; Wed, 13 Jul 2005 13:29:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDTemV064631; Wed, 13 Jul 2005 13:29:40 GMT (envelope-from pav) Message-Id: <200507131329.j6DDTemV064631@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:29: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: Wed, 13 Jul 2005 13:29:40 -0000 pav 2005-07-13 13:29:40 UTC FreeBSD ports repository Modified files: . modules Log: aylet --> ports/audio/aylet xaylet --> ports/audio/xaylet Revision Changes Path 1.12817 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:38:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13BDA16A41C; Wed, 13 Jul 2005 13:38:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EF443D45; Wed, 13 Jul 2005 13:38:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDc8Hj064976; Wed, 13 Jul 2005 13:38:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDc8Xa064975; Wed, 13 Jul 2005 13:38:08 GMT (envelope-from pav) Message-Id: <200507131338.j6DDc8Xa064975@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:38: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/lang/sdcc-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: Wed, 13 Jul 2005 13:38:09 -0000 pav 2005-07-13 13:38:08 UTC FreeBSD ports repository Modified files: lang/sdcc-devel Makefile distinfo pkg-plist Log: - Update to 2.5.1.2005.07.09 PR: ports/83215 Submitted by: Tijl Coosemans (maintainer) Revision Changes Path 1.4 +2 -2 ports/lang/sdcc-devel/Makefile 1.3 +2 -2 ports/lang/sdcc-devel/distinfo 1.4 +13 -2 ports/lang/sdcc-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:42:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3931516A41F; Wed, 13 Jul 2005 13:42:27 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015DD43D4C; Wed, 13 Jul 2005 13:42:27 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDgQvC065202; Wed, 13 Jul 2005 13:42:26 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDgQQF065201; Wed, 13 Jul 2005 13:42:26 GMT (envelope-from mich) Message-Id: <200507131342.j6DDgQQF065201@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 13:42: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 Makefile ports/audio/ogg2mp3 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, 13 Jul 2005 13:42:27 -0000 mich 2005-07-13 13:42:26 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/ogg2mp3 Makefile distinfo pkg-descr Log: New port audio/ogg2mp3 is a perl script that helps creating mp3s from existing ogg files. Useful especially for users of mp3players without ogg support PR: ports/82663 Submitted by: Aleksander Fafula Revision Changes Path 1.642 +1 -0 ports/audio/Makefile 1.1 +32 -0 ports/audio/ogg2mp3/Makefile (new) 1.1 +2 -0 ports/audio/ogg2mp3/distinfo (new) 1.1 +3 -0 ports/audio/ogg2mp3/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:42:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E6E16A41C; Wed, 13 Jul 2005 13:42:37 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 219C243D4C; Wed, 13 Jul 2005 13:42:37 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDgao1065248; Wed, 13 Jul 2005 13:42:36 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDgak5065247; Wed, 13 Jul 2005 13:42:36 GMT (envelope-from mich) Message-Id: <200507131342.j6DDgak5065247@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 13 Jul 2005 13:42: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: Wed, 13 Jul 2005 13:42:37 -0000 mich 2005-07-13 13:42:36 UTC FreeBSD ports repository Modified files: . modules Log: ogg2mp3 --> ports/audio/ogg2mp3 Revision Changes Path 1.12818 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:44:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35C116A41C; Wed, 13 Jul 2005 13:44:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4B43D46; Wed, 13 Jul 2005 13:44:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDiVXa065363; Wed, 13 Jul 2005 13:44:31 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDiVH0065362; Wed, 13 Jul 2005 13:44:31 GMT (envelope-from jylefort) Message-Id: <200507131344.j6DDiVH0065362@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 13 Jul 2005 13:44: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/games/linux-virtual-jay-peak 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, 13 Jul 2005 13:44:31 -0000 jylefort 2005-07-13 13:44:31 UTC FreeBSD ports repository Modified files: games/linux-virtual-jay-peak Makefile Log: Use linux_dri or nvidia-driver rather than linux_mesa3. Submitted by: Ulrich Spoerlein Revision Changes Path 1.3 +5 -1 ports/games/linux-virtual-jay-peak/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 13:59:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DA216A41C; Wed, 13 Jul 2005 13:59:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CD543D46; Wed, 13 Jul 2005 13:59:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDxiZK065957; Wed, 13 Jul 2005 13:59:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDxiYX065956; Wed, 13 Jul 2005 13:59:44 GMT (envelope-from pav) Message-Id: <200507131359.j6DDxiYX065956@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 13:59: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/games Makefile ports/games/anagramarama Makefile distinfo pkg-descr pkg-plist ports/games/anagramarama/files patch-makefile patch-src-ag.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, 13 Jul 2005 13:59:45 -0000 pav 2005-07-13 13:59:44 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/anagramarama Makefile distinfo pkg-descr pkg-plist games/anagramarama/files patch-makefile patch-src-ag.c Log: Anagramarama - a FREE* word game for Linux, Windows and BeOS. The aim is to find as many words as possible in the time available. Get the longest word and you'll advance to the next level. PR: ports/83221 Submitted by: Alejandro Pulver Revision Changes Path 1.779 +1 -0 ports/games/Makefile 1.1 +70 -0 ports/games/anagramarama/Makefile (new) 1.1 +2 -0 ports/games/anagramarama/distinfo (new) 1.1 +37 -0 ports/games/anagramarama/files/patch-makefile (new) 1.1 +28 -0 ports/games/anagramarama/files/patch-src-ag.c (new) 1.1 +13 -0 ports/games/anagramarama/pkg-descr (new) 1.1 +18 -0 ports/games/anagramarama/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:01:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9A316A41C; Wed, 13 Jul 2005 14:01:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4919943D53; Wed, 13 Jul 2005 14:01:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DE1E16066098; Wed, 13 Jul 2005 14:01:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DE1Er2066097; Wed, 13 Jul 2005 14:01:14 GMT (envelope-from pav) Message-Id: <200507131401.j6DE1Er2066097@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:01: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: Wed, 13 Jul 2005 14:01:14 -0000 pav 2005-07-13 14:01:14 UTC FreeBSD ports repository Modified files: . modules Log: anagramarama --> ports/games/anagramarama Revision Changes Path 1.12819 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:06:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A8116A41C; Wed, 13 Jul 2005 14:06:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C9443D45; Wed, 13 Jul 2005 14:06:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DE6Dpp066314; Wed, 13 Jul 2005 14:06:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DE6DLv066313; Wed, 13 Jul 2005 14:06:13 GMT (envelope-from glebius) Message-Id: <200507131406.j6DE6DLv066313@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 13 Jul 2005 14:06: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/pci if_xl.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, 13 Jul 2005 14:06:14 -0000 glebius 2005-07-13 14:06:13 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: NET_LOCK_GIANT() when entering network code. Pointy hat to: glebius Reported by: rodrigc Revision Changes Path 1.191 +2 -0 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:07:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22A716A41C; Wed, 13 Jul 2005 14:07:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D9343D45; Wed, 13 Jul 2005 14:07:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DE7feC066450; Wed, 13 Jul 2005 14:07:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DE7fYU066449; Wed, 13 Jul 2005 14:07:41 GMT (envelope-from pav) Message-Id: <200507131407.j6DE7fYU066449@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:07: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/games Makefile ports/games/atris Makefile distinfo pkg-descr pkg-plist ports/games/atris-sounds 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, 13 Jul 2005 14:07:41 -0000 pav 2005-07-13 14:07:41 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/atris Makefile distinfo pkg-descr pkg-plist games/atris-sounds Makefile distinfo pkg-descr pkg-plist Log: Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS systems. It includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. It was written using the SDL Library. PR: ports/83202, ports/83207 Submitted by: Alejandro Pulver Revision Changes Path 1.780 +2 -0 ports/games/Makefile 1.1 +30 -0 ports/games/atris-sounds/Makefile (new) 1.1 +2 -0 ports/games/atris-sounds/distinfo (new) 1.1 +9 -0 ports/games/atris-sounds/pkg-descr (new) 1.1 +65 -0 ports/games/atris-sounds/pkg-plist (new) 1.1 +46 -0 ports/games/atris/Makefile (new) 1.1 +2 -0 ports/games/atris/distinfo (new) 1.1 +9 -0 ports/games/atris/pkg-descr (new) 1.1 +150 -0 ports/games/atris/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:08:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2499616A41C; Wed, 13 Jul 2005 14:08:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2A143D48; Wed, 13 Jul 2005 14:08:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DE8jKe066501; Wed, 13 Jul 2005 14:08:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DE8jW4066500; Wed, 13 Jul 2005 14:08:45 GMT (envelope-from pav) Message-Id: <200507131408.j6DE8jW4066500@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:08: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: 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, 13 Jul 2005 14:08:46 -0000 pav 2005-07-13 14:08:45 UTC FreeBSD ports repository Modified files: . modules Log: atris --> ports/games/atris atris-sounds --> ports/games/atris-sounds Revision Changes Path 1.12820 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:17:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F64C16A41C; Wed, 13 Jul 2005 14:17:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06ABA43D46; Wed, 13 Jul 2005 14:17:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEHcS5066918; Wed, 13 Jul 2005 14:17:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEHcsr066917; Wed, 13 Jul 2005 14:17:38 GMT (envelope-from pav) Message-Id: <200507131417.j6DEHcsr066917@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14: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/sysutils/logrotate 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, 13 Jul 2005 14:17:39 -0000 pav 2005-07-13 14:17:38 UTC FreeBSD ports repository Modified files: sysutils/logrotate Makefile distinfo Log: - Update to debian patch 5 PR: ports/83337 Submitted by: Bal?zs Nagy (maintainer) Revision Changes Path 1.21 +2 -2 ports/sysutils/logrotate/Makefile 1.7 +2 -2 ports/sysutils/logrotate/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:28:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA9016A41C; Wed, 13 Jul 2005 14:28:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6273D43D45; Wed, 13 Jul 2005 14:28:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DES9uG067295; Wed, 13 Jul 2005 14:28:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DES8Lg067294; Wed, 13 Jul 2005 14:28:08 GMT (envelope-from pav) Message-Id: <200507131428.j6DES8Lg067294@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:28: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/x11/ggiterm Makefile distinfo pkg-plist ports/x11/ggiterm/files patch-ggiterm.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, 13 Jul 2005 14:28:09 -0000 pav 2005-07-13 14:28:08 UTC FreeBSD ports repository Modified files: x11/ggiterm Makefile distinfo pkg-plist Removed files: x11/ggiterm/files patch-ggiterm.c Log: - Update to 0.7.1 - Take maintainership PR: ports/83190 Submitted by: Antoine Brodin Revision Changes Path 1.7 +3 -8 ports/x11/ggiterm/Makefile 1.4 +2 -2 ports/x11/ggiterm/distinfo 1.3 +0 -20 ports/x11/ggiterm/files/patch-ggiterm.c (dead) 1.2 +3 -0 ports/x11/ggiterm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:34:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64CE416A420; Wed, 13 Jul 2005 14:34:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D18443D49; Wed, 13 Jul 2005 14:34:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEYQpA067596; Wed, 13 Jul 2005 14:34:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEYQw3067595; Wed, 13 Jul 2005 14:34:26 GMT (envelope-from pav) Message-Id: <200507131434.j6DEYQw3067595@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:34: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 MOVED ports/www Makefile ports/www/wmnetselect Makefile distinfo pkg-descr ports/www/wmnetselect/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:34:26 -0000 pav 2005-07-13 14:34:26 UTC FreeBSD ports repository Modified files: . MOVED www Makefile Removed files: www/wmnetselect Makefile distinfo pkg-descr www/wmnetselect/files patch-aa Log: - Remove www/wmnetselect, it's dead (last release 2000), no longer useful and unfetchable PR: ports/83184 Submitted by: David McNett (maintainer) Revision Changes Path 1.714 +2 -1 ports/MOVED 1.1132 +0 -1 ports/www/Makefile 1.10 +0 -23 ports/www/wmnetselect/Makefile (dead) 1.4 +0 -2 ports/www/wmnetselect/distinfo (dead) 1.2 +0 -8 ports/www/wmnetselect/files/patch-aa (dead) 1.3 +0 -15 ports/www/wmnetselect/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:34:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B837316A41F; Wed, 13 Jul 2005 14:34:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B4843D64; Wed, 13 Jul 2005 14:34:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEYmTK067630; Wed, 13 Jul 2005 14:34:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEYmOc067629; Wed, 13 Jul 2005 14:34:48 GMT (envelope-from pav) Message-Id: <200507131434.j6DEYmOc067629@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:34: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, 13 Jul 2005 14:34:53 -0000 pav 2005-07-13 14:34:48 UTC FreeBSD ports repository Modified files: . modules Log: wmnetselect gone Revision Changes Path 1.12821 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:41:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F04316A41C; Wed, 13 Jul 2005 14:41:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EB743D45; Wed, 13 Jul 2005 14:41:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEfgH9069958; Wed, 13 Jul 2005 14:41:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEfgq5069957; Wed, 13 Jul 2005 14:41:42 GMT (envelope-from pav) Message-Id: <200507131441.j6DEfgq5069957@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 14:41: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/irc/irc 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, 13 Jul 2005 14:41:43 -0000 pav 2005-07-13 14:41:42 UTC FreeBSD ports repository Modified files: irc/irc Makefile distinfo Log: - Update to 2.11.1p1 PR: ports/83176 Submitted by: Krzysztof Kowalik Revision Changes Path 1.43 +2 -2 ports/irc/irc/Makefile 1.14 +2 -2 ports/irc/irc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:49:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C4E16A41C; Wed, 13 Jul 2005 14:49:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FF543D46; Wed, 13 Jul 2005 14:49:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEn77C070258; Wed, 13 Jul 2005 14:49:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEn7ex070257; Wed, 13 Jul 2005 14:49:07 GMT (envelope-from imp) Message-Id: <200507131449.j6DEn7ex070257@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:49:06 +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/sn ositech.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, 13 Jul 2005 14:49:07 -0000 imp 2005-07-13 14:49:06 UTC FreeBSD src repository Added files: sys/dev/sn ositech.h Log: Commit firmware that the xilinx on the Ositech Seven of Diamonds and a few other cards need. This firmware was obtained from the Linux pcmica-cs project, but Ositech Communications, Inc has been kind enough to grant permission to change the license to a pure BSDL type. Revision Changes Path 1.1 +382 -0 src/sys/dev/sn/ositech.h (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:50:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E07816A41C; Wed, 13 Jul 2005 14:50:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439D343D48; Wed, 13 Jul 2005 14:50:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEolIl070430; Wed, 13 Jul 2005 14:50:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEolMg070429; Wed, 13 Jul 2005 14:50:47 GMT (envelope-from imp) Message-Id: <200507131450.j6DEolMg070429@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:50: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/pccard pccarddevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:50:47 -0000 imp 2005-07-13 14:50:47 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Add a couple of other products, tweak a few descriptions. Revision Changes Path 1.110 +5 -1 src/sys/dev/pccard/pccarddevs From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:52:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A851F16A41C; Wed, 13 Jul 2005 14:52:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F01243D45; Wed, 13 Jul 2005 14:52:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEqm63070523; Wed, 13 Jul 2005 14:52:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEqm2N070522; Wed, 13 Jul 2005 14:52:48 GMT (envelope-from imp) Message-Id: <200507131452.j6DEqm2N070522@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:52: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/dev/sn if_sn_pccard.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, 13 Jul 2005 14:52:48 -0000 imp 2005-07-13 14:52:48 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Comment out a few entries in the sn_pccard_products table until support for them can really be added. Eliminate the check for network card, because many of the cards in the commented out section are combo cards and report themselves as either multifunction or modem. They will be added back as I obtain hardware and test them more fully. Revision Changes Path 1.33 +40 -27 src/sys/dev/sn/if_sn_pccard.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:53:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B6116A41C; Wed, 13 Jul 2005 14:53:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560DC43D4C; Wed, 13 Jul 2005 14:53:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DErcfN070599; Wed, 13 Jul 2005 14:53:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DErcqt070598; Wed, 13 Jul 2005 14:53:38 GMT (envelope-from imp) Message-Id: <200507131453.j6DErcqt070598@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:53: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/modules/ed 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, 13 Jul 2005 14:53:38 -0000 imp 2005-07-13 14:53:38 UTC FreeBSD src repository Modified files: sys/modules/ed Makefile Log: Minor reorg to have each bus' files on one line. Revision Changes Path 1.10 +5 -4 src/sys/modules/ed/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:54:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710C316A41C; Wed, 13 Jul 2005 14:54:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361D543D4C; Wed, 13 Jul 2005 14:54:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEs0NA070639; Wed, 13 Jul 2005 14:54:00 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEs0FR070638; Wed, 13 Jul 2005 14:54:00 GMT (envelope-from imp) Message-Id: <200507131454.j6DEs0FR070638@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:54: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/modules/ep 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, 13 Jul 2005 14:54:00 -0000 imp 2005-07-13 14:54:00 UTC FreeBSD src repository Modified files: sys/modules/ep Makefile Log: Minor reorg to keep each bus' files on one line Revision Changes Path 1.9 +4 -3 src/sys/modules/ep/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:54:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB4316A41C; Wed, 13 Jul 2005 14:54:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EFC43D46; Wed, 13 Jul 2005 14:54:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEseWI070693; Wed, 13 Jul 2005 14:54:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEseE3070692; Wed, 13 Jul 2005 14:54:40 GMT (envelope-from imp) Message-Id: <200507131454.j6DEseE3070692@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:54: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/dev/ep if_epvar.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, 13 Jul 2005 14:54:40 -0000 imp 2005-07-13 14:54:40 UTC FreeBSD src repository Modified files: sys/dev/ep if_epvar.h Log: Nits Revision Changes Path 1.19 +0 -1 src/sys/dev/ep/if_epvar.h From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:57:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFDC16A41F; Wed, 13 Jul 2005 14:57:25 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068B743D5D; Wed, 13 Jul 2005 14:57:25 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEvOV9070989; Wed, 13 Jul 2005 14:57:24 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEvOGH070988; Wed, 13 Jul 2005 14:57:24 GMT (envelope-from osa) Message-Id: <200507131457.j6DEvOGH070988@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 13 Jul 2005 14:57:24 +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/releng index.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, 13 Jul 2005 14:57:25 -0000 osa 2005-07-13 14:57:24 UTC FreeBSD doc repository (ports committer) Modified files: en/releng index.sgml Log: Change status of HEAD from Frozen to Open. Add RELENG_6's status, now is Frozen. Original mail from: scottl Approved by: re (hrs) Revision Changes Path 1.150 +9 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:57:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38FF16A41C; Wed, 13 Jul 2005 14:57:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8650D43D48; Wed, 13 Jul 2005 14:57:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEva9S071023; Wed, 13 Jul 2005 14:57:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEvaou071022; Wed, 13 Jul 2005 14:57:36 GMT (envelope-from imp) Message-Id: <200507131457.j6DEvaou071022@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:57: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/xe if_xe.c if_xe_pccard.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, 13 Jul 2005 14:57:36 -0000 imp 2005-07-13 14:57:36 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c if_xe_pccard.c Log: Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe and combine the old xe_pccard_{probe,attach} into one routine _attach. Create a lookup function to lookup items in the table. Eliminate the check for network cards, since many modems were eliminated by it. Tweak a few printfs as well. This gets many of my older cards working again CEM2, CEM28, CEM36, etc. Revision Changes Path 1.56 +4 -9 src/sys/dev/xe/if_xe.c 1.27 +57 -91 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 14:59:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E5D16A41C; Wed, 13 Jul 2005 14:59:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4425F43D4C; Wed, 13 Jul 2005 14:59:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEx6lN071146; Wed, 13 Jul 2005 14:59:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEx6OT071145; Wed, 13 Jul 2005 14:59:06 GMT (envelope-from imp) Message-Id: <200507131459.j6DEx6OT071145@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:59:06 +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/pccard pccard_cis.c pccard_cis.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, 13 Jul 2005 14:59:06 -0000 imp 2005-07-13 14:59:06 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c pccard_cis.h Log: The supposed OLD STYLE network MAC id tuple was really just a buggy expression in the card in question. Since that driver uses a different mechanism, retire the workaround for this bug. Revision Changes Path 1.35 +1 -13 src/sys/dev/pccard/pccard_cis.c 1.4 +0 -1 src/sys/dev/pccard/pccard_cis.h From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:01:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0F016A41C; Wed, 13 Jul 2005 15:01:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D8043D48; Wed, 13 Jul 2005 15:00:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF0xEE071286; Wed, 13 Jul 2005 15:00:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF0xnc071285; Wed, 13 Jul 2005 15:00:59 GMT (envelope-from imp) Message-Id: <200507131500.j6DF0xnc071285@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 15:00: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/dev/pccard pccard.c pccardvar.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, 13 Jul 2005 15:01:00 -0000 imp 2005-07-13 15:00:59 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccardvar.h Log: o Check to make sure the card has a function (panic if not) in read_ivar. o Use pf more consistantly for pccard_function. o Make sure we quote the strings properly (maybe this function belongs in subr_bus.c) o Tweak a comment to be more accurate after code changed. Revision Changes Path 1.106 +64 -44 src/sys/dev/pccard/pccard.c 1.54 +1 -1 src/sys/dev/pccard/pccardvar.h From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:05:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F5516A41C; Wed, 13 Jul 2005 15:05:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E5F143D49; Wed, 13 Jul 2005 15:05:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF5lo7071571; Wed, 13 Jul 2005 15:05:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF5lZP071570; Wed, 13 Jul 2005 15:05:47 GMT (envelope-from pav) Message-Id: <200507131505.j6DF5lZP071570@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 15:05: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/irc/py-supybot 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, 13 Jul 2005 15:05:48 -0000 pav 2005-07-13 15:05:47 UTC FreeBSD ports repository Modified files: irc/py-supybot pkg-plist Log: - Fix empty directories Revision Changes Path 1.4 +2 -0 ports/irc/py-supybot/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:06:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C4616A41C; Wed, 13 Jul 2005 15:06:07 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA18443D49; Wed, 13 Jul 2005 15:06:06 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF66kf071603; Wed, 13 Jul 2005 15:06:06 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF6692071602; Wed, 13 Jul 2005 15:06:06 GMT (envelope-from den) Message-Id: <200507131506.j6DF6692071602@repoman.freebsd.org> From: Denis Peplin Date: Wed, 13 Jul 2005 15:06:06 +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/ru_RU.KOI8-R/articles/releng Makefile 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: Wed, 13 Jul 2005 15:06:07 -0000 den 2005-07-13 15:06:06 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/releng Makefile article.sgml Log: Merge the following from the English version: 1.14 -> 1.15 Makefile 1.60 -> 1.67 article.sgml Submitted by: Vitaly Bogdanov Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +3 -2 doc/ru_RU.KOI8-R/articles/releng/Makefile 1.7 +49 -8 doc/ru_RU.KOI8-R/articles/releng/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:06:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A2316A41C; Wed, 13 Jul 2005 15:06:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E18543D49; Wed, 13 Jul 2005 15:06:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF6uZm071685; Wed, 13 Jul 2005 15:06:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF6uEK071684; Wed, 13 Jul 2005 15:06:56 GMT (envelope-from pav) Message-Id: <200507131506.j6DF6uEK071684@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 15:06: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/irc Makefile ports/irc/py-supybot-plugins 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, 13 Jul 2005 15:06:57 -0000 pav 2005-07-13 15:06:56 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/py-supybot-plugins Makefile distinfo pkg-descr pkg-plist Log: This is plugin pack for Supybot, IRC robot. These plugins allows Supybot to search Freshmeat, Sourceforge, Debian, Weather, Ebay doing channel polls and more. PR: ports/83382 Submitted by: Radim Kolar Revision Changes Path 1.123 +1 -0 ports/irc/Makefile 1.1 +33 -0 ports/irc/py-supybot-plugins/Makefile (new) 1.1 +2 -0 ports/irc/py-supybot-plugins/distinfo (new) 1.1 +5 -0 ports/irc/py-supybot-plugins/pkg-descr (new) 1.1 +675 -0 ports/irc/py-supybot-plugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:07:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D1F16A41C; Wed, 13 Jul 2005 15:07:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF08543D49; Wed, 13 Jul 2005 15:07:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF7YPR071738; Wed, 13 Jul 2005 15:07:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF7YsJ071737; Wed, 13 Jul 2005 15:07:34 GMT (envelope-from pav) Message-Id: <200507131507.j6DF7YsJ071737@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 15:07: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: 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, 13 Jul 2005 15:07:35 -0000 pav 2005-07-13 15:07:34 UTC FreeBSD ports repository Modified files: . modules Log: py-supybot-plugins --> ports/irc/py-supybot-plugins Revision Changes Path 1.12822 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:12:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AE716A41C; Wed, 13 Jul 2005 15:12:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC8A43D46; Wed, 13 Jul 2005 15:12:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFCJsH071940; Wed, 13 Jul 2005 15:12:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFCJAh071939; Wed, 13 Jul 2005 15:12:19 GMT (envelope-from jhb) Message-Id: <200507131512.j6DFCJAh071939@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:12: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/compat/freebsd32 freebsd32_misc.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, 13 Jul 2005 15:12:19 -0000 jhb 2005-07-13 15:12:19 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for now since it calls into VFS and VM. This makes the freebsd32_mmap() routine MP safe and the extra Giants here can be revisited later. Glanced at by: marcel MFC after: 3 days Revision Changes Path 1.39 +6 -1 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:14:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C96A16A41C; Wed, 13 Jul 2005 15:14:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1095D43D46; Wed, 13 Jul 2005 15:14:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFEX3A072038; Wed, 13 Jul 2005 15:14:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFEX2h072037; Wed, 13 Jul 2005 15:14:33 GMT (envelope-from jhb) Message-Id: <200507131514.j6DFEX2h072037@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:14: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/compat/svr4 svr4.h svr4_stream.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, 13 Jul 2005 15:14:34 -0000 jhb 2005-07-13 15:14:33 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4.h svr4_stream.c syscalls.master Log: - Stop hardcoding #define's for options and use the appropriate opt_foo.h headers instead. - Hook up the IPC SVR4 syscalls. MFC after: 3 days Revision Changes Path 1.9 +0 -12 src/sys/compat/svr4/svr4.h 1.54 +2 -2 src/sys/compat/svr4/svr4_stream.c 1.18 +5 -8 src/sys/compat/svr4/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:14:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DFF16A41C; Wed, 13 Jul 2005 15:14:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973F943D45; Wed, 13 Jul 2005 15:14:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFEsDp072105; Wed, 13 Jul 2005 15:14:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFEsMW072104; Wed, 13 Jul 2005 15:14:54 GMT (envelope-from jhb) Message-Id: <200507131514.j6DFEsMW072104@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:14: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/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_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, 13 Jul 2005 15:14:55 -0000 jhb 2005-07-13 15:14:54 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c Log: Regen. Revision Changes Path 1.18 +17 -13 src/sys/compat/svr4/svr4_proto.h 1.16 +3 -1 src/sys/compat/svr4/svr4_syscall.h 1.16 +3 -7 src/sys/compat/svr4/svr4_syscallnames.c 1.17 +3 -7 src/sys/compat/svr4/svr4_sysent.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:17:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DF916A41C; Wed, 13 Jul 2005 15:17:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D0C43D45; Wed, 13 Jul 2005 15:17:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFHsNo072329; Wed, 13 Jul 2005 15:17:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFHs8j072328; Wed, 13 Jul 2005 15:17:54 GMT (envelope-from jhb) Message-Id: <200507131517.j6DFHs8j072328@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15: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/sys/dev/sound/isa mss.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, 13 Jul 2005 15:17:55 -0000 jhb 2005-07-13 15:17:54 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI only enumerates PnP ISA-like devices. Reported by: Harry Coin harrycoin at qconline dot com MFC after: 3 days Revision Changes Path 1.96 +0 -1 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:31:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7386216A41C; Wed, 13 Jul 2005 15:31:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D4743D48; Wed, 13 Jul 2005 15:31:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFV2K6072982; Wed, 13 Jul 2005 15:31:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFV2KS072981; Wed, 13 Jul 2005 15:31:02 GMT (envelope-from pav) Message-Id: <200507131531.j6DFV2KS072981@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 15:31: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/math Makefile ports/math/emacs-calc Makefile distinfo pkg-descr pkg-plist ports/math/emacs-calc/files patch-AA-emacs-21.3-PROBLEMS patch-Makefile patch-calc-autoload.el patch-calc.texinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 15:31:02 -0000 pav 2005-07-13 15:31:02 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/emacs-calc Makefile distinfo pkg-descr pkg-plist math/emacs-calc/files patch-AA-emacs-21.3-PROBLEMS patch-Makefile patch-calc-autoload.el patch-calc.texinfo Log: Emacs Calc can do arbitrary precision arithmetic, operations on matrices, complex numbers, calendar dates and various other types, plus symbolic algebra and calculus, graphics, and lots more. Calc also comes with an extensive manual which you can print or read on-line. PR: ports/83238 Submitted by: Andrew Bernard Revision Changes Path 1.331 +1 -0 ports/math/Makefile 1.1 +23 -0 ports/math/emacs-calc/Makefile (new) 1.1 +2 -0 ports/math/emacs-calc/distinfo (new) 1.1 +256 -0 ports/math/emacs-calc/files/patch-AA-emacs-21.3-PROBLEMS (new) 1.1 +55 -0 ports/math/emacs-calc/files/patch-Makefile (new) 1.1 +19 -0 ports/math/emacs-calc/files/patch-calc-autoload.el (new) 1.1 +14 -0 ports/math/emacs-calc/files/patch-calc.texinfo (new) 1.1 +14 -0 ports/math/emacs-calc/pkg-descr (new) 1.1 +47 -0 ports/math/emacs-calc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:31:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1765416A422; Wed, 13 Jul 2005 15:31:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BF543D49; Wed, 13 Jul 2005 15:31:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFViUV073025; Wed, 13 Jul 2005 15:31:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFViuJ073024; Wed, 13 Jul 2005 15:31:44 GMT (envelope-from pav) Message-Id: <200507131531.j6DFViuJ073024@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 15:31: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: Wed, 13 Jul 2005 15:31:45 -0000 pav 2005-07-13 15:31:44 UTC FreeBSD ports repository Modified files: . modules Log: emacs-calc --> ports/math/emacs-calc Revision Changes Path 1.12823 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:41:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159FF16A41C; Wed, 13 Jul 2005 15:41:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC4043D48; Wed, 13 Jul 2005 15:41:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFfGYZ073453; Wed, 13 Jul 2005 15:41:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFfGxG073452; Wed, 13 Jul 2005 15:41:16 GMT (envelope-from jhb) Message-Id: <200507131541.j6DFfGxG073452@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:41: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/i386/pci pci_pir.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, 13 Jul 2005 15:41:17 -0000 jhb 2005-07-13 15:41:16 UTC FreeBSD src repository Modified files: sys/i386/pci pci_pir.c Log: - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS in the PCI config registers) that are > 15 as $PIR can only route PCI interrupts to ISA IRQs which are limited to the 0 to 15 range. - Remove an extra word from a printf. Reported by: othermark atkin901 at yahoo dot com MFC after: 3 days Revision Changes Path 1.118 +10 -1 src/sys/i386/pci/pci_pir.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:43:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF3A316A41C; Wed, 13 Jul 2005 15:43:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885FF43D46; Wed, 13 Jul 2005 15:43:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFhLle073593; Wed, 13 Jul 2005 15:43:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFhL3w073592; Wed, 13 Jul 2005 15:43:21 GMT (envelope-from jhb) Message-Id: <200507131543.j6DFhL3w073592@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:43:21 +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/isa clock.c src/sys/i386/isa clock.c 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: Wed, 13 Jul 2005 15:43:21 -0000 jhb 2005-07-13 15:43:21 UTC FreeBSD src repository Modified files: sys/amd64/isa clock.c sys/i386/isa clock.c sys/pc98/cbus clock.c Log: Fixup some more fallout from the lapic/i8254 changes: - Make sure timer0_max_count is set to a correct value in the lapic case. - Revert i8254_restore() to explicitly reprogram timer 0 rather than calling set_timer_freq() to do it. set_timer_freq() only reprograms the counter if the max count changes which it never does on resume. This unbreaks suspend/resume for several people. Tested by: marks, others Reviewed by: bde MFC after: 3 days Revision Changes Path 1.222 +15 -23 src/sys/amd64/isa/clock.c 1.223 +20 -24 src/sys/i386/isa/clock.c 1.149 +20 -24 src/sys/pc98/cbus/clock.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:44:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F0F16A41C; Wed, 13 Jul 2005 15:44:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06DA43D48; Wed, 13 Jul 2005 15:44:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFirpI073681; Wed, 13 Jul 2005 15:44:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFirSl073680; Wed, 13 Jul 2005 15:44:53 GMT (envelope-from jhb) Message-Id: <200507131544.j6DFirSl073680@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:44: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/dev/advansys adv_isa.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, 13 Jul 2005 15:44:54 -0000 jhb 2005-07-13 15:44:53 UTC FreeBSD src repository Modified files: sys/dev/advansys adv_isa.c Log: Don't try to probe ISA PnP devices for now until this driver can grow a list of known-valid PnP IDs. Discussed with: imp MFC after: 3 days Revision Changes Path 1.29 +6 -0 src/sys/dev/advansys/adv_isa.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:45:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B727D16A41C; Wed, 13 Jul 2005 15:45:11 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A65A43D49; Wed, 13 Jul 2005 15:45:11 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFjBrM073744; Wed, 13 Jul 2005 15:45:11 GMT (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFjBoH073743; Wed, 13 Jul 2005 15:45:11 GMT (envelope-from lev) Message-Id: <200507131545.j6DFjBoH073743@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Wed, 13 Jul 2005 15:45: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/mod_log_sql 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, 13 Jul 2005 15:45:11 -0000 lev 2005-07-13 15:45:11 UTC FreeBSD ports repository Modified files: www/mod_log_sql Makefile Log: (1) New address for download (2) USE_MYSQL Revision Changes Path 1.12 +2 -2 ports/www/mod_log_sql/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 15:56:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8FA16A41C; Wed, 13 Jul 2005 15:56:31 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E02843D46; Wed, 13 Jul 2005 15:56:31 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFuVKb074227; Wed, 13 Jul 2005 15:56:31 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFuVuJ074226; Wed, 13 Jul 2005 15:56:31 GMT (envelope-from gad) Message-Id: <200507131556.j6DFuVuJ074226@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 13 Jul 2005 15:56:30 +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 envopts.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, 13 Jul 2005 15:56:32 -0000 gad 2005-07-13 15:56:30 UTC FreeBSD src repository Modified files: usr.bin/env envopts.c Log: Fix two minor parsing bugs in -S processing: 1) An unquoted space is always a separator, even when not "in_arg". 2) When a new destination buffer must be allocated during variable substitution, only copy data from the active buffer to the new one when we *are* "in_arg". These were noticed when testing variable-substitution of variables which have null values, and are not inside quoted strings... MFC plans: after a few days, and re@ approval... Revision Changes Path 1.3 +23 -14 src/usr.bin/env/envopts.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 16:13:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3EB16A41C; Wed, 13 Jul 2005 16:13:01 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F016343D48; Wed, 13 Jul 2005 16:13:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DGD0QU074902; Wed, 13 Jul 2005 16:13:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DGD0V9074892; Wed, 13 Jul 2005 16:13:00 GMT (envelope-from jylefort) Message-Id: <200507131613.j6DGD0V9074892@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 13 Jul 2005 16: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/devel/gamin Makefile distinfo ports/devel/gamin/files patch-server_gam_connection.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, 13 Jul 2005 16:13:01 -0000 jylefort 2005-07-13 16:13:00 UTC FreeBSD ports repository Modified files: devel/gamin Makefile distinfo Added files: devel/gamin/files patch-server_gam_connection.c Log: Update to 0.1.2 Revision Changes Path 1.12 +1 -1 ports/devel/gamin/Makefile 1.4 +2 -2 ports/devel/gamin/distinfo 1.1 +23 -0 ports/devel/gamin/files/patch-server_gam_connection.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 16:16:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215BF16A41C; Wed, 13 Jul 2005 16:16:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D870D43D45; Wed, 13 Jul 2005 16:16:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DGGOHg075145; Wed, 13 Jul 2005 16:16:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DGGOmO075144; Wed, 13 Jul 2005 16:16:24 GMT (envelope-from pav) Message-Id: <200507131616.j6DGGOmO075144@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 16: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/audio/juke Makefile ports/audio/juke/files extra-patch-vi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 16:16:25 -0000 pav 2005-07-13 16:16:24 UTC FreeBSD ports repository Modified files: audio/juke Makefile Added files: audio/juke/files extra-patch-vi Log: - Add optional patch to provide vi style key bindings PR: ports/82417 Submitted by: Ed Schouten Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.13 +4 -0 ports/audio/juke/Makefile 1.1 +200 -0 ports/audio/juke/files/extra-patch-vi (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 16:21:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC77C16A41C; Wed, 13 Jul 2005 16:21:14 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E19243D45; Wed, 13 Jul 2005 16:21:14 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DGLEAp075353; Wed, 13 Jul 2005 16:21:14 GMT (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DGLEIf075352; Wed, 13 Jul 2005 16:21:14 GMT (envelope-from andy) Message-Id: <200507131621.j6DGLEIf075352@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 13 Jul 2005 16:21:13 +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/ru_RU.KOI8-R/books/handbook/disks 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: Wed, 13 Jul 2005 16:21:14 -0000 andy 2005-07-13 16:21:13 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/disks chapter.sgml Log: Synchronize with English 1.239 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.15 +80 -78 doc/ru_RU.KOI8-R/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 16:25:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076EA16A41C; Wed, 13 Jul 2005 16:25:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11DE43D4C; Wed, 13 Jul 2005 16:25:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DGPBDr075488; Wed, 13 Jul 2005 16:25:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DGPBIh075487; Wed, 13 Jul 2005 16:25:11 GMT (envelope-from pav) Message-Id: <200507131625.j6DGPBIh075487@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 16:25:11 +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/platforms/amd64 motherboards.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, 13 Jul 2005 16:25:12 -0000 pav 2005-07-13 16:25:11 UTC FreeBSD doc repository (ports committer) Modified files: en/platforms/amd64 motherboards.sgml Log: - Add entry for ASUS A8V-E Deluxe PR: www/83257 Submitted by: lesi Revision Changes Path 1.31 +16 -1 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 16:54:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F0F316A41C; Wed, 13 Jul 2005 16:54:34 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6679F43D48; Wed, 13 Jul 2005 16:54:34 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DGsYiL083801; Wed, 13 Jul 2005 16:54:34 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DGsY0I083800; Wed, 13 Jul 2005 16:54:34 GMT (envelope-from lofi) Message-Id: <200507131654.j6DGsY0I083800@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 13 Jul 2005 16:54: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/amarok 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, 13 Jul 2005 16:54:34 -0000 lofi 2005-07-13 16:54:34 UTC FreeBSD ports repository Modified files: audio/amarok Makefile Log: Add missing dependency on libtunepimp. Revision Changes Path 1.26 +3 -1 ports/audio/amarok/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 17:10:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF0416A41C; Wed, 13 Jul 2005 17:10:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D3143D46; Wed, 13 Jul 2005 17:10:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHAlAb084446; Wed, 13 Jul 2005 17:10:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHAlZ5084445; Wed, 13 Jul 2005 17:10:47 GMT (envelope-from marcus) Message-Id: <200507131710.j6DHAlZ5084445@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 17:10: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/sbin/devd devd.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: Wed, 13 Jul 2005 17:10:48 -0000 marcus 2005-07-13 17:10:47 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/devd devd.cc Log: Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used on socket file descriptors. Reviewed by: secteam (cperciva) Approved by: imp Revision Changes Path 1.23 +2 -2 src/sbin/devd/devd.cc From owner-cvs-all@FreeBSD.ORG Wed Jul 13 17:28:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D2816A41C; Wed, 13 Jul 2005 17:28:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C04543D48; Wed, 13 Jul 2005 17:28:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHSBXN085064; Wed, 13 Jul 2005 17:28:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHSB0s085063; Wed, 13 Jul 2005 17:28:11 GMT (envelope-from marcus) Message-Id: <200507131728.j6DHSB0s085063@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 17:28: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/sbin/devd devd.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: Wed, 13 Jul 2005 17:28:12 -0000 marcus 2005-07-13 17:28:11 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/devd devd.cc Log: * Open permissions on /var/run/devd.pipe so that any user can read devd events from this socket * Enable non-blocking I/O on devd.pipe to keep clients from wedging devd. If a write(2) on devd.pipe would block, the client in question will be removed [1] Requested by: rwatson [1] Approved by: imp Revision Changes Path 1.24 +3 -1 src/sbin/devd/devd.cc From owner-cvs-all@FreeBSD.ORG Wed Jul 13 17:36:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE3E316A41C; Wed, 13 Jul 2005 17:36:53 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4B143D45; Wed, 13 Jul 2005 17:36:53 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHarU8085408; Wed, 13 Jul 2005 17:36:53 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHarQj085407; Wed, 13 Jul 2005 17:36:53 GMT (envelope-from jeh) Message-Id: <200507131736.j6DHarQj085407@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 13 Jul 2005 17:36: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/uvscan-dat 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, 13 Jul 2005 17:36:53 -0000 jeh 2005-07-13 17:36:52 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4534 Revision Changes Path 1.387 +1 -1 ports/security/uvscan-dat/Makefile 1.384 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 17:43:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9780F16A41C; Wed, 13 Jul 2005 17:43:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1AB43D45; Wed, 13 Jul 2005 17:43:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHhAaX085675; Wed, 13 Jul 2005 17:43:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHhAfk085674; Wed, 13 Jul 2005 17:43:10 GMT (envelope-from pav) Message-Id: <200507131743.j6DHhAfk085674@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 17:43: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/abcmidi 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, 13 Jul 2005 17:43:10 -0000 pav 2005-07-13 17:43:10 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo Log: - Update to 2005.07.03 PR: ports/83388 Submitted by: Sylvio Cesar (maintainer) Revision Changes Path 1.28 +1 -1 ports/audio/abcmidi/Makefile 1.23 +2 -2 ports/audio/abcmidi/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 18:02:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C81916A41C; Wed, 13 Jul 2005 18:02:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56DD43D49; Wed, 13 Jul 2005 18:02:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DI2QFG086560; Wed, 13 Jul 2005 18:02:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DI2QAd086559; Wed, 13 Jul 2005 18:02:26 GMT (envelope-from pav) Message-Id: <200507131802.j6DI2QAd086559@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 18:02: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/net/tcptrace Makefile distinfo pkg-plist ports/net/tcptrace/files patch-ad patch-tcpdump.c.diff patch-tcpdump.h.diff patch-tcptrace.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: Wed, 13 Jul 2005 18:02:27 -0000 pav 2005-07-13 18:02:26 UTC FreeBSD ports repository Modified files: net/tcptrace Makefile distinfo pkg-plist Added files: net/tcptrace/files patch-tcpdump.c.diff patch-tcpdump.h.diff patch-tcptrace.h.diff Removed files: net/tcptrace/files patch-ad Log: - Update to 6.6.7 PR: ports/80665 Submitted by: Vasil Dimov Approved by: maintainer timeout (2 months) Revision Changes Path 1.20 +6 -4 ports/net/tcptrace/Makefile 1.13 +2 -2 ports/net/tcptrace/distinfo 1.3 +0 -65 ports/net/tcptrace/files/patch-ad (dead) 1.1 +17 -0 ports/net/tcptrace/files/patch-tcpdump.c.diff (new) 1.1 +34 -0 ports/net/tcptrace/files/patch-tcpdump.h.diff (new) 1.1 +13 -0 ports/net/tcptrace/files/patch-tcptrace.h.diff (new) 1.8 +16 -16 ports/net/tcptrace/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 18:23:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE0216A41C; Wed, 13 Jul 2005 18:23:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FCD43D53; Wed, 13 Jul 2005 18:23:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DINakF087344; Wed, 13 Jul 2005 18:23:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DINaIx087343; Wed, 13 Jul 2005 18:23:36 GMT (envelope-from pav) Message-Id: <200507131823.j6DINaIx087343@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 18:23: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/devel/dotconf++ Makefile ports/devel/dotconf++/files patch-README patch-doc-dotconfpp.html patch-src-dotconfpp.cc patch-src-dotconfpp.h patch-src-example1.cc patch-src-example2.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: Wed, 13 Jul 2005 18:23:36 -0000 pav 2005-07-13 18:23:36 UTC FreeBSD ports repository Modified files: devel/dotconf++ Makefile Added files: devel/dotconf++/files patch-README patch-doc-dotconfpp.html patch-src-dotconfpp.cc patch-src-dotconfpp.h patch-src-example1.cc patch-src-example2.cc Log: - Fix typo: SENSETIVE -> SENSITIVE PR: ports/83244 Submitted by: Mark Starovoytov Revision Changes Path 1.2 +1 -0 ports/devel/dotconf++/Makefile 1.1 +14 -0 ports/devel/dotconf++/files/patch-README (new) 1.1 +15 -0 ports/devel/dotconf++/files/patch-doc-dotconfpp.html (new) 1.1 +11 -0 ports/devel/dotconf++/files/patch-src-dotconfpp.cc (new) 1.1 +20 -0 ports/devel/dotconf++/files/patch-src-dotconfpp.h (new) 1.1 +11 -0 ports/devel/dotconf++/files/patch-src-example1.cc (new) 1.1 +11 -0 ports/devel/dotconf++/files/patch-src-example2.cc (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 18:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB4B16A41C; Wed, 13 Jul 2005 18:52:23 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B64143D49; Wed, 13 Jul 2005 18:52:23 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DIqN4t088638; Wed, 13 Jul 2005 18:52:23 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DIqNtO088637; Wed, 13 Jul 2005 18:52:23 GMT (envelope-from markus) Message-Id: <200507131852.j6DIqNtO088637@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 13 Jul 2005 18:52: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/deskutils/metabar Makefile distinfo pkg-plist ports/deskutils/metabar/files patch-defaultplugin.cpp patch-metabar_widget.cpp patch-metabarwidget.cpp patch-metascrollview.cpp patch-serviceloader.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: Wed, 13 Jul 2005 18:52:23 -0000 markus 2005-07-13 18:52:23 UTC FreeBSD ports repository Modified files: deskutils/metabar Makefile distinfo pkg-plist Added files: deskutils/metabar/files patch-defaultplugin.cpp patch-metabarwidget.cpp patch-serviceloader.cpp Removed files: deskutils/metabar/files patch-metabar_widget.cpp patch-metascrollview.cpp Log: Update to version 0.8 Revision Changes Path 1.4 +1 -3 ports/deskutils/metabar/Makefile 1.3 +2 -2 ports/deskutils/metabar/distinfo 1.1 +29 -0 ports/deskutils/metabar/files/patch-defaultplugin.cpp (new) 1.2 +0 -12 ports/deskutils/metabar/files/patch-metabar_widget.cpp (dead) 1.1 +11 -0 ports/deskutils/metabar/files/patch-metabarwidget.cpp (new) 1.2 +0 -11 ports/deskutils/metabar/files/patch-metascrollview.cpp (dead) 1.1 +20 -0 ports/deskutils/metabar/files/patch-serviceloader.cpp (new) 1.3 +13 -14 ports/deskutils/metabar/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:05:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C233B16A41C; Wed, 13 Jul 2005 19:05:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996D643D4C; Wed, 13 Jul 2005 19:05:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJ5Nmf089239; Wed, 13 Jul 2005 19:05:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJ5NJ5089238; Wed, 13 Jul 2005 19:05:23 GMT (envelope-from pav) Message-Id: <200507131905.j6DJ5NJ5089238@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 19:05: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/devel Makefile ports/devel/mercurial Makefile distinfo pkg-descr pkg-plist ports/devel/mercurial/files patch-hgmerge X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 19:05:23 -0000 pav 2005-07-13 19:05:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/mercurial Makefile distinfo pkg-descr pkg-plist devel/mercurial/files patch-hgmerge Log: Mercurial is a fast, lightweight source control management system designed for efficient handling of very large distributed projects. PR: ports/83298 Submitted by: Andreas Kohn Revision Changes Path 1.1924 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/mercurial/Makefile (new) 1.1 +2 -0 ports/devel/mercurial/distinfo (new) 1.1 +8 -0 ports/devel/mercurial/files/patch-hgmerge (new) 1.1 +15 -0 ports/devel/mercurial/pkg-descr (new) 1.1 +72 -0 ports/devel/mercurial/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:05:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE47716A41C; Wed, 13 Jul 2005 19:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8580A43D46; Wed, 13 Jul 2005 19:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJ5qQe089287; Wed, 13 Jul 2005 19:05:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJ5qOJ089286; Wed, 13 Jul 2005 19:05:52 GMT (envelope-from pav) Message-Id: <200507131905.j6DJ5qOJ089286@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 19:05: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: 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, 13 Jul 2005 19:05:52 -0000 pav 2005-07-13 19:05:52 UTC FreeBSD ports repository Modified files: . modules Log: mercurial --> ports/devel/mercurial Revision Changes Path 1.12824 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:17:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0A716A41C; Wed, 13 Jul 2005 19:17:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6570843D45; Wed, 13 Jul 2005 19:17:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJHUo4089823; Wed, 13 Jul 2005 19:17:30 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJHUFd089822; Wed, 13 Jul 2005 19:17:30 GMT (envelope-from garga) Message-Id: <200507131917.j6DJHUFd089822@repoman.freebsd.org> From: Renato Botelho Date: Wed, 13 Jul 2005 19:17: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/mail Makefile ports/mail/qmail-rblchk 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, 13 Jul 2005 19:17:30 -0000 garga 2005-07-13 19:17:30 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/qmail-rblchk Makefile distinfo pkg-descr Log: A fast rbl lookup implementation for qmail, typically used as part of .qmail command processing. It has the same function as rblsmtpd, but the messages are checked at local delivery time. PR: ports/82488 Submitted by: Emanuel Haupt Approved by: flz (mentor) Revision Changes Path 1.667 +1 -0 ports/mail/Makefile 1.1 +40 -0 ports/mail/qmail-rblchk/Makefile (new) 1.1 +2 -0 ports/mail/qmail-rblchk/distinfo (new) 1.1 +10 -0 ports/mail/qmail-rblchk/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:22:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AE516A41C; Wed, 13 Jul 2005 19:22:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF77543D46; Wed, 13 Jul 2005 19:22:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJMvrA090063; Wed, 13 Jul 2005 19:22:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJMvcx090062; Wed, 13 Jul 2005 19:22:57 GMT (envelope-from garga) Message-Id: <200507131922.j6DJMvcx090062@repoman.freebsd.org> From: Renato Botelho Date: Wed, 13 Jul 2005 19: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: 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, 13 Jul 2005 19:22:58 -0000 garga 2005-07-13 19:22:57 UTC FreeBSD ports repository Modified files: . modules Log: qmail-rblchk --> ports/mail/qmail-rblchk Revision Changes Path 1.12825 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:24:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48E116A41C; Wed, 13 Jul 2005 19:24:35 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9882043D45; Wed, 13 Jul 2005 19:24:35 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJOZ9B090173; Wed, 13 Jul 2005 19:24:35 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJOZlA090172; Wed, 13 Jul 2005 19:24:35 GMT (envelope-from flz) Message-Id: <200507131924.j6DJOZlA090172@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 19:24: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/dns Makefile ports/dns/bind9-sdb-ldap Makefile distinfo pkg-descr pkg-message pkg-plist ports/dns/bind9-sdb-ldap/files patch-sdb_ldap X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 19:24:35 -0000 flz 2005-07-13 19:24:35 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/bind9-sdb-ldap Makefile distinfo pkg-descr pkg-message pkg-plist dns/bind9-sdb-ldap/files patch-sdb_ldap Log: - Add bin9-sdb-ldap, a patched bind9 version to use with an LDAP based backend. PR: ports/62840 Submitted by: Hugo Meiland Revision Changes Path 1.48 +1 -0 ports/dns/Makefile 1.1 +126 -0 ports/dns/bind9-sdb-ldap/Makefile (new) 1.1 +4 -0 ports/dns/bind9-sdb-ldap/distinfo (new) 1.1 +727 -0 ports/dns/bind9-sdb-ldap/files/patch-sdb_ldap (new) 1.1 +7 -0 ports/dns/bind9-sdb-ldap/pkg-descr (new) 1.1 +22 -0 ports/dns/bind9-sdb-ldap/pkg-message (new) 1.1 +226 -0 ports/dns/bind9-sdb-ldap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:25:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A732216A41C; Wed, 13 Jul 2005 19:25:40 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAEC43D45; Wed, 13 Jul 2005 19:25:40 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJPe73090300; Wed, 13 Jul 2005 19:25:40 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJPevV090299; Wed, 13 Jul 2005 19:25:40 GMT (envelope-from flz) Message-Id: <200507131925.j6DJPevV090299@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 19:25: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: Wed, 13 Jul 2005 19:25:40 -0000 flz 2005-07-13 19:25:40 UTC FreeBSD ports repository Modified files: . modules Log: bind9-sdb-ldap --> ports/dns/bind9-sdb-ldap Revision Changes Path 1.12826 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:26:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A1616A422; Wed, 13 Jul 2005 19:26:50 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D6E43D49; Wed, 13 Jul 2005 19:26:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJQnf7090375; Wed, 13 Jul 2005 19:26:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJQnj2090374; Wed, 13 Jul 2005 19:26:49 GMT (envelope-from thierry) Message-Id: <200507131926.j6DJQnj2090374@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 13 Jul 2005 19:26: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/x11/rxvt-unicode 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, 13 Jul 2005 19:26:50 -0000 thierry 2005-07-13 19:26:49 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo Log: Upgrade to 5.7. Changelog at . Revision Changes Path 1.81 +1 -1 ports/x11/rxvt-unicode/Makefile 1.36 +2 -2 ports/x11/rxvt-unicode/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:28:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEF016A41C; Wed, 13 Jul 2005 19:28:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDDD43D48; Wed, 13 Jul 2005 19:28:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJSjAi090541; Wed, 13 Jul 2005 19:28:45 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJSjLm090540; Wed, 13 Jul 2005 19:28:45 GMT (envelope-from garga) Message-Id: <200507131928.j6DJSjLm090540@repoman.freebsd.org> From: Renato Botelho Date: Wed, 13 Jul 2005 19:28: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/mail/qmail Makefile distinfo ports/mail/qmail-spamcontrol Makefile ports/mail/qmail-spamcontrol/files patch-qmail-smtpd.c.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 19:28:46 -0000 garga 2005-07-13 19:28:45 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo mail/qmail-spamcontrol Makefile mail/qmail-spamcontrol/files patch-qmail-smtpd.c.patch Log: Update spamcontrol patch to 2316 Approved by: flz (mentor) Revision Changes Path 1.11 +2 -2 ports/mail/qmail-spamcontrol/Makefile 1.5 +61 -51 ports/mail/qmail-spamcontrol/files/patch-qmail-smtpd.c.patch 1.72 +2 -2 ports/mail/qmail/Makefile 1.33 +2 -2 ports/mail/qmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:34:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED1D216A41C; Wed, 13 Jul 2005 19:34:18 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08EC43D45; Wed, 13 Jul 2005 19:34:18 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJYIn3090771; Wed, 13 Jul 2005 19:34:18 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJYIAs090770; Wed, 13 Jul 2005 19:34:18 GMT (envelope-from leeym) Message-Id: <200507131934.j6DJYIAs090770@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 13 Jul 2005 19:34: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/p5-Mail-Webmail-Gmail 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, 13 Jul 2005 19:34:19 -0000 leeym 2005-07-13 19:34:18 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Webmail-Gmail Makefile distinfo Log: - update to p5-Mail-Webmail-Gmail-1.04 - unbreak this port for perl-5.6.0 or below Revision Changes Path 1.9 +3 -2 ports/mail/p5-Mail-Webmail-Gmail/Makefile 1.8 +2 -2 ports/mail/p5-Mail-Webmail-Gmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:40:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A31816A41C; Wed, 13 Jul 2005 19:40:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D90443D46; Wed, 13 Jul 2005 19:40:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJeF7E091096; Wed, 13 Jul 2005 19:40:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJeFYM091095; Wed, 13 Jul 2005 19:40:15 GMT (envelope-from pav) Message-Id: <200507131940.j6DJeFYM091095@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 19:40: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/games Makefile ports/games/airrox Makefile distinfo pkg-descr pkg-plist ports/games/airrox/files patch-jogo.cpp pkg-message.in readme.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: Wed, 13 Jul 2005 19:40:15 -0000 pav 2005-07-13 19:40:15 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/airrox Makefile distinfo pkg-descr pkg-plist games/airrox/files patch-jogo.cpp pkg-message.in readme.txt Log: An 3D Air Hockey, which uses SDL & OpenGL with some features like single, and multiplayer mode, sound fx, music, camera control, etc. PR: ports/83342 Submitted by: Alejandro Pulver Revision Changes Path 1.781 +1 -0 ports/games/Makefile 1.1 +103 -0 ports/games/airrox/Makefile (new) 1.1 +2 -0 ports/games/airrox/distinfo (new) 1.1 +20 -0 ports/games/airrox/files/patch-jogo.cpp (new) 1.1 +6 -0 ports/games/airrox/files/pkg-message.in (new) 1.1 +41 -0 ports/games/airrox/files/readme.txt (new) 1.1 +7 -0 ports/games/airrox/pkg-descr (new) 1.1 +50 -0 ports/games/airrox/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:41:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB7516A41C; Wed, 13 Jul 2005 19:41:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2253343D45; Wed, 13 Jul 2005 19:41:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJfjvP091212; Wed, 13 Jul 2005 19:41:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJfjHT091211; Wed, 13 Jul 2005 19:41:45 GMT (envelope-from pav) Message-Id: <200507131941.j6DJfjHT091211@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 19:41: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: Wed, 13 Jul 2005 19:41:45 -0000 pav 2005-07-13 19:41:44 UTC FreeBSD ports repository Modified files: . modules Log: airrox --> ports/games/airrox Revision Changes Path 1.12827 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:46:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996D016A41C; Wed, 13 Jul 2005 19:46:31 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEC043D45; Wed, 13 Jul 2005 19:46:31 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJkVbM091475; Wed, 13 Jul 2005 19:46:31 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJkV9h091474; Wed, 13 Jul 2005 19:46:31 GMT (envelope-from novel) Message-Id: <200507131946.j6DJkV9h091474@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 13 Jul 2005 19: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/mail/nbsmtp Makefile distinfo ports/mail/nbsmtp/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, 13 Jul 2005 19:46:31 -0000 novel 2005-07-13 19:46:31 UTC FreeBSD ports repository Modified files: mail/nbsmtp Makefile distinfo Added files: mail/nbsmtp/files patch-configure Log: - Update to 0.99 - Add SSL, IPv6 and DEBUG options PR: 83333 Submitted by: Marcus Grando Revision Changes Path 1.10 +24 -7 ports/mail/nbsmtp/Makefile 1.4 +2 -2 ports/mail/nbsmtp/distinfo 1.1 +31 -0 ports/mail/nbsmtp/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:51:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAD316A41C; Wed, 13 Jul 2005 19:51:49 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8142D43D46; Wed, 13 Jul 2005 19:51:49 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJpnvi091705; Wed, 13 Jul 2005 19:51:49 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJpngF091704; Wed, 13 Jul 2005 19:51:49 GMT (envelope-from ache) Message-Id: <200507131951.j6DJpngF091704@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 13 Jul 2005 19:51: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/mail/dk-milter 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, 13 Jul 2005 19:51:49 -0000 ache 2005-07-13 19:51:49 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile Log: Honor CFLAGS Revision Changes Path 1.3 +2 -0 ports/mail/dk-milter/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:54:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E0016A41C; Wed, 13 Jul 2005 19:54:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C814143D46; Wed, 13 Jul 2005 19:54:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJsDUh091840; Wed, 13 Jul 2005 19:54:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJsD21091839; Wed, 13 Jul 2005 19:54:13 GMT (envelope-from pav) Message-Id: <200507131954.j6DJsD21091839@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 19:54: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 Makefile ports/sysutils/gag 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, 13 Jul 2005 19:54:14 -0000 pav 2005-07-13 19:54:13 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gag Makefile distinfo pkg-descr pkg-plist Log: GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager program. It's loaded when the computer is turned on and allows you to choose the operating system you want to use. PR: ports/83346 Submitted by: Alejandro Pulver Revision Changes Path 1.674 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/gag/Makefile (new) 1.1 +2 -0 ports/sysutils/gag/distinfo (new) 1.1 +24 -0 ports/sysutils/gag/pkg-descr (new) 1.1 +5 -0 ports/sysutils/gag/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:56:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E3116A41C; Wed, 13 Jul 2005 19:56:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35A043D46; Wed, 13 Jul 2005 19:56:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJuR7E092043; Wed, 13 Jul 2005 19:56:27 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJuRkR092042; Wed, 13 Jul 2005 19:56:27 GMT (envelope-from ale) Message-Id: <200507131956.j6DJuRkR092042@repoman.freebsd.org> From: Alex Dupre Date: Wed, 13 Jul 2005 19:56: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/Mk bsd.php.mk ports/lang/php4 Makefile Makefile.pear distinfo pkg-plist ports/lang/php4/files patch-pear::Makefile.frag patch-scripts::Makefile.frag patch-scripts::phpize.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, 13 Jul 2005 19:56:28 -0000 ale 2005-07-13 19:56:27 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk lang/php4 Makefile Makefile.pear distinfo pkg-plist lang/php4/files patch-pear::Makefile.frag patch-scripts::Makefile.frag patch-scripts::phpize.in Log: Update to 4.4.0 release: - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version Revision Changes Path 1.16 +5 -1 ports/Mk/bsd.php.mk 1.88 +4 -3 ports/lang/php4/Makefile 1.6 +1 -1 ports/lang/php4/Makefile.pear 1.17 +2 -2 ports/lang/php4/distinfo 1.5 +1 -1 ports/lang/php4/files/patch-pear::Makefile.frag 1.5 +20 -15 ports/lang/php4/files/patch-scripts::Makefile.frag 1.4 +11 -13 ports/lang/php4/files/patch-scripts::phpize.in 1.18 +0 -1 ports/lang/php4/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 19:58:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E56C16A41C; Wed, 13 Jul 2005 19:58:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D175643D45; Wed, 13 Jul 2005 19:58:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DJweD0092199; Wed, 13 Jul 2005 19:58:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DJweC6092198; Wed, 13 Jul 2005 19:58:40 GMT (envelope-from ale) Message-Id: <200507131958.j6DJweC6092198@repoman.freebsd.org> From: Alex Dupre Date: Wed, 13 Jul 2005 19:58: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/pecl-fileinfo Makefile distinfo ports/sysutils/pecl-fileinfo/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 19:58:41 -0000 ale 2005-07-13 19:58:40 UTC FreeBSD ports repository Modified files: sysutils/pecl-fileinfo Makefile distinfo Removed files: sysutils/pecl-fileinfo/files patch-config.m4 Log: Update to 1.0 release. PR: ports/83400 Submitted by: Marcus Grando Revision Changes Path 1.3 +1 -1 ports/sysutils/pecl-fileinfo/Makefile 1.2 +2 -2 ports/sysutils/pecl-fileinfo/distinfo 1.3 +0 -11 ports/sysutils/pecl-fileinfo/files/patch-config.m4 (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:01:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F04316A41C; Wed, 13 Jul 2005 20:01:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C8A43D45; Wed, 13 Jul 2005 20:01:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DK1EGx092349; Wed, 13 Jul 2005 20:01:14 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DK1E7T092348; Wed, 13 Jul 2005 20:01:14 GMT (envelope-from ale) Message-Id: <200507132001.j6DK1E7T092348@repoman.freebsd.org> From: Alex Dupre Date: Wed, 13 Jul 2005 20:01: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/pecl-yaz 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, 13 Jul 2005 20:01:15 -0000 ale 2005-07-13 20:01:14 UTC FreeBSD ports repository Modified files: net/pecl-yaz Makefile distinfo Log: Update to 1.0.3 release. PR: ports/83403 Submitted by: Marcus Grando Revision Changes Path 1.3 +1 -1 ports/net/pecl-yaz/Makefile 1.3 +2 -2 ports/net/pecl-yaz/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:01:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E7316A41C; Wed, 13 Jul 2005 20:01:47 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C7A43D45; Wed, 13 Jul 2005 20:01:47 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DK1lGR092387; Wed, 13 Jul 2005 20:01:47 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DK1lb2092386; Wed, 13 Jul 2005 20:01:47 GMT (envelope-from naddy) Message-Id: <200507132001.j6DK1lb2092386@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 13 Jul 2005 20:01: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/audio/xmms-xf86audio/files patch-xf86audio.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, 13 Jul 2005 20:01:47 -0000 naddy 2005-07-13 20:01:47 UTC FreeBSD ports repository Added files: audio/xmms-xf86audio/files patch-xf86audio.c Log: Fix building with gcc2.95. Reported by: kris (pointyhat) Revision Changes Path 1.1 +139 -0 ports/audio/xmms-xf86audio/files/patch-xf86audio.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:02:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 739A216A41C; Wed, 13 Jul 2005 20:02:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C8C43D45; Wed, 13 Jul 2005 20:02:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DK2Yh2092467; Wed, 13 Jul 2005 20:02:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DK2YYj092466; Wed, 13 Jul 2005 20:02:34 GMT (envelope-from pav) Message-Id: <200507132002.j6DK2YYj092466@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 20:02: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/picprog Makefile ports/devel/picprog/files patch-main.cc patch-picport.cc patch-picport.h patch-program.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, 13 Jul 2005 20:02:34 -0000 pav 2005-07-13 20:02:34 UTC FreeBSD ports repository Modified files: devel/picprog Makefile devel/picprog/files patch-main.cc patch-picport.cc patch-program.h Added files: devel/picprog/files patch-picport.h Log: - Add "Werner Almesberger" patch which adds --slow option - Change default serial device to /dev/cuaa0 PR: ports/83174 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.13 +1 -0 ports/devel/picprog/Makefile 1.3 +43 -4 ports/devel/picprog/files/patch-main.cc 1.5 +80 -2 ports/devel/picprog/files/patch-picport.cc 1.1 +13 -0 ports/devel/picprog/files/patch-picport.h (new) 1.3 +3 -3 ports/devel/picprog/files/patch-program.h From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:08:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CD516A41C; Wed, 13 Jul 2005 20:08:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4601843D46; Wed, 13 Jul 2005 20:08:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DK8nNL092679; Wed, 13 Jul 2005 20:08:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DK8njj092678; Wed, 13 Jul 2005 20:08:49 GMT (envelope-from pav) Message-Id: <200507132008.j6DK8njj092678@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 20:08: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/japanese/slimeforest 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, 13 Jul 2005 20:08:49 -0000 pav 2005-07-13 20:08:49 UTC FreeBSD ports repository Modified files: japanese/slimeforest Makefile distinfo pkg-plist Log: - Update to 0.53 PR: ports/83177 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.5 +7 -8 ports/japanese/slimeforest/Makefile 1.3 +2 -2 ports/japanese/slimeforest/distinfo 1.2 +9 -1 ports/japanese/slimeforest/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:12:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9532D16A41C; Wed, 13 Jul 2005 20:12:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5714943D46; Wed, 13 Jul 2005 20:12:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKCQg3092856; Wed, 13 Jul 2005 20:12:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKCQqh092855; Wed, 13 Jul 2005 20:12:26 GMT (envelope-from ale) Message-Id: <200507132012.j6DKCQqh092855@repoman.freebsd.org> From: Alex Dupre Date: Wed, 13 Jul 2005 20:12: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/graphics/jpgraph 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, 13 Jul 2005 20:12:26 -0000 ale 2005-07-13 20:12:25 UTC FreeBSD ports repository Modified files: graphics/jpgraph Makefile distinfo pkg-plist Log: Update to 1.19 release and make it fetchable again. Spotted by: kris via pointyhat Revision Changes Path 1.17 +1 -1 ports/graphics/jpgraph/Makefile 1.10 +2 -2 ports/graphics/jpgraph/distinfo 1.10 +11 -0 ports/graphics/jpgraph/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:22:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5829016A41C; Wed, 13 Jul 2005 20:22:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C6843D53; Wed, 13 Jul 2005 20:22:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKMLvB093272; Wed, 13 Jul 2005 20:22:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKMLYG093271; Wed, 13 Jul 2005 20:22:21 GMT (envelope-from ale) Message-Id: <200507132022.j6DKMLYG093271@repoman.freebsd.org> From: Alex Dupre Date: Wed, 13 Jul 2005 20: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/devel/ZendOptimizer 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, 13 Jul 2005 20:22:22 -0000 ale 2005-07-13 20:22:21 UTC FreeBSD ports repository Modified files: devel/ZendOptimizer Makefile distinfo Log: Update to 2.5.10 release. PR: ports/83051 Submitted by: chinsan Revision Changes Path 1.14 +1 -1 ports/devel/ZendOptimizer/Makefile 1.7 +4 -4 ports/devel/ZendOptimizer/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:25:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0986D16A41C; Wed, 13 Jul 2005 20:25:56 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF87943D45; Wed, 13 Jul 2005 20:25:55 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKPta2093427; Wed, 13 Jul 2005 20:25:55 GMT (envelope-from nik@repoman.freebsd.org) Received: (from nik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKPtvS093426; Wed, 13 Jul 2005 20:25:55 GMT (envelope-from nik) Message-Id: <200507132025.j6DKPtvS093426@repoman.freebsd.org> From: Nik Clayton Date: Wed, 13 Jul 2005 20:25: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/textproc/scr2txt 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, 13 Jul 2005 20:25:56 -0000 nik 2005-07-13 20:25:55 UTC FreeBSD ports repository Modified files: textproc/scr2txt Makefile distinfo Log: Update to version 1.2, which adds support for emitting ANSI escape sequences to re-create the snapshot colours. Revision Changes Path 1.4 +1 -1 ports/textproc/scr2txt/Makefile 1.3 +2 -2 ports/textproc/scr2txt/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:32:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 693D016A41C; Wed, 13 Jul 2005 20:32:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C5F43D45; Wed, 13 Jul 2005 20:32:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKWhtJ093823; Wed, 13 Jul 2005 20:32:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKWhTj093822; Wed, 13 Jul 2005 20:32:43 GMT (envelope-from jhb) Message-Id: <200507132032.j6DKWhTj093822@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:32: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/alpha/linux syscalls.master src/sys/alpha/osf1 syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/compat/freebsd32 syscalls.master src/sys/compat/svr4 syscalls.master src/sys/i386/ibcs2 syscalls.isc 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, 13 Jul 2005 20:32:43 -0000 jhb 2005-07-13 20:32:43 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/alpha/osf1 syscalls.master sys/amd64/linux32 syscalls.master sys/compat/freebsd32 syscalls.master sys/compat/svr4 syscalls.master sys/i386/ibcs2 syscalls.isc syscalls.master syscalls.xenix sys/i386/linux syscalls.master Log: Make a pass through all the compat ABIs sychronizing the MP safe flags with the master syscall table as well as marking several ABI wrapper functions safe. MFC after: 1 week Revision Changes Path 1.64 +121 -121 src/sys/alpha/linux/syscalls.master 1.12 +79 -79 src/sys/alpha/osf1/syscalls.master 1.5 +115 -115 src/sys/amd64/linux32/syscalls.master 1.51 +78 -78 src/sys/compat/freebsd32/syscalls.master 1.19 +86 -86 src/sys/compat/svr4/syscalls.master 1.9 +14 -14 src/sys/i386/ibcs2/syscalls.isc 1.21 +44 -44 src/sys/i386/ibcs2/syscalls.master 1.10 +16 -16 src/sys/i386/ibcs2/syscalls.xenix 1.62 +125 -125 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:34:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23EB816A41C; Wed, 13 Jul 2005 20:34:38 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA11443D45; Wed, 13 Jul 2005 20:34:37 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKYb2d093893; Wed, 13 Jul 2005 20:34:37 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKYbTj093892; Wed, 13 Jul 2005 20:34:37 GMT (envelope-from ache) Message-Id: <200507132034.j6DKYbTj093892@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 13 Jul 2005 20:34: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/mail/procmail 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, 13 Jul 2005 20:34:38 -0000 ache 2005-07-13 20:34:37 UTC FreeBSD ports repository Modified files: mail/procmail Makefile Log: Add ~/Maildir kludge Submitted by: John Allan Revision Changes Path 1.50 +5 -2 ports/mail/procmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:35:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DAF16A41C; Wed, 13 Jul 2005 20:35:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979AB43D58; Wed, 13 Jul 2005 20:35:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKZ9g5094149; Wed, 13 Jul 2005 20:35:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKZ9Ne094135; Wed, 13 Jul 2005 20:35:09 GMT (envelope-from jhb) Message-Id: <200507132035.j6DKZ9Ne094135@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:35:09 +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/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 20:35:10 -0000 jhb 2005-07-13 20:35:09 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen. Revision Changes Path 1.23 +1 -1 src/sys/alpha/linux/linux_proto.h 1.21 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.21 +122 -122 src/sys/alpha/linux/linux_sysent.c 1.13 +1 -1 src/sys/alpha/osf1/osf1_proto.h 1.12 +1 -1 src/sys/alpha/osf1/osf1_syscall.h 1.12 +79 -79 src/sys/alpha/osf1/osf1_sysent.c 1.6 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.6 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.6 +116 -116 src/sys/amd64/linux32/linux32_sysent.c 1.39 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.39 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.30 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.40 +79 -79 src/sys/compat/freebsd32/freebsd32_sysent.c 1.19 +1 -1 src/sys/compat/svr4/svr4_proto.h 1.17 +1 -1 src/sys/compat/svr4/svr4_syscall.h 1.17 +1 -1 src/sys/compat/svr4/svr4_syscallnames.c 1.18 +87 -87 src/sys/compat/svr4/svr4_sysent.c 1.10 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.13 +15 -15 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.22 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.19 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.24 +45 -45 src/sys/i386/ibcs2/ibcs2_sysent.c 1.16 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.12 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.14 +17 -17 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.65 +1 -1 src/sys/i386/linux/linux_proto.h 1.59 +1 -1 src/sys/i386/linux/linux_syscall.h 1.66 +126 -126 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:37:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6AD16A41C; Wed, 13 Jul 2005 20:37:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3119043D48; Wed, 13 Jul 2005 20:37:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 13 Jul 2005 16:51:43 -0400 From: John Baldwin To: src-committers@FreeBSD.org Date: Wed, 13 Jul 2005 16:37:49 -0400 User-Agent: KMail/1.8 References: <200507132032.j6DKWhTj093822@repoman.freebsd.org> In-Reply-To: <200507132032.j6DKWhTj093822@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507131637.50523.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/alpha/osf1 syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/compat/freebsd32 syscalls.master src/sys/compat/svr4 syscalls.master src/sys/i386/ibcs2 syscalls.isc 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, 13 Jul 2005 20:37:37 -0000 On Wednesday 13 July 2005 04:32 pm, John Baldwin wrote: > jhb 2005-07-13 20:32:43 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux syscalls.master > sys/alpha/osf1 syscalls.master > sys/amd64/linux32 syscalls.master > sys/compat/freebsd32 syscalls.master > sys/compat/svr4 syscalls.master > sys/i386/ibcs2 syscalls.isc syscalls.master > syscalls.xenix > sys/i386/linux syscalls.master > Log: > Make a pass through all the compat ABIs sychronizing the MP safe flags > with the master syscall table as well as marking several ABI wrapper > functions safe. > > MFC after: 1 week Before: kern/syscalls.master: 25 syscalls require Giant alpha/linux/syscalls.master: 130 syscalls require Giant alpha/osf1/syscalls.master: 85 syscalls require Giant amd64/linux32/syscalls.master: 124 syscalls require Giant compat/freebsd32/syscalls.master: 82 syscalls require Giant compat/svr4/syscalls.master: 97 syscalls require Giant i386/ibcs2/syscalls.master: 53 syscalls require Giant i386/linux/syscalls.master: 135 syscalls require Giant i386/ibcs2/syscalls.isc: 14 syscalls require Giant i386/ibcs2/syscalls.xenix: 19 syscalls require Giant Total: 764 syscalls require Giant After: kern/syscalls.master: 25 syscalls require Giant alpha/linux/syscalls.master: 9 syscalls require Giant alpha/osf1/syscalls.master: 7 syscalls require Giant amd64/linux32/syscalls.master: 9 syscalls require Giant compat/freebsd32/syscalls.master: 10 syscalls require Giant compat/svr4/syscalls.master: 11 syscalls require Giant i386/ibcs2/syscalls.master: 9 syscalls require Giant i386/linux/syscalls.master: 10 syscalls require Giant i386/ibcs2/syscalls.isc: 0 syscalls require Giant i386/ibcs2/syscalls.xenix: 3 syscalls require Giant Total: 93 syscalls require Giant Apologies to Robert who is going to have a merge nightmare for his audit branches. :) I have an awk script that lists the syscall requiring Giant for an individual syscalls.master file if anyone is interested btw. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:39:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B4E16A41C; Wed, 13 Jul 2005 20:39:39 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CB443D48; Wed, 13 Jul 2005 20:39:38 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKdcbC094451; Wed, 13 Jul 2005 20:39:38 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKdcmq094450; Wed, 13 Jul 2005 20:39:38 GMT (envelope-from ache) Message-Id: <200507132039.j6DKdcmq094450@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 13 Jul 2005 20:39: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/mail/procmail 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, 13 Jul 2005 20:39:39 -0000 ache 2005-07-13 20:39:38 UTC FreeBSD ports repository Modified files: mail/procmail Makefile distinfo Log: fix typo, regen distinfo Revision Changes Path 1.51 +1 -1 ports/mail/procmail/Makefile 1.14 +3 -0 ports/mail/procmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:40:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A778B16A41C; Wed, 13 Jul 2005 20:40:19 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB3A43D46; Wed, 13 Jul 2005 20:40:19 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKeJ8j094519; Wed, 13 Jul 2005 20:40:19 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKeJfm094518; Wed, 13 Jul 2005 20:40:19 GMT (envelope-from thompsa) Message-Id: <200507132040.j6DKeJfm094518@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 13 Jul 2005 20:40: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/net if_bridge.c src/share/man/man4 if_bridge.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, 13 Jul 2005 20:40:19 -0000 thompsa 2005-07-13 20:40:19 UTC FreeBSD src repository Modified files: sys/net if_bridge.c share/man/man4 if_bridge.4 Log: Previously the bridge MTU was set to ETHERMTU and could not be changed. Since we can only bridge interfaces with the same value it meant that all members had to be set at ETHERMTU as well. Allow the first member to be added to define the MTU for the bridge, the check still applies to all additional members. Print an informative message if the MTU is incorrect [1] Requested by: Niki Denev [1] Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.6 +3 -0 src/share/man/man4/if_bridge.4 1.12 +6 -1 src/sys/net/if_bridge.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:50:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815AF16A41C; Wed, 13 Jul 2005 20:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4368B43D45; Wed, 13 Jul 2005 20:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKoIll002100; Wed, 13 Jul 2005 20:50:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKoIkr002098; Wed, 13 Jul 2005 20:50:18 GMT (envelope-from jhb) Message-Id: <200507132050.j6DKoIkr002098@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:50: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/alpha/osf1 Makefile src/sys/kern 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, 13 Jul 2005 20:50:18 -0000 jhb 2005-07-13 20:50:17 UTC FreeBSD src repository Modified files: sys/alpha/osf1 Makefile sys/kern Makefile Log: Add a 'sysent' target that depends on the various files built from syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days Revision Changes Path 1.3 +4 -2 src/sys/alpha/osf1/Makefile 1.12 +4 -1 src/sys/kern/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:59:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A612E16A41C; Wed, 13 Jul 2005 20:59:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E7843D46; Wed, 13 Jul 2005 20:59:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKxJDj002643; Wed, 13 Jul 2005 20:59:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKxJCP002641; Wed, 13 Jul 2005 20:59:19 GMT (envelope-from pav) Message-Id: <200507132059.j6DKxJCP002641@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 20:59: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/toxine Makefile ports/multimedia/toxine/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, 13 Jul 2005 20:59:19 -0000 pav 2005-07-13 20:59:19 UTC FreeBSD ports repository Modified files: multimedia/toxine Makefile Added files: multimedia/toxine/files patch-configure Log: - Patch out the check for arch from configure script, the software works Submitted by: Alejandro Pulver (maintainer) Revision Changes Path 1.2 +0 -3 ports/multimedia/toxine/Makefile 1.1 +13 -0 ports/multimedia/toxine/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:01:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EC816A41C; Wed, 13 Jul 2005 21:01:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E704A43D46; Wed, 13 Jul 2005 21:01:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DL13On002859; Wed, 13 Jul 2005 21:01:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DL13cK002858; Wed, 13 Jul 2005 21:01:03 GMT (envelope-from pav) Message-Id: <200507132101.j6DL13cK002858@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21: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/graphics/gauche-gl Makefile distinfo pkg-plist ports/graphics/gauche-gl/files patch-src-glext-lib.stub X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 21:01:04 -0000 pav 2005-07-13 21:01:03 UTC FreeBSD ports repository Modified files: graphics/gauche-gl Makefile distinfo pkg-plist Added files: graphics/gauche-gl/files patch-src-glext-lib.stub Log: - Update to 0.4 PR: ports/83173 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.15 +1 -2 ports/graphics/gauche-gl/Makefile 1.5 +2 -2 ports/graphics/gauche-gl/distinfo 1.1 +18 -0 ports/graphics/gauche-gl/files/patch-src-glext-lib.stub (new) 1.7 +33 -1 ports/graphics/gauche-gl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:12:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B8616A428; Wed, 13 Jul 2005 21:12:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6836C43D48; Wed, 13 Jul 2005 21:12:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLC7Hx003619; Wed, 13 Jul 2005 21:12:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLC7tS003618; Wed, 13 Jul 2005 21:12:07 GMT (envelope-from yar) Message-Id: <200507132112.j6DLC7tS003618@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 13 Jul 2005 21:12:06 +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 witness.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, 13 Jul 2005 21:12:08 -0000 yar 2005-07-13 21:12:06 UTC FreeBSD src repository Modified files: share/man/man4 witness.4 Log: Don't start a sentence with an identifier. Add missing cross-references to SEE ALSO. X-MFC after: 6.0-RELEASE (not a big deal to bother re@) Revision Changes Path 1.10 +3 -0 src/share/man/man4/witness.4 From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:13:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A5616A41C; Wed, 13 Jul 2005 21:13:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B845243D48; Wed, 13 Jul 2005 21:13:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLDQ2m003770; Wed, 13 Jul 2005 21:13:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLDQJ0003769; Wed, 13 Jul 2005 21:13:26 GMT (envelope-from pav) Message-Id: <200507132113.j6DLDQJ0003769@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:13: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/comms Makefile ports/comms/nec2c Makefile distinfo pkg-descr pkg-plist ports/comms/nec2c/files carg.c 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: Wed, 13 Jul 2005 21:13:27 -0000 pav 2005-07-13 21:13:26 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/nec2c Makefile distinfo pkg-descr pkg-plist comms/nec2c/files carg.c patch-Makefile Log: nec2c is a translation of the NEC2 FORTRAN source code to the C language. The translation was performed mostly "by hand" and a lot of modifications to the original program were introduced in order to modernize the NEC2 and to remove as many built-in limitations as possible. The attendant SOMNEC program was also translated to C and incorporated in nec2c as a function so that Sommerfeld ground solutions are a part of the program. PR: ports/83392 Submitted by: Diane Bruce Revision Changes Path 1.136 +1 -0 ports/comms/Makefile 1.1 +46 -0 ports/comms/nec2c/Makefile (new) 1.1 +2 -0 ports/comms/nec2c/distinfo (new) 1.1 +20 -0 ports/comms/nec2c/files/carg.c (new) 1.1 +18 -0 ports/comms/nec2c/files/patch-Makefile (new) 1.1 +24 -0 ports/comms/nec2c/pkg-descr (new) 1.1 +108 -0 ports/comms/nec2c/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:17:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E86D16A41C; Wed, 13 Jul 2005 21:17:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BE243D70; Wed, 13 Jul 2005 21:17:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLH7Ht004032; Wed, 13 Jul 2005 21:17:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLH7aw004031; Wed, 13 Jul 2005 21:17:07 GMT (envelope-from pav) Message-Id: <200507132117.j6DLH7aw004031@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:17: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: 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, 13 Jul 2005 21:17:11 -0000 pav 2005-07-13 21:17:07 UTC FreeBSD ports repository Modified files: . modules Log: nec2c --> ports/comms/nec2c Revision Changes Path 1.12828 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:20:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70EFC16A41C; Wed, 13 Jul 2005 21:20:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1103143D46; Wed, 13 Jul 2005 21:20:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLK8uw004190; Wed, 13 Jul 2005 21:20:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLK8JF004189; Wed, 13 Jul 2005 21:20:08 GMT (envelope-from pav) Message-Id: <200507132120.j6DLK8JF004189@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:20: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/mail/postfix-current/files patch-makedefs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 21:20:09 -0000 pav 2005-07-13 21:20:08 UTC FreeBSD ports repository Modified files: mail/postfix-current/files patch-makedefs Log: - Fix build on FreeBSD 7 PR: ports/83415 Submitted by: Marcus Grando (maintainer) Revision Changes Path 1.2 +5 -3 ports/mail/postfix-current/files/patch-makedefs From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:22:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E4B16A41C; Wed, 13 Jul 2005 21:22:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5307943D48; Wed, 13 Jul 2005 21:22:54 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLMsiq004348; Wed, 13 Jul 2005 21:22:54 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLMs3G004347; Wed, 13 Jul 2005 21:22:54 GMT (envelope-from mezz) Message-Id: <200507132122.j6DLMs3G004347@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 13 Jul 2005 21:22: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/x11-toolkits/gtksourceview 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, 13 Jul 2005 21:22:54 -0000 mezz 2005-07-13 21:22:54 UTC FreeBSD ports repository Modified files: x11-toolkits/gtksourceview Makefile distinfo pkg-plist Log: Update to 1.2.1. Revision Changes Path 1.26 +1 -2 ports/x11-toolkits/gtksourceview/Makefile 1.17 +2 -2 ports/x11-toolkits/gtksourceview/distinfo 1.13 +7 -0 ports/x11-toolkits/gtksourceview/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:23:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F3A16A41C; Wed, 13 Jul 2005 21:23:41 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB66443D46; Wed, 13 Jul 2005 21:23:40 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLNeRg004393; Wed, 13 Jul 2005 21:23:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLNeYp004392; Wed, 13 Jul 2005 21:23:40 GMT (envelope-from yar) Message-Id: <200507132123.j6DLNeYp004392@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 13 Jul 2005 21:23: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/sbin/ifconfig ifconfig.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, 13 Jul 2005 21:23:41 -0000 yar 2005-07-13 21:23:40 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags so that ifconfig(8) can print them. MFC after: 5 days Revision Changes Path 1.114 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:29:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F5216A41C; Wed, 13 Jul 2005 21:29:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B649B43D46; Wed, 13 Jul 2005 21:29:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLTB2W004610; Wed, 13 Jul 2005 21:29:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLTBXl004609; Wed, 13 Jul 2005 21:29:11 GMT (envelope-from pav) Message-Id: <200507132129.j6DLTBXl004609@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:29: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/ecb 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, 13 Jul 2005 21:29:12 -0000 pav 2005-07-13 21:29:11 UTC FreeBSD ports repository Modified files: devel/ecb Makefile distinfo pkg-plist Log: - Update to 2.32 PR: ports/83389 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.18 +1 -1 ports/devel/ecb/Makefile 1.15 +2 -2 ports/devel/ecb/distinfo 1.10 +4 -0 ports/devel/ecb/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:35:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BF216A41C; Wed, 13 Jul 2005 21:35:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8105043D45; Wed, 13 Jul 2005 21:35:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLZRhi004916; Wed, 13 Jul 2005 21:35:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLZRxG004915; Wed, 13 Jul 2005 21:35:27 GMT (envelope-from pav) Message-Id: <200507132135.j6DLZRxG004915@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:35: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/wmwifi Makefile ports/net/wmwifi/files patch-wireless.c patch-wmwifi.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, 13 Jul 2005 21:35:28 -0000 pav 2005-07-13 21:35:27 UTC FreeBSD ports repository Modified files: net/wmwifi Makefile net/wmwifi/files patch-wireless.c patch-wmwifi.c Log: - The code walking the interface list will issue the SIOCGIFMEDIA ioctl to every interface. This ioctl will fail on if_fwe and if_plip (and probably others). Therefore make the failing ioctl() non-fatal and issue a warning only. PR: ports/83381 Submitted by: Ulrich Spoerlein (maintainer) Revision Changes Path 1.2 +1 -0 ports/net/wmwifi/Makefile 1.2 +27 -2 ports/net/wmwifi/files/patch-wireless.c 1.2 +30 -5 ports/net/wmwifi/files/patch-wmwifi.c From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:36:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F4D16A41C; Wed, 13 Jul 2005 21:36:37 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE60D43D48; Wed, 13 Jul 2005 21:36:36 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLaaif004976; Wed, 13 Jul 2005 21:36:36 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLaakJ004975; Wed, 13 Jul 2005 21:36:36 GMT (envelope-from flz) Message-Id: <200507132136.j6DLaakJ004975@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 21:36: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/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: Wed, 13 Jul 2005 21:36:37 -0000 flz 2005-07-13 21:36:36 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile distinfo Log: - Update to 3.0.3. PR: ports/83399 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/www/pecl-APC/Makefile 1.6 +2 -2 ports/www/pecl-APC/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:38:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D9A16A41C; Wed, 13 Jul 2005 21:38:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03AF43D46; Wed, 13 Jul 2005 21:38:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLcWrs005166; Wed, 13 Jul 2005 21:38:32 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLcWCq005165; Wed, 13 Jul 2005 21:38:32 GMT (envelope-from ache) Message-Id: <200507132138.j6DLcWCq005165@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 13 Jul 2005 21: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/www/lynx-current 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, 13 Jul 2005 21:38:33 -0000 ache 2005-07-13 21:38:32 UTC FreeBSD ports repository Modified files: www/lynx-current Makefile distinfo Log: Upgrade to 2.8.6dev.13 Revision Changes Path 1.166 +2 -2 ports/www/lynx-current/Makefile 1.177 +2 -2 ports/www/lynx-current/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:38:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3288B16A41C; Wed, 13 Jul 2005 21:38:36 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7EEC43D46; Wed, 13 Jul 2005 21:38:35 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLcZkt005197; Wed, 13 Jul 2005 21:38:35 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLcZk2005196; Wed, 13 Jul 2005 21:38:35 GMT (envelope-from flz) Message-Id: <200507132138.j6DLcZk2005196@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 21:38: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/security/pecl-ssh2 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, 13 Jul 2005 21:38:36 -0000 flz 2005-07-13 21:38:35 UTC FreeBSD ports repository Modified files: security/pecl-ssh2 Makefile distinfo Log: - Update to 0.9. PR: ports/83402 Submitted by: Marcus Grando Revision Changes Path 1.2 +1 -4 ports/security/pecl-ssh2/Makefile 1.2 +2 -2 ports/security/pecl-ssh2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:38:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 097F616A41C; Wed, 13 Jul 2005 21:38:59 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C013843D46; Wed, 13 Jul 2005 21:38:58 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLcwNw005233; Wed, 13 Jul 2005 21:38:58 GMT (envelope-from nik@repoman.freebsd.org) Received: (from nik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLcw0o005232; Wed, 13 Jul 2005 21:38:58 GMT (envelope-from nik) Message-Id: <200507132138.j6DLcw0o005232@repoman.freebsd.org> From: Nik Clayton Date: Wed, 13 Jul 2005 21: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/graphics/scr2png 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, 13 Jul 2005 21:38:59 -0000 nik 2005-07-13 21:38:58 UTC FreeBSD ports repository Modified files: graphics/scr2png Makefile distinfo Log: Bump portversion to 1.2. This version includes a '-v' flag, which makes the colours more closely resemble those of a VGA adapter. Revision Changes Path 1.11 +1 -2 ports/graphics/scr2png/Makefile 1.3 +2 -2 ports/graphics/scr2png/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:39:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911D16A41C; Wed, 13 Jul 2005 21:39:44 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD3843D4C; Wed, 13 Jul 2005 21:39:44 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLdiTu005293; Wed, 13 Jul 2005 21:39:44 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLdiSm005292; Wed, 13 Jul 2005 21:39:44 GMT (envelope-from flz) Message-Id: <200507132139.j6DLdiSm005292@repoman.freebsd.org> From: Florent Thoumie Date: Wed, 13 Jul 2005 21: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/security/libssh2 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, 13 Jul 2005 21:39:44 -0000 flz 2005-07-13 21:39:44 UTC FreeBSD ports repository Modified files: security/libssh2 Makefile distinfo Log: - Update to 0.11. PR: ports/83401 Submitted by: Marcus Grando Revision Changes Path 1.4 +2 -2 ports/security/libssh2/Makefile 1.3 +2 -2 ports/security/libssh2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:45:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5849C16A41C; Wed, 13 Jul 2005 21:45:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15BE643D48; Wed, 13 Jul 2005 21:45:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLjOgE005620; Wed, 13 Jul 2005 21:45:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLjOvY005619; Wed, 13 Jul 2005 21:45:24 GMT (envelope-from pav) Message-Id: <200507132145.j6DLjOvY005619@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:45: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/ossp-cfg Makefile distinfo ports/devel/ossp-cfg/files manpages.mk patch-cfg_fmt.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, 13 Jul 2005 21:45:25 -0000 pav 2005-07-13 21:45:24 UTC FreeBSD ports repository Modified files: devel/ossp-cfg Makefile distinfo Removed files: devel/ossp-cfg/files manpages.mk patch-cfg_fmt.c Log: - Update to 0.9.9 PR: ports/83407 Submitted by: Marcus Grando Revision Changes Path 1.13 +3 -4 ports/devel/ossp-cfg/Makefile 1.5 +2 -2 ports/devel/ossp-cfg/distinfo 1.2 +0 -1 ports/devel/ossp-cfg/files/manpages.mk (dead) 1.2 +0 -15 ports/devel/ossp-cfg/files/patch-cfg_fmt.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:48:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F062816A41C; Wed, 13 Jul 2005 21:48:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B157E43D45; Wed, 13 Jul 2005 21:48:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLmECT005700; Wed, 13 Jul 2005 21:48:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLmEh3005699; Wed, 13 Jul 2005 21:48:14 GMT (envelope-from pav) Message-Id: <200507132148.j6DLmEh3005699@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:48: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/postfix/files patch-makedefs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 21:48:15 -0000 pav 2005-07-13 21:48:14 UTC FreeBSD ports repository Modified files: mail/postfix/files patch-makedefs Log: - Fix build on FreeBSD 7 PR: ports/83414 Submitted by: Marcus Grando Approved by: Vivek Khera (maintainer) Revision Changes Path 1.3 +5 -3 ports/mail/postfix/files/patch-makedefs From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:52:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC2D16A41C; Wed, 13 Jul 2005 21:52:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB3043D45; Wed, 13 Jul 2005 21:52:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLqBvr005883; Wed, 13 Jul 2005 21:52:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLqAiN005882; Wed, 13 Jul 2005 21:52:10 GMT (envelope-from pav) Message-Id: <200507132152.j6DLqAiN005882@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:52: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/devel/ossp-xds 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, 13 Jul 2005 21:52:11 -0000 pav 2005-07-13 21:52:10 UTC FreeBSD ports repository Modified files: devel/ossp-xds Makefile distinfo Log: - Update to 0.9.2 PR: ports/83408 Submitted by: Marcus Grando Revision Changes Path 1.5 +1 -1 ports/devel/ossp-xds/Makefile 1.2 +2 -2 ports/devel/ossp-xds/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:57:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB42516A41C; Wed, 13 Jul 2005 21:57:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A4E743D46; Wed, 13 Jul 2005 21:57:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLvdSL006108; Wed, 13 Jul 2005 21:57:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLvdaP006107; Wed, 13 Jul 2005 21:57:39 GMT (envelope-from pav) Message-Id: <200507132157.j6DLvdaP006107@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:57: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/ossp-val Makefile distinfo ports/devel/ossp-val/files manpages.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, 13 Jul 2005 21:57:39 -0000 pav 2005-07-13 21:57:39 UTC FreeBSD ports repository Modified files: devel/ossp-val Makefile distinfo Removed files: devel/ossp-val/files manpages.mk Log: - Update to 0.9.3 PR: ports/83410 Submitted by: Marcus Grando Revision Changes Path 1.14 +5 -7 ports/devel/ossp-val/Makefile 1.5 +2 -2 ports/devel/ossp-val/distinfo 1.2 +0 -2 ports/devel/ossp-val/files/manpages.mk (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 22:00:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F15B16A41C; Wed, 13 Jul 2005 22:00:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3A343D48; Wed, 13 Jul 2005 22:00:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DM0pnf006337; Wed, 13 Jul 2005 22:00:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DM0psp006336; Wed, 13 Jul 2005 22:00:51 GMT (envelope-from pav) Message-Id: <200507132200.j6DM0psp006336@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 22:00: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/devel/ossp-l2 Makefile distinfo ports/devel/ossp-l2/files manpages.mk patch-l2_ut_format.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, 13 Jul 2005 22:00:51 -0000 pav 2005-07-13 22:00:51 UTC FreeBSD ports repository Modified files: devel/ossp-l2 Makefile distinfo Removed files: devel/ossp-l2/files manpages.mk patch-l2_ut_format.c Log: - Update to 0.9.10 PR: ports/83412 Submitted by: Marcus Grando Revision Changes Path 1.15 +4 -5 ports/devel/ossp-l2/Makefile 1.5 +2 -2 ports/devel/ossp-l2/distinfo 1.2 +0 -3 ports/devel/ossp-l2/files/manpages.mk (dead) 1.2 +0 -15 ports/devel/ossp-l2/files/patch-l2_ut_format.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 22:25:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB18E16A41F; Wed, 13 Jul 2005 22:25:47 +0000 (GMT) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F1443D48; Wed, 13 Jul 2005 22:25:47 +0000 (GMT) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DMPlcY007396; Wed, 13 Jul 2005 22:25:47 GMT (envelope-from okazaki@repoman.freebsd.org) Received: (from okazaki@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DMPlYj007395; Wed, 13 Jul 2005 22:25:47 GMT (envelope-from okazaki) Message-Id: <200507132225.j6DMPlYj007395@repoman.freebsd.org> From: OKAZAKI Tetsurou Date: Wed, 13 Jul 2005 22:25: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: 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, 13 Jul 2005 22:25:48 -0000 okazaki 2005-07-13 22:25:47 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Undo the last change. Simon Barner is a committer already. Noticed by: pav Revision Changes Path 1.414 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 13 22:50:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2B16A41C; Wed, 13 Jul 2005 22:50:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B4D43D48; Wed, 13 Jul 2005 22:50:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DMovKx008314; Wed, 13 Jul 2005 22:50:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DMovkh008313; Wed, 13 Jul 2005 22:50:57 GMT (envelope-from pav) Message-Id: <200507132250.j6DMovkh008313@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 22:50: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/games/atomix 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, 13 Jul 2005 22:50:58 -0000 pav 2005-07-13 22:50:57 UTC FreeBSD ports repository Modified files: games/atomix Makefile Log: - Fix MASTER_SITES Reported by: krismail Revision Changes Path 1.22 +1 -1 ports/games/atomix/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 22:54:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4579416A41C; Wed, 13 Jul 2005 22:54:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1334243D46; Wed, 13 Jul 2005 22:54:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DMsZqJ009110; Wed, 13 Jul 2005 22:54:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DMsZCg009107; Wed, 13 Jul 2005 22:54:35 GMT (envelope-from pav) Message-Id: <200507132254.j6DMsZCg009107@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 22:54: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 Makefile ports/net/sulci Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/sulci/files cmdlist.ru.txt sulci.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: Wed, 13 Jul 2005 22:54:36 -0000 pav 2005-07-13 22:54:35 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/sulci Makefile distinfo pkg-descr pkg-message pkg-plist net/sulci/files cmdlist.ru.txt sulci.sh.in Log: Sulci, an Jabber bot. PR: ports/83178 Submitted by: Denis Shaposhnikov Revision Changes Path 1.1514 +1 -0 ports/net/Makefile 1.1 +52 -0 ports/net/sulci/Makefile (new) 1.1 +2 -0 ports/net/sulci/distinfo (new) 1.1 +161 -0 ports/net/sulci/files/cmdlist.ru.txt (new) 1.1 +30 -0 ports/net/sulci/files/sulci.sh.in (new) 1.1 +3 -0 ports/net/sulci/pkg-descr (new) 1.1 +23 -0 ports/net/sulci/pkg-message (new) 1.1 +20 -0 ports/net/sulci/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 13 22:55:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFE316A41C; Wed, 13 Jul 2005 22:55:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B258443D46; Wed, 13 Jul 2005 22:55:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DMtRDR009232; Wed, 13 Jul 2005 22:55:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DMtRkA009231; Wed, 13 Jul 2005 22:55:27 GMT (envelope-from pav) Message-Id: <200507132255.j6DMtRkA009231@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 22:55: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: Wed, 13 Jul 2005 22:55:28 -0000 pav 2005-07-13 22:55:27 UTC FreeBSD ports repository Modified files: . modules Log: sulci --> ports/net/sulci Revision Changes Path 1.12829 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:01:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30E916A41C; Wed, 13 Jul 2005 23:01:24 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CF343D48; Wed, 13 Jul 2005 23:01:24 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DN1Of0009478; Wed, 13 Jul 2005 23:01:24 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DN1O3B009477; Wed, 13 Jul 2005 23:01:24 GMT (envelope-from kris) Message-Id: <200507132301.j6DN1O3B009477@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Jul 2005 23:01: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/misc/sshbuddy 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, 13 Jul 2005 23:01:24 -0000 kris 2005-07-13 23:01:24 UTC FreeBSD ports repository Modified files: misc/sshbuddy Makefile Log: Chase master site Revision Changes Path 1.14 +1 -1 ports/misc/sshbuddy/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:02:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB0816A41C; Wed, 13 Jul 2005 23:02:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F418243D46; Wed, 13 Jul 2005 23:02:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DN27VM009535; Wed, 13 Jul 2005 23:02:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DN27WB009534; Wed, 13 Jul 2005 23:02:07 GMT (envelope-from pav) Message-Id: <200507132302.j6DN27WB009534@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 23:02: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/py-PyX 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, 13 Jul 2005 23:02:08 -0000 pav 2005-07-13 23:02:07 UTC FreeBSD ports repository Modified files: graphics/py-PyX Makefile distinfo Log: - Update to 0.8 PR: ports/83411 Submitted by: Vsevolod Stakhov Revision Changes Path 1.4 +10 -4 ports/graphics/py-PyX/Makefile 1.2 +2 -2 ports/graphics/py-PyX/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:02:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700EA16A431; Wed, 13 Jul 2005 23:02:22 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CFE43D45; Wed, 13 Jul 2005 23:02:22 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DN2MQ7009570; Wed, 13 Jul 2005 23:02:22 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DN2Mqm009569; Wed, 13 Jul 2005 23:02:22 GMT (envelope-from kris) Message-Id: <200507132302.j6DN2Mqm009569@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Jul 2005 23:02: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/stowES 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, 13 Jul 2005 23:02:22 -0000 kris 2005-07-13 23:02:22 UTC FreeBSD ports repository Modified files: sysutils/stowES Makefile Log: Chase master site Revision Changes Path 1.10 +1 -1 ports/sysutils/stowES/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:08:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAE216A41C; Wed, 13 Jul 2005 23:08:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB0043D48; Wed, 13 Jul 2005 23:08:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DN8FCW009824; Wed, 13 Jul 2005 23:08:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DN8F9L009823; Wed, 13 Jul 2005 23:08:15 GMT (envelope-from kris) Message-Id: <200507132308.j6DN8F9L009823@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Jul 2005 23:08: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/science/clhep 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, 13 Jul 2005 23:08:16 -0000 kris 2005-07-13 23:08:15 UTC FreeBSD ports repository Modified files: science/clhep Makefile Log: Chase master site Revision Changes Path 1.8 +1 -1 ports/science/clhep/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:08:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9ED16A41C; Wed, 13 Jul 2005 23:08:56 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F89C43D46; Wed, 13 Jul 2005 23:08:56 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DN8uup009864; Wed, 13 Jul 2005 23:08:56 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DN8u3g009863; Wed, 13 Jul 2005 23:08:56 GMT (envelope-from kris) Message-Id: <200507132308.j6DN8u3g009863@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Jul 2005 23:08: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/edonkey-gui-gtk-urlslave 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, 13 Jul 2005 23:08:56 -0000 kris 2005-07-13 23:08:56 UTC FreeBSD ports repository Modified files: net/edonkey-gui-gtk-urlslave Makefile Log: Chase master site Revision Changes Path 1.12 +1 -1 ports/net/edonkey-gui-gtk-urlslave/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:10:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8C116A41C; Wed, 13 Jul 2005 23:10:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1291343D46; Wed, 13 Jul 2005 23:10:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNA2pW009926; Wed, 13 Jul 2005 23:10:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNA2kr009925; Wed, 13 Jul 2005 23:10:02 GMT (envelope-from kris) Message-Id: <200507132310.j6DNA2kr009925@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Jul 2005 23:10: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/x11/gtkchtheme 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, 13 Jul 2005 23:10:03 -0000 kris 2005-07-13 23:10:02 UTC FreeBSD ports repository Modified files: x11/gtkchtheme Makefile Log: Chase master site Revision Changes Path 1.4 +1 -1 ports/x11/gtkchtheme/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:41:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 093E316A41C; Wed, 13 Jul 2005 23:41:10 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD8E43D46; Wed, 13 Jul 2005 23:41:09 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNf90u011156; Wed, 13 Jul 2005 23:41:09 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNf9wa011155; Wed, 13 Jul 2005 23:41:09 GMT (envelope-from mi) Message-Id: <200507132341.j6DNf9wa011155@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 13 Jul 2005 23:41: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/graphics/libmng 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, 13 Jul 2005 23:41:10 -0000 mi 2005-07-13 23:41:09 UTC FreeBSD ports repository Modified files: graphics/libmng Makefile Log: Remove requirement for particular versions of liblcms and libjpeg. Revision Changes Path 1.21 +2 -2 ports/graphics/libmng/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:49:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFCC16A41C; Wed, 13 Jul 2005 23:49:26 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED3743D46; Wed, 13 Jul 2005 23:49:26 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNnQea011465; Wed, 13 Jul 2005 23:49:26 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNnQno011464; Wed, 13 Jul 2005 23:49:26 GMT (envelope-from perky) Message-Id: <200507132349.j6DNnQno011464@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 13 Jul 2005 23:49: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/korean/aleefonts-ttf 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, 13 Jul 2005 23:49:26 -0000 perky 2005-07-13 23:49:26 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo pkg-plist Log: Update to 4.5 Revision Changes Path 1.7 +2 -2 ports/korean/aleefonts-ttf/Makefile 1.5 +2 -2 ports/korean/aleefonts-ttf/distinfo 1.4 +1 -1 ports/korean/aleefonts-ttf/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:51:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1266516A41C; Wed, 13 Jul 2005 23:51:16 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C672D43D49; Wed, 13 Jul 2005 23:51:15 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNpFaD011616; Wed, 13 Jul 2005 23:51:15 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNpFQ7011615; Wed, 13 Jul 2005 23:51:15 GMT (envelope-from lawrance) Message-Id: <200507132351.j6DNpFQ7011615@repoman.freebsd.org> From: Sam Lawrance Date: Wed, 13 Jul 2005 23:51: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/lockdown 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, 13 Jul 2005 23:51:16 -0000 lawrance 2005-07-13 23:51:15 UTC FreeBSD ports repository Modified files: security/lockdown Makefile Log: Mark broken on 4.x Approved by: maintainer Revision Changes Path 1.6 +7 -1 ports/security/lockdown/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:52:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5822516A41C; Wed, 13 Jul 2005 23:52:56 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D260943D5C; Wed, 13 Jul 2005 23:52:55 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNqt5l011698; Wed, 13 Jul 2005 23:52:55 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNqtUS011697; Wed, 13 Jul 2005 23:52:55 GMT (envelope-from mi) Message-Id: <200507132352.j6DNqtUS011697@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 13 Jul 2005 23:52: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/graphics/djvulibre Makefile ports/textproc/wordnet 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, 13 Jul 2005 23:52:56 -0000 mi 2005-07-13 23:52:55 UTC FreeBSD ports repository Modified files: graphics/djvulibre Makefile textproc/wordnet Makefile Log: Remove the requirements for particular shared library versions on two more ports, which I created. Revision Changes Path 1.35 +2 -2 ports/graphics/djvulibre/Makefile 1.9 +1 -1 ports/textproc/wordnet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:58:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E9116A41C; Wed, 13 Jul 2005 23:58:58 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1612143D48; Wed, 13 Jul 2005 23:58:58 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNwv7N012067; Wed, 13 Jul 2005 23:58:57 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNwvbn012066; Wed, 13 Jul 2005 23:58:57 GMT (envelope-from emax) Message-Id: <200507132358.j6DNwvbn012066@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 13 Jul 2005 23:58: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/dev/kbd kbd.c kbdreg.h src/sys/dev/syscons syscons.c src/sys/sys kbio.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, 13 Jul 2005 23:58:58 -0000 emax 2005-07-13 23:58:57 UTC FreeBSD src repository Modified files: sys/dev/kbd kbd.c kbdreg.h sys/dev/syscons syscons.c sys/sys kbio.h Log: kbdmux(4) keyboard multiplexer integration o Add two new ioctl's KBADDKBD and KBRELKBD. These are used to add and remove keyboard to (and from) kbdmux(4) keyboard multiplexer; o Introduce new kbd_find_keyboard2() function. It does exactly the same job as kbd_find_keyboard() function except it allows to specify starting index. This function can be used to iterate over keyboards array; o Re-implement kbd_find_keyboard() as call to kbd_find_keyboard2() with starting index of zero; o Make sure syscons(4) passed KBADDKBD and KBRELKBD ioctl's onto currently active keyboard. These changes should not have any visible effect. MFC after: 1 week Revision Changes Path 1.44 +17 -3 src/sys/dev/kbd/kbd.c 1.18 +1 -0 src/sys/dev/kbd/kbdreg.h 1.437 +7 -0 src/sys/dev/syscons/syscons.c 1.8 +5 -1 src/sys/sys/kbio.h From owner-cvs-all@FreeBSD.ORG Wed Jul 13 23:58:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80FC16A433; Wed, 13 Jul 2005 23:58:59 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7509043D46; Wed, 13 Jul 2005 23:58:59 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNwxFx012096; Wed, 13 Jul 2005 23:58:59 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNwxE9012095; Wed, 13 Jul 2005 23:58:59 GMT (envelope-from perky) Message-Id: <200507132358.j6DNwxE9012095@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 13 Jul 2005 23:58: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/korean/unfonts-ttf 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, 13 Jul 2005 23:59:00 -0000 perky 2005-07-13 23:58:59 UTC FreeBSD ports repository Modified files: korean/unfonts-ttf Makefile Log: Chase master site URL change. Revision Changes Path 1.5 +2 -2 ports/korean/unfonts-ttf/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 00:02:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE74916A41C; Thu, 14 Jul 2005 00:02:16 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E37A43D45; Thu, 14 Jul 2005 00:02:16 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E02GHD012308; Thu, 14 Jul 2005 00:02:16 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E02GZ8012307; Thu, 14 Jul 2005 00:02:16 GMT (envelope-from perky) Message-Id: <200507140002.j6E02GZ8012307@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 14 Jul 2005 00:02: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/korean/nabi 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, 14 Jul 2005 00:02:17 -0000 perky 2005-07-14 00:02:16 UTC FreeBSD ports repository Modified files: korean/nabi Makefile Log: Chase master site URL change. Revision Changes Path 1.23 +2 -3 ports/korean/nabi/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 00:12:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804BC16A41C; Thu, 14 Jul 2005 00:12:32 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC0B43D48; Thu, 14 Jul 2005 00:12:32 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E0CWVl013004; Thu, 14 Jul 2005 00:12:32 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E0CVdH013003; Thu, 14 Jul 2005 00:12:31 GMT (envelope-from perky) Message-Id: <200507140012.j6E0CVdH013003@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 14 Jul 2005 00: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/korean Makefile ports/korean/mplayer-fonts Makefile distinfo pkg-descr pkg-message 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, 14 Jul 2005 00:12:32 -0000 perky 2005-07-14 00:12:31 UTC FreeBSD ports repository Modified files: korean Makefile Removed files: korean/mplayer-fonts Makefile distinfo pkg-descr pkg-message pkg-plist Log: Remove port for korean/mplayer-fonts. It's not so useful now because mplayer supports usual Korean truetype fonts for subtitle. Revision Changes Path 1.114 +0 -1 ports/korean/Makefile 1.9 +0 -87 ports/korean/mplayer-fonts/Makefile (dead) 1.6 +0 -8 ports/korean/mplayer-fonts/distinfo (dead) 1.2 +0 -7 ports/korean/mplayer-fonts/pkg-descr (dead) 1.2 +0 -8 ports/korean/mplayer-fonts/pkg-message (dead) 1.2 +0 -123 ports/korean/mplayer-fonts/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 00:15:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D9A916A41C; Thu, 14 Jul 2005 00:15:34 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE9A43D45; Thu, 14 Jul 2005 00:15:34 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E0FYYv013252; Thu, 14 Jul 2005 00:15:34 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E0FYfS013251; Thu, 14 Jul 2005 00:15:34 GMT (envelope-from perky) Message-Id: <200507140015.j6E0FYfS013251@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 14 Jul 2005 00:15: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 MOVED 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, 14 Jul 2005 00:15:34 -0000 perky 2005-07-14 00:15:33 UTC FreeBSD ports repository Modified files: . MOVED . modules Log: - Remove modules mapping for korean/mplayer-fonts. - Note about the removal on MOVED. Revision Changes Path 1.12830 +0 -1 CVSROOT/modules 1.715 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Jul 14 00:43:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B5416A41C; Thu, 14 Jul 2005 00:43:29 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A42743D46; Thu, 14 Jul 2005 00:43:29 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E0hTTe014175; Thu, 14 Jul 2005 00:43:29 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E0hTP6014174; Thu, 14 Jul 2005 00:43:29 GMT (envelope-from jylefort) Message-Id: <200507140043.j6E0hTP6014174@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 14 Jul 2005 00:43: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/gtklife Makefile distinfo pkg-plist ports/games/gtklife/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: Thu, 14 Jul 2005 00:43:29 -0000 jylefort 2005-07-14 00:43:28 UTC FreeBSD ports repository Modified files: games/gtklife Makefile distinfo Removed files: games/gtklife pkg-plist games/gtklife/files patch-Makefile Log: - Update to 4.2 - Respect ${GTK_CONFIG} - Use a dynamic packing list - Override the vendor's install target (ensures correct permissions/ownerships) - Use ${MAKE_ARGS} rather than patching the vendor's Makefile - Reformat the Makefile Revision Changes Path 1.4 +40 -12 ports/games/gtklife/Makefile 1.3 +2 -2 ports/games/gtklife/distinfo 1.3 +0 -33 ports/games/gtklife/files/patch-Makefile (dead) 1.4 +0 -395 ports/games/gtklife/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 03:19:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F9416A41C; Thu, 14 Jul 2005 03:19:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1337143D45; Thu, 14 Jul 2005 03:19:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E3JUMA026488; Thu, 14 Jul 2005 03:19:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E3JUiC026487; Thu, 14 Jul 2005 03:19:30 GMT (envelope-from marcus) Message-Id: <200507140319.j6E3JUiC026487@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 03:19: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/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: Thu, 14 Jul 2005 03:19:31 -0000 marcus 2005-07-14 03:19:30 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: Update to 1.0.5. This release addresses numerous security bugs as well as adds some stability enhancements. Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5 Revision Changes Path 1.124 +2 -2 ports/www/firefox/Makefile 1.23 +2 -2 ports/www/firefox/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:32:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98AC516A41C; Thu, 14 Jul 2005 04:32:24 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B81C43D45; Thu, 14 Jul 2005 04:32:24 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4WOew029230; Thu, 14 Jul 2005 04:32:24 GMT (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4WO9P029229; Thu, 14 Jul 2005 04:32:24 GMT (envelope-from andy) Message-Id: <200507140432.j6E4WO9P029229@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 14 Jul 2005 04:32:24 +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/ru/news news.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, 14 Jul 2005 04:32:24 -0000 andy 2005-07-14 04:32:23 UTC FreeBSD doc repository Modified files: ru/news news.xml Log: Synchronize with English 1.314 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.39 +99 -2 www/ru/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:44:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70EBA16A41C; Thu, 14 Jul 2005 04:44:26 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BED43D46; Thu, 14 Jul 2005 04:44:26 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4iQrw029663; Thu, 14 Jul 2005 04:44:26 GMT (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4iQCR029662; Thu, 14 Jul 2005 04:44:26 GMT (envelope-from andy) Message-Id: <200507140444.j6E4iQCR029662@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 14 Jul 2005 04:44:25 +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/ru_RU.KOI8-R/books/developers-handbook/secure 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: Thu, 14 Jul 2005 04:44:26 -0000 andy 2005-07-14 04:44:25 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/developers-handbook/secure chapter.sgml Log: Synchronize with English 1.26 Submitted by: Vitaly Bogdanov Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +163 -50 doc/ru_RU.KOI8-R/books/developers-handbook/secure/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:47:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5600416A41C; Thu, 14 Jul 2005 04:47:05 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2B243D45; Thu, 14 Jul 2005 04:47:04 +0000 (GMT) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4l42R032579; Thu, 14 Jul 2005 04:47:04 GMT (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4l49S032564; Thu, 14 Jul 2005 04:47:04 GMT (envelope-from andy) Message-Id: <200507140447.j6E4l49S032564@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 14 Jul 2005 04:47:04 +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/ru_RU.KOI8-R/books/developers-handbook/policies 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: Thu, 14 Jul 2005 04:47:05 -0000 andy 2005-07-14 04:47:04 UTC FreeBSD doc repository Added files: ru_RU.KOI8-R/books/developers-handbook/policies chapter.sgml Log: Synchronize with English 1.31 Submitted by: Vitaly Bogdanov Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.1 +469 -0 doc/ru_RU.KOI8-R/books/developers-handbook/policies/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:53:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA1E16A41C; Thu, 14 Jul 2005 04:53:07 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BAE143D45; Thu, 14 Jul 2005 04:53:07 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4r6JW036968; Thu, 14 Jul 2005 04:53:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4r6AC036967; Thu, 14 Jul 2005 04:53:06 GMT (envelope-from marcus) Message-Id: <200507140453.j6E4r6AC036967@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 04:53: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/mail/thunderbird 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, 14 Jul 2005 04:53:07 -0000 marcus 2005-07-14 04:53:06 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo Log: Update to 1.0.5. This is primarily a security and stability fix release. Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list of vulnerabilities fixed in 1.0.5 Revision Changes Path 1.46 +1 -2 ports/mail/thunderbird/Makefile 1.17 +2 -2 ports/mail/thunderbird/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:53:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AD616A41C; Thu, 14 Jul 2005 04:53:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAA743D48; Thu, 14 Jul 2005 04:53:41 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4rfgb037022; Thu, 14 Jul 2005 04:53:41 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4rfpk037021; Thu, 14 Jul 2005 04:53:41 GMT (envelope-from marcus) Message-Id: <200507140453.j6E4rfpk037021@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 04:53: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/mail/enigmail-thunderbird 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, 14 Jul 2005 04:53:42 -0000 marcus 2005-07-14 04:53:41 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile Log: Chase the Thunderbird directory. Revision Changes Path 1.18 +1 -1 ports/mail/enigmail-thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 04:55:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C855F16A41C; Thu, 14 Jul 2005 04:55:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8947743D45; Thu, 14 Jul 2005 04:55:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E4tI9J037127; Thu, 14 Jul 2005 04:55:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E4tI2c037126; Thu, 14 Jul 2005 04:55:18 GMT (envelope-from marcus) Message-Id: <200507140455.j6E4tI2c037126@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 04:55: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/firefox 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, 14 Jul 2005 04:55:18 -0000 marcus 2005-07-14 04:55:18 UTC FreeBSD ports repository Modified files: www/firefox Makefile Log: Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR. Reported by: Andrzej Tobola Revision Changes Path 1.125 +1 -1 ports/www/firefox/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 05:01:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B33216A41C; Thu, 14 Jul 2005 05:01:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2DF43D45; Thu, 14 Jul 2005 05:01:52 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E51qvh037443; Thu, 14 Jul 2005 05:01:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E51q1e037442; Thu, 14 Jul 2005 05:01:52 GMT (envelope-from marcus) Message-Id: <200507140501.j6E51q1e037442@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 05:01: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-fonts/libXft Makefile distinfo ports/x11-fonts/libXft/files patch-ltmain.sh patch-xftfreetype.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, 14 Jul 2005 05:01:53 -0000 marcus 2005-07-14 05:01:52 UTC FreeBSD ports repository Modified files: x11-fonts/libXft Makefile distinfo Removed files: x11-fonts/libXft/files patch-ltmain.sh patch-xftfreetype.c Log: Update to 2.1.7. Revision Changes Path 1.30 +3 -4 ports/x11-fonts/libXft/Makefile 1.9 +2 -4 ports/x11-fonts/libXft/distinfo 1.2 +0 -51 ports/x11-fonts/libXft/files/patch-ltmain.sh (dead) 1.6 +0 -12 ports/x11-fonts/libXft/files/patch-xftfreetype.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 05:06:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D7B16A41C; Thu, 14 Jul 2005 05:06:30 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CF343D46; Thu, 14 Jul 2005 05:06:30 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E56Ufu037645; Thu, 14 Jul 2005 05:06:30 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E56U0R037644; Thu, 14 Jul 2005 05:06:30 GMT (envelope-from novel) Message-Id: <200507140506.j6E56U0R037644@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 05:06: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/mail/nbsmtp 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, 14 Jul 2005 05:06:30 -0000 novel 2005-07-14 05:06:30 UTC FreeBSD ports repository Modified files: mail/nbsmtp Makefile Log: - Include SSL in OPTIONS (like lang/php4, mail/courier-imap, mail/qmail, etc) PR: 83420 Submitted by: Marcus Grando Revision Changes Path 1.11 +5 -4 ports/mail/nbsmtp/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 05:22:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DA516A41C; Thu, 14 Jul 2005 05:22:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA82543D46; Thu, 14 Jul 2005 05:22:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E5MFk8038292; Thu, 14 Jul 2005 05:22:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E5MFh8038291; Thu, 14 Jul 2005 05:22:15 GMT (envelope-from novel) Message-Id: <200507140522.j6E5MFh8038291@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 05:22: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/htpdate 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, 14 Jul 2005 05:22:16 -0000 novel 2005-07-14 05:22:15 UTC FreeBSD ports repository Modified files: net/htpdate Makefile distinfo Log: - Update to 0.8.4 - Add ipv6 to CATEGORIES - Do not unpack and then pack again man page PR: 83417 Submitted by: Vsevolod Stakhov (maintainer) Revision Changes Path 1.4 +5 -6 ports/net/htpdate/Makefile 1.4 +2 -2 ports/net/htpdate/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 05:25:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EF116A41C; Thu, 14 Jul 2005 05:25:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A4F43D48; Thu, 14 Jul 2005 05:25:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E5PZGg038420; Thu, 14 Jul 2005 05:25:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E5PZVU038419; Thu, 14 Jul 2005 05:25:35 GMT (envelope-from marcus) Message-Id: <200507140525.j6E5PZVU038419@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 05:25:35 +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/gnome/docs faq2.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, 14 Jul 2005 05:25:35 -0000 marcus 2005-07-14 05:25:35 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Update the Tinderbox FAQ to include the new amd64 Tinderbox node. Revision Changes Path 1.92 +20 -11 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 05:38:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C6F116A41C; Thu, 14 Jul 2005 05:38:36 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD34E43D45; Thu, 14 Jul 2005 05:38:35 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E5cZBh038834; Thu, 14 Jul 2005 05:38:35 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E5cZKu038833; Thu, 14 Jul 2005 05:38:35 GMT (envelope-from novel) Message-Id: <200507140538.j6E5cZKu038833@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 05:38: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/deskutils/gdesklets 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, 14 Jul 2005 05:38:36 -0000 novel 2005-07-14 05:38:35 UTC FreeBSD ports repository Modified files: deskutils/gdesklets Makefile Log: Add MASTER_SITE_GENTOO to MASTER_SITES to fix fetch. Reported by: poinyhat via kris Revision Changes Path 1.38 +2 -1 ports/deskutils/gdesklets/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 06:04:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537EE16A41C; Thu, 14 Jul 2005 06:04:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C6743D48; Thu, 14 Jul 2005 06:04:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E6448E039769; Thu, 14 Jul 2005 06:04:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E644na039768; Thu, 14 Jul 2005 06:04:04 GMT (envelope-from ahze) Message-Id: <200507140604.j6E644na039768@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 06:04: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/multimedia/vlc Makefile ports/multimedia/vlc-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: Thu, 14 Jul 2005 06:04:05 -0000 ahze 2005-07-14 06:04:04 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile multimedia/vlc-devel Makefile Log: - Fix lib depends to libtar.. Revision Changes Path 1.114 +1 -1 ports/multimedia/vlc-devel/Makefile 1.109 +1 -1 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 06:22:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BFF16A41C; Thu, 14 Jul 2005 06:22:52 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5F443D45; Thu, 14 Jul 2005 06:22:52 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E6MqUK040553; Thu, 14 Jul 2005 06:22:52 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E6MquD040552; Thu, 14 Jul 2005 06:22:52 GMT (envelope-from erwin) Message-Id: <200507140622.j6E6MquD040552@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 14 Jul 2005 06:22: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: 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, 14 Jul 2005 06:22:52 -0000 erwin 2005-07-14 06:22:51 UTC FreeBSD ports repository Modified files: . modules Log: Add sysutils_gag for ports/sysutils/gag as we already have a gag in security Revision Changes Path 1.12831 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 06:24:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF1DE16A41C; Thu, 14 Jul 2005 06:24:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D6243D46; Thu, 14 Jul 2005 06:24:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E6OvIQ040651; Thu, 14 Jul 2005 06:24:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E6Ov1p040650; Thu, 14 Jul 2005 06:24:57 GMT (envelope-from ale) Message-Id: <200507140624.j6E6Ov1p040650@repoman.freebsd.org> From: Alex Dupre Date: Thu, 14 Jul 2005 06:24: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/mail/enigmail Makefile distinfo ports/mail/enigmail-thunderbird pkg-deinstall pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 06:24:58 -0000 ale 2005-07-14 06:24:57 UTC FreeBSD ports repository Modified files: mail/enigmail Makefile distinfo mail/enigmail-thunderbird pkg-deinstall pkg-install Log: Update to 0.92.0 release: - New support for OpenPGP SmartCards Revision Changes Path 1.9 +1 -1 ports/mail/enigmail-thunderbird/pkg-deinstall 1.9 +1 -1 ports/mail/enigmail-thunderbird/pkg-install 1.27 +2 -2 ports/mail/enigmail/Makefile 1.18 +4 -4 ports/mail/enigmail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:08:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B518216A41C; Thu, 14 Jul 2005 07:08:50 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F9C43D49; Thu, 14 Jul 2005 07:08:50 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E78oJu042183; Thu, 14 Jul 2005 07:08:50 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E78oWe042182; Thu, 14 Jul 2005 07:08:50 GMT (envelope-from grehan) Message-Id: <200507140708.j6E78oWe042182@repoman.freebsd.org> From: Peter Grehan Date: Thu, 14 Jul 2005 07:08: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/etc/etc.powerpc ttys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 07:08:50 -0000 grehan 2005-07-14 07:08:49 UTC FreeBSD src repository Modified files: etc/etc.powerpc ttys Log: Remove obsolete ttya/ttyb entries and replace with ttyy0/1. Mark origin of ofw_console(4) and zs(4) devices. MFC after: 3 days Revision Changes Path 1.2 +4 -2 src/etc/etc.powerpc/ttys From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:09:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3082316A41F; Thu, 14 Jul 2005 07:09:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82C943D46; Thu, 14 Jul 2005 07:09:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E791I7042216; Thu, 14 Jul 2005 07:09:01 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E791oV042215; Thu, 14 Jul 2005 07:09:01 GMT (envelope-from sem) Message-Id: <200507140709.j6E791oV042215@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 07:09: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/lang/tclX 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, 14 Jul 2005 07:09:02 -0000 sem 2005-07-14 07:09:01 UTC FreeBSD ports repository Modified files: lang/tclX Makefile Log: - Unbreak the port to find out what wrong with pkg-list is. Revision Changes Path 1.49 +1 -1 ports/lang/tclX/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:31:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4342416A41C; Thu, 14 Jul 2005 07:31:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0680243D46; Thu, 14 Jul 2005 07:31:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E7VCVw043088; Thu, 14 Jul 2005 07:31:12 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E7VCV8043087; Thu, 14 Jul 2005 07:31:12 GMT (envelope-from thierry) Message-Id: <200507140731.j6E7VCV8043087@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 14 Jul 2005 07: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/french/aster 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, 14 Jul 2005 07:31:13 -0000 thierry 2005-07-14 07:31:12 UTC FreeBSD ports repository Modified files: french/aster Makefile Log: Mark BROKEN on amd64: segmentation fault when it compiles the "catalogue of elements". Reported by: Kris via pointyhat Revision Changes Path 1.25 +3 -0 ports/french/aster/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:32:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98E5816A41F; Thu, 14 Jul 2005 07:32:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6619743D48; Thu, 14 Jul 2005 07:32:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E7WjZV043196; Thu, 14 Jul 2005 07:32:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E7Wje3043195; Thu, 14 Jul 2005 07:32:45 GMT (envelope-from ahze) Message-Id: <200507140732.j6E7Wje3043195@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 07:32: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/multimedia/mjpegtools Makefile distinfo pkg-plist ports/multimedia/mjpegtools/files patch-configure patch-lavtools::lavpipe.c patch-mpeg2enc::picture.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: Thu, 14 Jul 2005 07:32:45 -0000 ahze 2005-07-14 07:32:44 UTC FreeBSD ports repository Modified files: multimedia/mjpegtools Makefile distinfo pkg-plist Removed files: multimedia/mjpegtools/files patch-configure patch-lavtools::lavpipe.c patch-mpeg2enc::picture.cc Log: - Update to 1.6.3-rc1 Revision Changes Path 1.45 +6 -15 ports/multimedia/mjpegtools/Makefile 1.5 +2 -2 ports/multimedia/mjpegtools/distinfo 1.4 +0 -23 ports/multimedia/mjpegtools/files/patch-configure (dead) 1.2 +0 -10 ports/multimedia/mjpegtools/files/patch-lavtools::lavpipe.c (dead) 1.2 +0 -15 ports/multimedia/mjpegtools/files/patch-mpeg2enc::picture.cc (dead) 1.10 +25 -10 ports/multimedia/mjpegtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:35:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1232716A41C; Thu, 14 Jul 2005 07:35:11 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F4643D46; Thu, 14 Jul 2005 07:35:10 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E7ZAXd043399; Thu, 14 Jul 2005 07:35:10 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E7ZADg043398; Thu, 14 Jul 2005 07:35:10 GMT (envelope-from ahze) Message-Id: <200507140735.j6E7ZADg043398@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 07: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/multimedia/dvdstyler Makefile ports/multimedia/gstreamer-plugins-mplex Makefile ports/multimedia/gstreamer-plugins-mpeg2enc Makefile ports/multimedia/gstreamer-plugins Makefile.common ports/multimedia/mjpegtools-yuvfilters 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, 14 Jul 2005 07:35:11 -0000 ahze 2005-07-14 07:35:10 UTC FreeBSD ports repository Modified files: multimedia/dvdstyler Makefile multimedia/gstreamer-plugins-mplex Makefile multimedia/gstreamer-plugins-mpeg2enc Makefile multimedia/gstreamer-plugins Makefile.common multimedia/mjpegtools-yuvfilters Makefile Log: - Chase mjpegtools lib version Revision Changes Path 1.13 +2 -1 ports/multimedia/dvdstyler/Makefile 1.4 +1 -1 ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile 1.4 +1 -1 ports/multimedia/gstreamer-plugins-mplex/Makefile 1.15 +2 -2 ports/multimedia/gstreamer-plugins/Makefile.common 1.3 +2 -1 ports/multimedia/mjpegtools-yuvfilters/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:36:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F4716A41C; Thu, 14 Jul 2005 07:36:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0489E43D48; Thu, 14 Jul 2005 07:36:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E7a4L8043467; Thu, 14 Jul 2005 07:36:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E7a43T043466; Thu, 14 Jul 2005 07:36:04 GMT (envelope-from ahze) Message-Id: <200507140736.j6E7a43T043466@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 07:36: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/multimedia/y4mscaler 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, 14 Jul 2005 07:36:05 -0000 ahze 2005-07-14 07:36:04 UTC FreeBSD ports repository Modified files: multimedia/y4mscaler Makefile distinfo Log: - Update to 8.1 Revision Changes Path 1.6 +2 -2 ports/multimedia/y4mscaler/Makefile 1.3 +2 -2 ports/multimedia/y4mscaler/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 07:44:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6EF16A41C; Thu, 14 Jul 2005 07:44:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EE543D48; Thu, 14 Jul 2005 07:44:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6E7iXLa039215; Thu, 14 Jul 2005 09:44:33 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6E7iXJh039214; Thu, 14 Jul 2005 09:44:33 +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: Mikhail Teterin In-Reply-To: <200507132352.j6DNqtUS011697@repoman.freebsd.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mbiqOYhNnh3MpjYP3pF/" Date: Thu, 14 Jul 2005 09:44:32 +0200 Message-Id: <1121327072.38958.0.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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: Thu, 14 Jul 2005 07:44:36 -0000 --=-mbiqOYhNnh3MpjYP3pF/ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Mikhail Teterin p=ED=B9e v st 13. 07. 2005 v 23:52 +0000: > mi 2005-07-13 23:52:55 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > graphics/djvulibre Makefile=20 > textproc/wordnet Makefile=20 > Log: > Remove the requirements for particular shared library versions on two > more ports, which I created. Is this something we agreed to do, or you are going as a sole man against long term practice? --=20 Pav Lucistnik I will give you a name, and I shall call you Sting. --=-mbiqOYhNnh3MpjYP3pF/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1hfgntdYP8FOsoIRAoIjAKCddg7P8AUWcf/ZrJO4Mnc+gyblHQCfaTyd 8Cknt8H/fgpeL/O/EuHURTU= =lT1J -----END PGP SIGNATURE----- --=-mbiqOYhNnh3MpjYP3pF/-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:01:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D585616A41C; Thu, 14 Jul 2005 08:01:47 +0000 (GMT) (envelope-from marks@ripe.net) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B78F43D46; Thu, 14 Jul 2005 08:01:47 +0000 (GMT) (envelope-from marks@ripe.net) Received: by postman.ripe.net (Postfix, from userid 4008) id 084AD24552; Thu, 14 Jul 2005 10:01:46 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 967122456A; Thu, 14 Jul 2005 10:01:44 +0200 (CEST) Received: from laptop.santcroos.net (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id j6E81imq008681; Thu, 14 Jul 2005 10:01:44 +0200 Received: (nullmailer pid 1665 invoked by uid 1001); Thu, 14 Jul 2005 07:30:51 -0000 Date: Thu, 14 Jul 2005 09:30:51 +0200 From: Mark Santcroos To: Brooks Davis Message-ID: <20050714073051.GA1606@laptop.santcroos.net> References: <200506300452.j5U4ql7G080651@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506300452.j5U4ql7G080651@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-RIPE-Spam-Level: X-RIPE-Spam-Tests: ALL_TRUSTED,BAYES_00 X-RIPE-Spam-Status: N 0.022957 / -5.9 X-RIPE-Signature: 6ee5636277fa134555ed3eacb216e0b6 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d Makefile wpa_supplicant X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 08:01:48 -0000 Hi Brooks, Do you think we should add /var/run/wpa_supplicant to BSD.var.dist? Mark On Thu, Jun 30, 2005 at 04:52:47AM +0000, Brooks Davis wrote: > brooks 2005-06-30 04:52:47 UTC > > FreeBSD src repository > > Modified files: > etc network.subr > etc/rc.d Makefile > Added files: > etc/rc.d wpa_supplicant > Log: > Add support for starting wpa_supplicant by adding the WPA keyword to an > interface's ifconfig_ entry in /etc/rc.conf. > > Approved by: re (network interface startup blanket) > > Revision Changes Path > 1.163 +2 -2 src/etc/network.subr > http://localhost/cgi-bin/cvsweb.cgi/src/etc/network.subr.diff?r1=1.162&r2=1.163&f=h > 1.53 +1 -1 src/etc/rc.d/Makefile > http://localhost/cgi-bin/cvsweb.cgi/src/etc/rc.d/Makefile.diff?r1=1.52&r2=1.53&f=h > 1.1 +29 -0 src/etc/rc.d/wpa_supplicant (new) > http://localhost/cgi-bin/cvsweb.cgi/src/etc/rc.d/wpa_supplicant?rev=1.1&content-type=text/x-cvsweb-markup -- RIPE NCC - Delft University of Technology - The FreeBSD Project marks@ripe.net - m.a.santcroos@ewi.tudelft.nl - marks@freebsd.org From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:02:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E466A16A41C; Thu, 14 Jul 2005 08:02:36 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A592B43D45; Thu, 14 Jul 2005 08:02:36 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E82ato044377; Thu, 14 Jul 2005 08:02:36 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E82aW6044376; Thu, 14 Jul 2005 08:02:36 GMT (envelope-from niels) Message-Id: <200507140802.j6E82aW6044376@repoman.freebsd.org> From: Niels Heinen Date: Thu, 14 Jul 2005 08:02: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/german/ding 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, 14 Jul 2005 08:02:37 -0000 niels 2005-07-14 08:02:35 UTC FreeBSD ports repository Modified files: german/ding Makefile distinfo pkg-descr pkg-plist Log: Upgraded to version 1.4. The 1.3 version was unfetchable which caused the port to be BROKEN. Approved by: nectar (mentor) Reported by: pointyhat via kris Revision Changes Path 1.7 +6 -3 ports/german/ding/Makefile 1.5 +2 -2 ports/german/ding/distinfo 1.2 +1 -1 ports/german/ding/pkg-descr 1.3 +2 -1 ports/german/ding/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:13:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AA3CE16A41F; Thu, 14 Jul 2005 08:13:45 +0000 (GMT) Date: Thu, 14 Jul 2005 08:13:45 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20050714081345.GA20050@FreeBSD.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <1121327072.38958.0.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1121327072.38958.0.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.2.1i Cc: Mikhail Teterin , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 08:13:45 -0000 On Thu, Jul 14, 2005 at 09:44:32AM +0200, Pav Lucistnik wrote: > Mikhail Teterin p??e v st 13. 07. 2005 v 23:52 +0000: > > mi 2005-07-13 23:52:55 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/djvulibre Makefile > > textproc/wordnet Makefile > > Log: > > Remove the requirements for particular shared library versions on two > > more ports, which I created. > > Is this something we agreed to do, or you are going as a sole man > against long term practice? I also do not like this change. It's very convenient to see what happens to port with its dependencies getting particular .so version bump (as it can be more than just PORTREVISION++). With your change, it's harded to track. If I were you, I'd back 'em out. ./danfe From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:21:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02DD216A41F; Thu, 14 Jul 2005 08:21:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDA143D48; Thu, 14 Jul 2005 08:21:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8LDKc045162; Thu, 14 Jul 2005 08:21:13 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8LD9H045161; Thu, 14 Jul 2005 08:21:13 GMT (envelope-from sem) Message-Id: <200507140821.j6E8LD9H045161@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:21: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/sysutils/nut Makefile distinfo pkg-plist ports/sysutils/nut/files nut.sh.sample patch-Makefile.in patch-man_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: Thu, 14 Jul 2005 08:21:14 -0000 sem 2005-07-14 08:21:12 UTC FreeBSD ports repository Modified files: sysutils/nut Makefile distinfo pkg-plist sysutils/nut/files nut.sh.sample Added files: sysutils/nut/files patch-Makefile.in Removed files: sysutils/nut/files patch-man_Makefile.in Log: - Update to 2.0.2 - Make the port as master for soon-coming new ports - Resort MASTER_SITES - Homour portlint - Improve rcNG script - New maintainer PR: ports/83318 Submitted by: Joerg Pulz Approved by: DougB Revision Changes Path 1.30 +62 -17 ports/sysutils/nut/Makefile 1.17 +4 -4 ports/sysutils/nut/distinfo 1.5 +6 -3 ports/sysutils/nut/files/nut.sh.sample 1.1 +37 -0 ports/sysutils/nut/files/patch-Makefile.in (new) 1.3 +0 -11 ports/sysutils/nut/files/patch-man_Makefile.in (dead) 1.18 +5 -2 ports/sysutils/nut/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:21:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB51816A41C; Thu, 14 Jul 2005 08:21:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB1843D45; Thu, 14 Jul 2005 08:21:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8Lfi9045215; Thu, 14 Jul 2005 08:21:41 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8LfXt045214; Thu, 14 Jul 2005 08:21:41 GMT (envelope-from leeym) Message-Id: <200507140821.j6E8LfXt045214@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 14 Jul 2005 08:21: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/p5-CGI-SSI 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, 14 Jul 2005 08:21:41 -0000 leeym 2005-07-14 08:21:41 UTC FreeBSD ports repository Modified files: www/p5-CGI-SSI Makefile distinfo Log: - update to p5-CGI-SSI-0.86 Revision Changes Path 1.2 +1 -1 ports/www/p5-CGI-SSI/Makefile 1.3 +2 -2 ports/www/p5-CGI-SSI/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:34:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 834FF16A41C; Thu, 14 Jul 2005 08:34:17 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4550E43D49; Thu, 14 Jul 2005 08:34:17 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8YH7U045775; Thu, 14 Jul 2005 08:34:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8YHpj045774; Thu, 14 Jul 2005 08:34:17 GMT (envelope-from clsung) Message-Id: <200507140834.j6E8YHpj045774@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 14 Jul 2005 08:34: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/lang/pugs 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, 14 Jul 2005 08:34:17 -0000 clsung 2005-07-14 08:34:16 UTC FreeBSD ports repository Modified files: lang/pugs Makefile distinfo pkg-plist Log: - update to 6.2.8 Revision Changes Path 1.7 +4 -2 ports/lang/pugs/Makefile 1.6 +2 -2 ports/lang/pugs/distinfo 1.4 +8 -1 ports/lang/pugs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:37:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0216916A41C; Thu, 14 Jul 2005 08:37:26 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AA243D46; Thu, 14 Jul 2005 08:37:25 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8bPn7046024; Thu, 14 Jul 2005 08:37:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8bPvL046023; Thu, 14 Jul 2005 08:37:25 GMT (envelope-from sem) Message-Id: <200507140837.j6E8bPvL046023@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:37: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 Makefile ports/sysutils/nut-libupsclient 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, 14 Jul 2005 08:37:26 -0000 sem 2005-07-14 08:37:25 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/nut-libupsclient Makefile pkg-plist Log: Slave port to sysutils/nut: the libupsclient archive and headers PR: ports/83318 Submitted by: Joerg Pulz Revision Changes Path 1.675 +1 -0 ports/sysutils/Makefile 1.1 +24 -0 ports/sysutils/nut-libupsclient/Makefile (new) 1.1 +5 -0 ports/sysutils/nut-libupsclient/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:37:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A41E16A41C; Thu, 14 Jul 2005 08:37:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D279343D46; Thu, 14 Jul 2005 08:37:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8bd5D046086; Thu, 14 Jul 2005 08:37:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8bdoW046085; Thu, 14 Jul 2005 08:37:39 GMT (envelope-from sem) Message-Id: <200507140837.j6E8bdoW046085@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:37: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: 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, 14 Jul 2005 08:37:40 -0000 sem 2005-07-14 08:37:39 UTC FreeBSD ports repository Modified files: . modules Log: nut-libupsclient --> ports/sysutils/nut-libupsclient Revision Changes Path 1.12832 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:39:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E77116A41C; Thu, 14 Jul 2005 08:39:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23E743D49; Thu, 14 Jul 2005 08:39:00 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8d0V4046200; Thu, 14 Jul 2005 08:39:00 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8d0Zi046197; Thu, 14 Jul 2005 08:39:00 GMT (envelope-from sem) Message-Id: <200507140839.j6E8d0Zi046197@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:39: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/sysutils Makefile ports/sysutils/nut-snmp 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, 14 Jul 2005 08:39:01 -0000 sem 2005-07-14 08:39:00 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/nut-snmp Makefile pkg-plist Log: SNMP ups driver for sysutils/nut PR: ports/83318 Submitted by: Joerg Pulz Revision Changes Path 1.676 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/nut-snmp/Makefile (new) 1.1 +1 -0 ports/sysutils/nut-snmp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:39:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DEA216A41C; Thu, 14 Jul 2005 08:39:14 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D0743D48; Thu, 14 Jul 2005 08:39:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8dDDU046256; Thu, 14 Jul 2005 08:39:13 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8dDsk046255; Thu, 14 Jul 2005 08:39:13 GMT (envelope-from sem) Message-Id: <200507140839.j6E8dDsk046255@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:39: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: 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, 14 Jul 2005 08:39:14 -0000 sem 2005-07-14 08:39:13 UTC FreeBSD ports repository Modified files: . modules Log: nut-snmp --> ports/sysutils/nut-snmp Revision Changes Path 1.12833 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:40:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A7716A41C; Thu, 14 Jul 2005 08:40:26 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16ABE43D46; Thu, 14 Jul 2005 08:40:26 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8ePUF046412; Thu, 14 Jul 2005 08:40:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8ePOB046411; Thu, 14 Jul 2005 08:40:25 GMT (envelope-from sem) Message-Id: <200507140840.j6E8ePOB046411@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:40: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 Makefile ports/sysutils/nut-usb 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, 14 Jul 2005 08:40:26 -0000 sem 2005-07-14 08:40:25 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/nut-usb Makefile pkg-plist Log: USB ups driver for sysutils/nut PR: ports/83318 Submitted by: Joerg Pulz Revision Changes Path 1.677 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/nut-usb/Makefile (new) 1.1 +1 -0 ports/sysutils/nut-usb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:40:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACC716A41F; Thu, 14 Jul 2005 08:40:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE0F43D46; Thu, 14 Jul 2005 08:40:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8ecxc046474; Thu, 14 Jul 2005 08:40:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8echW046473; Thu, 14 Jul 2005 08:40:38 GMT (envelope-from sem) Message-Id: <200507140840.j6E8echW046473@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:40: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: 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, 14 Jul 2005 08:40:39 -0000 sem 2005-07-14 08:40:38 UTC FreeBSD ports repository Modified files: . modules Log: nut-usb --> ports/sysutils/nut-usb Revision Changes Path 1.12834 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:42:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A7F16A41F; Thu, 14 Jul 2005 08:42:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2479B43D46; Thu, 14 Jul 2005 08:42:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8gqWN046620; Thu, 14 Jul 2005 08:42:52 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8gpTh046619; Thu, 14 Jul 2005 08:42:51 GMT (envelope-from vs) Message-Id: <200507140842.j6E8gpTh046619@repoman.freebsd.org> From: Volker Stolz Date: Thu, 14 Jul 2005 08:42: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/misc/fortune-mod-futurama Makefile pkg-message ports/misc/fortune-mod-futurama/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: Thu, 14 Jul 2005 08:42:52 -0000 vs 2005-07-14 08:42:51 UTC FreeBSD ports repository Modified files: misc/fortune-mod-futurama Makefile Added files: misc/fortune-mod-futurama/files pkg-message.in Removed files: misc/fortune-mod-futurama pkg-message Log: Proper pkg-message handling Based on PR: ports/83008 Submitted by: Dima Panov Revision Changes Path 1.8 +2 -1 ports/misc/fortune-mod-futurama/Makefile 1.1 +2 -0 ports/misc/fortune-mod-futurama/files/pkg-message.in (new) 1.2 +0 -2 ports/misc/fortune-mod-futurama/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:44:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3050016A41C; Thu, 14 Jul 2005 08:44:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53C143D46; Thu, 14 Jul 2005 08:44:33 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8iXRo046699; Thu, 14 Jul 2005 08:44:33 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8iXJU046698; Thu, 14 Jul 2005 08:44:33 GMT (envelope-from sem) Message-Id: <200507140844.j6E8iXJU046698@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 08:44:33 +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: Thu, 14 Jul 2005 08:44:34 -0000 sem 2005-07-14 08:44:33 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Joerg Pulz Revision Changes Path 1.415 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 08:52:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D4616A41F; Thu, 14 Jul 2005 08:52:37 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A6D43D45; Thu, 14 Jul 2005 08:52:37 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E8qbQT053995; Thu, 14 Jul 2005 08:52:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E8qa1D053994; Thu, 14 Jul 2005 08:52:36 GMT (envelope-from clsung) Message-Id: <200507140852.j6E8qa1D053994@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 14 Jul 2005 08: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/graphics/p5-Image-Grab 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, 14 Jul 2005 08:52:37 -0000 clsung 2005-07-14 08:52:36 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Grab Makefile distinfo Log: - update to 1.4.2 PR: 83435 Submitted by: Anatoliy Dmytriyev (maintainer) Revision Changes Path 1.7 +2 -2 ports/graphics/p5-Image-Grab/Makefile 1.4 +2 -2 ports/graphics/p5-Image-Grab/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 09:11:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8D816A41C; Thu, 14 Jul 2005 09:11:46 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E65243D46; Thu, 14 Jul 2005 09:11:46 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E9Bkbw054760; Thu, 14 Jul 2005 09:11:46 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E9BkOI054759; Thu, 14 Jul 2005 09:11:46 GMT (envelope-from clement) Message-Id: <200507140911.j6E9BkOI054759@repoman.freebsd.org> From: Clement Laforet Date: Thu, 14 Jul 2005 09:11: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/cactid 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, 14 Jul 2005 09:11:47 -0000 clement 2005-07-14 09:11:45 UTC FreeBSD ports repository Modified files: net/cactid Makefile distinfo pkg-plist Log: - Update to 0.8.6e Revision Changes Path 1.6 +2 -3 ports/net/cactid/Makefile 1.2 +2 -2 ports/net/cactid/distinfo 1.4 +1 -0 ports/net/cactid/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:22:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F1116A41C; Thu, 14 Jul 2005 10:22:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEF543D49; Thu, 14 Jul 2005 10:22:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAM9un061147; Thu, 14 Jul 2005 10:22:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAM9pQ061146; Thu, 14 Jul 2005 10:22:09 GMT (envelope-from rwatson) Message-Id: <200507141022.j6EAM9pQ061146@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 10:22:09 +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 conf.h mac.h mac_policy.h src/sys/kern kern_conf.c tty_pty.c src/sys/security/mac mac_vfs.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.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, 14 Jul 2005 10:22:10 -0000 rwatson 2005-07-14 10:22:09 UTC FreeBSD src repository Modified files: sys/sys conf.h mac.h mac_policy.h sys/kern kern_conf.c tty_pty.c sys/security/mac mac_vfs.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/fs/devfs devfs_devs.c devfs_vnops.c Log: When devfs cloning takes place, provide access to the credential of the process that caused the clone event to take place for the device driver creating the device. This allows cloned device drivers to adapt the device node based on security aspects of the process, such as the uid, gid, and MAC label. - Add a cred reference to struct cdev, so that when a device node is instantiated as a vnode, the cloning credential can be exposed to MAC. - Add make_dev_cred(), a version of make_dev() that additionally accepts the credential to stick in the struct cdev. Implement it and make_dev() in terms of a back-end make_dev_credv(). - Add a new event handler, dev_clone_cred, which can be registered to receive the credential instead of dev_clone, if desired. - Modify the MAC entry point mac_create_devfs_device() to accept an optional credential pointer (may be NULL), so that MAC policies can inspect and act on the label or other elements of the credential when initializing the skeleton device protections. - Modify tty_pty.c to register clone_dev_cred and invoke make_dev_cred(), so that the pty clone credential is exposed to the MAC Framework. While currently primarily focussed on MAC policies, this change is also a prerequisite for changes to allow ptys to be instantiated with the UID of the process looking up the pty. This requires further changes to the pty driver -- in particular, to immediately recycle pty nodes on last close so that the credential-related state can be recreated on next lookup. Submitted by: Andrew Reisse Obtained from: TrustedBSD Project Sponsored by: SPAWAR, SPARTA MFC after: 1 week MFC note: Merge to 6.x, but not 5.x for ABI reasons Revision Changes Path 1.37 +2 -1 src/sys/fs/devfs/devfs_devs.c 1.115 +7 -3 src/sys/fs/devfs/devfs_vnops.c 1.187 +40 -5 src/sys/kern/kern_conf.c 1.138 +8 -7 src/sys/kern/tty_pty.c 1.109 +7 -2 src/sys/security/mac/mac_vfs.c 1.88 +2 -2 src/sys/security/mac_biba/mac_biba.c 1.36 +2 -2 src/sys/security/mac_lomac/mac_lomac.c 1.73 +2 -2 src/sys/security/mac_mls/mac_mls.c 1.53 +2 -2 src/sys/security/mac_stub/mac_stub.c 1.61 +5 -2 src/sys/security/mac_test/mac_test.c 1.223 +8 -0 src/sys/sys/conf.h 1.68 +2 -2 src/sys/sys/mac.h 1.67 +5 -1 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:34:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E4BC16A41C; Thu, 14 Jul 2005 10:34:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3015D43D45; Thu, 14 Jul 2005 10:34:13 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAYDQX061617; Thu, 14 Jul 2005 10:34:13 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAYDYY061616; Thu, 14 Jul 2005 10:34:13 GMT (envelope-from ceri) Message-Id: <200507141034.j6EAYDYY061616@repoman.freebsd.org> From: Ceri Davies Date: Thu, 14 Jul 2005 10:34: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 freebsd.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 10:34:13 -0000 ceri 2005-07-14 10:34:12 UTC FreeBSD doc repository Modified files: en freebsd.css Log: Collapse the h1, h2 and h3 styles into one. Revision Changes Path 1.6 +2 -10 www/en/freebsd.css From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:41:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6CF16A41C; Thu, 14 Jul 2005 10:41:01 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E6543D46; Thu, 14 Jul 2005 10:41:01 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAf1fm061962; Thu, 14 Jul 2005 10:41:01 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAf1OR061961; Thu, 14 Jul 2005 10:41:01 GMT (envelope-from jmz) Message-Id: <200507141041.j6EAf1OR061961@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 14 Jul 2005 10:41: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/textproc/ispell 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, 14 Jul 2005 10:41:01 -0000 jmz 2005-07-14 10:41:01 UTC FreeBSD ports repository Modified files: textproc/ispell Makefile Log: Add a second master site (opendarwin.org) Revision Changes Path 1.96 +2 -1 ports/textproc/ispell/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:46:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0A516A41C; Thu, 14 Jul 2005 10:46:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA0143D45; Thu, 14 Jul 2005 10:46:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAk4kU062191; Thu, 14 Jul 2005 10:46:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAk416062190; Thu, 14 Jul 2005 10:46:04 GMT (envelope-from rwatson) Message-Id: <200507141046.j6EAk416062190@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 10:46: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/sys mac_policy.h src/sys/kern kern_mac.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, 14 Jul 2005 10:46:04 -0000 rwatson 2005-07-14 10:46:04 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h sys/kern kern_mac.c Log: Bump the module versions of the MAC Framework and MAC policy modules from 2 (6.x) to 3 (7.x) to allow for future changes in the MAC policy module ABI in 7.x. Obtained from: TrustedBSD Project Revision Changes Path 1.118 +5 -1 src/sys/kern/kern_mac.c 1.68 +1 -1 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 10:54:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E44F16A41C; Thu, 14 Jul 2005 10:54:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BE443D4C; Thu, 14 Jul 2005 10:54:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAsAxc062487; Thu, 14 Jul 2005 10:54:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAsABe062486; Thu, 14 Jul 2005 10:54:10 GMT (envelope-from pav) Message-Id: <200507141054.j6EAsABe062486@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 10:54: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/math Makefile ports/math/wxMaxima 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, 14 Jul 2005 10:54:11 -0000 pav 2005-07-14 10:54:10 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/wxMaxima Makefile distinfo pkg-descr pkg-plist Log: wxMaxima is a wxWidgets GUI for the computer algebra system maxima. Most of maxima functions are accessible through menus, some have dialogs. The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output. PR: ports/83374 Submitted by: Nicola Vitale Revision Changes Path 1.332 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/wxMaxima/Makefile (new) 1.1 +2 -0 ports/math/wxMaxima/distinfo (new) 1.1 +9 -0 ports/math/wxMaxima/pkg-descr (new) 1.1 +12 -0 ports/math/wxMaxima/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:08:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7427016A41C; Thu, 14 Jul 2005 11:08:55 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3255A43D48; Thu, 14 Jul 2005 11:08:55 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EB8t7r063044; Thu, 14 Jul 2005 11:08:55 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EB8tYi063043; Thu, 14 Jul 2005 11:08:55 GMT (envelope-from ceri) Message-Id: <200507141108.j6EB8tYi063043@repoman.freebsd.org> From: Ceri Davies Date: Thu, 14 Jul 2005 11:08:54 +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 cgi-style.pl query-pr.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: Thu, 14 Jul 2005 11:08:55 -0000 ceri 2005-07-14 11:08:54 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl query-pr.cgi Log: Bring CSS to the CGI scripts. Revision Changes Path 1.20 +9 -12 www/en/cgi/cgi-style.pl 1.40 +2 -3 www/en/cgi/query-pr.cgi From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:10:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4592D16A41C; Thu, 14 Jul 2005 11:10:36 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654D543D53; Thu, 14 Jul 2005 11:10:35 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1Dt1bu-000Hmn-7w; Thu, 14 Jul 2005 12:10:34 +0100 Date: Thu, 14 Jul 2005 12:10:34 +0100 From: Ceri Davies To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050714111034.GV80131@submonkey.net> Mail-Followup-To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200507141108.j6EB8tYi063043@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0QFb0wBpEddLcDHQ" Content-Disposition: inline In-Reply-To: <200507141108.j6EB8tYi063043@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: Subject: Re: cvs commit: www/en/cgi cgi-style.pl query-pr.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: Thu, 14 Jul 2005 11:10:36 -0000 --0QFb0wBpEddLcDHQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 11:08:54AM +0000, Ceri Davies wrote: > ceri 2005-07-14 11:08:54 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/cgi cgi-style.pl query-pr.cgi=20 > Log: > Bring CSS to the CGI scripts. > =20 > Revision Changes Path > 1.20 +9 -12 www/en/cgi/cgi-style.pl > 1.40 +2 -3 www/en/cgi/query-pr.cgi www/en/cgi/dosendpr.cgi is in progress, but uses html.pl which makes it a little more annoying (I need/want to eliminate that usage first). Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --0QFb0wBpEddLcDHQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1kgqocfcwTS3JF8RAjAqAJ0fAz9NCfMG4W7qLfJ1Mop670JxjwCeI0+/ 8R0iCKrEyAFaUdBahP7fFNg= =6DKk -----END PGP SIGNATURE----- --0QFb0wBpEddLcDHQ-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:26:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A993D16A41C; Thu, 14 Jul 2005 11:26:17 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697C043D48; Thu, 14 Jul 2005 11:26:17 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBQHKk064041; Thu, 14 Jul 2005 11:26:17 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBQHXG064040; Thu, 14 Jul 2005 11:26:17 GMT (envelope-from ceri) Message-Id: <200507141126.j6EBQHXG064040@repoman.freebsd.org> From: Ceri Davies Date: Thu, 14 Jul 2005 11:26:17 +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 freebsd.css www/en/cgi dosendpr.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: Thu, 14 Jul 2005 11:26:17 -0000 ceri 2005-07-14 11:26:17 UTC FreeBSD doc repository Modified files: en freebsd.css en/cgi dosendpr.cgi Log: Add some decent markup to the output of dosendpr.cgi. The prerror class added to freebsd.css is not currently used; this will happen once dosendpr.cgi is converted to use cgi-style.pl rather than html.pl. Revision Changes Path 1.22 +15 -11 www/en/cgi/dosendpr.cgi 1.7 +6 -1 www/en/freebsd.css From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:42:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A9C16A41C; Thu, 14 Jul 2005 11:42:07 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D18F43D48; Thu, 14 Jul 2005 11:42:07 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBg78i064650; Thu, 14 Jul 2005 11:42:07 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBg7FZ064649; Thu, 14 Jul 2005 11:42:07 GMT (envelope-from glebius) Message-Id: <200507141142.j6EBg7FZ064649@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 14 Jul 2005 11:42:06 +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.0R todo.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, 14 Jul 2005 11:42:07 -0000 glebius 2005-07-14 11:42:06 UTC FreeBSD doc repository (src committer) Modified files: en/releases/6.0R todo.sgml Log: I am working on ARP race problem. Revision Changes Path 1.17 +3 -3 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:45:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA22A16A41C; Thu, 14 Jul 2005 11:45:56 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0C843D46; Thu, 14 Jul 2005 11:45:56 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBjutC064859; Thu, 14 Jul 2005 11:45:56 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBjuuj064858; Thu, 14 Jul 2005 11:45:56 GMT (envelope-from ceri) Message-Id: <200507141145.j6EBjuuj064858@repoman.freebsd.org> From: Ceri Davies Date: Thu, 14 Jul 2005 11:45:56 +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/network-servers 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: Thu, 14 Jul 2005 11:45:57 -0000 ceri 2005-07-14 11:45:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Reword around the fact that we now have two DHCP clients to cover. Based on a patch from: Niclas Zeising Revision Changes Path 1.69 +2 -2 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:46:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1249316A420; Thu, 14 Jul 2005 11:46:44 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1B143D45; Thu, 14 Jul 2005 11:46:43 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1Dt2An-0009bB-4h; Thu, 14 Jul 2005 12:46:37 +0100 Date: Thu, 14 Jul 2005 12:46:37 +0100 From: Ceri Davies To: Niclas Zeising Message-ID: <20050714114637.GY80131@submonkey.net> Mail-Followup-To: Ceri Davies , Niclas Zeising , Marc Fonvieille , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> <42D4FAB1.9090407@n00b.apagnu.se> <20050713114847.GB57729@abigail.blackend.org> <42D50AFE.9060203@n00b.apagnu.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3xoW37o/FfUZJwQG" Content-Disposition: inline In-Reply-To: <42D50AFE.9060203@n00b.apagnu.se> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies Cc: doc-committers@FreeBSD.org, Marc Fonvieille , cvs-all@FreeBSD.org, cvs-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Thu, 14 Jul 2005 11:46:44 -0000 --3xoW37o/FfUZJwQG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 13, 2005 at 02:37:18PM +0200, Niclas Zeising wrote: > Marc Fonvieille wrote: > >On Wed, Jul 13, 2005 at 01:27:45PM +0200, Niclas Zeising wrote: > > > >>Maybe it is. Overlooked that when I made the original patch. > >>A suggestion is to say it something like: "All specific information her= e=20 > >>regarding dhclient is for use with either of the ISC DHCP client or the= =20 > >>OpenBSD DHCP client." > > > >[...] > > > >Seems good; I will try to fix this night or if someone can do it ealier > >it'd be great (I have no access to the repo currently). >=20 > I made a patch with the change, so it doesn't get lost somewere. It's=20 > attached. Thanks Niclas; I committed something similar to the patch that you proposed. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --3xoW37o/FfUZJwQG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1lCdocfcwTS3JF8RAliTAJ49URTLbheWsvDsmQkaD4okCf8WGQCdFyt7 Qbiwe+KACbGP/rtG1Jrftis= =4AxS -----END PGP SIGNATURE----- --3xoW37o/FfUZJwQG-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:48:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C36D316A41C; Thu, 14 Jul 2005 11:48:44 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE5943D48; Thu, 14 Jul 2005 11:48:44 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBmi26065002; Thu, 14 Jul 2005 11:48:44 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBmiau065001; Thu, 14 Jul 2005 11:48:44 GMT (envelope-from sem) Message-Id: <200507141148.j6EBmiau065001@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 11:48: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/xaraya 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, 14 Jul 2005 11:48:44 -0000 sem 2005-07-14 11:48:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xaraya Makefile distinfo pkg-descr Log: Xaraya delivers the requisite infrastructure and tools to create custom web applications that include fully dynamic multi-platform Content Mangement Solutions (CMS). PR: ports/83235 Submitted by: Vsevolod Stakhov Revision Changes Path 1.1133 +1 -0 ports/www/Makefile 1.1 +79 -0 ports/www/xaraya/Makefile (new) 1.1 +2 -0 ports/www/xaraya/distinfo (new) 1.1 +10 -0 ports/www/xaraya/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:48:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35E516A41C; Thu, 14 Jul 2005 11:48:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8433843D45; Thu, 14 Jul 2005 11:48:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBmwUB065060; Thu, 14 Jul 2005 11:48:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBmwDw065059; Thu, 14 Jul 2005 11:48:58 GMT (envelope-from sem) Message-Id: <200507141148.j6EBmwDw065059@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 11:48: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: 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, 14 Jul 2005 11:48:58 -0000 sem 2005-07-14 11:48:58 UTC FreeBSD ports repository Modified files: . modules Log: xaraya --> ports/www/xaraya Revision Changes Path 1.12835 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 11:52:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1373D16A41C; Thu, 14 Jul 2005 11:52:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97C743D46; Thu, 14 Jul 2005 11:52:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBq61F065277; Thu, 14 Jul 2005 11:52:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBq6x2065276; Thu, 14 Jul 2005 11:52:06 GMT (envelope-from rwatson) Message-Id: <200507141152.j6EBq6x2065276@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 11:52:06 +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 malloc.h src/sys/kern kern_malloc.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, 14 Jul 2005 11:52:07 -0000 rwatson 2005-07-14 11:52:06 UTC FreeBSD src repository Modified files: sys/sys malloc.h sys/kern kern_malloc.c Log: Introduce a new sysctl, kern.malloc_stats, which exports kernel malloc statistics via a binary structure stream: - Add structure 'malloc_type_stream_header', which defines a stream version, definition of MAXCPUS used in the stream, and a number of malloc_type records in the stream. - Add structure 'malloc_type_header', which defines the name of the malloc type being reported on. - When the sysctl is queried, return a stream header, followed by a series of type descriptions, each consisting of a type header followed by a series of MAXCPUS malloc_type_stats structures holding per-CPU allocation information. Typical values of MAXCPUS will be 1 (UP compiled kernel) and 16 (SMP compiled kernel). This query mechanism allows user space monitoring tools to extract memory allocation statistics in a machine-readable form, and to do so at a per-CPU granularity, allowing monitoring of allocation patterns across CPUs in order to better understand the distribution of work and memory flow over multiple CPUs. While here: - Bump statistics width to uint64_t, and hard code using fixed-width type in order to be more sure about structure layout in the stream. We allocate and free a lot of memory. - Add kmemcount, a counter of the number of registered malloc types, in order to avoid excessive manual counting of types. Export via a new sysctl to allow user-space code to better size buffers. - De-XXX comment on no longer maintaining the high watermark in old sysctl monitoring code. A follow-up commit of libmemstat(3), a library to monitor kernel memory allocation, will occur in the next few days. Likewise, similar changes to UMA. Revision Changes Path 1.143 +93 -5 src/sys/kern/kern_malloc.c 1.81 +28 -8 src/sys/sys/malloc.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:20:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A82F16A41C; Thu, 14 Jul 2005 12:20:03 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1383143D46; Thu, 14 Jul 2005 12:20:03 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECK2V4066428; Thu, 14 Jul 2005 12:20:02 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECK2Hj066427; Thu, 14 Jul 2005 12:20:02 GMT (envelope-from philip) Message-Id: <200507141220.j6ECK2Hj066427@repoman.freebsd.org> From: Philip Paeps Date: Thu, 14 Jul 2005 12:20:02 +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/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 12:20:03 -0000 philip 2005-07-14 12:20:02 UTC FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Fix a minor buglet making the code match the comment. Fractional cylinders confuse fdisk and break the NanoBSD build. This is an MT5/6 candidate. MFC after: 3 days Revision Changes Path 1.16 +1 -1 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:20:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE8116A41C; Thu, 14 Jul 2005 12:20:50 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF11243D45; Thu, 14 Jul 2005 12:20:49 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECKnPE066550; Thu, 14 Jul 2005 12:20:49 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECKnVv066549; Thu, 14 Jul 2005 12:20:49 GMT (envelope-from danfe) Message-Id: <200507141220.j6ECKnVv066549@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 14 Jul 2005 12:20: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/tea 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, 14 Jul 2005 12:20:50 -0000 danfe 2005-07-14 12:20:49 UTC FreeBSD ports repository Modified files: editors/tea Makefile distinfo pkg-plist Log: Update to 10.1. Revision Changes Path 1.17 +1 -1 ports/editors/tea/Makefile 1.10 +2 -2 ports/editors/tea/distinfo 1.8 +110 -108 ports/editors/tea/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:26:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EFC216A421; Thu, 14 Jul 2005 12:26:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B45E43D46; Thu, 14 Jul 2005 12:26:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECQ8n5067814; Thu, 14 Jul 2005 12:26:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECQ8em067813; Thu, 14 Jul 2005 12:26:08 GMT (envelope-from pav) Message-Id: <200507141226.j6ECQ8em067813@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 12:26: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/x11-fonts/libXft 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, 14 Jul 2005 12:26:09 -0000 pav 2005-07-14 12:26:08 UTC FreeBSD ports repository Modified files: x11-fonts/libXft distinfo Log: - Restore distinfo for WITH_CJK knob PR: ports/83446 Submitted by: chinsan Revision Changes Path 1.10 +2 -0 ports/x11-fonts/libXft/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:28:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4392916A41F; Thu, 14 Jul 2005 12:28:16 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39A743D49; Thu, 14 Jul 2005 12:28:15 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECSFS5067954; Thu, 14 Jul 2005 12:28:15 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECSFOE067953; Thu, 14 Jul 2005 12:28:15 GMT (envelope-from remko) Message-Id: <200507141228.j6ECSFOE067953@repoman.freebsd.org> From: Remko Lodder Date: Thu, 14 Jul 2005 12:28: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: doc/en_US.ISO8859-1/share/sgml mailing-lists.ent doc/en_US.ISO8859-1/books/handbook/eresources 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: Thu, 14 Jul 2005 12:28:16 -0000 remko 2005-07-14 12:28:15 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add the FreeBSD-proliant mailinglist to the handbook and entity file. PR: docs/83409 Submitted by: David Wolfskill Revision Changes Path 1.170 +21 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.43 +4 -0 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:36:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F98516A41C; Thu, 14 Jul 2005 12:36:15 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAD243D49; Thu, 14 Jul 2005 12:36:14 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j6ECaDRT007455 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 08:36:13 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j6ECa8aX021263; Thu, 14 Jul 2005 08:36:08 -0400 (EDT) (envelope-from gallatin) Date: Thu, 14 Jul 2005 08:36:08 -0400 From: Andrew Gallatin To: Gleb Smirnoff Message-ID: <20050714083608.A21239@grasshopper.cs.duke.edu> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200507131406.j6DE6DLv066313@repoman.freebsd.org>; from glebius@FreeBSD.org on Wed, Jul 13, 2005 at 02:06:13PM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.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, 14 Jul 2005 12:36:15 -0000 Gleb Smirnoff [glebius@FreeBSD.org] wrote: > glebius 2005-07-13 14:06:13 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_xl.c > Log: > NET_LOCK_GIANT() when entering network code. > Do other drivers do this? It looks like at least em, fxp and my out-of-tree commercial driver have the same "bug". I would argue that any fiddling with Giant should go into the various if_input routines instead. Drew From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:40:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5988216A41C; Thu, 14 Jul 2005 12:40:33 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1825543D45; Thu, 14 Jul 2005 12:40:33 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECeWtO068551; Thu, 14 Jul 2005 12:40:32 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECeWsB068550; Thu, 14 Jul 2005 12:40:32 GMT (envelope-from remko) Message-Id: <200507141240.j6ECeWsB068550@repoman.freebsd.org> From: Remko Lodder Date: Thu, 14 Jul 2005 12:40:32 +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/commercial consult.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, 14 Jul 2005 12:40:33 -0000 remko 2005-07-14 12:40:32 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add Lori Design to the consult list. [1] Add WBP Systems to the consult list. [2] PR: www/83123 [1] www/83075 [2] Submitted by: Louis U. Kreuzahler [1] Ben Smith [2] Discussed with: Deryl (David D.W. Downey), Subdue on #BSDDocs (efnet) Revision Changes Path 1.45 +29 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:45:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4179816A41C; Thu, 14 Jul 2005 12:45:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31CC43D45; Thu, 14 Jul 2005 12:45:32 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECjWA2068894; Thu, 14 Jul 2005 12:45:32 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECjWE0068893; Thu, 14 Jul 2005 12:45:32 GMT (envelope-from flz) Message-Id: <200507141245.j6ECjWE0068893@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 14 Jul 2005 12:45: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/math/pecl-big_int Makefile distinfo ports/math/pecl-big_int/files patch-libbig_int-include-big_int.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, 14 Jul 2005 12:45:33 -0000 flz 2005-07-14 12:45:32 UTC FreeBSD ports repository Modified files: math/pecl-big_int Makefile distinfo Removed files: math/pecl-big_int/files patch-libbig_int-include-big_int.h Log: - Update to 1.0.7. PR: ports/83404 Submitted by: Marcus Grando Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/math/pecl-big_int/Makefile 1.2 +2 -2 ports/math/pecl-big_int/distinfo 1.2 +0 -14 ports/math/pecl-big_int/files/patch-libbig_int-include-big_int.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:46:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CFBF16A41C; Thu, 14 Jul 2005 12:46:25 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE64043D48; Thu, 14 Jul 2005 12:46:23 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:btS9UgMCSIE01kYk40Lg0BYMroL8xysKMXkNfYnLOYipYGyP+e9KN7vYEp9cCVye@kasuga.mahoroba.org [IPv6:3ffe:501:185b:8010:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.3/8.13.3) with ESMTP/inet6 id j6ECk4ec045804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 21:46:07 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 14 Jul 2005 21:45:55 +0900 Message-ID: From: Hajimu UMEMOTO To: Pav Lucistnik In-Reply-To: <200507141226.j6ECQ8em067813@repoman.freebsd.org> References: <200507141226.j6ECQ8em067813@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.0) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Thu, 14 Jul 2005 21:46:08 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-5.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ameno.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft 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, 14 Jul 2005 12:46:25 -0000 Hi, >>>>> On Thu, 14 Jul 2005 12:26:08 +0000 (UTC) >>>>> Pav Lucistnik said: pav> Modified files: pav> x11-fonts/libXft distinfo pav> Log: pav> - Restore distinfo for WITH_CJK knob pav> pav> PR: ports/83446 pav> Submitted by: chinsan The CJK patch is not applicable anymore. ume@kasuga:1007% make patch ===> Extracting for libXft-2.1.7 => Checksum OK for libXft-2.1.7.tar.bz2. => Checksum OK for cjk-patch-libXft-20041115.diff.gz. ===> Patching for libXft-2.1.7 ===> Applying distribution patches for libXft-2.1.7 1 out of 9 hunks failed--saving rejects to xftglyphs.c.rej *** Error code 1 -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:48:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A877616A427; Thu, 14 Jul 2005 12:48:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAE143D46; Thu, 14 Jul 2005 12:48:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6ECmhJf041856; Thu, 14 Jul 2005 14:48:43 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6ECmh3e041855; Thu, 14 Jul 2005 14:48:43 +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: Hajimu UMEMOTO In-Reply-To: References: <200507141226.j6ECQ8em067813@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9lV8iXj2/X5ORJTtJQgp" Date: Thu, 14 Jul 2005 14:48:42 +0200 Message-Id: <1121345323.38958.7.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft distinfo 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: Thu, 14 Jul 2005 12:48:46 -0000 --=-9lV8iXj2/X5ORJTtJQgp Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Hajimu UMEMOTO p=ED=B9e v =E8t 14. 07. 2005 v 21:45 +0900: > Hi, >=20 > >>>>> On Thu, 14 Jul 2005 12:26:08 +0000 (UTC) > >>>>> Pav Lucistnik said: >=20 > pav> Modified files: > pav> x11-fonts/libXft distinfo=20 > pav> Log: > pav> - Restore distinfo for WITH_CJK knob > pav> =20 > pav> PR: ports/83446 > pav> Submitted by: chinsan >=20 > The CJK patch is not applicable anymore. >=20 > ume@kasuga:1007% make patch > =3D=3D=3D> Extracting for libXft-2.1.7 > =3D> Checksum OK for libXft-2.1.7.tar.bz2. > =3D> Checksum OK for cjk-patch-libXft-20041115.diff.gz. > =3D=3D=3D> Patching for libXft-2.1.7 > =3D=3D=3D> Applying distribution patches for libXft-2.1.7 > 1 out of 9 hunks failed--saving rejects to xftglyphs.c.rej > *** Error code 1 Noted. Someone will have to submit an update, this patch is not supported by FreeBSD/GNOME Team. --=20 Pav Lucistnik God is real unless declared integer. --=-9lV8iXj2/X5ORJTtJQgp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1l8qntdYP8FOsoIRAkldAJ46MX+2WhR+IKel4AKUZPRmJoPUwQCfeT9f sudGMPvsm2Fey+tlEp4ofAg= =Q4em -----END PGP SIGNATURE----- --=-9lV8iXj2/X5ORJTtJQgp-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:51:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD7C16A41F; Thu, 14 Jul 2005 12:51:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE2F43D45; Thu, 14 Jul 2005 12:51:52 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j6ECpkYl018920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 16:51:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j6ECpjDX018919; Thu, 14 Jul 2005 16:51:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 14 Jul 2005 16:51:45 +0400 From: Gleb Smirnoff To: Andrew Gallatin Message-ID: <20050714125145.GA18744@cell.sick.ru> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050714083608.A21239@grasshopper.cs.duke.edu> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.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, 14 Jul 2005 12:51:54 -0000 On Thu, Jul 14, 2005 at 08:36:08AM -0400, Andrew Gallatin wrote: A> Gleb Smirnoff [glebius@FreeBSD.org] wrote: A> > glebius 2005-07-13 14:06:13 UTC A> > A> > FreeBSD src repository A> > A> > Modified files: A> > sys/pci if_xl.c A> > Log: A> > NET_LOCK_GIANT() when entering network code. A> > A> A> Do other drivers do this? It looks like at least em, fxp A> and my out-of-tree commercial driver have the same "bug". They do. Look at if_ath.c:ath_rx_proc(). This is done in functions that execute from a separate context - from task queue. em, fxp and others may not have such functions. A> I would argue that any fiddling with Giant should go into A> the various if_input routines instead. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Jul 14 12:54:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F6C16A41C; Thu, 14 Jul 2005 12:54:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8C043D46; Thu, 14 Jul 2005 12:54:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECsv22076637; Thu, 14 Jul 2005 12:54:57 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECsvw2076636; Thu, 14 Jul 2005 12:54:57 GMT (envelope-from nork) Message-Id: <200507141254.j6ECsvw2076636@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 14 Jul 2005 12:54: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/liveMedia 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, 14 Jul 2005 12:54:57 -0000 nork 2005-07-14 12:54:56 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2005.07.13. Revision Changes Path 1.197 +1 -1 ports/net/liveMedia/Makefile 1.184 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:01:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAE016A41C; Thu, 14 Jul 2005 13:01:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBEB43D45; Thu, 14 Jul 2005 13:01:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ED1ZUR077236; Thu, 14 Jul 2005 13:01:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ED1Z2l077235; Thu, 14 Jul 2005 13:01:35 GMT (envelope-from pav) Message-Id: <200507141301.j6ED1Z2l077235@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:01: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/security Makefile ports/security/newpki-lib Makefile distinfo pkg-descr pkg-plist ports/security/newpki-lib/files patch-src_CriticalSection.cpp patch-src_mString.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: Thu, 14 Jul 2005 13:01:36 -0000 pav 2005-07-14 13:01:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-lib Makefile distinfo pkg-descr pkg-plist security/newpki-lib/files patch-src_CriticalSection.cpp patch-src_mString.cpp Log: NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. PR: ports/83385 Submitted by: Vsevolod Stakhov Revision Changes Path 1.618 +1 -0 ports/security/Makefile 1.1 +61 -0 ports/security/newpki-lib/Makefile (new) 1.1 +2 -0 ports/security/newpki-lib/distinfo (new) 1.1 +11 -0 ports/security/newpki-lib/files/patch-src_CriticalSection.cpp (new) 1.1 +11 -0 ports/security/newpki-lib/files/patch-src_mString.cpp (new) 1.1 +5 -0 ports/security/newpki-lib/pkg-descr (new) 1.1 +56 -0 ports/security/newpki-lib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:01:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 620E416A437; Thu, 14 Jul 2005 13:01:37 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F99D43D46; Thu, 14 Jul 2005 13:01:37 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ED1b55077267; Thu, 14 Jul 2005 13:01:37 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ED1agR077266; Thu, 14 Jul 2005 13:01:36 GMT (envelope-from osa) Message-Id: <200507141301.j6ED1agR077266@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 14 Jul 2005 13:01: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/www/nginx 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, 14 Jul 2005 13:01:38 -0000 osa 2005-07-14 13:01:36 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.1.39. Revision Changes Path 1.31 +1 -1 ports/www/nginx/Makefile 1.29 +2 -2 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:03:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B285B16A41C; Thu, 14 Jul 2005 13:03:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E16343D46; Thu, 14 Jul 2005 13:03:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ED31ud077331; Thu, 14 Jul 2005 13:03:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ED31st077330; Thu, 14 Jul 2005 13:03:01 GMT (envelope-from pav) Message-Id: <200507141303.j6ED31st077330@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:03: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: 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, 14 Jul 2005 13:03:01 -0000 pav 2005-07-14 13:03:01 UTC FreeBSD ports repository Modified files: . modules Log: newpki-lib --> ports/security/newpki-lib Revision Changes Path 1.12836 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:06:44 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2952516A41C; Thu, 14 Jul 2005 13:06:44 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD7C43D45; Thu, 14 Jul 2005 13:06:43 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd16.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1Dt3QH-00049b-01; Thu, 14 Jul 2005 15:06:41 +0200 Received: from Andro-Beta.Leidinger.net (bHqu1YZ-Ye794ccbW7j8J8B2N7c2SCQ7havKkoX9QpIF62Lr-UaGkO@[84.165.210.187]) by fwd16.sul.t-online.de with esmtp id 1Dt3Q2-0OPVBY0; Thu, 14 Jul 2005 15:06:26 +0200 Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j6ED6Ovv015653; Thu, 14 Jul 2005 15:06:24 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Thu, 14 Jul 2005 15:06:24 +0200 Message-ID: <20050714150624.jzc6tsf36ok8kgck@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 14 Jul 2005 15:06:24 +0200 From: Alexander Leidinger To: Alexey Dokuchaev References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <1121327072.38958.0.camel@pav.hide.vol.cz> <20050714081345.GA20050@FreeBSD.org> In-Reply-To: <20050714081345.GA20050@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-ID: bHqu1YZ-Ye794ccbW7j8J8B2N7c2SCQ7havKkoX9QpIF62Lr-UaGkO@t-dialin.net X-TOI-MSGID: 516d1a43-8ef8-4887-85a5-6f83998082d0 Cc: Mikhail Teterin , cvs-ports@FreeBSD.org, Pav Lucistnik , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 13:06:44 -0000 Alexey Dokuchaev wrote: > On Thu, Jul 14, 2005 at 09:44:32AM +0200, Pav Lucistnik wrote: >> Mikhail Teterin p??e v st 13. 07. 2005 v 23:52 +0000: >> > mi 2005-07-13 23:52:55 UTC >> > >> > FreeBSD ports repository >> > >> > Modified files: >> > graphics/djvulibre Makefile >> > textproc/wordnet Makefile >> > Log: >> > Remove the requirements for particular shared library versions on two >> > more ports, which I created. >> >> Is this something we agreed to do, or you are going as a sole man >> against long term practice? AFAIK it's up to the maintainer/creator of the port if he uses a particular version number or allows every version of a library. > I also do not like this change. It's very convenient to see what > happens to port with its dependencies getting particular .so version bump > (as it can be more than just PORTREVISION++). With your change, it's harded > to track. Why is it harder? If you commit an update which changes the lib version, you have to search the ports which use it. If you e.g. committed a change to graphics/jpeg, you can grep for "graphics/jpeg". You don't need to grep for libjpeg.X. If the changed lib not only has a changed ABI but also a changed API in a way the port has to be patched, you can add the lib version at the time you change the port. At this time the port really depends upon a particular version, until then it doesn't. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Moneyliness is next to Godliness. -- Andries van Dam From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:09:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 333AF16A41C; Thu, 14 Jul 2005 13:09:04 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DE743D45; Thu, 14 Jul 2005 13:09:03 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j6ED93kB011830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 09:09:03 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j6ED8wfJ021314; Thu, 14 Jul 2005 09:08:58 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17110.25578.31335.425537@grasshopper.cs.duke.edu> Date: Thu, 14 Jul 2005 09:08:58 -0400 (EDT) To: Gleb Smirnoff In-Reply-To: <20050714125145.GA18744@cell.sick.ru> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> <20050714125145.GA18744@cell.sick.ru> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.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, 14 Jul 2005 13:09:04 -0000 Gleb Smirnoff writes: > On Thu, Jul 14, 2005 at 08:36:08AM -0400, Andrew Gallatin wrote: > A> Gleb Smirnoff [glebius@FreeBSD.org] wrote: > A> > glebius 2005-07-13 14:06:13 UTC > A> > > A> > FreeBSD src repository > A> > > A> > Modified files: > A> > sys/pci if_xl.c > A> > Log: > A> > NET_LOCK_GIANT() when entering network code. > A> > > A> > A> Do other drivers do this? It looks like at least em, fxp > A> and my out-of-tree commercial driver have the same "bug". > > They do. Look at if_ath.c:ath_rx_proc(). This is done in functions > that execute from a separate context - from task queue. > em, fxp and others may not have such functions. Ah, I hadn't realized that xl_rxeof() ran from a task queue. I'm not sure I want to know why it does that ;) Thanks for clearing that up. Drew From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:13:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99AF016A41C; Thu, 14 Jul 2005 13:13:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD3643D53; Thu, 14 Jul 2005 13:13:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDDrZJ078812; Thu, 14 Jul 2005 13:13:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDDrox078811; Thu, 14 Jul 2005 13:13:53 GMT (envelope-from pav) Message-Id: <200507141313.j6EDDrox078811@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:13: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-fonts/libXft 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, 14 Jul 2005 13:13:53 -0000 pav 2005-07-14 13:13:52 UTC FreeBSD ports repository Modified files: x11-fonts/libXft Makefile distinfo Log: - Remove WITH_CJK knob and patch, it was merged into 2.1.7 Submitted by: chinsan Revision Changes Path 1.31 +0 -6 ports/x11-fonts/libXft/Makefile 1.11 +0 -2 ports/x11-fonts/libXft/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:14:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74CF216A41C; Thu, 14 Jul 2005 13:14:33 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2815A43D45; Thu, 14 Jul 2005 13:14:33 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDEXSo078897; Thu, 14 Jul 2005 13:14:33 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDEXGM078896; Thu, 14 Jul 2005 13:14:33 GMT (envelope-from gerald) Message-Id: <200507141314.j6EDEXGM078896@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 14 Jul 2005 13:14: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/gcc33 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, 14 Jul 2005 13:14:33 -0000 gerald 2005-07-14 13:14:33 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile Log: Directly install libraries into a port-specific location instead of moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Revision Changes Path 1.200 +5 -16 ports/lang/gcc33/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:15:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A2816A41C; Thu, 14 Jul 2005 13:15:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F9843D45; Thu, 14 Jul 2005 13:15:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDFlkX079019; Thu, 14 Jul 2005 13:15:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDFl1o079018; Thu, 14 Jul 2005 13:15:47 GMT (envelope-from garga) Message-Id: <200507141315.j6EDFl1o079018@repoman.freebsd.org> From: Renato Botelho Date: Thu, 14 Jul 2005 13:15: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/security/openvpn 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, 14 Jul 2005 13:15:47 -0000 garga 2005-07-14 13:15:47 UTC FreeBSD ports repository Modified files: security/openvpn Makefile Log: Add PW_PASS option to compile with --enable-pass-save PR: 82494 Submitted by: Landon Fuller Reviewed by: Matthias Andree (maintainer) Approved by: mantainer, flz (mentor) Revision Changes Path 1.14 +9 -1 ports/security/openvpn/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:24:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F3416A41C; Thu, 14 Jul 2005 13:24:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146AE43D45; Thu, 14 Jul 2005 13:24:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDO4W5079376; Thu, 14 Jul 2005 13:24:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDO451079375; Thu, 14 Jul 2005 13:24:04 GMT (envelope-from pav) Message-Id: <200507141324.j6EDO451079375@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13: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/security Makefile ports/security/newpki-client Makefile distinfo pkg-descr ports/security/newpki-client/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: Thu, 14 Jul 2005 13:24:05 -0000 pav 2005-07-14 13:24:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-client Makefile distinfo pkg-descr security/newpki-client/files patch-configure Log: NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. GUI client that uses wxWidgets. PR: ports/83386 Submitted by: Vsevolod Stakhov Revision Changes Path 1.619 +1 -0 ports/security/Makefile 1.1 +56 -0 ports/security/newpki-client/Makefile (new) 1.1 +2 -0 ports/security/newpki-client/distinfo (new) 1.1 +62 -0 ports/security/newpki-client/files/patch-configure (new) 1.1 +5 -0 ports/security/newpki-client/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:24:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4392C16A41C; Thu, 14 Jul 2005 13:24:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0646543D45; Thu, 14 Jul 2005 13:24:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDOWvP079411; Thu, 14 Jul 2005 13:24:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDOWli079410; Thu, 14 Jul 2005 13:24:32 GMT (envelope-from pav) Message-Id: <200507141324.j6EDOWli079410@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:24: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: Thu, 14 Jul 2005 13:24:33 -0000 pav 2005-07-14 13:24:32 UTC FreeBSD ports repository Modified files: . modules Log: newpki-client ports/security/newpki-client Revision Changes Path 1.12837 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:56:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B88716A41F; Thu, 14 Jul 2005 13:56:52 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0B743D4C; Thu, 14 Jul 2005 13:56:51 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDup39081633; Thu, 14 Jul 2005 13:56:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDuprg081632; Thu, 14 Jul 2005 13:56:51 GMT (envelope-from yar) Message-Id: <200507141356.j6EDuprg081632@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 14 Jul 2005 13:56: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: Thu, 14 Jul 2005 13:56:52 -0000 yar 2005-07-14 13:56:51 UTC FreeBSD src repository Modified files: sys/net if.c Log: MFp4: - Introduce a helper function if_setflag() containing the code common to ifpromisc() and if_allmulti() instead of duplicating the code poorly, with different bugs. - Call ifp->if_ioctl() in a consistent way: always use more compatible C syntax and check whether ifp->if_ioctl is not NULL prior to the call. MFC after: 1 month Revision Changes Path 1.235 +105 -80 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:58:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE7516A41C; Thu, 14 Jul 2005 13:58:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B9C43D45; Thu, 14 Jul 2005 13:58:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDwhMd081825; Thu, 14 Jul 2005 13:58:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDwhxK081824; Thu, 14 Jul 2005 13:58:43 GMT (envelope-from pav) Message-Id: <200507141358.j6EDwhxK081824@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:58: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 Makefile ports/security/newpki-server Makefile distinfo pkg-descr pkg-plist ports/security/newpki-server/files patch-publications_ldap_configure 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: Thu, 14 Jul 2005 13:58:44 -0000 pav 2005-07-14 13:58:43 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-server Makefile distinfo pkg-descr pkg-plist security/newpki-server/files patch-publications_ldap_configure patch-src_Makefile.in Log: NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. CA implementation. PR: ports/83387 Submitted by: Vsevolod Stakhov Revision Changes Path 1.620 +1 -0 ports/security/Makefile 1.1 +62 -0 ports/security/newpki-server/Makefile (new) 1.1 +2 -0 ports/security/newpki-server/distinfo (new) 1.1 +11 -0 ports/security/newpki-server/files/patch-publications_ldap_configure (new) 1.1 +11 -0 ports/security/newpki-server/files/patch-src_Makefile.in (new) 1.1 +5 -0 ports/security/newpki-server/pkg-descr (new) 1.1 +8 -0 ports/security/newpki-server/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:59:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E98316A41C; Thu, 14 Jul 2005 13:59:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41FCA43D45; Thu, 14 Jul 2005 13:59:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDxCLa081863; Thu, 14 Jul 2005 13:59:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDxCGj081862; Thu, 14 Jul 2005 13:59:12 GMT (envelope-from pav) Message-Id: <200507141359.j6EDxCGj081862@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:59: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: 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, 14 Jul 2005 13:59:12 -0000 pav 2005-07-14 13:59:12 UTC FreeBSD ports repository Modified files: . modules Log: newpki-server ports/security/newpki-server Revision Changes Path 1.12838 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:03:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683CA16A41C; Thu, 14 Jul 2005 14:03:13 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF4F43D48; Thu, 14 Jul 2005 14:03:13 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EE3Dvt082087; Thu, 14 Jul 2005 14:03:13 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EE3Dgh082086; Thu, 14 Jul 2005 14:03:13 GMT (envelope-from gerald) Message-Id: <200507141403.j6EE3Dgh082086@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 14 Jul 2005 14:03: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/gcc34 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, 14 Jul 2005 14:03:13 -0000 gerald 2005-07-14 14:03:12 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20050712 snapshot of GCC 3.4.5. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Revision Changes Path 1.213 +4 -4 ports/lang/gcc34/Makefile 1.119 +10 -10 ports/lang/gcc34/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:05:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C08516A41C; Thu, 14 Jul 2005 14:05:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F180043D53; Thu, 14 Jul 2005 14:05:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EE5t0O082265; Thu, 14 Jul 2005 14:05:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EE5twv082264; Thu, 14 Jul 2005 14:05:55 GMT (envelope-from pav) Message-Id: <200507141405.j6EE5twv082264@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14:05: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/gru 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, 14 Jul 2005 14:05:56 -0000 pav 2005-07-14 14:05:55 UTC FreeBSD ports repository Modified files: games/gru Makefile Log: - Fix MASTER_SITES - Update maintainer's address PR: ports/83197 Submitted by: HIYAMA Takeshi (maintainer) Revision Changes Path 1.8 +2 -2 ports/games/gru/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:19:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61E616A41C; Thu, 14 Jul 2005 14:19:05 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555B143D49; Thu, 14 Jul 2005 14:19:05 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEJ5g1082763; Thu, 14 Jul 2005 14:19:05 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEJ58H082762; Thu, 14 Jul 2005 14:19:05 GMT (envelope-from takawata) Message-Id: <200507141419.j6EEJ58H082762@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 14:19: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/dev/usb usb.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, 14 Jul 2005 14:19:05 -0000 takawata 2005-07-14 14:19:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: Prepare to commit SL811 based Host controller driver. Revision Changes Path 1.107 +1 -0 src/sys/dev/usb/usb.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:36:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0765C16A41C; Thu, 14 Jul 2005 14:36:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC01D43D46; Thu, 14 Jul 2005 14:36:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEawfj083611; Thu, 14 Jul 2005 14:36:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEawTv083610; Thu, 14 Jul 2005 14:36:58 GMT (envelope-from pav) Message-Id: <200507141436.j6EEawTv083610@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14:36: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/dokuwiki Makefile distinfo 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: Thu, 14 Jul 2005 14:36:59 -0000 pav 2005-07-14 14:36:58 UTC FreeBSD ports repository Modified files: www/dokuwiki Makefile distinfo pkg-message Log: - Update to 20050713 PR: ports/83442 Submitted by: chinsan (maintainer) Revision Changes Path 1.6 +17 -18 ports/www/dokuwiki/Makefile 1.4 +2 -2 ports/www/dokuwiki/distinfo 1.5 +1 -1 ports/www/dokuwiki/pkg-message From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:41:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD7616A41C; Thu, 14 Jul 2005 14:41:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E88543D49; Thu, 14 Jul 2005 14:41:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEfUZ7083808; Thu, 14 Jul 2005 14:41:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEfUJa083807; Thu, 14 Jul 2005 14:41:30 GMT (envelope-from pav) Message-Id: <200507141441.j6EEfUJa083807@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14:41: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/mail/nail 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, 14 Jul 2005 14:41:31 -0000 pav 2005-07-14 14:41:30 UTC FreeBSD ports repository Modified files: mail/nail Makefile distinfo Log: - Update to 11.24 PR: ports/83458 Submitted by: Vsevolod Stakhov Revision Changes Path 1.42 +1 -1 ports/mail/nail/Makefile 1.34 +2 -2 ports/mail/nail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:43:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EFC16A41F; Thu, 14 Jul 2005 14:43:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2687C43D49; Thu, 14 Jul 2005 14:43:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEhr7p083952; Thu, 14 Jul 2005 14:43:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEhrgj083951; Thu, 14 Jul 2005 14:43:53 GMT (envelope-from pav) Message-Id: <200507141443.j6EEhrgj083951@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14:43: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/deskutils/vym 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, 14 Jul 2005 14:43:54 -0000 pav 2005-07-14 14:43:53 UTC FreeBSD ports repository Modified files: deskutils/vym Makefile Log: - Fix MASTER_SITES PR: ports/83436 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.3 +2 -2 ports/deskutils/vym/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:45:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0674B16A41C; Thu, 14 Jul 2005 14:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D7143D48; Thu, 14 Jul 2005 14:45:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 5E2E846BB7; Thu, 14 Jul 2005 10:45:55 -0400 (EDT) Date: Thu, 14 Jul 2005 15:46:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andrew Gallatin In-Reply-To: <20050714083608.A21239@grasshopper.cs.duke.edu> Message-ID: <20050714154334.P34679@fledge.watson.org> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.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, 14 Jul 2005 14:45:56 -0000 On Thu, 14 Jul 2005, Andrew Gallatin wrote: > Gleb Smirnoff [glebius@FreeBSD.org] wrote: >> glebius 2005-07-13 14:06:13 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/pci if_xl.c >> Log: >> NET_LOCK_GIANT() when entering network code. > > Do other drivers do this? It looks like at least em, fxp and my > out-of-tree commercial driver have the same "bug". > > I would argue that any fiddling with Giant should go into the various > if_input routines instead. This only applies in cases debug.mpsafenet=0, and where Giant isn't already held by virtue of the calling context. For most network interface, almost all entry "into" the stack occurs from the device's interrupt handler, and we already twiddle the aquisition of Giant there via INTR_TYPE_NET / INTR_MPSAFE. Because this occurs from a task queue, the driver has to manually acquire Giant, since the task queue code doesn't know that the driver requires Giant (due to entering the network stack in compatibility mode). Hopefully, NET_LOCK_GIANT() will be an increasingly edge case, as relatively few network stack components still require Giant. It exists only to support debug.mpsafenet=0, which is no longer the default. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:47:37 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C345D16A41C; Thu, 14 Jul 2005 14:47:37 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B130343D46; Thu, 14 Jul 2005 14:47:35 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.3/8.13.1) with ESMTP id j6EElX2c062827; Thu, 14 Jul 2005 16:47:33 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j6EElWrY062826; Thu, 14 Jul 2005 16:47:32 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Thu, 14 Jul 2005 16:47:32 +0200 From: Tilman Linneweh To: Robert Watson Message-ID: <20050714144732.GA62728@arved.at> References: <200507141152.j6EBq6x2065276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507141152.j6EBq6x2065276@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/sys malloc.h src/sys/kern kern_malloc.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, 14 Jul 2005 14:47:37 -0000 * Robert Watson [Thu, 14 Jul 2005 at 13:52 GMT]: > rwatson 2005-07-14 11:52:06 UTC > > FreeBSD src repository > > Modified files: > sys/sys malloc.h > sys/kern kern_malloc.c > Log: [..] > While here: > > - Bump statistics width to uint64_t, and hard code using fixed-width > type in order to be more sure about structure layout in the stream. > We allocate and free a lot of memory. > [..] >| @@ -686,10 +689,10 @@ sysctl_kern_malloc(SYSCTL_HANDLER_ARGS) >| temp_bytes = 0; >| >| /* >| - * XXXRW: High-waterwark is no longer easily available, so >| - * we just print '-' for that column. >| + * High-waterwark is no longer easily available, so we just >| + * print '-' for that column. >| */ >| - sbuf_printf(&sbuf, "%13s%6lu%6luK -%9lu", >| + sbuf_printf(&sbuf, "%13s%6lu%6luK -%9llu", >| mtp->ks_shortdesc, >| temp_allocs, >| (temp_bytes + 1023) / 1024, This does not compile on amd64. /usr/src/sys/kern/kern_malloc.c: In function `sysctl_kern_malloc': /usr/src/sys/kern/kern_malloc.c:699: warning: long long unsigned int format, uint64_t arg (arg 6) regards tilman From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:53:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 021B516A41C; Thu, 14 Jul 2005 14:53:39 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9427A43D4C; Thu, 14 Jul 2005 14:53:38 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EErcwZ084319; Thu, 14 Jul 2005 14:53:38 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EErcl2084318; Thu, 14 Jul 2005 14:53:38 GMT (envelope-from takawata) Message-Id: <200507141453.j6EErcl2084318@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 14:53: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/dev/pccard pccarddevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 14:53:39 -0000 takawata 2005-07-14 14:53:38 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Add device id for RATOC REX CFU1 sl811 based USB Host Controller. Revision Changes Path 1.111 +2 -1 src/sys/dev/pccard/pccarddevs From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:54:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF3816A41C; Thu, 14 Jul 2005 14:54:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC31543D46; Thu, 14 Jul 2005 14:54:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEsccK084439; Thu, 14 Jul 2005 14:54:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEscon084438; Thu, 14 Jul 2005 14:54:38 GMT (envelope-from pav) Message-Id: <200507141454.j6EEscon084438@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14: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/www Makefile ports/www/myghty 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, 14 Jul 2005 14:54:39 -0000 pav 2005-07-14 14:54:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/myghty Makefile distinfo pkg-descr pkg-plist Log: Myghty, a Python based templating framework originally based on HTML::Mason. PR: ports/83391 Submitted by: Dryice Liu Revision Changes Path 1.1134 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/myghty/Makefile (new) 1.1 +2 -0 ports/www/myghty/distinfo (new) 1.1 +9 -0 ports/www/myghty/pkg-descr (new) 1.1 +77 -0 ports/www/myghty/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 14:55:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675E416A41F; Thu, 14 Jul 2005 14:55:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DE943D55; Thu, 14 Jul 2005 14:55:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEtNYx084514; Thu, 14 Jul 2005 14:55:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEtNsW084513; Thu, 14 Jul 2005 14:55:23 GMT (envelope-from pav) Message-Id: <200507141455.j6EEtNsW084513@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 14:55: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: Thu, 14 Jul 2005 14:55:23 -0000 pav 2005-07-14 14:55:23 UTC FreeBSD ports repository Modified files: . modules Log: myghty --> ports/www/myghty Revision Changes Path 1.12839 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:02:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFB916A41C; Thu, 14 Jul 2005 15:02:38 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882B443D45; Thu, 14 Jul 2005 15:02:38 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EF2cng084882; Thu, 14 Jul 2005 15:02:38 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EF2cb0084881; Thu, 14 Jul 2005 15:02:38 GMT (envelope-from remko) Message-Id: <200507141502.j6EF2cb0084881@repoman.freebsd.org> From: Remko Lodder Date: Thu, 14 Jul 2005 15:02: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: www/en/cgi query-pr.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: Thu, 14 Jul 2005 15:02:39 -0000 remko 2005-07-14 15:02:38 UTC FreeBSD doc repository Modified files: en/cgi query-pr.cgi Log: Add an space between the PR number and the colon. Requested by: pav Revision Changes Path 1.41 +2 -2 www/en/cgi/query-pr.cgi From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:09:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BDB16A41C; Thu, 14 Jul 2005 15:09:14 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6557743D4C; Thu, 14 Jul 2005 15:09:14 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EF9E6K085111; Thu, 14 Jul 2005 15:09:14 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EF9E3t085110; Thu, 14 Jul 2005 15:09:14 GMT (envelope-from jkoshy) Message-Id: <200507141509.j6EF9E3t085110@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 14 Jul 2005 15:09: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/hwpmc hwpmc_ppro.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, 14 Jul 2005 15:09:14 -0000 jkoshy 2005-07-14 15:09:14 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_ppro.c Log: Fix breakage introduced in rev 1.7. MFC after: 3 days Revision Changes Path 1.9 +1 -1 src/sys/dev/hwpmc/hwpmc_ppro.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:12:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285E716A41C; Thu, 14 Jul 2005 15:12:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA5AC43D45; Thu, 14 Jul 2005 15:12:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFCTnb085351; Thu, 14 Jul 2005 15:12:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFCTqR085350; Thu, 14 Jul 2005 15:12:29 GMT (envelope-from garga) Message-Id: <200507141512.j6EFCTqR085350@repoman.freebsd.org> From: Renato Botelho Date: Thu, 14 Jul 2005 15:12: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/mail/squirrelmail 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, 14 Jul 2005 15:12:30 -0000 garga 2005-07-14 15:12:29 UTC FreeBSD ports repository Modified files: mail/squirrelmail Makefile distinfo pkg-plist Log: Update to 1.4.5 PR: ports/83443 Submitted by: Simon Dick (maintainer) Approved by: flz (mentor) Revision Changes Path 1.36 +3 -7 ports/mail/squirrelmail/Makefile 1.15 +4 -6 ports/mail/squirrelmail/distinfo 1.15 +82 -726 ports/mail/squirrelmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:19:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FC216A41C; Thu, 14 Jul 2005 15:19:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B330A43D4C; Thu, 14 Jul 2005 15:19:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFJlCG085697; Thu, 14 Jul 2005 15:19:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFJl2a085696; Thu, 14 Jul 2005 15:19:47 GMT (envelope-from pav) Message-Id: <200507141519.j6EFJl2a085696@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 15:19: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/lang/gnat 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, 14 Jul 2005 15:19:48 -0000 pav 2005-07-14 15:19:47 UTC FreeBSD ports repository Modified files: lang/gnat Makefile Log: - Fix fetch: workaround problems with site groups and :foo Revision Changes Path 1.45 +1 -1 ports/lang/gnat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:20:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B96A16A41F; Thu, 14 Jul 2005 15:20:09 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4AC343D53; Thu, 14 Jul 2005 15:20:07 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFK7tt085746; Thu, 14 Jul 2005 15:20:07 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFK7PG085745; Thu, 14 Jul 2005 15:20:07 GMT (envelope-from kwm) Message-Id: <200507141520.j6EFK7PG085745@repoman.freebsd.org> From: Koop Mast Date: Thu, 14 Jul 2005 15:20: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/multimedia/totem 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, 14 Jul 2005 15:20:09 -0000 kwm 2005-07-14 15:20:07 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile distinfo pkg-plist Log: Update to 1.0.4. Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.57 +1 -1 ports/multimedia/totem/Makefile 1.26 +2 -2 ports/multimedia/totem/distinfo 1.24 +1 -0 ports/multimedia/totem/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:21:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D00A16A41C; Thu, 14 Jul 2005 15:21:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D111A43D49; Thu, 14 Jul 2005 15:21:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFLI9r085920; Thu, 14 Jul 2005 15:21:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFLItr085919; Thu, 14 Jul 2005 15:21:18 GMT (envelope-from rwatson) Message-Id: <200507141521.j6EFLItr085919@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 15:21: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/kern kern_malloc.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, 14 Jul 2005 15:21:19 -0000 rwatson 2005-07-14 15:21:18 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Correct build on 64-bit: cast u_int64_t to (unsigned long long) before printfing as (unsigned long long). 32-bit build on i386 didn't notice this. Whoops. Reported by: arved Tested by: sledge Revision Changes Path 1.144 +1 -1 src/sys/kern/kern_malloc.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:21:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4F416A41F; Thu, 14 Jul 2005 15:21:31 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC70143D4C; Thu, 14 Jul 2005 15:21:31 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFLVdg085949; Thu, 14 Jul 2005 15:21:31 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFLVAC085948; Thu, 14 Jul 2005 15:21:31 GMT (envelope-from flz) Message-Id: <200507141521.j6EFLVAC085948@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 14 Jul 2005 15:21: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/ecb-emacs20 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, 14 Jul 2005 15:21:32 -0000 flz 2005-07-14 15:21:31 UTC FreeBSD ports repository Modified files: devel/ecb-emacs20 Makefile Log: - Mark DEPRECATED with a 2 month grace since emacs20 is no longer supported by developers. PR: ports/83459 Submitted by: maintainer Revision Changes Path 1.2 +3 -0 ports/devel/ecb-emacs20/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:27:59 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A53916A41C; Thu, 14 Jul 2005 15:27:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E810243D49; Thu, 14 Jul 2005 15:27:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 404AB46B2A; Thu, 14 Jul 2005 11:27:58 -0400 (EDT) Date: Thu, 14 Jul 2005 16:28:08 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tilman Linneweh In-Reply-To: <20050714144732.GA62728@arved.at> Message-ID: <20050714162745.W35071@fledge.watson.org> References: <200507141152.j6EBq6x2065276@repoman.freebsd.org> <20050714144732.GA62728@arved.at> 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/sys malloc.h src/sys/kern kern_malloc.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, 14 Jul 2005 15:27:59 -0000 On Thu, 14 Jul 2005, Tilman Linneweh wrote: >> | @@ -686,10 +689,10 @@ sysctl_kern_malloc(SYSCTL_HANDLER_ARGS) >> | temp_bytes = 0; >> | >> | /* >> | - * XXXRW: High-waterwark is no longer easily available, so >> | - * we just print '-' for that column. >> | + * High-waterwark is no longer easily available, so we just >> | + * print '-' for that column. >> | */ >> | - sbuf_printf(&sbuf, "%13s%6lu%6luK -%9lu", >> | + sbuf_printf(&sbuf, "%13s%6lu%6luK -%9llu", >> | mtp->ks_shortdesc, >> | temp_allocs, >> | (temp_bytes + 1023) / 1024, > > This does not compile on amd64. > > /usr/src/sys/kern/kern_malloc.c: In function `sysctl_kern_malloc': > /usr/src/sys/kern/kern_malloc.c:699: warning: long long unsigned int > format, uint64_t arg (arg 6) This should now be fixed. If not, please let me know. Thanks! Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:29:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A7416A41C; Thu, 14 Jul 2005 15:29:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA85643D55; Thu, 14 Jul 2005 15:29:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFThON086372; Thu, 14 Jul 2005 15:29:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFThw4086371; Thu, 14 Jul 2005 15:29:43 GMT (envelope-from pav) Message-Id: <200507141529.j6EFThw4086371@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 15:29: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/lang/pike76 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, 14 Jul 2005 15:29:44 -0000 pav 2005-07-14 15:29:43 UTC FreeBSD ports repository Modified files: lang/pike76 Makefile Log: - Fix typo (expiremental -> experimental) Revision Changes Path 1.20 +1 -1 ports/lang/pike76/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:36:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D31016A41C; Thu, 14 Jul 2005 15:36:14 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE54C43D45; Thu, 14 Jul 2005 15:36:13 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFaDmo086659; Thu, 14 Jul 2005 15:36:13 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFaDRn086658; Thu, 14 Jul 2005 15:36:13 GMT (envelope-from oliver) Message-Id: <200507141536.j6EFaDRn086658@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 14 Jul 2005 15:36: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/sylpheed2 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, 14 Jul 2005 15:36:14 -0000 oliver 2005-07-14 15:36:13 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo Log: update to 2.0.0 beta 6 Revision Changes Path 1.116 +1 -1 ports/mail/sylpheed2/Makefile 1.83 +2 -2 ports/mail/sylpheed2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:39:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE8716A41C; Thu, 14 Jul 2005 15:39:06 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B27C43D46; Thu, 14 Jul 2005 15:39:06 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFd6LX086903; Thu, 14 Jul 2005 15:39:06 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFd6Hb086902; Thu, 14 Jul 2005 15:39:06 GMT (envelope-from kensmith) Message-Id: <200507141539.j6EFd6Hb086902@repoman.freebsd.org> From: Ken Smith Date: Thu, 14 Jul 2005 15:39:06 +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/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC 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: Thu, 14 Jul 2005 15:39:06 -0000 kensmith 2005-07-14 15:39:06 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Add recently invented COMPAT_FREEBSD5 option. MFC after: 3 days Revision Changes Path 1.187 +1 -0 src/sys/alpha/conf/GENERIC 1.440 +1 -0 src/sys/amd64/conf/GENERIC 1.430 +1 -0 src/sys/i386/conf/GENERIC 1.73 +1 -0 src/sys/ia64/conf/GENERIC 1.270 +1 -0 src/sys/pc98/conf/GENERIC 1.49 +1 -0 src/sys/powerpc/conf/GENERIC 1.97 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:47:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CFDE16A41C; Thu, 14 Jul 2005 15:47:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C34E43D48; Thu, 14 Jul 2005 15:47:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFlm02087308; Thu, 14 Jul 2005 15:47:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFlm9j087307; Thu, 14 Jul 2005 15:47:48 GMT (envelope-from kensmith) Message-Id: <200507141547.j6EFlm9j087307@repoman.freebsd.org> From: Ken Smith Date: Thu, 14 Jul 2005 15:47: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 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: Thu, 14 Jul 2005 15:47:49 -0000 kensmith 2005-07-14 15:47:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile.inc1 Log: Drop the -A argument to the cvs command which is no longer necessary. Noticed by: delphij, ru Pointy hat: kensmith Approved by: re (implicit) Revision Changes Path 1.499.2.2 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Thu Jul 14 15:57:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A627216A41C; Thu, 14 Jul 2005 15:57:01 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F3743D46; Thu, 14 Jul 2005 15:57:01 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFv1rj087773; Thu, 14 Jul 2005 15:57:01 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFv13t087772; Thu, 14 Jul 2005 15:57:01 GMT (envelope-from takawata) Message-Id: <200507141557.j6EFv13t087772@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 15:57: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/usb sl811hs.c sl811hsreg.h sl811hsvar.h slhci_pccard.c src/sys/conf NOTES files src/sys/modules/slhci 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, 14 Jul 2005 15:57:01 -0000 takawata 2005-07-14 15:57:01 UTC FreeBSD src repository Modified files: sys/conf NOTES files Added files: sys/dev/usb sl811hs.c sl811hsreg.h sl811hsvar.h slhci_pccard.c sys/modules/slhci Makefile Log: Add SL811 based host controller driver for CF usb host controller. This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion. Revision Changes Path 1.1326 +2 -0 src/sys/conf/NOTES 1.1032 +2 -0 src/sys/conf/files 1.1 +1653 -0 src/sys/dev/usb/sl811hs.c (new) 1.1 +126 -0 src/sys/dev/usb/sl811hsreg.h (new) 1.1 +108 -0 src/sys/dev/usb/sl811hsvar.h (new) 1.1 +219 -0 src/sys/dev/usb/slhci_pccard.c (new) 1.1 +10 -0 src/sys/modules/slhci/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:03:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07FA716A41C; Thu, 14 Jul 2005 16:03:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C371E43D45; Thu, 14 Jul 2005 16:03:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EG3O01088114; Thu, 14 Jul 2005 16:03:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EG3OG8088113; Thu, 14 Jul 2005 16:03:24 GMT (envelope-from pav) Message-Id: <200507141603.j6EG3OG8088113@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 16:03: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/comms/scmxx Makefile distinfo pkg-plist ports/comms/scmxx/files patch-docs_Makefile.in patch-po_Makefile.in patch-src-charsets_ucs4_dec.c patch-src-helper_str.c patch-src-smspdu-smsud_enc.c patch-src_Makefile.in patch-src_charsets_ucs4__dec.c patch-src_pinfile.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, 14 Jul 2005 16:03:25 -0000 pav 2005-07-14 16:03:24 UTC FreeBSD ports repository Modified files: comms/scmxx Makefile distinfo pkg-plist Added files: comms/scmxx/files patch-docs_Makefile.in patch-po_Makefile.in patch-src-charsets_ucs4_dec.c patch-src-helper_str.c patch-src-smspdu-smsud_enc.c patch-src_Makefile.in patch-src_pinfile.c Removed files: comms/scmxx/files patch-src_charsets_ucs4__dec.c Log: - Update to 0.8.0 PR: ports/83463 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.21 +1 -1 ports/comms/scmxx/Makefile 1.16 +2 -2 ports/comms/scmxx/distinfo 1.1 +20 -0 ports/comms/scmxx/files/patch-docs_Makefile.in (new) 1.1 +14 -0 ports/comms/scmxx/files/patch-po_Makefile.in (new) 1.1 +13 -0 ports/comms/scmxx/files/patch-src-charsets_ucs4_dec.c (new) 1.1 +10 -0 ports/comms/scmxx/files/patch-src-helper_str.c (new) 1.1 +14 -0 ports/comms/scmxx/files/patch-src-smspdu-smsud_enc.c (new) 1.1 +14 -0 ports/comms/scmxx/files/patch-src_Makefile.in (new) 1.3 +0 -18 ports/comms/scmxx/files/patch-src_charsets_ucs4__dec.c (dead) 1.1 +23 -0 ports/comms/scmxx/files/patch-src_pinfile.c (new) 1.7 +3 -1 ports/comms/scmxx/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:05:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BAE16A41C; Thu, 14 Jul 2005 16:05:28 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64B143D46; Thu, 14 Jul 2005 16:05:27 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EG5R3I088272; Thu, 14 Jul 2005 16:05:27 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EG5R0D088271; Thu, 14 Jul 2005 16:05:27 GMT (envelope-from jeh) Message-Id: <200507141605.j6EG5R0D088271@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 14 Jul 2005 16:05: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/security/uvscan-dat 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, 14 Jul 2005 16:05:28 -0000 jeh 2005-07-14 16:05:27 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4535 Revision Changes Path 1.388 +1 -1 ports/security/uvscan-dat/Makefile 1.385 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:13:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DEF16A41C; Thu, 14 Jul 2005 16:13:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0882A43D48; Thu, 14 Jul 2005 16:13:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGDkJm088566; Thu, 14 Jul 2005 16:13:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGDk0v088565; Thu, 14 Jul 2005 16:13:46 GMT (envelope-from rwatson) Message-Id: <200507141613.j6EGDk0v088565@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:13: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/vm uma_core.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, 14 Jul 2005 16:13:47 -0000 rwatson 2005-07-14 16:13:46 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: In an earlier world order, UMA would flush per-CPU statistics to the zone whenever it was moving buckets between the zone and the cache, or when coalescing statistics across the CPU. Remove flushing of statistics to the zone when coalescing statistics as part of sysctl, as we won't be running on the right CPU to write to the cache statistics. Add a missed gathering of statistics: when uma_zalloc_internal() does a special case allocation of a single item, make sure to update the zone statistics to represent this. Previously this case wasn't accounted for in user-visible statistics. MFC after: 1 week Revision Changes Path 1.120 +2 -1 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:17:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D2716A41C; Thu, 14 Jul 2005 16:17:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70B343D46; Thu, 14 Jul 2005 16:17:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGHLr0088806; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGHL2I088805; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson) Message-Id: <200507141617.j6EGHL2I088805@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:17:21 +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/vm uma_core.c uma_int.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, 14 Jul 2005 16:17:22 -0000 rwatson 2005-07-14 16:17:21 UTC FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: In addition to tracking allocs in the zone, also track frees. Add a zone free counter, as well as a cache free counter. MFC after: 1 week Revision Changes Path 1.121 +5 -0 src/sys/vm/uma_core.c 1.32 +2 -0 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:35:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4450E16A41C; Thu, 14 Jul 2005 16:35:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 155C743D48; Thu, 14 Jul 2005 16:35:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGZD1b089533; Thu, 14 Jul 2005 16:35:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGZDKO089532; Thu, 14 Jul 2005 16:35:13 GMT (envelope-from rwatson) Message-Id: <200507141635.j6EGZDKO089532@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:35: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/vm uma.h uma_core.c uma_int.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, 14 Jul 2005 16:35:14 -0000 rwatson 2005-07-14 16:35:13 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator statistics via a binary structure stream: - Add structure 'uma_stream_header', which defines a stream version, definition of MAXCPUs used in the stream, and the number of zone records in the stream. - Add structure 'uma_type_header', which defines the name, alignment, size, resource allocation limits, current pages allocated, preferred bucket size, and central zone + keg statistics. - Add structure 'uma_percpu_stat', which, for each per-CPU cache, includes the number of allocations and frees, as well as the number of free items in the cache. - When the sysctl is queried, return a stream header, followed by a series of type descriptions, each consisting of a type header followed by a series of MAXCPUs uma_percpu_stat structures holding per-CPU allocation information. Typical values of MAXCPU will be 1 (UP compiled kernel) and 16 (SMP compiled kernel). This query mechanism allows user space monitoring tools to extract memory allocation statistics in a machine-readable form, and to do so at a per-CPU granularity, allowing monitoring of allocation patterns across CPUs in order to better understand the distribution of work and memory flow over multiple CPUs. While here, also export the number of UMA zones as a sysctl vm.uma_count, in order to assist in sizing user swpace buffers to receive the stream. A follow-up commit of libmemstat(3), a library to monitor kernel memory allocation, will occur in the next few days. This change directly supports converting netstat(1)'s "-mb" mode to using UMA-sourced stats rather than separately maintained mbuf allocator statistics. MFC after: 1 week Revision Changes Path 1.23 +47 -0 src/sys/vm/uma.h 1.122 +192 -16 src/sys/vm/uma_core.c 1.33 +1 -1 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 16:52:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13A816A43A; Thu, 14 Jul 2005 16:52:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D03543D49; Thu, 14 Jul 2005 16:52:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGqvAg097217; Thu, 14 Jul 2005 16:52:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGqvrU097216; Thu, 14 Jul 2005 16:52:57 GMT (envelope-from marcus) Message-Id: <200507141652.j6EGqvrU097216@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Jul 2005 16:52: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/print/freetype2 Makefile distinfo pkg-plist ports/print/freetype2/files patch-src::truetype::ttgload.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, 14 Jul 2005 16:52:58 -0000 marcus 2005-07-14 16:52:56 UTC FreeBSD ports repository Modified files: print/freetype2 Makefile distinfo pkg-plist Removed files: print/freetype2/files patch-src::truetype::ttgload.c Log: Update to 2.1.10. Note: the CJK patches will need some work before they can be used with this version. Revision Changes Path 1.63 +7 -7 ports/print/freetype2/Makefile 1.28 +2 -2 ports/print/freetype2/distinfo 1.2 +0 -22 ports/print/freetype2/files/patch-src::truetype::ttgload.c (dead) 1.30 +4 -0 ports/print/freetype2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:11:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A8A16A41C; Thu, 14 Jul 2005 17:11:14 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C9C43D48; Thu, 14 Jul 2005 17:11:14 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHBD9d097900; Thu, 14 Jul 2005 17:11:13 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHBDgS097899; Thu, 14 Jul 2005 17:11:13 GMT (envelope-from sem) Message-Id: <200507141711.j6EHBDgS097899@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 17:11:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql-administrator 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, 14 Jul 2005 17:11:14 -0000 sem 2005-07-14 17:11:13 UTC FreeBSD ports repository Modified files: databases/mysql-administrator Makefile distinfo pkg-plist Log: - Update to 1.0.22a PR: ports/82572 Submitted by: Andrej Zverev Revision Changes Path 1.19 +1 -1 ports/databases/mysql-administrator/Makefile 1.5 +2 -2 ports/databases/mysql-administrator/distinfo 1.6 +2 -0 ports/databases/mysql-administrator/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:30:27 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D176116A41F for ; Thu, 14 Jul 2005 17:30:27 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FADF43D4C for ; Thu, 14 Jul 2005 17:30:25 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 718 invoked from network); 14 Jul 2005 17:30:25 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 14 Jul 2005 17:30:24 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j6EHUHLT057770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Jul 2005 13:30:21 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j6EHUAqZ030485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 13:30:11 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j6EHU5eH001797; Thu, 14 Jul 2005 13:30:05 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j6EHU3bg001796; Thu, 14 Jul 2005 13:30:03 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Alexander Leidinger Date: Thu, 14 Jul 2005 13:30:03 -0400 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <20050714081345.GA20050@FreeBSD.org> <20050714150624.jzc6tsf36ok8kgck@netchild.homeip.net> In-Reply-To: <20050714150624.jzc6tsf36ok8kgck@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507141330.03721.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/977/Tue Jul 12 18:53:40 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , Pav Lucistnik , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 17:30:28 -0000 > AFAIK it's up to the maintainer/creator of the port if he uses a particular > version number or allows every version of a library. Yes, unfortunately... There is no _rational_ explanation to demand a particular version of almost any library, but some people continue to insist on them _irrationally_. Which is why I only cleaned up the ports, that I created and/or maintain, from the cruft introduced by such people. > If the changed lib not only has a changed ABI but also a changed API in a > way the port has to be patched, you can add the lib version at the time you > change the port. At this time the port really depends upon a particular > version, until then it doesn't. Thank you very much, Alexander. I really got tired of explaining this patently obvious thing to "fellow committers". Demanding a particular shlib version causes an untold number of unneeded upgrades every day -- all for the sake of it being easier for some maintainers to search for dependencies? Which -- as you point out -- it is not even, but even if it were... Consider an example: 1) Building and installing all ports of the KDE suite 2) Updating the ports tree 3) Trying to build, say, the AbiWord port If the shlib number of any one of the many libraries used by both KDE and AbiWord got bumped between steps 1) and 2), the step 3) will fail, and the user will have to redo the entire step 1)... Portupgrade eases the procedure, but does not make it any less stupid. Moreover, for about 18 months now, one can use regular expressions in LIB_DEPENDS. From bsd.ports.mk: # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. # make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. -mi From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:38:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3AFF16A425; Thu, 14 Jul 2005 17:38:40 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0C343D46; Thu, 14 Jul 2005 17:38:40 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHceSs099085; Thu, 14 Jul 2005 17:38:40 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHcep7099084; Thu, 14 Jul 2005 17:38:40 GMT (envelope-from mezz) Message-Id: <200507141738.j6EHcep7099084@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 14 Jul 2005 17:38: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/nessus-devel Makefile distinfo ports/security/nessus-devel/files patch-ac ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-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: Thu, 14 Jul 2005 17:38:41 -0000 mezz 2005-07-14 17:38:40 UTC FreeBSD ports repository Modified files: security/nessus-devel Makefile distinfo security/nessus-libnasl-devel Makefile distinfo security/nessus-libraries-devel Makefile distinfo security/nessus-plugins-devel Makefile distinfo pkg-plist Added files: security/nessus-devel/files patch-ac Log: Update to 2.3.1. PR: ports/83146 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.79 +2 -2 ports/security/nessus-devel/Makefile 1.49 +2 -2 ports/security/nessus-devel/distinfo 1.3 +11 -0 ports/security/nessus-devel/files/patch-ac (new) 1.63 +1 -1 ports/security/nessus-libnasl-devel/Makefile 1.48 +2 -2 ports/security/nessus-libnasl-devel/distinfo 1.63 +1 -1 ports/security/nessus-libraries-devel/Makefile 1.49 +2 -2 ports/security/nessus-libraries-devel/distinfo 1.65 +2 -2 ports/security/nessus-plugins-devel/Makefile 1.49 +2 -2 ports/security/nessus-plugins-devel/distinfo 1.51 +360 -4000 ports/security/nessus-plugins-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:40:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC07616A41C; Thu, 14 Jul 2005 17:40:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732E643D45; Thu, 14 Jul 2005 17:40:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHe21L099163; Thu, 14 Jul 2005 17:40:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHe25K099162; Thu, 14 Jul 2005 17:40:02 GMT (envelope-from rwatson) Message-Id: <200507141740.j6EHe25K099162@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 17:40:02 +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/libmemstat Makefile libmemstat.3 memstat.c memstat.h memstat_all.c memstat_internal.h memstat_malloc.c memstat_uma.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, 14 Jul 2005 17:40:02 -0000 rwatson 2005-07-14 17:40:02 UTC FreeBSD src repository Added files: lib/libmemstat Makefile libmemstat.3 memstat.c memstat.h memstat_all.c memstat_internal.h memstat_malloc.c memstat_uma.c Log: Add libmemstat(3), a library for use by debugging and monitoring applications in tracking kernel memory statistics. It provides an abstracted interface to uma(9) and malloc(9) statistics, wrapped around the recently added binary stream sysctls for the allocators. Using this interface, it is easy to build monitoring tools, query specific memory types for usage information, etc. Facilities are provided for binding caller-provided data to memory types, incremental updates of memory types, and queries that span multiple allocators. Support for additional allocators is (relatively) easy to add. The API for libmemstat(3) will probably change some over time as consumers are written, and requirements evolve. It is written to avoid encoding ABIs for data structure layout into consuming applications for this reason. MFC after: 1 week Revision Changes Path 1.1 +23 -0 src/lib/libmemstat/Makefile (new) 1.1 +238 -0 src/lib/libmemstat/libmemstat.3 (new) 1.1 +366 -0 src/lib/libmemstat/memstat.c (new) 1.1 +134 -0 src/lib/libmemstat/memstat.h (new) 1.1 +47 -0 src/lib/libmemstat/memstat_all.c (new) 1.1 +124 -0 src/lib/libmemstat/memstat_internal.h (new) 1.1 +240 -0 src/lib/libmemstat/memstat_malloc.c (new) 1.1 +230 -0 src/lib/libmemstat/memstat_uma.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:43:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4296216A41C; Thu, 14 Jul 2005 17:43:01 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0338143D4C; Thu, 14 Jul 2005 17:43:01 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHh0qU099322; Thu, 14 Jul 2005 17:43:00 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHh0ZJ099321; Thu, 14 Jul 2005 17:43:00 GMT (envelope-from scottl) Message-Id: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> From: Scott Long Date: Thu, 14 Jul 2005 17:43: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/dev/aac aac_pci.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, 14 Jul 2005 17:43:01 -0000 scottl 2005-07-14 17:43:00 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Check the vendor and device, not subvendor and subdevice, when looking for channel devices. This should fix Dell 2450/2550/2650 systems that have RAID enabled. This will likely not fix 2400 systems though as I don't have the appropriate PCI Id info for them. MFC After: 3 day Revision Changes Path 1.55 +2 -2 src/sys/dev/aac/aac_pci.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:45:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8CBF16A41C; Thu, 14 Jul 2005 17:45:28 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A06E43D45; Thu, 14 Jul 2005 17:45:28 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHjSDW099555; Thu, 14 Jul 2005 17:45:28 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHjSIM099554; Thu, 14 Jul 2005 17:45:28 GMT (envelope-from mezz) Message-Id: <200507141745.j6EHjSIM099554@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 14 Jul 2005 17:45: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/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: Thu, 14 Jul 2005 17:45:29 -0000 mezz 2005-07-14 17:45:28 UTC FreeBSD ports repository Modified files: archivers/xpk Makefile Log: There is some problem with the master site, so maintainer is mirror it on his server. PR: ports/83462 Submitted by: Miguel Mendez (maintainer) Reported by: krismail Revision Changes Path 1.17 +2 -1 ports/archivers/xpk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:48:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B4516A41C; Thu, 14 Jul 2005 17:48:05 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1110743D48; Thu, 14 Jul 2005 17:48:05 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHm4cO099669; Thu, 14 Jul 2005 17:48:04 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHm4UN099668; Thu, 14 Jul 2005 17:48:04 GMT (envelope-from emax) Message-Id: <200507141748.j6EHm4UN099668@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 17:48: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/kbdmux kbdmux.c src/sys/modules/kbdmux 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, 14 Jul 2005 17:48:05 -0000 emax 2005-07-14 17:48:04 UTC FreeBSD src repository Added files: sys/dev/kbdmux kbdmux.c sys/modules/kbdmux Makefile Log: kbdmux(4) keyboard multiplexer integration o Add sys/dev/kbdmux/kbdmux.c to the source tree o Add sys/modules/kbdmux/Makefile to the source tree These are not yet connected to the build. Man page and other changes to follow. MFC after: 1 week Revision Changes Path 1.1 +1314 -0 src/sys/dev/kbdmux/kbdmux.c (new) 1.1 +12 -0 src/sys/modules/kbdmux/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:58:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9373116A41C; Thu, 14 Jul 2005 17:58:38 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3813C43D46; Thu, 14 Jul 2005 17:58:38 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHwcEw000209; Thu, 14 Jul 2005 17:58:38 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHwcOr000208; Thu, 14 Jul 2005 17:58:38 GMT (envelope-from ahze) Message-Id: <200507141758.j6EHwcOr000208@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 17:58: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/multimedia/vlc-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: Thu, 14 Jul 2005 17:58:38 -0000 ahze 2005-07-14 17:58:37 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Log: - Remove share/applications if empty Revision Changes Path 1.115 +1 -1 ports/multimedia/vlc-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 17:59:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927A16A41C; Thu, 14 Jul 2005 17:59:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8AF43D45; Thu, 14 Jul 2005 17:59:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHxoI2000273; Thu, 14 Jul 2005 17:59:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHxooj000272; Thu, 14 Jul 2005 17:59:50 GMT (envelope-from rwatson) Message-Id: <200507141759.j6EHxooj000272@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 17:59: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/lib 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, 14 Jul 2005 17:59:51 -0000 rwatson 2005-07-14 17:59:50 UTC FreeBSD src repository Modified files: lib Makefile Log: Hook libmemstat(3) up to the build. Revision Changes Path 1.206 +1 -1 src/lib/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 18:13:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E5D16A41C; Thu, 14 Jul 2005 18:13:50 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FB043D45; Thu, 14 Jul 2005 18:13:49 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j6EIDnr7024173; Thu, 14 Jul 2005 11:13:49 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j6EIDngh024172; Thu, 14 Jul 2005 11:13:49 -0700 Date: Thu, 14 Jul 2005 11:13:49 -0700 From: Brooks Davis To: Mark Santcroos Message-ID: <20050714181349.GC19351@odin.ac.hmc.edu> References: <200506300452.j5U4ql7G080651@repoman.freebsd.org> <20050714073051.GA1606@laptop.santcroos.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <20050714073051.GA1606@laptop.santcroos.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d Makefile wpa_supplicant X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 18:13:50 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 09:30:51AM +0200, Mark Santcroos wrote: > Hi Brooks, >=20 > Do you think we should add /var/run/wpa_supplicant to BSD.var.dist? I don't think so, wpa_supplicant creates it and destroys it on demand so it would be gone the first time you quit wpa_supplicant. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFC1qtcXY6L6fI4GtQRAtivAKCWKUiaJAXeIJpbhXJRdjWAB48MuQCfe/oR sCTbJmSJKw09CnUqRAZAbWI= =Q0OE -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 18:28:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD12316A41C; Thu, 14 Jul 2005 18:28:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC9D43D48; Thu, 14 Jul 2005 18:28:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EISFv6001492; Thu, 14 Jul 2005 18:28:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EISFjM001488; Thu, 14 Jul 2005 18:28:15 GMT (envelope-from novel) Message-Id: <200507141828.j6EISFjM001488@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 18:28: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/ftp/wzdftpd Makefile distinfo ports/ftp/wzdftpd/files patch-src-wzd_types.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, 14 Jul 2005 18:28:16 -0000 novel 2005-07-14 18:28:15 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile distinfo Added files: ftp/wzdftpd/files patch-src-wzd_types.h Log: Update to 0.5.4. Revision Changes Path 1.28 +1 -1 ports/ftp/wzdftpd/Makefile 1.15 +2 -2 ports/ftp/wzdftpd/distinfo 1.1 +11 -0 ports/ftp/wzdftpd/files/patch-src-wzd_types.h (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 14 18:30:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD0F16A41C; Thu, 14 Jul 2005 18:30:36 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6781F43D53; Thu, 14 Jul 2005 18:30:36 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id B6EED2288E; Thu, 14 Jul 2005 20:30:34 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id D25C522879; Thu, 14 Jul 2005 20:30:33 +0200 (CEST) Date: Thu, 14 Jul 2005 20:30:33 +0200 From: Erwin Lansing To: Scott Long Message-ID: <20050714183033.GY26867@droso.net> References: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline In-Reply-To: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd 0.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac_pci.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, 14 Jul 2005 18:30:37 -0000 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 05:43:00PM +0000, Scott Long wrote: > scottl 2005-07-14 17:43:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/aac aac_pci.c=20 > Log: > Check the vendor and device, not subvendor and subdevice, when looking = for > channel devices. This should fix Dell 2450/2550/2650 systems that have= RAID > enabled. This will likely not fix 2400 systems though as I don't have = the > appropriate PCI Id info for them. > =20 Great! I just confirmed this works on a 2650. Cheers, -erwin --=20 Erwin Lansing DISCLAIMER: No electrons were harmed while sending this message. --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1q9Jqy9aWxUlaZARAtE+AKDEEC4aty8jIUgF2RI/EzSQ1zj2bgCfQ5iP 84p2zKb/JDnnsN99NehAIbY= =7VOb -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 18:33:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E4A16A41C; Thu, 14 Jul 2005 18:33:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F21543D45; Thu, 14 Jul 2005 18:33:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EIXM6W001704; Thu, 14 Jul 2005 18:33:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EIXLPA001703; Thu, 14 Jul 2005 18:33:21 GMT (envelope-from rwatson) Message-Id: <200507141833.j6EIXLPA001703@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 18:33:21 +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/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 18:33:22 -0000 rwatson 2005-07-14 18:33:21 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c Log: Add a new flag '-k' to ifconfig(8), indicating that it is alright to print potentially sensitive keying material to stdout. With the new 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, and did by default for the root user, which is undesirable in some environments. Now it will not print keying material unless requested (and available to the user). MFC after: 1 week Revision Changes Path 1.98 +11 -0 src/sbin/ifconfig/ifconfig.8 1.115 +5 -1 src/sbin/ifconfig/ifconfig.c 1.17 +1 -0 src/sbin/ifconfig/ifconfig.h 1.19 +1 -1 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 18:59:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CADC16A41C; Thu, 14 Jul 2005 18:59:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0991043D46; Thu, 14 Jul 2005 18:59:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EIxwZw003736; Thu, 14 Jul 2005 18:59:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EIxwdr003735; Thu, 14 Jul 2005 18:59:58 GMT (envelope-from jhb) Message-Id: <200507141859.j6EIxwdr003735@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 18:59:58 +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/sys/kern sys_generic.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, 14 Jul 2005 18:59:59 -0000 jhb 2005-07-14 18:59:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern sys_generic.c Log: MFC 1.143: Use ssize_t for cnt in dofile{read,write}() rather than long. Revision Changes Path 1.132.2.7 +4 -2 src/sys/kern/sys_generic.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:08:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C3E16A41C; Thu, 14 Jul 2005 19:08:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0634A43D46; Thu, 14 Jul 2005 19:08:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJ8MIW004713; Thu, 14 Jul 2005 19:08:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJ8MmM004712; Thu, 14 Jul 2005 19:08:22 GMT (envelope-from jhb) Message-Id: <200507141908.j6EJ8MmM004712@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 19:08:22 +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/libc/sys Makefile.inc read.2 write.2 src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern sys_generic.c syscalls.master src/sys/sys syscallsubr.h uio.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, 14 Jul 2005 19:08:23 -0000 jhb 2005-07-14 19:08:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sys Makefile.inc read.2 write.2 sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern sys_generic.c syscalls.master sys/sys syscallsubr.h uio.h Log: MFC: Add the preadv() and pwritev() system calls. Revision Changes Path 1.112.2.1 +2 -2 src/lib/libc/sys/Makefile.inc 1.25.2.2 +25 -8 src/lib/libc/sys/read.2 1.26.2.2 +21 -6 src/lib/libc/sys/write.2 1.23.2.10 +28 -0 src/sys/compat/freebsd32/freebsd32_misc.c 1.40.2.5 +7 -2 src/sys/compat/freebsd32/syscalls.master 1.132.2.8 +198 -167 src/sys/kern/sys_generic.c 1.176.2.3 +5 -2 src/sys/kern/syscalls.master 1.11.2.14 +2 -0 src/sys/sys/syscallsubr.h 1.36.2.2 +7 -0 src/sys/sys/uio.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:09:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599E216A41C; Thu, 14 Jul 2005 19:09:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2D643D45; Thu, 14 Jul 2005 19:09:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJ9ooa005325; Thu, 14 Jul 2005 19:09:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJ9opK005324; Thu, 14 Jul 2005 19:09:50 GMT (envelope-from jhb) Message-Id: <200507141909.j6EJ9opK005324@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 19:09:50 +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/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.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, 14 Jul 2005 19:09:50 -0000 jhb 2005-07-14 19:09:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision Changes Path 1.28.2.5 +15 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.28.2.5 +3 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.19.2.5 +3 -3 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.29.2.5 +3 -3 src/sys/compat/freebsd32/freebsd32_sysent.c 1.175.2.3 +3 -3 src/sys/kern/init_sysent.c 1.161.2.3 +3 -3 src/sys/kern/syscalls.c 1.159.2.3 +3 -1 src/sys/sys/syscall.h 1.114.2.3 +3 -1 src/sys/sys/syscall.mk 1.158.2.3 +15 -1 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:15:47 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F54916A41C; Thu, 14 Jul 2005 19:15:47 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA5643D55; Thu, 14 Jul 2005 19:15:45 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050714191537.CLCJ10527.lakermmtao12.cox.net@mezz.mezzweb.com>; Thu, 14 Jul 2005 15:15:37 -0400 To: "Mikhail Teterin" References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <20050714081345.GA20050@FreeBSD.org> <20050714150624.jzc6tsf36ok8kgck@netchild.homeip.net> <200507141330.03721.mi+mx@aldan.algebra.com> Message-ID: Date: Thu, 14 Jul 2005 14:17:07 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200507141330.03721.mi+mx@aldan.algebra.com> User-Agent: Opera M2/8.01 (Linux, build 1204) Cc: Alexey Dokuchaev , cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , Alexander Leidinger , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 19:15:47 -0000 On Thu, 14 Jul 2005 12:30:03 -0500, Mikhail Teterin wrote: >> AFAIK it's up to the maintainer/creator of the port if he uses a >> particular >> version number or allows every version of a library. > > Yes, unfortunately... There is no _rational_ explanation to demand a > particular version of almost any library, but some people continue to > insist > on them _irrationally_. Which is why I only cleaned up the ports, that I > created and/or maintain, from the cruft introduced by such people. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN1934 BTW: portmgr, want to take care of this thread? End it now is better than later. Cheers, Mezz >> If the changed lib not only has a changed ABI but also a changed API in >> a >> way the port has to be patched, you can add the lib version at the time >> you >> change the port. At this time the port really depends upon a particular >> version, until then it doesn't. > > Thank you very much, Alexander. I really got tired of explaining this > patently > obvious thing to "fellow committers". > > Demanding a particular shlib version causes an untold number of unneeded > upgrades every day -- all for the sake of it being easier for some > maintainers to search for dependencies? Which -- as you point out -- it > is > not even, but even if it were... Consider an example: > > 1) Building and installing all ports of the KDE suite > 2) Updating the ports tree > 3) Trying to build, say, the AbiWord port > > If the shlib number of any one of the many libraries used by both KDE and > AbiWord got bumped between steps 1) and 2), the step 3) will fail, and > the > user will have to redo the entire step 1)... > > Portupgrade eases the procedure, but does not make it any less stupid. > > Moreover, for about 18 months now, one can use regular expressions in > LIB_DEPENDS. From bsd.ports.mk: > > # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this > # package depends on. "lib" is the name of a shared library. > # make will use "ldconfig -r" to search for the library. > # lib can contain extended regular expressions. > > -mi -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:20:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C729F16A41C; Thu, 14 Jul 2005 19:20:34 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0065643D45; Thu, 14 Jul 2005 19:20:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJKX62005873; Thu, 14 Jul 2005 19:20:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJKXg9005872; Thu, 14 Jul 2005 19:20:33 GMT (envelope-from dinoex) Message-Id: <200507141920.j6EJKXg9005872@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 14 Jul 2005 19: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/lang/gcc-objc 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, 14 Jul 2005 19:20:34 -0000 dinoex 2005-07-14 19:20:33 UTC FreeBSD ports repository Modified files: lang/gcc-objc Makefile Log: - remove NO_PACKAGE Revision Changes Path 1.8 +0 -5 ports/lang/gcc-objc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:24:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289F916A41C; Thu, 14 Jul 2005 19:24:55 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED52843D46; Thu, 14 Jul 2005 19:24:54 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJOs5O006061; Thu, 14 Jul 2005 19:24:54 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJOsXa006060; Thu, 14 Jul 2005 19:24:54 GMT (envelope-from pb) Message-Id: <200507141924.j6EJOsXa006060@repoman.freebsd.org> From: Pierre Beyssac Date: Thu, 14 Jul 2005 19:24: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/multimedia/kino Makefile distinfo pkg-descr pkg-plist ports/multimedia/kino/files patch-Makefile.in patch-aa patch-ai patch-as patch-src_endian_types.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, 14 Jul 2005 19:24:55 -0000 pb 2005-07-14 19:24:54 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile distinfo pkg-descr pkg-plist multimedia/kino/files patch-Makefile.in patch-aa patch-ai patch-as Added files: multimedia/kino/files patch-src_endian_types.h Log: Update to 0.7.6. Revision Changes Path 1.15 +2 -4 ports/multimedia/kino/Makefile 1.6 +2 -2 ports/multimedia/kino/distinfo 1.3 +2 -2 ports/multimedia/kino/files/patch-Makefile.in 1.8 +21 -27 ports/multimedia/kino/files/patch-aa 1.5 +47 -47 ports/multimedia/kino/files/patch-ai 1.3 +6 -6 ports/multimedia/kino/files/patch-as 1.1 +51 -0 ports/multimedia/kino/files/patch-src_endian_types.h (new) 1.2 +1 -1 ports/multimedia/kino/pkg-descr 1.8 +11 -2 ports/multimedia/kino/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:30:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571E116A41C; Thu, 14 Jul 2005 19:30:50 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F00443D45; Thu, 14 Jul 2005 19:30:50 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJUnm4006454; Thu, 14 Jul 2005 19:30:49 GMT (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJUn7O006453; Thu, 14 Jul 2005 19:30:49 GMT (envelope-from kbyanc) Message-Id: <200507141930.j6EJUn7O006453@repoman.freebsd.org> From: Kelly Yancey Date: Thu, 14 Jul 2005 19: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/sys cdefs.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, 14 Jul 2005 19:30:50 -0000 kbyanc 2005-07-14 19:30:49 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Remove superfluous semicolon at the end of the __strong_reference() macro definition. Revision Changes Path 1.89 +1 -1 src/sys/sys/cdefs.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 290D716A41C; Thu, 14 Jul 2005 19:52:23 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED45D43D45; Thu, 14 Jul 2005 19:52:22 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJqM1J009853; Thu, 14 Jul 2005 19:52:22 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJqMVQ009846; Thu, 14 Jul 2005 19:52:22 GMT (envelope-from jkim) Message-Id: <200507141952.j6EJqMVQ009846@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 14 Jul 2005 19:52: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/sys/boot/i386/libi386 Makefile libi386.h smbios.c src/sys/boot/i386/loader 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: Thu, 14 Jul 2005 19:52:23 -0000 jkim 2005-07-14 19:52:22 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h sys/boot/i386/loader main.c Added files: sys/boot/i386/libi386 smbios.c Log: Scan static SMBIOS structures and export the following environment variables to loader: hint.smbios.0.enabled "YES" when SMBIOS is detected hint.smbios.0.bios.vendor BIOS vendor hint.smbios.0.bios.version BIOS version hint.smbios.0.bios.reldate BIOS release date hint.smbios.0.system.maker System manufacturer hint.smbios.0.system.product System product name hint.smbios.0.system.version System version number hint.smbios.0.planar.maker Base board manufacturer hint.smbios.0.planar.product Base board product name hint.smbios.0.planar.version Base board version number hint.smbios.0.chassis.maker Enclosure manufacturer hint.smbios.0.chassis.version Enclosure version These strings can be used to detect hardware quirks and to set appropriate flags. For example, Compaq R3000 series and some HP laptops require hint.atkbd.0.flags="0x9" to boot. See amd64/67745 for more detail. Note: Please do not abuse this feature to resolve general problem when it can be fixed programmatically. This must be used as a last resort. PR: kern/81449 Approved by: anholt (mentor) Revision Changes Path 1.38 +1 -1 src/sys/boot/i386/libi386/Makefile 1.21 +2 -0 src/sys/boot/i386/libi386/libi386.h 1.1 +176 -0 src/sys/boot/i386/libi386/smbios.c (new) 1.32 +3 -0 src/sys/boot/i386/loader/main.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 19:57:32 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC48C16A421 for ; Thu, 14 Jul 2005 19:57:31 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63B643D5D for ; Thu, 14 Jul 2005 19:57:26 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: (qmail 18690 invoked from network); 14 Jul 2005 19:57:26 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 14 Jul 2005 19:57:25 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j6EJvK4j058390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Jul 2005 15:57:22 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j6EJvDfs031581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 15:57:14 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j6EJv7LU002497; Thu, 14 Jul 2005 15:57:07 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j6EJv6Ml002496; Thu, 14 Jul 2005 15:57:06 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to Mikhail.Teterin@murex.com using -f From: Mikhail Teterin Organization: Murex North America To: "Jeremy Messenger" Date: Thu, 14 Jul 2005 15:57:05 -0400 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200507141557.06236.Mikhail.Teterin@murex.com> X-Virus-Scanned: ClamAV devel-20050525/978/Thu Jul 14 07:37:27 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: Alexey Dokuchaev , doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , knu@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 19:57:32 -0000 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN1934 Your link provides an outdated example. Thanks for bringing it up. The ability to use regular expressions exists since: revision 1.439 date: 2003/02/12 05:15:03; author: knu; state: Exp; lines: +3 -3 Fix comment. LIB_DEPENDS can contain extended regular expressions. That was 2.5 years ago. Since then, there appeared special tricks in bsd.progs.mk, like: revision 1.491 date: 2004/06/10 07:30:19; author: kris; state: Exp; lines: +29 -30 [...] * Support glob expressions in USE_GETTEXT to allow more flexibility in the face of future gratuitous library version bumps by the gettext developers [3]: USE_GETTEXT=yEs # Works as before (case-insensitive) USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions # in the LIB_DEPENDS [...] Doc-team (CC-ed) should fix the documentation: -There shall be no regular expressions in this variable. +lib can be an extended regular expression > BTW: portmgr, want to take care of this thread? End it now is better than   > later. Jeremy, all technical arguments against my idea, which you brought up yesterday on the gnome@ (viz. non-existent potential for API/ABI incompatibilities), were wrong. And now you are appealing to "authority"?.. Do not turn this into an ego contest. -mi From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:01:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3281416A41C; Thu, 14 Jul 2005 20:01:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D3943D46; Thu, 14 Jul 2005 20:01:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EK14Jw011895; Thu, 14 Jul 2005 20:01:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EK14lh011894; Thu, 14 Jul 2005 20:01:04 GMT (envelope-from rwatson) Message-Id: <200507142001.j6EK14lh011894@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 20:01: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/lib/libmemstat memstat_uma.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, 14 Jul 2005 20:01:05 -0000 rwatson 2005-07-14 20:01:04 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: Properly combine per-CPU UMA cache allocation and free counts with the global counters maintained in the zone. MFC after: 1 week Revision Changes Path 1.2 +5 -4 src/lib/libmemstat/memstat_uma.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:08:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C5C16A41C; Thu, 14 Jul 2005 20:08:27 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599F043D49; Thu, 14 Jul 2005 20:08:27 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EK8RBa012169; Thu, 14 Jul 2005 20:08:27 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EK8RND012168; Thu, 14 Jul 2005 20:08:27 GMT (envelope-from ps) Message-Id: <200507142008.j6EK8RND012168@repoman.freebsd.org> From: Paul Saab Date: Thu, 14 Jul 2005 20: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/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_socket.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, 14 Jul 2005 20:08:27 -0000 ps 2005-07-14 20:08:27 UTC FreeBSD src repository Modified files: sys/nfs nfs_common.c nfs_common.h sys/nfsclient nfs_socket.c Log: Fixes for NFS crashes on architectures that require strict alignment. - Fix nfsm_disct() so that after pulling up data, the remaining data is aligned if necessary. - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the mbuf (instead of casting m_data to a uint32). Submitted by: Pyun YongHyeon Reviewed by: Mohan Srinivasan Revision Changes Path 1.118 +12 -3 src/sys/nfs/nfs_common.c 1.38 +6 -0 src/sys/nfs/nfs_common.h 1.126 +2 -1 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:17:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA82016A41C; Thu, 14 Jul 2005 20:17:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6902443D48; Thu, 14 Jul 2005 20:17:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKHJYi012561; Thu, 14 Jul 2005 20:17:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKHJPV012560; Thu, 14 Jul 2005 20:17:19 GMT (envelope-from markus) Message-Id: <200507142017.j6EKHJPV012560@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 14 Jul 2005 20:17:18 +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/usr.sbin/bluetooth/sdpcontrol sdpcontrol.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: Thu, 14 Jul 2005 20:17:20 -0000 markus 2005-07-14 20:17:18 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) usr.sbin/bluetooth/sdpcontrol sdpcontrol.8 Log: MFC: rev. 1.5 + 1.6 - Grammar fixes - s/spdcontrol/sdpcontrol/ - Added the EXIT STATUS section where appropriate Approved by: brueffer Revision Changes Path 1.4.2.1 +13 -13 src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:18:20 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0613B16A41C; Thu, 14 Jul 2005 20:18:20 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from lakermmtao05.cox.net (lakermmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA6F143D48; Thu, 14 Jul 2005 20:18:18 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050714201818.LDQJ19733.lakermmtao05.cox.net@mezz.mezzweb.com>; Thu, 14 Jul 2005 16:18:18 -0400 Date: Thu, 14 Jul 2005 15:19:43 -0500 To: "Mikhail Teterin" References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> <200507141557.06236.Mikhail.Teterin@murex.com> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200507141557.06236.Mikhail.Teterin@murex.com> User-Agent: Opera M2/8.01 (Linux, build 1204) Cc: Alexey Dokuchaev , doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , knu@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 20:18:20 -0000 On Thu, 14 Jul 2005 14:57:05 -0500, Mikhail Teterin wrote: >> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN1934 > > Your link provides an outdated example. Thanks for bringing it up. The > ability > to use regular expressions exists since: > > revision 1.439 > date: 2003/02/12 05:15:03; author: knu; state: Exp; lines: +3 -3 > Fix comment. LIB_DEPENDS can contain extended regular expressions. > > That was 2.5 years ago. Since then, there appeared special tricks in > bsd.progs.mk, like: > > revision 1.491 > date: 2004/06/10 07:30:19; author: kris; state: Exp; lines: +29 -30 > [...] > * Support glob expressions in USE_GETTEXT to allow more flexibility > in the face of future gratuitous library version bumps by the gettext > developers [3]: > > USE_GETTEXT=yEs # Works as before (case-insensitive) > USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions > # in the LIB_DEPENDS > [...] > > Doc-team (CC-ed) should fix the documentation: > > -There shall be no regular expressions in this variable. > +lib can be an extended regular expression > >> BTW: portmgr, want to take care of this thread? End it now is better >> than   >> later. > > Jeremy, all technical arguments against my idea, which you brought up > yesterday on the gnome@ (viz. non-existent potential for API/ABI > incompatibilities), were wrong. And now you are appealing to > "authority"?.. > Do not turn this into an ego contest. No, just wanted this thread to be end. I didn't say which portmgr should be pick that is right, did I? Calm down, Mikhail. Cheers, Mezz > -mi -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:26:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B2D16A41C; Thu, 14 Jul 2005 20:26:44 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB19C43D46; Thu, 14 Jul 2005 20:26:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKQhwo012880; Thu, 14 Jul 2005 20:26:43 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKQhIQ012879; Thu, 14 Jul 2005 20:26:43 GMT (envelope-from mlaier) Message-Id: <200507142026.j6EKQhIQ012879@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 20:26: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/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: Thu, 14 Jul 2005 20:26:44 -0000 mlaier 2005-07-14 20:26:43 UTC FreeBSD src repository Modified files: sys/net if.c Log: Move eventhandler for 'ifnet_departure_event' at the end of the progress. Some of the (IPv6) cleanup functions send packets to inform peers of the departure. These packets confused users of ifnet_departure_event (pf at the moment). PR: kern/80627 Tested by: Divacky Roman MFC after: 1 week Revision Changes Path 1.236 +2 -2 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:29:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5D216A420; Thu, 14 Jul 2005 20:29:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4410243D48; Thu, 14 Jul 2005 20:29:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKT8Gt013301; Thu, 14 Jul 2005 20:29:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKT8kW013300; Thu, 14 Jul 2005 20:29:08 GMT (envelope-from brueffer) Message-Id: <200507142029.j6EKT8kW013300@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 14 Jul 2005 20:29: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/contrib/pf/man pflog.4 pfsync.4 src/contrib/pf/pfctl pfctl.8 src/lib/libpmc pmc.3 src/sbin/startslip startslip.1 src/sbin/sysctl sysctl.8 src/share/man/man4 agp.4 awi.4 src/share/man/man7 development.7 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 20:29:08 -0000 brueffer 2005-07-14 20:29:08 UTC FreeBSD src repository (doc committer) Modified files: contrib/pf/man pflog.4 pfsync.4 contrib/pf/pfctl pfctl.8 lib/libpmc pmc.3 sbin/startslip startslip.1 sbin/sysctl sysctl.8 share/man/man4 agp.4 awi.4 share/man/man7 development.7 firewall.7 ports.7 security.7 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/rsh rsh.1 usr.bin/tip/tip tip.1 usr.bin/uuencode uuencode.1 usr.sbin/burncd burncd.8 usr.sbin/tcpdrop tcpdrop.8 Log: - Remove MLINKS to nonexistant manpages - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Revision Changes Path 1.5 +3 -3 src/contrib/pf/man/pflog.4 1.6 +1 -1 src/contrib/pf/man/pfsync.4 1.2 +249 -144 src/contrib/pf/pfctl/pfctl.8 1.6 +0 -1 src/lib/libpmc/pmc.3 1.24 +1 -1 src/sbin/startslip/startslip.1 1.58 +1 -1 src/sbin/sysctl/sysctl.8 1.7 +1 -1 src/share/man/man4/agp.4 1.19 +1 -1 src/share/man/man4/awi.4 1.15 +1 -1 src/share/man/man7/development.7 1.26 +1 -1 src/share/man/man7/firewall.7 1.51 +3 -2 src/share/man/man7/ports.7 1.42 +3 -3 src/share/man/man7/security.7 1.19 +1 -1 src/usr.bin/ee/ee.1 1.12 +2 -2 src/usr.bin/enigma/enigma.1 1.21 +1 -1 src/usr.bin/rsh/rsh.1 1.23 +2 -2 src/usr.bin/tip/tip/tip.1 1.28 +1 -1 src/usr.bin/uuencode/uuencode.1 1.38 +1 -1 src/usr.sbin/burncd/burncd.8 1.5 +1 -1 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:31:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED37D16A41C; Thu, 14 Jul 2005 20:31:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0D743D48; Thu, 14 Jul 2005 20:31:30 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKVUCM013467; Thu, 14 Jul 2005 20:31:30 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKVUnB013466; Thu, 14 Jul 2005 20:31:30 GMT (envelope-from sem) Message-Id: <200507142031.j6EKVUnB013466@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 14 Jul 2005 20:31: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/databases/hk_classes 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, 14 Jul 2005 20:31:31 -0000 sem 2005-07-14 20:31:30 UTC FreeBSD ports repository Modified files: databases/hk_classes Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.7.4a Pushed by: Andrej Zverev Revision Changes Path 1.22 +1 -2 ports/databases/hk_classes/Makefile 1.9 +2 -2 ports/databases/hk_classes/distinfo 1.2 +16 -4 ports/databases/hk_classes/pkg-descr 1.12 +4 -1 ports/databases/hk_classes/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:32:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914F116A41C; Thu, 14 Jul 2005 20:32:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5498243D5F; Thu, 14 Jul 2005 20:32:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKWFfC013529; Thu, 14 Jul 2005 20:32:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKWF46013528; Thu, 14 Jul 2005 20:32:15 GMT (envelope-from novel) Message-Id: <200507142032.j6EKWF46013528@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 20:32: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/deskutils/adesklets 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, 14 Jul 2005 20:32:15 -0000 novel 2005-07-14 20:32:15 UTC FreeBSD ports repository Modified files: deskutils/adesklets Makefile Log: Attempt to fix build on 7.x (7.x now is pretty same that 6.x, so teach the configure script to deal with 7.x like with 6.x). Reported by: poinyhat via kris Revision Changes Path 1.6 +6 -0 ports/deskutils/adesklets/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:40:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E3716A41C; Thu, 14 Jul 2005 20:40:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4358D43D46; Thu, 14 Jul 2005 20:40:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKehDC013915; Thu, 14 Jul 2005 20:40:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKehkO013914; Thu, 14 Jul 2005 20:40:43 GMT (envelope-from imp) Message-Id: <200507142040.j6EKehkO013914@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Jul 2005 20:40: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/dev/pccard pccard.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, 14 Jul 2005 20:40:43 -0000 imp 2005-07-14 20:40:43 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Also provide the function type in the nomatch routine. Revision Changes Path 1.107 +7 -4 src/sys/dev/pccard/pccard.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:40:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 329A516A41C; Thu, 14 Jul 2005 20:40:58 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD37443D48; Thu, 14 Jul 2005 20:40:57 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKevxE013956; Thu, 14 Jul 2005 20:40:57 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKevLL013955; Thu, 14 Jul 2005 20:40:57 GMT (envelope-from mich) Message-Id: <200507142040.j6EKevLL013955@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Thu, 14 Jul 2005 20:40: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/net/ttlscan 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, 14 Jul 2005 20:40:58 -0000 mich 2005-07-14 20:40:57 UTC FreeBSD ports repository Modified files: net/ttlscan Makefile Log: o fix MASTER_SITES Noticed by: pointyhat (kris) Revision Changes Path 1.3 +1 -1 ports/net/ttlscan/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:46:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9855516A41C; Thu, 14 Jul 2005 20:46:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 433F343D49; Thu, 14 Jul 2005 20:46:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKkxxt014245; Thu, 14 Jul 2005 20:46:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKkxtk014244; Thu, 14 Jul 2005 20:46:59 GMT (envelope-from imp) Message-Id: <200507142046.j6EKkxtk014244@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Jul 2005 20:46: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/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.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, 14 Jul 2005 20:46:59 -0000 imp 2005-07-14 20:46:59 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.h Log: Omnibus power and interrupt fixes: o Don't busy wait on powerup. Instead, use the power up interrupt to wait for the card to power up. Don't wait when we're turning the card off, since no interrupt happens in that case. o Convert many of the long DELAYs to tsleeps. We do not run before the timer have stared, so DELAY isn't necessary. More DELAYs can likely be eliminated in the future. o When powering up the card, don't do anything if the card is already powered up (before we'd power cycle it). This means that for most cards we power them up once and then never change the power. o On card eject, mask (by clearing) the CD bit. Before we set it, which was wrong. We don't want to see any CD events past the first one since they need to be debounced. With these changes, I can insert/eject 16bit cards without glitching xmms' sound output. Something very important to the development of better pccard drivers :-) Revision Changes Path 1.122 +73 -47 src/sys/dev/pccbb/pccbb.c 1.10 +1 -0 src/sys/dev/pccbb/pccbb_pci.c 1.24 +2 -1 src/sys/dev/pccbb/pccbbvar.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 20:50:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A129E16A41C; Thu, 14 Jul 2005 20:50:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E2443D46; Thu, 14 Jul 2005 20:50:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKoFZE021364; Thu, 14 Jul 2005 20:50:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKoFHw021363; Thu, 14 Jul 2005 20:50:15 GMT (envelope-from novel) Message-Id: <200507142050.j6EKoFHw021363@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 14 Jul 2005 20:50: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/mail/cone 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, 14 Jul 2005 20:50:15 -0000 novel 2005-07-14 20:50:14 UTC FreeBSD ports repository Modified files: mail/cone Makefile distinfo pkg-plist Log: Update to 0.65. PR: 83479 Submitted by: Vsevolod Stakhov Revision Changes Path 1.16 +4 -4 ports/mail/cone/Makefile 1.12 +2 -2 ports/mail/cone/distinfo 1.10 +13 -11 ports/mail/cone/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:15:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF6D016A41C; Thu, 14 Jul 2005 21:15:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE8B43D45; Thu, 14 Jul 2005 21:15:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ELFPVf022395; Thu, 14 Jul 2005 21:15:25 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ELFPdt022394; Thu, 14 Jul 2005 21:15:25 GMT (envelope-from thierry) Message-Id: <200507142115.j6ELFPdt022394@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 14 Jul 2005 21:15: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/www/tidy-devel Makefile distinfo ports/www/tidy-devel/files patch-build_gmake_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, 14 Jul 2005 21:15:25 -0000 thierry 2005-07-14 21:15:25 UTC FreeBSD ports repository Modified files: www/tidy-devel Makefile distinfo www/tidy-devel/files patch-build_gmake_Makefile Log: Upgrade to 050713. Revision Changes Path 1.135 +1 -1 ports/www/tidy-devel/Makefile 1.117 +2 -2 ports/www/tidy-devel/distinfo 1.6 +3 -10 ports/www/tidy-devel/files/patch-build_gmake_Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:18:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3542016A41C; Thu, 14 Jul 2005 21:18:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC60E43D48; Thu, 14 Jul 2005 21:18:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ELI7Aq022482; Thu, 14 Jul 2005 21:18:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ELI7Gm022481; Thu, 14 Jul 2005 21:18:07 GMT (envelope-from jhb) Message-Id: <200507142118.j6ELI7Gm022481@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 21:18: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/vm vm_fault.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, 14 Jul 2005 21:18:08 -0000 jhb 2005-07-14 21:18:07 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Convert a remaining !fs.map->system_map to fs.first_object->flags & OBJ_NEEDGIANT test that was missed in an earlier revision. This fixes mutex assertion failures in the debug.mpsafevm=0 case. Reported by: ps MFC after: 3 days Revision Changes Path 1.206 +1 -1 src/sys/vm/vm_fault.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:27:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DB416A41C; Thu, 14 Jul 2005 21:27:32 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2688D43D48; Thu, 14 Jul 2005 21:27:32 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ELRWsA027473; Thu, 14 Jul 2005 21:27:32 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ELRVUr027469; Thu, 14 Jul 2005 21:27:31 GMT (envelope-from remko) Message-Id: <200507142127.j6ELRVUr027469@repoman.freebsd.org> From: Remko Lodder Date: Thu, 14 Jul 2005 21:27:31 +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/advanced-networking 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: Thu, 14 Jul 2005 21:27:32 -0000 remko 2005-07-14 21:27:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: s/&windows/&windows;/ Spotted by: Siebrand Mazeland Revision Changes Path 1.366 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:32:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05AEF16A41C; Thu, 14 Jul 2005 21:32:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF87443D46; Thu, 14 Jul 2005 21:32:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C97BA51552; Thu, 14 Jul 2005 17:32:34 -0400 (EDT) Date: Thu, 14 Jul 2005 17:32:34 -0400 From: Kris Kennaway To: Sergey Matveychuk Message-ID: <20050714213234.GA87201@xor.obsecurity.org> References: <200507140709.j6E791oV042215@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <200507140709.j6E791oV042215@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/lang/tclX 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, 14 Jul 2005 21:32:36 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 07:09:01AM +0000, Sergey Matveychuk wrote: > sem 2005-07-14 07:09:01 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > lang/tclX Makefile=20 > Log: > - Unbreak the port to find out what wrong with pkg-list is. As I said to whoever did this yesterday, don't do this, and instead please either ask me or check on pointyhat. Kris --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1tnyWry0BWjoQKURAjikAJ9mA3zdQUcHNBp/b/JH/LsvkKXDagCfRGl5 eCjwUk1df8GPnCzxury2ViA= =cMlN -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:41:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3498516A41C; Thu, 14 Jul 2005 21:41:22 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0AF43D49; Thu, 14 Jul 2005 21:41:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6ELfKms095432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 14:41:20 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6DD30.6020900@errno.com> Date: Thu, 14 Jul 2005 14:46:24 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> In-Reply-To: <200507141833.j6EIXLPA001703@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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 21:41:22 -0000 Robert Watson wrote: > rwatson 2005-07-14 18:33:21 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h > ifieee80211.c > Log: > Add a new flag '-k' to ifconfig(8), indicating that it is alright to > print potentially sensitive keying material to stdout. With the new > 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, > and did by default for the root user, which is undesirable in some > environments. Now it will not print keying material unless requested > (and available to the user). I thought we'd agreed NOT to do this. Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:44:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E06716A41C; Thu, 14 Jul 2005 21:44:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBC143D53; Thu, 14 Jul 2005 21:44:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 2F41646B11; Thu, 14 Jul 2005 17:44:38 -0400 (EDT) Date: Thu, 14 Jul 2005 22:44:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6DD30.6020900@errno.com> Message-ID: <20050714224327.O35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 21:44:39 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: >> Add a new flag '-k' to ifconfig(8), indicating that it is alright to >> print potentially sensitive keying material to stdout. With the new >> 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, >> and did by default for the root user, which is undesirable in some >> environments. Now it will not print keying material unless requested >> (and available to the user). > > I thought we'd agreed NOT to do this. Remind me what we'd agreed should be done? Printing the 802.11 key on the console during boot is undesirable. I recollect vaguely we had thought about removing printing the key entirely, only it struck me this was actually a useful feature, so "-k" allows you to do that. Especially since we are trying to avoid forcing people to use wicontrol, etc. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Jul 14 21:53:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E25A16A41C; Thu, 14 Jul 2005 21:53:23 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA0A43D46; Thu, 14 Jul 2005 21:53:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6ELrKms095501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 14:53:21 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E001.1020001@errno.com> Date: Thu, 14 Jul 2005 14:58:25 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> In-Reply-To: <20050714224327.O35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 21:53:23 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >>> Add a new flag '-k' to ifconfig(8), indicating that it is alright to >>> print potentially sensitive keying material to stdout. With the new >>> 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, >>> and did by default for the root user, which is undesirable in some >>> environments. Now it will not print keying material unless requested >>> (and available to the user). >> >> >> I thought we'd agreed NOT to do this. > > > Remind me what we'd agreed should be done? Printing the 802.11 key on > the console during boot is undesirable. I recollect vaguely we had > thought about removing printing the key entirely, only it struck me this > was actually a useful feature, so "-k" allows you to do that. > Especially since we are trying to avoid forcing people to use wicontrol, > etc. You repeatedly asked me to add this option. Each time I said I didn't think it was a great idea. You then committed it w/o discussion (with me at least). ifconfig prints the key material only when invoked by root. This is the way it's been all along and the way wiconfig still works and which we are trying to eliminate by extending ifconfig. As to printing sensitive material I question how important this is. If it's a wep key it's trivially cracked by other means. If it's a WPA or 802.1x key then it's rotated frequently and, for WPA at least, protected by addiitonal means that makes grabbing it via screen-scrape much less useful (only the GTK is displayed for WPA, not the PTK which is potentially more sensitive). If you want to improve the situation for disclosing sensitive info then we should work on adding keychain style storage for sensitive info like static keys and wpa-psk's. So I guess my argument against this is you're changing long-standing behaviour w/ little benefit. Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:02:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9622816A41C; Thu, 14 Jul 2005 22:02:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576CD43D48; Thu, 14 Jul 2005 22:02:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EM2rD6030233; Thu, 14 Jul 2005 22:02:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EM2roh030232; Thu, 14 Jul 2005 22:02:53 GMT (envelope-from pav) Message-Id: <200507142202.j6EM2roh030232@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 22:02: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/textproc/words 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, 14 Jul 2005 22:02:53 -0000 pav 2005-07-14 22:02:52 UTC FreeBSD ports repository Modified files: textproc/words Makefile distinfo pkg-plist Log: - Update to 1.97Ed PR: ports/83416 Submitted by: Li-Lun Wang (Leland Wang) (maintainer) Revision Changes Path 1.3 +2 -1 ports/textproc/words/Makefile 1.4 +2 -2 ports/textproc/words/distinfo 1.3 +1 -1 ports/textproc/words/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:08:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414BB16A41C; Thu, 14 Jul 2005 22:08:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53CD43D45; Thu, 14 Jul 2005 22:08:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 2BFB946B83; Thu, 14 Jul 2005 18:08:02 -0400 (EDT) Date: Thu, 14 Jul 2005 23:08:14 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6E001.1020001@errno.com> Message-ID: <20050714225706.Q35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 22:08:03 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: > As to printing sensitive material I question how important this is. If > it's a wep key it's trivially cracked by other means. If it's a WPA or > 802.1x key then it's rotated frequently and, for WPA at least, protected > by addiitonal means that makes grabbing it via screen-scrape much less > useful (only the GTK is displayed for WPA, not the PTK which is > potentially more sensitive). If you want to improve the situation for > disclosing sensitive info then we should work on adding keychain style > storage for sensitive info like static keys and wpa-psk's. > > So I guess my argument against this is you're changing long-standing > behaviour w/ little benefit. Sorry about committing it over your objection -- I obviously misremembered the degree to which you disagreed with the proposed change. I'm willing to back it out, but not happy about the idea. Here's my view on things: Either the key is sensitive, or it's not. If it's not, then why are we checking for root privilege? If it is, why are we printing it without being asked to? I'm a fan of the model that says ifconfig(8) manages all the properties of the network interface. However, part of ifconfig(8) managing more complex properties of those interfaces is that it has to respect the sensitivity of the data it handles. This never came up before for ifconfig(8) because we didn't consider any of the data it handled sensitive. Running "ifconfig" or "ifconfig -a" is a fairly common administrator activity to check the configuration of the system. When it comes to people looking over your shoulder, scroll-back, /var/log/console.log, or dmesg -a output, I would prefer that keying material not appear there unless specifically requested. As to historical behavior -- I've been complaining even since that behavior with ifconfig(8) since I first noticed it, as you pointed out. I think wicontrol's behavior was improper also, but at least it wasn't printed out automatically every time the system booted, or every time I check to see if I have an association. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:14:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09C716A41C; Thu, 14 Jul 2005 22:14:55 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF5B43D45; Thu, 14 Jul 2005 22:14:55 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6EMErms095594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 15:14:54 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E50D.6000606@errno.com> Date: Thu, 14 Jul 2005 15:19:57 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> In-Reply-To: <20050714225706.Q35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 22:14:55 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >> As to printing sensitive material I question how important this is. >> If it's a wep key it's trivially cracked by other means. If it's a >> WPA or 802.1x key then it's rotated frequently and, for WPA at least, >> protected by addiitonal means that makes grabbing it via screen-scrape >> much less useful (only the GTK is displayed for WPA, not the PTK which >> is potentially more sensitive). If you want to improve the situation >> for disclosing sensitive info then we should work on adding keychain >> style storage for sensitive info like static keys and wpa-psk's. >> >> So I guess my argument against this is you're changing long-standing >> behaviour w/ little benefit. > > > Sorry about committing it over your objection -- I obviously > misremembered the degree to which you disagreed with the proposed > change. I'm willing to back it out, but not happy about the idea. > Here's my view on things: > > Either the key is sensitive, or it's not. If it's not, then why are we > checking for root privilege? If it is, why are we printing it without > being asked to? > > I'm a fan of the model that says ifconfig(8) manages all the properties > of the network interface. However, part of ifconfig(8) managing more > complex properties of those interfaces is that it has to respect the > sensitivity of the data it handles. This never came up before for > ifconfig(8) because we didn't consider any of the data it handled > sensitive. Running "ifconfig" or "ifconfig -a" is a fairly common > administrator activity to check the configuration of the system. When > it comes to people looking over your shoulder, scroll-back, > /var/log/console.log, or dmesg -a output, I would prefer that keying > material not appear there unless specifically requested. > > As to historical behavior -- I've been complaining even since that > behavior with ifconfig(8) since I first noticed it, as you pointed out. > I think wicontrol's behavior was improper also, but at least it wasn't > printed out automatically every time the system booted, or every time I > check to see if I have an association. You didn't point out keys were being printed on boot (so it goes in /var/log/messages etc.). In that case I'm fine with this change. Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:22:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D41B16A41C; Thu, 14 Jul 2005 22:22:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 408D943D49; Thu, 14 Jul 2005 22:22:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id C299046BC9; Thu, 14 Jul 2005 18:22:00 -0400 (EDT) Date: Thu, 14 Jul 2005 23:22:13 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6E50D.6000606@errno.com> Message-ID: <20050714231920.K35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 22:22:01 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: > You didn't point out keys were being printed on boot (so it goes in > /var/log/messages etc.). In that case I'm fine with this change. I was sure I had pointed that out, but then, I think I had also decided that you thought it was better to take printing of the key entirely out of ifconfig(8) than to add a "-k", hence thinking that adding "-k" was a more reasonable middle ground. Obviously, there was some misunderstanding going on, and largely on my part. Thanks, Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:22:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C29EF16A41C; Thu, 14 Jul 2005 22:22:51 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FCF43D45; Thu, 14 Jul 2005 22:22:51 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMMp8Y031413; Thu, 14 Jul 2005 22:22:51 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMMpPS031412; Thu, 14 Jul 2005 22:22:51 GMT (envelope-from mlaier) Message-Id: <200507142222.j6EMMpPS031412@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 22:22: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/netinet in_proto.c src/sys/contrib/pf/net if_pfsync.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, 14 Jul 2005 22:22:51 -0000 mlaier 2005-07-14 22:22:51 UTC FreeBSD src repository Modified files: sys/netinet in_proto.c sys/contrib/pf/net if_pfsync.c Log: Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them with netstat (seperate commit). Requested by: glebius MFC after: 1 week Revision Changes Path 1.20 +5 -1 src/sys/contrib/pf/net/if_pfsync.c 1.78 +5 -2 src/sys/netinet/in_proto.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:24:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB66816A41C; Thu, 14 Jul 2005 22:24:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7111043D49; Thu, 14 Jul 2005 22:24:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6EMOOms095674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 15:24:26 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E749.2030204@errno.com> Date: Thu, 14 Jul 2005 15:29:29 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> <20050714231920.K35071@fledge.watson.org> In-Reply-To: <20050714231920.K35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 14 Jul 2005 22:24:27 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >> You didn't point out keys were being printed on boot (so it goes in >> /var/log/messages etc.). In that case I'm fine with this change. > > > I was sure I had pointed that out, but then, I think I had also decided > that you thought it was better to take printing of the key entirely out > of ifconfig(8) than to add a "-k", hence thinking that adding "-k" was a > more reasonable middle ground. Obviously, there was some > misunderstanding going on, and largely on my part. > > Thanks, It was a while ago but don't recall you saying it. Regardless, thanks too. Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:42:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF8B16A41C; Thu, 14 Jul 2005 22:42:35 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB84443D46; Thu, 14 Jul 2005 22:42:35 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMgZOs035200; Thu, 14 Jul 2005 22:42:35 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMgZHC035199; Thu, 14 Jul 2005 22:42:35 GMT (envelope-from mlaier) Message-Id: <200507142242.j6EMgZHC035199@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 22:42: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.bin/netstat if.c main.c netstat.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, 14 Jul 2005 22:42:36 -0000 mlaier 2005-07-14 22:42:35 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c main.c netstat.h Log: Print newly exported pfsync statistics with netstat(8). Requested by: glebius MFC after: 1 week Revision Changes Path 1.59 +46 -0 src/usr.bin/netstat/if.c 1.73 +4 -0 src/usr.bin/netstat/main.c 1.42 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:43:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC68516A41C; Thu, 14 Jul 2005 22:43:20 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7536F43D48; Thu, 14 Jul 2005 22:43:20 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMhK9r035325; Thu, 14 Jul 2005 22:43:20 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMhKcN035324; Thu, 14 Jul 2005 22:43:20 GMT (envelope-from emax) Message-Id: <200507142243.j6EMhKcN035324@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 22:43:20 +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/kbdmux kbdmux.c src/sys/sys kbio.h src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.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, 14 Jul 2005 22:43:20 -0000 emax 2005-07-14 22:43:20 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c sys/sys kbio.h usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Log: kbdmux(4) keyboard multiplexer integration o Slightly change KBADDKBD and KBRELKBD ioctl() interface. Instead of passing keyboard index pass keyboard_info_t structure with populated 'kb_unit' and 'kb_name' fields. Keyboard index is not very user-friendly and is not very easy to obtain. Keyboard driver name and unit, on the other hand, is much more user friendly and known almost all the time; o Move definition of keyboard_info_t structure up; o Teach kbdcontrol(1) how to attach/detach keyboards to/from the keyboard multiplexor; o Update kbdcontrol(1) man page and document new functionality. To attach/detach keyboard to/from keyboard multiplexor one needs to use keyboard device name (i.e. ukbd0). MFC after: 1 week Revision Changes Path 1.2 +24 -19 src/sys/dev/kbdmux/kbdmux.c 1.9 +11 -10 src/sys/sys/kbio.h 1.37 +22 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.49 +70 -2 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:43:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051AB16A41C; Thu, 14 Jul 2005 22:43:58 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD9843D45; Thu, 14 Jul 2005 22:43:57 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMhv7S035389; Thu, 14 Jul 2005 22:43:57 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMhvbX035388; Thu, 14 Jul 2005 22:43:57 GMT (envelope-from gerald) Message-Id: <200507142243.j6EMhvbX035388@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 14 Jul 2005 22: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: ports/lang/gcc33 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, 14 Jul 2005 22:43:58 -0000 gerald 2005-07-14 22:43:57 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile Log: IGNORE on 7.x and above. Revision Changes Path 1.201 +3 -0 ports/lang/gcc33/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 23:04:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BCC16A41C; Thu, 14 Jul 2005 23:04:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE56B43D49; Thu, 14 Jul 2005 23:04:23 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EN4NFh036619; Thu, 14 Jul 2005 23:04:23 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EN4NCH036618; Thu, 14 Jul 2005 23:04:23 GMT (envelope-from emax) Message-Id: <200507142304.j6EN4NCH036618@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 23:04: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/share/man/man4 Makefile kbdmux.4 src/sys/conf files src/sys/modules 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, 14 Jul 2005 23:04:24 -0000 emax 2005-07-14 23:04:23 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf files sys/modules Makefile Added files: share/man/man4 kbdmux.4 Log: kbdmux(4) keyboard multiplexer integration o Add minimal kbdmux(4) man page to the source tree (more details to follow); o Hook up kbdmux(4) to the build. This concludes the first part of the kbdmux(4) keyboard multiplexer integration. It now should be possible to use kbdmux(4), however one must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)). MFC after: 1 week Revision Changes Path 1.322 +1 -0 src/share/man/man4/Makefile 1.1 +51 -0 src/share/man/man4/kbdmux.4 (new) 1.1033 +1 -0 src/sys/conf/files 1.451 +1 -0 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 23:20:52 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB76716A41C; Thu, 14 Jul 2005 23:20:52 +0000 (GMT) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778943D45; Thu, 14 Jul 2005 23:20:52 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j6ENKKdf020622; Thu, 14 Jul 2005 16:20:20 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.3/8.13.3) with ESMTP id j6ENKK7q085874; Thu, 14 Jul 2005 16:20:20 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.3/8.12.9/Submit) id j6ENKJ2U085873; Thu, 14 Jul 2005 16:20:19 -0700 (PDT) (envelope-from frank@exit.com) X-Authentication-Warning: realtime.exit.com: frank set sender to frank@exit.com using -f From: Frank Mayhar To: Sam Leffler In-Reply-To: <42D6E749.2030204@errno.com> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> <20050714231920.K35071@fledge.watson.org> <42D6E749.2030204@errno.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Exit Consulting Date: Thu, 14 Jul 2005 16:20:19 -0700 Message-Id: <1121383219.85758.1.camel@realtime.exit.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Virus-Scanned: ClamAV 0.86.1/978/Thu Jul 14 04:37:27 2005 on tinker.exit.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 23:20:53 -0000 On Thu, 2005-07-14 at 15:29 -0700, Sam Leffler wrote: > Robert Watson wrote: > > Thanks, > It was a while ago but don't recall you saying it. Regardless, thanks too. Damn. A perfectly good flamewar blown to hell by two people being reasonable! Didn't you know that's not appropriate for BSD-related lists? (Hint for the humor-impaired: :-) -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-all@FreeBSD.ORG Thu Jul 14 23:21:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B5E16A41C; Thu, 14 Jul 2005 23:21:23 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEC943D48; Thu, 14 Jul 2005 23:21:22 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ENLMOE037331; Thu, 14 Jul 2005 23:21:22 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ENLMrl037330; Thu, 14 Jul 2005 23:21:22 GMT (envelope-from ahze) Message-Id: <200507142321.j6ENLMrl037330@repoman.freebsd.org> From: Michael Johnson Date: Thu, 14 Jul 2005 23:21: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/libtar 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, 14 Jul 2005 23:21:23 -0000 ahze 2005-07-14 23:21:22 UTC FreeBSD ports repository Modified files: devel/libtar Makefile Log: Add -fPIC to CPPFLAGS on !i386 to fix build Reported by: kris mail Revision Changes Path 1.12 +6 -0 ports/devel/libtar/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 14 23:42:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790CC16A41C; Thu, 14 Jul 2005 23:42:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [12.26.83.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1574E43D46; Thu, 14 Jul 2005 23:42:32 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from [10.0.0.1] (67-40-23-118.tukw.qwest.net [67.40.23.118]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.1/8.13.1) with ESMTP id j6ENgTb0058551; Thu, 14 Jul 2005 19:42:30 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Thu, 14 Jul 2005 16:41:51 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Robert Watson In-Reply-To: <200507141617.j6EGHL2I088805@repoman.freebsd.org> Message-ID: <20050714164138.X574@10.0.0.1> References: <200507141617.j6EGHL2I088805@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.52 on 12.26.83.25 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c uma_int.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, 14 Jul 2005 23:42:33 -0000 Are you interested in getting those cache improvements into the tree? The alloc/free to the same bucket change? On Thu, 14 Jul 2005, Robert Watson wrote: > rwatson 2005-07-14 16:17:21 UTC > > FreeBSD src repository > > Modified files: > sys/vm uma_core.c uma_int.h > Log: > In addition to tracking allocs in the zone, also track frees. Add > a zone free counter, as well as a cache free counter. > > MFC after: 1 week > > Revision Changes Path > 1.121 +5 -0 src/sys/vm/uma_core.c > 1.32 +2 -0 src/sys/vm/uma_int.h > From owner-cvs-all@FreeBSD.ORG Thu Jul 14 23:52:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C41716A41C; Thu, 14 Jul 2005 23:52:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CB143D45; Thu, 14 Jul 2005 23:52:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 9844546B04; Thu, 14 Jul 2005 19:52:01 -0400 (EDT) Date: Fri, 15 Jul 2005 00:52:14 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jeff Roberson In-Reply-To: <20050714164138.X574@10.0.0.1> Message-ID: <20050715004327.B46671@fledge.watson.org> References: <200507141617.j6EGHL2I088805@repoman.freebsd.org> <20050714164138.X574@10.0.0.1> 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/vm uma_core.c uma_int.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, 14 Jul 2005 23:52:02 -0000 On Thu, 14 Jul 2005, Jeff Roberson wrote: > Are you interested in getting those cache improvements into the tree? > The alloc/free to the same bucket change? I am quite interested in them, but have not yet been able to measure a statistically significant improvement with them for the couple of micro-benchmarks I had easily on-hand. There was some measurable change in variance though. I hope to have a chance to look at them more closely in the next week or two. With Joseph Koshy's hwpmc support now working with gprof, we should be able to look a lot more closely at how the caches are interacting with various bits of code. Robert N M Watson > > On Thu, 14 Jul 2005, Robert Watson wrote: > >> rwatson 2005-07-14 16:17:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/vm uma_core.c uma_int.h >> Log: >> In addition to tracking allocs in the zone, also track frees. Add >> a zone free counter, as well as a cache free counter. >> >> MFC after: 1 week >> >> Revision Changes Path >> 1.121 +5 -0 src/sys/vm/uma_core.c >> 1.32 +2 -0 src/sys/vm/uma_int.h >> > From owner-cvs-all@FreeBSD.ORG Fri Jul 15 00:07:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4FC16A41C; Fri, 15 Jul 2005 00:07:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51DD43D48; Fri, 15 Jul 2005 00:07:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F07Dnc038874; Fri, 15 Jul 2005 00:07:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F07DXk038873; Fri, 15 Jul 2005 00:07:13 GMT (envelope-from pav) Message-Id: <200507150007.j6F07DXk038873@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 00:07:13 +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: Fri, 15 Jul 2005 00:07:14 -0000 pav 2005-07-15 00:07:13 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 5.7 Dependencies, LIB_DEPENDS section: - Reformat example to fit into single line, as customary in Makefiles - Update Note about regular expressions and provide some examples Revision Changes Path 1.576 +8 -5 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 00:17:29 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17FA16A41C for ; Fri, 15 Jul 2005 00:17:28 +0000 (GMT) (envelope-from B.Wildermoth@griffith.edu.au) Received: from cardea.itc.griffith.edu.au (cardea.itc.griffith.edu.au [132.234.248.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA3343D48 for ; Fri, 15 Jul 2005 00:17:27 +0000 (GMT) (envelope-from B.Wildermoth@griffith.edu.au) Received: from [132.234.7.64] (helo=pc070981.me.gu.edu.au) by cardea.itc.griffith.edu.au with esmtp (Exim 4.24) id 1DtDtN-00064E-34 for cvs-all@freebsd.org; Fri, 15 Jul 2005 10:17:25 +1000 From: Brett Wildermoth Organization: Griffith University To: cvs-all@freebsd.org Date: Fri, 15 Jul 2005 10:13:59 +1000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507151013.59596.B.Wildermoth@griffith.edu.au> Subject: Ncurses config menu for mplayer X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: B.WIldermoth@griffith.edu.au List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 00:17:29 -0000 An NCURSES based menu for mplayer would be nice, instead of specifying make -DSTUB. I have lost count of the number of times I have had to remake mplayer as I forgot the STUBS..... -- ------------------------------------------------------------------- Brett Wildermoth BEng(ME) MPhil Associate Lecturer / PhD Student School of Microelectronic Engineering Faculty of Engineering and Info. Tech. Ph. +61 7 3735 5063, Fax. +61 7 3735 5384 Email. B.Wildermoth@grifith.edu.au ------------------------------------------------------------------- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 00:34:47 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B97316A41C; Fri, 15 Jul 2005 00:34:47 +0000 (GMT) (envelope-from chris@premsys.com.au) Received: from postoffice.premsys.com.au (dsl-210-15-193-165.TAS.netspace.net.au [210.15.193.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8CA43D46; Fri, 15 Jul 2005 00:34:43 +0000 (GMT) (envelope-from chris@premsys.com.au) Received: from premsys01.premsys.private (premsys01.premsys.private [10.0.0.2]) by postoffice.premsys.com.au with ESMTP id j6F0YKX8035042; Fri, 15 Jul 2005 10:34:20 +1000 (EST) (envelope-from chris@premsys.com.au) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 15 Jul 2005 10:34:17 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c Thread-Index: AcWIwtNDN1Yd0E+iSBCsgjpJSydb+AAESurw From: "Chris Knight" To: "Sam Leffler" , "Robert Watson" Cc: src-committers@freebsd.org, cvs-all@freebsd.org Subject: RE: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.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, 15 Jul 2005 00:34:47 -0000 Howdy, > -----Original Message----- > From: Sam Leffler [mailto:sam@errno.com]=20 > Sent: Friday, 15 July 2005 8:29 AM > To: Robert Watson > Cc: cvs-src@freebsd.org; src-committers@freebsd.org;=20 > cvs-all@freebsd.org > Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8=20 > ifconfig.c ifconfig.h ifieee80211.c >=20 > Robert Watson wrote: > >=20 > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >=20 > >> You didn't point out keys were being printed on boot (so=20 > it goes in=20 > >> /var/log/messages etc.). In that case I'm fine with this change. > >=20 > >=20 > > I was sure I had pointed that out, but then, I think I had also=20 > > decided that you thought it was better to take printing of the key=20 > > entirely out of ifconfig(8) than to add a "-k", hence thinking that=20 > > adding "-k" was a more reasonable middle ground. =20 > Obviously, there was=20 > > some misunderstanding going on, and largely on my part. > >=20 > > Thanks, >=20 > It was a while ago but don't recall you saying it. =20 > Regardless, thanks too. >=20 > Sam Can we please have this message thread enshrined in documentation as a How-to guide for FreeBSD committers to resolve their disputes in a public forum? Not only are you guys excellent developers but you also know how to reconcile with the other party when viewpoints clash. This type of public dispute resolution makes reading the CVS mailing list far more pleasant. I'd like to thank the both of you for making life more pleasant. Thanks! -- Regards, Chris Knight Premier Systems Tel: 03 6331 6537 Fax: 03 6334 4921 Mob: 0419 528 795 =20 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 00:46:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665C616A41C; Fri, 15 Jul 2005 00:46:41 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2591343D48; Fri, 15 Jul 2005 00:46:41 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F0kfFd040293; Fri, 15 Jul 2005 00:46:41 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F0kfhQ040292; Fri, 15 Jul 2005 00:46:41 GMT (envelope-from kevlo) Message-Id: <200507150046.j6F0kfhQ040292@repoman.freebsd.org> From: Kevin Lo Date: Fri, 15 Jul 2005 00:46:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-String-Similarity 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, 15 Jul 2005 00:46:41 -0000 kevlo 2005-07-15 00:46:41 UTC FreeBSD ports repository Modified files: devel/p5-String-Similarity Makefile distinfo Log: Update to 1.02 PR: ports/83460 Submitted by: leeym Revision Changes Path 1.6 +1 -1 ports/devel/p5-String-Similarity/Makefile 1.4 +2 -2 ports/devel/p5-String-Similarity/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 01:43:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEEA16A41C; Fri, 15 Jul 2005 01:43:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61343D46; Fri, 15 Jul 2005 01:43:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1h9rJ049325; Fri, 15 Jul 2005 01:43:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1h98h049324; Fri, 15 Jul 2005 01:43:09 GMT (envelope-from imp) Message-Id: <200507150143.j6F1h98h049324@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:43: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/dev/pccard pccard.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, 15 Jul 2005 01:43:09 -0000 imp 2005-07-15 01:43:08 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Insert missing int i; Revision Changes Path 1.108 +1 -0 src/sys/dev/pccard/pccard.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 01:48:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB63E16A41C; Fri, 15 Jul 2005 01:48:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF7F43D45; Fri, 15 Jul 2005 01:48:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1mcEP049594; Fri, 15 Jul 2005 01:48:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1mcGo049593; Fri, 15 Jul 2005 01:48:38 GMT (envelope-from imp) Message-Id: <200507150148.j6F1mcGo049593@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:48: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/dev/ex if_ex_pccard.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, 15 Jul 2005 01:48:39 -0000 imp 2005-07-15 01:48:38 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_pccard.c Log: Add real support for obtaining the silicom MAC address from the apporpriate place in the CIS, now that we have the CIS scanning code. Revision Changes Path 1.15 +7 -34 src/sys/dev/ex/if_ex_pccard.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 01:50:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604DD16A41C; Fri, 15 Jul 2005 01:50:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220EA43D48; Fri, 15 Jul 2005 01:50:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1oNWQ049712; Fri, 15 Jul 2005 01:50:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1oN76049711; Fri, 15 Jul 2005 01:50:23 GMT (envelope-from imp) Message-Id: <200507150150.j6F1oN76049711@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:50: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/share/man/man4/man4.i386 ex.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: Fri, 15 Jul 2005 01:50:23 -0000 imp 2005-07-15 01:50:22 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ex.4 Log: Mention the PC Card devices known to work with this driver, as well as some of the bugs there with. Revision Changes Path 1.22 +25 -9 src/share/man/man4/man4.i386/ex.4 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 01:54:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2E816A41C; Fri, 15 Jul 2005 01:54:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF1C43D48; Fri, 15 Jul 2005 01:54:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1sxjd049904; Fri, 15 Jul 2005 01:54:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1sxLh049903; Fri, 15 Jul 2005 01:54:59 GMT (envelope-from imp) Message-Id: <200507150154.j6F1sxLh049903@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:54: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/dev/ed if_ed_pccard.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, 15 Jul 2005 01:55:00 -0000 imp 2005-07-15 01:54:59 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Add support for the DLink DMF650TX Ethernet+56k modem PC Card. This gets the ethernet part of the card working, while putting appropriate hooks in place for the modem code. Other ed based lan/modem combo cards should be easy to add. Please send me info on any you'd like to see support added. Note: The 650 isn't a strictly conforming multi-function card, so special support is needed. :-( Revision Changes Path 1.85 +28 -6 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 02:01:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF8F16A41C; Fri, 15 Jul 2005 02:01:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64C343D46; Fri, 15 Jul 2005 02:01:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F21co3050258; Fri, 15 Jul 2005 02:01:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F21cdc050257; Fri, 15 Jul 2005 02:01:38 GMT (envelope-from imp) Message-Id: <200507150201.j6F21cdc050257@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 02:01: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/share/man/man4 ed.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: Fri, 15 Jul 2005 02:01:39 -0000 imp 2005-07-15 02:01:38 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Note non-support of modem side of DMF650TX card Revision Changes Path 1.46 +6 -1 src/share/man/man4/ed.4 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 02:31:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB2E16A41C; Fri, 15 Jul 2005 02:31:15 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A20343D45; Fri, 15 Jul 2005 02:31:15 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F2VFcC051386; Fri, 15 Jul 2005 02:31:15 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F2VFVl051385; Fri, 15 Jul 2005 02:31:15 GMT (envelope-from gad) Message-Id: <200507150231.j6F2VFVl051385@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 15 Jul 2005 02:31: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/tools/regression/usr.bin/env regress-env.rgdata X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 02:31:15 -0000 gad 2005-07-15 02:31:15 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/env regress-env.rgdata Log: Correct one regression test (which was expected an incorrect answer), and add a few more tests. This matches bug fixes recently committed to 'env'. Revision Changes Path 1.3 +66 -1 src/tools/regression/usr.bin/env/regress-env.rgdata From owner-cvs-all@FreeBSD.ORG Fri Jul 15 03:25:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500B016A41C; Fri, 15 Jul 2005 03:25:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1199343D46; Fri, 15 Jul 2005 03:25:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F3PMb0053581; Fri, 15 Jul 2005 03:25:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F3PM8L053580; Fri, 15 Jul 2005 03:25:22 GMT (envelope-from imp) Message-Id: <200507150325.j6F3PM8L053580@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 03:25: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/sys/dev/pccbb pccbb.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, 15 Jul 2005 03:25:23 -0000 imp 2005-07-15 03:25:22 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Move to using tsleeps in the cardbus reset case as well. This eliminates the last of the DELAYs in pccbb. Revision Changes Path 1.123 +7 -3 src/sys/dev/pccbb/pccbb.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 03:25:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC0F16A41C; Fri, 15 Jul 2005 03:25:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C75443D49; Fri, 15 Jul 2005 03:25:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F3PkQx053623; Fri, 15 Jul 2005 03:25:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F3PjjC053622; Fri, 15 Jul 2005 03:25:45 GMT (envelope-from marcus) Message-Id: <200507150325.j6F3PjjC053622@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Jul 2005 03:25: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/meanwhile-gaim 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, 15 Jul 2005 03:25:46 -0000 marcus 2005-07-15 03:25:45 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile distinfo Log: Update to 1.2.4. Revision Changes Path 1.28 +1 -2 ports/net/meanwhile-gaim/Makefile 1.13 +2 -2 ports/net/meanwhile-gaim/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 03:35:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8804416A41C; Fri, 15 Jul 2005 03:35:54 +0000 (GMT) (envelope-from clive@tongi.org) Received: from drop.bsdchat.com (drop.bsdchat.com [209.237.225.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13A243D46; Fri, 15 Jul 2005 03:35:53 +0000 (GMT) (envelope-from clive@tongi.org) Received: from CARTIER (drag.bsdchat.com [209.237.225.37]) by drop.bsdchat.com (8.13.3/8.13.3) with SMTP id j6F3Zo4w080404; Fri, 15 Jul 2005 03:35:51 GMT (envelope-from clive@tongi.org) Received: (nullmailer pid 38473 invoked by uid 1000); Fri, 15 Jul 2005 03:35:43 -0000 Date: Fri, 15 Jul 2005 11:35:43 +0800 From: Clive Lin To: Hajimu UMEMOTO Message-ID: <20050715033542.GA16641@tongi.org> References: <200507141226.j6ECQ8em067813@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (drop.bsdchat.com [209.237.225.38]); Fri, 15 Jul 2005 03:35:52 +0000 (UTC) Cc: cvs-ports@FreeBSD.org, Pav Lucistnik , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft 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, 15 Jul 2005 03:35:54 -0000 On Thu, Jul 14, 2005 at 09:45:55PM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Thu, 14 Jul 2005 12:26:08 +0000 (UTC) > >>>>> Pav Lucistnik said: > > pav> Modified files: > pav> x11-fonts/libXft distinfo > pav> Log: > pav> - Restore distinfo for WITH_CJK knob > pav> > pav> PR: ports/83446 > pav> Submitted by: chinsan > > The CJK patch is not applicable anymore. > > ume@kasuga:1007% make patch > ===> Extracting for libXft-2.1.7 > => Checksum OK for libXft-2.1.7.tar.bz2. > => Checksum OK for cjk-patch-libXft-20041115.diff.gz. > ===> Patching for libXft-2.1.7 > ===> Applying distribution patches for libXft-2.1.7 > 1 out of 9 hunks failed--saving rejects to xftglyphs.c.rej > *** Error code 1 Oops, the upstream not yet provid the patches. http://firefly.idv.tw/setfont-xft/patches/libXft/ -- Clive Tong-I Lin | http://tongi.org | PGP KeyID: A008C03E From owner-cvs-all@FreeBSD.ORG Fri Jul 15 03:55:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4EC816A41C; Fri, 15 Jul 2005 03:55:25 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6652943D46; Fri, 15 Jul 2005 03:55:25 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F3tP1E054658; Fri, 15 Jul 2005 03:55:25 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F3tPtA054657; Fri, 15 Jul 2005 03:55:25 GMT (envelope-from dinoex) Message-Id: <200507150355.j6F3tPtA054657@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 15 Jul 2005 03:55: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/mail/sid-milter 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, 15 Jul 2005 03:55:25 -0000 dinoex 2005-07-15 03:55:24 UTC FreeBSD ports repository Modified files: mail/sid-milter Makefile Log: - honor CFLAGS Submitted by: ache Revision Changes Path 1.4 +1 -0 ports/mail/sid-milter/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 04:11:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8AE16A41C; Fri, 15 Jul 2005 04:11:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B93D43D49; Fri, 15 Jul 2005 04:11:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F4BgHR055211; Fri, 15 Jul 2005 04:11:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F4BgaN055210; Fri, 15 Jul 2005 04:11:42 GMT (envelope-from imp) Message-Id: <200507150411.j6F4BgaN055210@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 04:11: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/dev/pccbb pccbb.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, 15 Jul 2005 04:11:43 -0000 imp 2005-07-15 04:11:42 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: s/_us// Revision Changes Path 1.124 +1 -1 src/sys/dev/pccbb/pccbb.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 04:19:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1738416A41C; Fri, 15 Jul 2005 04:19:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14C143D45; Fri, 15 Jul 2005 04:19:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F4JgE7055521; Fri, 15 Jul 2005 04:19:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F4JgrR055520; Fri, 15 Jul 2005 04:19:42 GMT (envelope-from imp) Message-Id: <200507150419.j6F4JgrR055520@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 04:19: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/dev/usb ulpt.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, 15 Jul 2005 04:19:43 -0000 imp 2005-07-15 04:19:42 UTC FreeBSD src repository Modified files: sys/dev/usb ulpt.c Log: Don't wait for the printer to become ready before allowing the open to succeed. There are many printers that return status over the read channel, and if we wait for the status to become ready, then we can't find the status automatically. Linux doesn't wait, nor does it ever seem to really check the status in any meaningful way... If there really is a problem, the writes to the bulk out endpoint will still fail (like they would if the printer was ready and then ran out of paper or became unready). In addition, there are a number of printers being made that emulate the 'status' byte by returning '0' always rather than '0x18'. This fixes the EBUSY on open timeouts on those printer as well. Reviewed by: the defining silence on usb@ Revision Changes Path 1.67 +1 -23 src/sys/dev/usb/ulpt.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 04:27:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAC516A41C; Fri, 15 Jul 2005 04:27:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD1B43D49; Fri, 15 Jul 2005 04:27:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6F4PFFW006486; Thu, 14 Jul 2005 22:25:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Jul 2005 22:25:55 -0600 (MDT) Message-Id: <20050714.222555.08944800.imp@bsdimp.com> To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <200507142046.j6EKkxtk014244@repoman.freebsd.org> References: <200507142046.j6EKkxtk014244@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.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, 15 Jul 2005 04:27:19 -0000 In message: <200507142046.j6EKkxtk014244@repoman.freebsd.org> Warner Losh writes: : With these changes, I can insert/eject 16bit cards without glitching xmms' : sound output. Something very important to the development of better pccard : drivers :-) I also no longer seem to be dropping characters that I'm typing in during the powerup. Warner From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:06:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD2716A41C; Fri, 15 Jul 2005 05:06:04 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDEE43D49; Fri, 15 Jul 2005 05:06:04 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F564Ev064166; Fri, 15 Jul 2005 05:06:04 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F564vg064165; Fri, 15 Jul 2005 05:06:04 GMT (envelope-from novel) Message-Id: <200507150506.j6F564vg064165@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 15 Jul 2005 05:06: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/misc/cuecat 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, 15 Jul 2005 05:06:05 -0000 novel 2005-07-15 05:06:04 UTC FreeBSD ports repository Modified files: misc/cuecat Makefile Log: Fix MASTER_SITES. PR: 83486 Submitted by: Mike Meyer (maintainer) Revision Changes Path 1.7 +1 -1 ports/misc/cuecat/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:12:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE8016A41C; Fri, 15 Jul 2005 05:12:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F9043D45; Fri, 15 Jul 2005 05:12:26 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5CQML064403; Fri, 15 Jul 2005 05:12:26 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5CQDU064402; Fri, 15 Jul 2005 05:12:26 GMT (envelope-from novel) Message-Id: <200507150512.j6F5CQDU064402@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 15 Jul 2005 05:12: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/web2ldap 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, 15 Jul 2005 05:12:27 -0000 novel 2005-07-15 05:12:26 UTC FreeBSD ports repository Modified files: www/web2ldap Makefile distinfo pkg-plist Log: Update to 0.15.12. PR: 83480 Submitted by: Vsevolod Stakhov Approved by: Boris Samorodov (maintainer) Revision Changes Path 1.19 +4 -3 ports/www/web2ldap/Makefile 1.10 +2 -2 ports/www/web2ldap/distinfo 1.9 +2 -0 ports/www/web2ldap/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:12:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDFA16A41C; Fri, 15 Jul 2005 05:12:49 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D2543D48; Fri, 15 Jul 2005 05:12:49 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5CnPJ064432; Fri, 15 Jul 2005 05:12:49 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5Cn9G064431; Fri, 15 Jul 2005 05:12:49 GMT (envelope-from takawata) Message-Id: <200507150512.j6F5Cn9G064431@repoman.freebsd.org> From: Takanori Watanabe Date: Fri, 15 Jul 2005 05:12: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/conf options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 05:12:50 -0000 takawata 2005-07-15 05:12:49 UTC FreeBSD src repository Modified files: sys/conf options Log: Add options for sl811. Pointed out by: nyan Revision Changes Path 1.511 +1 -0 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:33:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB9916A41C; Fri, 15 Jul 2005 05:33:46 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 896D643D49; Fri, 15 Jul 2005 05:33:46 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5Xk22065221; Fri, 15 Jul 2005 05:33:46 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5Xk0V065220; Fri, 15 Jul 2005 05:33:46 GMT (envelope-from sem) Message-Id: <200507150533.j6F5Xk0V065220@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 15 Jul 2005 05:33: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/databases/knoda 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, 15 Jul 2005 05:33:47 -0000 sem 2005-07-15 05:33:46 UTC FreeBSD ports repository Modified files: databases/knoda Makefile Log: - Chase hk_classes lib version because the port requere time for updating complete. Revision Changes Path 1.20 +2 -1 ports/databases/knoda/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:33:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B7C16A448; Fri, 15 Jul 2005 05:33:59 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9CF43D48; Fri, 15 Jul 2005 05:33:58 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5Xw2r065263; Fri, 15 Jul 2005 05:33:58 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5Xw3A065262; Fri, 15 Jul 2005 05:33:58 GMT (envelope-from ijliao) Message-Id: <200507150533.j6F5Xw3A065262@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Jul 2005 05:33: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/libqglviewer 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, 15 Jul 2005 05:33:59 -0000 ijliao 2005-07-15 05:33:58 UTC FreeBSD ports repository Modified files: graphics/libqglviewer Makefile distinfo pkg-plist Log: upgrade to 2.0.0-3 Revision Changes Path 1.5 +2 -2 ports/graphics/libqglviewer/Makefile 1.4 +2 -2 ports/graphics/libqglviewer/distinfo 1.4 +5 -5 ports/graphics/libqglviewer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:48:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A5F16A41C; Fri, 15 Jul 2005 05:48:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F7643D4C; Fri, 15 Jul 2005 05:48:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5mRFw065796; Fri, 15 Jul 2005 05:48:27 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5mRUZ065795; Fri, 15 Jul 2005 05:48:27 GMT (envelope-from sem) Message-Id: <200507150548.j6F5mRUZ065795@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 15 Jul 2005 05: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/sysutils/hdup Makefile distinfo ports/sysutils/hdup/files patch-src-prototype.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, 15 Jul 2005 05:48:27 -0000 sem 2005-07-15 05:48:26 UTC FreeBSD ports repository Modified files: sysutils/hdup Makefile distinfo Removed files: sysutils/hdup/files patch-src-prototype.h Log: - Update to 2.0.9 Revision Changes Path 1.6 +1 -1 ports/sysutils/hdup/Makefile 1.4 +2 -2 ports/sysutils/hdup/distinfo 1.2 +0 -11 ports/sysutils/hdup/files/patch-src-prototype.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 05:49:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B7AE16A41C; Fri, 15 Jul 2005 05:49:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F5843D53; Fri, 15 Jul 2005 05:49:13 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5nCYS065840; Fri, 15 Jul 2005 05:49:12 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5nC3E065839; Fri, 15 Jul 2005 05:49:12 GMT (envelope-from sem) Message-Id: <200507150549.j6F5nC3E065839@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 15 Jul 2005 05:49: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/gsoap 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, 15 Jul 2005 05:49:13 -0000 sem 2005-07-15 05:49:12 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile distinfo Log: - Update to 2.7.3 Revision Changes Path 1.13 +1 -1 ports/devel/gsoap/Makefile 1.8 +2 -2 ports/devel/gsoap/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:05:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE38416A41C; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF943D46; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F65BuD066404; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F65BkG066403; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp) Message-Id: <200507150605.j6F65BkG066403@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:05: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/dev/xe if_xe_pccard.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, 15 Jul 2005 06:05:11 -0000 imp 2005-07-15 06:05:11 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Fix the xircom match routine. In it we were always return a match when the base vendor/id didn't match. Some cards woudl bogusly match and would cause other downstream problems. Revision Changes Path 1.28 +3 -0 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:08:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410C516A41C; Fri, 15 Jul 2005 06:08:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F351043D48; Fri, 15 Jul 2005 06:08:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F682OR066575; Fri, 15 Jul 2005 06:08:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F6829m066574; Fri, 15 Jul 2005 06:08:02 GMT (envelope-from marcus) Message-Id: <200507150608.j6F6829m066574@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Jul 2005 06:08:02 +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/gnome gnome_upgrade.sh index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 06:08:03 -0000 marcus 2005-07-15 06:08:02 UTC FreeBSD doc repository Modified files: en/gnome gnome_upgrade.sh index.xsl Log: Add 7.0/7-CURRENT to the list of supported versions. Revision Changes Path 1.22 +25 -16 www/en/gnome/gnome_upgrade.sh 1.68 +4 -3 www/en/gnome/index.xsl From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:08:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBBF416A41C; Fri, 15 Jul 2005 06:08:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEAC43D45; Fri, 15 Jul 2005 06:08:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F68QkG066614; Fri, 15 Jul 2005 06:08:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F68Qwg066613; Fri, 15 Jul 2005 06:08:26 GMT (envelope-from imp) Message-Id: <200507150608.j6F68Qwg066613@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:08: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/dev/xe if_xe.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, 15 Jul 2005 06:08:27 -0000 imp 2005-07-15 06:08:26 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c Log: Fix a couple of leaking situations when errors happen. Revision Changes Path 1.57 +2 -0 src/sys/dev/xe/if_xe.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:24:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED1D116A41C; Fri, 15 Jul 2005 06:24:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5B743D49; Fri, 15 Jul 2005 06:24:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F6Okd6067232; Fri, 15 Jul 2005 06:24:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F6Okme067231; Fri, 15 Jul 2005 06:24:46 GMT (envelope-from dinoex) Message-Id: <200507150624.j6F6Okme067231@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 15 Jul 2005 06:24: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/vsftpd 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, 15 Jul 2005 06:24:47 -0000 dinoex 2005-07-15 06:24:46 UTC FreeBSD ports repository Modified files: ftp/vsftpd Makefile Log: - include SSL in OPTIONS PR: 83421 Submitted by: Marcus Grando Revision Changes Path 1.24 +12 -9 ports/ftp/vsftpd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:32:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD8316A41C; Fri, 15 Jul 2005 06:32:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C6D43D46; Fri, 15 Jul 2005 06:32:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F6W24u067540; Fri, 15 Jul 2005 06:32:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F6W2Fx067539; Fri, 15 Jul 2005 06:32:02 GMT (envelope-from marcus) Message-Id: <200507150632.j6F6W2Fx067539@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Jul 2005 06:32:02 +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/gnome/docs faq2.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: Fri, 15 Jul 2005 06:32:03 -0000 marcus 2005-07-15 06:32:02 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Correct a typo: s/adm64/amd64/ Revision Changes Path 1.93 +2 -2 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 06:46:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4527816A41C; Fri, 15 Jul 2005 06:46:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DD143D45; Fri, 15 Jul 2005 06:46:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F6k4Ks068031; Fri, 15 Jul 2005 06:46:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F6k4C4068030; Fri, 15 Jul 2005 06:46:04 GMT (envelope-from imp) Message-Id: <200507150646.j6F6k4C4068030@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:46: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/xe if_xe_pccard.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, 15 Jul 2005 06:46:05 -0000 imp 2005-07-15 06:46:04 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Use the new cis scanning code to look for the proper MAC address. The offset varies between models of these cards. # this gets the MAC address right for my CEM-2, but it doesn't detect # the media attached correctly. Revision Changes Path 1.29 +44 -74 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 07:41:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E87116A41C; Fri, 15 Jul 2005 07:41:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D5643D46; Fri, 15 Jul 2005 07:41:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F7fRw6070040; Fri, 15 Jul 2005 07:41:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F7fQsT070039; Fri, 15 Jul 2005 07:41:26 GMT (envelope-from phk) Message-Id: <200507150741.j6F7fQsT070039@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 07:41: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/contrib/ncurses/ncurses/tinfo lib_baudrate.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, 15 Jul 2005 07:41:27 -0000 phk 2005-07-15 07:41:26 UTC FreeBSD src repository Modified files: contrib/ncurses/ncurses/tinfo lib_baudrate.c Log: Switch to contemporary TTY interface. Revision Changes Path 1.2 +128 -82 src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 07:44:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D42E16A41C; Fri, 15 Jul 2005 07:44:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35043D46; Fri, 15 Jul 2005 07:44:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F7iwbc070165; Fri, 15 Jul 2005 07:44:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F7iv1I070164; Fri, 15 Jul 2005 07:44:57 GMT (envelope-from phk) Message-Id: <200507150744.j6F7iv1I070164@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 07:44: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/usr.sbin/pcvt 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, 15 Jul 2005 07:44:58 -0000 phk 2005-07-15 07:44:57 UTC FreeBSD src repository Modified files: usr.sbin/pcvt Makefile Log: Decouple vttest from the tree so we can remove This program probably should live in src/tools or ports anyway. Revision Changes Path 1.8 +2 -2 src/usr.sbin/pcvt/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:00:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260A216A41F; Fri, 15 Jul 2005 08:00:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC26F43D46; Fri, 15 Jul 2005 08:00:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F80jZ6070758; Fri, 15 Jul 2005 08:00:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F80jk7070757; Fri, 15 Jul 2005 08:00:45 GMT (envelope-from phk) Message-Id: <200507150800.j6F80jk7070757@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:00:44 +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/geom geom_mbr.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, 15 Jul 2005 08:00:46 -0000 phk 2005-07-15 08:00:44 UTC FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Implement a gctl handler and the verb "write MBR" which can be used to update metadata and bootcode while the MBR is in use. MFC candidate Revision Changes Path 1.66 +55 -5 src/sys/geom/geom_mbr.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:02:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E39E16A41C; Fri, 15 Jul 2005 08:02:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D370443D46; Fri, 15 Jul 2005 08:02:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F82q4b070846; Fri, 15 Jul 2005 08:02:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F82qI9070845; Fri, 15 Jul 2005 08:02:52 GMT (envelope-from phk) Message-Id: <200507150802.j6F82qI9070845@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:02: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/sbin/fdisk Makefile fdisk.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, 15 Jul 2005 08:02:53 -0000 phk 2005-07-15 08:02:52 UTC FreeBSD src repository Modified files: sbin/fdisk Makefile fdisk.c Log: Attempt gctl verb "write MBR" when updating. This should solve the problem of modifying a busy MBR. Revision Changes Path 1.12 +3 -0 src/sbin/fdisk/Makefile 1.80 +43 -28 src/sbin/fdisk/fdisk.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:04:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7902A16A41C; Fri, 15 Jul 2005 08:04:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CCC43D46; Fri, 15 Jul 2005 08:04:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F84Xs1070954; Fri, 15 Jul 2005 08:04:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F84XTF070953; Fri, 15 Jul 2005 08:04:33 GMT (envelope-from phk) Message-Id: <200507150804.j6F84XTF070953@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:04: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/usr.sbin/boot0cfg Makefile boot0cfg.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, 15 Jul 2005 08:04:33 -0000 phk 2005-07-15 08:04:32 UTC FreeBSD src repository Modified files: usr.sbin/boot0cfg Makefile boot0cfg.c Log: Attempt gctl verb "write MBR" when updating. This should solve the problem of modifying the MBR while running. Revision Changes Path 1.9 +3 -0 src/usr.sbin/boot0cfg/Makefile 1.20 +22 -1 src/usr.sbin/boot0cfg/boot0cfg.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:12:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414FB16A41C; Fri, 15 Jul 2005 08:12:44 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025E943D45; Fri, 15 Jul 2005 08:12:44 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8Ch7u071326; Fri, 15 Jul 2005 08:12:43 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8CgXk071325; Fri, 15 Jul 2005 08:12:42 GMT (envelope-from danfe) Message-Id: <200507150812.j6F8CgXk071325@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 15 Jul 2005 08:12: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/games/gl-117 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, 15 Jul 2005 08:12:44 -0000 danfe 2005-07-15 08:12:42 UTC FreeBSD ports repository Modified files: games/gl-117 Makefile distinfo pkg-descr Log: - Update to 1.3.2 - Fix WWW line in pkg-descr - Simplify suffix logic in Makefile Approved by: maintainer timeout Revision Changes Path 1.27 +2 -3 ports/games/gl-117/Makefile 1.15 +2 -2 ports/games/gl-117/distinfo 1.2 +1 -1 ports/games/gl-117/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:16:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CFF16A41C; Fri, 15 Jul 2005 08:16:46 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519C843D46; Fri, 15 Jul 2005 08:16:45 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j6F8Gi6W043281; Fri, 15 Jul 2005 10:16:44 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j6F8Gh4W000733; Fri, 15 Jul 2005 10:16:43 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j6F8Gcxs000732; Fri, 15 Jul 2005 10:16:38 +0200 (CEST) (envelope-from marc) Date: Fri, 15 Jul 2005 10:16:38 +0200 From: Marc Fonvieille To: Ceri Davies , Niclas Zeising , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Message-ID: <20050715081638.GD593@gothic.blackend.org> References: <200507130721.j6D7L2Ko034348@repoman.freebsd.org> <20050713104519.GO80131@submonkey.net> <42D4FAB1.9090407@n00b.apagnu.se> <20050713114847.GB57729@abigail.blackend.org> <42D50AFE.9060203@n00b.apagnu.se> <20050714114637.GY80131@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Content-Disposition: inline In-Reply-To: <20050714114637.GY80131@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE Cc: Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers 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: Fri, 15 Jul 2005 08:16:46 -0000 --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 12:46:37PM +0100, Ceri Davies wrote: >=20 > Thanks Niclas; I committed something similar to the patch that you > proposed. > Thanks. Marc --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFC13DkzQ9RwE+OdOgRAq08AKDfwxG0dXKScH6eHPKUP6X3eVPpZACgptDe aTlnsKwKtPwvdzMjrxT557U= =BpQ1 -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:29:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB9116A41C; Fri, 15 Jul 2005 08:29:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC23743D45; Fri, 15 Jul 2005 08:29:36 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6F8YbNC082370; Fri, 15 Jul 2005 02:34:37 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D773F3.8040308@samsco.org> Date: Fri, 15 Jul 2005 02:29:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200507150800.j6F80jk7070757@repoman.freebsd.org> In-Reply-To: <200507150800.j6F80jk7070757@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_mbr.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, 15 Jul 2005 08:29:37 -0000 Poul-Henning Kamp wrote: > phk 2005-07-15 08:00:44 UTC > > FreeBSD src repository > > Modified files: > sys/geom geom_mbr.c > Log: > Implement a gctl handler and the verb "write MBR" which can be used to > update metadata and bootcode while the MBR is in use. > > MFC candidate > > Revision Changes Path > 1.66 +55 -5 src/sys/geom/geom_mbr.c Excellent, thank you very much for tying this up. Scott From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:33:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40F116A41C; Fri, 15 Jul 2005 08:33:02 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E6A43D46; Fri, 15 Jul 2005 08:33:02 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8X2L5072097; Fri, 15 Jul 2005 08:33:02 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8X1WV072096; Fri, 15 Jul 2005 08:33:01 GMT (envelope-from fjoe) Message-Id: <200507150833.j6F8X1WV072096@repoman.freebsd.org> From: Max Khon Date: Fri, 15 Jul 2005 08:33: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/graphics/hugin 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, 15 Jul 2005 08:33:03 -0000 fjoe 2005-07-15 08:33:00 UTC FreeBSD ports repository Modified files: graphics/hugin Makefile Log: Fix the build (wx-config has different name now). Maintainer timeout. Pointy hat to: fjoe Revision Changes Path 1.8 +3 -1 ports/graphics/hugin/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:36:55 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B3F16A41C; Fri, 15 Jul 2005 08:36:55 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id D700743D48; Fri, 15 Jul 2005 08:36:54 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd26.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1DtLIt-00048B-01; Fri, 15 Jul 2005 10:12:15 +0200 Received: from Andro-Beta.Leidinger.net (Vyo7N2ZB8e55pTz7Uhkh5udyRj60c1PgMNzKCWuEVewdwRP2gTL1ko@[84.165.212.118]) by fwd26.sul.t-online.de with esmtp id 1DtLIn-0nThbs0; Fri, 15 Jul 2005 10:12:09 +0200 Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j6F8C38u079234; Fri, 15 Jul 2005 10:12:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Fri, 15 Jul 2005 10:12:02 +0200 Message-ID: <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 15 Jul 2005 10:12:02 +0200 From: Alexander Leidinger To: Mikhail Teterin References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <20050714081345.GA20050@FreeBSD.org> <20050714150624.jzc6tsf36ok8kgck@netchild.homeip.net> <200507141330.03721.mi+mx@aldan.algebra.com> In-Reply-To: <200507141330.03721.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-ID: Vyo7N2ZB8e55pTz7Uhkh5udyRj60c1PgMNzKCWuEVewdwRP2gTL1ko@t-dialin.net X-TOI-MSGID: c65e9a60-5eb1-4314-a0ab-9932e1963bcf Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , Pav Lucistnik , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 08:36:55 -0000 Mikhail Teterin wrote: > Demanding a particular shlib version causes an untold number of unneeded > upgrades every day Not that someone things we don't need to bump the PORTREVISION when we do it this way: we still need to bump it, else the cluster will not produce packages with executables which are linked to the new library (the compiler adds a reference to a specific version, not to the generic libXXX.so). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:40:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9182516A41C; Fri, 15 Jul 2005 08:40:36 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551D843D46; Fri, 15 Jul 2005 08:40:36 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8eaaJ072244; Fri, 15 Jul 2005 08:40:36 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8ea68072243; Fri, 15 Jul 2005 08:40:36 GMT (envelope-from danfe) Message-Id: <200507150840.j6F8ea68072243@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 15 Jul 2005 08:40: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 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: Fri, 15 Jul 2005 08:40:36 -0000 danfe 2005-07-15 08:40:35 UTC FreeBSD ports repository Modified files: . UPDATING Log: Fix a bunch of typos. Revision Changes Path 1.209 +24 -24 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:48:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72ABC16A41C; Fri, 15 Jul 2005 08:48:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DA343D48; Fri, 15 Jul 2005 08:48:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8m9Qt079368; Fri, 15 Jul 2005 08:48:09 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8m98h079367; Fri, 15 Jul 2005 08:48:09 GMT (envelope-from sem) Message-Id: <200507150848.j6F8m98h079367@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 15 Jul 2005 08:48: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/irc/ircd-ru/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: Fri, 15 Jul 2005 08:48:10 -0000 sem 2005-07-15 08:48:09 UTC FreeBSD ports repository Modified files: irc/ircd-ru/files pkg-message.in Log: - Fix 'echo' syntax Reported by: Sergey Gluschenko (irc) Revision Changes Path 1.2 +1 -1 ports/irc/ircd-ru/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:54:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E825316A41C; Fri, 15 Jul 2005 08:54:31 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BD843D45; Fri, 15 Jul 2005 08:54:31 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8sVa2079493; Fri, 15 Jul 2005 08:54:31 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8sVUY079492; Fri, 15 Jul 2005 08:54:31 GMT (envelope-from thierry) Message-Id: <200507150854.j6F8sVUY079492@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 15 Jul 2005 08:54: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/print/fpdf 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, 15 Jul 2005 08:54:32 -0000 thierry 2005-07-15 08:54:30 UTC FreeBSD ports repository Modified files: print/fpdf Makefile distinfo Log: Yet another silent update: only doc files have been updated (FAQ.htm and sety.htm). Reported by: Kris via pointyhat Revision Changes Path 1.3 +5 -3 ports/print/fpdf/Makefile 1.3 +2 -2 ports/print/fpdf/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:56:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0601516A41C; Fri, 15 Jul 2005 08:56:20 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0AB43D48; Fri, 15 Jul 2005 08:56:19 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8uJiW079570; Fri, 15 Jul 2005 08:56:19 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8uJPN079569; Fri, 15 Jul 2005 08:56:19 GMT (envelope-from thierry) Message-Id: <200507150856.j6F8uJPN079569@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 15 Jul 2005 08:56: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/lang/njs 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, 15 Jul 2005 08:56:20 -0000 thierry 2005-07-15 08:56:19 UTC FreeBSD ports repository Modified files: lang/njs Makefile Log: Switch back to USE_INC_LIBTOOL_VER and don't install .la files. Reported by: Kris via pointyhat Revision Changes Path 1.10 +1 -1 ports/lang/njs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 08:59:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDF116A41C; Fri, 15 Jul 2005 08:59:35 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F8143D46; Fri, 15 Jul 2005 08:59:35 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F8xZqE079656; Fri, 15 Jul 2005 08:59:35 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F8xZTW079655; Fri, 15 Jul 2005 08:59:35 GMT (envelope-from danfe) Message-Id: <200507150859.j6F8xZTW079655@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 15 Jul 2005 08:59: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 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: Fri, 15 Jul 2005 08:59:35 -0000 danfe 2005-07-15 08:59:34 UTC FreeBSD ports repository Modified files: . UPDATING Log: More consistency and markup nits. Revision Changes Path 1.210 +18 -14 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 15 09:16:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0262616A41C; Fri, 15 Jul 2005 09:16:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFAD43D4C; Fri, 15 Jul 2005 09:16:07 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F9G7bu080071; Fri, 15 Jul 2005 09:16:07 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F9G73A080070; Fri, 15 Jul 2005 09:16:07 GMT (envelope-from sem) Message-Id: <200507150916.j6F9G73A080070@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 15 Jul 2005 09:16: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/x11-toolkits/efltk Makefile distinfo pkg-plist ports/x11-toolkits/efltk/files patch-configure.in patch-src-net-Fl_FTP_Connect.cpp patch-src::core::Fl_Util.cpp patch-src::net::Fl_FTP_Connect.cpp patch-test::CubeView.cpp patch-tools::efluid::Fl_Widget_Type.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, 15 Jul 2005 09:16:08 -0000 sem 2005-07-15 09:16:07 UTC FreeBSD ports repository Modified files: x11-toolkits/efltk Makefile distinfo pkg-plist x11-toolkits/efltk/files patch-configure.in Added files: x11-toolkits/efltk/files patch-src-net-Fl_FTP_Connect.cpp Removed files: x11-toolkits/efltk/files patch-src::core::Fl_Util.cpp patch-src::net::Fl_FTP_Connect.cpp patch-test::CubeView.cpp patch-tools::efluid::Fl_Widget_Type.cpp Log: - Update to 2.0.5 Revision Changes Path 1.4 +4 -3 ports/x11-toolkits/efltk/Makefile 1.2 +2 -2 ports/x11-toolkits/efltk/distinfo 1.2 +4 -4 ports/x11-toolkits/efltk/files/patch-configure.in 1.1 +10 -0 ports/x11-toolkits/efltk/files/patch-src-net-Fl_FTP_Connect.cpp (new) 1.2 +0 -10 ports/x11-toolkits/efltk/files/patch-src::core::Fl_Util.cpp (dead) 1.2 +0 -10 ports/x11-toolkits/efltk/files/patch-src::net::Fl_FTP_Connect.cpp (dead) 1.2 +0 -11 ports/x11-toolkits/efltk/files/patch-test::CubeView.cpp (dead) 1.2 +0 -11 ports/x11-toolkits/efltk/files/patch-tools::efluid::Fl_Widget_Type.cpp (dead) 1.2 +1 -0 ports/x11-toolkits/efltk/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 09:18:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C3B16A41C; Fri, 15 Jul 2005 09:18:35 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5243D46; Fri, 15 Jul 2005 09:18:35 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F9IYk5080109; Fri, 15 Jul 2005 09:18:34 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F9IY0u080108; Fri, 15 Jul 2005 09:18:34 GMT (envelope-from gnn) Message-Id: <200507150918.j6F9IY0u080108@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Fri, 15 Jul 2005 09: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/net rtsock.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, 15 Jul 2005 09:18:35 -0000 gnn 2005-07-15 09:18:34 UTC FreeBSD src repository Modified files: sys/net rtsock.c Log: Fix for PR 82974. We were not checking that the route looked up in the case of an RTM_CHANGE was specific, i.e. that it matched completely. This led to a route change of a non-existent route changing the default route as the radix code would simply back track to that point and hand that route back to the routing socket code. PR: 82974 Reviewed by: Tai-hwa Liang Ben Kaduk Bjoern A. Zeeb Obtained from: OpenBSD with modifications. MFC after: 2 weeks Revision Changes Path 1.124 +19 -0 src/sys/net/rtsock.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 09:27:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 291DC16A41C; Fri, 15 Jul 2005 09:27:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13C343D4C; Fri, 15 Jul 2005 09:27:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F9RSe8080325; Fri, 15 Jul 2005 09:27:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F9RSqe080324; Fri, 15 Jul 2005 09:27:28 GMT (envelope-from pav) Message-Id: <200507150927.j6F9RSqe080324@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 09:27: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/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: Fri, 15 Jul 2005 09:27:29 -0000 pav 2005-07-15 09:27:28 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Patching section: - Don't suggest to name patch files sequencially, name them by patched files instead - Patches *must* be generated relative to WRKDIR, otherwise they will not apply. Stress this Approved by: remko Revision Changes Path 1.577 +2 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 09:36:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C3D16A41C; Fri, 15 Jul 2005 09:36:06 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6971343D46; Fri, 15 Jul 2005 09:36:06 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F9a6en080550; Fri, 15 Jul 2005 09:36:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F9a6DX080549; Fri, 15 Jul 2005 09:36:06 GMT (envelope-from dinoex) Message-Id: <200507150936.j6F9a6DX080549@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 15 Jul 2005 09:36: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/phppgadmin 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, 15 Jul 2005 09:36:06 -0000 dinoex 2005-07-15 09:36:05 UTC FreeBSD ports repository Modified files: databases/phppgadmin Makefile distinfo Log: - Security update to 3.5.4 Security: http://vuxml.freebsd.org/88188a8c-eff6-11d9-8310-0001020eed82.html Security: http://secunia.com/advisories/15941/ Revision Changes Path 1.27 +1 -1 ports/databases/phppgadmin/Makefile 1.14 +2 -2 ports/databases/phppgadmin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 10:13:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF0716A41C; Fri, 15 Jul 2005 10:13:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F03543D46; Fri, 15 Jul 2005 10:13:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FADpb2081857; Fri, 15 Jul 2005 10:13:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FADpvl081856; Fri, 15 Jul 2005 10:13:51 GMT (envelope-from rwatson) Message-Id: <200507151013.j6FADpvl081856@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:13: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/libmemstat memstat_malloc.c memstat_uma.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, 15 Jul 2005 10:13:52 -0000 rwatson 2005-07-15 10:13:51 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_malloc.c memstat_uma.c Log: Re-spell wronge less wrongly as wrong. Submitted by: jkoshy MFC after: 1 week Revision Changes Path 1.2 +2 -2 src/lib/libmemstat/memstat_malloc.c 1.3 +2 -2 src/lib/libmemstat/memstat_uma.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 10:20:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A2516A41C; Fri, 15 Jul 2005 10:20:49 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1988643D48; Fri, 15 Jul 2005 10:20:49 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FAKmZO082095; Fri, 15 Jul 2005 10:20:48 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FAKmO4082094; Fri, 15 Jul 2005 10:20:48 GMT (envelope-from flz) Message-Id: <200507151020.j6FAKmO4082094@repoman.freebsd.org> From: Florent Thoumie Date: Fri, 15 Jul 2005 10:20: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/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, 15 Jul 2005 10:20:49 -0000 flz 2005-07-15 10:20:47 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: - Update my coordinates (these are really accurate). Obtained from: Google Maps Revision Changes Path 1.178 +1 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Fri Jul 15 10:23:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E5C116A41C; Fri, 15 Jul 2005 10:23:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE44F43D49; Fri, 15 Jul 2005 10:23:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FANuOu082226; Fri, 15 Jul 2005 10:23:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FANufG082225; Fri, 15 Jul 2005 10:23:56 GMT (envelope-from rwatson) Message-Id: <200507151023.j6FANufG082225@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:23: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/lib/libmemstat libmemstat.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 10:23:57 -0000 rwatson 2005-07-15 10:23:55 UTC FreeBSD src repository Modified files: lib/libmemstat libmemstat.3 Log: Add a section on the allocator name space and its interactions with memstat_mtl_find(). MFC after: 10 days Revision Changes Path 1.2 +22 -0 src/lib/libmemstat/libmemstat.3 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 10:27:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3C916A41C; Fri, 15 Jul 2005 10:27:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECB143D4C; Fri, 15 Jul 2005 10:27:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FARa9B082408; Fri, 15 Jul 2005 10:27:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FARao4082407; Fri, 15 Jul 2005 10:27:36 GMT (envelope-from rwatson) Message-Id: <200507151027.j6FARao4082407@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:27: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/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 10:27:36 -0000 rwatson 2005-07-15 10:27:35 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Hook up libmemstat(3) to the library list in mdoc.local. This will cause the library description (specifically, -lmemstat) to render properly in the libmemstat.3 man page. Submitted by: ru MFC after: 1 week Revision Changes Path 1.50 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:19:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C5416A41C; Fri, 15 Jul 2005 11:19:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E96043D48; Fri, 15 Jul 2005 11:19:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBJtJP084193; Fri, 15 Jul 2005 11:19:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBJtZb084192; Fri, 15 Jul 2005 11:19:55 GMT (envelope-from rwatson) Message-Id: <200507151119.j6FBJtZb084192@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 11:19: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/lib/libmemstat memstat.h memstat_internal.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, 15 Jul 2005 11:19:56 -0000 rwatson 2005-07-15 11:19:55 UTC FreeBSD src repository Modified files: lib/libmemstat memstat.h memstat_internal.h Log: Increase the number of caller memory storage slots from 2 or 4 to MEMSTAT_MAXCALLER (8), and expose MEMSTAT_MAXCALLER via memstat.h so that applications can check their assumptions about how many slots are available. Remove 'spare' memory storage in struct malloc_type, since we now don't expose the data structure internals to applications and rely on accessor methods, this approach to ABI stability isn't required. MFC after: 7 days Revision Changes Path 1.2 +8 -0 src/lib/libmemstat/memstat.h 1.2 +4 -8 src/lib/libmemstat/memstat_internal.h From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:24:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2262A16A41C; Fri, 15 Jul 2005 11:24:09 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEED43D46; Fri, 15 Jul 2005 11:24:08 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBO8Y9084413; Fri, 15 Jul 2005 11:24:08 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBO8BQ084412; Fri, 15 Jul 2005 11:24:08 GMT (envelope-from suz) Message-Id: <200507151124.j6FBO8BQ084412@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Fri, 15 Jul 2005 11: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/net/pim6sd 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, 15 Jul 2005 11:24:09 -0000 suz 2005-07-15 11:24:08 UTC FreeBSD ports repository Modified files: net/pim6sd Makefile distinfo Log: updated to the latest version supporting static MRIB Revision Changes Path 1.15 +1 -1 ports/net/pim6sd/Makefile 1.8 +2 -2 ports/net/pim6sd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:28:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A63616A41C; Fri, 15 Jul 2005 11:28:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA4743D49; Fri, 15 Jul 2005 11:28:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBSMcm084576; Fri, 15 Jul 2005 11:28:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBSL79084575; Fri, 15 Jul 2005 11:28:21 GMT (envelope-from rwatson) Message-Id: <200507151128.j6FBSL79084575@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 11:28:21 +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/libmemstat libmemstat.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 11:28:22 -0000 rwatson 2005-07-15 11:28:21 UTC FreeBSD src repository Modified files: lib/libmemstat libmemstat.3 Log: Provide more documentation on caller-owned storage in struct memory_type, as well as documenting MEMSTAT_MAXCALLER. MFC after: 1 week Revision Changes Path 1.3 +20 -7 src/lib/libmemstat/libmemstat.3 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:30:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7305C16A41C; Fri, 15 Jul 2005 11:30:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3837F43D45; Fri, 15 Jul 2005 11:30:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBUsQC084743; Fri, 15 Jul 2005 11:30:54 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBUsn1084742; Fri, 15 Jul 2005 11:30:54 GMT (envelope-from glebius) Message-Id: <200507151130.j6FBUsn1084742@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 15 Jul 2005 11:30: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/en/news news.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: Fri, 15 Jul 2005 11:30:54 -0000 glebius 2005-07-15 11:30:53 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Notice 6.0-BETA1 in news. Revision Changes Path 1.315 +11 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:32:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8433016A41C; Fri, 15 Jul 2005 11:32:31 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BB343D45; Fri, 15 Jul 2005 11:32:31 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBWV0U084831; Fri, 15 Jul 2005 11:32:31 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBWVEN084830; Fri, 15 Jul 2005 11:32:31 GMT (envelope-from hq) Message-Id: <200507151132.j6FBWVEN084830@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 15 Jul 2005 11:32: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/Mk bsd.java.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: Fri, 15 Jul 2005 11:32:31 -0000 hq 2005-07-15 11:32:31 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: Fix typo in header documentation PR: 83498 Submitted by: Tsurutani Naoki Revision Changes Path 1.66 +2 -2 ports/Mk/bsd.java.mk From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:37:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A87516A41C; Fri, 15 Jul 2005 11:37:26 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D7F43D45; Fri, 15 Jul 2005 11:37:25 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBbPMr085042; Fri, 15 Jul 2005 11:37:25 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBbPSC085041; Fri, 15 Jul 2005 11:37:25 GMT (envelope-from sobomax) Message-Id: <200507151137.j6FBbPSC085041@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 15 Jul 2005 11:37: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/sys mmap.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: Fri, 15 Jul 2005 11:37:26 -0000 sobomax 2005-07-15 11:37:25 UTC FreeBSD src repository Modified files: lib/libc/sys mmap.2 Log: Document the fact that if MAP_FIXED request has been successful it replaces any previous mapping to the same address. Obtained from: IEEE Std 1003.1, 2004 Edition Revision Changes Path 1.51 +7 -0 src/lib/libc/sys/mmap.2 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:40:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B7D16A41C; Fri, 15 Jul 2005 11:40:37 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0C943D48; Fri, 15 Jul 2005 11:40:37 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBebO0085259; Fri, 15 Jul 2005 11:40:37 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBebkQ085258; Fri, 15 Jul 2005 11:40:37 GMT (envelope-from kensmith) Message-Id: <200507151140.j6FBebkQ085258@repoman.freebsd.org> From: Ken Smith Date: Fri, 15 Jul 2005 11:40:37 +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/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: Fri, 15 Jul 2005 11:40:37 -0000 kensmith 2005-07-15 11:40:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf newvers.sh Log: Sync name with current BETA builds. Approved by: re (implicit) Revision Changes Path 1.69.2.2 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Fri Jul 15 11:45:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCA416A41F; Fri, 15 Jul 2005 11:45:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8590443D49; Fri, 15 Jul 2005 11:45:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBjVPK085476; Fri, 15 Jul 2005 11:45:31 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBjVCj085475; Fri, 15 Jul 2005 11:45:31 GMT (envelope-from ache) Message-Id: <200507151145.j6FBjVCj085475@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 11:45: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/sys/conf kern.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: Fri, 15 Jul 2005 11:45:31 -0000 ache 2005-07-15 11:45:31 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.46 +1 -1 src/sys/conf/kern.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:27:53 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A83916A41C; Thu, 14 Jul 2005 22:27:53 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc4-cdif2-3-1-cust199.cdif.cable.ntl.com [82.31.76.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7419243D45; Thu, 14 Jul 2005 22:27:52 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.51 (FreeBSD)) id 1DtCBJ-00086B-48; Thu, 14 Jul 2005 23:27:49 +0100 Date: Thu, 14 Jul 2005 23:27:49 +0100 From: Ceri Davies To: Michael Nottebrock Message-ID: <20050714222749.GD80131@submonkey.net> Mail-Followup-To: Ceri Davies , Michael Nottebrock , Mikhail Teterin , Jeremy Messenger , Alexey Dokuchaev , doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , knu@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141557.06236.Mikhail.Teterin@murex.com> <20050714220943.GB80131@submonkey.net> <200507150023.44016.lofi@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="64LDleNqNegJ4g97" Content-Disposition: inline In-Reply-To: <200507150023.44016.lofi@freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.9i Sender: Ceri Davies X-Mailman-Approved-At: Fri, 15 Jul 2005 11:46:32 +0000 Cc: Alexey Dokuchaev , doc@freebsd.org, Jeremy Messenger , cvs-all@freebsd.org, ports-committers@freebsd.org, Mikhail Teterin , Pav Lucistnik , knu@freebsd.org, cvs-ports@freebsd.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 22:27:53 -0000 --64LDleNqNegJ4g97 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 15, 2005 at 12:23:33AM +0200, Michael Nottebrock wrote: > On Friday, 15. July 2005 00:09, Ceri Davies wrote: > > Disclaimer: I have not been following, nor do I wish to back up and > > read, the argument. >=20 > Perhaps following discussions like these more often would help avoiding o= ur=20 > documentation becoming stale like that. Holy fuck, where did I ask for that? Perhaps documenting the odd feature when it gets added would help too. Later. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --64LDleNqNegJ4g97 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1ubkocfcwTS3JF8RAjGZAJ9eE3RgJmIb4CzfxMsberRX2hsjfQCfQO1c 0oYF0fUBCDko+MmZsHFCcfk= =nlf0 -----END PGP SIGNATURE----- --64LDleNqNegJ4g97-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:23:23 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09F716A41F; Thu, 14 Jul 2005 22:23:22 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352A943D53; Thu, 14 Jul 2005 22:23:22 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 40E9A22893; Fri, 15 Jul 2005 00:23:20 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id 4661722890; Fri, 15 Jul 2005 00:23:19 +0200 (CEST) Date: Fri, 15 Jul 2005 00:23:19 +0200 From: Erwin Lansing To: Ceri Davies , Mikhail Teterin , Jeremy Messenger , Alexey Dokuchaev , doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , knu@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org Message-ID: <20050714222319.GD26867@droso.net> Mail-Followup-To: Ceri Davies , Mikhail Teterin , Jeremy Messenger , Alexey Dokuchaev , doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , knu@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> <200507141557.06236.Mikhail.Teterin@murex.com> <20050714220943.GB80131@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline In-Reply-To: <20050714220943.GB80131@submonkey.net> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd 0.1 X-Mailman-Approved-At: Fri, 15 Jul 2005 11:47:27 +0000 Cc: Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 22:23:23 -0000 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ghees, what a CC list on this one. That alone should have been a warning that I should not meddle with this thread. On Thu, Jul 14, 2005 at 11:09:43PM +0100, Ceri Davies wrote: > On Thu, Jul 14, 2005 at 03:57:05PM -0400, Mikhail Teterin wrote: > > >=20 > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makef= ile-depend.html#AEN1934 > >=20 > > Your link provides an outdated example. Thanks for bringing it up. The = ability=20 > > to use regular expressions exists since: > >=20 > > revision 1.439 > > date: 2003/02/12 05:15:03; author: knu; state: Exp; lines: +3 -3 > > Fix comment. LIB_DEPENDS can contain extended regular expressions. > >=20 > > That was 2.5 years ago. Since then, there appeared special tricks in=20 > > bsd.progs.mk, like: > >=20 > > revision 1.491 > > date: 2004/06/10 07:30:19; author: kris; state: Exp; lines: +29 -30 > > [...] > > * Support glob expressions in USE_GETTEXT to allow more flexibility > > in the face of future gratuitous library version bumps by the gettext > > developers [3]: > >=20 > > USE_GETTEXT=3DyEs # Works as before (case-insensitive) > > USE_GETTEXT=3D[5-7] # Accepts any of those libintl.so.x versions > > # in the LIB_DEPENDS > > [...] > >=20 > > Doc-team (CC-ed) should fix the documentation: > >=20 > > -There shall be no regular expressions in this variable. > > +lib can be an extended regular expression >=20 > Don't drag us into the argument. Someone from portmgr can either fix it > themselves or let us know what needs doing. Since at least one member > of portmgr is on the doc team, that's taken care of as far as I'm > concerned. >=20 > Disclaimer: I have not been following, nor do I wish to back up and > read, the argument. >=20 Easy, easy. Let's not get our tempers get away with us. Let me allow myself to reformulate what Mikhail means: "Someone should submit a patch to our doc team that..." Now please everybody, please disperse, nothing to see. And someone please create a doc PR with a patch. Thank you, -erwin --=20 Erwin Lansing DISCLAIMER: No electrons were harmed while sending this message. --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1uXWqy9aWxUlaZARAurFAJ0bNeIKOXOnqmRBfw19cnVoaQpWbACfd8Ya kH3PnJOmuAQ24uJrqK5oemA= =fyvT -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP-- From owner-cvs-all@FreeBSD.ORG Thu Jul 14 22:23:51 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 136F916A41C; Thu, 14 Jul 2005 22:23:51 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D1043D53; Thu, 14 Jul 2005 22:23:50 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 5A7FE283A4; Fri, 15 Jul 2005 00:23:49 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 4A9BF420AE; Fri, 15 Jul 2005 00:23:49 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-200-013.arcor-ip.net [213.23.200.13]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id D04813A86C; Fri, 15 Jul 2005 00:23:48 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6EMNjlH089343 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 00:23:46 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: Ceri Davies Date: Fri, 15 Jul 2005 00:23:33 +0200 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141557.06236.Mikhail.Teterin@murex.com> <20050714220943.GB80131@submonkey.net> In-Reply-To: <20050714220943.GB80131@submonkey.net> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Fri, 15 Jul 2005 11:47:55 +0000 Cc: Alexey Dokuchaev , doc@freebsd.org, Jeremy Messenger , cvs-all@freebsd.org, ports-committers@freebsd.org, Mikhail Teterin , Pav Lucistnik , knu@freebsd.org, cvs-ports@freebsd.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 14 Jul 2005 22:23:51 -0000 --nextPart2068237.WqBDfHsNd8 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 00:09, Ceri Davies wrote: > Disclaimer: I have not been following, nor do I wish to back up and > read, the argument. Perhaps following discussions like these more often would help avoiding our= =20 documentation becoming stale like that. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart2068237.WqBDfHsNd8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1uXvXhc68WspdLARAvomAKCcGVG3bB6Pai21E+FupFhrXCsxhgCeNYRY zYsZtQiOkY3uKXCjUvUjtrY= =wYJ2 -----END PGP SIGNATURE----- --nextPart2068237.WqBDfHsNd8-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:21:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62B416A41C; Fri, 15 Jul 2005 12:21:58 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E67F43D48; Fri, 15 Jul 2005 12:21:58 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCLwJL087107; Fri, 15 Jul 2005 12:21:58 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCLwjB087106; Fri, 15 Jul 2005 12:21:58 GMT (envelope-from fjoe) Message-Id: <200507151221.j6FCLwjB087106@repoman.freebsd.org> From: Max Khon Date: Fri, 15 Jul 2005 12:21: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/net/asterisk Makefile ports/net/asterisk/files patch-res-res_watchdog.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, 15 Jul 2005 12:21:59 -0000 fjoe 2005-07-15 12:21:58 UTC FreeBSD ports repository Modified files: net/asterisk Makefile Added files: net/asterisk/files patch-res-res_watchdog.c Log: Fix build on RELENG_4 (fix res_watchdog, do not build fax support). Bump PORTREVISION. Approved by: MAINTAINER Revision Changes Path 1.37 +2 -1 ports/net/asterisk/Makefile 1.1 +13 -0 ports/net/asterisk/files/patch-res-res_watchdog.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:22:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD1716A41C; Fri, 15 Jul 2005 12:22:15 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C34843D46; Fri, 15 Jul 2005 12:22:15 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCME7S087209; Fri, 15 Jul 2005 12:22:15 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCMEGX087208; Fri, 15 Jul 2005 12:22:14 GMT (envelope-from ache) Message-Id: <200507151222.j6FCMEGX087208@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 12:22: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/boot/ficl Makefile src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 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, 15 Jul 2005 12:22:15 -0000 ache 2005-07-15 12:22:14 UTC FreeBSD src repository Modified files: sys/boot/ficl Makefile sys/boot/i386 Makefile.inc sys/boot/i386/boot2 Makefile Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.42 +3 -0 src/sys/boot/ficl/Makefile 1.11 +1 -1 src/sys/boot/i386/Makefile.inc 1.59 +1 -1 src/sys/boot/i386/boot2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:29:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D46016A41C; Fri, 15 Jul 2005 12:29:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2335843D45; Fri, 15 Jul 2005 12:29:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCTWhl087564; Fri, 15 Jul 2005 12:29:32 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCTWld087563; Fri, 15 Jul 2005 12:29:32 GMT (envelope-from ache) Message-Id: <200507151229.j6FCTWld087563@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 12:29: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/lib/libstand 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, 15 Jul 2005 12:29:32 -0000 ache 2005-07-15 12:29:31 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.55 +3 -0 src/lib/libstand/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:29:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B0716A4BF; Fri, 15 Jul 2005 12:29:34 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3C643D45; Fri, 15 Jul 2005 12:29:34 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCTYnL087597; Fri, 15 Jul 2005 12:29:34 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCTYfp087596; Fri, 15 Jul 2005 12:29:34 GMT (envelope-from markus) Message-Id: <200507151229.j6FCTYfp087596@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 15 Jul 2005 12:29: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/graphics/gwenview 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, 15 Jul 2005 12:29:36 -0000 markus 2005-07-15 12:29:34 UTC FreeBSD ports repository Modified files: graphics/gwenview Makefile distinfo pkg-plist Log: Update to version 1.2.0 Revision Changes Path 1.10 +2 -2 ports/graphics/gwenview/Makefile 1.5 +2 -2 ports/graphics/gwenview/distinfo 1.6 +110 -33 ports/graphics/gwenview/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:44:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D840F16A41C; Fri, 15 Jul 2005 12:44:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7B143D46; Fri, 15 Jul 2005 12:44:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCiQRS088319; Fri, 15 Jul 2005 12:44:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCiQrI088318; Fri, 15 Jul 2005 12:44:26 GMT (envelope-from pav) Message-Id: <200507151244.j6FCiQrI088318@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 12:44:26 +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: Fri, 15 Jul 2005 12:44:27 -0000 pav 2005-07-15 12:44:26 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 17.14 Respect both CC and CXX section: - Fix s/CFLAGS/CXX/ oversight PR: docs/52672 Submitted by: Alexey Neyman Revision Changes Path 1.578 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:48:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2BE616A41C; Fri, 15 Jul 2005 12:48:11 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785CA43D48; Fri, 15 Jul 2005 12:48:11 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCmBeH095530; Fri, 15 Jul 2005 12:48:11 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCmBwY095529; Fri, 15 Jul 2005 12:48:11 GMT (envelope-from hq) Message-Id: <200507151248.j6FCmBwY095529@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 15 Jul 2005 12:48: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 Makefile ports/devel/fujaba Makefile distinfo pkg-descr ports/devel/fujaba/files fujaba.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: Fri, 15 Jul 2005 12:48:11 -0000 hq 2005-07-15 12:48:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/fujaba Makefile distinfo pkg-descr devel/fujaba/files fujaba.sh.in Log: Fujaba Tool Suite 4 The primary topic of the Fujaba Tool Suite project is to provide an easy to extend UML and Java development platform with the ability to add plug-ins. * Fujaba Tool Suite combines UML class diagrams and UML behaviour diagrams to a powerful, easy to use, yet formal system design and specification language. * Furthermore the Fujaba Tool Suite supports the generation of Java sourcecode out of the whole design which results in an executable prototype, ideally. * Moreover the way back is provided, too (to some extend so far), so that Java sourcecode can be parsed and represented within UML. WWW: http://wwwcs.uni-paderborn.de/cs/fujaba/index.html PR: 83471 Submitted by: Gerrit Beine Revision Changes Path 1.1925 +1 -0 ports/devel/Makefile 1.1 +62 -0 ports/devel/fujaba/Makefile (new) 1.1 +2 -0 ports/devel/fujaba/distinfo (new) 1.1 +5 -0 ports/devel/fujaba/files/fujaba.sh.in (new) 1.1 +13 -0 ports/devel/fujaba/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 12:48:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2530F16A41C; Fri, 15 Jul 2005 12:48:24 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED0743D48; Fri, 15 Jul 2005 12:48:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCmNk9095588; Fri, 15 Jul 2005 12:48:23 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCmNvb095587; Fri, 15 Jul 2005 12:48:23 GMT (envelope-from hq) Message-Id: <200507151248.j6FCmNvb095587@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 15 Jul 2005 12:48: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: Fri, 15 Jul 2005 12:48:24 -0000 hq 2005-07-15 12:48:23 UTC FreeBSD ports repository Modified files: . modules Log: fujaba --> ports/devel/fujaba Revision Changes Path 1.12840 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:23:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DE716A41C; Fri, 15 Jul 2005 13:23:30 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF09643D49; Fri, 15 Jul 2005 13:23:29 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.48.159.49) by vsmtp2.tin.it (7.2.060.1) id 42D3BD56001ABE7D; Fri, 15 Jul 2005 15:23:27 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 789126136; Fri, 15 Jul 2005 15:23:27 +0200 (CEST) Date: Fri, 15 Jul 2005 15:23:27 +0200 From: Matteo Riondato To: "Andrey A. Chernov" Message-ID: <20050715132327.GA17733@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , "Andrey A. Chernov" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200507151222.j6FCMEGX087208@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507151222.j6FCMEGX087208@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/boot/ficl Makefile src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 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, 15 Jul 2005 13:23:30 -0000 On Fri, Jul 15, 2005 at 12:22:14PM +0000, Andrey A. Chernov wrote: > ache 2005-07-15 12:22:14 UTC > > FreeBSD src repository > > Modified files: > sys/boot/ficl Makefile > sys/boot/i386 Makefile.inc > sys/boot/i386/boot2 Makefile > Log: > Add -mno-sse3 for prescott/nocona PR i386/81111 ? (and possibly i386/75898) Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:31:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E8C16A41C; Fri, 15 Jul 2005 13:31:11 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C8C43D45; Fri, 15 Jul 2005 13:31:11 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FDVBMD097175; Fri, 15 Jul 2005 13:31:11 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FDVBVT097174; Fri, 15 Jul 2005 13:31:11 GMT (envelope-from hq) Message-Id: <200507151331.j6FDVBVT097174@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 15 Jul 2005 13: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/multimedia/tcmplex-panteltje 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, 15 Jul 2005 13:31:11 -0000 hq 2005-07-15 13:31:11 UTC FreeBSD ports repository Modified files: multimedia/tcmplex-panteltje Makefile distinfo pkg-descr Log: - Update to 0.4.7 - Fix MASTER_SITES [1] - Update WWW field in pkg-descr Reported by: pointyhat [1] Revision Changes Path 1.2 +2 -2 ports/multimedia/tcmplex-panteltje/Makefile 1.2 +2 -2 ports/multimedia/tcmplex-panteltje/distinfo 1.2 +1 -1 ports/multimedia/tcmplex-panteltje/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:32:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26DC416A41C; Fri, 15 Jul 2005 13:32:36 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACAB43D48; Fri, 15 Jul 2005 13:32:35 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FDWZi1097220; Fri, 15 Jul 2005 13:32:35 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FDWZIK097219; Fri, 15 Jul 2005 13:32:35 GMT (envelope-from hrs) Message-Id: <200507151332.j6FDWZIK097219@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 13:32:35 +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/news news.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: Fri, 15 Jul 2005 13:32:36 -0000 hrs 2005-07-15 13:32:35 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Unbreak the build. Revision Changes Path 1.316 +2 -2 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:38:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7956C16A41C; Fri, 15 Jul 2005 13:38:07 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C60543D48; Fri, 15 Jul 2005 13:38:07 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FDc79S097428; Fri, 15 Jul 2005 13:38:07 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FDc7wU097427; Fri, 15 Jul 2005 13:38:07 GMT (envelope-from le) Message-Id: <200507151338.j6FDc7wU097427@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 15 Jul 2005 13:38:06 +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/geom/vinum geom_vinum_var.h geom_vinum_volume.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, 15 Jul 2005 13:38:07 -0000 le 2005-07-15 13:38:06 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_var.h geom_vinum_volume.c Log: *) Implement round-robin reads for multiplex volumes. *) Plug a possible memory leak. [1] [1] obtained from: pjd@. Revision Changes Path 1.9 +1 -0 src/sys/geom/vinum/geom_vinum_var.h 1.9 +35 -25 src/sys/geom/vinum/geom_vinum_volume.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:39:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B5316A41C; Fri, 15 Jul 2005 13:39:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B87943D45; Fri, 15 Jul 2005 13:39:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j6FDd1C9033243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jul 2005 17:39:02 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j6FDd1DU033242; Fri, 15 Jul 2005 17:39:01 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 15 Jul 2005 17:39:01 +0400 From: Gleb Smirnoff To: Hiroki Sato Message-ID: <20050715133901.GC33064@cell.sick.ru> References: <200507151332.j6FDWZIK097219@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200507151332.j6FDWZIK097219@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.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: Fri, 15 Jul 2005 13:39:04 -0000 On Fri, Jul 15, 2005 at 01:32:35PM +0000, Hiroki Sato wrote: H> FreeBSD doc repository H> H> Modified files: H> en/news news.xml H> Log: H> Unbreak the build. My last two commits to this file were incorrect. I'm very sorry. I must not touch www tree. :( -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Jul 15 13:57:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B7816A41C; Fri, 15 Jul 2005 13:57:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DD543D46; Fri, 15 Jul 2005 13:57:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FDvOvS098183; Fri, 15 Jul 2005 13:57:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FDvOok098182; Fri, 15 Jul 2005 13:57:24 GMT (envelope-from thierry) Message-Id: <200507151357.j6FDvOok098182@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 15 Jul 2005 13:57: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/tidy-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, 15 Jul 2005 13:57:25 -0000 thierry 2005-07-15 13:57:24 UTC FreeBSD ports repository Modified files: www/tidy-devel Makefile distinfo Log: Update to 050714 snapshot. Revision Changes Path 1.136 +1 -1 ports/www/tidy-devel/Makefile 1.118 +2 -2 ports/www/tidy-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:02:02 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F5516A41C; Fri, 15 Jul 2005 14:02:02 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4824643D49; Fri, 15 Jul 2005 14:02:01 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 3552F285F9; Fri, 15 Jul 2005 16:02:00 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id CEF3D124302; Fri, 15 Jul 2005 16:01:59 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-193-247.arcor-ip.net [213.23.193.247]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 73EC7285F9; Fri, 15 Jul 2005 16:01:59 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6FE1rNm003113 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 16:01:55 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: Alexander Leidinger Date: Fri, 15 Jul 2005 16:01:49 +0200 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> In-Reply-To: <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 14:02:02 -0000 --nextPart2293378.GmaJL15IVT Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 10:12, Alexander Leidinger wrote: > Mikhail Teterin wrote: > > Demanding a particular shlib version causes an untold number of unneeded > > upgrades every day > > Not that someone things we don't need to bump the PORTREVISION when we do > it this way: we still need to bump it, else the cluster will not produce > packages with executables which are linked to the new library (the compil= er > adds a reference to a specific version, not to the generic libXXX.so). Not true, the cluster doesn't care about PORTREVISION. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart2293378.GmaJL15IVT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC18HQXhc68WspdLARAsiuAJ43d0JWhhWoDb8ngAAeRxqgb4SVHQCfYTRf RVIcW9WT8vHaxDahvp7gs7o= =4mpn -----END PGP SIGNATURE----- --nextPart2293378.GmaJL15IVT-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:03:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D984B16A41F; Fri, 15 Jul 2005 14:03:33 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964C343D48; Fri, 15 Jul 2005 14:03:33 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FE3XqQ098440; Fri, 15 Jul 2005 14:03:33 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FE3XOE098439; Fri, 15 Jul 2005 14:03:33 GMT (envelope-from markus) Message-Id: <200507151403.j6FE3XOE098439@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 15 Jul 2005 14:03: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/graphics/gwenview 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, 15 Jul 2005 14:03:34 -0000 markus 2005-07-15 14:03:33 UTC FreeBSD ports repository Modified files: graphics/gwenview Makefile Log: - Add support for KIPI plugins - Bump PORTREVISION Revision Changes Path 1.11 +5 -0 ports/graphics/gwenview/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:05:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F5C16A41C; Fri, 15 Jul 2005 14:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F5543D48; Fri, 15 Jul 2005 14:05:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6FE5nLc096522; Fri, 15 Jul 2005 16:05:49 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6FE5cP0096520; Fri, 15 Jul 2005 16:05:38 +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: Michael Nottebrock In-Reply-To: <200507151601.52305.lofi@freebsd.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> <200507151601.52305.lofi@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/NI+wI30Y927ZxluEVE+" Date: Fri, 15 Jul 2005 16:05:36 +0200 Message-Id: <1121436336.92732.30.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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: Fri, 15 Jul 2005 14:05:52 -0000 --=-/NI+wI30Y927ZxluEVE+ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Michael Nottebrock p=ED=B9e v p=E1 15. 07. 2005 v 16:01 +0200: > On Friday, 15. July 2005 10:12, Alexander Leidinger wrote: > > Mikhail Teterin wrote: > > > Demanding a particular shlib version causes an untold number of unnee= ded > > > upgrades every day > > > > Not that someone things we don't need to bump the PORTREVISION when we = do > > it this way: we still need to bump it, else the cluster will not produc= e > > packages with executables which are linked to the new library (the comp= iler > > adds a reference to a specific version, not to the generic libXXX.so). >=20 > Not true, the cluster doesn't care about PORTREVISION. Oh? Cluster does compile new package when PKGNAME changes. It reuses packages from previous runs when PKGNAME don't change. PKGNAME contains PORTREVISION. --=20 Pav Lucistnik Eat when you are hungry, sleep when you are tired. Chase butterflies when you want some fun. --=-/NI+wI30Y927ZxluEVE+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC18KwntdYP8FOsoIRAh34AKCi0ckTXfDHQVdK6YABNpVUCSX4tQCghZJ8 MbnRnWDWjt9obVAEkwt1Pm0= =nw+b -----END PGP SIGNATURE----- --=-/NI+wI30Y927ZxluEVE+-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:35:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A52F16A41C; Fri, 15 Jul 2005 14:35:00 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9C843D48; Fri, 15 Jul 2005 14:35:00 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEZ04U099655; Fri, 15 Jul 2005 14:35:00 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEZ0Wf099654; Fri, 15 Jul 2005 14:35:00 GMT (envelope-from niels) Message-Id: <200507151435.j6FEZ0Wf099654@repoman.freebsd.org> From: Niels Heinen Date: Fri, 15 Jul 2005 14:35: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/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: Fri, 15 Jul 2005 14:35:00 -0000 niels 2005-07-15 14:35:00 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Fixed incorrect newsfetch and mnogosearch affected package versions Approved by: nectar (mentor) Revision Changes Path 1.731 +3 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:35:17 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7610916A41C; Fri, 15 Jul 2005 14:35:17 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C71643D46; Fri, 15 Jul 2005 14:35:16 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 04FD41C4AA; Fri, 15 Jul 2005 16:35:15 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id E9DAB424BF; Fri, 15 Jul 2005 16:35:14 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-193-247.arcor-ip.net [213.23.193.247]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id A19F129D2E; Fri, 15 Jul 2005 16:35:14 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6FEZBSK003437 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 16:35:12 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: pav@freebsd.org Date: Fri, 15 Jul 2005 16:35:04 +0200 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151601.52305.lofi@freebsd.org> <1121436336.92732.30.camel@pav.hide.vol.cz> In-Reply-To: <1121436336.92732.30.camel@pav.hide.vol.cz> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 14:35:17 -0000 --nextPart1636765.p27roF0PEj Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 16:05, Pav Lucistnik wrote: > Michael Nottebrock p=ED=A8e v p=E1 15. 07. 2005 v 16:01 +0200: > > On Friday, 15. July 2005 10:12, Alexander Leidinger wrote: > > > Mikhail Teterin wrote: > > > > Demanding a particular shlib version causes an untold number of > > > > unneeded upgrades every day > > > > > > Not that someone things we don't need to bump the PORTREVISION when we > > > do it this way: we still need to bump it, else the cluster will not > > > produce packages with executables which are linked to the new library > > > (the compiler adds a reference to a specific version, not to the > > > generic libXXX.so). > > > > Not true, the cluster doesn't care about PORTREVISION. > > Oh? Cluster does compile new package when PKGNAME changes. Does it really now? That's broken. The right thing would be to track file=20 modifications timestamps ... =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1636765.p27roF0PEj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC18meXhc68WspdLARAm8MAJ0YgxdJW0HoOBemjm6ABkJ5akht+gCeNbgk o1tyjMTDSTjmATLuZc32zAE= =Usmx -----END PGP SIGNATURE----- --nextPart1636765.p27roF0PEj-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:37:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F6B16A41C; Fri, 15 Jul 2005 14:37:41 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FF943D45; Fri, 15 Jul 2005 14:37:40 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEbej2099844; Fri, 15 Jul 2005 14:37:40 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEbenK099843; Fri, 15 Jul 2005 14:37:40 GMT (envelope-from nyan) Message-Id: <200507151437.j6FEbenK099843@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 14: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/usr.sbin/boot98cfg boot98cfg.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, 15 Jul 2005 14:37:41 -0000 nyan 2005-07-15 14:37:40 UTC FreeBSD src repository Modified files: usr.sbin/boot98cfg boot98cfg.c Log: Reduce diffs from boot0cfg.c (no functional change). Revision Changes Path 1.6 +93 -86 src/usr.sbin/boot98cfg/boot98cfg.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:38:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B4016A41C; Fri, 15 Jul 2005 14:38:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C23643D45; Fri, 15 Jul 2005 14:38:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEc1Sm099877; Fri, 15 Jul 2005 14:38:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEc1VD099876; Fri, 15 Jul 2005 14:38:01 GMT (envelope-from garga) Message-Id: <200507151438.j6FEc1VD099876@repoman.freebsd.org> From: Renato Botelho Date: Fri, 15 Jul 2005 14:38: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/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 14:38:02 -0000 garga 2005-07-15 14:38:01 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to FreeBSD calendar Approved by: flz (mentor), Ken Smith (re) Revision Changes Path 1.166 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:38:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D8E16A41C; Fri, 15 Jul 2005 14:38:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3344E43D49; Fri, 15 Jul 2005 14:38:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEctNa099929; Fri, 15 Jul 2005 14:38:55 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEctS2099928; Fri, 15 Jul 2005 14:38:55 GMT (envelope-from ru) Message-Id: <200507151438.j6FEctS2099928@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 14:38: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 Makefile 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: Fri, 15 Jul 2005 14:38:55 -0000 ru 2005-07-15 14:38:55 UTC FreeBSD src repository Modified files: . Makefile Makefile.inc1 Log: Make the `distrib-dirs' target official and working properly when cross-building (installing). (This is useful for NFS installing world/kernel to another architecture machine.) Revision Changes Path 1.320 +1 -1 src/Makefile 1.500 +2 -2 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:46:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4F616A41C; Fri, 15 Jul 2005 14:46:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BD943D46; Fri, 15 Jul 2005 14:46:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEk0E4000501; Fri, 15 Jul 2005 14:46:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEk0aA000500; Fri, 15 Jul 2005 14:46:00 GMT (envelope-from garga) Message-Id: <200507151446.j6FEk0aA000500@repoman.freebsd.org> From: Renato Botelho Date: Fri, 15 Jul 2005 14:46:00 +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.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 14:46:00 -0000 garga 2005-07-15 14:46:00 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.freebsd Log: Add myself to FreeBSD calendar Approved by: re (Ken Smith), flz (mentor) Revision Changes Path 1.165.2.1 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:52:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C0E16A41C; Fri, 15 Jul 2005 14:52:30 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC48443D45; Fri, 15 Jul 2005 14:52:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEqTc6000723; Fri, 15 Jul 2005 14:52:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEqTrO000722; Fri, 15 Jul 2005 14:52:29 GMT (envelope-from ru) Message-Id: <200507151452.j6FEqTrO000722@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 14: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/etc 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, 15 Jul 2005 14:52:30 -0000 ru 2005-07-15 14:52:29 UTC FreeBSD src repository Modified files: etc Makefile Log: Pass -i to pwd_mkdb(8) to ignore locking failures. This can be useful for NFS installing world/kernel to another machine. Revision Changes Path 1.344 +1 -1 src/etc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:55:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57DAF16A41C; Fri, 15 Jul 2005 14:55:48 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from media-w.com (media-w.com [204.202.15.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8B843D45; Fri, 15 Jul 2005 14:55:47 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from bullet.internal.nobutaka.org (j069090.ppp.asahi-net.or.jp [61.213.69.90]) (authenticated bits=0) by media-w.com (8.13.1/8.13.1) with ESMTP id j6FEtfgU014619; Fri, 15 Jul 2005 23:55:46 +0900 (JST) Date: Fri, 15 Jul 2005 23:55:31 +0900 Message-ID: <86vf3cce58.wl%nobutaka@nobutaka.org> From: MANTANI Nobutaka To: Pav Lucistnik In-Reply-To: <200507141313.j6EDDrox078811@repoman.freebsd.org> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft 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, 15 Jul 2005 14:55:48 -0000 At Thu, 14 Jul 2005 13:13:52 +0000 (UTC), Pav Lucistnik wrote: > > Modified files: > x11-fonts/libXft Makefile distinfo > Log: > - Remove WITH_CJK knob and patch, it was merged into 2.1.7 The newer CJK patch has been released. So please backout the removal of WITH_CJK knob. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/libXft/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 14 Jul 2005 13:13:52 -0000 1.31 +++ Makefile 15 Jul 2005 14:44:31 -0000 @@ -38,4 +38,10 @@ PLIST_SUB+= NEWMTREE="@comment " .endif +.if defined(WITH_CJK) +PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ + http://bsdchat.com/dist/firefly-cjk-patchset/ +PATCHFILES+= cjk-patch-libXft-20050715.diff.gz +.endif + .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/x11-fonts/libXft/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 14 Jul 2005 13:13:52 -0000 1.11 +++ distinfo 15 Jul 2005 14:44:31 -0000 @@ -1,2 +1,4 @@ MD5 (libXft-2.1.7.tar.bz2) = 3e311b4095283d59488b95c8bd772521 SIZE (libXft-2.1.7.tar.bz2) = 237056 +MD5 (cjk-patch-libXft-20050715.diff.gz) = 09934d931913138a317810a5c101034c +SIZE (cjk-patch-libXft-20050715.diff.gz) = 3377 -- MANTANI Nobutaka nobutaka@nobutaka.org, nobutaka@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Jul 15 14:59:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 284A016A41F; Fri, 15 Jul 2005 14:59:00 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D8843D60; Fri, 15 Jul 2005 14:58:59 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D12725CABE; Fri, 15 Jul 2005 07:58:59 -0700 (PDT) Date: Fri, 15 Jul 2005 07:58:59 -0700 From: Alfred Perlstein To: Paul Saab Message-ID: <20050715145859.GL40423@elvis.mu.org> References: <200507142008.j6EK8RND012168@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507142008.j6EK8RND012168@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/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_socket.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, 15 Jul 2005 14:59:00 -0000 * Paul Saab [050714 13:08] wrote: > ps 2005-07-14 20:08:27 UTC > > FreeBSD src repository > > Modified files: > sys/nfs nfs_common.c nfs_common.h > sys/nfsclient nfs_socket.c > Log: > Fixes for NFS crashes on architectures that require strict alignment. > - Fix nfsm_disct() so that after pulling up data, the remaining data > is aligned if necessary. Ugh, why not do it beforehand to reduce the copy? This looks like you'll move all this data into a single mbuf, then possibly shift all the contents, can't you shift the initial mbuf first, THEN do the pullup? > - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the > mbuf (instead of casting m_data to a uint32). Also, is bcopy(9) light enough to be used for this purpose or do we have something to do unaligned reads? > > Submitted by: Pyun YongHyeon > Reviewed by: Mohan Srinivasan > > Revision Changes Path > 1.118 +12 -3 src/sys/nfs/nfs_common.c > 1.38 +6 -0 src/sys/nfs/nfs_common.h > 1.126 +2 -1 src/sys/nfsclient/nfs_socket.c -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:14:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE4B16A41C; Fri, 15 Jul 2005 15:14:23 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D595D43D49; Fri, 15 Jul 2005 15:14:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFEMFa001511; Fri, 15 Jul 2005 15:14:22 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFEMCU001510; Fri, 15 Jul 2005 15:14:22 GMT (envelope-from hrs) Message-Id: <200507151514.j6FFEMCU001510@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:14: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/release/doc/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:14:23 -0000 hrs 2005-07-15 15:14:22 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Update version numbers to 7-CURRENT. Revision Changes Path 1.25 +7 -7 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:15:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7454516A41C; Fri, 15 Jul 2005 15:15:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094D843D5D; Fri, 15 Jul 2005 15:15:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFFKLW001601; Fri, 15 Jul 2005 15:15:20 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFFKj8001600; Fri, 15 Jul 2005 15:15:20 GMT (envelope-from hrs) Message-Id: <200507151515.j6FFFKj8001600@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:15:20 +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/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: Fri, 15 Jul 2005 15:15:21 -0000 hrs 2005-07-15 15:15:20 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Trim the old relnotes items. Revision Changes Path 1.884 +16 -1463 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:18:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D4516A41C; Fri, 15 Jul 2005 15:18:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B56343D55; Fri, 15 Jul 2005 15:18:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFIg0X001706; Fri, 15 Jul 2005 15:18:42 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFIgii001705; Fri, 15 Jul 2005 15:18:42 GMT (envelope-from hrs) Message-Id: <200507151518.j6FFIgii001705@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:18: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/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:18:42 -0000 hrs 2005-07-15 15:18:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/sgml release.ent Log: Update version numbers to 6-STABLE. Approved by: re (implicitly) Revision Changes Path 1.24.2.1 +8 -8 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:19:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33CC16A41C; Fri, 15 Jul 2005 15:19:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B399443D55; Fri, 15 Jul 2005 15:19:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFJLft001756; Fri, 15 Jul 2005 15:19:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFJLLo001755; Fri, 15 Jul 2005 15:19:21 GMT (envelope-from hrs) Message-Id: <200507151519.j6FFJLLo001755@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:19:21 +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/share/examples Makefile.relnotesng X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:19:22 -0000 hrs 2005-07-15 15:19:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/examples Makefile.relnotesng Log: Update $RDIR to 6-STABLE. Approved by: re (implicitly) Revision Changes Path 1.11.2.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:21:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808C716A41C; Fri, 15 Jul 2005 15:21:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F8843D46; Fri, 15 Jul 2005 15:21:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFLCpC001920; Fri, 15 Jul 2005 15:21:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFLCC1001919; Fri, 15 Jul 2005 15:21:12 GMT (envelope-from ru) Message-Id: <200507151521.j6FFLCC1001919@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 15:21: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/usr.bin/lorder lorder.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: Fri, 15 Jul 2005 15:21:12 -0000 ru 2005-07-15 15:21:12 UTC FreeBSD src repository Modified files: usr.bin/lorder lorder.sh Log: Fix loder(1) to work with libraries. This can be useful to sort long DPADD lists automatically. While here, recognize `W' as the global symbol. This has been tested since 2004. Revision Changes Path 1.7 +14 -5 src/usr.bin/lorder/lorder.sh From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:26:46 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E76F16A41C; Fri, 15 Jul 2005 15:26:46 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4BC43D48; Fri, 15 Jul 2005 15:26:45 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd24.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1DtS5M-0005Z6-02; Fri, 15 Jul 2005 17:26:44 +0200 Received: from Andro-Beta.Leidinger.net (r9B59YZT8eCUM5+R4knQUqDNJ4XnRDBwBccc0QgG9rk0gSFOMDi8ZD@[84.165.212.118]) by fwd24.sul.t-online.de with esmtp id 1DtS4w-03aSZ60; Fri, 15 Jul 2005 17:26:18 +0200 Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j6FFQAmY042154; Fri, 15 Jul 2005 17:26:10 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Fri, 15 Jul 2005 17:26:10 +0200 Message-ID: <20050715172610.9n4mfl8oxogsk8w4@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 15 Jul 2005 17:26:10 +0200 From: Alexander Leidinger To: Michael Nottebrock References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151601.52305.lofi@freebsd.org> <1121436336.92732.30.camel@pav.hide.vol.cz> <200507151635.10756.lofi@freebsd.org> In-Reply-To: <200507151635.10756.lofi@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-ID: r9B59YZT8eCUM5+R4knQUqDNJ4XnRDBwBccc0QgG9rk0gSFOMDi8ZD@t-dialin.net X-TOI-MSGID: 5de760da-83ae-4588-906e-bd0b1a47b52b Cc: Dokuchaev , Mikhail Teterin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Alexey, pav@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 15:26:46 -0000 Michael Nottebrock wrote: >> Oh? Cluster does compile new package when PKGNAME changes. > > Does it really now? That's broken. The right thing would be to track file > modifications timestamps ... Not every change makes it necessary to rebuild the package, e.g. a change t= o MASTER_SITE does not have to result in a rebuild of the package (if the package isn't there because it wasn't fetchable before, the cluster DTRT). Or the recent infrastructure change of the autotools part didn't made it necessary to rebuild all packages which use this feature. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 23: Codefreeze Linux Kernel Patch v1.3, patch-1.3.94 (00/55) (Kristian K=F6hntopp) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:27:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE0C16A41C; Fri, 15 Jul 2005 15:27:44 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCF443D45; Fri, 15 Jul 2005 15:27:44 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFRhns002091; Fri, 15 Jul 2005 15:27:44 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFRhgJ002090; Fri, 15 Jul 2005 15:27:43 GMT (envelope-from hrs) Message-Id: <200507151527.j6FFRhgJ002090@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:27: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: www/tools webupdate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:27:44 -0000 hrs 2005-07-15 15:27:43 UTC FreeBSD doc repository Modified files: tools webupdate Log: Add release documentation for RELENG_6 as relnotes6. Revision Changes Path 1.15 +7 -1 www/tools/webupdate From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:29:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9985216A41C; Fri, 15 Jul 2005 15:29:45 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C48843D49; Fri, 15 Jul 2005 15:29:45 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFTjiG002214; Fri, 15 Jul 2005 15:29:45 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFTjs7002213; Fri, 15 Jul 2005 15:29:45 GMT (envelope-from nyan) Message-Id: <200507151529.j6FFTjs7002213@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15:29: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/geom geom_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: Fri, 15 Jul 2005 15:29:45 -0000 nyan 2005-07-15 15:29:45 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Merged from geom_mbr.c revisions 1.62 and 1.66. - Implement a gctl handler and the verb "write MBR". Revision Changes Path 1.54 +68 -6 src/sys/geom/geom_pc98.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:31:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A53D16A41C; Fri, 15 Jul 2005 15:31:20 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D058243D48; Fri, 15 Jul 2005 15:31:19 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFVJ5O002377; Fri, 15 Jul 2005 15:31:19 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFVJie002376; Fri, 15 Jul 2005 15:31:19 GMT (envelope-from nyan) Message-Id: <200507151531.j6FFVJie002376@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15: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/sbin/fdisk_pc98 Makefile fdisk.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, 15 Jul 2005 15:31:20 -0000 nyan 2005-07-15 15:31:19 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 Makefile fdisk.c Log: Merged from src/sbin/fdisk. - Attempt gctl verb "write MBR" when updating. Revision Changes Path 1.8 +3 -0 src/sbin/fdisk_pc98/Makefile 1.18 +42 -28 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:32:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872F516A41C; Fri, 15 Jul 2005 15:32:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53443D48; Fri, 15 Jul 2005 15:32:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFW0AQ002443; Fri, 15 Jul 2005 15:32:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFW0BC002442; Fri, 15 Jul 2005 15:32:00 GMT (envelope-from ru) Message-Id: <200507151532.j6FFW0BC002442@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 15:32:00 +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/usr.sbin/kbdmap kbdmap.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, 15 Jul 2005 15:32:00 -0000 ru 2005-07-15 15:32:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/kbdmap kbdmap.c Log: MFC: 1.3: Fixed two bugs in the Perl to C conversion. Revision Changes Path 1.2.8.1 +3 -3 src/usr.sbin/kbdmap/kbdmap.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:32:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517F116A41C; Fri, 15 Jul 2005 15:32:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB5943D49; Fri, 15 Jul 2005 15:32:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFWgbP002518; Fri, 15 Jul 2005 15:32:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFWgwP002517; Fri, 15 Jul 2005 15:32:42 GMT (envelope-from pav) Message-Id: <200507151532.j6FFWgwP002517@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 15:32: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/chinese/firefox-zh_TW Makefile distinfo pkg-plist ports/chinese/firefox-zh_TW/files installed-chrome.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: Fri, 15 Jul 2005 15:32:43 -0000 pav 2005-07-15 15:32:42 UTC FreeBSD ports repository Modified files: chinese/firefox-zh_TW Makefile distinfo pkg-plist Removed files: chinese/firefox-zh_TW/files installed-chrome.txt Log: - Update to 1.0.5 PR: ports/83488 Submitted by: chinsan (maintainer) Revision Changes Path 1.3 +12 -12 ports/chinese/firefox-zh_TW/Makefile 1.2 +2 -2 ports/chinese/firefox-zh_TW/distinfo 1.2 +0 -45 ports/chinese/firefox-zh_TW/files/installed-chrome.txt (dead) 1.2 +11 -2 ports/chinese/firefox-zh_TW/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:32:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DEC16A41C; Fri, 15 Jul 2005 15:32:53 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B1443D4C; Fri, 15 Jul 2005 15:32:52 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFWqAp002570; Fri, 15 Jul 2005 15:32:52 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFWqWv002569; Fri, 15 Jul 2005 15:32:52 GMT (envelope-from nyan) Message-Id: <200507151532.j6FFWqWv002569@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15:32: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/usr.sbin/boot98cfg Makefile boot98cfg.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, 15 Jul 2005 15:32:53 -0000 nyan 2005-07-15 15:32:52 UTC FreeBSD src repository Modified files: usr.sbin/boot98cfg Makefile boot98cfg.c Log: Merged from boot0cfg. - Update the mkrdev function. - Attempt gctl verb "write MBR" when updating. Revision Changes Path 1.6 +4 -1 src/usr.sbin/boot98cfg/Makefile 1.7 +30 -13 src/usr.sbin/boot98cfg/boot98cfg.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:40:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD6916A41C; Fri, 15 Jul 2005 15:40:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7340B43D45; Fri, 15 Jul 2005 15:40:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFebIu003015; Fri, 15 Jul 2005 15:40:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFebBE003014; Fri, 15 Jul 2005 15:40:37 GMT (envelope-from pav) Message-Id: <200507151540.j6FFebBE003014@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 15:40: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/x11-fonts/libXft 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, 15 Jul 2005 15:40:37 -0000 pav 2005-07-15 15:40:37 UTC FreeBSD ports repository Modified files: x11-fonts/libXft Makefile distinfo Log: - Readd WITH_CJK knob with an updated patch Submitted by: nobutaka Revision Changes Path 1.32 +6 -0 ports/x11-fonts/libXft/Makefile 1.12 +2 -0 ports/x11-fonts/libXft/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:41:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915B816A42A; Fri, 15 Jul 2005 15:41:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1AB43D48; Fri, 15 Jul 2005 15:41:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFfa1Q003097; Fri, 15 Jul 2005 15:41:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFfaTc003096; Fri, 15 Jul 2005 15:41:36 GMT (envelope-from pav) Message-Id: <200507151541.j6FFfaTc003096@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 15:41: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/chinese/firefox-zh_CN Makefile distinfo pkg-plist ports/chinese/firefox-zh_CN/files installed-chrome.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: Fri, 15 Jul 2005 15:41:37 -0000 pav 2005-07-15 15:41:36 UTC FreeBSD ports repository Modified files: chinese/firefox-zh_CN Makefile distinfo pkg-plist Removed files: chinese/firefox-zh_CN/files installed-chrome.txt Log: - Update to 1.0.5 PR: ports/83489 Submitted by: chinsan (maintainer) Revision Changes Path 1.2 +12 -12 ports/chinese/firefox-zh_CN/Makefile 1.2 +2 -2 ports/chinese/firefox-zh_CN/distinfo 1.2 +0 -45 ports/chinese/firefox-zh_CN/files/installed-chrome.txt (dead) 1.2 +15 -2 ports/chinese/firefox-zh_CN/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:42:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED99E16A41C; Fri, 15 Jul 2005 15:42:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B004B43D45; Fri, 15 Jul 2005 15:42:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFg96n003135; Fri, 15 Jul 2005 15:42:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFg9Kq003134; Fri, 15 Jul 2005 15:42:09 GMT (envelope-from hrs) Message-Id: <200507151542.j6FFg9Kq003134@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:42: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/relnotes 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, 15 Jul 2005 15:42:10 -0000 hrs 2005-07-15 15:42:09 UTC FreeBSD doc repository Modified files: en/relnotes Makefile Log: Hook up the 6-STABLE release documentation to the build. Revision Changes Path 1.7 +2 -1 www/en/relnotes/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:43:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979EE16A41F; Fri, 15 Jul 2005 15:43:07 +0000 (GMT) (envelope-from clive@tongi.org) Received: from drop.bsdchat.com (drop.bsdchat.com [209.237.225.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0634043D46; Fri, 15 Jul 2005 15:43:06 +0000 (GMT) (envelope-from clive@tongi.org) Received: from CARTIER (drag.bsdchat.com [209.237.225.37]) by drop.bsdchat.com (8.13.3/8.13.3) with SMTP id j6FFh3em008680; Fri, 15 Jul 2005 15:43:04 GMT (envelope-from clive@tongi.org) Received: (nullmailer pid 2675 invoked by uid 1000); Fri, 15 Jul 2005 15:42:54 -0000 Date: Fri, 15 Jul 2005 23:42:53 +0800 From: Clive Lin To: MANTANI Nobutaka Message-ID: <20050715154253.GA2568@tongi.org> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vf3cce58.wl%nobutaka@nobutaka.org> X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (drop.bsdchat.com [209.237.225.38]); Fri, 15 Jul 2005 15:43:06 +0000 (UTC) Cc: cvs-ports@FreeBSD.org, Pav Lucistnik , chinsan , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft 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, 15 Jul 2005 15:43:08 -0000 On Fri, Jul 15, 2005 at 11:55:31PM +0900, MANTANI Nobutaka wrote: > The newer CJK patch has been released. So please backout the removal of WITH_CJK knob. > +.if defined(WITH_CJK) > +PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ > + http://bsdchat.com/dist/firefly-cjk-patchset/ > +PATCHFILES+= cjk-patch-libXft-20050715.diff.gz > +.endif > + > +MD5 (cjk-patch-libXft-20050715.diff.gz) = 09934d931913138a317810a5c101034c > +SIZE (cjk-patch-libXft-20050715.diff.gz) = 3377 Uhm, stay tuned. It's not yet proven right. -- Clive Tong-I Lin | http://tongi.org | PGP KeyID: A008C03E From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:43:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A548916A41C; Fri, 15 Jul 2005 15:43:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0300443D46; Fri, 15 Jul 2005 15:43:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6FFhY3j097287; Fri, 15 Jul 2005 17:43:34 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6FFhXfC097286; Fri, 15 Jul 2005 17:43:33 +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: MANTANI Nobutaka In-Reply-To: <86vf3cce58.wl%nobutaka@nobutaka.org> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7s7kOCBwrqyAaibO7kvX" Date: Fri, 15 Jul 2005 17:43:32 +0200 Message-Id: <1121442212.92732.32.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo 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: Fri, 15 Jul 2005 15:43:36 -0000 --=-7s7kOCBwrqyAaibO7kvX Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable MANTANI Nobutaka p=ED=B9e v p=E1 15. 07. 2005 v 23:55 +0900: > At Thu, 14 Jul 2005 13:13:52 +0000 (UTC), > Pav Lucistnik wrote: > >=20 > > Modified files: > > x11-fonts/libXft Makefile distinfo=20 > > Log: > > - Remove WITH_CJK knob and patch, it was merged into 2.1.7 >=20 > The newer CJK patch has been released. So please backout the removal of W= ITH_CJK knob. Your patch was committed. --=20 Pav Lucistnik A)bort, R)etry, H)it with big hammer --=-7s7kOCBwrqyAaibO7kvX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC19mkntdYP8FOsoIRAj21AJ4gKvx9xIZo6940XXWRvKz94VeZOACfQb+t xOqR/eGSNGLrdN6tGXpsEQk= =ICas -----END PGP SIGNATURE----- --=-7s7kOCBwrqyAaibO7kvX-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:44:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8106916A41C; Fri, 15 Jul 2005 15:44:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F193543D4C; Fri, 15 Jul 2005 15:44:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFiPpv003257; Fri, 15 Jul 2005 15:44:25 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFiPoq003256; Fri, 15 Jul 2005 15:44:25 GMT (envelope-from garga) Message-Id: <200507151544.j6FFiPoq003256@repoman.freebsd.org> From: Renato Botelho Date: Fri, 15 Jul 2005 15: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/mail/qmail-rblchk 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, 15 Jul 2005 15:44:26 -0000 garga 2005-07-15 15:44:25 UTC FreeBSD ports repository Modified files: mail/qmail-rblchk Makefile distinfo Log: Update to 2.2 PR: ports/83473 Submitted by: Emanuel Haupt (maintainer) Approved by: pav (backup mentor) Revision Changes Path 1.2 +9 -3 ports/mail/qmail-rblchk/Makefile 1.2 +2 -2 ports/mail/qmail-rblchk/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:46:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D924416A442; Fri, 15 Jul 2005 15:46:04 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A39243D45; Fri, 15 Jul 2005 15:46:04 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFk4oA003384; Fri, 15 Jul 2005 15:46:04 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFk4oN003383; Fri, 15 Jul 2005 15:46:04 GMT (envelope-from hrs) Message-Id: <200507151546.j6FFk4oN003383@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:46:04 +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 relnotes.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: Fri, 15 Jul 2005 15:46:05 -0000 hrs 2005-07-15 15:46:04 UTC FreeBSD doc repository Modified files: en relnotes.sgml Log: Add release documentation for RELENG_6. Revision Changes Path 1.13 +33 -1 www/en/relnotes.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:47:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F1116A41C; Fri, 15 Jul 2005 15:47:20 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C905E43D5E; Fri, 15 Jul 2005 15:47:19 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFlJUF003464; Fri, 15 Jul 2005 15:47:19 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFlJP2003463; Fri, 15 Jul 2005 15:47:19 GMT (envelope-from novel) Message-Id: <200507151547.j6FFlJP2003463@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 15 Jul 2005 15:47: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/audio/xmms-midi 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, 15 Jul 2005 15:47:21 -0000 novel 2005-07-15 15:47:19 UTC FreeBSD ports repository Modified files: audio/xmms-midi Makefile Log: Update MASTER_SITES. PR: 83505 Submitted by: Hendrik Scholz (maintainer) Reported by: pointyhat via kris Revision Changes Path 1.11 +2 -1 ports/audio/xmms-midi/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:51:36 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C535B16A41C; Fri, 15 Jul 2005 15:51:36 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A93A43D45; Fri, 15 Jul 2005 15:51:35 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 0E2C53BCA9; Fri, 15 Jul 2005 17:51:34 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id E967F3F604; Fri, 15 Jul 2005 17:51:33 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-193-247.arcor-ip.net [213.23.193.247]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 98A605905E; Fri, 15 Jul 2005 17:51:33 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6FFpUXe004374 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 17:51:31 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: Alexander Leidinger Date: Fri, 15 Jul 2005 17:51:23 +0200 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151635.10756.lofi@freebsd.org> <20050715172610.9n4mfl8oxogsk8w4@netchild.homeip.net> In-Reply-To: <20050715172610.9n4mfl8oxogsk8w4@netchild.homeip.net> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@freebsd.org, ports-committers@freebsd.org, pav@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 15:51:37 -0000 --nextPart1177917.E6eCftH2o6 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 17:26, Alexander Leidinger wrote: > Michael Nottebrock wrote: > >> Oh? Cluster does compile new package when PKGNAME changes. > > > > Does it really now? That's broken. The right thing would be to track fi= le > > modifications timestamps ... > > Not every change makes it necessary to rebuild the package, e.g. a change > to MASTER_SITE does not have to result in a rebuild of the package (if the > package isn't there because it wasn't fetchable before, the cluster DTRT). It would be better to err on the safe side there instead of having to bump= =20 PORTREVISION for the cluster's sake. After all, the cluster doesn't mind a= =20 few gratuitous rebuilds too much - ports users do, especially those with=20 slower machines. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1177917.E6eCftH2o6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC19uCXhc68WspdLARAhssAJ4rWGwnPPPiu4jnIsoeeZowduHuCQCgmYb4 NJu+WfYYMi56wKlxDSNMmpI= =z4xg -----END PGP SIGNATURE----- --nextPart1177917.E6eCftH2o6-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 15:57:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E94E16A41C; Fri, 15 Jul 2005 15:57:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2EFF43D46; Fri, 15 Jul 2005 15:57:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6FFvbYb097460; Fri, 15 Jul 2005 17:57:37 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6FFvWPi097459; Fri, 15 Jul 2005 17:57:32 +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: Michael Nottebrock In-Reply-To: <200507151751.30130.lofi@freebsd.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151635.10756.lofi@freebsd.org> <20050715172610.9n4mfl8oxogsk8w4@netchild.homeip.net> <200507151751.30130.lofi@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xC1OVItfqovVs9kK67sp" Date: Fri, 15 Jul 2005 17:57:30 +0200 Message-Id: <1121443050.92732.41.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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: Fri, 15 Jul 2005 15:57:39 -0000 --=-xC1OVItfqovVs9kK67sp Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Michael Nottebrock p=ED=B9e v p=E1 15. 07. 2005 v 17:51 +0200: > On Friday, 15. July 2005 17:26, Alexander Leidinger wrote: > > Michael Nottebrock wrote: > > >> Oh? Cluster does compile new package when PKGNAME changes. > > > > > > Does it really now? That's broken. The right thing would be to track = file > > > modifications timestamps ... > > > > Not every change makes it necessary to rebuild the package, e.g. a chan= ge > > to MASTER_SITE does not have to result in a rebuild of the package (if = the > > package isn't there because it wasn't fetchable before, the cluster DTR= T). >=20 > It would be better to err on the safe side there instead of having to bum= p=20 > PORTREVISION for the cluster's sake. After all, the cluster doesn't mind = a=20 > few gratuitous rebuilds too much - ports users do, especially those with=20 > slower machines. These PORTREVISION bumps are here mainly for the users. Because, when a library raises it's major version number, you need to relink all C binaries linked against the old copy of the library... PORTREVISION bumps together with common usage of portupgrade helps this very nicely. --=20 Pav Lucistnik > Why do we need a film of "Lord of the Rings" when we have the book? Because watching a cg enhanced Legolas fire a flaming arrow into the heart of a warg is cool? - asdf@asdf.com in rec.games.roguelike.angband --=-xC1OVItfqovVs9kK67sp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC19zqntdYP8FOsoIRAqKnAJ0SpGIkVKGPRkRMzIIfbbnTr2tr+gCeOydD JGddT1ZW+UE2MHQU5L+JOOM= =x2hZ -----END PGP SIGNATURE----- --=-xC1OVItfqovVs9kK67sp-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:00:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0664616A41C; Fri, 15 Jul 2005 16:00:42 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7345843D48; Fri, 15 Jul 2005 16:00:41 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FG0fPS004157; Fri, 15 Jul 2005 16:00:41 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FG0fZw004156; Fri, 15 Jul 2005 16:00:41 GMT (envelope-from novel) Message-Id: <200507151600.j6FG0fZw004156@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 15 Jul 2005 16:00: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/wmnetload 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, 15 Jul 2005 16:00:42 -0000 novel 2005-07-15 16:00:40 UTC FreeBSD ports repository Modified files: net/wmnetload Makefile Log: Update MASTER_SITES. PR: 83506 Submitted by: Hendrik Scholz (maintainer) Reported by: pointyhat via kris Revision Changes Path 1.5 +3 -1 ports/net/wmnetload/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:03:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D234516A41C; Fri, 15 Jul 2005 16:03:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9244B43D46; Fri, 15 Jul 2005 16:03:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FG3VYk004288; Fri, 15 Jul 2005 16:03:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FG3VU8004287; Fri, 15 Jul 2005 16:03:31 GMT (envelope-from pav) Message-Id: <200507151603.j6FG3VU8004287@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:03: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/deskutils/phprojekt 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, 15 Jul 2005 16:03:32 -0000 pav 2005-07-15 16:03:31 UTC FreeBSD ports repository Modified files: deskutils/phprojekt Makefile distinfo Log: - Update to 5.0 PR: ports/83438 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.2 +1 -1 ports/deskutils/phprojekt/Makefile 1.2 +2 -2 ports/deskutils/phprojekt/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:06:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B2616A41C; Fri, 15 Jul 2005 16:06:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07C943D48; Fri, 15 Jul 2005 16:06:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FG67Au004452; Fri, 15 Jul 2005 16:06:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FG67ji004451; Fri, 15 Jul 2005 16:06:07 GMT (envelope-from pav) Message-Id: <200507151606.j6FG67ji004451@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16: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/audio/icegenerator 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, 15 Jul 2005 16:06:08 -0000 pav 2005-07-15 16:06:07 UTC FreeBSD ports repository Modified files: audio/icegenerator Makefile pkg-descr Log: - Update maintainer's address - Update WWW PR: ports/83441 Submitted by: Nadelyaev Stanislav (maintainer) Revision Changes Path 1.3 +1 -1 ports/audio/icegenerator/Makefile 1.2 +4 -5 ports/audio/icegenerator/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:08:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB30916A41C; Fri, 15 Jul 2005 16:08:40 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9710943D46; Fri, 15 Jul 2005 16:08:40 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FG8ehC004544; Fri, 15 Jul 2005 16:08:40 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FG8eEk004543; Fri, 15 Jul 2005 16:08:40 GMT (envelope-from nobutaka) Message-Id: <200507151608.j6FG8eEk004543@repoman.freebsd.org> From: MANTANI Nobutaka Date: Fri, 15 Jul 2005 16:08: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/editors/emacs/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: Fri, 15 Jul 2005 16:08:41 -0000 nobutaka 2005-07-15 16:08:40 UTC FreeBSD ports repository Modified files: editors/emacs/files patch-configure.in Log: Add powerpc support. PR: ports/83074 Submitted by: Dario Freni Revision Changes Path 1.3 +4 -3 ports/editors/emacs/files/patch-configure.in From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:10:28 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839BE16A41C; Fri, 15 Jul 2005 16:10:28 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F21D43D46; Fri, 15 Jul 2005 16:10:27 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id A92373BC90; Fri, 15 Jul 2005 18:10:26 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id 6FC3112430D; Fri, 15 Jul 2005 18:10:26 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-193-247.arcor-ip.net [213.23.193.247]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 3959C3BD0C; Fri, 15 Jul 2005 18:10:26 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6FGAMJe004654 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 18:10:23 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: pav@freebsd.org Date: Fri, 15 Jul 2005 18:10:19 +0200 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151751.30130.lofi@freebsd.org> <1121443050.92732.41.camel@pav.hide.vol.cz> In-Reply-To: <1121443050.92732.41.camel@pav.hide.vol.cz> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 16:10:28 -0000 --nextPart4216910.NMrAcmb4hc Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 17:57, Pav Lucistnik wrote: > These PORTREVISION bumps are here mainly for the users. Because, when a > library raises it's major version number, you need to relink all C > binaries linked against the old copy of the library... =2E.. except that portupgrade keeps old libraries in a cache just so you do= n't. > PORTREVISION bumps together with common usage of portupgrade helps this > very nicely. On the contrary, bumping PORTREVISION for shared library bumps is a disserv= ice=20 to portupgrade users. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart4216910.NMrAcmb4hc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC19/tXhc68WspdLARAjqEAJ4wuIrlowLHZBzpkhBOJNWGergqcQCgh0wn kf1t5r/p7bYQKhGUAgmzn3Y= =IVsM -----END PGP SIGNATURE----- --nextPart4216910.NMrAcmb4hc-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:14:38 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3028016A41C; Fri, 15 Jul 2005 16:14:38 +0000 (GMT) (envelope-from mohans@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADEB43D45; Fri, 15 Jul 2005 16:14:37 +0000 (GMT) (envelope-from mohans@yahoo-inc.com) Received: from crabapple.corp.yahoo.com (crabapple.corp.yahoo.com [207.126.239.39]) by mrout2.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j6FGCCkt026089; Fri, 15 Jul 2005 09:12:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:date:from:to:cc:subject:message-id:reply-to: references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Kuk1yvbMIEZ0YHFFp3wv3cAmB4CspPDeH3yGZD0c0irjQP577L7H8eel/s35OodI Received: (from mohans@localhost) by crabapple.corp.yahoo.com (8.12.11/8.12.11) id j6FGCCxS034306; Fri, 15 Jul 2005 09:12:12 -0700 (PDT) (envelope-from mohans) Date: Fri, 15 Jul 2005 09:12:12 -0700 From: mohans To: Paul Saab Message-ID: <20050715161212.GA33629@yahoo-inc.com> References: <42D7D0C4.30408@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D7D0C4.30408@freebsd.org> User-Agent: Mutt/1.4.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: [Fwd: Re: cvs commit: src/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_socket.c] X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mohans@yahoo-inc.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 16:14:38 -0000 Hi Alfred, > Ugh, why not do it beforehand to reduce the copy? This looks like > you'll move all this data into a single mbuf, then possibly shift > all the contents, can't you shift the initial mbuf first, THEN > do the pullup? The change aligns (by copying) data left over the mbuf after a pullup is done. The aligned data will be returned on the subsequent call to nfs_dissect(). Post-pullup, dposp points at the byte in the mbuf chain to be returned on the next call to nfs_dissect() and dposp is what we align. There are other ways of doing this too. We could force alignment in nfsm_dissect_xx() if we notice that the data that will be returned is unaligned. I think they are all quite equivalent in terms of expense. My initial reaction was to check for alignment (and force alignment) in either in nfs_dissect() (the macro) or nfsm_dissect_xx(). For now, though, doing the alignment (if necessary) post-pullup in the guts of nfsm_disct() seems the least risky. > > - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the > > mbuf (instead of casting m_data to a uint32). > > Also, is bcopy(9) light enough to be used for this purpose or do > we have something to do unaligned reads? The bcopy() is just for copying out the length. mohan From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:16:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B64A116A41C; Fri, 15 Jul 2005 16:16:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DA943D45; Fri, 15 Jul 2005 16:16:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.3/8.13.1) with ESMTP id j6FGGYKh097703; Fri, 15 Jul 2005 18:16:35 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.3/8.13.1/Submit) id j6FGGYKY097702; Fri, 15 Jul 2005 18:16:34 +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: Michael Nottebrock In-Reply-To: <200507151810.21650.lofi@freebsd.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151751.30130.lofi@freebsd.org> <1121443050.92732.41.camel@pav.hide.vol.cz> <200507151810.21650.lofi@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vYTL3XybIBDY5mTPYZpM" Date: Fri, 15 Jul 2005 18:16:33 +0200 Message-Id: <1121444193.92732.45.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, Alexander Leidinger Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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: Fri, 15 Jul 2005 16:16:37 -0000 --=-vYTL3XybIBDY5mTPYZpM Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Michael Nottebrock p=ED=B9e v p=E1 15. 07. 2005 v 18:10 +0200: > On Friday, 15. July 2005 17:57, Pav Lucistnik wrote: >=20 > > These PORTREVISION bumps are here mainly for the users. Because, when a > > library raises it's major version number, you need to relink all C > > binaries linked against the old copy of the library... >=20 > ... except that portupgrade keeps old libraries in a cache just so you do= n't. That does not mean you don't have to recompile everything. It's just a fallback for users so their software don't stop working until they manage to recompile it. Think about this scenario: libfoo.1 -> libbar.0 -> bin/application libfoo.1 -> bin/application Now update libfoo without PORTREVISION bumpage: lib/compat/pkg/libfoo.1 -> libbar.0 -> bin/application lib/compat/pkg/libfoo.1 -> bin/application So far so good. Now libbar gets updated to new release: libfoo.2 -> libbar.0 -> bin/application lib/compat/pkg/libfoo.1 -> bin/application Houston, we got a problem. In this moment user may experience strange crashes or startup problems, because two conflicting copies of libfoo are being loaded into application by rtld. That's why we bump and recompile everything. --=20 Pav Lucistnik What is the airspeed velocity of an unladen swallow? --=-vYTL3XybIBDY5mTPYZpM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1+FhntdYP8FOsoIRAtgHAKCdvHBk+AJYrYEjudVhICtP7LGyugCffIoe EPNUU2liLhr29BUKEU5SxQc= =Z5bp -----END PGP SIGNATURE----- --=-vYTL3XybIBDY5mTPYZpM-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:17:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4703016A41C; Fri, 15 Jul 2005 16:17:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0948243D45; Fri, 15 Jul 2005 16:17:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGHA3Y005551; Fri, 15 Jul 2005 16:17:10 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGHAv2005547; Fri, 15 Jul 2005 16:17:10 GMT (envelope-from vanilla) Message-Id: <200507151617.j6FGHAv2005547@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 15 Jul 2005 16:17: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/graphics/esmart 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, 15 Jul 2005 16:17:11 -0000 vanilla 2005-07-15 16:17:10 UTC FreeBSD ports repository Modified files: graphics/esmart Makefile Log: Add depend to graphics/edje. Revision Changes Path 1.2 +2 -0 ports/graphics/esmart/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:17:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6B216A41C; Fri, 15 Jul 2005 16:17:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B42543D45; Fri, 15 Jul 2005 16:17:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGHbKP005950; Fri, 15 Jul 2005 16:17:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGHbvd005949; Fri, 15 Jul 2005 16:17:37 GMT (envelope-from pav) Message-Id: <200507151617.j6FGHbvd005949@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:17: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 Makefile ports/www/jwchat Makefile distinfo pkg-descr pkg-plist ports/www/jwchat/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: Fri, 15 Jul 2005 16:17:37 -0000 pav 2005-07-15 16:17:37 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/jwchat Makefile distinfo pkg-descr pkg-plist www/jwchat/files pkg-message.in Log: JWChat aims to be a full featured, web-based Jabber client. It uses only JavaScript and HTML on the client-side. Currently it supports basic jabber instant messaging, roster management and muc-based groupchats. JWChat is an advanced instant messenger (IM) just like AIM, MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage your contacts, chat with other users directly or join a groupchat room for collaborative communication. Unlike other IMs you can use this with your web browser only without having to install any additional software at all. PR: ports/82609 Submitted by: Lars Eggert Revision Changes Path 1.1135 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/jwchat/Makefile (new) 1.1 +2 -0 ports/www/jwchat/distinfo (new) 1.1 +28 -0 ports/www/jwchat/files/pkg-message.in (new) 1.1 +13 -0 ports/www/jwchat/pkg-descr (new) 1.1 +645 -0 ports/www/jwchat/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:18:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAE816A41C; Fri, 15 Jul 2005 16:18:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9C843D45; Fri, 15 Jul 2005 16:18:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGIEdR006432; Fri, 15 Jul 2005 16:18:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGIEwD006431; Fri, 15 Jul 2005 16:18:14 GMT (envelope-from pav) Message-Id: <200507151618.j6FGIEwD006431@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:18: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: Fri, 15 Jul 2005 16:18:14 -0000 pav 2005-07-15 16:18:14 UTC FreeBSD ports repository Modified files: . modules Log: jwchat --> ports/www/jwchat Revision Changes Path 1.12841 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:18:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BA316A430; Fri, 15 Jul 2005 16:18:19 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EC843D45; Fri, 15 Jul 2005 16:18:19 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGIJ3V006527; Fri, 15 Jul 2005 16:18:19 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGIJJA006526; Fri, 15 Jul 2005 16:18:19 GMT (envelope-from gerald) Message-Id: <200507151618.j6FGIJJA006526@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 15 Jul 2005 16:18: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/lang/gcc40 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, 15 Jul 2005 16:18:19 -0000 gerald 2005-07-15 16:18:19 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo pkg-plist Log: Update to the 20050714 snapshot of GCC 4.0.2. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Revision Changes Path 1.217 +9 -9 ports/lang/gcc40/Makefile 1.122 +12 -12 ports/lang/gcc40/distinfo 1.68 +1 -3 ports/lang/gcc40/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:18:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A24316A41C; Fri, 15 Jul 2005 16:18:26 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F1343D46; Fri, 15 Jul 2005 16:18:25 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGIPwV006638; Fri, 15 Jul 2005 16:18:25 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGIPX4006637; Fri, 15 Jul 2005 16:18:25 GMT (envelope-from vanilla) Message-Id: <200507151618.j6FGIPX4006637@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 15 Jul 2005 16:18: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/graphics/entice 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, 15 Jul 2005 16:18:26 -0000 vanilla 2005-07-15 16:18:25 UTC FreeBSD ports repository Modified files: graphics/entice Makefile Log: Add depend to graphics/esmart. Revision Changes Path 1.11 +3 -1 ports/graphics/entice/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:38:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883D516A41C; Fri, 15 Jul 2005 16:38:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479F043D45; Fri, 15 Jul 2005 16:38:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGcrrN007538; Fri, 15 Jul 2005 16:38:53 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGcrH9007537; Fri, 15 Jul 2005 16:38:53 GMT (envelope-from hrs) Message-Id: <200507151638.j6FGcrH9007537@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 16:38: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/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: Fri, 15 Jul 2005 16:38:53 -0000 hrs 2005-07-15 16:38:52 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: New sysctls: kern.malloc_stats and vm.zone_stats, mpt(4) improvements, ifconfig(8) -k flag, libmemstat(3) added, libpcap updated to v0.9.1, and tcpdump updated to v3.9.1. Revision Changes Path 1.885 +30 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:39:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB37C16A41C; Fri, 15 Jul 2005 16:39:32 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D00943D46; Fri, 15 Jul 2005 16:39:32 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGdWc5007623; Fri, 15 Jul 2005 16:39:32 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGdWxj007622; Fri, 15 Jul 2005 16:39:32 GMT (envelope-from hrs) Message-Id: <200507151639.j6FGdWxj007622@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 16:39:32 +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/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 16:39:33 -0000 hrs 2005-07-15 16:39:32 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add libmemstat(3). Revision Changes Path 1.352 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:39:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AC616A456; Fri, 15 Jul 2005 16:39:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B623643D46; Fri, 15 Jul 2005 16:39:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGdXHW007703; Fri, 15 Jul 2005 16:39:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGdX6m007702; Fri, 15 Jul 2005 16:39:33 GMT (envelope-from pav) Message-Id: <200507151639.j6FGdX6m007702@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:39: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/audio Makefile ports/audio/xmms-sapplug Makefile distinfo pkg-descr pkg-message ports/audio/xmms-sapplug/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, 15 Jul 2005 16:39:34 -0000 pav 2005-07-15 16:39:33 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/xmms-sapplug Makefile distinfo pkg-descr pkg-message audio/xmms-sapplug/files patch-Makefile Log: Sapplug is a XMMS input plugin for playing 8bit Atari(TM) .sap (Slight Atari Player) audio files. PR: ports/83466 Submitted by: Emanuel Haupt Revision Changes Path 1.643 +1 -0 ports/audio/Makefile 1.1 +57 -0 ports/audio/xmms-sapplug/Makefile (new) 1.1 +2 -0 ports/audio/xmms-sapplug/distinfo (new) 1.1 +47 -0 ports/audio/xmms-sapplug/files/patch-Makefile (new) 1.1 +7 -0 ports/audio/xmms-sapplug/pkg-descr (new) 1.1 +3 -0 ports/audio/xmms-sapplug/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:39:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0DD16A42F; Fri, 15 Jul 2005 16:39:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F7E43D49; Fri, 15 Jul 2005 16:39:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGdaUm007737; Fri, 15 Jul 2005 16:39:36 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGdaU7007736; Fri, 15 Jul 2005 16:39:36 GMT (envelope-from nork) Message-Id: <200507151639.j6FGdaU7007736@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 15 Jul 2005 16:39: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/net/liveMedia 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, 15 Jul 2005 16:39:38 -0000 nork 2005-07-15 16:39:36 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2005.07.15. Revision Changes Path 1.198 +1 -1 ports/net/liveMedia/Makefile 1.185 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:40:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC51A16A41C; Fri, 15 Jul 2005 16:40:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A117F43D48; Fri, 15 Jul 2005 16:40:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGeSYm007817; Fri, 15 Jul 2005 16:40:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGeSRd007816; Fri, 15 Jul 2005 16:40:28 GMT (envelope-from pav) Message-Id: <200507151640.j6FGeSRd007816@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:40: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: 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, 15 Jul 2005 16:40:29 -0000 pav 2005-07-15 16:40:28 UTC FreeBSD ports repository Modified files: . modules Log: xmms-sapplug --> ports/audio/xmms-sapplug Revision Changes Path 1.12842 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:50:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E595316A41C; Fri, 15 Jul 2005 16:50:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A430943D45; Fri, 15 Jul 2005 16:50:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGosS9015216; Fri, 15 Jul 2005 16:50:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGosTo015215; Fri, 15 Jul 2005 16:50:54 GMT (envelope-from pav) Message-Id: <200507151650.j6FGosTo015215@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:50:54 +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: Fri, 15 Jul 2005 16:50:55 -0000 pav 2005-07-15 16:50:54 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 14.3 PREFIX section: - Mention USE_LINUX_PREFIX - Fix example about refering to LOCALBASE files of dependencies, it was incorrectly suggesting to use PREFIX in case it was matching LOCALBASE [1] PR: docs/79309 [1] Submitted by: Marian Cerny [1] Approved by: remko Revision Changes Path 1.579 +8 -9 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 16:55:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9C216A41C; Fri, 15 Jul 2005 16:55:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF0C43D46; Fri, 15 Jul 2005 16:55:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGtsMG015454; Fri, 15 Jul 2005 16:55:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGtsWN015453; Fri, 15 Jul 2005 16:55:54 GMT (envelope-from pav) Message-Id: <200507151655.j6FGtsWN015453@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 16:55:54 +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: Fri, 15 Jul 2005 16:55:55 -0000 pav 2005-07-15 16:55:54 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 5.4 The distribution files section: - Fix Example 5-4 to match reality PR: docs/52672 Submitted by: Alexey Neyman Approved by: remko Revision Changes Path 1.580 +5 -5 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 17:03:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D5DC16A41C; Fri, 15 Jul 2005 17:03:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05CAE43D4C; Fri, 15 Jul 2005 17:03:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FH3iKp015739; Fri, 15 Jul 2005 17:03:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FH3igO015738; Fri, 15 Jul 2005 17:03:44 GMT (envelope-from pav) Message-Id: <200507151703.j6FH3igO015738@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 17:03:44 +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: Fri, 15 Jul 2005 17:03:45 -0000 pav 2005-07-15 17:03:44 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 13.7 Making use of SUB_FILES and SUB_LIST - Overhaul the section, make it easier to read - Fix misleading example and provide a new example how file ready for substitution should look like Reviewed by: subdue (english) Approved by: remko Revision Changes Path 1.581 +36 -38 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 17:04:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D9B16A41C; Fri, 15 Jul 2005 17:04:50 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85BB43D46; Fri, 15 Jul 2005 17:04:50 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FH4ojf015815; Fri, 15 Jul 2005 17:04:50 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FH4oLc015814; Fri, 15 Jul 2005 17:04:50 GMT (envelope-from nobutaka) Message-Id: <200507151704.j6FH4oLc015814@repoman.freebsd.org> From: MANTANI Nobutaka Date: Fri, 15 Jul 2005 17:04: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/w3m Makefile ports/www/w3m/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: Fri, 15 Jul 2005 17:04:51 -0000 nobutaka 2005-07-15 17:04:50 UTC FreeBSD ports repository Modified files: www/w3m Makefile www/w3m/files patch-configure Log: Unbreak sysmouse support. Pointed out by: Travis Poppe Revision Changes Path 1.77 +1 -0 ports/www/w3m/Makefile 1.8 +12 -3 ports/www/w3m/files/patch-configure From owner-cvs-all@FreeBSD.ORG Fri Jul 15 17:35:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9813716A41C; Fri, 15 Jul 2005 17:35:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAFD43D45; Fri, 15 Jul 2005 17:35:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FHZQ1n017241; Fri, 15 Jul 2005 17:35:26 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FHZQWb017240; Fri, 15 Jul 2005 17:35:26 GMT (envelope-from hrs) Message-Id: <200507151735.j6FHZQWb017240@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 17:35: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/share/man/man3 fpgetround.3 src/share/man/man4 acpi.4 acpi_thermal.4 acpi_video.4 cpufreq.4 hwpmc.4 inet.4 natm.4 ng_ccatm.4 oldcard.4 psm.4 vkbd.4 src/share/man/man4/man4.i386 acpi_asus.4 acpi_fujitsu.4 acpi_ibm.4 acpi_panasonic.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: Fri, 15 Jul 2005 17:35:26 -0000 hrs 2005-07-15 17:35:26 UTC FreeBSD src repository Modified files: share/man/man3 fpgetround.3 share/man/man4 acpi.4 acpi_thermal.4 acpi_video.4 cpufreq.4 hwpmc.4 inet.4 natm.4 ng_ccatm.4 oldcard.4 psm.4 vkbd.4 share/man/man4/man4.i386 acpi_asus.4 acpi_fujitsu.4 acpi_ibm.4 acpi_panasonic.4 acpi_toshiba.4 mse.4 pnp.4 pnpbios.4 Log: Fix typos and use consistent section names in manual pages: s/SYSCTLS/SYSCTL VARIABLES/ s/TUNABLES/LOADER TUNABLES/ s/CAVEAT/CAVEATS/ s/DESCIPTION/DESCRIPTION/ Reviewed by: ru MFC after: 3 days Revision Changes Path 1.15 +1 -1 src/share/man/man3/fpgetround.3 1.53 +2 -2 src/share/man/man4/acpi.4 1.7 +1 -1 src/share/man/man4/acpi_thermal.4 1.4 +1 -1 src/share/man/man4/acpi_video.4 1.11 +1 -1 src/share/man/man4/cpufreq.4 1.7 +1 -1 src/share/man/man4/hwpmc.4 1.37 +1 -1 src/share/man/man4/inet.4 1.10 +1 -1 src/share/man/man4/man4.i386/acpi_asus.4 1.3 +1 -1 src/share/man/man4/man4.i386/acpi_fujitsu.4 1.3 +1 -1 src/share/man/man4/man4.i386/acpi_ibm.4 1.5 +1 -1 src/share/man/man4/man4.i386/acpi_panasonic.4 1.6 +2 -2 src/share/man/man4/man4.i386/acpi_toshiba.4 1.20 +1 -1 src/share/man/man4/man4.i386/mse.4 1.17 +1 -1 src/share/man/man4/man4.i386/pnp.4 1.3 +1 -1 src/share/man/man4/man4.i386/pnpbios.4 1.18 +1 -1 src/share/man/man4/natm.4 1.4 +1 -1 src/share/man/man4/ng_ccatm.4 1.10 +1 -1 src/share/man/man4/oldcard.4 1.48 +1 -1 src/share/man/man4/psm.4 1.6 +1 -1 src/share/man/man4/vkbd.4 From owner-cvs-all@FreeBSD.ORG Fri Jul 15 17:50:19 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E468116A41C; Fri, 15 Jul 2005 17:50:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F74A43D45; Fri, 15 Jul 2005 17:50:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E9CE55C99; Fri, 15 Jul 2005 13:50:18 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36989-04; Fri, 15 Jul 2005 13:48:53 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id 07DF85C44; Fri, 15 Jul 2005 13:48:52 -0400 (EDT) Message-ID: <42D7F708.2060007@mac.com> Date: Fri, 15 Jul 2005 13:48:56 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141557.06236.Mikhail.Teterin@murex.com> <20050714220943.GB80131@submonkey.net> <200507150023.44016.lofi@freebsd.org> <20050714222749.GD80131@submonkey.net> In-Reply-To: <20050714222749.GD80131@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: doc@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 17:50:20 -0000 [ ...rampant cross-posting trimmed somewhat... ] WARNING: Contains asbestos. Do not eat. This message has been carefully sanitized of all personal references to avoid taking sides. Ceri Davies wrote: > On Fri, Jul 15, 2005 at 12:23:33AM +0200, Michael Nottebrock wrote: >> On Friday, 15. July 2005 00:09, Ceri Davies wrote: >>> Disclaimer: I have not been following, nor do I wish to back up and >>> read, the argument. >> >> Perhaps following discussions like these more often would help avoiding our >> documentation becoming stale like that. > > Holy fuck, where did I ask for that? Perhaps documenting the odd > feature when it gets added would help too. Later. As entertaining as this has been, it doesn't seem useful for the people who write code and the people who try to document that code to argue. Some people are good at coding, some are good at documentation, and a few do both especially well. If you've written code and failed to document it properly, you should be thankful when someone figures your stuff out well enough to document it so that a normal user can use it. If you're changing code that already has documentation in a way that makes the documentation no longer correct, and you fail to change the documentation yourself, it's not particularly useful to expect the docs to magicly update themselves, now is it? -- -Chuck From owner-cvs-all@FreeBSD.ORG Fri Jul 15 17:55:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7DE16A41C; Fri, 15 Jul 2005 17:55:39 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7919843D45; Fri, 15 Jul 2005 17:55:39 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FHtd9B017975; Fri, 15 Jul 2005 17:55:39 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FHtdHN017974; Fri, 15 Jul 2005 17:55:39 GMT (envelope-from arved) Message-Id: <200507151755.j6FHtdHN017974@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Jul 2005 17:55: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/net-mgmt/ipv6gen 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, 15 Jul 2005 17:55:39 -0000 arved 2005-07-15 17:55:39 UTC FreeBSD ports repository Modified files: net-mgmt/ipv6gen Makefile distinfo Log: Update to 0.9 PR: 83496 Submitted by: Vladimir Kotal Revision Changes Path 1.2 +1 -1 ports/net-mgmt/ipv6gen/Makefile 1.2 +2 -2 ports/net-mgmt/ipv6gen/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:06:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D2916A41C; Fri, 15 Jul 2005 18:06:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600F143D46; Fri, 15 Jul 2005 18:06:08 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FI68cG018472; Fri, 15 Jul 2005 18:06:08 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FI686m018471; Fri, 15 Jul 2005 18:06:08 GMT (envelope-from arved) Message-Id: <200507151806.j6FI686m018471@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Jul 2005 18:06: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/lang/asn1c 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, 15 Jul 2005 18:06:08 -0000 arved 2005-07-15 18:06:08 UTC FreeBSD ports repository Modified files: lang/asn1c Makefile distinfo Log: Update to 0.9.16 PR: 83501 Submitted by: Lev Walkin Revision Changes Path 1.9 +2 -2 ports/lang/asn1c/Makefile 1.6 +2 -2 ports/lang/asn1c/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:17:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1AF516A41C; Fri, 15 Jul 2005 18:17:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BE443D45; Fri, 15 Jul 2005 18:17:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIHxTq019287; Fri, 15 Jul 2005 18:17:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIHx9A019286; Fri, 15 Jul 2005 18:17:59 GMT (envelope-from jhb) Message-Id: <200507151817.j6FIHx9A019286@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Jul 2005 18:17: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/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/arm/include atomic.h src/sys/dev/hatm if_hatm_intr.c src/sys/dev/hwpmc hwpmc_mod.c src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/kern kern_mutex.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, 15 Jul 2005 18:18:00 -0000 jhb 2005-07-15 18:17:59 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/arm/include atomic.h sys/dev/hatm if_hatm_intr.c sys/dev/hwpmc hwpmc_mod.c sys/i386/include atomic.h sys/ia64/include atomic.h sys/kern kern_mutex.c sys/powerpc/include atomic.h sys/sparc64/include atomic.h sys/sys mutex.h Log: Convert the atomic_ptr() operations over to operating on uintptr_t variables rather than void * variables. This makes it easier and simpler to get asm constraints and volatile keywords correct. MFC after: 3 days Tested on: i386, alpha, sparc64 Compiled on: ia64, powerpc, amd64 Kernel toolchain busted on: arm Revision Changes Path 1.22 +18 -61 src/sys/alpha/include/atomic.h 1.35 +18 -52 src/sys/amd64/include/atomic.h 1.9 +4 -8 src/sys/arm/include/atomic.h 1.19 +6 -3 src/sys/dev/hatm/if_hatm_intr.c 1.11 +2 -1 src/sys/dev/hwpmc/hwpmc_mod.c 1.39 +18 -52 src/sys/i386/include/atomic.h 1.9 +19 -58 src/sys/ia64/include/atomic.h 1.155 +9 -10 src/sys/kern/kern_mutex.c 1.12 +20 -63 src/sys/powerpc/include/atomic.h 1.9 +1 -1 src/sys/sparc64/include/atomic.h 1.80 +14 -12 src/sys/sys/mutex.h From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:25:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DAC016A41F; Fri, 15 Jul 2005 18:25:50 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B771F43D53; Fri, 15 Jul 2005 18:25:49 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIPn0f019987; Fri, 15 Jul 2005 18:25:49 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIPnIN019986; Fri, 15 Jul 2005 18:25:49 GMT (envelope-from dds) Message-Id: <200507151825.j6FIPnIN019986@repoman.freebsd.org> From: Diomidis Spinellis Date: Fri, 15 Jul 2005 18:25: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/cscout-devel 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, 15 Jul 2005 18:25:50 -0000 dds 2005-07-15 18:25:49 UTC FreeBSD ports repository (src committer) Modified files: devel/cscout-devel distinfo Log: Update checksums to reflect the current development snapshot. Revision Changes Path 1.2 +4 -4 ports/devel/cscout-devel/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:33:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D60E16A420; Fri, 15 Jul 2005 18:33:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D2443D46; Fri, 15 Jul 2005 18:33:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIX0LS020340; Fri, 15 Jul 2005 18:33:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIX0TW020339; Fri, 15 Jul 2005 18:33:00 GMT (envelope-from pav) Message-Id: <200507151833.j6FIX0TW020339@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 18:33: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/games Makefile ports/games/viruskiller Makefile distinfo pkg-descr pkg-plist ports/games/viruskiller/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, 15 Jul 2005 18:33:01 -0000 pav 2005-07-15 18:33:00 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/viruskiller Makefile distinfo pkg-descr pkg-plist games/viruskiller/files patch-makefile Log: Your computer has been invaded! Dozens of little viruses are pouring in via security holes in Microsoft Internet Explorer, Microsoft Outlook, Microsoft MSN Messenger and Microsoft Recycle Bin!! Using your trusty mouse you must shoot the buggers before they can destroy your files! Some will steal them from their home directories and take them back to their security hole. Others will just eat them right there on the spot! See how long you and your computer can survive the onslaught! PR: ports/83422 Submitted by: Alejandro Pulver Revision Changes Path 1.782 +1 -0 ports/games/Makefile 1.1 +44 -0 ports/games/viruskiller/Makefile (new) 1.1 +2 -0 ports/games/viruskiller/distinfo (new) 1.1 +67 -0 ports/games/viruskiller/files/patch-makefile (new) 1.1 +12 -0 ports/games/viruskiller/pkg-descr (new) 1.1 +17 -0 ports/games/viruskiller/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:33:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050BD16A421; Fri, 15 Jul 2005 18:33:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A738A43D49; Fri, 15 Jul 2005 18:33:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIXfSR020412; Fri, 15 Jul 2005 18:33:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIXfTR020411; Fri, 15 Jul 2005 18:33:41 GMT (envelope-from pav) Message-Id: <200507151833.j6FIXfTR020411@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 18:33: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: Fri, 15 Jul 2005 18:33:42 -0000 pav 2005-07-15 18:33:41 UTC FreeBSD ports repository Modified files: . modules Log: viruskiller --> ports/games/viruskiller Revision Changes Path 1.12843 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:34:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E83816A41C; Fri, 15 Jul 2005 18:34:50 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929D043D5F; Fri, 15 Jul 2005 18:34:47 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIYkLO020470; Fri, 15 Jul 2005 18:34:46 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIYkdc020469; Fri, 15 Jul 2005 18:34:46 GMT (envelope-from novel) Message-Id: <200507151834.j6FIYkdc020469@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 15 Jul 2005 18:34: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/misc/gman 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, 15 Jul 2005 18:34:50 -0000 novel 2005-07-15 18:34:46 UTC FreeBSD ports repository Modified files: misc/gman Makefile distinfo Log: Use updated patch. PR: 83492 Submitted by: Andrej Zverev Revision Changes Path 1.17 +1 -1 ports/misc/gman/Makefile 1.6 +2 -2 ports/misc/gman/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:36:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4359316A421; Fri, 15 Jul 2005 18:36:00 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from media-w.com (media-w.com [204.202.15.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E5A43D5C; Fri, 15 Jul 2005 18:35:58 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from bullet.internal.nobutaka.org (j069090.ppp.asahi-net.or.jp [61.213.69.90]) (authenticated bits=0) by media-w.com (8.13.1/8.13.1) with ESMTP id j6FIZuPP084007; Sat, 16 Jul 2005 03:35:57 +0900 (JST) Date: Sat, 16 Jul 2005 03:35:47 +0900 Message-ID: <861x5zor24.wl%nobutaka@nobutaka.org> From: MANTANI Nobutaka To: Clive Lin In-Reply-To: <20050715154253.GA2568@tongi.org> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: MANTANI Nobutaka , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Pav Lucistnik , chinsan , cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft 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, 15 Jul 2005 18:36:00 -0000 At Fri, 15 Jul 2005 23:42:53 +0800, Clive Lin wrote: > > Uhm, stay tuned. It's not yet proven right. I have found a null pointer dereference bug in the CJK patch. It causes segmentation fault in the startup of firefox (aagh!). The following patch fixes it. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/libXft/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 15 Jul 2005 15:40:37 -0000 1.32 +++ Makefile 15 Jul 2005 18:25:27 -0000 @@ -30,6 +30,7 @@ PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ http://bsdchat.com/dist/firefly-cjk-patchset/ PATCHFILES+= cjk-patch-libXft-20050715.diff.gz +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-xftglyphs.c .endif .include Index: files/extra-patch-xftglyphs.c =================================================================== RCS file: files/extra-patch-xftglyphs.c diff -N files/extra-patch-xftglyphs.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/extra-patch-xftglyphs.c 15 Jul 2005 18:25:27 -0000 @@ -0,0 +1,26 @@ +--- xftglyphs.c.orig Sat Jul 16 02:57:30 2005 ++++ xftglyphs.c Sat Jul 16 02:57:44 2005 +@@ -127,6 +127,11 @@ + if (!info) + return; + ++ face = XftLockFace (&font->public); ++ ++ if (!face) ++ return; ++ + /*------------------------------------------------------- + * Add by Firefly (firefly@firefly.idv.tw) + * Initialize gamma table +@@ -141,11 +146,6 @@ + if (font->info.weight >= FC_WEIGHT_BOLD && + !(face->style_flags & FT_STYLE_FLAG_BOLD)) + bold_advance_width = 64; +- +- face = XftLockFace (&font->public); +- +- if (!face) +- return; + + matrix.xx = matrix.yy = 0x10000L; + matrix.xy = matrix.yx = 0; -- MANTANI Nobutaka nobutaka@nobutaka.org, nobutaka@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:39:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E5316A41C; Fri, 15 Jul 2005 18:39:46 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D02643D48; Fri, 15 Jul 2005 18:39:45 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIdjLp020702; Fri, 15 Jul 2005 18:39:45 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIdjHP020701; Fri, 15 Jul 2005 18:39:45 GMT (envelope-from rushani) Message-Id: <200507151839.j6FIdjHP020701@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Fri, 15 Jul 2005 18:39:45 +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: Fri, 15 Jul 2005 18:39:46 -0000 rushani 2005-07-15 18:39:45 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: In Contributed Software section, - lukemftp is derived from NetBSD, actually. - Unify OpenPAM entries. Fix a typo. Approved by: re (hrs) Revision Changes Path 1.883.2.1 +3 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:50:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C314F16A41C; Fri, 15 Jul 2005 18:50:10 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C6843D4C; Fri, 15 Jul 2005 18:50:10 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIoAVx021155; Fri, 15 Jul 2005 18:50:10 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIoAq1021154; Fri, 15 Jul 2005 18:50:10 GMT (envelope-from lesi) Message-Id: <200507151850.j6FIoAq1021154@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 15 Jul 2005 18:50: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/generator 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, 15 Jul 2005 18:50:11 -0000 lesi 2005-07-15 18:50:09 UTC FreeBSD ports repository Modified files: emulators/generator Makefile Log: Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha. PR: ports/83516 Submitted by: maintainer Revision Changes Path 1.15 +12 -2 ports/emulators/generator/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:50:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6577F16A41C; Fri, 15 Jul 2005 18:50:56 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1543D5F; Fri, 15 Jul 2005 18:50:55 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIotYI021255; Fri, 15 Jul 2005 18:50:55 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIottH021254; Fri, 15 Jul 2005 18:50:55 GMT (envelope-from lesi) Message-Id: <200507151850.j6FIottH021254@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 15 Jul 2005 18:50: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/emulators/generator-cbiere 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, 15 Jul 2005 18:50:56 -0000 lesi 2005-07-15 18:50:55 UTC FreeBSD ports repository Modified files: emulators/generator-cbiere Makefile Log: Fix configure on sparc64 and alpha 5.x and unmark BROKEN on alpha. PR: ports/83517 Submitted by: maintainer Revision Changes Path 1.2 +12 -2 ports/emulators/generator-cbiere/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:52:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECA716A41C; Fri, 15 Jul 2005 18:52:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4895643D55; Fri, 15 Jul 2005 18:52:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIqhqm021361; Fri, 15 Jul 2005 18:52:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIqhVo021360; Fri, 15 Jul 2005 18:52:43 GMT (envelope-from pav) Message-Id: <200507151852.j6FIqhVo021360@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 18:52: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/porttools Makefile ports/devel/porttools/files patch-util_diff.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, 15 Jul 2005 18:52:44 -0000 pav 2005-07-15 18:52:43 UTC FreeBSD ports repository Modified files: devel/porttools Makefile Added files: devel/porttools/files patch-util_diff.in Log: - Fix finding original directory name for py- and ruby- ports PR: ports/70156 Submitted by: clsung - Add detection of leftover empty directories to leftover checking code PR: ports/71363 Submitted by: leeym Revision Changes Path 1.15 +2 -2 ports/devel/porttools/Makefile 1.1 +18 -0 ports/devel/porttools/files/patch-util_diff.in (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:53:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A6C16A423; Fri, 15 Jul 2005 18:53:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9750943D55; Fri, 15 Jul 2005 18:53:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIrNKn021406; Fri, 15 Jul 2005 18:53:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIrNei021405; Fri, 15 Jul 2005 18:53:23 GMT (envelope-from pav) Message-Id: <200507151853.j6FIrNei021405@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 18:53: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/devel/porttools/files patch-cmd_test.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, 15 Jul 2005 18:53:24 -0000 pav 2005-07-15 18:53:23 UTC FreeBSD ports repository Added files: devel/porttools/files patch-cmd_test.in Log: - Add checking of empty directories to leftover check PR: ports/71363 Submitted by: leeym Revision Changes Path 1.1 +30 -0 ports/devel/porttools/files/patch-cmd_test.in (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 18:56:41 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D325616A41F for ; Fri, 15 Jul 2005 18:56:41 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D04943D62 for ; Fri, 15 Jul 2005 18:56:35 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so669250wri for ; Fri, 15 Jul 2005 11:56:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kLMsqMWb5rrqkQ4QA9vO35+YYn63zss2YVht0nYK3bNSyc0vVdFqFA1vGRD5N2TOAPzw3dSjBmR9BLjDrvZG5Hq/EEo91xKb1CQaaiAl7zWa7ZB2MVAtT2H6ZoShBvRXBD8lVjbpJnAOwt++NdwILDhwv8/w6edsE76ZmKQnArk= Received: by 10.54.34.67 with SMTP id h67mr504970wrh; Fri, 15 Jul 2005 11:55:35 -0700 (PDT) Received: by 10.54.130.5 with HTTP; Fri, 15 Jul 2005 11:55:35 -0700 (PDT) Message-ID: <1f27304c05071511552174dd27@mail.gmail.com> Date: Sat, 16 Jul 2005 02:55:35 +0800 From: chinsan To: MANTANI Nobutaka In-Reply-To: <861x5zor24.wl%nobutaka@nobutaka.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> <861x5zor24.wl%nobutaka@nobutaka.org> Cc: Clive Lin , Pav Lucistnik , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 18:56:42 -0000 2005/7/16, MANTANI Nobutaka : > At Fri, 15 Jul 2005 23:42:53 +0800, > Clive Lin wrote: > > > > Uhm, stay tuned. It's not yet proven right. Ya ... :( (sorry,cjk-patch-libXft-20050715.diff.gz was made by me) >=20 > I have found a null pointer dereference bug in the CJK patch. > It causes segmentation fault in the startup of firefox (aagh!). > The following patch fixes it. Yes! It works well for me. Thank to nobutaka for your new patch :) Could this patch be included in such as cjk-patch-libXft-20050716.diff.gz(changed filename)? >=20 >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/pcvs/ports/x11-fonts/libXft/Makefile,v > retrieving revision 1.32 > diff -u -r1.32 Makefile > --- Makefile 15 Jul 2005 15:40:37 -0000 1.32 > +++ Makefile 15 Jul 2005 18:25:27 -0000 > @@ -30,6 +30,7 @@ > PATCH_SITES=3D ftp://local-distfiles.freebsd.org.cn/pub/china-ports/ha= migua/ \ > http://bsdchat.com/dist/firefly-cjk-patchset/ > PATCHFILES+=3D cjk-patch-libXft-20050715.diff.gz > +EXTRA_PATCHES=3D ${PATCHDIR}/extra-patch-xftglyphs.c > .endif >=20 > .include > Index: files/extra-patch-xftglyphs.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: files/extra-patch-xftglyphs.c > diff -N files/extra-patch-xftglyphs.c > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ files/extra-patch-xftglyphs.c 15 Jul 2005 18:25:27 -0000 > @@ -0,0 +1,26 @@ > +--- xftglyphs.c.orig Sat Jul 16 02:57:30 2005 > ++++ xftglyphs.c Sat Jul 16 02:57:44 2005 > +@@ -127,6 +127,11 @@ > + if (!info) > + return; > + > ++ face =3D XftLockFace (&font->public); > ++ > ++ if (!face) > ++ return; > ++ > + /*------------------------------------------------------- > + * Add by Firefly (firefly@firefly.idv.tw) > + * Initialize gamma table > +@@ -141,11 +146,6 @@ > + if (font->info.weight >=3D FC_WEIGHT_BOLD && > + !(face->style_flags & FT_STYLE_FLAG_BOLD)) > + bold_advance_width =3D 64; > +- > +- face =3D XftLockFace (&font->public); > +- > +- if (!face) > +- return; > + > + matrix.xx =3D matrix.yy =3D 0x10000L; > + matrix.xy =3D matrix.yx =3D 0; >=20 >=20 >=20 > -- > MANTANI Nobutaka > nobutaka@nobutaka.org, nobutaka@FreeBSD.org > From owner-cvs-all@FreeBSD.ORG Fri Jul 15 19:01:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D48B16A41C; Fri, 15 Jul 2005 19:01:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B938843D62; Fri, 15 Jul 2005 19:01:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FJ16Ds021770; Fri, 15 Jul 2005 19:01:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FJ16bY021769; Fri, 15 Jul 2005 19:01:06 GMT (envelope-from pav) Message-Id: <200507151901.j6FJ16bY021769@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 19:01: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/databases/sqlite3 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, 15 Jul 2005 19:01:09 -0000 pav 2005-07-15 19:01:06 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile distinfo Log: - Update to 3.2.2 PR: ports/82483 Submitted by: Marcus Grando Approved by: maintainer timeout (24 days) Revision Changes Path 1.10 +1 -1 ports/databases/sqlite3/Makefile 1.4 +2 -2 ports/databases/sqlite3/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 19:13:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6478516A41C; Fri, 15 Jul 2005 19:13:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBDB43D45; Fri, 15 Jul 2005 19:13:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.3/8.13.3) with ESMTP id j6FJDEbR098225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jul 2005 21:13:14 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.3/8.13.3/Submit) id j6FJDD5J098224; Fri, 15 Jul 2005 21:13:13 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: chinsan In-Reply-To: <1f27304c05071511552174dd27@mail.gmail.com> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> <861x5zor24.wl%nobutaka@nobutaka.org> <1f27304c05071511552174dd27@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gNNTJ9Oy/1ooX06DZNWW" Date: Fri, 15 Jul 2005 21:13:13 +0200 Message-Id: <1121454793.62645.4.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Clive Lin , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, MANTANI Nobutaka , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo 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: Fri, 15 Jul 2005 19:13:16 -0000 --=-gNNTJ9Oy/1ooX06DZNWW Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable chinsan p=ED=B9e v so 16. 07. 2005 v 02:55 +0800: > 2005/7/16, MANTANI Nobutaka : > > At Fri, 15 Jul 2005 23:42:53 +0800, > > Clive Lin wrote: > > > > > > Uhm, stay tuned. It's not yet proven right. > Ya ... :( > (sorry,cjk-patch-libXft-20050715.diff.gz was made by me) > >=20 > > I have found a null pointer dereference bug in the CJK patch. > > It causes segmentation fault in the startup of firefox (aagh!). > > The following patch fixes it. > Yes! It works well for me. Thank to nobutaka for your new patch :) > Could this patch be included in such as > cjk-patch-libXft-20050716.diff.gz(changed filename)? So how you folks want it? --=20 Pav Lucistnik He had found a Nutri-Matic machine which had provided him with a plastic cu= p filled with a liquid that was almost, but not quite, entirely unlike tea. --=-gNNTJ9Oy/1ooX06DZNWW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC2ArJntdYP8FOsoIRAgW+AKCHuHzbYg7pOu/HrWd5YyazFG5ayQCfZ3Aw xCimbEecv1IK8TcaeCp4yzQ= =pIYj -----END PGP SIGNATURE----- --=-gNNTJ9Oy/1ooX06DZNWW-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 19:14:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D916A41C; Fri, 15 Jul 2005 19:14:37 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E1C43D55; Fri, 15 Jul 2005 19:14:36 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FJEafe022249; Fri, 15 Jul 2005 19:14:36 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FJEaxc022245; Fri, 15 Jul 2005 19:14:36 GMT (envelope-from nobutaka) Message-Id: <200507151914.j6FJEaxc022245@repoman.freebsd.org> From: MANTANI Nobutaka Date: Fri, 15 Jul 2005 19:14: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/devel/boehm-gc 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, 15 Jul 2005 19:14:37 -0000 nobutaka 2005-07-15 19:14:36 UTC FreeBSD ports repository Modified files: devel/boehm-gc Makefile Log: Remove !defined(WITHOUT_*) tests to correct handling of WITH_* knobs when they are defined from command line and BATCH is defined. PR: ports/83430 Submitted by: Sean Farley Revision Changes Path 1.43 +4 -4 ports/devel/boehm-gc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:11:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23D3516A41C; Fri, 15 Jul 2005 20:11:41 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7FA43D45; Fri, 15 Jul 2005 20:11:40 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FKBejS024252; Fri, 15 Jul 2005 20:11:40 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FKBeem024251; Fri, 15 Jul 2005 20:11:40 GMT (envelope-from ceri) Message-Id: <200507152011.j6FKBeem024251@repoman.freebsd.org> From: Ceri Davies Date: Fri, 15 Jul 2005 20:11: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/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 20:11:41 -0000 ceri 2005-07-15 20:11:39 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history Log: Note the events of 0707, lest we forget. Revision Changes Path 1.32 +1 -0 src/usr.bin/calendar/calendars/calendar.history From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:23:01 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BF316A41C for ; Fri, 15 Jul 2005 20:23:01 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C5543D53 for ; Fri, 15 Jul 2005 20:22:59 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so688335wri for ; Fri, 15 Jul 2005 13:22:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=AtsPjos36VW0jPq3aMKMoT3cEz6hOD1HKBQ5euap4iXtFGhGK5o7SoUDOkmXBDTJHa6xrBrHAhqnf5KbZOwSVFGEFI1XVlCPhSDmyPJb42i6DvlEGSBTAyM3WJXUdCKouY361nF0UvbEhsze5Xvs/OBed3Niu5CUAehnBQuCM4Y= Received: by 10.54.53.39 with SMTP id b39mr1231039wra; Fri, 15 Jul 2005 13:22:59 -0700 (PDT) Received: by 10.54.130.5 with HTTP; Fri, 15 Jul 2005 13:22:59 -0700 (PDT) Message-ID: <1f27304c05071513221d62b92d@mail.gmail.com> Date: Sat, 16 Jul 2005 04:22:59 +0800 From: chinsan To: pav@freebsd.org In-Reply-To: <1121454793.62645.4.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_7454_6582148.1121458979067" References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> <861x5zor24.wl%nobutaka@nobutaka.org> <1f27304c05071511552174dd27@mail.gmail.com> <1121454793.62645.4.camel@hood.oook.cz> Cc: Clive Lin , cvs-all@freebsd.org, cvs-ports@freebsd.org, MANTANI Nobutaka , ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 20:23:01 -0000 ------=_Part_7454_6582148.1121458979067 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2005/7/16, Pav Lucistnik : > So how you folks want it? We need the patch indeed. I made a new patch with nobutaka@'s patch: This patch features: - merged nobutaka's patch - added more PATCH_SITES Because the network speed to .cn is too low, so I moved .cn to the bott= om. (not political issue :-p) Also I'll feedback this patch to firefly and libXft team. ------=_Part_7454_6582148.1121458979067 Content-Type: text/x-patch; name="libXft.new.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="libXft.new.diff" ZGlmZiAtcnVOIGxpYlhmdC5vcmlnL01ha2VmaWxlIGxpYlhmdC9NYWtlZmlsZQotLS0gbGliWGZ0 Lm9yaWcvTWFrZWZpbGUJU2F0IEp1bCAxNiAwNDowNToxNiAyMDA1CisrKyBsaWJYZnQvTWFrZWZp bGUJU2F0IEp1bCAxNiAwNDowODo0NyAyMDA1CkBAIC0yNyw5ICsyNywxMCBAQAogTUFOMz0JCVhm dC4zCiAKIC5pZiBkZWZpbmVkKFdJVEhfQ0pLKQotUEFUQ0hfU0lURVM9CWZ0cDovL2xvY2FsLWRp c3RmaWxlcy5mcmVlYnNkLm9yZy5jbi9wdWIvY2hpbmEtcG9ydHMvaGFtaWd1YS8gXAotCQlodHRw Oi8vYnNkY2hhdC5jb20vZGlzdC9maXJlZmx5LWNqay1wYXRjaHNldC8KLVBBVENIRklMRVMrPQlj amstcGF0Y2gtbGliWGZ0LTIwMDUwNzE1LmRpZmYuZ3oKK1BBVENIX1NJVEVTPQlodHRwOi8vYnNk Y2hhdC5jb20vZGlzdC9maXJlZmx5LWNqay1wYXRjaHNldC8gXAorCQlodHRwOi8vYmJzLmlsYy5l ZHUudHcvfmNoaW5zYW4vIFwKKwkJZnRwOi8vbG9jYWwtZGlzdGZpbGVzLmZyZWVic2Qub3JnLmNu L3B1Yi9jaGluYS1wb3J0cy9oYW1pZ3VhLworUEFUQ0hGSUxFUys9CWNqay1wYXRjaC1saWJYZnQt MjAwNTA3MTYuZGlmZi5negogLmVuZGlmCiAKIC5pbmNsdWRlIDxic2QucG9ydC5wcmUubWs+CmRp ZmYgLXJ1TiBsaWJYZnQub3JpZy9kaXN0aW5mbyBsaWJYZnQvZGlzdGluZm8KLS0tIGxpYlhmdC5v cmlnL2Rpc3RpbmZvCVNhdCBKdWwgMTYgMDQ6MDU6MTYgMjAwNQorKysgbGliWGZ0L2Rpc3RpbmZv CVNhdCBKdWwgMTYgMDQ6MDg6NTcgMjAwNQpAQCAtMSw0ICsxLDQgQEAKIE1ENSAobGliWGZ0LTIu MS43LnRhci5iejIpID0gM2UzMTFiNDA5NTI4M2Q1OTQ4OGI5NWM4YmQ3NzI1MjEKIFNJWkUgKGxp YlhmdC0yLjEuNy50YXIuYnoyKSA9IDIzNzA1NgotTUQ1IChjamstcGF0Y2gtbGliWGZ0LTIwMDUw NzE1LmRpZmYuZ3opID0gMDk5MzRkOTMxOTEzMTM4YTMxNzgxMGE1YzEwMTAzNGMKLVNJWkUgKGNq ay1wYXRjaC1saWJYZnQtMjAwNTA3MTUuZGlmZi5neikgPSAzMzc3CitNRDUgKGNqay1wYXRjaC1s aWJYZnQtMjAwNTA3MTYuZGlmZi5neikgPSA1NWQzYjliMzEyNjQzYTNkYTA3ZmQ4ZWQ4ZWNlZmQ3 NgorU0laRSAoY2prLXBhdGNoLWxpYlhmdC0yMDA1MDcxNi5kaWZmLmd6KSA9IDM0ODgK ------=_Part_7454_6582148.1121458979067-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:25:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67DC716A464; Fri, 15 Jul 2005 20:25:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A69C43D48; Fri, 15 Jul 2005 20:25:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.3/8.13.3) with ESMTP id j6FKPiA1073197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jul 2005 22:25:44 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.3/8.13.3/Submit) id j6FKPiOs073196; Fri, 15 Jul 2005 22:25:44 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: chinsan In-Reply-To: <1f27304c05071513221d62b92d@mail.gmail.com> References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> <861x5zor24.wl%nobutaka@nobutaka.org> <1f27304c05071511552174dd27@mail.gmail.com> <1121454793.62645.4.camel@hood.oook.cz> <1f27304c05071513221d62b92d@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wCvhAVc4bdGfWm65WyGd" Date: Fri, 15 Jul 2005 22:25:44 +0200 Message-Id: <1121459144.62645.8.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Clive Lin , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, MANTANI Nobutaka , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo 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: Fri, 15 Jul 2005 20:25:47 -0000 --=-wCvhAVc4bdGfWm65WyGd Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable chinsan p=ED=B9e v so 16. 07. 2005 v 04:22 +0800: > 2005/7/16, Pav Lucistnik : > > So how you folks want it? >=20 > We need the patch indeed. >=20 > I made a new patch with nobutaka@'s patch: > This patch features: > - merged nobutaka's patch > - added more PATCH_SITES > Because the network speed to .cn is too low, so I moved .cn to the bo= ttom. > (not political issue :-p) Thank you. The patch is not on bsdchat site. Will it be? --=20 Pav Lucistnik Said Helvetica Narrow to Helvetica Bold: "Hey, you're just my type." --=-wCvhAVc4bdGfWm65WyGd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC2BvIntdYP8FOsoIRAnfyAKC14l99NptLQAZkgkQ8x41e2vbQnACbBZPV ZTraNaq0ZFpAd/IDsDc9w0c= =yRKM -----END PGP SIGNATURE----- --=-wCvhAVc4bdGfWm65WyGd-- From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:27:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D555716A41C; Fri, 15 Jul 2005 20:27:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933AB43D45; Fri, 15 Jul 2005 20:27:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FKRL3h024838; Fri, 15 Jul 2005 20:27:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FKRL0f024837; Fri, 15 Jul 2005 20:27:21 GMT (envelope-from pav) Message-Id: <200507152027.j6FKRL0f024837@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 20:27: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/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: Fri, 15 Jul 2005 20:27:22 -0000 pav 2005-07-15 20:27:21 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Remove Using Bison section. It was never written and there's nothing to document anyway. USE_BISON knob is described in it's full glory in USE_* part of Dependencies section. Approved by: linimon Revision Changes Path 1.582 +0 -6 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:36:50 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE2416A420 for ; Fri, 15 Jul 2005 20:36:50 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DCD43D46 for ; Fri, 15 Jul 2005 20:36:48 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so685789wra for ; Fri, 15 Jul 2005 13:36:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TaRVXgg1lRn8OZuYjziVGmffgFnoY3qkmdV8oaV6wy2TFilrEf5uQYQsETXK1cILFpVMyytZtpScmcl6tzqzuRmSrBNVFiGwRUKmQx0357czAzzjFykxjbcu9fJ/o/w5HTQDMnNcxHq5HE0Hel5qiBVP7jT6iSyWqrfVxaR86Tg= Received: by 10.54.53.69 with SMTP id b69mr1223865wra; Fri, 15 Jul 2005 13:36:48 -0700 (PDT) Received: by 10.54.130.5 with HTTP; Fri, 15 Jul 2005 13:36:48 -0700 (PDT) Message-ID: <1f27304c05071513366fa6afbe@mail.gmail.com> Date: Sat, 16 Jul 2005 04:36:48 +0800 From: chinsan To: pav@freebsd.org In-Reply-To: <1121459144.62645.8.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507141313.j6EDDrox078811@repoman.freebsd.org> <86vf3cce58.wl%nobutaka@nobutaka.org> <20050715154253.GA2568@tongi.org> <861x5zor24.wl%nobutaka@nobutaka.org> <1f27304c05071511552174dd27@mail.gmail.com> <1121454793.62645.4.camel@hood.oook.cz> <1f27304c05071513221d62b92d@mail.gmail.com> <1121459144.62645.8.camel@hood.oook.cz> Cc: Clive Lin , cvs-all@freebsd.org, cvs-ports@freebsd.org, MANTANI Nobutaka , ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-fonts/libXft Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chinsan List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 20:36:51 -0000 2005/7/16, Pav Lucistnik : > Thank you. The patch is not on bsdchat site. Will it be? Yes. ^_^ I had just sent this patch to clive@(aka Clive Lin) clive@ is bsdchat.com's admin. It will be coming soon on bsdchat.com. Thanks again. :-) -chinsan From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:39:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1961D16A41C; Fri, 15 Jul 2005 20:39:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC76F43D45; Fri, 15 Jul 2005 20:39:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FKdvlH025291; Fri, 15 Jul 2005 20:39:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FKdvNu025290; Fri, 15 Jul 2005 20:39:57 GMT (envelope-from pav) Message-Id: <200507152039.j6FKdvNu025290@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 20:39: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/x11-fonts/libXft 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, 15 Jul 2005 20:39:58 -0000 pav 2005-07-15 20:39:57 UTC FreeBSD ports repository Modified files: x11-fonts/libXft Makefile distinfo Log: - Update CJK patch to fix bug which caused Firefox to crash on startup Submitted by: chinsan Revision Changes Path 1.33 +4 -3 ports/x11-fonts/libXft/Makefile 1.13 +2 -2 ports/x11-fonts/libXft/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:47:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B761F16A44E; Fri, 15 Jul 2005 20:47:29 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A3343D48; Fri, 15 Jul 2005 20:47:29 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FKlT3h032580; Fri, 15 Jul 2005 20:47:29 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FKlT72032579; Fri, 15 Jul 2005 20:47:29 GMT (envelope-from remko) Message-Id: <200507152047.j6FKlT72032579@repoman.freebsd.org> From: Remko Lodder Date: Fri, 15 Jul 2005 20:47:29 +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/ports 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: Fri, 15 Jul 2005 20:47:30 -0000 remko 2005-07-15 20:47:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Add missing . Spotted by: Siebrand Mazeland Revision Changes Path 1.242 +1 -0 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 20:53:56 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D0316A41C for ; Fri, 15 Jul 2005 20:53:56 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12EEB43D49 for ; Fri, 15 Jul 2005 20:53:52 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 7705 invoked from network); 15 Jul 2005 20:53:52 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 15 Jul 2005 20:53:52 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j6FKrjqq068792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 15 Jul 2005 16:53:49 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j6FKrbsM055089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jul 2005 16:53:38 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j6FKrUCQ001262; Fri, 15 Jul 2005 16:53:30 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j6FKrSZx001261; Fri, 15 Jul 2005 16:53:28 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Alexander Leidinger Date: Fri, 15 Jul 2005 16:53:27 -0400 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507141330.03721.mi+mx@aldan.algebra.com> <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> In-Reply-To: <20050715101202.2wq41y9xwk48swsg@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200507151653.27864.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/978/Thu Jul 14 07:37:27 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , Pav Lucistnik , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 15 Jul 2005 20:53:56 -0000 Ð'ÑÔÎÉÃÑ 15 ÌÉÐÅÎØ 2005 04:12, Alexander Leidinger ÷É ÎÁÐÉÓÁÌÉ: > Not that someone things we don't need to bump the PORTREVISION when we do > it this way: we still need to bump it, else the cluster will not produce > packages with executables which are linked to the new library (the compiler > adds a reference to a specific version, not to the generic libXXX.so). I'm not talking about packages (a.k.a. RPMs). I'm talking about ports. Port-building by our users... That said, Michael is right -- package-building has enough information about port changes so as not to require PORTVERSION bumps, when the stuff they depend on changes. You are right, that it is still a formal requirement. But that's for a separate thread. -mi From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:10:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BA816A41C; Fri, 15 Jul 2005 21:10:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939D543D46; Fri, 15 Jul 2005 21:10:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLAv9i033508; Fri, 15 Jul 2005 21:10:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLAvbj033507; Fri, 15 Jul 2005 21:10:57 GMT (envelope-from pav) Message-Id: <200507152110.j6FLAvbj033507@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:10: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: 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: Fri, 15 Jul 2005 21:10:58 -0000 pav 2005-07-15 21:10:57 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Fill a section on Using Python with a table of most useful variables used in Python related ports. Approved by: remko Revision Changes Path 1.583 +75 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:25:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 762EB16A41C; Fri, 15 Jul 2005 21:25:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A56C43D46; Fri, 15 Jul 2005 21:25:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLPA0V034046; Fri, 15 Jul 2005 21:25:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLPAoF034045; Fri, 15 Jul 2005 21:25:10 GMT (envelope-from pav) Message-Id: <200507152125.j6FLPAoF034045@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:25:10 +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: Fri, 15 Jul 2005 21:25:11 -0000 pav 2005-07-15 21:25:10 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 5.7.8 USE_* section - Document USE_GCC, tell what's it good for, how to use it and that it understands X.Y+ notation Approved by: remko Revision Changes Path 1.584 +16 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:26:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 266C616A41C; Fri, 15 Jul 2005 21:26:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC34543D48; Fri, 15 Jul 2005 21:26:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLQuvi034215; Fri, 15 Jul 2005 21:26:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLQuq0034214; Fri, 15 Jul 2005 21:26:56 GMT (envelope-from pav) Message-Id: <200507152126.j6FLQuq0034214@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:26: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/audio Makefile ports/audio/bmp-festalon Makefile pkg-descr ports/audio/xmms-festalon Makefile pkg-descr ports/audio/festalon 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: Fri, 15 Jul 2005 21:26:57 -0000 pav 2005-07-15 21:26:56 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/bmp-festalon Makefile pkg-descr audio/xmms-festalon Makefile pkg-descr audio/festalon Makefile distinfo pkg-descr pkg-message Log: - audio/festalon is a command line player for .nsf and .hes audio files (master port) - audio/xmms-festalon is a XMMS plugin for playing .nsf and .hes audio files (slave port) - audio/bmp-festalon is a Beep plugin for playing .nsf and .hes audio files (slave port) It supports all internal sound channels and the extra sound channels found in the Konami VRC6, Konami VRC7, Namco 106, Nintendo MMC5, and Sunsoft FME-07 chips. The extra sound channel present in the Famicom Disk System is also emulated. PR: ports/83405 Submitted by: Emanuel Haupt Revision Changes Path 1.644 +3 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/bmp-festalon/Makefile (new) 1.1 +12 -0 ports/audio/bmp-festalon/pkg-descr (new) 1.1 +52 -0 ports/audio/festalon/Makefile (new) 1.1 +2 -0 ports/audio/festalon/distinfo (new) 1.1 +12 -0 ports/audio/festalon/pkg-descr (new) 1.1 +4 -0 ports/audio/festalon/pkg-message (new) 1.1 +30 -0 ports/audio/xmms-festalon/Makefile (new) 1.1 +12 -0 ports/audio/xmms-festalon/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:28:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 589F316A41C; Fri, 15 Jul 2005 21:28:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F2543D48; Fri, 15 Jul 2005 21:28:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLS5Lb034444; Fri, 15 Jul 2005 21:28:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLS5DT034443; Fri, 15 Jul 2005 21:28:05 GMT (envelope-from pav) Message-Id: <200507152128.j6FLS5DT034443@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:28: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: Fri, 15 Jul 2005 21:28:06 -0000 pav 2005-07-15 21:28:05 UTC FreeBSD ports repository Modified files: . modules Log: festalon -> ports/audio/festalon xmms-festalon -> ports/audio/xmms-festalon bmp-festalon -> ports/audio/bmp-festalon Revision Changes Path 1.12844 +3 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:32:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7795B16A41C; Fri, 15 Jul 2005 21:32:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3643243D46; Fri, 15 Jul 2005 21:32:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLWB1J034669; Fri, 15 Jul 2005 21:32:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLWBpo034668; Fri, 15 Jul 2005 21:32:11 GMT (envelope-from pav) Message-Id: <200507152132.j6FLWBpo034668@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:32: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/misc/delay 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, 15 Jul 2005 21:32:11 -0000 pav 2005-07-15 21:32:11 UTC FreeBSD ports repository Modified files: misc/delay Makefile distinfo Log: - Update to 1.6 PR: ports/83491 Submitted by: Andrej Zverev Approved by: Gianmarco Giovannelli (maintainer) Revision Changes Path 1.12 +1 -1 ports/misc/delay/Makefile 1.6 +2 -2 ports/misc/delay/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:44:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863C416A41C; Fri, 15 Jul 2005 21:44:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5620143D48; Fri, 15 Jul 2005 21:44:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLi6nE035238; Fri, 15 Jul 2005 21:44:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLi6x4035237; Fri, 15 Jul 2005 21:44:06 GMT (envelope-from pav) Message-Id: <200507152144.j6FLi6x4035237@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:44: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/games Makefile ports/games/starfighter Makefile distinfo pkg-descr pkg-plist ports/games/starfighter/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, 15 Jul 2005 21:44:06 -0000 pav 2005-07-15 21:44:06 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/starfighter Makefile distinfo pkg-descr pkg-plist games/starfighter/files patch-makefile Log: After decades of war one company, who had gained powerful supplying both sides with weaponary, steps forwards and crushes both warring factions in one swift movement. Using far superior weaponary and AI craft, the company was completely unstoppable and now no one can stand in their way. Thousands began to perish under the iron fist of the company. The people cried out for a saviour, for someone to light this dark hour... and someone did. PR: ports/83418 Submitted by: Alejandro Pulver Revision Changes Path 1.783 +1 -0 ports/games/Makefile 1.1 +53 -0 ports/games/starfighter/Makefile (new) 1.1 +2 -0 ports/games/starfighter/distinfo (new) 1.1 +25 -0 ports/games/starfighter/files/patch-makefile (new) 1.1 +11 -0 ports/games/starfighter/pkg-descr (new) 1.1 +15 -0 ports/games/starfighter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:44:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F3D16A441; Fri, 15 Jul 2005 21:44:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278BC43D49; Fri, 15 Jul 2005 21:44:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLidmH035272; Fri, 15 Jul 2005 21:44:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLidOa035271; Fri, 15 Jul 2005 21:44:39 GMT (envelope-from pav) Message-Id: <200507152144.j6FLidOa035271@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:44: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: 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, 15 Jul 2005 21:44:39 -0000 pav 2005-07-15 21:44:39 UTC FreeBSD ports repository Modified files: . modules Log: starfighter --> ports/games/starfighter Revision Changes Path 1.12845 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:51:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C098116A41C; Fri, 15 Jul 2005 21:51:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7903F43D48; Fri, 15 Jul 2005 21:51:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLpAHf035588; Fri, 15 Jul 2005 21:51:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLpAAx035587; Fri, 15 Jul 2005 21:51:10 GMT (envelope-from pav) Message-Id: <200507152151.j6FLpAAx035587@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:51: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/www/http_load Makefile ports/www/http_load/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 21:51:10 -0000 pav 2005-07-15 21:51:10 UTC FreeBSD ports repository Modified files: www/http_load Makefile www/http_load/files patch-aa Log: - Add a patch that fixes -proxy argument PR: ports/83427 Submitted by: Antony Mawer Revision Changes Path 1.10 +1 -1 ports/www/http_load/Makefile 1.4 +36 -2 ports/www/http_load/files/patch-aa From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:01:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF1A16A41C; Fri, 15 Jul 2005 22:01:14 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C40B43D45; Fri, 15 Jul 2005 22:01:14 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FM1E7a036031; Fri, 15 Jul 2005 22:01:14 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FM1EX1036030; Fri, 15 Jul 2005 22:01:14 GMT (envelope-from nobutaka) Message-Id: <200507152201.j6FM1EX1036030@repoman.freebsd.org> From: MANTANI Nobutaka Date: Fri, 15 Jul 2005 22:01: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/japanese/uim 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, 15 Jul 2005 22:01:15 -0000 nobutaka 2005-07-15 22:01:14 UTC FreeBSD ports repository Modified files: japanese/uim Makefile distinfo Log: Update to 0.4.7.1. Revision Changes Path 1.35 +1 -1 ports/japanese/uim/Makefile 1.22 +2 -2 ports/japanese/uim/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:01:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A197016A41F; Fri, 15 Jul 2005 22:01:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A7643D45; Fri, 15 Jul 2005 22:01:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FM1IdW036062; Fri, 15 Jul 2005 22:01:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FM1Ipv036058; Fri, 15 Jul 2005 22:01:18 GMT (envelope-from pav) Message-Id: <200507152201.j6FM1Ipv036058@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 22:01:18 +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/platforms/amd64 motherboards.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: Fri, 15 Jul 2005 22:01:18 -0000 pav 2005-07-15 22:01:18 UTC FreeBSD doc repository (ports committer) Modified files: en/platforms/amd64 motherboards.sgml Log: - Extend entry for HP DL145 with information from FreeBSD 6.0-BETA PR: www/83518 Submitted by: Attila Nagy Revision Changes Path 1.32 +5 -4 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:05:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE3C16A41C; Fri, 15 Jul 2005 22:05:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAF943D48; Fri, 15 Jul 2005 22:05:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FM5pWC036291; Fri, 15 Jul 2005 22:05:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FM5pp0036290; Fri, 15 Jul 2005 22:05:51 GMT (envelope-from pav) Message-Id: <200507152205.j6FM5pp0036290@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 22:05:51 +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: Fri, 15 Jul 2005 22:05:51 -0000 pav 2005-07-15 22:05:51 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 6.4 Using X11 section: - Add a table of variables for depending on individual parts of X11 and provide an example how to use them Submitted by: lesi Approved by: remko Revision Changes Path 1.585 +115 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:13:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B5F16A41C; Fri, 15 Jul 2005 22:13:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B70A43D46; Fri, 15 Jul 2005 22:13:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FMD4cr036610; Fri, 15 Jul 2005 22:13:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FMD4t7036609; Fri, 15 Jul 2005 22:13:04 GMT (envelope-from pav) Message-Id: <200507152213.j6FMD4t7036609@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 22:13: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/irc Makefile ports/irc/irssi-scripts 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, 15 Jul 2005 22:13:04 -0000 pav 2005-07-15 22:13:03 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/irssi-scripts Makefile distinfo pkg-descr pkg-plist Log: This is a collection of useful scripts for the irssi IRC-client maintained by Debian. PR: ports/83432 Submitted by: Alexey Mikhailov Revision Changes Path 1.124 +1 -0 ports/irc/Makefile 1.1 +28 -0 ports/irc/irssi-scripts/Makefile (new) 1.1 +2 -0 ports/irc/irssi-scripts/distinfo (new) 1.1 +3 -0 ports/irc/irssi-scripts/pkg-descr (new) 1.1 +333 -0 ports/irc/irssi-scripts/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:13:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED3C16A422; Fri, 15 Jul 2005 22:13:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A70043D45; Fri, 15 Jul 2005 22:13:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FMDdT7036661; Fri, 15 Jul 2005 22:13:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FMDdXt036660; Fri, 15 Jul 2005 22:13:39 GMT (envelope-from pav) Message-Id: <200507152213.j6FMDdXt036660@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 22:13: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: 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, 15 Jul 2005 22:13:40 -0000 pav 2005-07-15 22:13:39 UTC FreeBSD ports repository Modified files: . modules Log: irssi-scripts --> ports/irc/irssi-scripts Revision Changes Path 1.12846 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:26:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE50616A41C; Fri, 15 Jul 2005 22:26:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1E543D45; Fri, 15 Jul 2005 22:26:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FMQuEZ037195; Fri, 15 Jul 2005 22:26:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FMQuYY037194; Fri, 15 Jul 2005 22:26:56 GMT (envelope-from pav) Message-Id: <200507152226.j6FMQuYY037194@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 22:26: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/www/lighttpd 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, 15 Jul 2005 22:26:56 -0000 pav 2005-07-15 22:26:56 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile distinfo pkg-plist Log: - Update to 1.3.15 PR: ports/83523 Submitted by: Hendrik Scholz (maintainer) Revision Changes Path 1.22 +1 -1 ports/www/lighttpd/Makefile 1.15 +2 -2 ports/www/lighttpd/distinfo 1.8 +2 -0 ports/www/lighttpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 22:34:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D368B16A41C; Fri, 15 Jul 2005 22:34:29 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C2843D45; Fri, 15 Jul 2005 22:34:29 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FMYTMt037463; Fri, 15 Jul 2005 22:34:29 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FMYTNj037462; Fri, 15 Jul 2005 22:34:29 GMT (envelope-from jeh) Message-Id: <200507152234.j6FMYTNj037462@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 15 Jul 2005 22:34: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/uvscan-dat 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, 15 Jul 2005 22:34:30 -0000 jeh 2005-07-15 22:34:29 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4536 Revision Changes Path 1.389 +1 -1 ports/security/uvscan-dat/Makefile 1.386 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 15 23:15:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD1116A41C; Fri, 15 Jul 2005 23:15:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA6343D46; Fri, 15 Jul 2005 23:15:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNFC1q038948; Fri, 15 Jul 2005 23:15:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNFCWw038947; Fri, 15 Jul 2005 23:15:12 GMT (envelope-from pav) Message-Id: <200507152315.j6FNFCWw038947@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 23:15: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/irc/py-supybot-plugins 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, 15 Jul 2005 23:15:12 -0000 pav 2005-07-15 23:15:11 UTC FreeBSD ports repository Modified files: irc/py-supybot-plugins Makefile distinfo pkg-plist Log: - Update to 20050715 PR: ports/83528 Submitted by: Radim Kolar Revision Changes Path 1.2 +1 -1 ports/irc/py-supybot-plugins/Makefile 1.2 +2 -2 ports/irc/py-supybot-plugins/distinfo 1.2 +31 -0 ports/irc/py-supybot-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 15 23:34:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAD516A41C; Fri, 15 Jul 2005 23:34:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD0043D45; Fri, 15 Jul 2005 23:34:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNYdCU039583; Fri, 15 Jul 2005 23:34:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNYdIc039582; Fri, 15 Jul 2005 23:34:39 GMT (envelope-from rwatson) Message-Id: <200507152334.j6FNYdIc039582@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 23: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/vm uma.h uma_core.c uma_int.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, 15 Jul 2005 23:34:40 -0000 rwatson 2005-07-15 23:34:39 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Track UMA(9) allocation failures by zone, and export via sysctl. Requested by: victor cruceru MFC after: 1 week Revision Changes Path 1.24 +2 -1 src/sys/vm/uma.h 1.123 +32 -17 src/sys/vm/uma_core.c 1.34 +1 -0 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Fri Jul 15 23:39:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8156A16A41C; Fri, 15 Jul 2005 23:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CE343D48; Fri, 15 Jul 2005 23:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNdMvS039844; Fri, 15 Jul 2005 23:39:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNdMNI039843; Fri, 15 Jul 2005 23:39:22 GMT (envelope-from rwatson) Message-Id: <200507152339.j6FNdMNI039843@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 23:39: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/libmemstat memstat_uma.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, 15 Jul 2005 23:39:22 -0000 rwatson 2005-07-15 23:39:22 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: Teach libmemstat(3) about UMA(9) failure statistics. Requested by: victor cruceru MFC after: 1 week Revision Changes Path 1.4 +1 -0 src/lib/libmemstat/memstat_uma.c From owner-cvs-all@FreeBSD.ORG Fri Jul 15 23:59:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4462516A41C; Fri, 15 Jul 2005 23:59:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028B343D45; Fri, 15 Jul 2005 23:59:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNx5D1040556; Fri, 15 Jul 2005 23:59:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNx5oW040555; Fri, 15 Jul 2005 23:59:05 GMT (envelope-from pav) Message-Id: <200507152359.j6FNx5oW040555@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 23:59: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/graphics/ayam Makefile distinfo ports/graphics/ayam/files patch-Makefile.shared X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 23:59:06 -0000 pav 2005-07-15 23:59:05 UTC FreeBSD ports repository Modified files: graphics/ayam Makefile distinfo graphics/ayam/files patch-Makefile.shared Log: - Update to 1.8.3 PR: ports/83524 Submitted by: Igor Pokrovsky (maintainer) Revision Changes Path 1.17 +1 -1 ports/graphics/ayam/Makefile 1.6 +2 -2 ports/graphics/ayam/distinfo 1.12 +52 -65 ports/graphics/ayam/files/patch-Makefile.shared From owner-cvs-all@FreeBSD.ORG Sat Jul 16 00:21:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396DC16A41C; Sat, 16 Jul 2005 00:21:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E0A243D46; Sat, 16 Jul 2005 00:21:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G0LI2B041415; Sat, 16 Jul 2005 00:21:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G0LI79041414; Sat, 16 Jul 2005 00:21:18 GMT (envelope-from pav) Message-Id: <200507160021.j6G0LI79041414@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 00:21: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/japanese Makefile ports/japanese/firefox-ja_JP Makefile distinfo pkg-descr pkg-message 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, 16 Jul 2005 00:21:19 -0000 pav 2005-07-16 00:21:18 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/firefox-ja_JP Makefile distinfo pkg-descr pkg-message pkg-plist Log: Firefox Japanese (ja-JP) Language Pack PR: ports/83527 Submitted by: chinsan Revision Changes Path 1.589 +1 -0 ports/japanese/Makefile 1.1 +71 -0 ports/japanese/firefox-ja_JP/Makefile (new) 1.1 +2 -0 ports/japanese/firefox-ja_JP/distinfo (new) 1.1 +7 -0 ports/japanese/firefox-ja_JP/pkg-descr (new) 1.1 +10 -0 ports/japanese/firefox-ja_JP/pkg-message (new) 1.1 +36 -0 ports/japanese/firefox-ja_JP/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 00:24:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4355916A41C; Sat, 16 Jul 2005 00:24:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0650043D48; Sat, 16 Jul 2005 00:24:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G0OS4w041490; Sat, 16 Jul 2005 00:24:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G0OSbM041489; Sat, 16 Jul 2005 00:24:28 GMT (envelope-from pav) Message-Id: <200507160024.j6G0OSbM041489@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 00: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: 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, 16 Jul 2005 00:24:29 -0000 pav 2005-07-16 00:24:28 UTC FreeBSD ports repository Modified files: . modules Log: ja-firefox-ja_JP --> ports/japanese/firefox-ja_JP Revision Changes Path 1.12847 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 00:56:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F5016A41C; Sat, 16 Jul 2005 00:56:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CC843D45; Sat, 16 Jul 2005 00:56:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G0u4Rq049612; Sat, 16 Jul 2005 00:56:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G0u4fp049611; Sat, 16 Jul 2005 00:56:04 GMT (envelope-from pav) Message-Id: <200507160056.j6G0u4fp049611@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 00:56: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/dns/fastresolve 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, 16 Jul 2005 00:56:04 -0000 pav 2005-07-16 00:56:04 UTC FreeBSD ports repository Modified files: dns/fastresolve Makefile Log: - Add support for BDB 4.3 PR: ports/83534 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.14 +4 -1 ports/dns/fastresolve/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 01:01:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E2B16A41C; Sat, 16 Jul 2005 01:01:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C2443D45; Sat, 16 Jul 2005 01:01:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G11QWU049860; Sat, 16 Jul 2005 01:01:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G11Q1H049859; Sat, 16 Jul 2005 01:01:26 GMT (envelope-from pav) Message-Id: <200507160101.j6G11Q1H049859@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 01:01: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/smake 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, 16 Jul 2005 01:01:26 -0000 pav 2005-07-16 01:01:26 UTC FreeBSD ports repository Modified files: devel/smake Makefile distinfo Log: - Update to 1.2.a.32 PR: ports/83535 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.4 +1 -1 ports/devel/smake/Makefile 1.3 +2 -2 ports/devel/smake/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 01:02:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B767416A41C; Sat, 16 Jul 2005 01:02:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7979043D45; Sat, 16 Jul 2005 01:02:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G12CnK049915; Sat, 16 Jul 2005 01:02:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G12Cm5049914; Sat, 16 Jul 2005 01:02:12 GMT (envelope-from pav) Message-Id: <200507160102.j6G12Cm5049914@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 01:02: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/archivers/star-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: Sat, 16 Jul 2005 01:02:12 -0000 pav 2005-07-16 01:02:12 UTC FreeBSD ports repository Modified files: archivers/star-devel Makefile distinfo Log: - Update to 1.5.a.61 PR: ports/83535 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.53 +1 -1 ports/archivers/star-devel/Makefile 1.21 +2 -2 ports/archivers/star-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 01:23:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EDEE16A41C; Sat, 16 Jul 2005 01:23:02 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB0F43D45; Sat, 16 Jul 2005 01:23:02 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G1N26d050685; Sat, 16 Jul 2005 01:23:02 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G1N2Ra050684; Sat, 16 Jul 2005 01:23:02 GMT (envelope-from leeym) Message-Id: <200507160123.j6G1N2Ra050684@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 16 Jul 2005 01:23: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/dns/dnsmasq Makefile ports/dns/dnsmasq/files dnsmasq.sh dnsmasq.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: Sat, 16 Jul 2005 01:23:02 -0000 leeym 2005-07-16 01:23:02 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile Added files: dns/dnsmasq/files dnsmasq.sh.in Removed files: dns/dnsmasq/files dnsmasq.sh Log: - utilize USE_RCORDER / USE_RC_SUBR to solve this problem when OSVERSION > 500037 PR: 80054 Patched by: leeym Submitted by: Thomas Schweikle Approved by: maintainer timeout Revision Changes Path 1.22 +13 -14 ports/dns/dnsmasq/Makefile 1.3 +0 -29 ports/dns/dnsmasq/files/dnsmasq.sh (dead) 1.1 +27 -0 ports/dns/dnsmasq/files/dnsmasq.sh.in (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 02:23:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B8E16A41C; Sat, 16 Jul 2005 02:23:41 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9692643D45; Sat, 16 Jul 2005 02:23:41 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G2NfgT052742; Sat, 16 Jul 2005 02:23:41 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G2NfOo052741; Sat, 16 Jul 2005 02:23:41 GMT (envelope-from silby) Message-Id: <200507160223.j6G2NfOo052741@repoman.freebsd.org> From: Mike Silbersack Date: Sat, 16 Jul 2005 02:23: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/sys/vm uma.h uma_core.c uma_int.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, 16 Jul 2005 02:23:42 -0000 silby 2005-07-16 02:23:41 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Increase the flags field for kegs from a 16 to a 32 bit value; we have exhausted all 16 flags. Revision Changes Path 1.25 +2 -2 src/sys/vm/uma.h 1.124 +5 -5 src/sys/vm/uma_core.c 1.35 +5 -5 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Sat Jul 16 02:33:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F27F16A41C; Sat, 16 Jul 2005 02:33:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EA843D46; Sat, 16 Jul 2005 02:33:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G2XiEK053185; Sat, 16 Jul 2005 02:33:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G2XiVo053184; Sat, 16 Jul 2005 02:33:44 GMT (envelope-from marcus) Message-Id: <200507160233.j6G2XiVo053184@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 02:33:44 +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/gnome index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 02:33:45 -0000 marcus 2005-07-16 02:33:44 UTC FreeBSD doc repository Modified files: en/gnome index.xsl Log: Cleanup the supported versions list a bit. Revision Changes Path 1.69 +3 -3 www/en/gnome/index.xsl From owner-cvs-all@FreeBSD.ORG Sat Jul 16 05:36:10 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2626916A41C; Sat, 16 Jul 2005 05:36:10 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB60443D48; Sat, 16 Jul 2005 05:36:09 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B8D7D513BA; Sat, 16 Jul 2005 01:36:08 -0400 (EDT) Date: Sat, 16 Jul 2005 01:36:08 -0400 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20050716053608.GA10863@xor.obsecurity.org> References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151635.10756.lofi@freebsd.org> <20050715172610.9n4mfl8oxogsk8w4@netchild.homeip.net> <200507151751.30130.lofi@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <200507151751.30130.lofi@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Alexey Dokuchaev , Mikhail Teterin , cvs-all@freebsd.org, ports-committers@freebsd.org, pav@freebsd.org, Alexander Leidinger , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/graphics/djvulibre Makefile ports/textproc/wordnet 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, 16 Jul 2005 05:36:10 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 15, 2005 at 05:51:23PM +0200, Michael Nottebrock wrote: > On Friday, 15. July 2005 17:26, Alexander Leidinger wrote: > > Michael Nottebrock wrote: > > >> Oh? Cluster does compile new package when PKGNAME changes. > > > > > > Does it really now? That's broken. The right thing would be to track = file > > > modifications timestamps ... > > > > Not every change makes it necessary to rebuild the package, e.g. a chan= ge > > to MASTER_SITE does not have to result in a rebuild of the package (if = the > > package isn't there because it wasn't fetchable before, the cluster DTR= T). >=20 > It would be better to err on the safe side there instead of having to bum= p=20 > PORTREVISION for the cluster's sake. After all, the cluster doesn't mind = a=20 > few gratuitous rebuilds too much - ports users do, especially those with= =20 > slower machines. The cluster does mind, because I do not have enough machines to waste cycles on gratuitous rebuilds. Also, the FTP sites mind when they waste bandwidth on gratuitous downloads. Kris --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC2JzIWry0BWjoQKURAnYGAJwM3JLlYHB7rNrYIs1uv8xaFQQ7KgCgwkqs f6phuipLbHA2n5Cid06O8mI= =ihsi -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-cvs-all@FreeBSD.ORG Sat Jul 16 05:40:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FFF16A41C; Sat, 16 Jul 2005 05:40:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C1943D46; Sat, 16 Jul 2005 05:40:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G5eFBH066678; Sat, 16 Jul 2005 05:40:15 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G5eEFD066677; Sat, 16 Jul 2005 05:40:14 GMT (envelope-from jkim) Message-Id: <200507160540.j6G5eEFD066677@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 16 Jul 2005 05:40: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/lib/libc/nls ko_KR.UTF-8.msg ko_KR.eucKR.msg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 05:40:15 -0000 jkim 2005-07-16 05:40:14 UTC FreeBSD src repository Modified files: lib/libc/nls ko_KR.UTF-8.msg ko_KR.eucKR.msg Log: Use better Korean translation for `trap' Requested by: many Korean users from bsdforum.or.kr Submitted by: perky Approved by: anholt (mentor) Revision Changes Path 1.2 +3 -3 src/lib/libc/nls/ko_KR.UTF-8.msg 1.2 +3 -3 src/lib/libc/nls/ko_KR.eucKR.msg From owner-cvs-all@FreeBSD.ORG Sat Jul 16 05:42:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C1116A41C; Sat, 16 Jul 2005 05:42:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A383F43D45; Sat, 16 Jul 2005 05:42:10 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G5gA9q066778; Sat, 16 Jul 2005 05:42:10 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G5gAtu066777; Sat, 16 Jul 2005 05:42:10 GMT (envelope-from novel) Message-Id: <200507160542.j6G5gAtu066777@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 16 Jul 2005 05:42: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/py-milter 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, 16 Jul 2005 05:42:11 -0000 novel 2005-07-16 05:42:10 UTC FreeBSD ports repository Modified files: mail/py-milter Makefile distinfo pkg-plist Log: Update to 0.8.1. PR: 83508 Submitted by: Vsevolod Stakhov Approved by: Georg Graf (maintainer) Revision Changes Path 1.9 +4 -3 ports/mail/py-milter/Makefile 1.8 +2 -2 ports/mail/py-milter/distinfo 1.3 +17 -10 ports/mail/py-milter/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 06:06:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DC616A41C; Sat, 16 Jul 2005 06:06:44 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7328843D4C; Sat, 16 Jul 2005 06:06:44 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G66iHg067698; Sat, 16 Jul 2005 06:06:44 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G66ixq067697; Sat, 16 Jul 2005 06:06:44 GMT (envelope-from rushani) Message-Id: <200507160606.j6G66ixq067697@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 16 Jul 2005 06:06:44 +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 features.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, 16 Jul 2005 06:06:44 -0000 rushani 2005-07-16 06:06:44 UTC FreeBSD doc repository Modified files: en features.sgml Log: s/IPSEC/IPsec/ Revision Changes Path 1.25 +2 -2 www/en/features.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 06:16:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3550D16A41C; Sat, 16 Jul 2005 06:16:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EF043D46; Sat, 16 Jul 2005 06:16:45 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G6GjOS068181; Sat, 16 Jul 2005 06:16:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G6GjCT068180; Sat, 16 Jul 2005 06:16:45 GMT (envelope-from thierry) Message-Id: <200507160616.j6G6GjCT068180@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 16 Jul 2005 06:16: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/mail/spambnc 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, 16 Jul 2005 06:16:46 -0000 thierry 2005-07-16 06:16:45 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Update to 20050715. Revision Changes Path 1.75 +1 -1 ports/mail/spambnc/Makefile 1.69 +4 -4 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 06:26:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F0316A41C; Sat, 16 Jul 2005 06:26:39 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA2E43D45; Sat, 16 Jul 2005 06:26:38 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G6QcmW068709; Sat, 16 Jul 2005 06:26:38 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G6Qciu068708; Sat, 16 Jul 2005 06:26:38 GMT (envelope-from rushani) Message-Id: <200507160626.j6G6Qciu068708@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 16 Jul 2005 06:26: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: www/en features.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, 16 Jul 2005 06:26:39 -0000 rushani 2005-07-16 06:26:38 UTC FreeBSD doc repository Modified files: en features.sgml Log: s/coherrent/coherent/ Revision Changes Path 1.26 +2 -2 www/en/features.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 07:40:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA1C16A41C; Sat, 16 Jul 2005 07:40:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6140243D45; Sat, 16 Jul 2005 07:40:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G7e2Ed071510; Sat, 16 Jul 2005 07:40:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G7e2gs071509; Sat, 16 Jul 2005 07:40:02 GMT (envelope-from marcus) Message-Id: <200507160740.j6G7e2gs071509@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 07:40: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/dbus Makefile distinfo ports/devel/dbus/files patch-dbus_dbus-sysdeps.c patch-glib_dbus-gidl.c patch-glib_dbus-gvalue.c patch-mono_doc_Makefile.in patch-python_Makefile.in patch-python_dbus_bindings.pxd.in patch-python_dbus_bindings.pyx.in patch-python_dbus_h_wrapper.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, 16 Jul 2005 07:40:02 -0000 marcus 2005-07-16 07:40:01 UTC FreeBSD ports repository Modified files: devel/dbus Makefile distinfo devel/dbus/files patch-dbus_dbus-sysdeps.c patch-glib_dbus-gidl.c patch-glib_dbus-gvalue.c patch-python_Makefile.in Added files: devel/dbus/files patch-python_dbus_bindings.pxd.in patch-python_dbus_h_wrapper.h Removed files: devel/dbus/files patch-mono_doc_Makefile.in patch-python_dbus_bindings.pyx.in Log: Update to 0.35, and hopefully fix cmsgcred alignment on non-i386 platforms. Revision Changes Path 1.29 +2 -2 ports/devel/dbus/Makefile 1.9 +2 -2 ports/devel/dbus/distinfo 1.7 +103 -0 ports/devel/dbus/files/patch-dbus_dbus-sysdeps.c 1.2 +6 -6 ports/devel/dbus/files/patch-glib_dbus-gidl.c 1.2 +18 -28 ports/devel/dbus/files/patch-glib_dbus-gvalue.c 1.2 +0 -17 ports/devel/dbus/files/patch-mono_doc_Makefile.in (dead) 1.4 +25 -15 ports/devel/dbus/files/patch-python_Makefile.in 1.1 +11 -0 ports/devel/dbus/files/patch-python_dbus_bindings.pxd.in (new) 1.3 +0 -16 ports/devel/dbus/files/patch-python_dbus_bindings.pyx.in (dead) 1.1 +7 -0 ports/devel/dbus/files/patch-python_dbus_h_wrapper.h (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 07:40:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40BA516A41C; Sat, 16 Jul 2005 07:40:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D557B43D45; Sat, 16 Jul 2005 07:40:19 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G7eJTn071576; Sat, 16 Jul 2005 07:40:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G7eJlJ071575; Sat, 16 Jul 2005 07:40:19 GMT (envelope-from marcus) Message-Id: <200507160740.j6G7eJlJ071575@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 07:40: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/devel/py-dbus 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, 16 Jul 2005 07:40:20 -0000 marcus 2005-07-16 07:40:19 UTC FreeBSD ports repository Modified files: devel/py-dbus Makefile pkg-plist Log: Update to 0.35. Revision Changes Path 1.10 +0 -1 ports/devel/py-dbus/Makefile 1.4 +7 -3 ports/devel/py-dbus/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 07:51:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 187AC16A41C; Sat, 16 Jul 2005 07:51:58 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0CA43D48; Sat, 16 Jul 2005 07:51:57 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G7pvgV071984; Sat, 16 Jul 2005 07:51:57 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G7pvHU071982; Sat, 16 Jul 2005 07:51:57 GMT (envelope-from rushani) Message-Id: <200507160751.j6G7pvHU071982@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 16 Jul 2005 07:51: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: www/ja features.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, 16 Jul 2005 07:51:58 -0000 rushani 2005-07-16 07:51:57 UTC FreeBSD doc repository Modified files: ja features.sgml Log: Merge the following from the English version: 1.21 -> 1.23 feature.sgml Submitted by: Hiroo Ono Reference: [doc-jp-work 1167] Revision Changes Path 1.18 +58 -22 www/ja/features.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 07:52:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA56B16A41F; Sat, 16 Jul 2005 07:52:09 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B7443D48; Sat, 16 Jul 2005 07:52:09 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G7q9mB072016; Sat, 16 Jul 2005 07:52:09 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G7q9ZM072015; Sat, 16 Jul 2005 07:52:09 GMT (envelope-from rushani) Message-Id: <200507160752.j6G7q9ZM072015@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 16 Jul 2005 07:52: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: doc/ja_JP.eucJP/books/handbook/ports 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: Sat, 16 Jul 2005 07:52:10 -0000 rushani 2005-07-16 07:52:09 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/ports chapter.sgml Log: Merge the following from the English version: 1.155 -> 1.179 books/handbook/ports/chapter.sgml Submitted by: Ryusuke Suzuki Reference: [doc-jp-work 1177] Revision Changes Path 1.38 +122 -73 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 08:17:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD8A16A41C; Sat, 16 Jul 2005 08:17:47 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF9343D48; Sat, 16 Jul 2005 08:17:47 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G8Hkso073056; Sat, 16 Jul 2005 08:17:47 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G8HkTq073055; Sat, 16 Jul 2005 08:17:46 GMT (envelope-from maho) Message-Id: <200507160817.j6G8HkTq073055@repoman.freebsd.org> From: Maho Nakata Date: Sat, 16 Jul 2005 08:17: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/editors/openoffice-2.0-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: Sat, 16 Jul 2005 08:17:47 -0000 maho 2005-07-16 08:17:46 UTC FreeBSD ports repository Modified files: editors/openoffice-2.0-devel Makefile distinfo Log: Update to 1.9m117 Revision Changes Path 1.190 +2 -2 ports/editors/openoffice-2.0-devel/Makefile 1.72 +2 -2 ports/editors/openoffice-2.0-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:15:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6EF16A41C; Sat, 16 Jul 2005 09:15:56 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1B143D49; Sat, 16 Jul 2005 09:15:56 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9FuKS082190; Sat, 16 Jul 2005 09:15:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9FtT3082189; Sat, 16 Jul 2005 09:15:55 GMT (envelope-from hrs) Message-Id: <200507160915.j6G9FtT3082189@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:15:55 +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/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 09:15:56 -0000 hrs 2005-07-16 09:15:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uplcom.c usbdevs Log: MFC: Add support for IODATA USB-RSAQ3 USB-Serial Adapter. Reported by: Tomokazu Hirai Revision Changes Path 1.20.2.6 +2 -0 src/sys/dev/usb/uplcom.c 1.195.2.12 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:18:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB0716A41C; Sat, 16 Jul 2005 09:18:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B399043D49; Sat, 16 Jul 2005 09:18:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9I3MZ082258; Sat, 16 Jul 2005 09:18:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9I3uv082257; Sat, 16 Jul 2005 09:18:03 GMT (envelope-from phk) Message-Id: <200507160918.j6G9I3uv082257@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 16 Jul 2005 09:18: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/modules/ukbd 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, 16 Jul 2005 09:18:04 -0000 phk 2005-07-16 09:18:03 UTC FreeBSD src repository Modified files: sys/modules/ukbd Makefile Log: Add missing reference to ukbdmap.h Fixes build of ukbd module under "make universe" Revision Changes Path 1.19 +1 -1 src/sys/modules/ukbd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:18:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BC316A41C; Sat, 16 Jul 2005 09:18:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CC543D49; Sat, 16 Jul 2005 09:18:58 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9Iw7p082297; Sat, 16 Jul 2005 09:18:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9Iw7p082296; Sat, 16 Jul 2005 09:18:58 GMT (envelope-from hrs) Message-Id: <200507160918.j6G9Iw7p082296@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:18: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/share/man/man4 uplcom.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: Sat, 16 Jul 2005 09:18:59 -0000 hrs 2005-07-16 09:18:58 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Document IODATA USB-RSAQ3 USB-Serial Adapter as a supported device. MFC after: 3 days Revision Changes Path 1.12 +3 -1 src/share/man/man4/uplcom.4 From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:40:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D44816A41C; Sat, 16 Jul 2005 09:40:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6068B43D45; Sat, 16 Jul 2005 09:40:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9eZRV083134; Sat, 16 Jul 2005 09:40:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9eZ9d083133; Sat, 16 Jul 2005 09:40:35 GMT (envelope-from rwatson) Message-Id: <200507160940.j6G9eZ9d083133@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 09:40: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/vm uma_core.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, 16 Jul 2005 09:40:35 -0000 rwatson 2005-07-16 09:40:35 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Move the unlocking of the zone mutex in sysctl_vm_zone_stats() so that it covers the following of the uc_alloc/freebucket cache pointers. Originally, I felt that the race wasn't helped by holding the mutex, hence a comment in the code and not holding it across the cache access. However, it does improve consistency, as while it doesn't prevent bucket exchange, it does prevent bucket pointer invalidation. So a race in gathering cache free space statistics still can occur, but not one that follows an invalid bucket pointer, if the mutex is held. Submitted by: yongari MFC after: 1 week Revision Changes Path 1.125 +9 -5 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:51:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D194116A420; Sat, 16 Jul 2005 09:51:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190A243D45; Sat, 16 Jul 2005 09:51:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9pqx5083587; Sat, 16 Jul 2005 09:51:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9pqVR083586; Sat, 16 Jul 2005 09:51:52 GMT (envelope-from rwatson) Message-Id: <200507160951.j6G9pqVR083586@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 09:51: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/sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.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, 16 Jul 2005 09:51:54 -0000 rwatson 2005-07-16 09:51:52 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.h Log: Improve canonicalization of copyrights. Order copyrights by order of assertion (jeff, bmilekic, rwatson). Suggested ages ago by: bde MFC after: 1 week Revision Changes Path 1.26 +3 -4 src/sys/vm/uma.h 1.126 +3 -4 src/sys/vm/uma_core.c 1.21 +3 -4 src/sys/vm/uma_dbg.c 1.9 +3 -4 src/sys/vm/uma_dbg.h 1.36 +3 -4 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:56:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C9216A41C; Sat, 16 Jul 2005 09:56:07 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C8543D45; Sat, 16 Jul 2005 09:56:07 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9u76N083762; Sat, 16 Jul 2005 09:56:07 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9u7Aa083761; Sat, 16 Jul 2005 09:56:07 GMT (envelope-from remko) Message-Id: <200507160956.j6G9u7Aa083761@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 09:56:07 +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/security 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: Sat, 16 Jul 2005 09:56:08 -0000 remko 2005-07-16 09:56:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add a forgotten ;. Spotted by: Siebrand Mazeland Revision Changes Path 1.278 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:58:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1316A41C; Sat, 16 Jul 2005 09:58:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E407D43D45; Sat, 16 Jul 2005 09:58:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9wH9P083893; Sat, 16 Jul 2005 09:58:17 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9wHmY083892; Sat, 16 Jul 2005 09:58:17 GMT (envelope-from hrs) Message-Id: <200507160958.j6G9wHmY083892@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:58:17 +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 Makefile www/share/sgml includes.misc.xsl templates.usergroups.xsl 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: Sat, 16 Jul 2005 09:58:18 -0000 hrs 2005-07-16 09:58:17 UTC FreeBSD doc repository Modified files: en Makefile share/sgml includes.misc.xsl Added files: share/sgml templates.usergroups.xsl usergroups.xml Log: Add usergroup database and related XSLT templates. Translated database and automatic selection support like news.xml will be added soon. Discussed with: remko PR: www/79239 Revision Changes Path 1.123 +15 -5 www/en/Makefile 1.22 +86 -1 www/share/sgml/includes.misc.xsl 1.1 +37 -0 www/share/sgml/templates.usergroups.xsl (new) 1.1 +960 -0 www/share/sgml/usergroups.xml (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 09:58:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F4916A41C; Sat, 16 Jul 2005 09:58:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B6C43D45; Sat, 16 Jul 2005 09:58:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9wXs3083957; Sat, 16 Jul 2005 09:58:33 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9wXx0083956; Sat, 16 Jul 2005 09:58:33 GMT (envelope-from hrs) Message-Id: <200507160958.j6G9wXx0083956@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:58:33 +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/share/mk doc.common.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: Sat, 16 Jul 2005 09:58:34 -0000 hrs 2005-07-16 09:58:33 UTC FreeBSD doc repository Modified files: share/mk doc.common.mk Log: Add $X[MS]L_USERGROUP for usergroup.xml. Revision Changes Path 1.14 +3 -0 doc/share/mk/doc.common.mk From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:02:44 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E873D16A41C; Sat, 16 Jul 2005 10:02:44 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from redqueen.elvandar.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B3643D45; Sat, 16 Jul 2005 10:02:44 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from localhost (localhost.elvandar.intranet [127.0.0.1]) by redqueen.elvandar.org (Postfix) with ESMTP id 88C5A2962C9; Sat, 16 Jul 2005 12:02:43 +0200 (CEST) Received: from redqueen.elvandar.org ([127.0.0.1]) by localhost (redqueen.evilcoder-services.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59649-08; Sat, 16 Jul 2005 12:02:43 +0200 (CEST) Message-ID: <42D8DB64.1080002@elvandar.org> Date: Sat, 16 Jul 2005 12:03:16 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hiroki Sato References: <200507160958.j6G9wHmY083892@repoman.freebsd.org> In-Reply-To: <200507160958.j6G9wHmY083892@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the evilcoder-services.org maildomain Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en Makefile www/share/sgml includes.misc.xsl templates.usergroups.xsl 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: Sat, 16 Jul 2005 10:02:45 -0000 Hiroki Sato wrote: > hrs 2005-07-16 09:58:17 UTC > > FreeBSD doc repository > > Modified files: > en Makefile > share/sgml includes.misc.xsl > Added files: > share/sgml templates.usergroups.xsl usergroups.xml > Log: > Add usergroup database and related XSLT templates. Translated > database and automatic selection support like news.xml will > be added soon. > > Discussed with: remko > PR: www/79239 > > Revision Changes Path > 1.123 +15 -5 www/en/Makefile > 1.22 +86 -1 www/share/sgml/includes.misc.xsl > 1.1 +37 -0 www/share/sgml/templates.usergroups.xsl (new) > 1.1 +960 -0 www/share/sgml/usergroups.xml (new) Thanks Hiroki! I will bring usergroups.xml up to date today so that we have a lift off :) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:03:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2470C16A41C; Sat, 16 Jul 2005 10:03:37 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38BA43D45; Sat, 16 Jul 2005 10:03:36 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GA3auF084123; Sat, 16 Jul 2005 10:03:36 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GA3afu084122; Sat, 16 Jul 2005 10:03:36 GMT (envelope-from remko) Message-Id: <200507161003.j6GA3afu084122@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 10:03:36 +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/security 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: Sat, 16 Jul 2005 10:03:37 -0000 remko 2005-07-16 10:03:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add some  's around &os; entity's so that we have FreeBSD 5.X etc. on the same line. Spotted by: Siebrand Mazeland Revision Changes Path 1.279 +6 -6 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:07:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A7BC16A41C; Sat, 16 Jul 2005 10:07:03 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC41B43D45; Sat, 16 Jul 2005 10:07:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GA72sD084351; Sat, 16 Jul 2005 10:07:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GA72cT084350; Sat, 16 Jul 2005 10:07:02 GMT (envelope-from hrs) Message-Id: <200507161007.j6GA72cT084350@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 10:07:02 +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: Sat, 16 Jul 2005 10:07:03 -0000 hrs 2005-07-16 10:07:02 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Merge changes from www/en/usergroups.sgml rev.1.357 to 1.360. Revision Changes Path 1.2 +24 -2 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:16:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D6E16A41C; Sat, 16 Jul 2005 10:16:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1190A43D45; Sat, 16 Jul 2005 10:16:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GAGm32084799; Sat, 16 Jul 2005 10:16:48 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GAGmAR084798; Sat, 16 Jul 2005 10:16:48 GMT (envelope-from nork) Message-Id: <200507161016.j6GAGmAR084798@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 16 Jul 2005 10: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/japanese/scim-canna 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, 16 Jul 2005 10:16:49 -0000 nork 2005-07-16 10:16:48 UTC FreeBSD ports repository Modified files: japanese/scim-canna Makefile distinfo Log: Update to 0.1.0. Revision Changes Path 1.3 +4 -3 ports/japanese/scim-canna/Makefile 1.2 +2 -2 ports/japanese/scim-canna/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:52:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1CDF16A41C; Sat, 16 Jul 2005 10:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A5A43D45; Sat, 16 Jul 2005 10:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GAqG3X086005; Sat, 16 Jul 2005 10:52:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GAqG4w086004; Sat, 16 Jul 2005 10:52:16 GMT (envelope-from pav) Message-Id: <200507161052.j6GAqG4w086004@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 10:52: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/en/platforms/amd64 motherboards.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, 16 Jul 2005 10:52:17 -0000 pav 2005-07-16 10:52:16 UTC FreeBSD doc repository (ports committer) Modified files: en/platforms/amd64 motherboards.sgml Log: - Split HP ProLiant DL145 entry into separate entries for G1 and G2, these are quite different beasts Explained by: Atilla Nagy Revision Changes Path 1.33 +16 -7 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 10:52:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EB116A41C; Sat, 16 Jul 2005 10:52:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E50543D46; Sat, 16 Jul 2005 10:52:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GAqnN5086038; Sat, 16 Jul 2005 10:52:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GAqnb1086037; Sat, 16 Jul 2005 10:52:49 GMT (envelope-from pav) Message-Id: <200507161052.j6GAqnb1086037@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 10:52: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/platforms/amd64 motherboards.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, 16 Jul 2005 10:52:50 -0000 pav 2005-07-16 10:52:49 UTC FreeBSD doc repository (ports committer) Modified files: en/platforms/amd64 motherboards.sgml Log: - Fix mailto links Revision Changes Path 1.34 +3 -3 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:01:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D5116A41C; Sat, 16 Jul 2005 11:01:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B0F43D46; Sat, 16 Jul 2005 11:01:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GB1eEl086438; Sat, 16 Jul 2005 11:01:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GB1eRC086437; Sat, 16 Jul 2005 11:01:40 GMT (envelope-from pav) Message-Id: <200507161101.j6GB1eRC086437@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 11:01: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/drupal 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, 16 Jul 2005 11:01:40 -0000 pav 2005-07-16 11:01:40 UTC FreeBSD ports repository Modified files: www/drupal Makefile distinfo pkg-plist Log: - Update to 4.6.2, which fixes major security problem PR: ports/83087 Submitted by: Vsevolod Stakhov Approved by: maintainer timeout (9 days, rushed for security reasons) Security: CAN-2005-1921, CAN-2005-2106 http://secunia.com/advisories/15872/ Revision Changes Path 1.11 +4 -2 ports/www/drupal/Makefile 1.9 +2 -2 ports/www/drupal/distinfo 1.6 +151 -151 ports/www/drupal/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:03:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA2E716A41C; Sat, 16 Jul 2005 11:03:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7812043D46; Sat, 16 Jul 2005 11:03:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GB36Vu086498; Sat, 16 Jul 2005 11:03:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GB36uj086497; Sat, 16 Jul 2005 11:03:06 GMT (envelope-from rwatson) Message-Id: <200507161103.j6GB36uj086497@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 11:03:06 +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/vm uma_core.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, 16 Jul 2005 11:03:06 -0000 rwatson 2005-07-16 11:03:06 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Use mp_maxid in preference to MAXCPU when creating exports of UMA per-CPU cache statistics. UMA sizes the cache array based on the number of CPUs at boot (mp_maxid + 1), and iterating based on MAXCPU could read off the end of the array (into the next zone). Reported by: yongari MFC after: 1 week Revision Changes Path 1.127 +3 -3 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:22:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C1716A41C; Sat, 16 Jul 2005 11:22:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C4243D46; Sat, 16 Jul 2005 11:22:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBMcHP087340; Sat, 16 Jul 2005 11:22:38 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBMckQ087339; Sat, 16 Jul 2005 11:22:38 GMT (envelope-from ale) Message-Id: <200507161122.j6GBMckQ087339@repoman.freebsd.org> From: Alex Dupre Date: Sat, 16 Jul 2005 11:22: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/databases/mysql50-server Makefile distinfo ports/databases/mysql50-server/files patch-Makefile.in ports/databases/mysql50-scripts 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, 16 Jul 2005 11:22:38 -0000 ale 2005-07-16 11:22:38 UTC FreeBSD ports repository Modified files: databases/mysql50-server Makefile distinfo databases/mysql50-server/files patch-Makefile.in databases/mysql50-scripts Makefile Log: Update to 5.0.9 release. PR: ports/83541 Submitted by: Marcus Grando Revision Changes Path 1.5 +0 -1 ports/databases/mysql50-scripts/Makefile 1.196 +4 -4 ports/databases/mysql50-server/Makefile 1.78 +2 -2 ports/databases/mysql50-server/distinfo 1.17 +1 -1 ports/databases/mysql50-server/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:29:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A88C16A41C; Sat, 16 Jul 2005 11:29:44 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0FB43D46; Sat, 16 Jul 2005 11:29:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBThpx087582; Sat, 16 Jul 2005 11:29:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBThf7087581; Sat, 16 Jul 2005 11:29:43 GMT (envelope-from erwin) Message-Id: <200507161129.j6GBThf7087581@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 11:29: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/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: Sat, 16 Jul 2005 11:29:44 -0000 erwin 2005-07-16 11:29:43 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an entry for the drupal vulnerabilities. Revision Changes Path 1.732 +28 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:38:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDA616A41C; Sat, 16 Jul 2005 11:38:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4BF43D45; Sat, 16 Jul 2005 11:38:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBch51087907; Sat, 16 Jul 2005 11:38:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBchHR087906; Sat, 16 Jul 2005 11:38:43 GMT (envelope-from erwin) Message-Id: <200507161138.j6GBchHR087906@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 11:38: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/www/p5-HTML-Prototype 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, 16 Jul 2005 11:38:43 -0000 erwin 2005-07-16 11:38:42 UTC FreeBSD ports repository Modified files: www/p5-HTML-Prototype Makefile distinfo Log: Update to 1.32 Submitted by: Lars Balker Rasmussen (maintainer) Revision Changes Path 1.4 +1 -1 ports/www/p5-HTML-Prototype/Makefile 1.3 +2 -2 ports/www/p5-HTML-Prototype/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:51:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7791716A41C; Sat, 16 Jul 2005 11:51:39 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3115C43D45; Sat, 16 Jul 2005 11:51:39 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBpdbg088380; Sat, 16 Jul 2005 11:51:39 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBpcn7088379; Sat, 16 Jul 2005 11:51:38 GMT (envelope-from erwin) Message-Id: <200507161151.j6GBpcn7088379@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 11:51: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/p5-Catalyst-Plugin-Prototype 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, 16 Jul 2005 11:51:39 -0000 erwin 2005-07-16 11:51:38 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Prototype Makefile distinfo Log: Update to 1.32 Submitted by: Lars Balker Rasmussen (maintainer) Revision Changes Path 1.3 +1 -1 ports/www/p5-Catalyst-Plugin-Prototype/Makefile 1.3 +2 -2 ports/www/p5-Catalyst-Plugin-Prototype/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:58:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A945316A41C; Sat, 16 Jul 2005 11:58:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6605143D45; Sat, 16 Jul 2005 11:58:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBww3A088656; Sat, 16 Jul 2005 11:58:58 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBwwkH088655; Sat, 16 Jul 2005 11:58:58 GMT (envelope-from erwin) Message-Id: <200507161158.j6GBwwkH088655@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 11:58: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/p5-HTML-TableExtract 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, 16 Jul 2005 11:58:58 -0000 erwin 2005-07-16 11:58:58 UTC FreeBSD ports repository Modified files: www/p5-HTML-TableExtract Makefile distinfo Log: Update to 2.02 Revision Changes Path 1.14 +1 -1 ports/www/p5-HTML-TableExtract/Makefile 1.7 +2 -2 ports/www/p5-HTML-TableExtract/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 11:59:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8139716A41C; Sat, 16 Jul 2005 11:59:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE3CD43D49; Sat, 16 Jul 2005 11:59:48 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GBxmvK088706; Sat, 16 Jul 2005 11:59:48 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GBxmf1088705; Sat, 16 Jul 2005 11:59:48 GMT (envelope-from erwin) Message-Id: <200507161159.j6GBxmf1088705@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 11:59: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/www/p5-HTML-TableExtract 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, 16 Jul 2005 11:59:49 -0000 erwin 2005-07-16 11:59:48 UTC FreeBSD ports repository Modified files: www/p5-HTML-TableExtract Makefile distinfo Log: Forced commit to note that the previous update was: PR: 83550 Submitted by: leeym Revision Changes Path 1.15 +0 -0 ports/www/p5-HTML-TableExtract/Makefile 1.8 +0 -0 ports/www/p5-HTML-TableExtract/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:11:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC9116A41C; Sat, 16 Jul 2005 12:11:33 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B54D843D46; Sat, 16 Jul 2005 12:11:32 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCBWPk089248; Sat, 16 Jul 2005 12:11:32 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCBWSB089239; Sat, 16 Jul 2005 12:11:32 GMT (envelope-from erwin) Message-Id: <200507161211.j6GCBWSB089239@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 12:11: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/sysutils Makefile ports/sysutils/p5-File-Stat-Bits 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, 16 Jul 2005 12:11:33 -0000 erwin 2005-07-16 12:11:32 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-File-Stat-Bits Makefile distinfo pkg-descr pkg-plist Log: Add p5-File-Stat-Bits 0.18, perl5 module interface to the major()/minor() C routines. PR: ports/82291 Submitted by: Jim Pirzyk pirzyk@freebsd.org Revision Changes Path 1.678 +1 -0 ports/sysutils/Makefile 1.1 +22 -0 ports/sysutils/p5-File-Stat-Bits/Makefile (new) 1.1 +2 -0 ports/sysutils/p5-File-Stat-Bits/distinfo (new) 1.1 +6 -0 ports/sysutils/p5-File-Stat-Bits/pkg-descr (new) 1.1 +9 -0 ports/sysutils/p5-File-Stat-Bits/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:11:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2218116A41F; Sat, 16 Jul 2005 12:11:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C644943D48; Sat, 16 Jul 2005 12:11:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCBWwA089247; Sat, 16 Jul 2005 12:11:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCBWgO089246; Sat, 16 Jul 2005 12:11:32 GMT (envelope-from pav) Message-Id: <200507161211.j6GCBWgO089246@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:11:32 +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: Sat, 16 Jul 2005 12:11:33 -0000 pav 2005-07-16 12:11:32 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 6.9 Using Python section: - Whitespace fix. Translators ignore. Approved by: remko Revision Changes Path 1.586 +6 -6 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:11:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4CE16A41C; Sat, 16 Jul 2005 12:11:50 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4FF43D46; Sat, 16 Jul 2005 12:11:50 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCBop3089297; Sat, 16 Jul 2005 12:11:50 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCBoA6089296; Sat, 16 Jul 2005 12:11:50 GMT (envelope-from erwin) Message-Id: <200507161211.j6GCBoA6089296@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 12:11: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: 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, 16 Jul 2005 12:11:50 -0000 erwin 2005-07-16 12:11:50 UTC FreeBSD ports repository Modified files: . modules Log: p5-File-Stat-Bits --> ports/sysutils/p5-File-Stat-Bits Revision Changes Path 1.12848 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:18:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C58BF16A41C; Sat, 16 Jul 2005 12:18:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8328843D48; Sat, 16 Jul 2005 12:18:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCIN4R089605; Sat, 16 Jul 2005 12:18:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCINHl089604; Sat, 16 Jul 2005 12:18:23 GMT (envelope-from pav) Message-Id: <200507161218.j6GCINHl089604@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:18:23 +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: Sat, 16 Jul 2005 12:18:24 -0000 pav 2005-07-16 12:18:23 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: New section: Using Apache and PHP - Document variables for use in Apache related ports - Document variables for use in PHP extensions, pecl and PHP using ports - Document how to write PEAR module ports and give an example Makefile Approved by: remko Revision Changes Path 1.587 +183 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:20:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5463716A41C; Sat, 16 Jul 2005 12:20:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC2843D49; Sat, 16 Jul 2005 12:20:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCKMQu089677; Sat, 16 Jul 2005 12:20:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCKMq1089676; Sat, 16 Jul 2005 12:20:22 GMT (envelope-from pav) Message-Id: <200507161220.j6GCKMq1089676@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:20: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/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: Sat, 16 Jul 2005 12:20:23 -0000 pav 2005-07-16 12:20:22 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 6.11 Using Ruby section: - Document most common variables for Ruby related ports Approved by: remko Revision Changes Path 1.588 +121 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:26:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E86BA16A41C; Sat, 16 Jul 2005 12:26:33 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F5B43D46; Sat, 16 Jul 2005 12:26:33 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCQXxt089964; Sat, 16 Jul 2005 12:26:33 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCQXgY089963; Sat, 16 Jul 2005 12:26:33 GMT (envelope-from gerald) Message-Id: <200507161226.j6GCQXgY089963@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 16 Jul 2005 12:26: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/gcc41 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, 16 Jul 2005 12:26:34 -0000 gerald 2005-07-16 12:26:33 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile Log: No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Revision Changes Path 1.219 +5 -5 ports/lang/gcc41/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:28:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2FF16A41C; Sat, 16 Jul 2005 12:28:21 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73B143D46; Sat, 16 Jul 2005 12:28:21 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCSLug090061; Sat, 16 Jul 2005 12:28:21 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCSLph090060; Sat, 16 Jul 2005 12:28:21 GMT (envelope-from oliver) Message-Id: <200507161228.j6GCSLph090060@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 16 Jul 2005 12:28: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/misc/mime-support 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, 16 Jul 2005 12:28:22 -0000 oliver 2005-07-16 12:28:21 UTC FreeBSD ports repository Modified files: misc/mime-support Makefile Log: install run-mailcap PR: 83555 Submitted by: Ed Schouten Revision Changes Path 1.8 +4 -1 ports/misc/mime-support/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:37:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFAC16A41C; Sat, 16 Jul 2005 12:37:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0881343D45; Sat, 16 Jul 2005 12:37:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCbPKW090481; Sat, 16 Jul 2005 12:37:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCbPw2090480; Sat, 16 Jul 2005 12:37:25 GMT (envelope-from pav) Message-Id: <200507161237.j6GCbPw2090480@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:37: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/audio Makefile ports/audio/xmms-rateplug Makefile distinfo pkg-descr pkg-message ports/audio/xmms-rateplug/files install-user X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 12:37:26 -0000 pav 2005-07-16 12:37:25 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/xmms-rateplug Makefile distinfo pkg-descr pkg-message audio/xmms-rateplug/files install-user Log: Add song rating control to the XMMS playlist Adds extra control to the XMMS playlist and automatically skips songs you don't like and play the ones you do like. * High rated songs will be played privileged * Manual manipulation of the assessment of single songs * Ignore single songs * Configurable PR: ports/83484 Submitted by: Emanuel Haupt Revision Changes Path 1.645 +1 -0 ports/audio/Makefile 1.1 +41 -0 ports/audio/xmms-rateplug/Makefile (new) 1.1 +2 -0 ports/audio/xmms-rateplug/distinfo (new) 1.1 +22 -0 ports/audio/xmms-rateplug/files/install-user (new) 1.1 +12 -0 ports/audio/xmms-rateplug/pkg-descr (new) 1.1 +4 -0 ports/audio/xmms-rateplug/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:38:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAAB16A41C; Sat, 16 Jul 2005 12:38:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9993443D45; Sat, 16 Jul 2005 12:38:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCc3tC090538; Sat, 16 Jul 2005 12:38:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCc3YL090537; Sat, 16 Jul 2005 12:38:03 GMT (envelope-from pav) Message-Id: <200507161238.j6GCc3YL090537@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:38: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: Sat, 16 Jul 2005 12:38:04 -0000 pav 2005-07-16 12:38:03 UTC FreeBSD ports repository Modified files: . modules Log: xmms-rateplug --> ports/audio/xmms-rateplug Revision Changes Path 1.12849 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:48:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B54116A41C; Sat, 16 Jul 2005 12:48:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6773943D49; Sat, 16 Jul 2005 12:48:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCmkGl097933; Sat, 16 Jul 2005 12:48:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCmkJw097932; Sat, 16 Jul 2005 12:48:46 GMT (envelope-from pav) Message-Id: <200507161248.j6GCmkJw097932@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 12:48: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/tla Makefile distinfo pkg-plist ports/devel/tla/files patch-linkopenssl patch-neonssl patch-tla::libneon::PLUGIN::AUTOCONF patch-tla::tla::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, 16 Jul 2005 12:48:46 -0000 pav 2005-07-16 12:48:46 UTC FreeBSD ports repository Modified files: devel/tla Makefile distinfo Added files: devel/tla/files patch-linkopenssl patch-neonssl Removed files: devel/tla pkg-plist devel/tla/files patch-tla::libneon::PLUGIN::AUTOCONF patch-tla::tla::Makefile.in Log: - Update to 1.3.3 PR: ports/82579 Submitted by: Radim Kolar Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.13 +23 -12 ports/devel/tla/Makefile 1.6 +2 -2 ports/devel/tla/distinfo 1.1 +10 -0 ports/devel/tla/files/patch-linkopenssl (new) 1.1 +8 -0 ports/devel/tla/files/patch-neonssl (new) 1.2 +0 -8 ports/devel/tla/files/patch-tla::libneon::PLUGIN::AUTOCONF (dead) 1.2 +0 -10 ports/devel/tla/files/patch-tla::tla::Makefile.in (dead) 1.3 +0 -3 ports/devel/tla/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 12:57:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A8B16A41C; Sat, 16 Jul 2005 12:57:37 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C649443D45; Sat, 16 Jul 2005 12:57:36 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GCva2g098241; Sat, 16 Jul 2005 12:57:36 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GCva3g098240; Sat, 16 Jul 2005 12:57:36 GMT (envelope-from remko) Message-Id: <200507161257.j6GCva3g098240@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 12:57:36 +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: Sat, 16 Jul 2005 12:57:37 -0000 remko 2005-07-16 12:57:36 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Merge 1.353 to 1.356 from usergroups.sgml: Add: AlbaBUG Add: Augusta Add: CDBUG Remove: FrankfurtBSD Remove: New Orleans *BSD Users Group Revision Changes Path 1.3 +38 -21 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:09:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C5C16A41C; Sat, 16 Jul 2005 13:09:14 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C76B843D45; Sat, 16 Jul 2005 13:09:13 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GD9Dpr098674; Sat, 16 Jul 2005 13:09:13 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GD9DID098673; Sat, 16 Jul 2005 13:09:13 GMT (envelope-from mlaier) Message-Id: <200507161309.j6GD9DID098673@repoman.freebsd.org> From: Max Laier Date: Sat, 16 Jul 2005 13:09:13 +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/news/status status.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, 16 Jul 2005 13:09:14 -0000 mlaier 2005-07-16 13:09:13 UTC FreeBSD doc repository (src committer) Modified files: en/news/status status.sgml Log: Last call for status reports: Monday 07/18 20:00 GMT Revision Changes Path 1.27 +2 -2 www/en/news/status/status.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:14:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C5616A41C; Sat, 16 Jul 2005 13:14:50 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A776C43D48; Sat, 16 Jul 2005 13:14:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GDEn5i098932; Sat, 16 Jul 2005 13:14:49 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GDEn4C098931; Sat, 16 Jul 2005 13:14:49 GMT (envelope-from erwin) Message-Id: <200507161314.j6GDEn4C098931@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 13:14: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: 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, 16 Jul 2005 13:14:50 -0000 erwin 2005-07-16 13:14:49 UTC FreeBSD ports repository Modified files: . modules Log: wxMaxima --> ports/math/wxMaxima Revision Changes Path 1.12850 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:30:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E18016A41C; Sat, 16 Jul 2005 13:30:45 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404E543D49; Sat, 16 Jul 2005 13:30:45 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GDUjIu099611; Sat, 16 Jul 2005 13:30:45 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GDUjmB099610; Sat, 16 Jul 2005 13:30:45 GMT (envelope-from remko) Message-Id: <200507161330.j6GDUjmB099610@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 13:30: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: 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: Sat, 16 Jul 2005 13:30:45 -0000 remko 2005-07-16 13:30:45 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Add Romanian BSD Forums. Requested by: yo2lux on www@ Revision Changes Path 1.4 +10 -1 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:49:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4767816A41C; Sat, 16 Jul 2005 13:49:00 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85C43D45; Sat, 16 Jul 2005 13:48:59 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GDmxMm000264; Sat, 16 Jul 2005 13:48:59 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GDmxnv000263; Sat, 16 Jul 2005 13:48:59 GMT (envelope-from remko) Message-Id: <200507161348.j6GDmxnv000263@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 13:48: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/en developers.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, 16 Jul 2005 13:49:00 -0000 remko 2005-07-16 13:48:59 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add csjp to the secteam. Requested by: cperciva Revision Changes Path 1.101 +2 -2 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:53:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7B516A41C; Sat, 16 Jul 2005 13:53:18 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8791E43D4C; Sat, 16 Jul 2005 13:53:18 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GDrIfE000491; Sat, 16 Jul 2005 13:53:18 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GDrIbE000490; Sat, 16 Jul 2005 13:53:18 GMT (envelope-from remko) Message-Id: <200507161353.j6GDrIbE000490@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 13:53:18 +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.staff.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, 16 Jul 2005 13:53:19 -0000 remko 2005-07-16 13:53:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Also add csjp to the secteam here. Requested by: cperciva Revision Changes Path 1.25 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 13:59:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE2E16A41C; Sat, 16 Jul 2005 13:59:41 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E334843D46; Sat, 16 Jul 2005 13:59:40 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GDxeG5000753; Sat, 16 Jul 2005 13:59:40 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GDxeFT000752; Sat, 16 Jul 2005 13:59:40 GMT (envelope-from oliver) Message-Id: <200507161359.j6GDxeFT000752@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 16 Jul 2005 13:59: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/oidentd/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, 16 Jul 2005 13:59:41 -0000 oliver 2005-07-16 13:59:40 UTC FreeBSD ports repository Modified files: security/oidentd/files patch-configure Log: make it compile on 7 Noted by: pointyhat via kris Revision Changes Path 1.3 +2 -2 ports/security/oidentd/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sat Jul 16 14:02:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3560716A41C; Sat, 16 Jul 2005 14:02:48 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E804443D45; Sat, 16 Jul 2005 14:02:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GE2lBS000904; Sat, 16 Jul 2005 14:02:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GE2lPa000903; Sat, 16 Jul 2005 14:02:47 GMT (envelope-from phk) Message-Id: <200507161402.j6GE2lPa000903@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 16 Jul 2005 14:02: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/modules/ukbd 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, 16 Jul 2005 14:02:48 -0000 phk 2005-07-16 14:02:47 UTC FreeBSD src repository Modified files: sys/modules/ukbd Makefile Log: Revert last commit: It fixed make universe but broke regular kernel make. Revision Changes Path 1.20 +1 -1 src/sys/modules/ukbd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 14:07:17 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094B916A41F for ; Sat, 16 Jul 2005 14:07:17 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E29643D53 for ; Sat, 16 Jul 2005 14:07:12 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 29704 invoked from network); 16 Jul 2005 14:07:12 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 16 Jul 2005 14:07:12 -0000 Received: from blue.virtual-estates.net ([10.0.1.140]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j6GE77Re071942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 16 Jul 2005 10:07:08 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j6GE77K4021603; Sat, 16 Jul 2005 10:07:07 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.3/8.13.3/Submit) id j6GE764S021602; Sat, 16 Jul 2005 10:07:06 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: Kris Kennaway Date: Sat, 16 Jul 2005 10:07:05 -0400 User-Agent: KMail/1.8.1 References: <200507132352.j6DNqtUS011697@repoman.freebsd.org> <200507151751.30130.lofi@freebsd.org> <20050716053608.GA10863@xor.obsecurity.org> In-Reply-To: <20050716053608.GA10863@xor.obsecurity.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Alexey Dokuchaev , Mikhail Teterin , Michael Nottebrock , cvs-all@freebsd.org, ports-committers@freebsd.org, pav@freebsd.org, cvs-ports@freebsd.org, Alexander Leidinger Subject: cluster vs. PORTREVISION (Re: cvs commit: ports/graphics/djvulibre...) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 14:07:17 -0000 On Saturday 16 July 2005 01:36 am, Kris Kennaway wrote: = The cluster does mind, because I do not have enough machines to waste = cycles on gratuitous rebuilds. šAlso, the FTP sites mind when the = waste bandwidth on gratuitous downloads. But the package-building scripts _can_ be modified to track dependencies without relying on PORTREVISION, cat they not? And portupgrade does not need the variable either. Also, for releases you do a full rebuild from scratch anyway too, right? -mi From owner-cvs-all@FreeBSD.ORG Sat Jul 16 14:38:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6838816A41C; Sat, 16 Jul 2005 14:38:05 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A0043D49; Sat, 16 Jul 2005 14:38:05 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GEc5ME002192; Sat, 16 Jul 2005 14:38:05 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GEc48w002191; Sat, 16 Jul 2005 14:38:04 GMT (envelope-from simon) Message-Id: <200507161438.j6GEc48w002191@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 16 Jul 2005 14:38: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/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: Sat, 16 Jul 2005 14:38:05 -0000 simon 2005-07-16 14:38:04 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document firefox & mozilla -- multiple vulnerabilities. - Minor style nit in drupal entry: Use port name (i.e. lower case) as first part of the title. Revision Changes Path 1.733 +127 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:01:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709E616A41C; Sat, 16 Jul 2005 15:01:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D4243D49; Sat, 16 Jul 2005 15:01:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF12BE003050; Sat, 16 Jul 2005 15:01:02 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF11fn003049; Sat, 16 Jul 2005 15:01:01 GMT (envelope-from jylefort) Message-Id: <200507161501.j6GF11fn003049@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15:01: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/emulators Makefile ports/emulators/linux-pete-xgl2gpu 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, 16 Jul 2005 15:01:02 -0000 jylefort 2005-07-16 15:01:01 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux-pete-xgl2gpu Makefile distinfo pkg-descr pkg-plist Log: Add linux-pete-xgl2gpu. Pete's XGL2 GPU is a PSEmu Pro GPU plugin using a hardware-accelerated modern OpenGL renderer. This is the Linux version, tested with emulators/linux-ePSXe. WWW: http://www.pbernert.com/ Revision Changes Path 1.167 +1 -0 ports/emulators/Makefile 1.1 +62 -0 ports/emulators/linux-pete-xgl2gpu/Makefile (new) 1.1 +2 -0 ports/emulators/linux-pete-xgl2gpu/distinfo (new) 1.1 +9 -0 ports/emulators/linux-pete-xgl2gpu/pkg-descr (new) 1.1 +12 -0 ports/emulators/linux-pete-xgl2gpu/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:01:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A9916A41C; Sat, 16 Jul 2005 15:01:58 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E70543D48; Sat, 16 Jul 2005 15:01:58 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF1vxf003100; Sat, 16 Jul 2005 15:01:57 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF1vne003099; Sat, 16 Jul 2005 15:01:57 GMT (envelope-from jylefort) Message-Id: <200507161501.j6GF1vne003099@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15: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: 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, 16 Jul 2005 15:01:58 -0000 jylefort 2005-07-16 15:01:57 UTC FreeBSD ports repository Modified files: . modules Log: linux-pete-xgl2gpu --> ports/emulators/linux-pete-xgl2gpu Revision Changes Path 1.12851 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:05:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DCCD16A41C; Sat, 16 Jul 2005 15:05:22 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B81543D48; Sat, 16 Jul 2005 15:05:22 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF5Mb0003305; Sat, 16 Jul 2005 15:05:22 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF5MAG003304; Sat, 16 Jul 2005 15:05:22 GMT (envelope-from jylefort) Message-Id: <200507161505.j6GF5MAG003304@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15:05: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/emulators/linux-ePSXe Makefile pkg-message pkg-plist ports/emulators/linux-ePSXe/files epsxe epsxe-install.in epsxe-wrapper.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, 16 Jul 2005 15:05:22 -0000 jylefort 2005-07-16 15:05:22 UTC FreeBSD ports repository Modified files: emulators/linux-ePSXe Makefile pkg-message pkg-plist Added files: emulators/linux-ePSXe/files epsxe-wrapper.in Removed files: emulators/linux-ePSXe/files epsxe epsxe-install.in Log: - Remove epsxe-install; the epsxe shell script now maintains ~/.epsxe - Explicitly depend on linux_base-8 - Reword and improve pkg-message - Polish the Makefile Revision Changes Path 1.10 +9 -41 ports/emulators/linux-ePSXe/Makefile 1.4 +0 -15 ports/emulators/linux-ePSXe/files/epsxe (dead) 1.4 +0 -72 ports/emulators/linux-ePSXe/files/epsxe-install.in (dead) 1.1 +54 -0 ports/emulators/linux-ePSXe/files/epsxe-wrapper.in (new) 1.5 +14 -18 ports/emulators/linux-ePSXe/pkg-message 1.5 +0 -1 ports/emulators/linux-ePSXe/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:06:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4D316A41C; Sat, 16 Jul 2005 15:06:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB17943D48; Sat, 16 Jul 2005 15:06:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF6noi003383; Sat, 16 Jul 2005 15:06:49 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF6nYA003382; Sat, 16 Jul 2005 15:06:49 GMT (envelope-from jylefort) Message-Id: <200507161506.j6GF6nYA003382@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15: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/emulators/linux-peops-softgpu 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, 16 Jul 2005 15:06:50 -0000 jylefort 2005-07-16 15:06:49 UTC FreeBSD ports repository Modified files: emulators/linux-peops-softgpu Makefile distinfo Log: - Update to 1.17 - Polish the Makefile Revision Changes Path 1.9 +3 -9 ports/emulators/linux-peops-softgpu/Makefile 1.5 +2 -2 ports/emulators/linux-peops-softgpu/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:07:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC9C16A41C; Sat, 16 Jul 2005 15:07:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C5F243D46; Sat, 16 Jul 2005 15:07:32 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF7WT3003449; Sat, 16 Jul 2005 15:07:32 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF7WDh003448; Sat, 16 Jul 2005 15:07:32 GMT (envelope-from jylefort) Message-Id: <200507161507.j6GF7WDh003448@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15:07: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/emulators/linux-pete-mesagpu 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, 16 Jul 2005 15:07:32 -0000 jylefort 2005-07-16 15:07:32 UTC FreeBSD ports repository Modified files: emulators/linux-pete-mesagpu Makefile distinfo Log: - Update to 1.76 - Polish the Makefile Revision Changes Path 1.10 +3 -9 ports/emulators/linux-pete-mesagpu/Makefile 1.4 +2 -2 ports/emulators/linux-pete-mesagpu/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:07:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227B316A41C; Sat, 16 Jul 2005 15:07:42 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71CC43D46; Sat, 16 Jul 2005 15:07:41 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF7fbp003521; Sat, 16 Jul 2005 15:07:41 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF7fvb003520; Sat, 16 Jul 2005 15:07:41 GMT (envelope-from erwin) Message-Id: <200507161507.j6GF7fvb003520@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15:07: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/sysutils Makefile ports/sysutils/p5-Unix-Mknod 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, 16 Jul 2005 15:07:42 -0000 erwin 2005-07-16 15:07:41 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Unix-Mknod Makefile distinfo pkg-descr pkg-plist Log: Add p5-Unix-Mknod 0.02, perl5 module to create special files. PR: ports/83393 Submitted by: Jim Pirzyk pirzyk@freebsd.org Revision Changes Path 1.679 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/p5-Unix-Mknod/Makefile (new) 1.1 +2 -0 ports/sysutils/p5-Unix-Mknod/distinfo (new) 1.1 +6 -0 ports/sysutils/p5-Unix-Mknod/pkg-descr (new) 1.1 +7 -0 ports/sysutils/p5-Unix-Mknod/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:07:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC6416A426; Sat, 16 Jul 2005 15:07:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D4943D48; Sat, 16 Jul 2005 15:07:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GF7uf3003571; Sat, 16 Jul 2005 15:07:56 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GF7uwE003570; Sat, 16 Jul 2005 15:07:56 GMT (envelope-from erwin) Message-Id: <200507161507.j6GF7uwE003570@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15:07: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: 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, 16 Jul 2005 15:07:57 -0000 erwin 2005-07-16 15:07:56 UTC FreeBSD ports repository Modified files: . modules Log: p5-Unix-Mknod --> ports/sysutils/p5-Unix-Mknod Revision Changes Path 1.12852 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:23:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2B16A41F; Sat, 16 Jul 2005 15:23:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23AD43D45; Sat, 16 Jul 2005 15:23:22 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFNMbk004261; Sat, 16 Jul 2005 15:23:22 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFNMRW004260; Sat, 16 Jul 2005 15:23:22 GMT (envelope-from erwin) Message-Id: <200507161523.j6GFNMRW004260@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15:23: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/lang Makefile ports/lang/p5-JavaScript-SpiderMonkey 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, 16 Jul 2005 15:23:23 -0000 erwin 2005-07-16 15:23:22 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/p5-JavaScript-SpiderMonkey Makefile distinfo pkg-descr pkg-plist Log: Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozilla JavaScript implementation. PR: ports/82321 Submitted by: kappa@freebsd.org.ua Revision Changes Path 1.447 +1 -0 ports/lang/Makefile 1.1 +40 -0 ports/lang/p5-JavaScript-SpiderMonkey/Makefile (new) 1.1 +2 -0 ports/lang/p5-JavaScript-SpiderMonkey/distinfo (new) 1.1 +5 -0 ports/lang/p5-JavaScript-SpiderMonkey/pkg-descr (new) 1.1 +7 -0 ports/lang/p5-JavaScript-SpiderMonkey/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:23:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B367116A41C; Sat, 16 Jul 2005 15:23:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D1E43D49; Sat, 16 Jul 2005 15:23:37 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFNbGW004307; Sat, 16 Jul 2005 15:23:37 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFNbJO004306; Sat, 16 Jul 2005 15:23:37 GMT (envelope-from erwin) Message-Id: <200507161523.j6GFNbJO004306@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15: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: 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, 16 Jul 2005 15:23:38 -0000 erwin 2005-07-16 15:23:37 UTC FreeBSD ports repository Modified files: . modules Log: p5-JavaScript-SpiderMonkey --> ports/lang/p5-JavaScript-SpiderMonkey Revision Changes Path 1.12853 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:29:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82EF16A41C; Sat, 16 Jul 2005 15:29:53 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8766143D46; Sat, 16 Jul 2005 15:29:53 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFTrSV004588; Sat, 16 Jul 2005 15:29:53 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFTrUV004587; Sat, 16 Jul 2005 15:29:53 GMT (envelope-from erwin) Message-Id: <200507161529.j6GFTrUV004587@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15: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/devel Makefile ports/devel/p5-Text-LevenshteinXS 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, 16 Jul 2005 15:29:53 -0000 erwin 2005-07-16 15:29:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Text-LevenshteinXS Makefile distinfo pkg-descr pkg-plist Log: Add p5-Text-LevenshteinXS 0.03, text::LevenshteinXS - CPAN Levenshtein edit distance. PR: ports/82396 Submitted by: christian Revision Changes Path 1.1926 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Text-LevenshteinXS/Makefile (new) 1.1 +2 -0 ports/devel/p5-Text-LevenshteinXS/distinfo (new) 1.1 +7 -0 ports/devel/p5-Text-LevenshteinXS/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Text-LevenshteinXS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:30:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86DCD16A41F; Sat, 16 Jul 2005 15:30:21 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B0E43D55; Sat, 16 Jul 2005 15:30:20 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFUKJB004681; Sat, 16 Jul 2005 15:30:20 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFUKWt004680; Sat, 16 Jul 2005 15:30:20 GMT (envelope-from erwin) Message-Id: <200507161530.j6GFUKWt004680@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15:30: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: 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, 16 Jul 2005 15:30:21 -0000 erwin 2005-07-16 15:30:20 UTC FreeBSD ports repository Modified files: . modules Log: p5-Text-LevenshteinXS --> ports/devel/p5-Text-LevenshteinXS Revision Changes Path 1.12854 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:35:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3326116A41C; Sat, 16 Jul 2005 15:35:11 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E675D43D45; Sat, 16 Jul 2005 15:35:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFZAjE004866; Sat, 16 Jul 2005 15:35:10 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFZAfr004865; Sat, 16 Jul 2005 15:35:10 GMT (envelope-from erwin) Message-Id: <200507161535.j6GFZAfr004865@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 16 Jul 2005 15: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/gnoemoe 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, 16 Jul 2005 15:35:11 -0000 erwin 2005-07-16 15:35:10 UTC FreeBSD ports repository Modified files: net/gnoemoe Makefile Log: Drop maintainership. PR: 83562 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/net/gnoemoe/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:47:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB9616A41C; Sat, 16 Jul 2005 15:47:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0FD43D46; Sat, 16 Jul 2005 15:47:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFl2D9005371; Sat, 16 Jul 2005 15:47:02 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFl2FF005370; Sat, 16 Jul 2005 15:47:02 GMT (envelope-from jylefort) Message-Id: <200507161547.j6GFl2FF005370@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 16 Jul 2005 15:47: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/devel/dbus Makefile pkg-plist ports/devel/dbus/files patch-dbus_dbus-sysdeps.c patch-glib_dbus-gvalue-utils.c patch-tools_dbus-send.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, 16 Jul 2005 15:47:02 -0000 jylefort 2005-07-16 15:47:02 UTC FreeBSD ports repository Modified files: devel/dbus Makefile pkg-plist devel/dbus/files patch-dbus_dbus-sysdeps.c patch-glib_dbus-gvalue-utils.c Added files: devel/dbus/files patch-tools_dbus-send.c Log: - Fix a patch which did not apply [1] - Fix build on 4.x - Also create ${PREFIX}/etc/dbus-1/system.d when installed from a package Reported by: Dennis Cabooter [1] Revision Changes Path 1.30 +1 -1 ports/devel/dbus/Makefile 1.8 +0 -108 ports/devel/dbus/files/patch-dbus_dbus-sysdeps.c 1.2 +18 -7 ports/devel/dbus/files/patch-glib_dbus-gvalue-utils.c 1.1 +18 -0 ports/devel/dbus/files/patch-tools_dbus-send.c (new) 1.10 +1 -0 ports/devel/dbus/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 15:57:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3623D16A41C; Sat, 16 Jul 2005 15:57:15 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B7043D45; Sat, 16 Jul 2005 15:57:14 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GFvE4w005719; Sat, 16 Jul 2005 15:57:14 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GFvEGl005718; Sat, 16 Jul 2005 15:57:14 GMT (envelope-from remko) Message-Id: <200507161557.j6GFvEGl005718@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 15:57:14 +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/platforms index.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, 16 Jul 2005 15:57:15 -0000 remko 2005-07-16 15:57:14 UTC FreeBSD doc repository Modified files: en/platforms index.sgml Log: i386 is no longer an exception in the list of platforms PR: www/83185 Submitted by: Antoine Brodin Revision Changes Path 1.14 +2 -4 www/en/platforms/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 16:34:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C8116A41C; Sat, 16 Jul 2005 16:34:57 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1669043D49; Sat, 16 Jul 2005 16:34:57 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GGYuE9007158; Sat, 16 Jul 2005 16:34:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GGYuxf007157; Sat, 16 Jul 2005 16:34:56 GMT (envelope-from mezz) Message-Id: <200507161634.j6GGYuxf007157@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 16 Jul 2005 16:34: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/dbus-sharp 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, 16 Jul 2005 16:34:57 -0000 mezz 2005-07-16 16:34:56 UTC FreeBSD ports repository Modified files: devel/dbus-sharp Makefile pkg-plist Log: -Chase dbus update to 0.35 by update plist. -Remove Python dependency. Revision Changes Path 1.4 +5 -5 ports/devel/dbus-sharp/Makefile 1.3 +4 -4 ports/devel/dbus-sharp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 16:45:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE72416A41C; Sat, 16 Jul 2005 16:45:30 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8F343D45; Sat, 16 Jul 2005 16:45:30 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GGjUDc007601; Sat, 16 Jul 2005 16:45:30 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GGjUt6007600; Sat, 16 Jul 2005 16:45:30 GMT (envelope-from remko) Message-Id: <200507161645.j6GGjUt6007600@repoman.freebsd.org> From: Remko Lodder Date: Sat, 16 Jul 2005 16:45:30 +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: Sat, 16 Jul 2005 16:45:30 -0000 remko 2005-07-16 16:45:30 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Fix the NLFUG entry. s/under/to/. Spotted by: Siebrand Mazeland Revision Changes Path 1.5 +2 -2 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 17:27:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD7116A421; Sat, 16 Jul 2005 17:27:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABA643D60; Sat, 16 Jul 2005 17:27:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GHRIG6016021; Sat, 16 Jul 2005 17:27:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GHRIfX016020; Sat, 16 Jul 2005 17:27:18 GMT (envelope-from marcus) Message-Id: <200507161727.j6GHRIfX016020@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 17:27: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/devel/dbus Makefile distinfo ports/devel/dbus/files patch-python_Makefile.in patch-python_dbus_bindings.pxd.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, 16 Jul 2005 17:27:22 -0000 marcus 2005-07-16 17:27:18 UTC FreeBSD ports repository Modified files: devel/dbus Makefile distinfo devel/dbus/files patch-python_Makefile.in Removed files: devel/dbus/files patch-python_dbus_bindings.pxd.in Log: Update to 0.35.1. Revision Changes Path 1.31 +2 -2 ports/devel/dbus/Makefile 1.10 +2 -2 ports/devel/dbus/distinfo 1.5 +4 -4 ports/devel/dbus/files/patch-python_Makefile.in 1.2 +0 -11 ports/devel/dbus/files/patch-python_dbus_bindings.pxd.in (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 17:31:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1458A16A41C; Sat, 16 Jul 2005 17:31:37 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF46C43D46; Sat, 16 Jul 2005 17:31:36 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GHVaP6016238; Sat, 16 Jul 2005 17:31:36 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GHVaMT016237; Sat, 16 Jul 2005 17:31:36 GMT (envelope-from delphij) Message-Id: <200507161731.j6GHVaMT016237@repoman.freebsd.org> From: Xin LI Date: Sat, 16 Jul 2005 17:31:36 +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: Sat, 16 Jul 2005 17:31:37 -0000 delphij 2005-07-16 17:31:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add a missing Revision Changes Path 1.589 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 17:33:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F3516A41C; Sat, 16 Jul 2005 17:33:00 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E377F43D48; Sat, 16 Jul 2005 17:32:59 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GHWxJw016292; Sat, 16 Jul 2005 17:32:59 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GHWxdY016291; Sat, 16 Jul 2005 17:32:59 GMT (envelope-from mezz) Message-Id: <200507161732.j6GHWxdY016291@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 16 Jul 2005 17:32: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/games/gnomegames2 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, 16 Jul 2005 17:33:00 -0000 mezz 2005-07-16 17:32:59 UTC FreeBSD ports repository Modified files: games/gnomegames2 Makefile distinfo Log: Update to 2.10.2. Revision Changes Path 1.93 +1 -1 ports/games/gnomegames2/Makefile 1.40 +2 -2 ports/games/gnomegames2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 17:39:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E58F16A41C; Sat, 16 Jul 2005 17:39:32 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E0943D49; Sat, 16 Jul 2005 17:39:32 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GHdVOA016518; Sat, 16 Jul 2005 17:39:31 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GHdVSW016517; Sat, 16 Jul 2005 17:39:31 GMT (envelope-from mezz) Message-Id: <200507161739.j6GHdVSW016517@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 16 Jul 2005 17:39: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/dbus-sharp 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, 16 Jul 2005 17:39:32 -0000 mezz 2005-07-16 17:39:31 UTC FreeBSD ports repository Modified files: devel/dbus-sharp Makefile pkg-plist Log: Chase dbus update to 3.5.1 again by update plist. Revision Changes Path 1.5 +1 -1 ports/devel/dbus-sharp/Makefile 1.4 +4 -4 ports/devel/dbus-sharp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:02:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9982E16A41C; Sat, 16 Jul 2005 19:02:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535F743D48; Sat, 16 Jul 2005 19:02:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJ2MZP019905; Sat, 16 Jul 2005 19:02:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJ2MPR019904; Sat, 16 Jul 2005 19:02:22 GMT (envelope-from brueffer) Message-Id: <200507161902.j6GJ2MPR019904@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:02:22 +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/wpa/wpa_cli wpa_cli.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.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: Sat, 16 Jul 2005 19:02:22 -0000 brueffer 2005-07-16 19:02:22 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) usr.sbin/wpa/wpa_cli wpa_cli.8 usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: MFC: Spelling and grammar fixes. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +5 -5 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 1.3.2.1 +7 -7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:09:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4675C16A41C; Sat, 16 Jul 2005 19:09:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0328643D45; Sat, 16 Jul 2005 19:09:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJ9uR8020139; Sat, 16 Jul 2005 19:09:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJ9uA3020138; Sat, 16 Jul 2005 19:09:56 GMT (envelope-from brueffer) Message-Id: <200507161909.j6GJ9uA3020138@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:09:56 +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/sbin/ifconfig ifconfig.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: Sat, 16 Jul 2005 19:09:57 -0000 brueffer 2005-07-16 19:09:56 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC: rev. 1.96 + 1.97 Information about the capability flags in 'ifconfig foo0 scan' output. Approved by: re (hrs), (earlier version) Revision Changes Path 1.95.2.1 +29 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:12:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A5216A41C; Sat, 16 Jul 2005 19:12:15 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3B043D6E; Sat, 16 Jul 2005 19:12:06 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJC5KC020287; Sat, 16 Jul 2005 19:12:05 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJC5mh020286; Sat, 16 Jul 2005 19:12:05 GMT (envelope-from novel) Message-Id: <200507161912.j6GJC5mh020286@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 16 Jul 2005 19:12: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/ftp/wzdftpd/files patch-src-wzd_types.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, 16 Jul 2005 19:12:16 -0000 novel 2005-07-16 19:12:05 UTC FreeBSD ports repository Modified files: ftp/wzdftpd/files patch-src-wzd_types.h Log: Fix build with IPv6 support. Reported by: poinyhat via kris Revision Changes Path 1.2 +27 -8 ports/ftp/wzdftpd/files/patch-src-wzd_types.h From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:17:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9994716A41C; Sat, 16 Jul 2005 19:17:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5695A43D45; Sat, 16 Jul 2005 19:17:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJHYwH020527; Sat, 16 Jul 2005 19:17:34 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJHYEq020526; Sat, 16 Jul 2005 19:17:34 GMT (envelope-from brueffer) Message-Id: <200507161917.j6GJHYEq020526@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:17: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/share/man/man4 snd_ess.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: Sat, 16 Jul 2005 19:17:34 -0000 brueffer 2005-07-16 19:17:34 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_ess.4 Log: snd_ess needs snd_sbc to compile. Noticed by: oliver Revision Changes Path 1.5 +2 -1 src/share/man/man4/snd_ess.4 From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:27:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086C316A41C; Sat, 16 Jul 2005 19:27:19 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B995143D45; Sat, 16 Jul 2005 19:27:18 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJRI3j020857; Sat, 16 Jul 2005 19:27:18 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJRI1U020856; Sat, 16 Jul 2005 19:27:18 GMT (envelope-from murray) Message-Id: <200507161927.j6GJRI1U020856@repoman.freebsd.org> From: Murray Stokely Date: Sat, 16 Jul 2005 19:27:18 +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/news news.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: Sat, 16 Jul 2005 19:27:19 -0000 murray 2005-07-16 19:27:18 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Add newsflash about our 18 summer of code students. We were supposed to get a replacement for an ineligible winner, and another replacement for a student that was also accepted by another project, but it doesn't look like that is going to happen. Revision Changes Path 1.317 +29 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 16 19:40:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F92016A41C; Sat, 16 Jul 2005 19:40:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B00043D48; Sat, 16 Jul 2005 19:40:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJena8021466; Sat, 16 Jul 2005 19:40:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJen4k021465; Sat, 16 Jul 2005 19:40:49 GMT (envelope-from ume) Message-Id: <200507161940.j6GJen4k021465@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 16 Jul 2005 19:40: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/japanese/scim-anthy 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, 16 Jul 2005 19:40:49 -0000 ume 2005-07-16 19:40:49 UTC FreeBSD ports repository Modified files: japanese/scim-anthy Makefile distinfo Log: Update to 0.5.2. Revision Changes Path 1.6 +3 -3 ports/japanese/scim-anthy/Makefile 1.3 +2 -2 ports/japanese/scim-anthy/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 20:41:51 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC6316A41C; Sat, 16 Jul 2005 20:41:51 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4152243D45; Sat, 16 Jul 2005 20:41:51 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id DBF9913B635; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66856-03; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id 519A013B625; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j6GKfnkP081516; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) (envelope-from stijn) Date: Sat, 16 Jul 2005 22:41:49 +0200 From: Stijn Hoop To: Lukas Ertl Message-ID: <20050716204149.GC72402@pcwin002.win.tue.nl> References: <200507151338.j6FDc7wU097427@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <200507151338.j6FDc7wU097427@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum_var.h geom_vinum_volume.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, 16 Jul 2005 20:41:51 -0000 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 15, 2005 at 01:38:06PM +0000, Lukas Ertl wrote: > le 2005-07-15 13:38:06 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/geom/vinum geom_vinum_var.h geom_vinum_volume.c=20 > Log: > *) Implement round-robin reads for multiplex volumes. Great! But I suspect this isn't going to be MFC-d to 6.0 (or even better, 5.x) ? --Stijn --=20 "What kind of a two-bit operation are they running out of this treehouse, Cooper? I have seen some slipshod backwater burgs, but this place takes the cake." -- Special Agent Albert Rosenfield, "Twin Peaks" --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC2XENY3r/tLQmfWcRAljbAJ4qOSB857Vob4odPSmNcPjsy65g5gCgrYDj WyY6ECI5kqqsHVtsyFN259I= =obwE -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- From owner-cvs-all@FreeBSD.ORG Sat Jul 16 20:57:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2102C16A41C; Sat, 16 Jul 2005 20:57:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C5C43D46; Sat, 16 Jul 2005 20:57:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.3/8.13.3) with ESMTP id j6GKvW1t039959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 16 Jul 2005 22:57:32 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.3/8.13.3/Submit) id j6GKvVLV039958; Sat, 16 Jul 2005 22:57:31 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Xin LI In-Reply-To: <200507161731.j6GHVaMT016237@repoman.freebsd.org> References: <200507161731.j6GHVaMT016237@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2jbFSwb7lbVmn/FlnfVB" Date: Sat, 16 Jul 2005 22:57:31 +0200 Message-Id: <1121547451.39703.0.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 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, 16 Jul 2005 20:57:38 -0000 --=-2jbFSwb7lbVmn/FlnfVB Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Xin LI p=ED=B9e v so 16. 07. 2005 v 17:31 +0000: > delphij 2005-07-16 17:31:36 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > Log: > Add a missing Sorry. How come the jade does not complained about this in my local copy? --=20 Pav Lucistnik Fufie> snow should be on the tv and in the mountains, not here --=-2jbFSwb7lbVmn/FlnfVB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC2XS7ntdYP8FOsoIRAn0kAJ9kbdTYae4XmwBlhRkLbfaBx2f6ggCeIMeT H8hmmjKLK8DR7lNvS0zfYko= =CaLs -----END PGP SIGNATURE----- --=-2jbFSwb7lbVmn/FlnfVB-- From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:27:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B50F16A41C; Sat, 16 Jul 2005 21:27:44 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD5943D45; Sat, 16 Jul 2005 21:27:44 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLRhIc036945; Sat, 16 Jul 2005 21:27:43 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLRh5k036943; Sat, 16 Jul 2005 21:27:43 GMT (envelope-from lioux) Message-Id: <200507162127.j6GLRh5k036943@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 16 Jul 2005 21:27: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/net/py-bittorrent 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, 16 Jul 2005 21:27:44 -0000 lioux 2005-07-16 21:27:43 UTC FreeBSD ports repository Modified files: net/py-bittorrent Makefile distinfo Log: Update to 4.0.3 Revision Changes Path 1.29 +1 -1 ports/net/py-bittorrent/Makefile 1.11 +2 -2 ports/net/py-bittorrent/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:30:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F47116A41C; Sat, 16 Jul 2005 21:30:31 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC7243D45; Sat, 16 Jul 2005 21:30:30 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLUUaw037400; Sat, 16 Jul 2005 21:30:30 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLUUOc037397; Sat, 16 Jul 2005 21:30:30 GMT (envelope-from thierry) Message-Id: <200507162130.j6GLUUOc037397@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 16 Jul 2005 21:30: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/print/scribus Makefile distinfo pkg-plist ports/print/scribus/files patch-export.cpp patch-scribus::helpbrowser.cpp patch-scribus::plugins::fileloader::oodraw::sxwunzip.cpp patch-scribus::plugins::gettext::sxwim::sxwunzip.cpp patch-scribus::plugins::scriptplugin::scriptplugin.cpp patch-scribus::scribus.h patch-scribus::utils.cpp patch-scribus_plugins_scriptplugin_macro.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: Sat, 16 Jul 2005 21:30:31 -0000 thierry 2005-07-16 21:30:30 UTC FreeBSD ports repository Modified files: print/scribus Makefile distinfo pkg-plist Added files: print/scribus/files patch-scribus_plugins_scriptplugin_macro.cpp patch-scribus_plugins_short-words_vlnadialog.cpp Removed files: print/scribus/files patch-export.cpp patch-scribus::helpbrowser.cpp patch-scribus::plugins::fileloader::oodraw::sxwunzip.cpp patch-scribus::plugins::gettext::sxwim::sxwunzip.cpp patch-scribus::plugins::scriptplugin::scriptplugin.cpp patch-scribus::scribus.h patch-scribus::utils.cpp Log: Update to version 1.2.2.1. PR: 83161 Submitted by: KATO Tsuguru Revision Changes Path 1.30 +5 -5 ports/print/scribus/Makefile 1.17 +2 -2 ports/print/scribus/distinfo 1.2 +0 -11 ports/print/scribus/files/patch-export.cpp (dead) 1.2 +0 -11 ports/print/scribus/files/patch-scribus::helpbrowser.cpp (dead) 1.2 +0 -11 ports/print/scribus/files/patch-scribus::plugins::fileloader::oodraw::sxwunzip.cpp (dead) 1.2 +0 -11 ports/print/scribus/files/patch-scribus::plugins::gettext::sxwim::sxwunzip.cpp (dead) 1.2 +0 -56 ports/print/scribus/files/patch-scribus::plugins::scriptplugin::scriptplugin.cpp (dead) 1.2 +0 -11 ports/print/scribus/files/patch-scribus::scribus.h (dead) 1.2 +0 -10 ports/print/scribus/files/patch-scribus::utils.cpp (dead) 1.1 +20 -0 ports/print/scribus/files/patch-scribus_plugins_scriptplugin_macro.cpp (new) 1.1 +11 -0 ports/print/scribus/files/patch-scribus_plugins_short-words_vlnadialog.cpp (new) 1.17 +81 -7 ports/print/scribus/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:35:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFEB016A41C; Sat, 16 Jul 2005 21:35:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2FB43D49; Sat, 16 Jul 2005 21:35:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLZcqh038072; Sat, 16 Jul 2005 21:35:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLZcUF038071; Sat, 16 Jul 2005 21:35:38 GMT (envelope-from pav) Message-Id: <200507162135.j6GLZcUF038071@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 21:35: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/sysutils Makefile ports/sysutils/tinybsd Makefile distinfo pkg-descr pkg-plist ports/sysutils/tinybsd/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: Sat, 16 Jul 2005 21:35:39 -0000 pav 2005-07-16 21:35:38 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/tinybsd Makefile distinfo pkg-descr pkg-plist sysutils/tinybsd/files pkg-message.in Log: With TinyBSD you can create embedded systems based on FreeBSD 5.X and 6-CURRENT It's another alternative to PicoBSD and NanoBSD. PR: ports/83469 Submitted by: Jean Milanez Melo Revision Changes Path 1.680 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/tinybsd/Makefile (new) 1.1 +2 -0 ports/sysutils/tinybsd/distinfo (new) 1.1 +20 -0 ports/sysutils/tinybsd/files/pkg-message.in (new) 1.1 +4 -0 ports/sysutils/tinybsd/pkg-descr (new) 1.1 +8 -0 ports/sysutils/tinybsd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:36:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E1716A41C; Sat, 16 Jul 2005 21:36:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67B143D46; Sat, 16 Jul 2005 21:36:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLaHeB038176; Sat, 16 Jul 2005 21:36:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLaHDq038175; Sat, 16 Jul 2005 21:36:17 GMT (envelope-from pav) Message-Id: <200507162136.j6GLaHDq038175@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 21:36: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: Sat, 16 Jul 2005 21:36:18 -0000 pav 2005-07-16 21:36:17 UTC FreeBSD ports repository Modified files: . modules Log: tinybsd --> ports/sysutils/tinybsd Revision Changes Path 1.12855 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:44:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9698E16A41C; Sat, 16 Jul 2005 21:44:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582A743D45; Sat, 16 Jul 2005 21:44:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLitne039260; Sat, 16 Jul 2005 21:44:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLitdv039259; Sat, 16 Jul 2005 21:44:55 GMT (envelope-from pav) Message-Id: <200507162144.j6GLitdv039259@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 21:44: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/mail/minimalist 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, 16 Jul 2005 21:44:55 -0000 pav 2005-07-16 21:44:55 UTC FreeBSD ports repository Modified files: mail/minimalist Makefile distinfo Log: - Update to 2.5.3 PR: ports/83537 Submitted by: Martin Matuska Approved by: Gianmarco Giovannelli (maintainer) Revision Changes Path 1.15 +1 -2 ports/mail/minimalist/Makefile 1.11 +2 -2 ports/mail/minimalist/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:51:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9645C16A41C; Sat, 16 Jul 2005 21:51:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF0943D48; Sat, 16 Jul 2005 21:51:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLpIrK040190; Sat, 16 Jul 2005 21:51:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLpIPd040189; Sat, 16 Jul 2005 21:51:18 GMT (envelope-from pav) Message-Id: <200507162151.j6GLpIPd040189@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 21:51: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/py-beautifulsoup 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, 16 Jul 2005 21:51:18 -0000 pav 2005-07-16 21:51:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-beautifulsoup Makefile distinfo pkg-descr pkg-plist Log: Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. PR: ports/83531 Submitted by: Mike Meyer Revision Changes Path 1.1136 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/py-beautifulsoup/Makefile (new) 1.1 +2 -0 ports/www/py-beautifulsoup/distinfo (new) 1.1 +12 -0 ports/www/py-beautifulsoup/pkg-descr (new) 1.1 +6 -0 ports/www/py-beautifulsoup/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:51:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A06716A41C; Sat, 16 Jul 2005 21:51:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED8543D45; Sat, 16 Jul 2005 21:51:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLprHP040299; Sat, 16 Jul 2005 21:51:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLpr7L040298; Sat, 16 Jul 2005 21:51:53 GMT (envelope-from pav) Message-Id: <200507162151.j6GLpr7L040298@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 21: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: 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, 16 Jul 2005 21:51:53 -0000 pav 2005-07-16 21:51:53 UTC FreeBSD ports repository Modified files: . modules Log: py-beautifulsoup --> ports/www/py-beautifulsoup Revision Changes Path 1.12856 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 16 21:58:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1EF16A41C; Sat, 16 Jul 2005 21:58:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEF043D45; Sat, 16 Jul 2005 21:58:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GLw31e041068; Sat, 16 Jul 2005 21:58:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GLw3Uv041067; Sat, 16 Jul 2005 21:58:03 GMT (envelope-from pav) Message-Id: <200507162158.j6GLw3Uv041067@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 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/net/sulci 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, 16 Jul 2005 21:58:03 -0000 pav 2005-07-16 21:58:03 UTC FreeBSD ports repository Modified files: net/sulci Makefile Log: - Fix dependency list: sulci use mueller dictionary by default PR: ports/83495 Submitted by: Denis Shaposhnikov (maintainer) Revision Changes Path 1.2 +6 -3 ports/net/sulci/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 16 22:52:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8599916A41C; Sat, 16 Jul 2005 22:52:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352E643D46; Sat, 16 Jul 2005 22:52:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GMqZHQ047310; Sat, 16 Jul 2005 22:52:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GMqZYU047309; Sat, 16 Jul 2005 22:52:35 GMT (envelope-from pav) Message-Id: <200507162252.j6GMqZYU047309@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 22:52: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/courier Makefile Makefile.doc Makefile.man Makefile.own distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/mail/courier/files courier.sh courier.sh.in crontab crontab.in patch-courier::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, 16 Jul 2005 22:52:36 -0000 pav 2005-07-16 22:52:35 UTC FreeBSD ports repository Modified files: mail/courier Makefile Makefile.doc Makefile.man Makefile.own distinfo pkg-plist mail/courier/files patch-courier::configure patch-courier::doc::Makefile.in patch-courier::perms.sh.in mail/courier/scripts c_rehash Added files: mail/courier/files courier.sh.in crontab.in patch-courier::submit.C patch-liblock::locktest.c pkg-install.in pkg-message.in Removed files: mail/courier pkg-deinstall pkg-install pkg-message mail/courier/files courier.sh crontab Log: - Update to 0.50.1 and unbreak PR: ports/83548 Submitted by: Yarema (maintainer) Revision Changes Path 1.34 +100 -140 ports/mail/courier/Makefile 1.2 +22 -11 ports/mail/courier/Makefile.doc 1.8 +13 -26 ports/mail/courier/Makefile.man 1.5 +6 -10 ports/mail/courier/Makefile.own 1.15 +2 -2 ports/mail/courier/distinfo 1.4 +0 -314 ports/mail/courier/files/courier.sh (dead) 1.1 +316 -0 ports/mail/courier/files/courier.sh.in (new) 1.2 +0 -3 ports/mail/courier/files/crontab (dead) 1.1 +3 -0 ports/mail/courier/files/crontab.in (new) 1.2 +3 -3 ports/mail/courier/files/patch-courier::configure 1.2 +7 -7 ports/mail/courier/files/patch-courier::doc::Makefile.in 1.2 +41 -8 ports/mail/courier/files/patch-courier::perms.sh.in 1.1 +54 -0 ports/mail/courier/files/patch-courier::submit.C (new) 1.1 +81 -0 ports/mail/courier/files/patch-liblock::locktest.c (new) 1.1 +81 -0 ports/mail/courier/files/pkg-install.in (new) 1.1 +40 -0 ports/mail/courier/files/pkg-message.in (new) 1.2 +0 -28 ports/mail/courier/pkg-deinstall (dead) 1.6 +0 -112 ports/mail/courier/pkg-install (dead) 1.5 +0 -49 ports/mail/courier/pkg-message (dead) 1.12 +107 -160 ports/mail/courier/pkg-plist 1.2 +9 -5 ports/mail/courier/scripts/c_rehash From owner-cvs-all@FreeBSD.ORG Sat Jul 16 22:57:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D782216A41C; Sat, 16 Jul 2005 22:57:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA3043D46; Sat, 16 Jul 2005 22:57:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GMvNs9047902; Sat, 16 Jul 2005 22:57:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GMvN9x047901; Sat, 16 Jul 2005 22:57:23 GMT (envelope-from marcus) Message-Id: <200507162257.j6GMvN9x047901@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Jul 2005 22:57: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/devel/gamin Makefile ports/devel/gamin/files patch-libgamin_gam_api.c patch-server_gam_debug_lists.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, 16 Jul 2005 22:57:24 -0000 marcus 2005-07-16 22:57:23 UTC FreeBSD ports repository Modified files: devel/gamin Makefile devel/gamin/files patch-libgamin_gam_api.c Added files: devel/gamin/files patch-server_gam_debug_lists.c Log: Gamin was using its own, debugging, versions of the g_list glib functions. They were written to find problems in GList usage, but were causing gamin to segfault on 4.X. Disable debugging by default, and only use the debugging versions of g_list_* if debugging is enabled. Additionally, add to gam_api.c which would certainly fix problems on 4.X alpha. Reported by: Stefan Thurner Revision Changes Path 1.13 +2 -1 ports/devel/gamin/Makefile 1.5 +13 -5 ports/devel/gamin/files/patch-libgamin_gam_api.c 1.1 +17 -0 ports/devel/gamin/files/patch-server_gam_debug_lists.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 16 23:09:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD5616A41C; Sat, 16 Jul 2005 23:09:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D20B43D45; Sat, 16 Jul 2005 23:09:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GN9Fb6048662; Sat, 16 Jul 2005 23:09:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GN9Fkc048661; Sat, 16 Jul 2005 23:09:15 GMT (envelope-from pav) Message-Id: <200507162309.j6GN9Fkc048661@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 16 Jul 2005 23: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/polish/ekg 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, 16 Jul 2005 23:09:15 -0000 pav 2005-07-16 23:09:15 UTC FreeBSD ports repository Modified files: polish/ekg Makefile distinfo Log: - Update to 1.6r2 PR: ports/83570 Submitted by: Jacek Pelka (maintainer) Security: http://www.freebsd.org/ports/portaudit/9a035a56-eff0-11d9-8310-0001020eed82.html Revision Changes Path 1.17 +3 -3 ports/polish/ekg/Makefile 1.10 +2 -2 ports/polish/ekg/distinfo