From owner-cvs-all@FreeBSD.ORG Sun Feb 15 00:19:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E2416A4CE; Sun, 15 Feb 2004 00:19:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEC543D1D; Sun, 15 Feb 2004 00:19:43 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F8JgGe085133; Sun, 15 Feb 2004 00:19:43 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F8Jgol085132; Sun, 15 Feb 2004 00:19:42 -0800 (PST) (envelope-from bde) Message-Id: <200402150819.i1F8Jgol085132@repoman.freebsd.org> From: Bruce Evans Date: Sun, 15 Feb 2004 00:19:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 08:19:43 -0000 bde 2004/02/15 00:19:42 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_lookup.c Log: Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and of "independent" as "dependent" Fixed some other relatively minor wording and formatting errors. Revision Changes Path 1.42 +6 -7 src/sys/gnu/ext2fs/ext2_lookup.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 01:34:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C0D16A4CE; Sun, 15 Feb 2004 01:34:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07CC43D1F; Sun, 15 Feb 2004 01:34:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F9Y8Ge008417; Sun, 15 Feb 2004 01:34:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F9Y8Vb008416; Sun, 15 Feb 2004 01:34:08 -0800 (PST) (envelope-from phk) Message-Id: <200402150934.i1F9Y8Vb008416@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 15 Feb 2004 01:34:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/gstat gstat.8 gstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 09:34:09 -0000 phk 2004/02/15 01:34:08 PST FreeBSD src repository Modified files: usr.sbin/gstat gstat.8 gstat.c Log: Add -d flag to monitor BIO_DELETE operations too Revision Changes Path 1.3 +3 -0 src/usr.sbin/gstat/gstat.8 1.6 +24 -4 src/usr.sbin/gstat/gstat.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 01:44:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B5816A4CE; Sun, 15 Feb 2004 01:44:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5D243D1F; Sun, 15 Feb 2004 01:44:16 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F9iGGe010649; Sun, 15 Feb 2004 01:44:16 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F9iGrS010648; Sun, 15 Feb 2004 01:44:16 -0800 (PST) (envelope-from pav) Message-Id: <200402150944.i1F9iGrS010648@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Feb 2004 01:44:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-sybase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 09:44:16 -0000 pav 2004/02/15 01:44:16 PST FreeBSD ports repository Modified files: databases/py-sybase Makefile Log: - Chase freetds shlib bump PR: ports/62822 Submitted by: Tom McLaughlin Revision Changes Path 1.2 +2 -1 ports/databases/py-sybase/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 02:01:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A0916A4CE; Sun, 15 Feb 2004 02:01:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D737E43D1D; Sun, 15 Feb 2004 02:01:23 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FA1NGe013172; Sun, 15 Feb 2004 02:01:23 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FA1N58013171; Sun, 15 Feb 2004 02:01:23 -0800 (PST) (envelope-from pav) Message-Id: <200402151001.i1FA1N58013171@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Feb 2004 02:01:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/libggi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 10:01:24 -0000 pav 2004/02/15 02:01:23 PST FreeBSD ports repository Modified files: graphics/libggi Makefile Log: - Fix MLINKS PR: ports/62831 Submitted by: Matthew Seaman Revision Changes Path 1.15 +1 -1 ports/graphics/libggi/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 02:08:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D85116A4CF; Sun, 15 Feb 2004 02:08:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4329C43D1F; Sun, 15 Feb 2004 02:08:10 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FA8AGe015966; Sun, 15 Feb 2004 02:08:10 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FA8AQ3015965; Sun, 15 Feb 2004 02:08:10 -0800 (PST) (envelope-from phk) Message-Id: <200402151008.i1FA8AQ3015965@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 15 Feb 2004 02:08:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 10:08:10 -0000 phk 2004/02/15 02:08:10 PST FreeBSD src repository Modified files: sys/pci agp.c Log: This is not a D_TTY driver. Revision Changes Path 1.35 +0 -1 src/sys/pci/agp.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 02:25:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B7D16A4CE; Sun, 15 Feb 2004 02:25:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47FF143D1F; Sun, 15 Feb 2004 02:25:46 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FAPkGe020149; Sun, 15 Feb 2004 02:25:46 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FAPkbJ020148; Sun, 15 Feb 2004 02:25:46 -0800 (PST) (envelope-from pav) Message-Id: <200402151025.i1FAPkbJ020148@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Feb 2004 02:25:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/lmtpd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 10:25:46 -0000 pav 2004/02/15 02:25:46 PST FreeBSD ports repository Modified files: mail/lmtpd Makefile distinfo pkg-plist Log: - Update to 0.9.16 PR: ports/62836 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.7 +1 -1 ports/mail/lmtpd/Makefile 1.7 +2 -1 ports/mail/lmtpd/distinfo 1.6 +3 -1 ports/mail/lmtpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Feb 15 02:31:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D93F16A4CE; Sun, 15 Feb 2004 02:31:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5332343D1D; Sun, 15 Feb 2004 02:31:55 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FAVtGe021693; Sun, 15 Feb 2004 02:31:55 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FAVtfe021689; Sun, 15 Feb 2004 02:31:55 -0800 (PST) (envelope-from pav) Message-Id: <200402151031.i1FAVtfe021689@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Feb 2004 02:31:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gnokii/files patch-config-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 10:31:55 -0000 pav 2004/02/15 02:31:55 PST FreeBSD ports repository Added files: comms/gnokii/files patch-config-ltmain.sh Log: - Teach included libtool to not be clever about -lc_r PR: ports/62839 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.1 +15 -0 ports/comms/gnokii/files/patch-config-ltmain.sh (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 02:35:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA5416A4CE; Sun, 15 Feb 2004 02:35:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714F943D1F; Sun, 15 Feb 2004 02:35:34 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FAZYGe022301; Sun, 15 Feb 2004 02:35:34 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FAZYiX022300; Sun, 15 Feb 2004 02:35:34 -0800 (PST) (envelope-from phk) Message-Id: <200402151035.i1FAZYiX022300@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 15 Feb 2004 02:35:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 10:35:34 -0000 phk 2004/02/15 02:35:34 PST FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Split the initialization of the cdevsw into a separate function. Revision Changes Path 1.140 +14 -7 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 03:30:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD2716A4CE; Sun, 15 Feb 2004 03:30:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4146443D1D; Sun, 15 Feb 2004 03:30:51 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FBUpGe034364; Sun, 15 Feb 2004 03:30:51 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FBUpeA034363; Sun, 15 Feb 2004 03:30:51 -0800 (PST) (envelope-from scop) Message-Id: <200402151130.i1FBUpeA034363@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 15 Feb 2004 03:30:50 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog NEWS cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 11:30:51 -0000 scop 2004/02/15 03:30:50 PST FreeBSD projects repository Modified files: cvsweb ChangeLog NEWS cvsweb.cgi Log: Don't turn off tag, diff etc linking in markup view. Submitted by: Christopher Wolf (modified) Revision Changes Path 1.135 +6 -0 projects/cvsweb/ChangeLog 1.15 +1 -0 projects/cvsweb/NEWS 1.243 +15 -25 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sun Feb 15 03:35:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837E116A4CE; Sun, 15 Feb 2004 03:35:33 -0800 (PST) Received: from rumba.clave.gr.jp (rumba.clave.gr.jp [202.248.115.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382B343D1D; Sun, 15 Feb 2004 03:35:33 -0800 (PST) (envelope-from mac@clave.gr.jp) Received: from localhost (son.clave.gr.jp [202.248.115.190])UAA62006; Sun, 15 Feb 2004 20:35:32 +0900 (JST) Date: Sun, 15 Feb 2004 20:35:31 +0900 (JST) Message-Id: <20040215.203531.28089556.mac@clave.gr.jp> To: kris@FreeBSD.org From: Masahide -mac- NODA In-Reply-To: <200402150653.i1F6r7xV065330@repoman.freebsd.org> References: <200402150653.i1F6r7xV065330@repoman.freebsd.org> X-Mailer: Mew version 4.0.62 on Emacs 21.3.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/windowmaker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 11:35:33 -0000 From: Kris Kennaway Subject: cvs commit: ports/x11-wm/windowmaker Makefile Date: Sat, 14 Feb 2004 22:53:07 -0800 (PST) Message-ID: <200402150653.i1F6r7xV065330@repoman.freebsd.org> kris> kris 2004/02/14 22:53:07 PST kris> kris> FreeBSD ports repository kris> kris> Modified files: kris> x11-wm/windowmaker Makefile kris> Log: kris> Fix typo that somehow made it into my previous commit. kris> kris> Submitted by: Masahide -mac- NODA kris> kris> Revision Changes Path kris> 1.115 +1 -1 ports/x11-wm/windowmaker/Makefile Thanks for you and your quickly commit! -- mac@clave.gr.jp/mac@jp.freebsd.org From owner-cvs-all@FreeBSD.ORG Sun Feb 15 03:39:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD2E416A4CE; Sun, 15 Feb 2004 03:39:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9377D43D1D; Sun, 15 Feb 2004 03:39:50 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FBdoGe036301; Sun, 15 Feb 2004 03:39:50 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FBdorv036300; Sun, 15 Feb 2004 03:39:50 -0800 (PST) (envelope-from scop) Message-Id: <200402151139.i1FBdorv036300@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 15 Feb 2004 03:39:50 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 11:39:50 -0000 scop 2004/02/15 03:39:50 PST FreeBSD projects repository Modified files: cvsweb ChangeLog cvsweb.cgi Log: Use "Revision" consistently, HTML escape tag names also when $show_log_in_markup is turned off. Revision Changes Path 1.136 +3 -0 projects/cvsweb/ChangeLog 1.244 +2 -2 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sun Feb 15 03:41:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC9016A4CE; Sun, 15 Feb 2004 03:41:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72AF543D1D; Sun, 15 Feb 2004 03:41:11 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FBfBGe037164; Sun, 15 Feb 2004 03:41:11 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FBfBgJ037136; Sun, 15 Feb 2004 03:41:11 -0800 (PST) (envelope-from scop) Message-Id: <200402151141.i1FBfBgJ037136@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 15 Feb 2004 03:41:11 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 11:41:11 -0000 scop 2004/02/15 03:41:11 PST FreeBSD projects repository Modified files: cvsweb cvsweb.cgi Log: Fix doEnscript() prototype. Revision Changes Path 1.245 +1 -1 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sun Feb 15 04:31:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCC016A4CF; Sun, 15 Feb 2004 04:31:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C007E43D1D; Sun, 15 Feb 2004 04:31:38 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FCVcGe048890; Sun, 15 Feb 2004 04:31:38 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FCVckf048886; Sun, 15 Feb 2004 04:31:38 -0800 (PST) (envelope-from scop) Message-Id: <200402151231.i1FCVckf048886@repoman.freebsd.org> From: Ville Skyttä Date: Sun, 15 Feb 2004 04:31:38 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog NEWS cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 12:31:39 -0000 scop 2004/02/15 04:31:38 PST FreeBSD projects repository Modified files: cvsweb ChangeLog NEWS cvsweb.cgi Log: 2.9.3. Revision Changes Path 1.137 +2 -0 projects/cvsweb/ChangeLog 1.16 +1 -1 projects/cvsweb/NEWS 1.246 +1 -1 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sun Feb 15 05:01:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A19A16A4CE; Sun, 15 Feb 2004 05:01:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0065643D1D; Sun, 15 Feb 2004 05:01:33 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FD1WGe060520; Sun, 15 Feb 2004 05:01:32 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FD1WNh060515; Sun, 15 Feb 2004 05:01:32 -0800 (PST) (envelope-from simon) Message-Id: <200402151301.i1FD1WNh060515@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 15 Feb 2004 05:01:32 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 13:01:33 -0000 simon 2004/02/15 05:01:32 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: In the Kerberos5 section: - Don't indent the content of a screen tag since it makes the resulting output look wrong. - Correct the relative indention of a few lines of k5list output. Revision Changes Path 1.197 +30 -30 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 05:12:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D720216A4D0; Sun, 15 Feb 2004 05:12:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD32143D2D; Sun, 15 Feb 2004 05:12:38 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FDCcGe065090; Sun, 15 Feb 2004 05:12:38 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FDCc4v065089; Sun, 15 Feb 2004 05:12:38 -0800 (PST) (envelope-from obraun) Message-Id: <200402151312.i1FDCc4v065089@repoman.freebsd.org> From: Oliver Braun Date: Sun, 15 Feb 2004 05:12:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-c2hs Makefile distinfo pkg-plist ports/devel/hs-c2hs/files patch-c2hs::c:CAttrs.hs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 13:12:39 -0000 obraun 2004/02/15 05:12:38 PST FreeBSD ports repository Modified files: devel/hs-c2hs Makefile distinfo pkg-plist Added files: devel/hs-c2hs/files patch-c2hs::c:CAttrs.hs Log: Upgrade to 0.12.0 Revision Changes Path 1.16 +3 -4 ports/devel/hs-c2hs/Makefile 1.6 +2 -2 ports/devel/hs-c2hs/distinfo 1.1 +11 -0 ports/devel/hs-c2hs/files/patch-c2hs::c:CAttrs.hs (new) 1.4 +11 -11 ports/devel/hs-c2hs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Feb 15 05:37:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C8F16A4CE; Sun, 15 Feb 2004 05:37:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A976C43D1D; Sun, 15 Feb 2004 05:37:26 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FDbQGe069389; Sun, 15 Feb 2004 05:37:26 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FDbQLu069388; Sun, 15 Feb 2004 05:37:26 -0800 (PST) (envelope-from bland) Message-Id: <200402151337.i1FDbQLu069388@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 15 Feb 2004 05:37:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/nautilus-media Makefile ports/multimedia/nautilus-media/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 13:37:27 -0000 bland 2004/02/15 05:37:26 PST FreeBSD ports repository Modified files: multimedia/nautilus-media Makefile Removed files: multimedia/nautilus-media/files patch-configure Log: - Use intlhack to fix build on systems with old perl. [1] - Use lthack. PR: 62869 Reported by: Stacey Roberts [1] Revision Changes Path 1.10 +1 -1 ports/multimedia/nautilus-media/Makefile 1.2 +0 -10 ports/multimedia/nautilus-media/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 05:40:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21CDE16A4CE; Sun, 15 Feb 2004 05:40:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0649F43D2D; Sun, 15 Feb 2004 05:40:52 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FDepGe069636; Sun, 15 Feb 2004 05:40:51 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FDepSd069635; Sun, 15 Feb 2004 05:40:51 -0800 (PST) (envelope-from nork) Message-Id: <200402151340.i1FDepSd069635@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 15 Feb 2004 05:40:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 13:40:52 -0000 nork 2004/02/15 05:40:51 PST FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.02.13. Submitted by: osa Revision Changes Path 1.83 +1 -1 ports/net/liveMedia/Makefile 1.76 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 05:42:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56D516A4CE; Sun, 15 Feb 2004 05:42:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C2A43D1D; Sun, 15 Feb 2004 05:42:57 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FDgvGe071389; Sun, 15 Feb 2004 05:42:57 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FDgvks071388; Sun, 15 Feb 2004 05:42:57 -0800 (PST) (envelope-from ceri) Message-Id: <200402151342.i1FDgvks071388@repoman.freebsd.org> From: Ceri Davies Date: Sun, 15 Feb 2004 05:42:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 15 Feb 2004 13:42:58 -0000 ceri 2004/02/15 05:42:57 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Replace an emphasis element with acronym, and remove another extraneous one. Discussed on: -doc Revision Changes Path 1.272 +3 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 06:32:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFBA16A4CE; Sun, 15 Feb 2004 06:32:22 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1B443D1D; Sun, 15 Feb 2004 06:32:22 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 4EEE65309; Sun, 15 Feb 2004 15:32:21 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id EC24C5308; Sun, 15 Feb 2004 15:32:14 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 7E3AD33C6F; Sun, 15 Feb 2004 15:32:14 +0100 (CET) To: Robert Watson References: <200402141919.i1EJJmKY089610@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 15 Feb 2004 15:32:14 +0100 In-Reply-To: <200402141919.i1EJJmKY089610@repoman.freebsd.org> (Robert Watson's message of "Sat, 14 Feb 2004 11:19:48 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 14:32:22 -0000 Robert Watson writes: > Log: > By default, don't allow processes in a jail to list the set of > jails in the system. Previous behavior (allowed) may be restored > by setting security.jail.list_allowed=3D1. Is jail_attach() restricted as well? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Feb 15 06:34:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEE516A4CE; Sun, 15 Feb 2004 06:34:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1124343D1D; Sun, 15 Feb 2004 06:34:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FEYTGe082900; Sun, 15 Feb 2004 06:34:29 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FEYToH082899; Sun, 15 Feb 2004 06:34:29 -0800 (PST) (envelope-from krion) Message-Id: <200402151434.i1FEYToH082899@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 15 Feb 2004 06:34:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/openal Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 14:34:30 -0000 krion 2004/02/15 06:34:29 PST FreeBSD ports repository Modified files: audio/openal Makefile distinfo pkg-plist Log: - Update to version 20040215 PR: ports/62875 Submitted by: maintainer Revision Changes Path 1.22 +1 -2 ports/audio/openal/Makefile 1.10 +2 -1 ports/audio/openal/distinfo 1.5 +1 -1 ports/audio/openal/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Feb 15 06:48:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D82216A4CE; Sun, 15 Feb 2004 06:48:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D7443D1D; Sun, 15 Feb 2004 06:48:31 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FEmVGe085109; Sun, 15 Feb 2004 06:48:31 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FEmVj8085108; Sun, 15 Feb 2004 06:48:31 -0800 (PST) (envelope-from tobez) Message-Id: <200402151448.i1FEmVj8085108@repoman.freebsd.org> From: Anton Berezin Date: Sun, 15 Feb 2004 06:48:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Getopt-Declare Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 14:48:31 -0000 tobez 2004/02/15 06:48:31 PST FreeBSD ports repository Modified files: devel/p5-Getopt-Declare Makefile distinfo Log: Update to 1.11. Revision Changes Path 1.4 +1 -1 ports/devel/p5-Getopt-Declare/Makefile 1.2 +2 -1 ports/devel/p5-Getopt-Declare/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 06:51:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6569D16A4CE; Sun, 15 Feb 2004 06:51:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B29B43D1D; Sun, 15 Feb 2004 06:51:56 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FEpuGe086615; Sun, 15 Feb 2004 06:51:56 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FEptJR086611; Sun, 15 Feb 2004 06:51:55 -0800 (PST) (envelope-from tobez) Message-Id: <200402151451.i1FEptJR086611@repoman.freebsd.org> From: Anton Berezin Date: Sun, 15 Feb 2004 06:51:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-IO-Multiplex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 14:51:56 -0000 tobez 2004/02/15 06:51:55 PST FreeBSD ports repository Modified files: devel/p5-IO-Multiplex Makefile distinfo Log: Update to 1.08. Revision Changes Path 1.6 +1 -1 ports/devel/p5-IO-Multiplex/Makefile 1.4 +2 -1 ports/devel/p5-IO-Multiplex/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 06:54:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7229916A4CE; Sun, 15 Feb 2004 06:54:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560F543D1D; Sun, 15 Feb 2004 06:54:27 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FEsRGe087134; Sun, 15 Feb 2004 06:54:27 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FEsR0X087133; Sun, 15 Feb 2004 06:54:27 -0800 (PST) (envelope-from tobez) Message-Id: <200402151454.i1FEsR0X087133@repoman.freebsd.org> From: Anton Berezin Date: Sun, 15 Feb 2004 06:54:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-IPC-Locker Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 14:54:27 -0000 tobez 2004/02/15 06:54:27 PST FreeBSD ports repository Modified files: devel/p5-IPC-Locker Makefile distinfo Log: Update to 1.430 Revision Changes Path 1.5 +1 -1 ports/devel/p5-IPC-Locker/Makefile 1.4 +2 -1 ports/devel/p5-IPC-Locker/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 07:05:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC96A16A4CE; Sun, 15 Feb 2004 07:05:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B1743D1D; Sun, 15 Feb 2004 07:05:01 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FF51Ge090205; Sun, 15 Feb 2004 07:05:01 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FF51Eb090204; Sun, 15 Feb 2004 07:05:01 -0800 (PST) (envelope-from blackend) Message-Id: <200402151505.i1FF51Eb090204@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 15 Feb 2004 07:05:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 15:05:02 -0000 blackend 2004/02/15 07:05:01 PST FreeBSD ports repository (doc committer) Modified files: multimedia/mplayer pkg-message Log: Typo: s/supprt/support Revision Changes Path 1.7 +1 -1 ports/multimedia/mplayer/pkg-message From owner-cvs-all@FreeBSD.ORG Sun Feb 15 07:25:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7083116A4CE; Sun, 15 Feb 2004 07:25:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5623943D1D; Sun, 15 Feb 2004 07:25:38 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FFPcGe094369; Sun, 15 Feb 2004 07:25:38 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FFPbT5094368; Sun, 15 Feb 2004 07:25:37 -0800 (PST) (envelope-from tobez) Message-Id: <200402151525.i1FFPbT5094368@repoman.freebsd.org> From: Anton Berezin Date: Sun, 15 Feb 2004 07:25:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-WWW-Mechanize Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 15:25:38 -0000 tobez 2004/02/15 07:25:37 PST FreeBSD ports repository Modified files: www/p5-WWW-Mechanize Makefile distinfo Log: Update to 0.72. Revision Changes Path 1.7 +5 -2 ports/www/p5-WWW-Mechanize/Makefile 1.7 +2 -1 ports/www/p5-WWW-Mechanize/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:21:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6070C16A4CF; Sun, 15 Feb 2004 08:21:53 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E80B43D1D; Sun, 15 Feb 2004 08:21:51 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 800B83ABB80; Sun, 15 Feb 2004 17:24:55 +0100 (CET) Date: Sun, 15 Feb 2004 17:24:55 +0100 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20040215162455.GZ14639@garage.freebsd.pl> References: <200402141919.i1EJJmKY089610@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vMk55pD2JuhdWiRw" Content-Disposition: inline In-Reply-To: <200402141919.i1EJJmKY089610@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 4.8-RELEASE-p13 i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:21:53 -0000 --vMk55pD2JuhdWiRw Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 14, 2004 at 11:19:48AM -0800, Robert Watson wrote: +> Commiter: Robert Watson +> Branch: HEAD +>=20 +> Files: +> 1.38 src/sys/kern/kern_jail.c =20 +>=20 +> Log: +> By default, don't allow processes in a jail to list the set of +> jails in the system. Previous behavior (allowed) may be restored +> by setting security.jail.list_allowed=3D1. Are you planning to leave this sysctl? IMHO the previous behaviour was just bad, this was a bug, and restoring this behaviour shouldn't be permitted. But if this sysctl is just a temporary solution and will be removed in the future, it is ok (but maybe BURN_BRIDGES should be added?). PS. This functionality is quite fresh, I'm not sure if someone started to depend on it... --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --vMk55pD2JuhdWiRw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQFAL51XForvXbEpPzQRAg8KAJkBHBzBeemFesTSMv6iwsXyz3JKXwCfSV31 8N1jJ4PkbSEAs9dy8VvKn84= =lAwr -----END PGP SIGNATURE----- --vMk55pD2JuhdWiRw-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:29:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A5316A4CE; Sun, 15 Feb 2004 08:29:37 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CF643D1F; Sun, 15 Feb 2004 08:29:35 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1FGT9DL056529; Sun, 15 Feb 2004 11:29:10 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1FGT9FH056526; Sun, 15 Feb 2004 11:29:09 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 15 Feb 2004 11:29:09 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <20040215162455.GZ14639@garage.freebsd.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:29:37 -0000 On Sun, 15 Feb 2004, Pawel Jakub Dawidek wrote: > On Sat, Feb 14, 2004 at 11:19:48AM -0800, Robert Watson wrote: > +> Commiter: Robert Watson > +> Branch: HEAD > +> > +> Files: > +> 1.38 src/sys/kern/kern_jail.c > +> > +> Log: > +> By default, don't allow processes in a jail to list the set of > +> jails in the system. Previous behavior (allowed) may be restored > +> by setting security.jail.list_allowed=1. > > Are you planning to leave this sysctl? IMHO the previous behaviour was > just bad, this was a bug, and restoring this behaviour shouldn't be > permitted. But if this sysctl is just a temporary solution and will be > removed in the future, it is ok (but maybe BURN_BRIDGES should be > added?). > > PS. This functionality is quite fresh, I'm not sure if someone started > to depend on it... Yeah, the interesting question here is whether it was intentional in the first place for a good reason, or just a by-product of the implementation. How about we wait three weeks and see if anyone complains on freebsd-current about the loss of functionality -- if no one says anything, we remove the sysctl? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:31:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BFC16A4CE; Sun, 15 Feb 2004 08:31:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95EF43D1D; Sun, 15 Feb 2004 08:31:38 -0800 (PST) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FGVcGe009059; Sun, 15 Feb 2004 08:31:38 -0800 (PST) (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FGVcRv009055; Sun, 15 Feb 2004 08:31:38 -0800 (PST) (envelope-from dannyboy) Message-Id: <200402151631.i1FGVcRv009055@repoman.freebsd.org> From: Daniel Harris Date: Sun, 15 Feb 2004 08:31:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/fortunelock Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:31:39 -0000 dannyboy 2004/02/15 08:31:38 PST FreeBSD ports repository Modified files: sysutils/fortunelock Makefile distinfo pkg-descr Log: cx.capsi.com is back, adjust www and MASTER_SITES. SIZE while I'm here. Revision Changes Path 1.7 +2 -1 ports/sysutils/fortunelock/Makefile 1.2 +1 -0 ports/sysutils/fortunelock/distinfo 1.4 +2 -0 ports/sysutils/fortunelock/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:33:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8957616A4CE; Sun, 15 Feb 2004 08:33:43 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A34D43D2D; Sun, 15 Feb 2004 08:33:43 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 471053ABB83; Sun, 15 Feb 2004 17:36:43 +0100 (CET) Date: Sun, 15 Feb 2004 17:36:43 +0100 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20040215163643.GA14639@garage.freebsd.pl> References: <20040215162455.GZ14639@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BxgRixwWt/z/BIGD" Content-Disposition: inline In-Reply-To: X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 4.8-RELEASE-p13 i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:33:43 -0000 --BxgRixwWt/z/BIGD Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 11:29:09AM -0500, Robert Watson wrote: +> > PS. This functionality is quite fresh, I'm not sure if someone started +> > to depend on it... +>=20 +> Yeah, the interesting question here is whether it was intentional in the +> first place for a good reason, or just a by-product of the implementatio= n. +> How about we wait three weeks and see if anyone complains on +> freebsd-current about the loss of functionality -- if no one says +> anything, we remove the sysctl? Sounds good to me plus asking the author about his intentions:) --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --BxgRixwWt/z/BIGD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQFAL6AbForvXbEpPzQRAkMfAJ9z9NjvVBS8TzXLiPPJUvMAOJC/4ACg7U2n 8dCXqQi9lmTNLWpPasrYWpk= =CDZ4 -----END PGP SIGNATURE----- --BxgRixwWt/z/BIGD-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:34:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060EC16A4E5; Sun, 15 Feb 2004 08:34:29 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF1943D2F; Sun, 15 Feb 2004 08:34:28 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <2004021516342301200nthoee>; Sun, 15 Feb 2004 16:34:27 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id IAA49982; Sun, 15 Feb 2004 08:34:22 -0800 (PST) Date: Sun, 15 Feb 2004 08:34:21 -0800 (PST) From: Julian Elischer To: Robert Watson In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:34:29 -0000 On Sun, 15 Feb 2004, Robert Watson wrote: > > On Sun, 15 Feb 2004, Pawel Jakub Dawidek wrote: > > > On Sat, Feb 14, 2004 at 11:19:48AM -0800, Robert Watson wrote: > > +> Commiter: Robert Watson > > +> Branch: HEAD > > +> > > +> Files: > > +> 1.38 src/sys/kern/kern_jail.c > > +> > > +> Log: > > +> By default, don't allow processes in a jail to list the set of > > +> jails in the system. Previous behavior (allowed) may be restored > > +> by setting security.jail.list_allowed=1. > > > > Are you planning to leave this sysctl? IMHO the previous behaviour was > > just bad, this was a bug, and restoring this behaviour shouldn't be > > permitted. But if this sysctl is just a temporary solution and will be > > removed in the future, it is ok (but maybe BURN_BRIDGES should be > > added?). > > > > PS. This functionality is quite fresh, I'm not sure if someone started > > to depend on it... > > Yeah, the interesting question here is whether it was intentional in the > first place for a good reason, or just a by-product of the implementation. > How about we wait three weeks and see if anyone complains on > freebsd-current about the loss of functionality -- if no one says > anything, we remove the sysctl? In scripts I use the fact that "df /" in a jail returns the size of some other filesystem to see if I'm in a jail. I've asked before for a simple sysctl to let me know if I'm in a jail but the response was generally -ve.. you sometimes need to be able to know you are in a jail so that you can know not to attempt things that are not permitted in jails.. (e.g. pings, or ifconfig'ing network interfaces) > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Senior Research Scientist, McAfee Research > > > From owner-cvs-all@FreeBSD.ORG Sun Feb 15 08:39:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C1916A4CE; Sun, 15 Feb 2004 08:39:07 -0800 (PST) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012CB43D1F; Sun, 15 Feb 2004 08:39:05 -0800 (PST) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id 5EE783ABB80; Sun, 15 Feb 2004 17:42:09 +0100 (CET) Date: Sun, 15 Feb 2004 17:42:09 +0100 From: Pawel Jakub Dawidek To: Julian Elischer Message-ID: <20040215164209.GB14639@garage.freebsd.pl> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NknGfcVoKMD30k4E" Content-Disposition: inline In-Reply-To: X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 4.8-RELEASE-p13 i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 16:39:07 -0000 --NknGfcVoKMD30k4E Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 08:34:21AM -0800, Julian Elischer wrote: +> > How about we wait three weeks and see if anyone complains on +> > freebsd-current about the loss of functionality -- if no one says +> > anything, we remove the sysctl? +>=20 +> In scripts I use the fact that "df /" in a jail returns the size of=20 +> some other filesystem to see if I'm in a jail. +> I've asked before for a simple sysctl to let me know if I'm in a jail +> but the response was generally -ve.. +> you sometimes need to be able to know you are in a jail so that you can +> know not to attempt things that are not permitted in jails.. +> (e.g. pings, or ifconfig'ing network interfaces) security.jail.jailed? Yes, it is important sometimes. With such sysctl we will be able to teach our start scripts to respect it. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --NknGfcVoKMD30k4E Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQFAL6FhForvXbEpPzQRAhM8AJ40hexLLuJamVbR6m8l5Ku5j4x4UQCghZTQ l39SpNDlGztqpix2zQysNqw= =UChD -----END PGP SIGNATURE----- --NknGfcVoKMD30k4E-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 09:27:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBDAC16A4CE; Sun, 15 Feb 2004 09:27:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFC843D1D; Sun, 15 Feb 2004 09:27:33 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FHRXGe027159; Sun, 15 Feb 2004 09:27:33 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FHRXmn027158; Sun, 15 Feb 2004 09:27:33 -0800 (PST) (envelope-from cperciva) Message-Id: <200402151727.i1FHRXmn027158@repoman.freebsd.org> From: Colin Percival Date: Sun, 15 Feb 2004 09:27:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 17:27:33 -0000 cperciva 2004/02/15 09:27:33 PST FreeBSD src repository Modified files: sys/kern vfs_init.c Log: Remove opv_desc_vector from vfs_add_vnodeops, since it is defined and given a value, but never used. This has no effect on the resulting binaries, since gcc optimizes the variable away anyway. PR: kern/62684 Approved by: rwatson (mentor) Revision Changes Path 1.67 +0 -2 src/sys/kern/vfs_init.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 09:30:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D0516A4CE; Sun, 15 Feb 2004 09:30:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5FD43D1D; Sun, 15 Feb 2004 09:30:13 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FHUDGe027290; Sun, 15 Feb 2004 09:30:13 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FHUDFd027289; Sun, 15 Feb 2004 09:30:13 -0800 (PST) (envelope-from cperciva) Message-Id: <200402151730.i1FHUDFd027289@repoman.freebsd.org> From: Colin Percival Date: Sun, 15 Feb 2004 09:30:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/script script.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 17:30:17 -0000 cperciva 2004/02/15 09:30:13 PST FreeBSD src repository Modified files: usr.bin/script script.c Log: Attempt #2 to fix script(1) if the standard input is closed: If we read EOF from STDIN_FILENO, write zero bytes into the pseudo-terminal; this is interpreted as an EOF by the program being scripted. I've tested this with two non-interactive scripts: # echo 5 | script foo sh -c 'read x; sleep $x; echo bar' # echo bar | xargs script foo echo and one interactive program: # script foo more /etc/passwd and everything seems to work properly... PR: bin/56166, bin/57414, ports/57415, ports/60534 Approved by: rwatson (mentor) MFC after: 2 weeks Revision Changes Path 1.24 +3 -1 src/usr.bin/script/script.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 09:45:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 310F116A4D0; Sun, 15 Feb 2004 09:45:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1685343D2F; Sun, 15 Feb 2004 09:45:07 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FHj6Ge031357; Sun, 15 Feb 2004 09:45:06 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FHj6AD031356; Sun, 15 Feb 2004 09:45:06 -0800 (PST) (envelope-from nectar) Message-Id: <200402151745.i1FHj6AD031356@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 15 Feb 2004 09:45:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 17:45:07 -0000 nectar 2004/02/15 09:45:06 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Note buffer overflow in mnoGoSearch. Revision Changes Path 1.12 +40 -0 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 09:50:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E6B16A4CE; Sun, 15 Feb 2004 09:50:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A9343D1F; Sun, 15 Feb 2004 09:50:53 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FHorGe031678; Sun, 15 Feb 2004 09:50:53 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FHorxb031677; Sun, 15 Feb 2004 09:50:53 -0800 (PST) (envelope-from nectar) Message-Id: <200402151750.i1FHorxb031677@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 15 Feb 2004 09:50:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 17:50:53 -0000 nectar 2004/02/15 09:50:53 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Normalize dates: YYYY-MM-DD, not YYYY/MM/DD. Revision Changes Path 1.13 +34 -34 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 09:53:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B502116A4CE; Sun, 15 Feb 2004 09:53:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A39F43D1D; Sun, 15 Feb 2004 09:53:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FHrGGe033432; Sun, 15 Feb 2004 09:53:16 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FHrGcL033431; Sun, 15 Feb 2004 09:53:16 -0800 (PST) (envelope-from nectar) Message-Id: <200402151753.i1FHrGcL033431@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 15 Feb 2004 09:53:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 17:53:16 -0000 nectar 2004/02/15 09:53:16 PST FreeBSD ports repository Modified files: www/mnogosearch Makefile Log: Mark FORBIDDEN due to remotely exploitable buffer overflow. See http://www.vuxml.org/freebsd/87cc48fd-5fdd-11d8-80e3-0020ed76ef5a.html or http://lists.netsys.com/pipermail/full-disclosure/2004-February/017366.html . Revision Changes Path 1.46 +2 -0 ports/www/mnogosearch/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:01:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2823516A4CE; Sun, 15 Feb 2004 10:01:55 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779D343D1D; Sun, 15 Feb 2004 10:01:54 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i1FI1rMO009405; Sun, 15 Feb 2004 21:01:53 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i1FI1rru009404; Sun, 15 Feb 2004 21:01:53 +0300 (MSK) (envelope-from ache) Date: Sun, 15 Feb 2004 21:01:53 +0300 From: Andrey Chernov To: Jacques Vidrine Message-ID: <20040215180153.GB9279@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jacques Vidrine , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402151753.i1FHrGcL033431@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402151753.i1FHrGcL033431@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:01:55 -0000 On Sun, Feb 15, 2004 at 09:53:16AM -0800, Jacques Vidrine wrote: > nectar 2004/02/15 09:53:16 PST > > FreeBSD ports repository > > Modified files: > www/mnogosearch Makefile > Log: > Mark FORBIDDEN due to remotely exploitable buffer overflow. See > http://www.vuxml.org/freebsd/87cc48fd-5fdd-11d8-80e3-0020ed76ef5a.html > or > http://lists.netsys.com/pipermail/full-disclosure/2004-February/017366.html . Please back it out, both URL you mention not related to our 3.1 port but to mnogosearch 3.2. 3.2 is total code rewrite and we don't have something similar. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:05:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3ED716A4CE; Sun, 15 Feb 2004 10:05:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8868843D1D; Sun, 15 Feb 2004 10:05:45 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FI5jGe036545; Sun, 15 Feb 2004 10:05:45 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FI5jtY036544; Sun, 15 Feb 2004 10:05:45 -0800 (PST) (envelope-from nectar) Message-Id: <200402151805.i1FI5jtY036544@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 15 Feb 2004 10:05:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:05:45 -0000 nectar 2004/02/15 10:05:45 PST FreeBSD ports repository Modified files: www/mnogosearch Makefile Log: Remove FORBIDDEN. The maintainer (ache) reports that this version is not affected. Revision Changes Path 1.47 +0 -2 ports/www/mnogosearch/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:11:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3331E16A4CE; Sun, 15 Feb 2004 10:11:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C9443D1D; Sun, 15 Feb 2004 10:11:35 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIBYGe037730; Sun, 15 Feb 2004 10:11:34 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIBYdd037727; Sun, 15 Feb 2004 10:11:34 -0800 (PST) (envelope-from nectar) Message-Id: <200402151811.i1FIBYdd037727@repoman.freebsd.org> From: Jacques Vidrine Date: Sun, 15 Feb 2004 10:11:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:11:35 -0000 nectar 2004/02/15 10:11:34 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Correct version for previous entry (mnoGoSearch >= 3.2). Revision Changes Path 1.14 +1 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:12:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D6616A4CF; Sun, 15 Feb 2004 10:12:52 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0018A43D1F; Sun, 15 Feb 2004 10:12:51 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 967C8548A2; Sun, 15 Feb 2004 12:12:51 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 2C2116D455; Sun, 15 Feb 2004 12:12:51 -0600 (CST) Date: Sun, 15 Feb 2004 12:12:51 -0600 From: "Jacques A. Vidrine" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040215181251.GC10816@madman.celabo.org> References: <200402151805.i1FI5jtY036544@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402151805.i1FI5jtY036544@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 Subject: Re: cvs commit: ports/www/mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:12:52 -0000 On Sun, Feb 15, 2004 at 10:05:45AM -0800, Jacques A. Vidrine wrote: > nectar 2004/02/15 10:05:45 PST > > FreeBSD ports repository > > Modified files: > www/mnogosearch Makefile > Log: > Remove FORBIDDEN. The maintainer (ache) reports that this version is > not affected. > > Revision Changes Path > 1.47 +0 -2 ports/www/mnogosearch/Makefile Sorry, Andrey--- I'm short on time today and moved too quickly :-( Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:28:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F3816A4CE; Sun, 15 Feb 2004 10:28:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2846943D1F; Sun, 15 Feb 2004 10:28:45 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FISjGe040860; Sun, 15 Feb 2004 10:28:45 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FISiwd040859; Sun, 15 Feb 2004 10:28:44 -0800 (PST) (envelope-from wilko) Message-Id: <200402151828.i1FISiwd040859@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 10:28:44 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.core.sgml contrib.corealumni.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:28:45 -0000 wilko 2004/02/15 10:28:44 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.core.sgml contrib.corealumni.sgml Log: Update the webpages to reflect grog's resignation from the FreeBSD core team. Thank you Greg! (note to self: need to find out when grog first became a core member) With hat: core-secretary Revision Changes Path 1.2 +0 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.core.sgml 1.2 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.corealumni.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:38:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC5C16A4CE; Sun, 15 Feb 2004 10:38:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DB643D1D; Sun, 15 Feb 2004 10:38:18 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIcIGe042914; Sun, 15 Feb 2004 10:38:18 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIcIk7042913; Sun, 15 Feb 2004 10:38:18 -0800 (PST) (envelope-from wilko) Message-Id: <200402151838.i1FIcIk7042913@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 10:38:18 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:38:18 -0000 wilko 2004/02/15 10:38:18 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: make note of /me having taken over rwatson's role as the donations@-core@ liaison and add core-sec to Misc Hats Revision Changes Path 1.3 +10 -2 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:42:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933DF16A4CE; Sun, 15 Feb 2004 10:42:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76FFE43D1D; Sun, 15 Feb 2004 10:42:48 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIgmGe044837; Sun, 15 Feb 2004 10:42:48 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIgmcp044836; Sun, 15 Feb 2004 10:42:48 -0800 (PST) (envelope-from wilko) Message-Id: <200402151842.i1FIgmcp044836@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 10:42:48 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:42:48 -0000 wilko 2004/02/15 10:42:48 PST FreeBSD doc repository Modified files: en index.xsl Log: A pair of floppies -> a couple of floppies. A pair equals 2 and 2 floppies are not sufficient anymore. Revision Changes Path 1.94 +3 -3 www/en/index.xsl From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:47:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 991CF16A4CF; Sun, 15 Feb 2004 10:47:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D50243D1F; Sun, 15 Feb 2004 10:47:48 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIlmGe045043; Sun, 15 Feb 2004 10:47:48 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIlmJ2045042; Sun, 15 Feb 2004 10:47:48 -0800 (PST) (envelope-from krion) Message-Id: <200402151847.i1FIlmJ2045042@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 15 Feb 2004 10:47:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avidemux2/files patch-adm_lavcoded::dsputil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:47:48 -0000 krion 2004/02/15 10:47:48 PST FreeBSD ports repository Added files: multimedia/avidemux2/files patch-adm_lavcoded::dsputil.h Log: - Fix build on AMD64 PR: ports/62854 Submitted by: Hendrik Scholz Approved by: maintainer Revision Changes Path 1.1 +10 -0 ports/multimedia/avidemux2/files/patch-adm_lavcoded::dsputil.h (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:49:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C34D16A4CE; Sun, 15 Feb 2004 10:49:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708E443D2D; Sun, 15 Feb 2004 10:49:21 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FInLGe045094; Sun, 15 Feb 2004 10:49:21 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FInLpg045093; Sun, 15 Feb 2004 10:49:21 -0800 (PST) (envelope-from wilko) Message-Id: <200402151849.i1FInLpg045093@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 10:49:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:49:21 -0000 wilko 2004/02/15 10:49:21 PST FreeBSD doc repository Modified files: en/news news.xml Log: grog resigned from core. Revision Changes Path 1.197 +9 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:53:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A8816A4CE; Sun, 15 Feb 2004 10:53:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA67343D1D; Sun, 15 Feb 2004 10:53:41 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIrfGe047047; Sun, 15 Feb 2004 10:53:41 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIrfPl047046; Sun, 15 Feb 2004 10:53:41 -0800 (PST) (envelope-from wilko) Message-Id: <200402151853.i1FIrfPl047046@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 10:53:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:53:42 -0000 wilko 2004/02/15 10:53:41 PST FreeBSD doc repository Modified files: en index.xsl Log: s/DEC Alpha/Alpha/ to be in line with the rest of the listed platforms. Revision Changes Path 1.95 +3 -3 www/en/index.xsl From owner-cvs-all@FreeBSD.ORG Sun Feb 15 10:57:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B7A16A4CE; Sun, 15 Feb 2004 10:57:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7836F43D1D; Sun, 15 Feb 2004 10:57:43 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FIvhGe047208; Sun, 15 Feb 2004 10:57:43 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FIvhST047207; Sun, 15 Feb 2004 10:57:43 -0800 (PST) (envelope-from gerald) Message-Id: <200402151857.i1FIvhST047207@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 15 Feb 2004 10:57:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 18:57:43 -0000 gerald 2004/02/15 10:57:43 PST FreeBSD ports repository Modified files: emulators/wine Makefile pkg-plist Log: Fix pkg-plist to consider symlinks as well (bin/winecpp in this case). Remove related BROKEN marker. Submitted by: ale Revision Changes Path 1.166 +0 -4 ports/emulators/wine/Makefile 1.60 +1 -0 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025E716A4CE; Sun, 15 Feb 2004 11:02:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB14343D1F; Sun, 15 Feb 2004 11:02:45 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FJ2jGe049042; Sun, 15 Feb 2004 11:02:45 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FJ2jVU049038; Sun, 15 Feb 2004 11:02:45 -0800 (PST) (envelope-from wilko) Message-Id: <200402151902.i1FJ2jVU049038@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 11:02:45 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.corealumni.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:02:46 -0000 wilko 2004/02/15 11:02:45 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.corealumni.sgml Log: grog started on core in 2000. Thanks to: imp Revision Changes Path 1.3 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.corealumni.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:03:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6E016A4CE; Sun, 15 Feb 2004 11:03:32 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB85A43D1D; Sun, 15 Feb 2004 11:03:32 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AsRYB-000CTQ-Ec; Sun, 15 Feb 2004 19:03:31 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1AsRY9-000Cjm-OX; Sun, 15 Feb 2004 19:03:29 +0000 Date: Sun, 15 Feb 2004 19:03:29 +0000 From: Ceri Davies To: Wilko Bulte Message-ID: <20040215190329.GQ8821@submonkey.net> Mail-Followup-To: Ceri Davies , Wilko Bulte , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R92lf0Oi2sxyK3LA" Content-Disposition: inline In-Reply-To: <200402151842.i1FIgmcp044836@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:03:34 -0000 --R92lf0Oi2sxyK3LA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > wilko 2004/02/15 10:42:48 PST >=20 > FreeBSD doc repository >=20 > Modified files: > en index.xsl=20 > Log: > A pair of floppies -> a couple of floppies. > =20 > A pair equals 2 and 2 floppies are not sufficient anymore. "A couple" is numerically equivalent to "a pair". Ceri --=20 --R92lf0Oi2sxyK3LA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAL8KBocfcwTS3JF8RAprQAJ9c/Uasq46vWkcTSIoR5Arnid9G2wCgq3U9 U9DPWnX/w1IPCTO+z4EPLKc= =Ws/Z -----END PGP SIGNATURE----- --R92lf0Oi2sxyK3LA-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:23:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25C416A4CE; Sun, 15 Feb 2004 11:23:06 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE0743D1F; Sun, 15 Feb 2004 11:23:06 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1FJN2iU021374; Sun, 15 Feb 2004 20:23:03 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1FJN2vE060932; Sun, 15 Feb 2004 20:23:02 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1FJN2ov060931; Sun, 15 Feb 2004 20:23:02 +0100 (CET) (envelope-from wkb) Date: Sun, 15 Feb 2004 20:23:02 +0100 From: Wilko Bulte To: Ceri Davies , Wilko Bulte , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040215192302.GA60897@freebie.xs4all.nl> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040215190329.GQ8821@submonkey.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:23:06 -0000 On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > wilko 2004/02/15 10:42:48 PST > > > > FreeBSD doc repository > > > > Modified files: > > en index.xsl > > Log: > > A pair of floppies -> a couple of floppies. > > > > A pair equals 2 and 2 floppies are not sufficient anymore. > > "A couple" is numerically equivalent to "a pair". A couple of means (to me, I'm not a native speaker) something like "a handful". But that could be because the Dutch 'paar' (pair) can mean 2 (a married/engaged etc couple is called "een paar" for example) but "een paar Euro" translates to a "a few Euros". :-) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:29:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B88D16A4CE; Sun, 15 Feb 2004 11:29:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BC643D1F; Sun, 15 Feb 2004 11:29:43 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FJThGe054509; Sun, 15 Feb 2004 11:29:43 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FJThrD054508; Sun, 15 Feb 2004 11:29:43 -0800 (PST) (envelope-from dinoex) Message-Id: <200402151929.i1FJThrD054508@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 15 Feb 2004 11:29:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/putty Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:29:43 -0000 dinoex 2004/02/15 11:29:43 PST FreeBSD ports repository Modified files: security/putty Makefile Log: - improve supoort of gtk Submitted by: fjoe Revision Changes Path 1.3 +4 -0 ports/security/putty/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:30:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3083B16A4CE; Sun, 15 Feb 2004 11:30:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1258043D1D; Sun, 15 Feb 2004 11:30:04 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FJU3Ge054612; Sun, 15 Feb 2004 11:30:03 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FJU34B054611; Sun, 15 Feb 2004 11:30:03 -0800 (PST) (envelope-from gibbs) Message-Id: <200402151930.i1FJU34B054611@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 15 Feb 2004 11:30:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:30:04 -0000 gibbs 2004/02/15 11:30:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c Added files: (Branch: RELENG_4) sys/dev/aic7xxx aic_osm_lib.c aic_osm_lib.h Log: MFC: Update to the aic7xxx and aic79xx drivers in today's current. Revision Changes Path 1.15.2.12 +5 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.15 +27 -50 src/sys/dev/aic7xxx/ahc_pci.c 1.2.2.6 +11 -49 src/sys/dev/aic7xxx/ahd_pci.c 1.1.2.10 +4 -4 src/sys/dev/aic7xxx/aic7770.c 1.3.2.8 +785 -469 src/sys/dev/aic7xxx/aic79xx.c 1.3.2.8 +55 -23 src/sys/dev/aic7xxx/aic79xx.h 1.2.2.7 +37 -20 src/sys/dev/aic7xxx/aic79xx.reg 1.2.2.7 +215 -65 src/sys/dev/aic7xxx/aic79xx.seq 1.3.2.7 +45 -31 src/sys/dev/aic7xxx/aic79xx_inline.h 1.3.2.5 +37 -347 src/sys/dev/aic7xxx/aic79xx_osm.c 1.4.2.4 +24 -309 src/sys/dev/aic7xxx/aic79xx_osm.h 1.3.2.7 +91 -78 src/sys/dev/aic7xxx/aic79xx_pci.c 1.41.2.28 +449 -127 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.17 +26 -9 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.15 +2 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.20 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.7 +29 -9 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.2.2.15 +13 -13 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.27.2.7 +54 -350 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.7 +16 -295 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.2.2.19 +93 -75 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.2.2.1 +176 -0 src/sys/dev/aic7xxx/aic_osm_lib.c (new) 1.1.2.1 +426 -0 src/sys/dev/aic7xxx/aic_osm_lib.h (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 11:43:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CB916A4CE; Sun, 15 Feb 2004 11:43:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA9243D1D; Sun, 15 Feb 2004 11:43:13 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FJhDGe058557; Sun, 15 Feb 2004 11:43:13 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FJhDq6058556; Sun, 15 Feb 2004 11:43:13 -0800 (PST) (envelope-from wilko) Message-Id: <200402151943.i1FJhDq6058556@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 15 Feb 2004 11:43:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 19:43:13 -0000 wilko 2004/02/15 11:43:13 PST FreeBSD src repository Modified files: . access Log: anholt requested his commit email be turned off until he returns home. Revision Changes Path 1.641 +1 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:12:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2C516A4D0; Sun, 15 Feb 2004 12:12:45 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463F743D1D; Sun, 15 Feb 2004 12:12:45 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (cbe3baf1825ceb2ed37acde6d0f31f93@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1FKBihF019051; Sun, 15 Feb 2004 12:11:46 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 569AF66D0E; Sun, 15 Feb 2004 12:12:38 -0800 (PST) Date: Sun, 15 Feb 2004 12:12:38 -0800 From: Kris Kennaway To: Julian Elischer Message-ID: <20040215201238.GA52924@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: Pawel Jakub Dawidek cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:12:45 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 15, 2004 at 08:34:21AM -0800, Julian Elischer wrote: > you sometimes need to be able to know you are in a jail so that you can > know not to attempt things that are not permitted in jails.. > (e.g. pings, or ifconfig'ing network interfaces) If you try to ping or ifconfig and discover that you can't, you're in a jail. Kris --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAL9K2Wry0BWjoQKURAp6xAJ4j9mxVj/jF38q9OhN3QnqeLVVIGQCgsHlU 5u35+NGPio/eiOJ1Hi5TQxU= =48Nj -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:14:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F9316A4CE; Sun, 15 Feb 2004 12:14:06 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE2F043D1D; Sun, 15 Feb 2004 12:14:06 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (92ed9a662069217cee8cd98031146cca@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1FKE5bF023158; Sun, 15 Feb 2004 12:14:05 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE5E666D56; Sun, 15 Feb 2004 12:14:04 -0800 (PST) Date: Sun, 15 Feb 2004 12:14:04 -0800 From: Kris Kennaway To: Ceri Davies , Wilko Bulte , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040215201404.GB52924@xor.obsecurity.org> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: <20040215190329.GQ8821@submonkey.net> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:14:06 -0000 --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > wilko 2004/02/15 10:42:48 PST > >=20 > > FreeBSD doc repository > >=20 > > Modified files: > > en index.xsl=20 > > Log: > > A pair of floppies -> a couple of floppies. > > =20 > > A pair equals 2 and 2 floppies are not sufficient anymore. >=20 > "A couple" is numerically equivalent to "a pair". How about "a few" if we're being deliberately vague about the number. Kris --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAL9MMWry0BWjoQKURAnv3AKC/5Ho+7wwQVIfOWDcY8p2FBrigggCfUooo cScq53LAVcLLlb8ZsZNICU4= =URCE -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:14:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314A616A4CE; Sun, 15 Feb 2004 12:14:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1609943D2D; Sun, 15 Feb 2004 12:14:48 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FKElGe065795; Sun, 15 Feb 2004 12:14:47 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FKElnL065794; Sun, 15 Feb 2004 12:14:47 -0800 (PST) (envelope-from bde) Message-Id: <200402152014.i1FKElnL065794@repoman.freebsd.org> From: Bruce Evans Date: Sun, 15 Feb 2004 12:14:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:14:48 -0000 bde 2004/02/15 12:14:47 PST FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Fixed style bugs near previous commit (mainly formatting errors and missing parentheses). Use default handling (trap to debugger) for udev2dev(x, 1) since it is an error and doesn't happen anywhere in the sys tree except in bogusly commented out code in coda. Revision Changes Path 1.141 +13 -16 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:16:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CA016A4CE; Sun, 15 Feb 2004 12:16:05 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10C643D1F; Sun, 15 Feb 2004 12:16:04 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1FKG4hM016059; Sun, 15 Feb 2004 21:16:04 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 15 Feb 2004 12:14:47 PST." <200402152014.i1FKElnL065794@repoman.freebsd.org> Date: Sun, 15 Feb 2004 21:16:03 +0100 Message-ID: <16058.1076876163@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:16:05 -0000 In message <200402152014.i1FKElnL065794@repoman.freebsd.org>, Bruce Evans write s: >bde 2004/02/15 12:14:47 PST > > FreeBSD src repository > > Modified files: > sys/kern kern_conf.c > Log: > Fixed style bugs near previous commit (mainly formatting errors and > missing parentheses). Use default handling (trap to debugger) for > udev2dev(x, 1) since it is an error and doesn't happen anywhere in > the sys tree except in bogusly commented out code in coda. I appreciate you attention to this Bruce, but please hold off until I've gotten the patch I just announed on -current into the tree. -- 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 Sun Feb 15 12:30:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAC516A4CE; Sun, 15 Feb 2004 12:30:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EBF943D2D; Sun, 15 Feb 2004 12:30:23 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FKUNGe068079; Sun, 15 Feb 2004 12:30:23 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FKUNCn068078; Sun, 15 Feb 2004 12:30:23 -0800 (PST) (envelope-from njl) Message-Id: <200402152030.i1FKUNCn068078@repoman.freebsd.org> From: Nate Lawson Date: Sun, 15 Feb 2004 12:30:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:30:23 -0000 njl 2004/02/15 12:30:22 PST FreeBSD src repository Modified files: sys/isa fd.c Log: Workaround some ACPI BIOSen which break the IO port into multiple resources. (Note that the correct range is 0x3f7,0x3f0-0x3f5.) Such devices will be detected as follows: fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0 To do this, we find the minimum and maximum start addresses for the resources and use them as the base for the IO and control ports. Help from: jhb Revision Changes Path 1.263 +35 -1 src/sys/isa/fd.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:34:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1958B16A4CF; Sun, 15 Feb 2004 12:34:46 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30D043D1D; Sun, 15 Feb 2004 12:34:45 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1FKYjOE050897; Sun, 15 Feb 2004 12:34:45 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i1FKYjcM067124; Sun, 15 Feb 2004 12:34:45 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.10/8.12.10/Submit) id i1FKYjCk067123; Sun, 15 Feb 2004 12:34:45 -0800 (PST) (envelope-from marcel) Date: Sun, 15 Feb 2004 12:34:45 -0800 From: Marcel Moolenaar To: Kris Kennaway Message-ID: <20040215203445.GA67064@dhcp01.pn.xcllnt.net> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215201404.GB52924@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040215201404.GB52924@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: cvs-all@FreeBSD.org cc: Ceri Davies cc: cvs-doc@FreeBSD.org cc: Wilko Bulte cc: doc-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:34:46 -0000 On Sun, Feb 15, 2004 at 12:14:04PM -0800, Kris Kennaway wrote: > On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > > wilko 2004/02/15 10:42:48 PST > > > > > > FreeBSD doc repository > > > > > > Modified files: > > > en index.xsl > > > Log: > > > A pair of floppies -> a couple of floppies. > > > > > > A pair equals 2 and 2 floppies are not sufficient anymore. > > > > "A couple" is numerically equivalent to "a pair". > > How about "a few" if we're being deliberately vague about the number. A few always leaves the impression to me that it's more than a couple (couple in my case is the dutch interpretation :-) and thus leaves me wondering what number to think of. Something akin to "1 or more" or "2 or more" should set the right expectation. People tend to go by the number which should give them a reasonable lower bound to their expectation and the "or more" part tells them that it may be a floppy more (1 or more to be exact), but generally not more than twice the first number :-) I think the key is that we should give them something concrete so they know how many they need to buy before attempting a floppy install (or something along those lines). This is what a pair achieved. If we cannot find a good way of saying it in two words, I suggest we use more words (like a dutch couple or few; 3 or more) AARRGGHH.... :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:36:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A0716A4CE; Sun, 15 Feb 2004 12:36:03 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A17043D1D; Sun, 15 Feb 2004 12:36:03 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1FKZkhM016174; Sun, 15 Feb 2004 21:35:51 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Kris Kennaway From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 15 Feb 2004 12:12:38 PST." <20040215201238.GA52924@xor.obsecurity.org> Date: Sun, 15 Feb 2004 21:35:46 +0100 Message-ID: <16173.1076877346@critter.freebsd.dk> cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Robert Watson cc: Julian Elischer Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:36:03 -0000 In message <20040215201238.GA52924@xor.obsecurity.org>, Kris Kennaway writes: > >--mP3DRpeJDSE+ciuQ >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline > >On Sun, Feb 15, 2004 at 08:34:21AM -0800, Julian Elischer wrote: > >> you sometimes need to be able to know you are in a jail so that you can >> know not to attempt things that are not permitted in jails.. >> (e.g. pings, or ifconfig'ing network interfaces) > >If you try to ping or ifconfig and discover that you can't, you're in >a jail. Here is the canonical "injail.c" program: #include #include #include #include #include /* * Exit 0 = no * Exit 1 = maybe * Exit 2 = yes */ int main(int argc, char **argv) { int mib[4]; int i, l; struct kinfo_proc buf; mib[0] = CTL_KERN; mib[1] = KERN_PROC; mib[2] = KERN_PROC_PID; mib[3] = getpid(); l = sizeof buf; i = sysctl(mib, 4, &buf, &l, NULL, 0); if (i != 0 || l != sizeof buf) exit(1); if (buf.kp_proc.p_flag & P_JAILED) exit(2); exit (0); } -- 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 Sun Feb 15 12:48:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C4E16A4CE; Sun, 15 Feb 2004 12:48:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB81A43D1F; Sun, 15 Feb 2004 12:48:57 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FKmvGe077950; Sun, 15 Feb 2004 12:48:57 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FKmvmO077949; Sun, 15 Feb 2004 12:48:57 -0800 (PST) (envelope-from simon) Message-Id: <200402152048.i1FKmvmO077949@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 15 Feb 2004 12:48:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:48:58 -0000 simon 2004/02/15 12:48:57 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: In the Kerberos5 section: - Add space between prompt and command for consistency. - Update sample output from k5list to match output from Kerberos in recent FreeBSD versions (4.9/5.2). - Correct an example for kadmin where Kerberos realm was used, but DNS domain name should be used. - Add missing application tag around an instance of Kerberos. Revision Changes Path 1.198 +7 -11 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:50:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E38816A4CF; Sun, 15 Feb 2004 12:50:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 221FD43D1D; Sun, 15 Feb 2004 12:50:08 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FKo7Ge078026; Sun, 15 Feb 2004 12:50:07 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FKo7vI078025; Sun, 15 Feb 2004 12:50:07 -0800 (PST) (envelope-from adamw) Message-Id: <200402152050.i1FKo7vI078025@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 15 Feb 2004 12:50:07 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome screenshots.sgml www/en/gnome/images Makefile ss15-tn.png ss15.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:50:08 -0000 adamw 2004/02/15 12:50:07 PST FreeBSD doc repository Modified files: en/gnome screenshots.sgml en/gnome/images Makefile Added files: en/gnome/images ss15-tn.png ss15.png Log: Add a relatively vanilla GNOME 2.4 desktop screenshot. Revision Changes Path 1.17 +3 -1 www/en/gnome/images/Makefile 1.1 +388 -0 www/en/gnome/images/ss15-tn.png (new) 1.1 +3711 -0 www/en/gnome/images/ss15.png (new) 1.29 +7 -1 www/en/gnome/screenshots.sgml From owner-cvs-all@FreeBSD.ORG Sun Feb 15 12:51:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4515416A4CE; Sun, 15 Feb 2004 12:51:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9043D2D; Sun, 15 Feb 2004 12:51:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FKpqGe079484; Sun, 15 Feb 2004 12:51:52 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FKpqwa079480; Sun, 15 Feb 2004 12:51:52 -0800 (PST) (envelope-from adamw) Message-Id: <200402152051.i1FKpqwa079480@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 15 Feb 2004 12:51:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/images Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 20:51:53 -0000 adamw 2004/02/15 12:51:52 PST FreeBSD doc repository Modified files: en/gnome/images Makefile Log: Instruct screenshot thumbnails to be created using a more general formula. Revision Changes Path 1.18 +5 -3 www/en/gnome/images/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:14:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C77416A4CE; Sun, 15 Feb 2004 13:14:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7131A43D1F; Sun, 15 Feb 2004 13:14:48 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLEmGe085125; Sun, 15 Feb 2004 13:14:48 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLEmXJ085124; Sun, 15 Feb 2004 13:14:48 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152114.i1FLEmXJ085124@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 13:14:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:14:48 -0000 dwmalone 2004/02/15 13:14:48 PST FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: In fdcheckstd the descriptor table should never be shared, so just KASSERT this rather than trying to deal with what happens when file descriptors change out from under us. Revision Changes Path 1.225 +7 -9 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:27:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF4616A4CE; Sun, 15 Feb 2004 13:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CC143D1F; Sun, 15 Feb 2004 13:27:28 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLRRGe087267; Sun, 15 Feb 2004 13:27:27 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLRRxE087266; Sun, 15 Feb 2004 13:27:27 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152127.i1FLRRxE087266@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 13:27:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:27:28 -0000 dwmalone 2004/02/15 13:27:27 PST FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Return EACCES rather than ENOBUFS if ipfw blocks a packet on the way out at layer 2. PR: 62385 Submitted by: Oleg Bulyzhin Approved by: luigi MFC after: 1 week Revision Changes Path 1.157 +1 -1 src/sys/net/if_ethersubr.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:34:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0313A16A4CE; Sun, 15 Feb 2004 13:34:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2CB43D2F; Sun, 15 Feb 2004 13:34:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLYcGe089301; Sun, 15 Feb 2004 13:34:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLYcZm089300; Sun, 15 Feb 2004 13:34:38 -0800 (PST) (envelope-from kris) Message-Id: <200402152134.i1FLYcZm089300@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 13:34:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/bib2html Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:34:39 -0000 kris 2004/02/15 13:34:38 PST FreeBSD ports repository Modified files: textproc/bib2html Makefile Log: BROKEN with perl 5.8: does not install Revision Changes Path 1.2 +7 -1 ports/textproc/bib2html/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:39:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880D616A4CE; Sun, 15 Feb 2004 13:39:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9C143D1F; Sun, 15 Feb 2004 13:39:35 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLdZGe089477; Sun, 15 Feb 2004 13:39:35 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLdZOn089476; Sun, 15 Feb 2004 13:39:35 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152139.i1FLdZOn089476@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 13:39:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:39:35 -0000 dwmalone 2004/02/15 13:39:35 PST FreeBSD src repository Modified files: sys/ufs/ufs ufs_dirhash.c Log: Abstract dirhash's locking using macros. This should make it easier to use the same dirhash code on different branches/platforms. Reviewed by: Ted Unangst Reviewed by: iedowse MFC after: 3 weeks Revision Changes Path 1.18 +75 -69 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:43:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B36E616A4CE; Sun, 15 Feb 2004 13:43:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9696D43D1D; Sun, 15 Feb 2004 13:43:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLh8Ge091426; Sun, 15 Feb 2004 13:43:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLh8nK091425; Sun, 15 Feb 2004 13:43:08 -0800 (PST) (envelope-from phk) Message-Id: <200402152143.i1FLh8nK091425@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 15 Feb 2004 13:43:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:43:08 -0000 phk 2004/02/15 13:43:08 PST FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c Log: White-space align a struct definition. Move a SYSINIT to the file where it belongs. Revision Changes Path 1.19 +23 -24 src/sys/fs/devfs/devfs.h 1.29 +0 -11 src/sys/fs/devfs/devfs_devs.c 1.11 +4 -2 src/sys/fs/devfs/devfs_rule.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:50:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2234C16A4CE; Sun, 15 Feb 2004 13:50:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E5A43D1F; Sun, 15 Feb 2004 13:50:21 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLoKGe092190; Sun, 15 Feb 2004 13:50:20 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLoJt9092182; Sun, 15 Feb 2004 13:50:19 -0800 (PST) (envelope-from krion) Message-Id: <200402152150.i1FLoJt9092182@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 15 Feb 2004 13:50:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/torcs Makefile ports/games/torcs/files patch-src::drivers::K1999::K1999.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:50:21 -0000 krion 2004/02/15 13:50:19 PST FreeBSD ports repository Modified files: games/torcs Makefile Added files: games/torcs/files patch-src::drivers::K1999::K1999.cpp Log: - Fix build on 5.x and unbreak this port PR: ports/62887 Submitted by: Thierry Thomas Revision Changes Path 1.6 +0 -4 ports/games/torcs/Makefile 1.1 +28 -0 ports/games/torcs/files/patch-src::drivers::K1999::K1999.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 13:53:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F67D16A4CE; Sun, 15 Feb 2004 13:53:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E3B43D1D; Sun, 15 Feb 2004 13:52:59 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FLqxGe094263; Sun, 15 Feb 2004 13:52:59 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FLqxHn094262; Sun, 15 Feb 2004 13:52:59 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152152.i1FLqxHn094262@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 13:52:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/last last.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 21:53:00 -0000 dwmalone 2004/02/15 13:52:59 PST FreeBSD src repository Modified files: usr.bin/last last.c Log: Include timeconv.h for _int_to_time and _time_to_int. Revision Changes Path 1.33 +1 -0 src/usr.bin/last/last.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:01:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF68F16A4CE; Sun, 15 Feb 2004 14:01:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BB443D1D; Sun, 15 Feb 2004 14:01:23 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FM1NGe094695; Sun, 15 Feb 2004 14:01:23 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FM1Nvo094694; Sun, 15 Feb 2004 14:01:23 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152201.i1FM1Nvo094694@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 14:01:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ldd sods.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:01:23 -0000 dwmalone 2004/02/15 14:01:23 PST FreeBSD src repository Modified files: usr.bin/ldd sods.c Log: Fix a few WARNS: 1) Include string.h for strcpy. 2) Don't make duplicate declaration of dump_file, we now include extern.h. 3) Help out with some constness. 4) Cast to slightly better types in some comparisons. Revision Changes Path 1.16 +6 -6 src/usr.bin/ldd/sods.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:01:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F3716A4CF; Sun, 15 Feb 2004 14:01:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680B543D1D; Sun, 15 Feb 2004 14:01:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FM1nGe095637; Sun, 15 Feb 2004 14:01:49 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FM1nCw095634; Sun, 15 Feb 2004 14:01:49 -0800 (PST) (envelope-from obrien) Message-Id: <200402152201.i1FM1nCw095634@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 15 Feb 2004 14:01:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:01:49 -0000 obrien 2004/02/15 14:01:49 PST FreeBSD ports repository Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.2 patchlevel 263 Revision Changes Path 1.246 +3 -3 ports/editors/vim/Makefile 1.147 +236 -0 ports/editors/vim/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:03:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D0216A4CE; Sun, 15 Feb 2004 14:03:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDDE143D1F; Sun, 15 Feb 2004 14:03:07 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FM37Ge097369; Sun, 15 Feb 2004 14:03:07 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FM37gW097368; Sun, 15 Feb 2004 14:03:07 -0800 (PST) (envelope-from obrien) Message-Id: <200402152203.i1FM37gW097368@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 15 Feb 2004 14:03:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vim5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:03:08 -0000 obrien 2004/02/15 14:03:07 PST FreeBSD ports repository Modified files: editors/vim5 Makefile Log: Port was broken if you WITH_GTK=1. The USE_GTK needs to be modified to occur before the .include . Submitted by: kris Revision Changes Path 1.128 +12 -12 ports/editors/vim5/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:09:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F6316A4CE; Sun, 15 Feb 2004 14:09:47 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FBB43D1F; Sun, 15 Feb 2004 14:09:46 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1FM9hLE008129; Mon, 16 Feb 2004 09:09:43 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1FM9ech010162; Mon, 16 Feb 2004 09:09:41 +1100 Date: Mon, 16 Feb 2004 09:09:40 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp In-Reply-To: <16058.1076876163@critter.freebsd.dk> Message-ID: <20040216085710.L11258@gamplex.bde.org> References: <16058.1076876163@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:09:47 -0000 On Sun, 15 Feb 2004, Poul-Henning Kamp wrote: > In message <200402152014.i1FKElnL065794@repoman.freebsd.org>, Bruce Evans write > s: > >bde 2004/02/15 12:14:47 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_conf.c > > Log: > > Fixed style bugs near previous commit (mainly formatting errors and > > missing parentheses). Use default handling (trap to debugger) for > > udev2dev(x, 1) since it is an error and doesn't happen anywhere in > > the sys tree except in bogusly commented out code in coda. > > I appreciate you attention to this Bruce, but please hold off until > I've gotten the patch I just announed on -current into the tree. I'm done with kern_conf.c for now. Your announced patch seemed to have only simple changes to kern_conf.c, so it should be easy to merge. Bruce From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:12:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB8F16A4CE; Sun, 15 Feb 2004 14:12:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F94F43D1F; Sun, 15 Feb 2004 14:12:33 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FMCWGe099440; Sun, 15 Feb 2004 14:12:32 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FMCWRg099439; Sun, 15 Feb 2004 14:12:32 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152212.i1FMCWRg099439@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 14:12:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ktrdump ktrdump.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:12:33 -0000 dwmalone 2004/02/15 14:12:32 PST FreeBSD src repository Modified files: usr.bin/ktrdump ktrdump.c Log: Remove an unused variable. Revision Changes Path 1.5 +0 -1 src/usr.bin/ktrdump/ktrdump.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:13:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC0E16A4CE; Sun, 15 Feb 2004 14:13:17 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C80843D2D; Sun, 15 Feb 2004 14:13:16 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1FMD9hM016875; Sun, 15 Feb 2004 23:13:14 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 16 Feb 2004 09:09:40 +1100." <20040216085710.L11258@gamplex.bde.org> Date: Sun, 15 Feb 2004 23:13:09 +0100 Message-ID: <16874.1076883189@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:13:17 -0000 In message <20040216085710.L11258@gamplex.bde.org>, Bruce Evans writes: >I'm done with kern_conf.c for now. Your announced patch seemed to have >only simple changes to kern_conf.c, so it should be easy to merge. Yes, I've already updated the patch. -- 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 Sun Feb 15 14:17:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736B416A4CF; Sun, 15 Feb 2004 14:17:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570BB43D1F; Sun, 15 Feb 2004 14:17:29 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FMHTGe099637; Sun, 15 Feb 2004 14:17:29 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FMHTs3099636; Sun, 15 Feb 2004 14:17:29 -0800 (PST) (envelope-from krion) Message-Id: <200402152217.i1FMHTs3099636@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 15 Feb 2004 14:17:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysqlcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:17:29 -0000 krion 2004/02/15 14:17:29 PST FreeBSD ports repository Modified files: databases/mysqlcc Makefile Log: - Fix path to qmake.conf Submitted by: T Kellers Revision Changes Path 1.5 +1 -1 ports/databases/mysqlcc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:27:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654B916A4CE; Sun, 15 Feb 2004 14:27:05 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D5043D1D; Sun, 15 Feb 2004 14:27:05 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1FMR4nJ087823; Sun, 15 Feb 2004 15:27:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 15 Feb 2004 15:25:53 -0700 (MST) Message-Id: <20040215.152553.55627525.imp@bsdimp.com> To: ceri@submonkey.net From: "M. Warner Losh" In-Reply-To: <20040215190329.GQ8821@submonkey.net> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> 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: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:27:05 -0000 In message: <20040215190329.GQ8821@submonkey.net> Ceri Davies writes: : On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: : > wilko 2004/02/15 10:42:48 PST : > : > FreeBSD doc repository : > : > Modified files: : > en index.xsl : > Log: : > A pair of floppies -> a couple of floppies. : > : > A pair equals 2 and 2 floppies are not sufficient anymore. : : "A couple" is numerically equivalent to "a pair". A couple isn't quite the same as a pair. A secondary meaning for a couple is the same as a few. "Give me a couple of those biscuits" is likely to get you 3 biscuits as 2 in many parts of the US. Warner From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:48:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9616416A4CE; Sun, 15 Feb 2004 14:48:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E5D43D1D; Sun, 15 Feb 2004 14:48:26 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FMmQGe006327; Sun, 15 Feb 2004 14:48:26 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FMmQPZ006326; Sun, 15 Feb 2004 14:48:26 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402152248.i1FMmQPZ006326@repoman.freebsd.org> From: David Malone Date: Sun, 15 Feb 2004 14:48:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/gcore aoutcore.c elfcore.c gcore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:48:26 -0000 dwmalone 2004/02/15 14:48:26 PST FreeBSD src repository Modified files: usr.bin/gcore aoutcore.c elfcore.c gcore.c Log: Fix some WARNS: 1) Remove some unused variables. 2) Mark some things aas static or __unused. 3) Cast to make sure we're comparing the same types. Revision Changes Path 1.31 +3 -3 src/usr.bin/gcore/aoutcore.c 1.16 +3 -4 src/usr.bin/gcore/elfcore.c 1.31 +1 -1 src/usr.bin/gcore/gcore.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:56:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD9116A4CE; Sun, 15 Feb 2004 14:56:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5816F43D1D; Sun, 15 Feb 2004 14:56:10 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FMuAGe008469; Sun, 15 Feb 2004 14:56:10 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FMuAdA008468; Sun, 15 Feb 2004 14:56:10 -0800 (PST) (envelope-from simon) Message-Id: <200402152256.i1FMuAdA008468@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 15 Feb 2004 14:56:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile book.sgmlchapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 22:56:10 -0000 simon 2004/02/15 14:56:10 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent Added files: en_US.ISO8859-1/books/developers-handbook/testing chapter.sgml Log: Add a new chapter about "Regression and Performance Testing". At the moment the main content is the Micro Benchmark Checklist posted to -current by phk and expanded by rwatson. The list did not really fit in any of the current chapters, so a new chapter was created. I hope others can add more content to this chapter later. Content by: phk, rwatson Reviewed by: phk, josef No objections: -doc Revision Changes Path 1.21 +1 -0 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.42 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.21 +1 -0 doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent 1.1 +226 -0 doc/en_US.ISO8859-1/books/developers-handbook/testing/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 15:09:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F02516A4CE; Sun, 15 Feb 2004 15:09:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FF643D1D; Sun, 15 Feb 2004 15:09:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FN9lGe011584; Sun, 15 Feb 2004 15:09:47 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FN9lRx011583; Sun, 15 Feb 2004 15:09:47 -0800 (PST) (envelope-from kris) Message-Id: <200402152309.i1FN9lRx011583@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 15:09:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/hfsplusutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 23:09:47 -0000 kris 2004/02/15 15:09:47 PST FreeBSD ports repository Modified files: emulators/hfsplusutils Makefile Log: BROKEN on 5.x: Broken pkg-plist Revision Changes Path 1.3 +4 -0 ports/emulators/hfsplusutils/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 15:10:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6062A16A4CE; Sun, 15 Feb 2004 15:10:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426B743D1F; Sun, 15 Feb 2004 15:10:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FNAlGe011769; Sun, 15 Feb 2004 15:10:47 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FNAl53011768; Sun, 15 Feb 2004 15:10:47 -0800 (PST) (envelope-from kris) Message-Id: <200402152310.i1FNAl53011768@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 15:10:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ruby-jabber4r Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 23:10:47 -0000 kris 2004/02/15 15:10:47 PST FreeBSD ports repository Modified files: net/ruby-jabber4r Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.7 +2 -0 ports/net/ruby-jabber4r/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 15:14:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944F916A4CE; Sun, 15 Feb 2004 15:14:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F4743D1F; Sun, 15 Feb 2004 15:14:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FNEMGe013610; Sun, 15 Feb 2004 15:14:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FNEMit013609; Sun, 15 Feb 2004 15:14:22 -0800 (PST) (envelope-from kris) Message-Id: <200402152314.i1FNEMit013609@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 15:14:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/hfsplusutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 23:14:22 -0000 kris 2004/02/15 15:14:22 PST FreeBSD ports repository Modified files: emulators/hfsplusutils Makefile Log: This port will be removed after April 15 if still broken at that time. Revision Changes Path 1.4 +1 -0 ports/emulators/hfsplusutils/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 15:14:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4310B16A4CE; Sun, 15 Feb 2004 15:14:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2612443D1D; Sun, 15 Feb 2004 15:14:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FNEvGe013666; Sun, 15 Feb 2004 15:14:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FNEuU9013665; Sun, 15 Feb 2004 15:14:56 -0800 (PST) (envelope-from kris) Message-Id: <200402152314.i1FNEuU9013665@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 15:14:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ruby-jabber4r Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 23:14:57 -0000 kris 2004/02/15 15:14:56 PST FreeBSD ports repository Modified files: net/ruby-jabber4r Makefile Log: This port will be removed after April 15 if still broken at that time. Revision Changes Path 1.8 +1 -0 ports/net/ruby-jabber4r/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 15:16:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC79316A4CE; Sun, 15 Feb 2004 15:16:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C095543D1F; Sun, 15 Feb 2004 15:16:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FNGbGe013796; Sun, 15 Feb 2004 15:16:37 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FNGbPb013795; Sun, 15 Feb 2004 15:16:37 -0800 (PST) (envelope-from pav) Message-Id: <200402152316.i1FNGbPb013795@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Feb 2004 15:16:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-epoz Makefileports/www/zope-groupuserfolder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Feb 2004 23:16:38 -0000 pav 2004/02/15 15:16:37 PST FreeBSD ports repository Modified files: www/zope-epoz Makefile www/zope-groupuserfolder Makefile Log: - Temporary files must be created under ${WRKDIR}; the ports tree can be read-only. Submitted by: kris Pointy hat to: pav Revision Changes Path 1.2 +1 -0 ports/www/zope-epoz/Makefile 1.2 +1 -0 ports/www/zope-groupuserfolder/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 16:11:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A4E16A4CE; Sun, 15 Feb 2004 16:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D422543D1D; Sun, 15 Feb 2004 16:11:08 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G0B8Ge025394; Sun, 15 Feb 2004 16:11:08 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G0B8uU025393; Sun, 15 Feb 2004 16:11:08 -0800 (PST) (envelope-from simon) Message-Id: <200402160011.i1G0B8uU025393@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 15 Feb 2004 16:11:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook book.sgml doc/en_US.ISO8859-1/books/developers-handbook/dma doc/en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/securechapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:11:09 -0000 simon 2004/02/15 16:11:08 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook book.sgml en_US.ISO8859-1/books/developers-handbook/dma chapter.sgml en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml en_US.ISO8859-1/books/developers-handbook/ipv6 chapter.sgml en_US.ISO8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO8859-1/books/developers-handbook/sockets chapter.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/developers-handbook/x86 chapter.sgml share/sgml trademarks.ent Log: *.sgml: - Use trademark entities. - Add trademark attributions. - Don't join trademarks with other words, e.g. using hyphens. trademark.ent: - Add trademark entity for Sun. Revision Changes Path 1.43 +15 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.5 +6 -6 doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml 1.10 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.16 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml 1.20 +5 -5 doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml 1.8 +10 -10 doc/en_US.ISO8859-1/books/developers-handbook/sockets/chapter.sgml 1.35 +21 -21 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.12 +91 -91 doc/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml 1.19 +1 -0 doc/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Sun Feb 15 16:27:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5F416A4CE; Sun, 15 Feb 2004 16:27:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C8843D1D; Sun, 15 Feb 2004 16:27:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G0RXGe029312; Sun, 15 Feb 2004 16:27:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G0RXVN029311; Sun, 15 Feb 2004 16:27:33 -0800 (PST) (envelope-from kris) Message-Id: <200402160027.i1G0RXVN029311@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 16:27:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mp3chew Makefile ports/audio/mp3chew/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:27:33 -0000 kris 2004/02/15 16:27:33 PST FreeBSD ports repository Modified files: audio/mp3chew Makefile audio/mp3chew/files patch-aa Log: Respect PTHREAD_CFLAGS and PTHREAD_LIBS Revision Changes Path 1.7 +1 -0 ports/audio/mp3chew/Makefile 1.2 +7 -9 ports/audio/mp3chew/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sun Feb 15 16:34:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1937216A4CE; Sun, 15 Feb 2004 16:34:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F129843D1F; Sun, 15 Feb 2004 16:34:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G0YCGe031338; Sun, 15 Feb 2004 16:34:12 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G0YCLw031337; Sun, 15 Feb 2004 16:34:12 -0800 (PST) (envelope-from marcus) Message-Id: <200402160034.i1G0YCLw031337@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 15 Feb 2004 16:34:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/metacity Makefile distinfo ports/x11-wm/metacity/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:34:13 -0000 marcus 2004/02/15 16:34:12 PST FreeBSD ports repository Modified files: x11-wm/metacity Makefile distinfo Removed files: x11-wm/metacity/files patch-configure Log: Update to 2.6.5. The most notable change is that while using focus-follows-mouse, clicking inside a window will raise it as it did under 2.4.x. Revision Changes Path 1.25 +2 -3 ports/x11-wm/metacity/Makefile 1.16 +2 -1 ports/x11-wm/metacity/distinfo 1.4 +0 -13 ports/x11-wm/metacity/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 16:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18CA516A4CF; Sun, 15 Feb 2004 16:37:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31B943D1F; Sun, 15 Feb 2004 16:37:14 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G0bEGe031516; Sun, 15 Feb 2004 16:37:14 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G0bESO031515; Sun, 15 Feb 2004 16:37:14 -0800 (PST) (envelope-from ale) Message-Id: <200402160037.i1G0bESO031515@repoman.freebsd.org> From: Alex Dupre Date: Sun, 15 Feb 2004 16:37:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/enigmail Makefileports/mail/enigmail-thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:37:15 -0000 ale 2004/02/15 16:37:14 PST FreeBSD ports repository Modified files: mail/enigmail Makefile mail/enigmail-thunderbird Makefile Log: Respect WRKDIRPREFIX. Noticed by: dougb Approved by: nork (mentor/implicitly) Revision Changes Path 1.4 +1 -1 ports/mail/enigmail-thunderbird/Makefile 1.6 +2 -2 ports/mail/enigmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 17:15:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7869116A4CE; Sun, 15 Feb 2004 17:15:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D37443D1D; Sun, 15 Feb 2004 17:15:01 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G1F1Ge046485; Sun, 15 Feb 2004 17:15:01 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G1F1fU046484; Sun, 15 Feb 2004 17:15:01 -0800 (PST) (envelope-from ijliao) Message-Id: <200402160115.i1G1F1fU046484@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sun, 15 Feb 2004 17:15:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/bib2html Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 01:15:01 -0000 ijliao 2004/02/15 17:15:00 PST FreeBSD ports repository Modified files: textproc/bib2html Makefile Log: fix build with perl5.8 by creating ${SITE_PERL} dir Noticed by: kris Revision Changes Path 1.3 +2 -7 ports/textproc/bib2html/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 17:19:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32B316A4CE; Sun, 15 Feb 2004 17:19:32 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5BD43D1F; Sun, 15 Feb 2004 17:19:32 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (c3506cce9863051e19ec6cfb4f4b0258@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1G1JVa3024072; Sun, 15 Feb 2004 19:19:32 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 66D9F66D0E; Sun, 15 Feb 2004 17:19:30 -0800 (PST) Date: Sun, 15 Feb 2004 17:19:30 -0800 From: Kris Kennaway To: Ying-Chieh Liao Message-ID: <20040216011930.GA63700@xor.obsecurity.org> References: <200402160115.i1G1F1fU046484@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <200402160115.i1G1F1fU046484@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/bib2html Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 01:19:33 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 05:15:01PM -0800, Ying-Chieh Liao wrote: > ijliao 2004/02/15 17:15:00 PST >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/bib2html Makefile=20 > Log: > fix build with perl5.8 by creating ${SITE_PERL} dir > =20 > Noticed by: kris You forgot to remove it at deinstall time. Perhaps the better solution here is for the perl5.8 port to create and remove it. Kris --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMBqiWry0BWjoQKURAmEyAJ4ghiJS0nfhvoCYQFkmWKeFlx8teQCg0JTc 2eSdp0AaVRr3XU1iJkVoJT8= =BkZA -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 17:23:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975FD16A4CE; Sun, 15 Feb 2004 17:23:31 -0800 (PST) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F69843D1F; Sun, 15 Feb 2004 17:23:31 -0800 (PST) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 4291B106C08; Mon, 16 Feb 2004 09:23:26 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61546-03; Mon, 16 Feb 2004 09:23:25 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id BB769106BD8; Mon, 16 Feb 2004 09:23:25 +0800 (CST) Date: Mon, 16 Feb 2004 09:23:25 +0800 From: Ying-Chieh Liao To: Kris Kennaway Message-ID: <20040216012325.GA59942@freebsd.csie.nctu.edu.tw> References: <200402160115.i1G1F1fU046484@repoman.freebsd.org> <20040216011930.GA63700@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20040216011930.GA63700@xor.obsecurity.org> X-Operating-System: FreeBSD 4.9-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/bib2html Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 01:23:31 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 15, 2004 at 17:19:30 -0800, Kris Kennaway wrote: > You forgot to remove it at deinstall time. Perhaps the better > solution here is for the perl5.8 port to create and remove it. I dont think I have to handle it during the deinstall time, perl5.8 handles it and yes, maybe make perl5.8 port creating it is the best idea -- self-producing in python : l='l=%s;print l%%`l`';print l%`l` -- Frank Stajano --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMBuNrMYBZRHAI4IRAuhiAJ98sDOLavJxb3TG+C9UIxaame9erwCgyYFA ARsJ+cWzw5j0gxL5AeqPrQY= =OeXs -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-all@FreeBSD.ORG Sun Feb 15 17:24:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C8E16A4CE; Sun, 15 Feb 2004 17:24:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B463943D1D; Sun, 15 Feb 2004 17:24:58 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G1OwGe048548; Sun, 15 Feb 2004 17:24:58 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G1OweH048547; Sun, 15 Feb 2004 17:24:58 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402160124.i1G1OweH048547@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 15 Feb 2004 17:24:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/pgcluster Makefile ports/databases/pgcluster/files patch-main.c patch-pool_process_query.c patch-recovery.c patch-replicate.c pgcluster.sh.tmpl pglb.sh.tmpl pgreplicate.sh.tmpl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 01:24:58 -0000 kuriyama 2004/02/15 17:24:58 PST FreeBSD ports repository Modified files: databases/pgcluster Makefile databases/pgcluster/files patch-pool_process_query.c pgcluster.sh.tmpl pglb.sh.tmpl pgreplicate.sh.tmpl Added files: databases/pgcluster/files patch-main.c patch-recovery.c patch-replicate.c Log: o Fix some bugs in startup scripts. o Add WITH_DEBUG knob. o Fix a bug of pglb which dumps core (obtained from ML). o Fix style bugs in debug messages. Revision Changes Path 1.3 +7 -1 ports/databases/pgcluster/Makefile 1.1 +136 -0 ports/databases/pgcluster/files/patch-main.c (new) 1.2 +46 -3 ports/databases/pgcluster/files/patch-pool_process_query.c 1.1 +197 -0 ports/databases/pgcluster/files/patch-recovery.c (new) 1.1 +161 -0 ports/databases/pgcluster/files/patch-replicate.c (new) 1.2 +2 -1 ports/databases/pgcluster/files/pgcluster.sh.tmpl 1.2 +2 -1 ports/databases/pgcluster/files/pglb.sh.tmpl 1.2 +2 -1 ports/databases/pgcluster/files/pgreplicate.sh.tmpl From owner-cvs-all@FreeBSD.ORG Sun Feb 15 18:32:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BD616A4CE; Sun, 15 Feb 2004 18:32:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8F343D1D; Sun, 15 Feb 2004 18:32:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G2WYGe063840; Sun, 15 Feb 2004 18:32:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G2WYr4063839; Sun, 15 Feb 2004 18:32:34 -0800 (PST) (envelope-from kris) Message-Id: <200402160232.i1G2WYr4063839@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 18:32:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/rbl-milter Makefileports/mail/rbl-milter/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 02:32:35 -0000 kris 2004/02/15 18:32:34 PST FreeBSD ports repository Modified files: mail/rbl-milter Makefile mail/rbl-milter/files patch-aa Log: Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. Revision Changes Path 1.3 +2 -1 ports/mail/rbl-milter/Makefile 1.2 +13 -19 ports/mail/rbl-milter/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sun Feb 15 18:50:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F2616A4CE; Sun, 15 Feb 2004 18:50:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6346A43D1F; Sun, 15 Feb 2004 18:50:04 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G2o4Ge066105; Sun, 15 Feb 2004 18:50:04 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G2o4Q9066104; Sun, 15 Feb 2004 18:50:04 -0800 (PST) (envelope-from wpaul) Message-Id: <200402160250.i1G2o4Q9066104@repoman.freebsd.org> From: Bill Paul Date: Sun, 15 Feb 2004 18:50:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 02:50:04 -0000 wpaul 2004/02/15 18:50:04 PST FreeBSD src repository Modified files: sys/compat/ndis ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c Log: More cleanups/fixes for the AMD Am1771 driver: - When adding new waiting threads to the waitlist for an object, use INSERT_LIST_TAIL() instead of INSERT_LIST_HEAD() so that new waiters go at the end of the list instead of the beginning. When we wake up a synchronization object, only the first waiter is awakened, and this needs to be the first thread that actually waited on the object. - Correct missing semicolon in INSERT_LIST_TAIL() macro. - Implement lookaside lists correctly. Note that the Am1771 driver uses lookaside lists to manage shared memory (i.e. DMAable) buffers by specifying its own alloc and free routines. The Microsoft documentation says you should avoid doing this, but apparently this did not deter the developers at AMD from doing it anyway. With these changes (which are the result of two straight days of almost non-stop debugging), I think I finally have the object/thread handling semantics implemented correctly. The Am1771 driver no longer crashes unexpectedly during association or bringing the interface up. Revision Changes Path 1.8 +3 -1 src/sys/compat/ndis/ntoskrnl_var.h 1.48 +1 -1 src/sys/compat/ndis/subr_ndis.c 1.22 +76 -20 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 18:52:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEEE16A4CE; Sun, 15 Feb 2004 18:52:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9323B43D1D; Sun, 15 Feb 2004 18:52:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G2qtGe068092; Sun, 15 Feb 2004 18:52:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G2qtQv068091; Sun, 15 Feb 2004 18:52:55 -0800 (PST) (envelope-from kris) Message-Id: <200402160252.i1G2qtQv068091@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 18:52:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cvsync Makefile ports/net/cvsync/files patch-mk::pthread.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 02:52:55 -0000 kris 2004/02/15 18:52:55 PST FreeBSD ports repository Modified files: net/cvsync Makefile Added files: net/cvsync/files patch-mk::pthread.mk Log: Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION Revision Changes Path 1.36 +2 -1 ports/net/cvsync/Makefile 1.1 +24 -0 ports/net/cvsync/files/patch-mk::pthread.mk (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 19:34:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A33D16A4CE; Sun, 15 Feb 2004 19:34:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FA943D1D; Sun, 15 Feb 2004 19:34:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G3YoGe077222; Sun, 15 Feb 2004 19:34:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G3Yo8f077221; Sun, 15 Feb 2004 19:34:50 -0800 (PST) (envelope-from kris) Message-Id: <200402160334.i1G3Yo8f077221@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 19:34:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/xdiskusage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 03:34:51 -0000 kris 2004/02/15 19:34:50 PST FreeBSD ports repository Modified files: x11-fm/xdiskusage Makefile Log: s/BROKEN/IGNORE/ to prevent package build Revision Changes Path 1.14 +1 -1 ports/x11-fm/xdiskusage/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 19:37:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334C316A4CE; Sun, 15 Feb 2004 19:37:32 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285FB43D1D; Sun, 15 Feb 2004 19:37:32 -0800 (PST) (envelope-from wes@softweyr.com) Received: from 204.68.178.129 (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 0D34D8836A3; Sun, 15 Feb 2004 19:37:31 -0800 (PST) From: Wes Peters To: "M. Warner Losh" , ceri@submonkey.net Date: Mon, 16 Feb 2004 03:38:10 -0800 User-Agent: KMail/1.5.4 References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215.152553.55627525.imp@bsdimp.com> In-Reply-To: <20040215.152553.55627525.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402160338.10575.wes@softweyr.com> cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 03:37:32 -0000 On Sunday 15 February 2004 14:25, M. Warner Losh wrote: > In message: <20040215190329.GQ8821@submonkey.net> > > Ceri Davies writes: > : On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > : > wilko 2004/02/15 10:42:48 PST > : > > : > FreeBSD doc repository > : > > : > Modified files: > : > en index.xsl > : > Log: > : > A pair of floppies -> a couple of floppies. > : > > : > A pair equals 2 and 2 floppies are not sufficient anymore. > : > : "A couple" is numerically equivalent to "a pair". > > A couple isn't quite the same as a pair. A secondary meaning for a > couple is the same as a few. "Give me a couple of those biscuits" is > likely to get you 3 biscuits as 2 in many parts of the US. Funny, I've lived just about everywhere in the US (except Texas) and "a couple" has always meant two. "A few" would be 2 to 5, several would be 4 or 5 to maybe a dozen, etc., all the way up to "buttload" which is rougly "more than a man can carry." 2 or more seems to be what we really want here. A parenthetical "X floppies for i386 as of this writing" will help the reader to grasp the scale at some ill-specified point in time. -- "Where am I, and what am I doing in this bikeshed?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ From owner-cvs-all@FreeBSD.ORG Sun Feb 15 19:43:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B536416A4CE; Sun, 15 Feb 2004 19:43:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9900243D1D; Sun, 15 Feb 2004 19:43:57 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G3hvGe079300; Sun, 15 Feb 2004 19:43:57 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G3hvw1079299; Sun, 15 Feb 2004 19:43:57 -0800 (PST) (envelope-from alc) Message-Id: <200402160343.i1G3hvw1079299@repoman.freebsd.org> From: Alan Cox Date: Sun, 15 Feb 2004 19:43:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 03:43:57 -0000 alc 2004/02/15 19:43:57 PST FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Correct a long-standing race condition in vm_contig_launder() that could result in a panic "vm_page_cache: caching a dirty page, ...": Access to the page must be restricted or removed before calling vm_page_cache(). This race condition is identical in nature to that which was addressed by vm_pageout.c's revision 1.251 and vm_page.c's revision 1.275. MFC after: 7 days Revision Changes Path 1.30 +2 -0 src/sys/vm/vm_contig.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 21:09:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B76416A4CE; Sun, 15 Feb 2004 21:09:13 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184D943D1D; Sun, 15 Feb 2004 21:09:13 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1G58jDL064938; Mon, 16 Feb 2004 00:08:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1G58jVP064935; Mon, 16 Feb 2004 00:08:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 16 Feb 2004 00:08:44 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Wes Peters In-Reply-To: <200402160338.10575.wes@softweyr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" cc: ceri@submonkey.net cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 05:09:13 -0000 On Mon, 16 Feb 2004, Wes Peters wrote: > > : "A couple" is numerically equivalent to "a pair". > > > > A couple isn't quite the same as a pair. A secondary meaning for a > > couple is the same as a few. "Give me a couple of those biscuits" is > > likely to get you 3 biscuits as 2 in many parts of the US. > > Funny, I've lived just about everywhere in the US (except Texas) and "a > couple" has always meant two. "A few" would be 2 to 5, several would be > 4 or 5 to maybe a dozen, etc., all the way up to "buttload" which is > rougly "more than a man can carry." > > 2 or more seems to be what we really want here. A parenthetical "X > floppies for i386 as of this writing" will help the reader to grasp the > scale at some ill-specified point in time. When I say "Hold on, I'll be there in a couple of minutes", I hardly ever mean two, and that seems to apply to a lot of people I know also :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Feb 15 21:37:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7D416A4CE; Sun, 15 Feb 2004 21:37:44 -0800 (PST) Received: from praetor.linc-it.com (adsl-068-157-070-217.sip.jan.bellsouth.net [68.157.70.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCD843D1D; Sun, 15 Feb 2004 21:37:43 -0800 (PST) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (adsl-81-244-89.jan.bellsouth.net [65.81.244.89]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by praetor.linc-it.com (Postfix) with ESMTP id 6506C155E0; Sun, 15 Feb 2004 23:37:42 -0600 (CST) Received: by mortis.over-yonder.net (Postfix, from userid 100) id 9654520F2D; Sun, 15 Feb 2004 23:37:40 -0600 (CST) Date: Sun, 15 Feb 2004 23:37:40 -0600 From: "Matthew D. Fuller" To: Kris Kennaway Message-ID: <20040216053739.GD33332@over-yonder.net> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215201404.GB52924@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040215201404.GB52924@xor.obsecurity.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.6i-fullermd.2 cc: cvs-all@FreeBSD.org cc: Ceri Davies cc: cvs-doc@FreeBSD.org cc: Wilko Bulte cc: doc-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 05:37:44 -0000 On Sun, Feb 15, 2004 at 12:14:04PM -0800 I heard the voice of Kris Kennaway, and lo! it spake thus: > > How about "a few" if we're being deliberately vague about the number. I suggest the bikeshed be painted "several". -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" From owner-cvs-all@FreeBSD.ORG Sun Feb 15 22:28:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A653816A4CE; Sun, 15 Feb 2004 22:28:48 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A6043D1D; Sun, 15 Feb 2004 22:28:48 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 8E0235C776; Sun, 15 Feb 2004 22:28:47 -0800 (PST) Date: Sun, 15 Feb 2004 22:28:47 -0800 From: Alfred Perlstein To: David Malone Message-ID: <20040216062847.GA98877@elvis.mu.org> References: <200402152127.i1FLRRxE087266@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402152127.i1FLRRxE087266@repoman.freebsd.org> User-Agent: Mutt/1.4.2i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 06:28:48 -0000 * David Malone [040215 13:27] wrote: > dwmalone 2004/02/15 13:27:27 PST > > FreeBSD src repository > > Modified files: > sys/net if_ethersubr.c > Log: > Return EACCES rather than ENOBUFS if ipfw blocks a packet on the > way out at layer 2. I think ipfw returns EPERM when denying packets through some other paths. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Sun Feb 15 22:37:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73F9C16A4D7; Sun, 15 Feb 2004 22:37:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C1343D2D; Sun, 15 Feb 2004 22:37:23 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G6bNGe023032; Sun, 15 Feb 2004 22:37:23 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G6bMrm023031; Sun, 15 Feb 2004 22:37:22 -0800 (PST) (envelope-from max) Message-Id: <200402160637.i1G6bMrm023031@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Sun, 15 Feb 2004 22:37:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/Canna Makefile pkg-message pkg-plist ports/japanese/Canna/files canna.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 06:37:23 -0000 max 2004/02/15 22:37:22 PST FreeBSD ports repository Modified files: japanese/Canna Makefile pkg-message pkg-plist japanese/Canna/files canna.sh.in Log: RcNG'ize the startup script (and bump the port revision). Submitted by: ume Revision Changes Path 1.62 +7 -4 ports/japanese/Canna/Makefile 1.7 +41 -29 ports/japanese/Canna/files/canna.sh.in 1.2 +10 -3 ports/japanese/Canna/pkg-message 1.25 +1 -1 ports/japanese/Canna/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Feb 15 22:50:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F3416A4CE; Sun, 15 Feb 2004 22:50:18 -0800 (PST) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816BC43D31; Sun, 15 Feb 2004 22:50:17 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1G6oEn1020485; Mon, 16 Feb 2004 07:50:14 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1G6oDvE064739; Mon, 16 Feb 2004 07:50:13 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1G6oDNk064738; Mon, 16 Feb 2004 07:50:13 +0100 (CET) (envelope-from wkb) Date: Mon, 16 Feb 2004 07:50:13 +0100 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040216065013.GA64718@freebie.xs4all.nl> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215201404.GB52924@xor.obsecurity.org> <20040215203445.GA67064@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040215203445.GA67064@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: Ceri Davies cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway cc: doc-committers@FreeBSD.ORG cc: Wilko Bulte Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 06:50:18 -0000 On Sun, Feb 15, 2004 at 12:34:45PM -0800, Marcel Moolenaar wrote: > On Sun, Feb 15, 2004 at 12:14:04PM -0800, Kris Kennaway wrote: > > On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > > > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > > > wilko 2004/02/15 10:42:48 PST > > > > > > > > FreeBSD doc repository > > > > > > > > Modified files: > > > > en index.xsl > > > > Log: > > > > A pair of floppies -> a couple of floppies. > > > > > > > > A pair equals 2 and 2 floppies are not sufficient anymore. > > > > > > "A couple" is numerically equivalent to "a pair". > > > > How about "a few" if we're being deliberately vague about the number. > > A few always leaves the impression to me that it's more than a > couple (couple in my case is the dutch interpretation :-) and > thus leaves me wondering what number to think of. > > Something akin to "1 or more" or "2 or more" should set the right > expectation. People tend to go by the number which should give > them a reasonable lower bound to their expectation and the "or more" > part tells them that it may be a floppy more (1 or more to be exact), > but generally not more than twice the first number :-) > > I think the key is that we should give them something concrete > so they know how many they need to buy before attempting a > floppy install (or something along those lines). This is what a pair > achieved. If we cannot find a good way of saying it in two words, I > suggest we use more words (like a dutch couple or few; 3 or more) > AARRGGHH.... :-) Exactly.. How about "a bunch" ? :) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:13:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E0E16A4CE; Sun, 15 Feb 2004 23:13:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA70243D1D; Sun, 15 Feb 2004 23:13:48 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7DmGe032159; Sun, 15 Feb 2004 23:13:48 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7DmJa032158; Sun, 15 Feb 2004 23:13:48 -0800 (PST) (envelope-from nork) Message-Id: <200402160713.i1G7DmJa032158@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 15 Feb 2004 23:13:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:13:49 -0000 nork 2004/02/15 23:13:48 PST FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile distinfo Log: Update to 0.30 (based of SQLite 2.8.12). Revision Changes Path 1.15 +1 -1 ports/databases/p5-DBD-SQLite/Makefile 1.12 +2 -2 ports/databases/p5-DBD-SQLite/distinfo From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:15:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF1716A4CE; Sun, 15 Feb 2004 23:15:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2BD43D1D; Sun, 15 Feb 2004 23:15:01 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7F1Ge032233; Sun, 15 Feb 2004 23:15:01 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7F1Ln032232; Sun, 15 Feb 2004 23:15:01 -0800 (PST) (envelope-from demon) Message-Id: <200402160715.i1G7F1Ln032232@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 15 Feb 2004 23:15:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sympa Makefile distinfo patch-src-etc-script-orphan_killer.pl patch-wwsympa-wwsympa.fcgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:15:01 -0000 demon 2004/02/15 23:15:01 PST FreeBSD ports repository Modified files: mail/sympa Makefile distinfo Added files: mail/sympa/files patch-soap-sympa_soap_server.fcgi patch-src-etc-script-orphan_killer.pl patch-wwsympa-wwsympa.fcgi Log: Update to version 4.0.b2. Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/mail/sympa/Makefile 1.3 +1 -1 ports/mail/sympa/distinfo 1.1 +12 -0 ports/mail/sympa/files/patch-soap-sympa_soap_server.fcgi (new) 1.1 +12 -0 ports/mail/sympa/files/patch-src-etc-script-orphan_killer.pl (new) 1.1 +42 -0 ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi (new) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:25:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6839D16A4CE; Sun, 15 Feb 2004 23:25:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CACF43D1D; Sun, 15 Feb 2004 23:25:47 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7PlGe034336; Sun, 15 Feb 2004 23:25:47 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7Pl7Q034335; Sun, 15 Feb 2004 23:25:47 -0800 (PST) (envelope-from simokawa) Message-Id: <200402160725.i1G7Pl7Q034335@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 15 Feb 2004 23:25:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/dcons dcons.c dcons.h dcons_crom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:25:47 -0000 simokawa 2004/02/15 23:25:46 PST FreeBSD src repository Modified files: sys/dev/dcons dcons.c dcons.h dcons_crom.c Log: - Clean up global data. - Force dcons to be the high-level console after dcons_crom has been attached. - Add a tunable to be the high-level console. Revision Changes Path 1.2 +31 -28 src/sys/dev/dcons/dcons.c 1.2 +8 -4 src/sys/dev/dcons/dcons.h 1.3 +19 -6 src/sys/dev/dcons/dcons_crom.c From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:27:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD35116A4CE; Sun, 15 Feb 2004 23:27:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E8D43D1D; Sun, 15 Feb 2004 23:27:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7RsGe034402; Sun, 15 Feb 2004 23:27:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7RsTn034400; Sun, 15 Feb 2004 23:27:54 -0800 (PST) (envelope-from kris) Message-Id: <200402160727.i1G7RsTn034400@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 23:27:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Cdk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:27:55 -0000 kris 2004/02/15 23:27:54 PST FreeBSD ports repository Modified files: devel/p5-Cdk Makefile Log: BROKEN with perl 5.8: does not compile Revision Changes Path 1.5 +7 -1 ports/devel/p5-Cdk/Makefile From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:28:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6882116A4CE; Sun, 15 Feb 2004 23:28:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2C843D1D; Sun, 15 Feb 2004 23:28:17 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7SHGe034480; Sun, 15 Feb 2004 23:28:17 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7SHhi034479; Sun, 15 Feb 2004 23:28:17 -0800 (PST) (envelope-from demon) Message-Id: <200402160728.i1G7SHhi034479@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 15 Feb 2004 23:28:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sympa-elixus Makefile distinfo ports/mail/sympa-elixus/files patch-doc-man8-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:28:17 -0000 demon 2004/02/15 23:28:17 PST FreeBSD ports repository Modified files: mail/sympa-elixus Makefile distinfo Removed files: mail/sympa-elixus/files patch-doc-man8-Makefile Log: Update to version 9982. Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/mail/sympa-elixus/Makefile 1.3 +1 -1 ports/mail/sympa-elixus/distinfo 1.2 +0 -11 ports/mail/sympa-elixus/files/patch-doc-man8-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Sun Feb 15 23:29:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD64916A4CE; Sun, 15 Feb 2004 23:29:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E3943D1F; Sun, 15 Feb 2004 23:29:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G7TfGe034562; Sun, 15 Feb 2004 23:29:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G7Tf3d034561; Sun, 15 Feb 2004 23:29:41 -0800 (PST) (envelope-from kris) Message-Id: <200402160729.i1G7Tf3d034561@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 15 Feb 2004 23:29:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-plruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 07:29:42 -0000 kris 2004/02/15 23:29:41 PST FreeBSD ports repository Modified files: databases/postgresql-plruby Makefile Log: BROKEN: Does not compile. This port will be removed after April 15 if it is still broken. Revision Changes Path 1.21 +3 -0 ports/databases/postgresql-plruby/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:08:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6555C16A4CF; Mon, 16 Feb 2004 00:08:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4957843D1D; Mon, 16 Feb 2004 00:08:50 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G88oGe043727; Mon, 16 Feb 2004 00:08:50 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G88ora043726; Mon, 16 Feb 2004 00:08:50 -0800 (PST) (envelope-from znerd) Message-Id: <200402160808.i1G88ora043726@repoman.freebsd.org> From: Ernst de Haan Date: Mon, 16 Feb 2004 00:08:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apache-ant Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:08:50 -0000 znerd 2004/02/16 00:08:50 PST FreeBSD ports repository Modified files: devel/apache-ant Makefile distinfo pkg-plist Log: Update to Apache Ant 1.6.1. Requested by: Mike Berning Peter Schultz leafy PR: 62893 Revision Changes Path 1.35 +1 -2 ports/devel/apache-ant/Makefile 1.15 +3 -1 ports/devel/apache-ant/distinfo 1.19 +6 -1 ports/devel/apache-ant/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:11:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE8A716A4D0; Mon, 16 Feb 2004 00:11:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D83843D31; Mon, 16 Feb 2004 00:11:44 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8BiGe044969; Mon, 16 Feb 2004 00:11:44 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8BipI044965; Mon, 16 Feb 2004 00:11:44 -0800 (PST) (envelope-from obraun) Message-Id: <200402160811.i1G8BipI044965@repoman.freebsd.org> From: Oliver Braun Date: Mon, 16 Feb 2004 00:11:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mairix Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:11:45 -0000 obraun 2004/02/16 00:11:44 PST FreeBSD ports repository Modified files: mail/mairix Makefile distinfo pkg-descr Log: * Upgrade to 0.14.1. * Change MASTER_SITES and WWW. Revision Changes Path 1.8 +4 -6 ports/mail/mairix/Makefile 1.4 +2 -2 ports/mail/mairix/distinfo 1.2 +1 -1 ports/mail/mairix/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:18:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C642316A4CE; Mon, 16 Feb 2004 00:18:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA10A43D1D; Mon, 16 Feb 2004 00:18:24 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8IOGe045853; Mon, 16 Feb 2004 00:18:24 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8IOGY045852; Mon, 16 Feb 2004 00:18:24 -0800 (PST) (envelope-from krion) Message-Id: <200402160818.i1G8IOGY045852@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 00:18:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/blender-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:18:24 -0000 krion 2004/02/16 00:18:24 PST FreeBSD ports repository Modified files: graphics/blender-devel Makefile distinfo Log: - Update to version 2.32 PR: ports/62898 Submitted by: maintainer Revision Changes Path 1.10 +1 -2 ports/graphics/blender-devel/Makefile 1.5 +1 -1 ports/graphics/blender-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:34:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F3C16A4CE; Mon, 16 Feb 2004 00:34:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1952743D31; Mon, 16 Feb 2004 00:34:28 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8YRGe049864; Mon, 16 Feb 2004 00:34:27 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8YRWS049863; Mon, 16 Feb 2004 00:34:27 -0800 (PST) (envelope-from demon) Message-Id: <200402160834.i1G8YRWS049863@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Feb 2004 00:34:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBIx-SearchBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:34:28 -0000 demon 2004/02/16 00:34:27 PST FreeBSD ports repository Modified files: databases/p5-DBIx-SearchBuilder Makefile distinfo Log: Update to version 0.97. Revision Changes Path 1.26 +1 -1 ports/databases/p5-DBIx-SearchBuilder/Makefile 1.23 +2 -1 ports/databases/p5-DBIx-SearchBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:44:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2185B16A4CE; Mon, 16 Feb 2004 00:44:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 052F443D1F; Mon, 16 Feb 2004 00:44:11 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8iAGe052057; Mon, 16 Feb 2004 00:44:10 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8iAXr052056; Mon, 16 Feb 2004 00:44:10 -0800 (PST) (envelope-from lev) Message-Id: <200402160844.i1G8iAXr052056@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Mon, 16 Feb 2004 00:44:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/xblockout Makefile distinfo pkg-descr ports/games/xblockout/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:44:11 -0000 lev 2004/02/16 00:44:10 PST FreeBSD ports repository Modified files: games Makefile Removed files: games/xblockout Makefile distinfo pkg-descr games/xblockout/files patch-Makefile.in Log: Remove all files of `xblockout': it is dupe of `xbl' Revision Changes Path 1.654 +0 -1 ports/games/Makefile 1.2 +0 -36 ports/games/xblockout/Makefile (dead) 1.2 +0 -2 ports/games/xblockout/distinfo (dead) 1.2 +0 -42 ports/games/xblockout/files/patch-Makefile.in (dead) 1.2 +0 -8 ports/games/xblockout/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:46:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2898216A4CE; Mon, 16 Feb 2004 00:46:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2463343D3F; Mon, 16 Feb 2004 00:46:11 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8kAGe052199; Mon, 16 Feb 2004 00:46:10 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8kAo3052198; Mon, 16 Feb 2004 00:46:10 -0800 (PST) (envelope-from bland) Message-Id: <200402160846.i1G8kAo3052198@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 16 Feb 2004 00:46:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/inkscape Makefile distinfo pkg-plist patch-src::dialogs::dialog-events.cpatch-src::main.c patch-src::modules::gnome.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:46:11 -0000 bland 2004/02/16 00:46:10 PST FreeBSD ports repository Modified files: graphics/inkscape Makefile distinfo pkg-plist graphics/inkscape/files patch-configure Added files: graphics/inkscape/files patch-src::libnr::nr-matrix.cpp patch-src::main.cpp Removed files: graphics/inkscape/files patch-src::dialogs::dialog-events.c patch-src::dialogs::stroke-style.c patch-src::main.c patch-src::module.c patch-src::modules::gnome.c Log: Update to 0.37 Revision Changes Path 1.6 +21 -8 ports/graphics/inkscape/Makefile 1.3 +2 -1 ports/graphics/inkscape/distinfo 1.2 +22 -27 ports/graphics/inkscape/files/patch-configure 1.2 +0 -17 ports/graphics/inkscape/files/patch-src::dialogs::dialog-events.c (dead) 1.3 +0 -19 ports/graphics/inkscape/files/patch-src::dialogs::stroke-style.c (dead) 1.1 +10 -0 ports/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp (new) 1.4 +0 -11 ports/graphics/inkscape/files/patch-src::main.c (dead) 1.1 +11 -0 ports/graphics/inkscape/files/patch-src::main.cpp (new) 1.2 +0 -20 ports/graphics/inkscape/files/patch-src::module.c (dead) 1.2 +0 -10 ports/graphics/inkscape/files/patch-src::modules::gnome.c (dead) 1.4 +9 -0 ports/graphics/inkscape/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:53:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F252A16A4CE; Mon, 16 Feb 2004 00:53:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82AD43D1F; Mon, 16 Feb 2004 00:53:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8rPGe059970; Mon, 16 Feb 2004 00:53:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8rPEj059969; Mon, 16 Feb 2004 00:53:25 -0800 (PST) (envelope-from kris) Message-Id: <200402160853.i1G8rPEj059969@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 00:53:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/prc-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:53:26 -0000 kris 2004/02/16 00:53:25 PST FreeBSD ports repository Modified files: palm/prc-tools Makefile Log: BROKEN: Does not patch Revision Changes Path 1.30 +3 -0 ports/palm/prc-tools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 00:59:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BC616A4CE; Mon, 16 Feb 2004 00:59:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4F043D1F; Mon, 16 Feb 2004 00:59:34 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G8xYGe060213; Mon, 16 Feb 2004 00:59:34 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G8xYie060212; Mon, 16 Feb 2004 00:59:34 -0800 (PST) (envelope-from kris) Message-Id: <200402160859.i1G8xYie060212@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 00:59:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/weedns_sc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 08:59:34 -0000 kris 2004/02/16 00:59:34 PST FreeBSD ports repository Modified files: dns/weedns_sc Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/dns/weedns_sc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:17:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E68616A4CE; Mon, 16 Feb 2004 01:17:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D8F43D46; Mon, 16 Feb 2004 01:17:38 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9HcGe065284; Mon, 16 Feb 2004 01:17:38 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9HbXP065283; Mon, 16 Feb 2004 01:17:37 -0800 (PST) (envelope-from roam) Message-Id: <200402160917.i1G9HbXP065283@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 16 Feb 2004 01:17:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/bootpd bootpd.8 bootpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:17:38 -0000 roam 2004/02/16 01:17:37 PST FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) libexec/bootpd bootpd.8 bootpd.c Log: MFC bootpd.c 1.22 and bootpd.8 1.18: document the '-h hostname' option, sort the options in the manpage synopsis, bring usage() up to date. Revision Changes Path 1.10.2.6 +14 -7 src/libexec/bootpd/bootpd.8 1.13.2.4 +3 -1 src/libexec/bootpd/bootpd.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:22:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FC416A4CF; Mon, 16 Feb 2004 01:22:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C755F43D2F; Mon, 16 Feb 2004 01:22:40 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9MeGe067209; Mon, 16 Feb 2004 01:22:40 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9Mes7067208; Mon, 16 Feb 2004 01:22:40 -0800 (PST) (envelope-from krion) Message-Id: <200402160922.i1G9Mes7067208@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 01:22:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/colortail Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:22:41 -0000 krion 2004/02/16 01:22:40 PST FreeBSD ports repository Modified files: misc/colortail Makefile pkg-plist Log: - Fix package build - Bump PORTREVISION Reported by: bento via kris Revision Changes Path 1.20 +1 -1 ports/misc/colortail/Makefile 1.5 +1 -1 ports/misc/colortail/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:24:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7BC16A4CE; Mon, 16 Feb 2004 01:24:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F21E43D1D; Mon, 16 Feb 2004 01:24:00 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9O0Ge067267; Mon, 16 Feb 2004 01:24:00 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9O0Jd067266; Mon, 16 Feb 2004 01:24:00 -0800 (PST) (envelope-from le) Message-Id: <200402160924.i1G9O0Jd067266@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 16 Feb 2004 01:24:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum commands.c v.c vext.h vinum.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:24:00 -0000 le 2004/02/16 01:24:00 PST FreeBSD src repository Modified files: sbin/vinum commands.c v.c vext.h vinum.8 Log: Since DEVFS is mandatory, remove all instances to make_dev*. Keep the "makedev" command for backwards compatibility, but just print out an informational message (this was the current behaviour, anyway) and remove it from the documentation. Approved by: grog (mentor) Revision Changes Path 1.56 +0 -18 src/sbin/vinum/commands.c 1.40 +3 -193 src/sbin/vinum/v.c 1.28 +0 -5 src/sbin/vinum/vext.h 1.67 +0 -12 src/sbin/vinum/vinum.8 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:52:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B9116A4CE; Mon, 16 Feb 2004 01:52:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0EA43D1F; Mon, 16 Feb 2004 01:52:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9qqGe073474; Mon, 16 Feb 2004 01:52:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9qq95073473; Mon, 16 Feb 2004 01:52:52 -0800 (PST) (envelope-from krion) Message-Id: <200402160952.i1G9qq95073473@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 01:52:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dcc-dccd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:52:52 -0000 krion 2004/02/16 01:52:52 PST FreeBSD ports repository Modified files: mail/dcc-dccd Makefile pkg-plist Log: - Fix package build Submitted by: bento via kris Approved by: maintainer Revision Changes Path 1.6 +8 -0 ports/mail/dcc-dccd/Makefile 1.4 +2 -2 ports/mail/dcc-dccd/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:55:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B83F16A4CE; Mon, 16 Feb 2004 01:55:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811BA43D1F; Mon, 16 Feb 2004 01:55:46 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9tkGe073643; Mon, 16 Feb 2004 01:55:46 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9tk25073642; Mon, 16 Feb 2004 01:55:46 -0800 (PST) (envelope-from krion) Message-Id: <200402160955.i1G9tk25073642@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 01:55:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:55:46 -0000 krion 2004/02/16 01:55:46 PST FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: - Update to version 9.10 Revision Changes Path 1.21 +1 -1 ports/misc/nut/Makefile 1.18 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 01:57:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B57516A4CE; Mon, 16 Feb 2004 01:57:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4843D2D; Mon, 16 Feb 2004 01:57:34 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1G9vYGe073697; Mon, 16 Feb 2004 01:57:34 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1G9vYie073696; Mon, 16 Feb 2004 01:57:34 -0800 (PST) (envelope-from pav) Message-Id: <200402160957.i1G9vYie073696@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 16 Feb 2004 01:57:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-groupuserfolder pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 09:57:34 -0000 pav 2004/02/16 01:57:34 PST FreeBSD ports repository Modified files: www/zope-groupuserfolder pkg-descr Log: - Fix typo, kill whitespace Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/www/zope-groupuserfolder/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:02:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7FE16A4CE; Mon, 16 Feb 2004 02:02:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BEE43D1F; Mon, 16 Feb 2004 02:02:40 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GA2eGe075783; Mon, 16 Feb 2004 02:02:40 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GA2e0H075772; Mon, 16 Feb 2004 02:02:40 -0800 (PST) (envelope-from das) Message-Id: <200402161002.i1GA2e0H075772@repoman.freebsd.org> From: David Schultz Date: Mon, 16 Feb 2004 02:02:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/alpha/gen isinf.c src/lib/libc/amd64/gen isinf.c src/lib/libc/i386/gen isinf.c src/lib/libc/ia64/gen isinf.c src/lib/libc/powerpc/gen isinf.c src/lib/libc/sparc64/gen isinf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:02:40 -0000 das 2004/02/16 02:02:40 PST FreeBSD src repository Modified files: lib/libc/alpha/gen isinf.c lib/libc/amd64/gen isinf.c lib/libc/i386/gen isinf.c lib/libc/ia64/gen isinf.c lib/libc/powerpc/gen isinf.c lib/libc/sparc64/gen isinf.c Log: Fix some aliasing problems. Revision Changes Path 1.6 +14 -6 src/lib/libc/alpha/gen/isinf.c 1.11 +19 -14 src/lib/libc/amd64/gen/isinf.c 1.11 +19 -14 src/lib/libc/i386/gen/isinf.c 1.5 +14 -6 src/lib/libc/ia64/gen/isinf.c 1.3 +14 -6 src/lib/libc/powerpc/gen/isinf.c 1.5 +14 -6 src/lib/libc/sparc64/gen/isinf.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:02:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE5516A4CE; Mon, 16 Feb 2004 02:02:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DBC43D1D; Mon, 16 Feb 2004 02:02:51 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GA2pGe075831; Mon, 16 Feb 2004 02:02:51 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GA2pJU075830; Mon, 16 Feb 2004 02:02:51 -0800 (PST) (envelope-from das) Message-Id: <200402161002.i1GA2pJU075830@repoman.freebsd.org> From: David Schultz Date: Mon, 16 Feb 2004 02:02:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/gen ldexp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:02:51 -0000 das 2004/02/16 02:02:51 PST FreeBSD src repository Modified files: lib/libc/amd64/gen ldexp.c Log: Fix a typo in the !__GNUC__ case and remove an obsolete comment. Revision Changes Path 1.12 +1 -3 src/lib/libc/amd64/gen/ldexp.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:03:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E176816A4CE; Mon, 16 Feb 2004 02:03:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61A443D1D; Mon, 16 Feb 2004 02:03:02 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GA32Ge076330; Mon, 16 Feb 2004 02:03:02 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GA32kN076300; Mon, 16 Feb 2004 02:03:02 -0800 (PST) (envelope-from das) Message-Id: <200402161003.i1GA32kN076300@repoman.freebsd.org> From: David Schultz Date: Mon, 16 Feb 2004 02:03:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/i386/gen ldexp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:03:03 -0000 das 2004/02/16 02:03:02 PST FreeBSD src repository Modified files: lib/libc/i386/gen ldexp.c Log: Remove the code and an associated comment for gcc 1.x compatibility and fix a typo in the !__GNUC__ case. Revision Changes Path 1.11 +1 -9 src/lib/libc/i386/gen/ldexp.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:03:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518C116A4CF; Mon, 16 Feb 2004 02:03:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362B343D2D; Mon, 16 Feb 2004 02:03:16 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GA3GGe076806; Mon, 16 Feb 2004 02:03:16 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GA3Fik076805; Mon, 16 Feb 2004 02:03:16 -0800 (PST) (envelope-from netchild) Message-Id: <200402161003.i1GA3Fik076805@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 16 Feb 2004 02:03:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/lame Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:03:16 -0000 netchild 2004/02/16 02:03:15 PST FreeBSD ports repository Modified files: audio/lame Makefile pkg-descr pkg-plist Log: - fix plist (only affects installs from a package) [1] - replace the outdated pkg-descr with a new one Noticed by: "Thomas E. Zander" [1] kris [1] Revision Changes Path 1.32 +1 -1 ports/audio/lame/Makefile 1.6 +2 -9 ports/audio/lame/pkg-descr 1.14 +1 -2 ports/audio/lame/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:03:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 302AD16A4CF; Mon, 16 Feb 2004 02:03:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FC443D1D; Mon, 16 Feb 2004 02:03:45 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GA3iGe076839; Mon, 16 Feb 2004 02:03:44 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GA3iCX076838; Mon, 16 Feb 2004 02:03:44 -0800 (PST) (envelope-from das) Message-Id: <200402161003.i1GA3iCX076838@repoman.freebsd.org> From: David Schultz Date: Mon, 16 Feb 2004 02:03:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ypxfr ypxfr_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:03:45 -0000 das 2004/02/16 02:03:44 PST FreeBSD src repository Modified files: libexec/ypxfr ypxfr_misc.c Log: Don't pass a pointer to a 'long' to a function that expects an 'int *'. Submitted by: Roop Nanuwa PR: 62615 Revision Changes Path 1.16 +2 -2 src/libexec/ypxfr/ypxfr_misc.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:06:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F83E16A4CE; Mon, 16 Feb 2004 02:06:27 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-122-2-18.dsl.pltn13.pacbell.net [68.122.2.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311CC43D1D; Mon, 16 Feb 2004 02:06:27 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i1GA6P80007574; Mon, 16 Feb 2004 02:06:25 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i1GA6PcK007573; Mon, 16 Feb 2004 02:06:25 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 16 Feb 2004 02:06:25 -0800 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040216100625.GA7554@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402161002.i1GA2e0H075772@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402161002.i1GA2e0H075772@repoman.freebsd.org> Subject: Re: cvs commit: src/lib/libc/alpha/gen isinf.c src/lib/libc/amd64/gen isinf.c src/lib/libc/i386/gen isinf.c src/lib/libc/ia64/gen isinf.c src/lib/libc/powerpc/gen isinf.c src/lib/libc/sparc64/gen isinf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:06:27 -0000 On Mon, Feb 16, 2004, David Schultz wrote: > das 2004/02/16 02:02:40 PST > > FreeBSD src repository > > Modified files: > lib/libc/alpha/gen isinf.c > lib/libc/amd64/gen isinf.c > lib/libc/i386/gen isinf.c > lib/libc/ia64/gen isinf.c > lib/libc/powerpc/gen isinf.c > lib/libc/sparc64/gen isinf.c > Log: > Fix some aliasing problems. P.S. These files ought to be MI, but they will go away after the next major version bump anyway. From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:07:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA3216A4CE; Mon, 16 Feb 2004 02:07:49 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75AB743D2F; Mon, 16 Feb 2004 02:07:49 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (caa71aa41fcad3335f1df31925bda897@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1GA7mbF000006; Mon, 16 Feb 2004 02:07:49 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7131D66D0E; Mon, 16 Feb 2004 02:07:48 -0800 (PST) Date: Mon, 16 Feb 2004 02:07:48 -0800 From: Kris Kennaway To: Alexander Leidinger Message-ID: <20040216100748.GA86200@xor.obsecurity.org> References: <200402161003.i1GA3Fik076805@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <200402161003.i1GA3Fik076805@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/lame Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:07:49 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 02:03:15AM -0800, Alexander Leidinger wrote: > netchild 2004/02/16 02:03:15 PST >=20 > FreeBSD ports repository >=20 > Modified files: > audio/lame Makefile pkg-descr pkg-plist=20 > Log: > - fix plist (only affects installs from a package) [1] > - replace the outdated pkg-descr with a new one > =20 > Noticed by: "Thomas E. Zander" [1] > kris [1] Thomas noticed that this seems to be the cause of the mplayer breakage that was noticed on bento. I'll test that hypothesis ASAP (it might be a day or two before the current build finishes). Kris --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMJZ0Wry0BWjoQKURAjQJAJ49x62mbxjtNqs25q474hQaqQYOngCdFZot JElkEMeOlyQLCThQEdqmLg8= =5vQe -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:10:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFFB16A4CE; Mon, 16 Feb 2004 02:10:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D6543D2D; Mon, 16 Feb 2004 02:10:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAAAGe077041; Mon, 16 Feb 2004 02:10:10 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAAAKC077040; Mon, 16 Feb 2004 02:10:10 -0800 (PST) (envelope-from kris) Message-Id: <200402161010.i1GAAAKC077040@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 02:10:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pam_krb5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:10:11 -0000 kris 2004/02/16 02:10:10 PST FreeBSD ports repository Modified files: security/pam_krb5 Makefile Log: Change BROKEN to IGNORE because this package actually still builds on 5.x (but removes the system pam_krb module) Revision Changes Path 1.17 +1 -1 ports/security/pam_krb5/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:24:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E8916A4CE; Mon, 16 Feb 2004 02:24:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAD343D1F; Mon, 16 Feb 2004 02:24:19 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAOJGe081046; Mon, 16 Feb 2004 02:24:19 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAOJ0x081045; Mon, 16 Feb 2004 02:24:19 -0800 (PST) (envelope-from demon) Message-Id: <200402161024.i1GAOJ0x081045@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Feb 2004 02:24:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:24:20 -0000 demon 2004/02/16 02:24:19 PST FreeBSD ports repository Modified files: www/rt3 Makefile distinfo Log: Update to version 3.0.9 Submitted by: maintainer Revision Changes Path 1.36 +4 -2 ports/www/rt3/Makefile 1.13 +2 -1 ports/www/rt3/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:26:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3EE16A4CE; Mon, 16 Feb 2004 02:26:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E52A343D2D; Mon, 16 Feb 2004 02:26:21 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAQLGe081171; Mon, 16 Feb 2004 02:26:21 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAQLmm081170; Mon, 16 Feb 2004 02:26:21 -0800 (PST) (envelope-from demon) Message-Id: <200402161026.i1GAQLmm081170@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Feb 2004 02:26:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3-elixus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:26:22 -0000 demon 2004/02/16 02:26:21 PST FreeBSD ports repository Modified files: www/rt3-elixus Makefile distinfo Log: Update to version 10053. Submitted by: maintainer Revision Changes Path 1.13 +2 -1 ports/www/rt3-elixus/Makefile 1.11 +2 -1 ports/www/rt3-elixus/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:33:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8970016A4CE; Mon, 16 Feb 2004 02:33:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDF743D1F; Mon, 16 Feb 2004 02:33:33 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAXXGe083204; Mon, 16 Feb 2004 02:33:33 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAXXbi083203; Mon, 16 Feb 2004 02:33:33 -0800 (PST) (envelope-from pav) Message-Id: <200402161033.i1GAXXbi083203@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 16 Feb 2004 02:33:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gdesklets-multitail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:33:33 -0000 pav 2004/02/16 02:33:33 PST FreeBSD ports repository Modified files: sysutils/gdesklets-multitail Makefile distinfo pkg-plist Log: - Update to 0.2.2 PR: ports/62838 Submitted by: Franz Klammer (maintainer) Revision Changes Path 1.4 +2 -9 ports/sysutils/gdesklets-multitail/Makefile 1.2 +2 -1 ports/sysutils/gdesklets-multitail/distinfo 1.3 +10 -11 ports/sysutils/gdesklets-multitail/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:34:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FFA16A4CE; Mon, 16 Feb 2004 02:34:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7682D43D2D; Mon, 16 Feb 2004 02:34:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAYoGe083255; Mon, 16 Feb 2004 02:34:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAYoCf083254; Mon, 16 Feb 2004 02:34:50 -0800 (PST) (envelope-from kris) Message-Id: <200402161034.i1GAYoCf083254@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 02:34:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/swig13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:34:50 -0000 kris 2004/02/16 02:34:50 PST FreeBSD ports repository Modified files: devel/swig13 Makefile Log: BROKEN on 5.x: Does not install Revision Changes Path 1.53 +7 -1 ports/devel/swig13/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:36:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C500216A4CE; Mon, 16 Feb 2004 02:36:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA33143D1D; Mon, 16 Feb 2004 02:36:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAacGe083434; Mon, 16 Feb 2004 02:36:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAachk083433; Mon, 16 Feb 2004 02:36:38 -0800 (PST) (envelope-from kris) Message-Id: <200402161036.i1GAachk083433@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 02:36:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/hawk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:36:38 -0000 kris 2004/02/16 02:36:38 PST FreeBSD ports repository Modified files: net/hawk Makefile Log: BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a dependency). This port will be removed on April 15 if still broken at that time. Revision Changes Path 1.3 +3 -0 ports/net/hawk/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:54:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1AEB16A4CE; Mon, 16 Feb 2004 02:54:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865F243D2D; Mon, 16 Feb 2004 02:54:03 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAs3Ge087501; Mon, 16 Feb 2004 02:54:03 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAs3DQ087500; Mon, 16 Feb 2004 02:54:03 -0800 (PST) (envelope-from gerald) Message-Id: <200402161054.i1GAs3DQ087500@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 16 Feb 2004 02:54:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:54:03 -0000 gerald 2004/02/16 02:54:03 PST FreeBSD ports repository Modified files: emulators/wine Makefile pkg-plist Log: Make deinstallation of optional OpenGL dependent files work in INSTALL_AS_USER mode as well. Revision Changes Path 1.167 +1 -1 ports/emulators/wine/Makefile 1.61 +2 -2 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:56:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A229E16A4CE; Mon, 16 Feb 2004 02:56:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8789E43D1D; Mon, 16 Feb 2004 02:56:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAueGe087649; Mon, 16 Feb 2004 02:56:40 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAueUZ087648; Mon, 16 Feb 2004 02:56:40 -0800 (PST) (envelope-from kris) Message-Id: <200402161056.i1GAueUZ087648@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 02:56:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/myphpmoney Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:56:40 -0000 kris 2004/02/16 02:56:40 PST FreeBSD ports repository Modified files: finance/myphpmoney Makefile Log: BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a dependency). This port will be removed on April 15 if still broken at that time. Revision Changes Path 1.5 +3 -0 ports/finance/myphpmoney/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:57:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08C216A4CE; Mon, 16 Feb 2004 02:57:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63EC43D1F; Mon, 16 Feb 2004 02:57:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAvXGe087701; Mon, 16 Feb 2004 02:57:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAvX2S087700; Mon, 16 Feb 2004 02:57:33 -0800 (PST) (envelope-from kris) Message-Id: <200402161057.i1GAvX2S087700@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 02:57:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/oscommerce Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:57:33 -0000 kris 2004/02/16 02:57:33 PST FreeBSD ports repository Modified files: www/oscommerce Makefile Log: BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a dependency). This port will be removed on April 15 if still broken at that time. Revision Changes Path 1.3 +3 -0 ports/www/oscommerce/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:59:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E408316A4CE; Mon, 16 Feb 2004 02:59:48 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id A5E7343D1D; Mon, 16 Feb 2004 02:59:47 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 16 Feb 2004 10:59:47 +0000 (GMT) To: Alfred Perlstein In-reply-to: Your message of "Sun, 15 Feb 2004 22:28:47 PST." <20040216062847.GA98877@elvis.mu.org> X-Request-Do: Date: Mon, 16 Feb 2004 10:59:46 +0000 From: David Malone Message-ID: <200402161059.aa61466@salmon.maths.tcd.ie> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:59:49 -0000 > > Return EACCES rather than ENOBUFS if ipfw blocks a packet on the > > way out at layer 2. > I think ipfw returns EPERM when denying packets through some other > paths. Previously I'd just made sure that blocking a ping at layer 2 and layer 3 return the same error after this commit. I just did a quick check. Ip_output returns EACCES, ip_input and ether_demux can't return an error. Ipfw does return EPERM if you try to alter the rules but aren't permitted to, but that's a different situation I guess. David. From owner-cvs-all@FreeBSD.ORG Mon Feb 16 02:59:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E73E16A4CE; Mon, 16 Feb 2004 02:59:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FD443D1D; Mon, 16 Feb 2004 02:59:55 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GAxsGe087819; Mon, 16 Feb 2004 02:59:54 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GAxsVY087818; Mon, 16 Feb 2004 02:59:54 -0800 (PST) (envelope-from gerald) Message-Id: <200402161059.i1GAxsVY087818@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 16 Feb 2004 02:59:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 10:59:55 -0000 gerald 2004/02/16 02:59:54 PST FreeBSD ports repository Modified files: emulators/wine Makefile pkg-descr Log: Wine sees itself as a compatibility layer rather than an emulator. Honor that, and also use the term "Unix-like systems" instead of "Unix". Revision Changes Path 1.168 +2 -2 ports/emulators/wine/Makefile 1.11 +2 -2 ports/emulators/wine/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:01:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6839416A4CE; Mon, 16 Feb 2004 03:01:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2872443D1F; Mon, 16 Feb 2004 03:01:29 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GB1SGe088137; Mon, 16 Feb 2004 03:01:28 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GB1SF2088136; Mon, 16 Feb 2004 03:01:28 -0800 (PST) (envelope-from kris) Message-Id: <200402161101.i1GB1SF2088136@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 03:01:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/openfts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:01:29 -0000 kris 2004/02/16 03:01:28 PST FreeBSD ports repository Modified files: textproc/openfts Makefile Log: BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a dependency). This port will be removed on April 15 if still broken at that time. Revision Changes Path 1.4 +3 -0 ports/textproc/openfts/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:23:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 943FF16A4CE; Mon, 16 Feb 2004 03:23:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7987543D1D; Mon, 16 Feb 2004 03:23:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GBNgGe095037; Mon, 16 Feb 2004 03:23:42 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GBNg2I095036; Mon, 16 Feb 2004 03:23:42 -0800 (PST) (envelope-from kris) Message-Id: <200402161123.i1GBNg2I095036@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 03:23:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ruby-shout Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:23:42 -0000 kris 2004/02/16 03:23:42 PST FreeBSD ports repository Modified files: audio/ruby-shout Makefile Log: This now appears to only be BROKEN on 4.x systems. Revision Changes Path 1.3 +7 -3 ports/audio/ruby-shout/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:35:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BC716A4CE; Mon, 16 Feb 2004 03:35:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8480B43D1D; Mon, 16 Feb 2004 03:35:39 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GBZdGe097222; Mon, 16 Feb 2004 03:35:39 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GBZdQ0097221; Mon, 16 Feb 2004 03:35:39 -0800 (PST) (envelope-from kris) Message-Id: <200402161135.i1GBZdQ0097221@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 03:35:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Pod-Coverage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:35:39 -0000 kris 2004/02/16 03:35:39 PST FreeBSD ports repository Modified files: devel/p5-Pod-Coverage Makefile Log: The port was fixed shortly before I added the BROKEN tag, and now compiles fine. Pointy hat to: kris Revision Changes Path 1.6 +0 -3 ports/devel/p5-Pod-Coverage/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:46:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F51816A4CE; Mon, 16 Feb 2004 03:46:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5549843D2F; Mon, 16 Feb 2004 03:46:07 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GBk7Ge099353; Mon, 16 Feb 2004 03:46:07 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GBk7hG099352; Mon, 16 Feb 2004 03:46:07 -0800 (PST) (envelope-from erwin) Message-Id: <200402161146.i1GBk7hG099352@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 16 Feb 2004 03:46:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:46:07 -0000 erwin 2004/02/16 03:46:07 PST FreeBSD ports repository Modified files: . modules Log: Remove entries for p5-Mail-SpamAssassin-snapshot and xblockout as those ports were removed. Revision Changes Path 1.9404 +0 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:47:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA9B16A4CE; Mon, 16 Feb 2004 03:47:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C130743D1D; Mon, 16 Feb 2004 03:47:41 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GBlfGe099399; Mon, 16 Feb 2004 03:47:41 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GBlfgl099398; Mon, 16 Feb 2004 03:47:41 -0800 (PST) (envelope-from ale) Message-Id: <200402161147.i1GBlfgl099398@repoman.freebsd.org> From: Alex Dupre Date: Mon, 16 Feb 2004 03:47:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/oscommerce Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:47:42 -0000 ale 2004/02/16 03:47:41 PST FreeBSD ports repository Modified files: www/oscommerce Makefile distinfo pkg-message pkg-plist Log: - Fix dependencies (php, apache, mysql, what a mess, it depends only on php) - Fix pkg-plist - make portlint happy - add SIZE - remove BROKEN and DEPRECATED Approved by: nork (mentor/implicitly) Revision Changes Path 1.4 +12 -27 ports/www/oscommerce/Makefile 1.2 +1 -0 ports/www/oscommerce/distinfo 1.2 +0 -1 ports/www/oscommerce/pkg-message 1.2 +7 -7 ports/www/oscommerce/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 03:59:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB05C16A4CE; Mon, 16 Feb 2004 03:59:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF38E43D1F; Mon, 16 Feb 2004 03:59:09 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GBx9Ge001761; Mon, 16 Feb 2004 03:59:09 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GBx99v001760; Mon, 16 Feb 2004 03:59:09 -0800 (PST) (envelope-from mat) Message-Id: <200402161159.i1GBx99v001760@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 03:59:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-PgSPI Makefile ports/databases/p5-postgresql-plperl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 11:59:09 -0000 mat 2004/02/16 03:59:09 PST FreeBSD ports repository Modified files: databases/p5-DBD-PgSPI Makefile databases/p5-postgresql-plperl Makefile Log: Unfix the postgresql dependencies, they were right at the begining. Pointy hat to: me Revision Changes Path 1.4 +1 -1 ports/databases/p5-DBD-PgSPI/Makefile 1.13 +1 -1 ports/databases/p5-postgresql-plperl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:00:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C01316A4CF; Mon, 16 Feb 2004 04:00:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD6D43D1D; Mon, 16 Feb 2004 04:00:49 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GC0nGe001859; Mon, 16 Feb 2004 04:00:49 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GC0nYs001857; Mon, 16 Feb 2004 04:00:49 -0800 (PST) (envelope-from mat) Message-Id: <200402161200.i1GC0nYs001857@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 04:00:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-TimeZone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:00:49 -0000 mat 2004/02/16 04:00:49 PST FreeBSD ports repository Modified files: devel/p5-DateTime-TimeZone Makefile distinfo Log: Update to 0.25.07 Revision Changes Path 1.14 +1 -1 ports/devel/p5-DateTime-TimeZone/Makefile 1.12 +2 -2 ports/devel/p5-DateTime-TimeZone/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:06:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1504416A4CE; Mon, 16 Feb 2004 04:06:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE0D43D1F; Mon, 16 Feb 2004 04:06:39 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GC6dGe004769; Mon, 16 Feb 2004 04:06:39 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GC6dHF004768; Mon, 16 Feb 2004 04:06:39 -0800 (PST) (envelope-from mat) Message-Id: <200402161206.i1GC6dHF004768@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 04:06:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Locale Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:06:40 -0000 mat 2004/02/16 04:06:39 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Locale Makefile distinfo Log: Update to 0.08 Revision Changes Path 1.9 +1 -1 ports/devel/p5-DateTime-Locale/Makefile 1.7 +2 -2 ports/devel/p5-DateTime-Locale/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:06:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEDB16A4CE; Mon, 16 Feb 2004 04:06:51 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id F062543D2D; Mon, 16 Feb 2004 04:06:50 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AshWT-0000DT-K2; Mon, 16 Feb 2004 12:06:49 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1AsS0i-000Cuc-L9; Sun, 15 Feb 2004 19:33:00 +0000 Date: Sun, 15 Feb 2004 19:33:00 +0000 From: Ceri Davies To: Wilko Bulte Message-ID: <20040215193300.GT8821@submonkey.net> Mail-Followup-To: Ceri Davies , Wilko Bulte , Wilko Bulte , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215192302.GA60897@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X78YbkCBd9ye7Cvs" Content-Disposition: inline In-Reply-To: <20040215192302.GA60897@freebie.xs4all.nl> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:06:51 -0000 --X78YbkCBd9ye7Cvs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 08:23:02PM +0100, Wilko Bulte wrote: > On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > > wilko 2004/02/15 10:42:48 PST > > >=20 > > > FreeBSD doc repository > > >=20 > > > Modified files: > > > en index.xsl=20 > > > Log: > > > A pair of floppies -> a couple of floppies. > > > =20 > > > A pair equals 2 and 2 floppies are not sufficient anymore. > >=20 > > "A couple" is numerically equivalent to "a pair". >=20 > A couple of means (to me, I'm not a native speaker) something=20 > like "a handful". Colloquially, it does. According to Webster's, it doesn't. However, I've just found a definition in WordNet that agrees with you, which is good enough for me. My original point was that if your objection to the original was the connotations of "2-ness", then this change may be ineffective. "Few" might be a better choice, as it has never meant anything other than "some, but not too many" and doesn't have associations with breeding pairs. It's not really important to me, but might be to you since you made this commit ;-) Ceri --=20 --X78YbkCBd9ye7Cvs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAL8lsocfcwTS3JF8RAtz6AJ9ECcaMVfDuy1cx43eU6dBMsgZi/QCghpLl foYZ2V5hlmpUJXzJllhG3nA= =1nDs -----END PGP SIGNATURE----- --X78YbkCBd9ye7Cvs-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:07:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDDD16A4CE; Mon, 16 Feb 2004 04:07:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5204543D1F; Mon, 16 Feb 2004 04:07:16 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GC7GGe004834; Mon, 16 Feb 2004 04:07:16 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GC7Goe004829; Mon, 16 Feb 2004 04:07:16 -0800 (PST) (envelope-from obraun) Message-Id: <200402161207.i1GC7Goe004829@repoman.freebsd.org> From: Oliver Braun Date: Mon, 16 Feb 2004 04:07:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mairix Makefile ports/mail/mairix/files patch-datescan.c patch-fromcheck.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:07:16 -0000 obraun 2004/02/16 04:07:16 PST FreeBSD ports repository Modified files: mail/mairix Makefile mail/mairix/files patch-datescan.c Added files: mail/mairix/files patch-fromcheck.c Log: Fix for -current Revision Changes Path 1.9 +3 -1 ports/mail/mairix/Makefile 1.2 +2 -2 ports/mail/mairix/files/patch-datescan.c 1.1 +109 -0 ports/mail/mairix/files/patch-fromcheck.c (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:14:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD7416A4CE; Mon, 16 Feb 2004 04:14:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1006943D2F; Mon, 16 Feb 2004 04:14:40 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCEdGe006837; Mon, 16 Feb 2004 04:14:39 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCEddn006836; Mon, 16 Feb 2004 04:14:39 -0800 (PST) (envelope-from mat) Message-Id: <200402161214.i1GCEddn006836@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 04:14:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:14:40 -0000 mat 2004/02/16 04:14:39 PST FreeBSD ports repository Modified files: devel/p5-DateTime Makefile distinfo Log: Update to 0.20 Revision Changes Path 1.13 +2 -2 ports/devel/p5-DateTime/Makefile 1.13 +2 -2 ports/devel/p5-DateTime/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:16:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04C116A4CE; Mon, 16 Feb 2004 04:16:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45AA43D2F; Mon, 16 Feb 2004 04:16:35 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCGZGe006948; Mon, 16 Feb 2004 04:16:35 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCGZmY006947; Mon, 16 Feb 2004 04:16:35 -0800 (PST) (envelope-from mat) Message-Id: <200402161216.i1GCGZmY006947@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 04:16:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-Builder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:16:35 -0000 mat 2004/02/16 04:16:35 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Builder Makefile distinfo Log: Update to 0.78.02 Revision Changes Path 1.7 +1 -1 ports/devel/p5-DateTime-Format-Builder/Makefile 1.6 +2 -2 ports/devel/p5-DateTime-Format-Builder/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:21:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9984316A4CE; Mon, 16 Feb 2004 04:21:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E1C843D31; Mon, 16 Feb 2004 04:21:14 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCLEGe007736; Mon, 16 Feb 2004 04:21:14 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCLE5N007721; Mon, 16 Feb 2004 04:21:14 -0800 (PST) (envelope-from mat) Message-Id: <200402161221.i1GCLE5N007721@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Feb 2004 04:21:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Smart Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:21:14 -0000 mat 2004/02/16 04:21:14 PST FreeBSD ports repository Modified files: textproc/p5-XML-Smart Makefile distinfo Log: Update to 1.5.2 Revision Changes Path 1.6 +1 -1 ports/textproc/p5-XML-Smart/Makefile 1.6 +2 -2 ports/textproc/p5-XML-Smart/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:21:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4CC16A4CE; Mon, 16 Feb 2004 04:21:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5AC43D1D; Mon, 16 Feb 2004 04:21:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCLVGe008105; Mon, 16 Feb 2004 04:21:31 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCLVjG008104; Mon, 16 Feb 2004 04:21:31 -0800 (PST) (envelope-from kris) Message-Id: <200402161221.i1GCLVjG008104@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 04:21:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/foomatic-db-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:21:32 -0000 kris 2004/02/16 04:21:31 PST FreeBSD ports repository Modified files: print/foomatic-db-engine Makefile Log: BROKEN: Fails to patch Revision Changes Path 1.10 +2 -0 ports/print/foomatic-db-engine/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:24:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD11916A4CE; Mon, 16 Feb 2004 04:24:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20BB43D3F; Mon, 16 Feb 2004 04:24:44 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCOiGe008993; Mon, 16 Feb 2004 04:24:44 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCOiX8008992; Mon, 16 Feb 2004 04:24:44 -0800 (PST) (envelope-from kris) Message-Id: <200402161224.i1GCOiX8008992@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 04:24:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/mono Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:24:45 -0000 kris 2004/02/16 04:24:44 PST FreeBSD ports repository Modified files: lang/mono Makefile Log: Change BROKEN to IGNORE since the package actually builds (but does not work) Revision Changes Path 1.23 +1 -1 ports/lang/mono/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:28:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452B016A4CE; Mon, 16 Feb 2004 04:28:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3D643D1D; Mon, 16 Feb 2004 04:28:33 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCSWGe009196; Mon, 16 Feb 2004 04:28:32 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCSWM9009195; Mon, 16 Feb 2004 04:28:32 -0800 (PST) (envelope-from ceri) Message-Id: <200402161228.i1GCSWM9009195@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 04:28:32 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:28:33 -0000 ceri 2004/02/16 04:28:32 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/l10n chapter.sgml Log: Add missing colons in an example login.conf excerpt. PR: docs/62907 Submitted by: Zheyu Shen Revision Changes Path 1.95 +10 -10 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE2F716A4CE; Mon, 16 Feb 2004 04:37:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B228843D1F; Mon, 16 Feb 2004 04:37:01 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCb1Ge011240; Mon, 16 Feb 2004 04:37:01 -0800 (PST) (envelope-from okazaki@repoman.freebsd.org) Received: (from okazaki@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCb126011239; Mon, 16 Feb 2004 04:37:01 -0800 (PST) (envelope-from okazaki) Message-Id: <200402161237.i1GCb126011239@repoman.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 16 Feb 2004 04:37:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/groff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:37:02 -0000 okazaki 2004/02/16 04:37:01 PST FreeBSD ports repository Modified files: japanese/groff Makefile Log: Fix the bug of a make rule in the install-links target that installs invalid symbolic links into ${PREFIX}/bin. Bump up PORTREVISION. Submitted by: taku-san and otsune-san Revision Changes Path 1.47 +2 -2 ports/japanese/groff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:49:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7867916A4CE; Mon, 16 Feb 2004 04:49:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7442B43D1F; Mon, 16 Feb 2004 04:49:37 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCnbGe019234; Mon, 16 Feb 2004 04:49:37 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCnbh0019233; Mon, 16 Feb 2004 04:49:37 -0800 (PST) (envelope-from krion) Message-Id: <200402161249.i1GCnbh0019233@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 04:49:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/mad_fcl Makefile distinfo pkg-descr pkg-plist ports/net/mad_fcl/files patch-Makefile patch-alclib::Makefile patch-alclib::fec.c patch-flute::Makefile patch-sdplib::port_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:49:37 -0000 krion 2004/02/16 04:49:37 PST FreeBSD ports repository Modified files: net Makefile Added files: net/mad_fcl Makefile distinfo pkg-descr pkg-plist net/mad_fcl/files patch-Makefile patch-alclib::Makefile patch-alclib::fec.c patch-flute::Makefile patch-flute::fdt.c patch-sdplib::Makefile patch-sdplib::port_misc.c Log: Add mad_fcl 0.5, MAD/Flute reliable unicast/multicast sending/receiving tool version 0.5. It is an implementation of the RFC3450 Asynchronous Layered Coding (ALC). PR: ports/62688 Submitted by: Janos.Mohacsi@bsd.hu Revision Changes Path 1.1221 +1 -0 ports/net/Makefile 1.1 +39 -0 ports/net/mad_fcl/Makefile (new) 1.1 +2 -0 ports/net/mad_fcl/distinfo (new) 1.1 +27 -0 ports/net/mad_fcl/files/patch-Makefile (new) 1.1 +11 -0 ports/net/mad_fcl/files/patch-alclib::Makefile (new) 1.1 +22 -0 ports/net/mad_fcl/files/patch-alclib::fec.c (new) 1.1 +17 -0 ports/net/mad_fcl/files/patch-flute::Makefile (new) 1.1 +28 -0 ports/net/mad_fcl/files/patch-flute::fdt.c (new) 1.1 +10 -0 ports/net/mad_fcl/files/patch-sdplib::Makefile (new) 1.1 +20 -0 ports/net/mad_fcl/files/patch-sdplib::port_misc.c (new) 1.1 +13 -0 ports/net/mad_fcl/pkg-descr (new) 1.1 +5 -0 ports/net/mad_fcl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:49:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466A416A4CE; Mon, 16 Feb 2004 04:49:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B46843D2D; Mon, 16 Feb 2004 04:49:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCnoGe019278; Mon, 16 Feb 2004 04:49:50 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCnnl1019277; Mon, 16 Feb 2004 04:49:49 -0800 (PST) (envelope-from krion) Message-Id: <200402161249.i1GCnnl1019277@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 04:49:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:49:50 -0000 krion 2004/02/16 04:49:49 PST FreeBSD ports repository Modified files: . modules Log: mad_fcl --> ports/net/mad_fcl Revision Changes Path 1.9405 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 04:54:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69C016A4CE; Mon, 16 Feb 2004 04:54:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDE943D1D; Mon, 16 Feb 2004 04:54:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GCsmGe021249; Mon, 16 Feb 2004 04:54:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GCsmfS021248; Mon, 16 Feb 2004 04:54:48 -0800 (PST) (envelope-from kris) Message-Id: <200402161254.i1GCsmfS021248@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 04:54:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/acid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 12:54:49 -0000 kris 2004/02/16 04:54:48 PST FreeBSD ports repository Modified files: security/acid Makefile Log: BROKEN: Inconsistent dependencies (mod_php4 and php4). This port will be removed on April 15 if it is still broken at that time. Revision Changes Path 1.13 +3 -0 ports/security/acid/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:04:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62FC16A4CE; Mon, 16 Feb 2004 05:04:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB6143D1D; Mon, 16 Feb 2004 05:04:10 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GD4AGe024258; Mon, 16 Feb 2004 05:04:10 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GD4AZO024257; Mon, 16 Feb 2004 05:04:10 -0800 (PST) (envelope-from olgeni) Message-Id: <200402161304.i1GD4AZO024257@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 16 Feb 2004 05:04:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:04:11 -0000 olgeni 2004/02/16 05:04:10 PST FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade module logrotate-1.130-3. Revision Changes Path 1.194 +2 -2 ports/sysutils/webmin/Makefile 1.158 +2 -2 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:15:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57CC16A4CE; Mon, 16 Feb 2004 05:15:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B981243D1D; Mon, 16 Feb 2004 05:15:48 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDFmGe026501; Mon, 16 Feb 2004 05:15:48 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDFmq6026500; Mon, 16 Feb 2004 05:15:48 -0800 (PST) (envelope-from osa) Message-Id: <200402161315.i1GDFmq6026500@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 16 Feb 2004 05:15:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dri-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:15:49 -0000 osa 2004/02/16 05:15:48 PST FreeBSD ports repository Modified files: graphics/dri-devel Makefile Removed files: graphics/dri-devel pkg-plist Log: Fix broken pkg-plist, bump PORTREVISION. Revision Changes Path 1.13 +7 -7 ports/graphics/dri-devel/Makefile 1.5 +0 -10 ports/graphics/dri-devel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:18:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C1A16A4CE; Mon, 16 Feb 2004 05:18:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B8943D1D; Mon, 16 Feb 2004 05:18:02 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDI2Ge026588; Mon, 16 Feb 2004 05:18:02 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDI2F7026587; Mon, 16 Feb 2004 05:18:02 -0800 (PST) (envelope-from jeh) Message-Id: <200402161318.i1GDI2F7026587@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 16 Feb 2004 05:18:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb Makefile ports/devel/i386-rtems-gdb/files patch-sim::igen::lf.c patch-sim::ppc::lf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:18:03 -0000 jeh 2004/02/16 05:18:02 PST FreeBSD ports repository Modified files: devel/i386-rtems-gdb Makefile Added files: devel/i386-rtems-gdb/files patch-sim::igen::lf.c patch-sim::ppc::lf.c Log: Add to patch files to fix compiling the simulator on powerpc and mips. Both of these have multi line string constants without line continuators that the newer version of GCC doesn't like. Found by: bento Revision Changes Path 1.15 +1 -1 ports/devel/i386-rtems-gdb/Makefile 1.1 +51 -0 ports/devel/i386-rtems-gdb/files/patch-sim::igen::lf.c (new) 1.1 +51 -0 ports/devel/i386-rtems-gdb/files/patch-sim::ppc::lf.c (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:26:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC09416A4CE; Mon, 16 Feb 2004 05:26:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B032E43D1D; Mon, 16 Feb 2004 05:26:20 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDQKGe028616; Mon, 16 Feb 2004 05:26:20 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDQK27028615; Mon, 16 Feb 2004 05:26:20 -0800 (PST) (envelope-from osa) Message-Id: <200402161326.i1GDQK27028615@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 16 Feb 2004 05:26:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dri-devel distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:26:20 -0000 osa 2004/02/16 05:26:20 PST FreeBSD ports repository Modified files: graphics/dri-devel distinfo Log: SIZEfy. Revision Changes Path 1.7 +2 -0 ports/graphics/dri-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:29:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F5B516A4CE; Mon, 16 Feb 2004 05:29:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2374843D2F; Mon, 16 Feb 2004 05:29:00 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDSxGe028739; Mon, 16 Feb 2004 05:28:59 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDSxJA028738; Mon, 16 Feb 2004 05:28:59 -0800 (PST) (envelope-from bland) Message-Id: <200402161328.i1GDSxJA028738@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 16 Feb 2004 05:28:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/inkscape Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:29:00 -0000 bland 2004/02/16 05:28:59 PST FreeBSD ports repository Modified files: graphics/inkscape Makefile Log: Add libsigc++ dependency. Submitted by: Franz Klammer Revision Changes Path 1.7 +2 -1 ports/graphics/inkscape/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE74A16A4D0; Mon, 16 Feb 2004 05:40:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43D543D2D; Mon, 16 Feb 2004 05:40:42 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDegGe030968; Mon, 16 Feb 2004 05:40:42 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDegEu030967; Mon, 16 Feb 2004 05:40:42 -0800 (PST) (envelope-from lev) Message-Id: <200402161340.i1GDegEu030967@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Mon, 16 Feb 2004 05:40:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/mingw32-bin-msvcrt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:40:43 -0000 lev 2004/02/16 05:40:42 PST FreeBSD ports repository Modified files: devel/mingw32-bin-msvcrt Makefile distinfo pkg-plist Log: Update win32api to version 2.5 Revision Changes Path 1.8 +1 -1 ports/devel/mingw32-bin-msvcrt/Makefile 1.7 +3 -1 ports/devel/mingw32-bin-msvcrt/distinfo 1.6 +13 -0 ports/devel/mingw32-bin-msvcrt/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:42:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC3316A4CF; Mon, 16 Feb 2004 05:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3387B43D2D; Mon, 16 Feb 2004 05:42:53 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDgrGe032736; Mon, 16 Feb 2004 05:42:53 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDgqgV032735; Mon, 16 Feb 2004 05:42:52 -0800 (PST) (envelope-from ceri) Message-Id: <200402161342.i1GDgqgV032735@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 05:42:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:42:53 -0000 ceri 2004/02/16 05:42:52 PST FreeBSD doc repository Modified files: en support.sgml Log: Update the link to the GNATS homepage. Revision Changes Path 1.331 +2 -2 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:44:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F0416A4CE; Mon, 16 Feb 2004 05:44:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF2AC43D2D; Mon, 16 Feb 2004 05:44:24 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDiOGe032841; Mon, 16 Feb 2004 05:44:24 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDiOIT032840; Mon, 16 Feb 2004 05:44:24 -0800 (PST) (envelope-from ceri) Message-Id: <200402161344.i1GDiOIT032840@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 05:44:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:44:25 -0000 ceri 2004/02/16 05:44:24 PST FreeBSD doc repository Modified files: en support.sgml Log: Remove some extraneous markup and an unnecessary "
". Revision Changes Path 1.332 +5 -5 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:56:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9811716A4CE; Mon, 16 Feb 2004 05:56:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9E743D1D; Mon, 16 Feb 2004 05:56:16 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDuGGe035052; Mon, 16 Feb 2004 05:56:16 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDuG9u035051; Mon, 16 Feb 2004 05:56:16 -0800 (PST) (envelope-from ale) Message-Id: <200402161356.i1GDuG9u035051@repoman.freebsd.org> From: Alex Dupre Date: Mon, 16 Feb 2004 05:56:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/myphpmoney Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:56:16 -0000 ale 2004/02/16 05:56:16 PST FreeBSD ports repository Modified files: finance/myphpmoney Makefile distinfo pkg-descr Log: - Update to 1.3RC3 release - Fix dependencies (add USE_PHP) - Remove BROKEN and DEPRECATED - Correct URL - Add SIZE Approved by: nork (mentor/implicitly) Revision Changes Path 1.6 +7 -10 ports/finance/myphpmoney/Makefile 1.2 +2 -1 ports/finance/myphpmoney/distinfo 1.3 +2 -2 ports/finance/myphpmoney/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Feb 16 05:57:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678A416A4CE; Mon, 16 Feb 2004 05:57:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CE643D1D; Mon, 16 Feb 2004 05:57:34 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GDvYGe035168; Mon, 16 Feb 2004 05:57:34 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GDvYZZ035167; Mon, 16 Feb 2004 05:57:34 -0800 (PST) (envelope-from eik) Message-Id: <200402161357.i1GDvYZZ035167@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 16 Feb 2004 05:57:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/smunge Makefile ports/net/eudc-emacs20 Makefile ports/net/openldap12 Makefile ports/net/py-ldap1 Makefile ports/www/web500gw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:57:34 -0000 eik 2004/02/16 05:57:34 PST FreeBSD ports repository Modified files: mail/smunge Makefile net/eudc-emacs20 Makefile net/openldap12 Makefile net/py-ldap1 Makefile www/web500gw Makefile Log: - BROKEN => FORBIDDEN, since these are potential security issues. - schedule for removal Reminded by: kris Revision Changes Path 1.8 +3 -1 ports/mail/smunge/Makefile 1.11 +3 -1 ports/net/eudc-emacs20/Makefile 1.32 +3 -1 ports/net/openldap12/Makefile 1.19 +3 -1 ports/net/py-ldap1/Makefile 1.19 +3 -1 ports/www/web500gw/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:02:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69DFF16A4CE; Mon, 16 Feb 2004 06:02:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2126D43D1D; Mon, 16 Feb 2004 06:02:09 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GE28Ge036646; Mon, 16 Feb 2004 06:02:08 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GE28Qn036639; Mon, 16 Feb 2004 06:02:08 -0800 (PST) (envelope-from ceri) Message-Id: <200402161402.i1GE28Qn036639@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:02:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/users chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:02:09 -0000 ceri 2004/02/16 06:02:08 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/users chapter.sgml Log: Further improve on revision 1.42. Submitted by: Warren Block Revision Changes Path 1.43 +2 -4 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:07:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6696416A4CE; Mon, 16 Feb 2004 06:07:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EAE43D1F; Mon, 16 Feb 2004 06:07:09 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GE79Ge038318; Mon, 16 Feb 2004 06:07:09 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GE79p8038317; Mon, 16 Feb 2004 06:07:09 -0800 (PST) (envelope-from sumikawa) Message-Id: <200402161407.i1GE79p8038317@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 16 Feb 2004 06:07:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/mtr Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:07:09 -0000 sumikawa 2004/02/16 06:07:08 PST FreeBSD ports repository Modified files: net/mtr Makefile distinfo Log: Upgrade IPv6 patch. -a option still didn't work. Revision Changes Path 1.46 +2 -2 ports/net/mtr/Makefile 1.22 +1 -1 ports/net/mtr/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:07:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB6616A4CE; Mon, 16 Feb 2004 06:07:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC5843D1D; Mon, 16 Feb 2004 06:07:48 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GE7mGe038365; Mon, 16 Feb 2004 06:07:48 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GE7mB9038364; Mon, 16 Feb 2004 06:07:48 -0800 (PST) (envelope-from clement) Message-Id: <200402161407.i1GE7mB9038364@repoman.freebsd.org> From: Clement LAFORET Date: Mon, 16 Feb 2004 06:07:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile Makefile.doc distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:07:48 -0000 clement 2004/02/16 06:07:48 PST FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc distinfo Log: - Add windowsupdate.com mod_proxy fix. [1] you must define WITH_WINDOWSUPDATEFIX - Fix typo/reword Makefile.doc [2] PR: 62610 [1], 62757 [2] Submitted by: leafy [1], Linh Pham [2] Revision Changes Path 1.168 +4 -0 ports/www/apache2/Makefile 1.5 +2 -2 ports/www/apache2/Makefile.doc 1.61 +2 -0 ports/www/apache2/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:13:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72FD16A4CE; Mon, 16 Feb 2004 06:13:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCE143D1F; Mon, 16 Feb 2004 06:13:24 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEDOGe040334; Mon, 16 Feb 2004 06:13:24 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEDOtw040333; Mon, 16 Feb 2004 06:13:24 -0800 (PST) (envelope-from hrs) Message-Id: <200402161413.i1GEDOtw040333@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 16 Feb 2004 06:13:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/mk doc.docbook.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:13:24 -0000 hrs 2004/02/16 06:13:24 PST FreeBSD doc repository Modified files: share/mk doc.docbook.mk Log: Use FOO_CMD instead of FOO to avoid a conflict with a variable used in the docproj port. TEX, LATEX, PDFTEX, JADETEX, and PDFJADETEX has been renamed to TEX_CMD, LATEX_CMD, PDFTEX_CMD, JADETEX_CMD, and PDFJADETEX_CMD for consistency. And TEXCMDS has been renamed TEX_CMDSEQ because TEXCMDS and TEX_CMD are misleading names. Discussed on: -doc Revision Changes Path 1.99 +14 -14 doc/share/mk/doc.docbook.mk From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:18:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300D616A4CE; Mon, 16 Feb 2004 06:18:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B28443D1D; Mon, 16 Feb 2004 06:18:20 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEIJGe040568; Mon, 16 Feb 2004 06:18:19 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEIJnE040567; Mon, 16 Feb 2004 06:18:19 -0800 (PST) (envelope-from clement) Message-Id: <200402161418.i1GEIJnE040567@repoman.freebsd.org> From: Clement LAFORET Date: Mon, 16 Feb 2004 06:18:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/unfs3 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:18:20 -0000 clement 2004/02/16 06:18:19 PST FreeBSD ports repository Modified files: net Makefile Added files: net/unfs3 Makefile distinfo pkg-descr Log: Add unfs3 v0.9.5 UNFS3 is a user-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server. Since it runs in user-space, you can use it in a jail. WWW: http://unfs3.sourceforge.net/ Revision Changes Path 1.1222 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/unfs3/Makefile (new) 1.1 +2 -0 ports/net/unfs3/distinfo (new) 1.1 +6 -0 ports/net/unfs3/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:18:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B263E16A4CE; Mon, 16 Feb 2004 06:18:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976DC43D1D; Mon, 16 Feb 2004 06:18:37 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEIbGe040612; Mon, 16 Feb 2004 06:18:37 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEIbf2040611; Mon, 16 Feb 2004 06:18:37 -0800 (PST) (envelope-from clement) Message-Id: <200402161418.i1GEIbf2040611@repoman.freebsd.org> From: Clement LAFORET Date: Mon, 16 Feb 2004 06:18:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:18:37 -0000 clement 2004/02/16 06:18:37 PST FreeBSD ports repository Modified files: . modules Log: unfs3 --> ports/net/unfs3 Revision Changes Path 1.9406 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:21:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 236C116A4CE; Mon, 16 Feb 2004 06:21:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08ADB43D1F; Mon, 16 Feb 2004 06:21:02 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEL1Ge040838; Mon, 16 Feb 2004 06:21:01 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEL1Xp040837; Mon, 16 Feb 2004 06:21:01 -0800 (PST) (envelope-from ale) Message-Id: <200402161421.i1GEL1Xp040837@repoman.freebsd.org> From: Alex Dupre Date: Mon, 16 Feb 2004 06:21:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/acid Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:21:02 -0000 ale 2004/02/16 06:21:01 PST FreeBSD ports repository Modified files: security/acid Makefile distinfo pkg-message Log: - Fix dependencies - make portlint happy - remove BROKEN and DEPRECATED - Add SIZE Approved by: nork (mentor/implicitly) Revision Changes Path 1.14 +2 -11 ports/security/acid/Makefile 1.6 +1 -0 ports/security/acid/distinfo 1.2 +0 -2 ports/security/acid/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:30:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E2816A4CE; Mon, 16 Feb 2004 06:30:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F7343D2D; Mon, 16 Feb 2004 06:30:57 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEUvGe042959; Mon, 16 Feb 2004 06:30:57 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEUvuY042958; Mon, 16 Feb 2004 06:30:57 -0800 (PST) (envelope-from ceri) Message-Id: <200402161430.i1GEUvuY042958@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:30:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi query-pr-summary.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:30:57 -0000 ceri 2004/02/16 06:30:57 PST FreeBSD doc repository Modified files: en/cgi query-pr-summary.cgi Log: Add the repocopy state. Revision Changes Path 1.43 +6 -1 www/en/cgi/query-pr-summary.cgi From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:31:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB1D16A4CE; Mon, 16 Feb 2004 06:31:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E9C43D1D; Mon, 16 Feb 2004 06:31:03 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEV3Ge043013; Mon, 16 Feb 2004 06:31:03 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEV3mm043012; Mon, 16 Feb 2004 06:31:03 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402161431.i1GEV3mm043012@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 16 Feb 2004 06:31:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/openfts Makefile distinfo pkg-plist ports/textproc/openfts/files patch-Index.pm patch-PorterEng.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:31:04 -0000 kuriyama 2004/02/16 06:31:03 PST FreeBSD ports repository Modified files: textproc/openfts Makefile distinfo pkg-plist Removed files: textproc/openfts/files patch-Index.pm patch-PorterEng.pm Log: o Upgrade to 0.36. o Simplify dependency and unbreak. Revision Changes Path 1.5 +1 -23 ports/textproc/openfts/Makefile 1.2 +2 -1 ports/textproc/openfts/distinfo 1.2 +0 -11 ports/textproc/openfts/files/patch-Index.pm (dead) 1.2 +0 -11 ports/textproc/openfts/files/patch-PorterEng.pm (dead) 1.2 +1 -9 ports/textproc/openfts/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:32:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E6116A4D0; Mon, 16 Feb 2004 06:32:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A79743D1D; Mon, 16 Feb 2004 06:32:20 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEWKGe044730; Mon, 16 Feb 2004 06:32:20 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEWKCK044717; Mon, 16 Feb 2004 06:32:20 -0800 (PST) (envelope-from bms) Message-Id: <200402161432.i1GEWKCK044717@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 06:32:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:32:20 -0000 bms 2004/02/16 06:32:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files Log: Don't compile xform_tcp.c if options TCP_SIGNATURE is not defined. Noticed by: Chuck Swiger Revision Changes Path 1.340.2.148 +1 -1 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:34:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D74D16A4CE; Mon, 16 Feb 2004 06:34:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A3843D2D; Mon, 16 Feb 2004 06:34:23 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEYNGe044795; Mon, 16 Feb 2004 06:34:23 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEYNPP044794; Mon, 16 Feb 2004 06:34:23 -0800 (PST) (envelope-from ceri) Message-Id: <200402161434.i1GEYNPP044794@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:34:23 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:34:23 -0000 ceri 2004/02/16 06:34:23 PST FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Log: Remove duplicated text. Revision Changes Path 1.16 +2 -2 www/en/cgi/dosendpr.cgi From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:35:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258E916A4CE; Mon, 16 Feb 2004 06:35:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BFA43D2F; Mon, 16 Feb 2004 06:35:31 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEZUGe044872; Mon, 16 Feb 2004 06:35:30 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEZUqP044871; Mon, 16 Feb 2004 06:35:30 -0800 (PST) (envelope-from bms) Message-Id: <200402161435.i1GEZUqP044871@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 06:35:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ldap2dns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:35:31 -0000 bms 2004/02/16 06:35:30 PST FreeBSD ports repository (src committer) Modified files: net/ldap2dns Makefile Log: Whitespace. Revision Changes Path 1.4 +13 -13 ports/net/ldap2dns/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:37:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1845E16A4CE; Mon, 16 Feb 2004 06:37:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF84843D1D; Mon, 16 Feb 2004 06:37:39 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEbdGe045008; Mon, 16 Feb 2004 06:37:39 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEbdec045007; Mon, 16 Feb 2004 06:37:39 -0800 (PST) (envelope-from bms) Message-Id: <200402161437.i1GEbdec045007@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 06:37:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ldap2dns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:37:40 -0000 bms 2004/02/16 06:37:39 PST FreeBSD ports repository (src committer) Modified files: net/ldap2dns Makefile Log: Update this port to use the USE_OPENLDAP switch from bsd.port.mk. Noticed by: Oliver Eikemeier Revision Changes Path 1.5 +1 -8 ports/net/ldap2dns/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:38:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C23E16A4CE; Mon, 16 Feb 2004 06:38:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F80F43D1F; Mon, 16 Feb 2004 06:38:05 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEc5Ge045055; Mon, 16 Feb 2004 06:38:05 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEc549045054; Mon, 16 Feb 2004 06:38:05 -0800 (PST) (envelope-from ceri) Message-Id: <200402161438.i1GEc549045054@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:38:05 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/tools clean-sendpr-dbm.pl www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:38:05 -0000 ceri 2004/02/16 06:38:05 PST FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Removed files: tools clean-sendpr-dbm.pl Log: Have dosendpr.cgi clean up after itself, rather than having a separate script to do the job. Suggested by: wosch Revision Changes Path 1.17 +6 -1 www/en/cgi/dosendpr.cgi 1.2 +0 -49 www/tools/clean-sendpr-dbm.pl (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:39:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F1316A4CE; Mon, 16 Feb 2004 06:39:42 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D74943D2D; Mon, 16 Feb 2004 06:39:42 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost ([192.168.0.5]) by pittgoth.com (8.12.10/8.12.10) with SMTP id i1GEdZ4p051587; Mon, 16 Feb 2004 09:39:39 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 16 Feb 2004 09:39:45 -0500 From: Tom Rhodes To: Wilko Bulte Message-Id: <20040216093945.1aef78a4@localhost> In-Reply-To: <20040216065013.GA64718@freebie.xs4all.nl> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215201404.GB52924@xor.obsecurity.org> <20040215203445.GA67064@dhcp01.pn.xcllnt.net> <20040216065013.GA64718@freebie.xs4all.nl> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Kris Kennaway cc: Ceri Davies cc: Wilko Bulte Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:39:43 -0000 On Mon, 16 Feb 2004 07:50:13 +0100 Wilko Bulte wrote: > On Sun, Feb 15, 2004 at 12:34:45PM -0800, Marcel Moolenaar wrote: > > On Sun, Feb 15, 2004 at 12:14:04PM -0800, Kris Kennaway wrote: > > > On Sun, Feb 15, 2004 at 07:03:29PM +0000, Ceri Davies wrote: > > > > On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > > > > wilko 2004/02/15 10:42:48 PST > > > > > > > > > > FreeBSD doc repository > > > > > > > > > > Modified files: > > > > > en index.xsl > > > > > Log: > > > > > A pair of floppies -> a couple of floppies. > > > > > > > > > > A pair equals 2 and 2 floppies are not sufficient anymore. > > > > > > > > "A couple" is numerically equivalent to "a pair". > > > > > > How about "a few" if we're being deliberately vague about the number. > > > > A few always leaves the impression to me that it's more than a > > couple (couple in my case is the dutch interpretation :-) and > > thus leaves me wondering what number to think of. > > > > Something akin to "1 or more" or "2 or more" should set the right > > expectation. People tend to go by the number which should give > > them a reasonable lower bound to their expectation and the "or more" > > part tells them that it may be a floppy more (1 or more to be exact), > > but generally not more than twice the first number :-) > > > > I think the key is that we should give them something concrete > > so they know how many they need to buy before attempting a > > floppy install (or something along those lines). This is what a pair > > achieved. If we cannot find a good way of saying it in two words, I > > suggest we use more words (like a dutch couple or few; 3 or more) > > AARRGGHH.... :-) > > Exactly.. > > How about "a bunch" ? Perhaps "a handful"? :) -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:40:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E5FB16A4CE; Mon, 16 Feb 2004 06:40:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E7743D1F; Mon, 16 Feb 2004 06:40:57 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEevGe045264; Mon, 16 Feb 2004 06:40:57 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEevkb045263; Mon, 16 Feb 2004 06:40:57 -0800 (PST) (envelope-from bms) Message-Id: <200402161440.i1GEevkb045263@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 06:40:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:40:57 -0000 bms 2004/02/16 06:40:57 PST FreeBSD src repository Modified files: sys/netinet ip.h Log: Spell types consistently throughout this file. Do not use the __packed attribute, as we are often #include'd from userland without in front of us, and it is not strictly necessary. Noticed by: Sascha Blank Revision Changes Path 1.27 +4 -4 src/sys/netinet/ip.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:41:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC2EE16A4CE; Mon, 16 Feb 2004 06:41:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9008E43D1D; Mon, 16 Feb 2004 06:41:30 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEfUGe046266; Mon, 16 Feb 2004 06:41:30 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEfUXw046265; Mon, 16 Feb 2004 06:41:30 -0800 (PST) (envelope-from ceri) Message-Id: <200402161441.i1GEfUXw046265@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:41:30 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:41:30 -0000 ceri 2004/02/16 06:41:30 PST FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Log: Bump the send-pr version header port r1.17. Revision Changes Path 1.18 +2 -2 www/en/cgi/dosendpr.cgi From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:41:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A73E16A4CE; Mon, 16 Feb 2004 06:41:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F38643D31; Mon, 16 Feb 2004 06:41:47 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEfkGe046530; Mon, 16 Feb 2004 06:41:46 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEfkgl046529; Mon, 16 Feb 2004 06:41:46 -0800 (PST) (envelope-from bms) Message-Id: <200402161441.i1GEfkgl046529@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 06:41:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet ip.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:41:47 -0000 bms 2004/02/16 06:41:46 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip.h Log: MFC: Spell types consistently throughout this file. Do not use the __packed attribute, as we are often #include'd from userland without in front of us, and it is not strictly necessary. Noticed by: Sascha Blank Revision Changes Path 1.17.2.2 +4 -4 src/sys/netinet/ip.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:43:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48AA516A4CE; Mon, 16 Feb 2004 06:43:35 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A17143D2F; Mon, 16 Feb 2004 06:43:35 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AsjyA-0000F3-3A; Mon, 16 Feb 2004 14:43:34 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1Asjy8-000Gq0-47; Mon, 16 Feb 2004 14:43:32 +0000 Date: Mon, 16 Feb 2004 14:43:32 +0000 From: Ceri Davies To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040216144331.GF617@submonkey.net> Mail-Followup-To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200402161441.i1GEfUXw046265@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MIdTMoZhcV1D07fI" Content-Disposition: inline In-Reply-To: <200402161441.i1GEfUXw046265@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies Subject: Re: cvs commit: www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:43:35 -0000 --MIdTMoZhcV1D07fI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 06:41:30AM -0800, Ceri Davies wrote: > ceri 2004/02/16 06:41:30 PST >=20 > FreeBSD doc repository >=20 > Modified files: > en/cgi dosendpr.cgi=20 > Log: > Bump the send-pr version header port r1.17. s/port/post/ Ceri --=20 --MIdTMoZhcV1D07fI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMNcTocfcwTS3JF8RAq5UAKCNvXjDbUea0YN7OM3sFr34NZ1DsgCgxjWf o5maYwazCdow+hv+C48sklE= =qa4m -----END PGP SIGNATURE----- --MIdTMoZhcV1D07fI-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:42:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A417B16A4CE; Mon, 16 Feb 2004 06:42:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890BA43D1F; Mon, 16 Feb 2004 06:42:47 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GEglGe047069; Mon, 16 Feb 2004 06:42:47 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GEgl7D047068; Mon, 16 Feb 2004 06:42:47 -0800 (PST) (envelope-from ceri) Message-Id: <200402161442.i1GEgl7D047068@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 06:42:47 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi freebsd.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:42:47 -0000 ceri 2004/02/16 06:42:47 PST FreeBSD doc repository Modified files: en/cgi freebsd.def Log: Garbage collect the gnrelease variable. Revision Changes Path 1.5 +1 -2 www/en/cgi/freebsd.def From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:45:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9493A16A4CE for ; Mon, 16 Feb 2004 06:45:57 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EA243D1D for ; Mon, 16 Feb 2004 06:45:57 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost ([192.168.0.5]) by pittgoth.com (8.12.10/8.12.10) with SMTP id i1GEjn4p051649; Mon, 16 Feb 2004 09:45:49 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 16 Feb 2004 09:46:04 -0500 From: Tom Rhodes To: Wes Peters Message-Id: <20040216094604.0c921dd9@localhost> In-Reply-To: <200402160338.10575.wes@softweyr.com> References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215190329.GQ8821@submonkey.net> <20040215.152553.55627525.imp@bsdimp.com> <200402160338.10575.wes@softweyr.com> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" cc: ceri@submonkey.net cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:45:57 -0000 On Mon, 16 Feb 2004 03:38:10 -0800 Wes Peters wrote: > On Sunday 15 February 2004 14:25, M. Warner Losh wrote: > > In message: <20040215190329.GQ8821@submonkey.net> > > > > Ceri Davies writes: > > : On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > : > wilko 2004/02/15 10:42:48 PST > > : > > > : > FreeBSD doc repository > > : > > > : > Modified files: > > : > en index.xsl > > : > Log: > > : > A pair of floppies -> a couple of floppies. > > : > > > : > A pair equals 2 and 2 floppies are not sufficient anymore. > > : > > : "A couple" is numerically equivalent to "a pair". > > > > A couple isn't quite the same as a pair. A secondary meaning for a > > couple is the same as a few. "Give me a couple of those biscuits" is > > likely to get you 3 biscuits as 2 in many parts of the US. > > Funny, I've lived just about everywhere in the US (except Texas) and "a > couple" has always meant two. "A few" would be 2 to 5, several would be 4 or > 5 to maybe a dozen, etc., all the way up to "buttload" which is rougly "more > than a man can carry." By definition, a "couple" is two. Not even good enough for a light buzz. A "few" is slightly more than that, and will get you partially fucked up. "Several" is a big-ass pitchure from the bowl on the coffee table. "Some" is what you have when you split the case amongst a half-dozen friends. "A whole bunch" is how much you have when you raid the contents of my liqure cabinet. And "umpteen" is how many times people have done that. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Feb 16 06:59:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB9916A4CE; Mon, 16 Feb 2004 06:59:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BA043D2D; Mon, 16 Feb 2004 06:59:34 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GExYGe049440; Mon, 16 Feb 2004 06:59:34 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GExYFD049439; Mon, 16 Feb 2004 06:59:34 -0800 (PST) (envelope-from krion) Message-Id: <200402161459.i1GExYFD049439@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 16 Feb 2004 06:59:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/AquaGatekeeper Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 14:59:34 -0000 krion 2004/02/16 06:59:34 PST FreeBSD ports repository Modified files: net/AquaGatekeeper Makefile distinfo pkg-plist Log: - Update to version 1.19 PR: ports/62913 Submitted by: maintainer Revision Changes Path 1.2 +6 -2 ports/net/AquaGatekeeper/Makefile 1.2 +2 -1 ports/net/AquaGatekeeper/distinfo 1.2 +7 -0 ports/net/AquaGatekeeper/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 07:02:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7127C16A4CE; Mon, 16 Feb 2004 07:02:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5639543D1F; Mon, 16 Feb 2004 07:02:05 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GF25Ge050784; Mon, 16 Feb 2004 07:02:05 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GF24Ow050780; Mon, 16 Feb 2004 07:02:05 -0800 (PST) (envelope-from eik) Message-Id: <200402161502.i1GF24Ow050780@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 16 Feb 2004 07:02:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:02:05 -0000 eik 2004/02/16 07:02:04 PST FreeBSD ports repository Modified files: security/portaudit/database auditfile.txt Log: add GNATS3 Revision Changes Path 1.9 +2 -1 ports/security/portaudit/database/auditfile.txt From owner-cvs-all@FreeBSD.ORG Mon Feb 16 07:18:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F53F16A4CE; Mon, 16 Feb 2004 07:18:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F4F43D2F; Mon, 16 Feb 2004 07:18:03 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GFI3Ge054545; Mon, 16 Feb 2004 07:18:03 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GFI3rY054544; Mon, 16 Feb 2004 07:18:03 -0800 (PST) (envelope-from ceri) Message-Id: <200402161518.i1GFI3rY054544@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 07:18:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:18:03 -0000 ceri 2004/02/16 07:18:02 PST FreeBSD doc repository Modified files: en/cgi Makefile Log: Move files that are only require()d from CGI to DATA, as they do not need the executable bit to be set. Revision Changes Path 1.21 +4 -4 www/en/cgi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 07:26:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E74816A4CE; Mon, 16 Feb 2004 07:26:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A3143D1D; Mon, 16 Feb 2004 07:26:08 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GFQ8Ge056604; Mon, 16 Feb 2004 07:26:08 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GFQ7Cn056603; Mon, 16 Feb 2004 07:26:07 -0800 (PST) (envelope-from perky) Message-Id: <200402161526.i1GFQ7Cn056603@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 16 Feb 2004 07:26:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers Makefile ports/archivers/alz2zip Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:26:08 -0000 perky 2004/02/16 07:26:07 PST FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/alz2zip Makefile distinfo pkg-descr pkg-plist Log: Add port for alz2zip 0.1, a converter for alzip archives to zip formats. Revision Changes Path 1.90 +1 -0 ports/archivers/Makefile 1.1 +19 -0 ports/archivers/alz2zip/Makefile (new) 1.1 +2 -0 ports/archivers/alz2zip/distinfo (new) 1.1 +4 -0 ports/archivers/alz2zip/pkg-descr (new) 1.1 +4 -0 ports/archivers/alz2zip/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 07:26:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC96716A4CF; Mon, 16 Feb 2004 07:26:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908B543D1F; Mon, 16 Feb 2004 07:26:18 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GFQIGe056649; Mon, 16 Feb 2004 07:26:18 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GFQI4o056648; Mon, 16 Feb 2004 07:26:18 -0800 (PST) (envelope-from perky) Message-Id: <200402161526.i1GFQI4o056648@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 16 Feb 2004 07:26:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:26:18 -0000 perky 2004/02/16 07:26:18 PST FreeBSD ports repository Modified files: . modules Log: alz2zip --> ports/archivers/alz2zip Revision Changes Path 1.9407 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:11:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E1C16A4CE; Mon, 16 Feb 2004 08:11:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD71443D1D; Mon, 16 Feb 2004 08:11:27 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGBRGe067587; Mon, 16 Feb 2004 08:11:27 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGBRWj067583; Mon, 16 Feb 2004 08:11:27 -0800 (PST) (envelope-from yar) Message-Id: <200402161611.i1GGBRWj067583@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 16 Feb 2004 08:11:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:11:27 -0000 yar 2004/02/16 08:11:27 PST FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev. 1.148, 1.150-1.153: - deny attempts to delete or rename a file if a guest user isn't allowed to modify files on the server; - disallow downloading raw directory contents by real users in order to work around buggy GUI clients which think that trying to download a directory is a fair way to tell it from a regular file; - "(char *)0" --> "NULL" where possible. Revision Changes Path 1.62.2.53 +17 -2 src/libexec/ftpd/ftpd.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:49:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8D916A4CE; Mon, 16 Feb 2004 08:49:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645F443D1D; Mon, 16 Feb 2004 08:49:26 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGnQGe080751; Mon, 16 Feb 2004 08:49:26 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGnQZV080750; Mon, 16 Feb 2004 08:49:26 -0800 (PST) (envelope-from ceri) Message-Id: <200402161649.i1GGnQZV080750@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 08:49:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi dosendpr.cgi freebsd.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:49:26 -0000 ceri 2004/02/16 08:49:26 PST FreeBSD doc repository Modified files: en/cgi dosendpr.cgi freebsd.def Log: Remove checks for files that do not exist, and garbage collect more variables. Revision Changes Path 1.19 +9 -16 www/en/cgi/dosendpr.cgi 1.6 +1 -9 www/en/cgi/freebsd.def From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:54:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9E116A4CE; Mon, 16 Feb 2004 08:54:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6160F43D2D; Mon, 16 Feb 2004 08:54:07 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGs7Ge082794; Mon, 16 Feb 2004 08:54:07 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGs7rQ082791; Mon, 16 Feb 2004 08:54:07 -0800 (PST) (envelope-from ceri) Message-Id: <200402161654.i1GGs7rQ082791@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 08:54:06 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi dosendpr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:54:07 -0000 ceri 2004/02/16 08:54:06 PST FreeBSD doc repository Modified files: en/cgi dosendpr.cgi Log: Remove some commented out debugging code. Revision Changes Path 1.20 +1 -2 www/en/cgi/dosendpr.cgi From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A4616A4CE; Mon, 16 Feb 2004 08:57:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B8343D31; Mon, 16 Feb 2004 08:57:11 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGvBGe082978; Mon, 16 Feb 2004 08:57:11 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGvBQa082974; Mon, 16 Feb 2004 08:57:11 -0800 (PST) (envelope-from ceri) Message-Id: <200402161657.i1GGvBQa082974@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 08:57:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi Gnats.pm Makefile dosendpr.cgi query-pr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:57:11 -0000 ceri 2004/02/16 08:57:10 PST FreeBSD doc repository Modified files: en/cgi Makefile dosendpr.cgi query-pr.cgi Added files: en/cgi Gnats.pm Log: Add an embryonic Gnats.pm that will collect variables and subroutines related to querying GNATS together, in order to aid with the upgrade to GNATS 4. Switch over dosendpr.cgi and query-pr.cgi to use it. query-pr-summary.cgi to follow. Revision Changes Path 1.1 +41 -0 www/en/cgi/Gnats.pm (new) 1.22 +2 -2 www/en/cgi/Makefile 1.21 +6 -24 www/en/cgi/dosendpr.cgi 1.37 +3 -2 www/en/cgi/query-pr.cgi From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:58:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9AB16A4CE; Mon, 16 Feb 2004 08:58:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E8043D31; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGwmGe083106; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGwmF8083100; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ceri) Message-Id: <200402161658.i1GGwmF8083100@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 08:58:48 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi Gnats.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:58:48 -0000 ceri 2004/02/16 08:58:48 PST FreeBSD doc repository Modified files: en/cgi Gnats.pm Log: s/$Id$/$FreeBSD$/ Revision Changes Path 1.2 +1 -1 www/en/cgi/Gnats.pm From owner-cvs-all@FreeBSD.ORG Mon Feb 16 08:58:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E452716A4CF; Mon, 16 Feb 2004 08:58:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4743D31; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GGwmGe083112; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GGwm1L083111; Mon, 16 Feb 2004 08:58:48 -0800 (PST) (envelope-from ume) Message-Id: <200402161658.i1GGwm1L083111@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 16 Feb 2004 08:58:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 nd6_nbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 16:58:49 -0000 ume 2004/02/16 08:58:48 PST FreeBSD src repository Modified files: sys/netinet6 nd6_nbr.c Log: we don't need to include ipsec.h. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.25 +0 -8 src/sys/netinet6/nd6_nbr.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:02:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D9316A4CE; Mon, 16 Feb 2004 09:02:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C6743D2D; Mon, 16 Feb 2004 09:02:45 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GH2jGe085070; Mon, 16 Feb 2004 09:02:45 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GH2i44085069; Mon, 16 Feb 2004 09:02:44 -0800 (PST) (envelope-from ume) Message-Id: <200402161702.i1GH2i44085069@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 16 Feb 2004 09:02:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ipsec.c ipsec.h ipsec6.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:02:45 -0000 ume 2004/02/16 09:02:44 PST FreeBSD src repository Modified files: sys/netinet6 ipsec.c ipsec.h ipsec6.h Log: nuke unused functions. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.34 +0 -46 src/sys/netinet6/ipsec.c 1.17 +0 -4 src/sys/netinet6/ipsec.h 1.9 +0 -3 src/sys/netinet6/ipsec6.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:05:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C8616A4CF; Mon, 16 Feb 2004 09:05:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38E343D1D; Mon, 16 Feb 2004 09:05:06 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GH56Ge086055; Mon, 16 Feb 2004 09:05:06 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GH56pD086054; Mon, 16 Feb 2004 09:05:06 -0800 (PST) (envelope-from ume) Message-Id: <200402161705.i1GH56pD086054@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 16 Feb 2004 09:05:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:05:07 -0000 ume 2004/02/16 09:05:06 PST FreeBSD src repository Modified files: sys/netinet ip_output.c Log: don't update outgoing ifp, if ipsec tunnel mode encapsulation was not made. Obtained from: KAME Revision Changes Path 1.208 +5 -3 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:09:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB5816A4CE; Mon, 16 Feb 2004 09:09:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086F943D39; Mon, 16 Feb 2004 09:09:18 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GH9HGe086442; Mon, 16 Feb 2004 09:09:17 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GH9HW4086441; Mon, 16 Feb 2004 09:09:17 -0800 (PST) (envelope-from vanilla) Message-Id: <200402161709.i1GH9HW4086441@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Feb 2004 09:09:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-FileSystemSite Makefile pkg-plist ports/www/zope-annotations Makefile pkg-plist ports/www/zope-exuserfolder Makefile pkg-plist ports/www/zope-formulator Makefile pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:09:18 -0000 vanilla 2004/02/16 09:09:17 PST FreeBSD ports repository Modified files: www/zope-FileSystemSite Makefile pkg-plist www/zope-annotations Makefile pkg-plist www/zope-exuserfolder Makefile pkg-plist www/zope-formulator Makefile pkg-plist www/zope-parsedxml Makefile pkg-plist www/zope-proxyindex Makefile pkg-plist www/zope-silvaviews Makefile pkg-plist www/zope-xmlwidgets Makefile pkg-plist Log: use ZOPEPRODUCTDIR on pkg-plist. Agreed by: maintainer. Revision Changes Path 1.3 +1 -1 ports/www/zope-FileSystemSite/Makefile 1.3 +102 -102 ports/www/zope-FileSystemSite/pkg-plist 1.3 +1 -8 ports/www/zope-annotations/Makefile 1.2 +27 -27 ports/www/zope-annotations/pkg-plist 1.3 +2 -9 ports/www/zope-exuserfolder/Makefile 1.3 +320 -320 ports/www/zope-exuserfolder/pkg-plist 1.5 +1 -1 ports/www/zope-formulator/Makefile 1.3 +120 -120 ports/www/zope-formulator/pkg-plist 1.2 +3 -8 ports/www/zope-parsedxml/Makefile 1.2 +521 -521 ports/www/zope-parsedxml/pkg-plist 1.2 +1 -7 ports/www/zope-proxyindex/Makefile 1.2 +24 -24 ports/www/zope-proxyindex/pkg-plist 1.2 +1 -7 ports/www/zope-silvaviews/Makefile 1.2 +24 -24 ports/www/zope-silvaviews/pkg-plist 1.4 +1 -7 ports/www/zope-xmlwidgets/Makefile 1.3 +38 -38 ports/www/zope-xmlwidgets/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:09:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1B016A4CE; Mon, 16 Feb 2004 09:09:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F55F43D31; Mon, 16 Feb 2004 09:09:54 -0800 (PST) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GH9rGe086482; Mon, 16 Feb 2004 09:09:53 -0800 (PST) (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GH9rF1086481; Mon, 16 Feb 2004 09:09:53 -0800 (PST) (envelope-from guido) Message-Id: <200402161709.i1GH9rF1086481@repoman.freebsd.org> From: Guido van Rooij Date: Mon, 16 Feb 2004 09:09:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:09:54 -0000 guido 2004/02/16 09:09:53 PST FreeBSD src repository Modified files: sys/netipsec key.c Log: Fix type in a sysctl. It used to be: net.key.prefered_oldsa and is corrected to net.key.preferred_oldsa This makes it consistent with the KAME IPsec implementation. Approved by: sam Revision Changes Path 1.11 +5 -5 src/sys/netipsec/key.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:11:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7DD16A4CE; Mon, 16 Feb 2004 09:11:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9162C43D2D; Mon, 16 Feb 2004 09:11:44 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GHBiGe087834; Mon, 16 Feb 2004 09:11:44 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GHBiv6087833; Mon, 16 Feb 2004 09:11:44 -0800 (PST) (envelope-from andy) Message-Id: <200402161711.i1GHBiv6087833@repoman.freebsd.org> From: Andrey Zakhvatov Date: Mon, 16 Feb 2004 09:11:44 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml mailing-lists.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:11:44 -0000 andy 2004/02/16 09:11:44 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml mailing-lists.ent Log: MFen 1.27 Revision Changes Path 1.5 +12 -2 doc/ru_RU.KOI8-R/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:25:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCB216A4CE; Mon, 16 Feb 2004 09:25:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9025143D41; Mon, 16 Feb 2004 09:25:38 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GHPcGe090610; Mon, 16 Feb 2004 09:25:38 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GHPctD090609; Mon, 16 Feb 2004 09:25:38 -0800 (PST) (envelope-from ceri) Message-Id: <200402161725.i1GHPctD090609@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 09:25:38 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi Makefile freebsd.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:25:38 -0000 ceri 2004/02/16 09:25:38 PST FreeBSD doc repository Modified files: en/cgi Makefile Removed files: en/cgi freebsd.def Log: Now that my test build/grep has finished, freebsd.def can go. Revision Changes Path 1.23 +2 -2 www/en/cgi/Makefile 1.7 +0 -31 www/en/cgi/freebsd.def (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:30:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0902916A4CE; Mon, 16 Feb 2004 09:30:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23E243D41; Mon, 16 Feb 2004 09:30:09 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GHU9Ge090759; Mon, 16 Feb 2004 09:30:09 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GHU9sM090758; Mon, 16 Feb 2004 09:30:09 -0800 (PST) (envelope-from ceri) Message-Id: <200402161730.i1GHU9sM090758@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 09:30:09 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/gnats4 index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:30:10 -0000 ceri 2004/02/16 09:30:09 PST FreeBSD doc repository Modified files: en/projects/gnats4 index.sgml Log: The CGI patches are underway. Revision Changes Path 1.7 +4 -4 www/en/projects/gnats4/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:43:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342DF16A4CE; Mon, 16 Feb 2004 09:43:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1896643D2D; Mon, 16 Feb 2004 09:43:58 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GHhvGe094770; Mon, 16 Feb 2004 09:43:57 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GHhvdP094769; Mon, 16 Feb 2004 09:43:57 -0800 (PST) (envelope-from mjacob) Message-Id: <200402161743.i1GHhvdP094769@repoman.freebsd.org> From: Matt Jacob Date: Mon, 16 Feb 2004 09:43:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:43:58 -0000 mjacob 2004/02/16 09:43:57 PST FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: We aren't D_TAPE. We aren't anything. The reasons why this was ever set at all is lost in the mists of time. Revision Changes Path 1.98 +0 -1 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 09:55:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBEA16A4CE; Mon, 16 Feb 2004 09:55:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148B943D1F; Mon, 16 Feb 2004 09:55:50 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GHtnGe096964; Mon, 16 Feb 2004 09:55:49 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GHtnZl096963; Mon, 16 Feb 2004 09:55:49 -0800 (PST) (envelope-from ceri) Message-Id: <200402161755.i1GHtnZl096963@repoman.freebsd.org> From: Ceri Davies Date: Mon, 16 Feb 2004 09:55:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en send-pr.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 17:55:50 -0000 ceri 2004/02/16 09:55:49 PST FreeBSD doc repository Modified files: en send-pr.sgml Log: Add a missing "the". Revision Changes Path 1.37 +2 -2 www/en/send-pr.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:03:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA9916A4CE; Mon, 16 Feb 2004 10:03:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9151043D31; Mon, 16 Feb 2004 10:03:38 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GI3cGe099873; Mon, 16 Feb 2004 10:03:38 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GI3cv2099872; Mon, 16 Feb 2004 10:03:38 -0800 (PST) (envelope-from fjoe) Message-Id: <200402161803.i1GI3cv2099872@repoman.freebsd.org> From: Max Khon Date: Mon, 16 Feb 2004 10:03:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/hfsplusutils Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:03:38 -0000 fjoe 2004/02/16 10:03:38 PST FreeBSD ports repository Modified files: emulators/hfsplusutils Makefile pkg-plist Log: - Fix pkg-plist and unbreak the port. - remove patch-libtool hack: patch-libtool was moved after pre-configure in bsd.port.mk rev. 1.475. Approved by: jre (at) vineyard.net (MAINTAINER) Revision Changes Path 1.5 +0 -14 ports/emulators/hfsplusutils/Makefile 1.2 +1 -2 ports/emulators/hfsplusutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:07:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F5816A4CE; Mon, 16 Feb 2004 10:07:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC7D443D1D; Mon, 16 Feb 2004 10:07:53 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GI7rGe000180; Mon, 16 Feb 2004 10:07:53 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GI7rlE000179; Mon, 16 Feb 2004 10:07:53 -0800 (PST) (envelope-from ume) Message-Id: <200402161807.i1GI7rlE000179@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 16 Feb 2004 10:07:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ipsec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:07:54 -0000 ume 2004/02/16 10:07:53 PST FreeBSD src repository Modified files: sys/netinet6 ipsec.c Log: correct function name in comment. Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.35 +18 -18 src/sys/netinet6/ipsec.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:19:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBC1C16A4CE; Mon, 16 Feb 2004 10:19:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A2F43D1F; Mon, 16 Feb 2004 10:19:15 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIJFGe002407; Mon, 16 Feb 2004 10:19:15 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIJFgD002406; Mon, 16 Feb 2004 10:19:15 -0800 (PST) (envelope-from des) Message-Id: <200402161819.i1GIJFgD002406@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 10:19:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:19:16 -0000 des 2004/02/16 10:19:15 PST FreeBSD src repository Modified files: sys/net bpf.c Log: Random style fixes and a comment update. No functional changes. Revision Changes Path 1.121 +4 -4 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:35:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9B416A4CE; Mon, 16 Feb 2004 10:35:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A5943D1D; Mon, 16 Feb 2004 10:35:10 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIZAGe006428; Mon, 16 Feb 2004 10:35:10 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIZAbv006427; Mon, 16 Feb 2004 10:35:10 -0800 (PST) (envelope-from vanilla) Message-Id: <200402161835.i1GIZAbv006427@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Feb 2004 10:35:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/fcitx Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:35:11 -0000 vanilla 2004/02/16 10:35:10 PST FreeBSD ports repository Modified files: chinese/fcitx Makefile distinfo pkg-message pkg-plist Log: - change locale from zh_CN.EUC to zh_CN.eucCN for FreeBSD 5.2 and above - adding document - use SIZE in distinfo file - utilize USE_ICONV - add an option to change the hot key - bump PORTREVERSION PR: ports/62596 Submitted by: maintainer Revision Changes Path 1.10 +24 -4 ports/chinese/fcitx/Makefile 1.6 +1 -0 ports/chinese/fcitx/distinfo 1.2 +1 -1 ports/chinese/fcitx/pkg-message 1.5 +5 -0 ports/chinese/fcitx/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:36:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C54C16A4CF; Mon, 16 Feb 2004 10:36:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA1643D1D; Mon, 16 Feb 2004 10:36:38 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIacGe006546; Mon, 16 Feb 2004 10:36:38 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIacum006545; Mon, 16 Feb 2004 10:36:38 -0800 (PST) (envelope-from vanilla) Message-Id: <200402161836.i1GIacum006545@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Feb 2004 10:36:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:36:38 -0000 vanilla 2004/02/16 10:36:38 PST FreeBSD ports repository Modified files: . modules Log: fcitx should be zh-fcitx. Revision Changes Path 1.9408 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671A316A4CE; Mon, 16 Feb 2004 10:37:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9AD43D2D; Mon, 16 Feb 2004 10:37:01 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIb1Ge006583; Mon, 16 Feb 2004 10:37:01 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIb034006582; Mon, 16 Feb 2004 10:37:00 -0800 (PST) (envelope-from des) Message-Id: <200402161837.i1GIb034006582@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 10:37:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys libkern.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:37:01 -0000 des 2004/02/16 10:37:00 PST FreeBSD src repository Modified files: sys/sys libkern.h Log: Avoid code duplication on platforms where int and long are the same size. Revision Changes Path 1.43 +8 -0 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:38:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D97BE16A4CE; Mon, 16 Feb 2004 10:38:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE50243D1D; Mon, 16 Feb 2004 10:38:46 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIckGe006659; Mon, 16 Feb 2004 10:38:46 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIckon006658; Mon, 16 Feb 2004 10:38:46 -0800 (PST) (envelope-from des) Message-Id: <200402161838.i1GIckon006658@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 10:38:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:38:47 -0000 des 2004/02/16 10:38:46 PST FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Don't bother storing a result when all you need are the side effects. Revision Changes Path 1.226 +5 -5 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:41:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E5516A4CE; Mon, 16 Feb 2004 10:41:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189BA43D1F; Mon, 16 Feb 2004 10:41:06 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIf5Ge006896; Mon, 16 Feb 2004 10:41:05 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIf5Pw006895; Mon, 16 Feb 2004 10:41:05 -0800 (PST) (envelope-from eik) Message-Id: <200402161841.i1GIf5Pw006895@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 16 Feb 2004 10:41:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:41:06 -0000 eik 2004/02/16 10:41:05 PST FreeBSD ports repository Modified files: security/portaudit/database auditfile.txt Log: XFree86-Server font file buffer overflows Revision Changes Path 1.10 +3 -1 ports/security/portaudit/database/auditfile.txt From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:41:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D122D16A4CE; Mon, 16 Feb 2004 10:41:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F4C43D1D; Mon, 16 Feb 2004 10:41:58 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIfwGe008268; Mon, 16 Feb 2004 10:41:58 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIfwmv008267; Mon, 16 Feb 2004 10:41:58 -0800 (PST) (envelope-from des) Message-Id: <200402161841.i1GIfwmv008267@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 10:41:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:41:59 -0000 des 2004/02/16 10:41:58 PST FreeBSD src repository Modified files: sys/vm vm_kern.c Log: Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. The calling code will either handle that gracefully or cause a page fault. Revision Changes Path 1.113 +2 -0 src/sys/vm/vm_kern.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:46:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE3B16A4CE; Mon, 16 Feb 2004 10:46:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BB443D1F; Mon, 16 Feb 2004 10:46:17 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GIkHGe008849; Mon, 16 Feb 2004 10:46:17 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GIkGwB008848; Mon, 16 Feb 2004 10:46:16 -0800 (PST) (envelope-from des) Message-Id: <200402161846.i1GIkGwB008848@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 10:46:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 malloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:46:17 -0000 des 2004/02/16 10:46:16 PST FreeBSD src repository Modified files: share/man/man9 malloc.9 Log: Document the change in M_WAITOK semantics. Revision Changes Path 1.37 +6 -5 src/share/man/man9/malloc.9 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:56:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CD516A4CE; Mon, 16 Feb 2004 10:56:21 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9D743D1D; Mon, 16 Feb 2004 10:56:21 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1GItqDL077942; Mon, 16 Feb 2004 13:55:52 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1GItpQ6077939; Mon, 16 Feb 2004 13:55:51 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 16 Feb 2004 13:55:51 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200402161841.i1GIfwmv008267@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:56:21 -0000 On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > des 2004/02/16 10:41:58 PST > > FreeBSD src repository > > Modified files: > sys/vm vm_kern.c > Log: > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > The calling code will either handle that gracefully or cause a page fault. > > Revision Changes Path > 1.113 +2 -0 src/sys/vm/vm_kern.c This substantially modifies the semantics of the two consumers of kmem_malloc(), and those semantic changes trickle up the stack to a number of important places. Are you going to update the consumers (and their comments) as well? I've generally opposed similar changes in Darwin because you end up sprinkling hundreds (if not thousands) of calls to KASSERT() around the kernel, as memory allocation suddenly becomes an operation that can fail where previously it could not. In FreeBSD, kmem_malloc() is not directly consumed by the majority of the kernel, but it is indirectly consumed via UMA... Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:59:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7750616A4CE; Mon, 16 Feb 2004 10:59:11 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35DD943D1D; Mon, 16 Feb 2004 10:59:11 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1GIwgDL077983; Mon, 16 Feb 2004 13:58:42 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1GIwg5i077980; Mon, 16 Feb 2004 13:58:42 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 16 Feb 2004 13:58:42 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav In-Reply-To: <200402161841.i1GIfwmv008267@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:59:11 -0000 On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > Log: > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > The calling code will either handle that gracefully or cause a page fault. Also, this turns an easily understood and widely documented kernel panic message into a page fault. Prior to this, users could google for the message and find documentation on increasing the size of the kernel address space. Now, it requires facility with the source code in order to figure out what it is going on (since the page fault trace won't include the memory allocation). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Feb 16 10:59:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A35416A4CE; Mon, 16 Feb 2004 10:59:43 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C5543D1D; Mon, 16 Feb 2004 10:59:42 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: by chiark.greenend.org.uk (Debian Exim 3.35 #1) with local id 1Asny2-0003gE-00; Mon, 16 Feb 2004 18:59:42 +0000 Date: Mon, 16 Feb 2004 18:59:42 +0000 From: Tony Finch To: Robert Watson Message-ID: <20040216185942.GP17809@chiark.greenend.org.uk> References: <200402161841.i1GIfwmv008267@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: Tony Finch cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 18:59:43 -0000 On Mon, Feb 16, 2004 at 01:55:51PM -0500, Robert Watson wrote: > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > > > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > > The calling code will either handle that gracefully or cause a page fault. > > This substantially modifies the semantics of the two consumers of > kmem_malloc(), and those semantic changes trickle up the stack to a number > of important places. Are you going to update the consumers (and their > comments) as well? ISTR that the whole point of M_WAITOK when it was introduced was that callers could rely on the fact that it would not return NULL. Tony. -- f.a.n.finch http://dotat.at/ RATTRAY HEAD TO BERWICK ON TWEED: WEST 2 OR 3 INCREASING NORTHWEST 4 OR 5 LOCALLY 6 THEN DECREASING 3 LOCALLY 4 OR 5. PATCHY RAIN AT FIRST, THEN FINE AND DRY. GENERALLY GOOD, BUT PERHAPS LOCALLY MODERATE IN RAIN. SLIGHT. From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:03:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C8316A4CF for ; Mon, 16 Feb 2004 11:03:00 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id F3FDE43D39 for ; Mon, 16 Feb 2004 11:02:59 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 49956 invoked by uid 1002); 16 Feb 2004 19:02:57 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 16 Feb 2004 19:02:57 -0000 Date: Mon, 16 Feb 2004 12:03:45 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Robert Watson In-Reply-To: Message-ID: <20040216120153.S80753@pooker.samsco.home> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:03:00 -0000 On Mon, 16 Feb 2004, Robert Watson wrote: > > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > > > Log: > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > > The calling code will either handle that gracefully or cause a page fault. > > Also, this turns an easily understood and widely documented kernel panic > message into a page fault. Prior to this, users could google for the > message and find documentation on increasing the size of the kernel > address space. Now, it requires facility with the source code in order to > figure out what it is going on (since the page fault trace won't include > the memory allocation). > Agreed on all points. I thought that there was along discussion on this in the last 1-2 weeks and that all of these issues were brought up. Please back this out, and lets focus on getting the sematics that you need for procfs rather than just ruining the sematics for everything else. Scott From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:03:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA2516A4CF; Mon, 16 Feb 2004 11:03:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C562443D2D; Mon, 16 Feb 2004 11:03:00 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GJ30Ge012911; Mon, 16 Feb 2004 11:03:00 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GJ309M012910; Mon, 16 Feb 2004 11:03:00 -0800 (PST) (envelope-from marcel) Message-Id: <200402161903.i1GJ309M012910@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 16 Feb 2004 11:03:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:03:03 -0000 marcel 2004/02/16 11:03:00 PST FreeBSD ports repository Modified files: lang/python Makefile Log: On ia64, libpython2.3 must be built with -fPIC as well. This unbreaks KDE (for example). Revision Changes Path 1.119 +1 -1 ports/lang/python/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:13:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FEB16A4D1; Mon, 16 Feb 2004 11:13:56 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FDE43D1F; Mon, 16 Feb 2004 11:13:56 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 70FB2530D; Mon, 16 Feb 2004 20:13:55 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id EEF6E5308; Mon, 16 Feb 2004 20:13:47 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 8FB8F33C6F; Mon, 16 Feb 2004 20:13:47 +0100 (CET) To: Robert Watson References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 16 Feb 2004 20:13:47 +0100 In-Reply-To: (Robert Watson's message of "Mon, 16 Feb 2004 13:55:51 -0500 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:13:57 -0000 Robert Watson writes: > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > > Log: > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 inste= ad. > > The calling code will either handle that gracefully or cause a page f= ault. > This substantially modifies the semantics of the two consumers of > kmem_malloc(), and those semantic changes trickle up the stack to a number > of important places. Are you going to update the consumers (and their > comments) as well? This can only happen if you request a ridiculously large allocation; if you actually run out of memory (e.g. due to a leak) you will get "out of swap space" or similar errors instead. There are several cases in which kmem_malloc() would previously trigger "kmem_map too small" even though the caller could recover gracefully if given half a chance. Before this patch there was no incentive to fix those cases because you'd never get a change to try to recover anyway. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:14:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D30216A4CE; Mon, 16 Feb 2004 11:14:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702FC43D2D; Mon, 16 Feb 2004 11:14:24 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GJEOGe015963; Mon, 16 Feb 2004 11:14:24 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GJEONF015962; Mon, 16 Feb 2004 11:14:24 -0800 (PST) (envelope-from eik) Message-Id: <200402161914.i1GJEONF015962@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 16 Feb 2004 11:14:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:14:24 -0000 eik 2004/02/16 11:14:24 PST FreeBSD ports repository Modified files: security/portaudit/database auditfile.txt Log: add mutt and mailman Revision Changes Path 1.11 +3 -1 ports/security/portaudit/database/auditfile.txt From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:14:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBD916A4CF; Mon, 16 Feb 2004 11:14:24 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E48943D1F; Mon, 16 Feb 2004 11:14:24 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i1GJDtDL078211; Mon, 16 Feb 2004 14:13:55 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i1GJDtGo078208; Mon, 16 Feb 2004 14:13:55 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 16 Feb 2004 14:13:55 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Scott Long In-Reply-To: <20040216120153.S80753@pooker.samsco.home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:14:26 -0000 On Mon, 16 Feb 2004, Scott Long wrote: > On Mon, 16 Feb 2004, Robert Watson wrote: > > > > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: > > > > > Log: > > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > > > The calling code will either handle that gracefully or cause a page fault. > > > > Also, this turns an easily understood and widely documented kernel panic > > message into a page fault. Prior to this, users could google for the > > message and find documentation on increasing the size of the kernel > > address space. Now, it requires facility with the source code in order to > > figure out what it is going on (since the page fault trace won't include > > the memory allocation). > > Agreed on all points. I thought that there was along discussion on this > in the last 1-2 weeks and that all of these issues were brought up. > Please back this out, and lets focus on getting the sematics that you > need for procfs rather than just ruining the sematics for everything > else. It seems like it all comes down to the perfectly reasonable desire to be able to represent the following request: Userspace wants me to allocate some memory. I don't know how large rediculous is, but I don't want to panic when I ask for something rediculous and instead get a failure I can report. And the origin of part of this problem is that procfs has some notions that are hard to implement (or impossible to implement), such as: You can retrieve atomically snapshotted data in fairly unbounded ammounts. That's not a property of our procfs implementation as much as a property of the "procfs API". It is useful to have some notion of the rediculous in memory allocation, but I don't think this is the right way to enforce it. In the general case, we handle "reasonable" determination using small fixed-size or tunable constants, such as maximum IOVEC size, maximum processes, maximum mbufs, etc. It would be very tempting to do something similar for procfs: "I shall allocate no more than 256k of memory for this buffer"... This appears to change the semantics of M_NOWAIT from "Return memory if it is available, or NULL if I need to sleep for it" into "Return memory if it is available, or NULL if I need to sleep for it or it will never be available". One of the things we've been looking at doing using UMA caching is attempting to allocate memory up front, and then if it fails, allocating it later on demand. Similarly, we might receive a NULL and decide we have to release some locks and try again rather than sleep holding the locks. With the previous semantics, you get the panic up front. With the new semantics, you will panic later, but perhaps after getting somewhere. I'm not sure what the right answer in procfs is, but I think this isn't it. Maybe we need a new M_flag that says "And fail if it's rediculous", but I'm very concerned that we just substituted memory allocation semantics throughout the kernel and the impact it will have... It could be harmless, but it's also not a change to make without a lot of hard cogitation. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:16:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC4B16A4CE; Mon, 16 Feb 2004 11:16:46 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED09743D1F; Mon, 16 Feb 2004 11:16:45 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1GJGhhM028939; Mon, 16 Feb 2004 20:16:44 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Robert Watson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 16 Feb 2004 14:13:55 EST." Date: Mon, 16 Feb 2004 20:16:43 +0100 Message-ID: <28938.1076959003@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:16:46 -0000 In message , Robe rt Watson writes: >It seems like it all comes down to the perfectly reasonable desire to be >able to represent the following request: > > Userspace wants me to allocate some memory. I don't know how large > rediculous is, but I don't want to panic when I ask for something > rediculous and instead get a failure I can report. Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID -- 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 Mon Feb 16 11:29:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D5516A4D0; Mon, 16 Feb 2004 11:29:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8C143D1D; Mon, 16 Feb 2004 11:29:29 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GJTTGe018197; Mon, 16 Feb 2004 11:29:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GJTT2u018196; Mon, 16 Feb 2004 11:29:29 -0800 (PST) (envelope-from marcus) Message-Id: <200402161929.i1GJTT2u018196@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 16 Feb 2004 11:29:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/balsa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:29:29 -0000 marcus 2004/02/16 11:29:29 PST FreeBSD ports repository Modified files: mail/balsa Makefile Log: Use USE_OPENLDAP. Reminded by: eik Revision Changes Path 1.76 +3 -3 ports/mail/balsa/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 11:32:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1FA416A4D0; Mon, 16 Feb 2004 11:32:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E2D43D1D; Mon, 16 Feb 2004 11:32:39 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GJWdGe020101; Mon, 16 Feb 2004 11:32:39 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GJWdTs020100; Mon, 16 Feb 2004 11:32:39 -0800 (PST) (envelope-from gerald) Message-Id: <200402161932.i1GJWdTs020100@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 16 Feb 2004 11:32:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc33 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 19:32:40 -0000 gerald 2004/02/16 11:32:39 PST FreeBSD ports repository Modified files: lang/gcc33 Makefile distinfo Log: Update to the 2004-02-16 snapshot of GCC 3.3.4. Revision Changes Path 1.176 +4 -5 ports/lang/gcc33/Makefile 1.87 +12 -12 ports/lang/gcc33/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:01:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15BF16A4D5 for ; Mon, 16 Feb 2004 12:01:32 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D478643D39 for ; Mon, 16 Feb 2004 12:01:31 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 80734 invoked from network); 16 Feb 2004 20:01:31 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 16 Feb 2004 20:01:31 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 16 Feb 2004 14:01:29 -0600 (CST) From: Mike Silbersack To: Robert Watson In-Reply-To: Message-ID: <20040216135620.K4491@odysseus.silby.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:01:33 -0000 On Mon, 16 Feb 2004, Robert Watson wrote: > getting somewhere. I'm not sure what the right answer in procfs is, but I > think this isn't it. Maybe we need a new M_flag that says "And fail if > it's rediculous", but I'm very concerned that we just substituted memory > allocation semantics throughout the kernel and the impact it will have... > It could be harmless, but it's also not a change to make without a lot of > hard cogitation. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Senior Research Scientist, McAfee Research If maintaining the old semantics is important, then adding a third flag sounds like the way to go. Unfortunately, I can't think of something appropriate that would fit into the form M_XXXXXX. I'm only jumping in because I had considered making a change similar to DES's back when I was investigating why the old pipe code could panic the machine; the current situation of panic vs NOWAIT is very frustrating. Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:07:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF72016A4CF; Mon, 16 Feb 2004 12:07:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52CE43D1D; Mon, 16 Feb 2004 12:07:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GK76Ge027629; Mon, 16 Feb 2004 12:07:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GK76mZ027628; Mon, 16 Feb 2004 12:07:06 -0800 (PST) (envelope-from des) Message-Id: <200402162007.i1GK76mZ027628@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 12:07:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:07:07 -0000 des 2004/02/16 12:07:06 PST FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Remove -Wbad-function-cast. Its main purpose is to catch bugs that we already catch with -Wstrict-prototypes, and it causes spurious warnings for some perfectly legitimate constructs. Revision Changes Path 1.34 +1 -1 src/share/mk/bsd.sys.mk From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:09:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA88116A4CE; Mon, 16 Feb 2004 12:09:06 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CC243D31; Mon, 16 Feb 2004 12:09:06 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 5D0FF5309; Mon, 16 Feb 2004 21:09:05 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3296F5308; Mon, 16 Feb 2004 21:08:58 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id C518F33C6F; Mon, 16 Feb 2004 21:08:57 +0100 (CET) To: Robert Watson References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 16 Feb 2004 21:08:57 +0100 In-Reply-To: (Robert Watson's message of "Mon, 16 Feb 2004 14:13:55 -0500 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:09:06 -0000 Robert Watson writes: > And the origin of part of this problem is that procfs has some notions > that are hard to implement (or impossible to implement) [...] The problem existed in other parts of the kernel (such as md(4)) before it appeared in procfs. > This appears to change the semantics of M_NOWAIT from "Return memory if it > is available, or NULL if I need to sleep for it" into "Return memory if it > is available, or NULL if I need to sleep for it or it will never be > available". It does not change the semantics of M_NOWAIT at all. It changes the semantics of M_WAITOK. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:10:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426F816A4CE; Mon, 16 Feb 2004 12:10:20 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1250E43D31; Mon, 16 Feb 2004 12:10:20 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 4A8735309; Mon, 16 Feb 2004 21:10:19 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id A67DD5308; Mon, 16 Feb 2004 21:10:12 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 8678833C6F; Mon, 16 Feb 2004 21:10:12 +0100 (CET) To: src-committers@FreeBSD.org References: <200402162007.i1GK76mZ027628@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 16 Feb 2004 21:10:12 +0100 In-Reply-To: <200402162007.i1GK76mZ027628@repoman.freebsd.org> (Dag-Erling Smorgrav's message of "Mon, 16 Feb 2004 12:07:06 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:10:20 -0000 Dag-Erling Smorgrav writes: > Log: > Remove -Wbad-function-cast. Its main purpose is to catch bugs that we > already catch with -Wstrict-prototypes, and it causes spurious warnings > for some perfectly legitimate constructs. I forgot to add Approved by: bde DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:18:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6872716A4CE; Mon, 16 Feb 2004 12:18:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3D443D1D; Mon, 16 Feb 2004 12:18:26 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GKIQGe029732; Mon, 16 Feb 2004 12:18:26 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GKIQK4029731; Mon, 16 Feb 2004 12:18:26 -0800 (PST) (envelope-from gad) Message-Id: <200402162018.i1GKIQK4029731@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 16 Feb 2004 12:18:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:18:26 -0000 gad 2004/02/16 12:18:26 PST FreeBSD src repository Modified files: . Makefile Log: Add a 'realclean' target, which simply and quickly removes everything that was built in previous 'make buildworld' and 'make buildkernel'. The target knows enough to run a 'chflags -R 0' and a second 'rm' if the first 'rm' ran into any errors while removing files. Suggested by: email with Richard Coleman Re: upcoming 64b-time_t changes. Reviewed by: imp, marcel, and others on -hackers MFC after: 1 week Revision Changes Path 1.293 +15 -0 src/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:19:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A7E16A4CE; Mon, 16 Feb 2004 12:19:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE4D43D31; Mon, 16 Feb 2004 12:19:53 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GKJrGe029777; Mon, 16 Feb 2004 12:19:53 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GKJrGl029776; Mon, 16 Feb 2004 12:19:53 -0800 (PST) (envelope-from eik) Message-Id: <200402162019.i1GKJrGl029776@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 16 Feb 2004 12:19:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:19:54 -0000 eik 2004/02/16 12:19:53 PST FreeBSD ports repository Modified files: security/portaudit/database auditfile.txt Log: remove duplicate mutt entry, sorry. Revision Changes Path 1.12 +1 -2 ports/security/portaudit/database/auditfile.txt From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:42:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB31616A4CE; Mon, 16 Feb 2004 12:42:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC7843D1F; Mon, 16 Feb 2004 12:42:11 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GKgBGe035554; Mon, 16 Feb 2004 12:42:11 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GKgBk0035550; Mon, 16 Feb 2004 12:42:11 -0800 (PST) (envelope-from obrien) Message-Id: <200402162042.i1GKgBk0035550@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 16 Feb 2004 12:42:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:42:11 -0000 obrien 2004/02/16 12:42:11 PST FreeBSD src repository Modified files: sys/sys msgbuf.h Log: Increase the size of MSGBUF_SIZE if booted with -v. Revision Changes Path 1.22 +1 -1 src/sys/sys/msgbuf.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:43:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E21216A4CE; Mon, 16 Feb 2004 12:43:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4323043D1F; Mon, 16 Feb 2004 12:43:07 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GKh7Ge035925; Mon, 16 Feb 2004 12:43:07 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GKh6tU035921; Mon, 16 Feb 2004 12:43:06 -0800 (PST) (envelope-from dougb) Message-Id: <200402162043.i1GKh6tU035921@repoman.freebsd.org> From: Doug Barton Date: Mon, 16 Feb 2004 12:43:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/nut pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:43:07 -0000 dougb 2004/02/16 12:43:06 PST FreeBSD ports repository Modified files: sysutils/nut pkg-descr Log: Fix WWW, per PR; update the english text while I'm here. PR: ports/62925 Submitted by: Jason Harris Revision Changes Path 1.3 +3 -3 ports/sysutils/nut/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Feb 16 12:58:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F9416A4E1; Mon, 16 Feb 2004 12:58:57 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-122-2-18.dsl.pltn13.pacbell.net [68.122.2.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8261E43D1D; Mon, 16 Feb 2004 12:58:57 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i1GKwsGx010651; Mon, 16 Feb 2004 12:58:54 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i1GKwsHe010650; Mon, 16 Feb 2004 12:58:54 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 16 Feb 2004 12:58:54 -0800 From: David Schultz To: Poul-Henning Kamp Message-ID: <20040216205854.GA10604@VARK.homeunix.com> Mail-Followup-To: Poul-Henning Kamp , Robert Watson , Scott Long , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <28938.1076959003@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28938.1076959003@critter.freebsd.dk> cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Scott Long cc: cvs-all@FreeBSD.ORG cc: Robert Watson cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:58:57 -0000 On Mon, Feb 16, 2004, Poul-Henning Kamp wrote: > In message , Robe > rt Watson writes: > > >It seems like it all comes down to the perfectly reasonable desire to be > >able to represent the following request: > > > > Userspace wants me to allocate some memory. I don't know how large > > rediculous is, but I don't want to panic when I ask for something > > rediculous and instead get a failure I can report. > > Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID M_DOFUS? ;-) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:05:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA2F16A4CE; Mon, 16 Feb 2004 13:05:09 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3928643D1D; Mon, 16 Feb 2004 13:05:09 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 11A145C79A; Mon, 16 Feb 2004 13:05:04 -0800 (PST) Date: Mon, 16 Feb 2004 22:05:04 +0100 From: Maxime Henrion To: Poul-Henning Kamp Message-ID: <20040216210503.GC35475@elvis.mu.org> References: <28938.1076959003@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28938.1076959003@critter.freebsd.dk> User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Robert Watson cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:05:09 -0000 Poul-Henning Kamp wrote: > In message , Robe > rt Watson writes: > > >It seems like it all comes down to the perfectly reasonable desire to be > >able to represent the following request: > > > > Userspace wants me to allocate some memory. I don't know how large > > rediculous is, but I don't want to panic when I ask for something > > rediculous and instead get a failure I can report. > > Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID I suggested an M_SAFE patch for malloc(9) to Dag and did a patch for it already. The semantics are "return NULL and don't panic if I'm asking for too much". I find this useful because there are cases where we are asked to do something by an userland program, via a syscall or something else, that will require us to allocate X bytes of memory. In those cases, we generally make the code enforce artificial limits, to prevent the kernel form panic'ing. It's practically impossible to have meaningful limits, so we end up having yet another compile-time kernel option. There is also some code that totally ignores it, probably because the author didn't know about the panic() in kmem_malloc(). I find it very convenient to have a flag to tell malloc() to try as hard as it can to allocate the memory without crashing on us. I suspect this could allow us to remove a fair number of kernel compile-time options. The patch can be found at http://www.mu.org/~mux/patches/malloc.patch. Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD5816A4CE; Mon, 16 Feb 2004 13:10:35 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783CF43D3F; Mon, 16 Feb 2004 13:10:34 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 3206B5309; Mon, 16 Feb 2004 22:10:33 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3B3C35308; Mon, 16 Feb 2004 22:10:26 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 12E5D33C6F; Mon, 16 Feb 2004 22:10:26 +0100 (CET) To: Maxime Henrion References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 16 Feb 2004 22:10:26 +0100 In-Reply-To: <20040216210503.GC35475@elvis.mu.org> (Maxime Henrion's message of "Mon, 16 Feb 2004 22:05:04 +0100") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Robert Watson Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:10:36 -0000 Maxime Henrion writes: > I suggested an M_SAFE patch for malloc(9) to Dag and did a patch for it > already. Umm, I haven't seen anything from you on this subject. It sounds like a good idea; I wish I'd though of it myself :) DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:21:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B36ED16A4CE; Mon, 16 Feb 2004 13:21:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9895F43D1D; Mon, 16 Feb 2004 13:21:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLLxGe050652; Mon, 16 Feb 2004 13:21:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLLxJc050648; Mon, 16 Feb 2004 13:21:59 -0800 (PST) (envelope-from bmah) Message-Id: <200402162121.i1GLLxJc050648@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 13:21:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:21:59 -0000 bmah 2004/02/16 13:21:59 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/share/sgml release.ent Log: Version number bumps for the upcoming 5.2.1-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.15.2.4 +2 -2 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:23:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7DC16A4CE; Mon, 16 Feb 2004 13:23:16 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B8743D1F; Mon, 16 Feb 2004 13:23:16 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1GLNEnJ003975; Mon, 16 Feb 2004 14:23:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 16 Feb 2004 14:23:12 -0700 (MST) Message-Id: <20040216.142312.76327813.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040216120153.S80753@pooker.samsco.home> References: <20040216120153.S80753@pooker.samsco.home> 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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:23:16 -0000 In message: <20040216120153.S80753@pooker.samsco.home> Scott Long writes: : On Mon, 16 Feb 2004, Robert Watson wrote: : > : > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: : > : > > Log: : > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. : > > The calling code will either handle that gracefully or cause a page fault. : > : > Also, this turns an easily understood and widely documented kernel panic : > message into a page fault. Prior to this, users could google for the : > message and find documentation on increasing the size of the kernel : > address space. Now, it requires facility with the source code in order to : > figure out what it is going on (since the page fault trace won't include : > the memory allocation). : > : : Agreed on all points. I thought that there was along discussion on this : in the last 1-2 weeks and that all of these issues were brought up. : Please back this out, and lets focus on getting the sematics that you need : for procfs rather than just ruining the sematics for everything else. Please back this out. We worked for a long time to make M_WAITOK mean that the return value is never null. Warner From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:25:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274E916A4CE; Mon, 16 Feb 2004 13:25:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D28243D2D; Mon, 16 Feb 2004 13:25:05 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLP4Ge051062; Mon, 16 Feb 2004 13:25:04 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLP4wY051041; Mon, 16 Feb 2004 13:25:04 -0800 (PST) (envelope-from bmah) Message-Id: <200402162125.i1GLP4wY051041@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 13:25:04 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2.1R Makefile docbook.css early-adopter.html errata.html hardware-alpha.html hardware-amd64.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html hardware.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:25:05 -0000 bmah 2004/02/16 13:25:04 PST FreeBSD doc repository Added files: en/releases/5.2.1R Makefile docbook.css early-adopter.html errata.html hardware-alpha.html hardware-amd64.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html hardware.sgml installation-alpha.html installation-amd64.html installation-i386.html installation-ia64.html installation-pc98.html installation-sparc64.html readme.html relnotes-alpha.html relnotes-amd64.html relnotes-i386.html relnotes-ia64.html relnotes-pc98.html relnotes-sparc64.html relnotes.sgml Log: Commit HTML renditions (plus "glue pages") of 5.2.1 release documentation. Not hooked up to Web site build yet. Revision Changes Path 1.1 +28 -0 www/en/releases/5.2.1R/Makefile (new) 1.1 +165 -0 www/en/releases/5.2.1R/docbook.css (new) 1.1 +511 -0 www/en/releases/5.2.1R/early-adopter.html (new) 1.1 +123 -0 www/en/releases/5.2.1R/errata.html (new) 1.1 +4297 -0 www/en/releases/5.2.1R/hardware-alpha.html (new) 1.1 +1573 -0 www/en/releases/5.2.1R/hardware-amd64.html (new) 1.1 +2315 -0 www/en/releases/5.2.1R/hardware-i386.html (new) 1.1 +623 -0 www/en/releases/5.2.1R/hardware-ia64.html (new) 1.1 +1790 -0 www/en/releases/5.2.1R/hardware-pc98.html (new) 1.1 +633 -0 www/en/releases/5.2.1R/hardware-sparc64.html (new) 1.1 +31 -0 www/en/releases/5.2.1R/hardware.sgml (new) 1.1 +1167 -0 www/en/releases/5.2.1R/installation-alpha.html (new) 1.1 +1092 -0 www/en/releases/5.2.1R/installation-amd64.html (new) 1.1 +1562 -0 www/en/releases/5.2.1R/installation-i386.html (new) 1.1 +870 -0 www/en/releases/5.2.1R/installation-ia64.html (new) 1.1 +990 -0 www/en/releases/5.2.1R/installation-pc98.html (new) 1.1 +924 -0 www/en/releases/5.2.1R/installation-sparc64.html (new) 1.1 +425 -0 www/en/releases/5.2.1R/readme.html (new) 1.1 +1154 -0 www/en/releases/5.2.1R/relnotes-alpha.html (new) 1.1 +1161 -0 www/en/releases/5.2.1R/relnotes-amd64.html (new) 1.1 +1263 -0 www/en/releases/5.2.1R/relnotes-i386.html (new) 1.1 +1155 -0 www/en/releases/5.2.1R/relnotes-ia64.html (new) 1.1 +1223 -0 www/en/releases/5.2.1R/relnotes-pc98.html (new) 1.1 +1181 -0 www/en/releases/5.2.1R/relnotes-sparc64.html (new) 1.1 +30 -0 www/en/releases/5.2.1R/relnotes.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:25:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D11416A4CE; Mon, 16 Feb 2004 13:25:47 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1902243D1F; Mon, 16 Feb 2004 13:25:47 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1GLPgnJ004013; Mon, 16 Feb 2004 14:25:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 16 Feb 2004 14:25:40 -0700 (MST) Message-Id: <20040216.142540.32721629.imp@bsdimp.com> To: mux@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040216210503.GC35475@elvis.mu.org> References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.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: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: rwatson@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:25:47 -0000 In message: <20040216210503.GC35475@elvis.mu.org> Maxime Henrion writes: : Poul-Henning Kamp wrote: : > In message , Robe : > rt Watson writes: : > : > >It seems like it all comes down to the perfectly reasonable desire to be : > >able to represent the following request: : > > : > > Userspace wants me to allocate some memory. I don't know how large : > > rediculous is, but I don't want to panic when I ask for something : > > rediculous and instead get a failure I can report. : > : > Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID : : I suggested an M_SAFE patch for malloc(9) to Dag and did a patch for it : already. The semantics are "return NULL and don't panic if I'm asking : for too much". I find this useful because there are cases where we are : asked to do something by an userland program, via a syscall or something : else, that will require us to allocate X bytes of memory. In those : cases, we generally make the code enforce artificial limits, to prevent : the kernel form panic'ing. It's practically impossible to have : meaningful limits, so we end up having yet another compile-time kernel : option. There is also some code that totally ignores it, probably : because the author didn't know about the panic() in kmem_malloc(). : : I find it very convenient to have a flag to tell malloc() to try as hard : as it can to allocate the memory without crashing on us. I suspect this : could allow us to remove a fair number of kernel compile-time options. : : The patch can be found at http://www.mu.org/~mux/patches/malloc.patch. How would that be different than M_NOWAIT and then trying again a couple of times? Each time will fail if it is too big. And that's not meaningfully distinguishable from there not being enough memory currently available to satisfy the request. Warner From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:31:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F196016A4CE; Mon, 16 Feb 2004 13:31:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D850043D1F; Mon, 16 Feb 2004 13:31:14 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLVEGe052214; Mon, 16 Feb 2004 13:31:14 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLVEmP052210; Mon, 16 Feb 2004 13:31:14 -0800 (PST) (envelope-from des) Message-Id: <200402162131.i1GLVEmP052210@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 13:31:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys libkern.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:31:15 -0000 des 2004/02/16 13:31:14 PST FreeBSD src repository Modified files: sys/sys libkern.h Log: Back out previous commit; it doesn't seem to do what I thought it does. Revision Changes Path 1.44 +0 -8 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:37:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17AED16A4CE; Mon, 16 Feb 2004 13:37:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F082743D1F; Mon, 16 Feb 2004 13:36:59 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLaxGe053282; Mon, 16 Feb 2004 13:36:59 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLaxWG053281; Mon, 16 Feb 2004 13:36:59 -0800 (PST) (envelope-from des) Message-Id: <200402162136.i1GLaxWG053281@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 16 Feb 2004 13:36:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_kern.c src/share/man/man9 malloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:37:00 -0000 des 2004/02/16 13:36:59 PST FreeBSD src repository Modified files: sys/vm vm_kern.c share/man/man9 malloc.9 Log: Back out previous commit due to objections. Revision Changes Path 1.38 +5 -6 src/share/man/man9/malloc.9 1.114 +0 -2 src/sys/vm/vm_kern.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:46:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4069016A4CE; Mon, 16 Feb 2004 13:46:02 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3954943D2F; Mon, 16 Feb 2004 13:46:02 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 2BF705C78A; Mon, 16 Feb 2004 13:46:02 -0800 (PST) Date: Mon, 16 Feb 2004 22:46:02 +0100 From: Maxime Henrion To: "M. Warner Losh" Message-ID: <20040216214602.GD35475@elvis.mu.org> References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.org> <20040216.142540.32721629.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040216.142540.32721629.imp@bsdimp.com> User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: rwatson@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:46:02 -0000 M. Warner Losh wrote: > In message: <20040216210503.GC35475@elvis.mu.org> > Maxime Henrion writes: > : Poul-Henning Kamp wrote: > : > In message , Robe > : > rt Watson writes: > : > > : > >It seems like it all comes down to the perfectly reasonable desire to be > : > >able to represent the following request: > : > > > : > > Userspace wants me to allocate some memory. I don't know how large > : > > rediculous is, but I don't want to panic when I ask for something > : > > rediculous and instead get a failure I can report. > : > > : > Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID > : > : I suggested an M_SAFE patch for malloc(9) to Dag and did a patch for it > : already. The semantics are "return NULL and don't panic if I'm asking > : for too much". I find this useful because there are cases where we are > : asked to do something by an userland program, via a syscall or something > : else, that will require us to allocate X bytes of memory. In those > : cases, we generally make the code enforce artificial limits, to prevent > : the kernel form panic'ing. It's practically impossible to have > : meaningful limits, so we end up having yet another compile-time kernel > : option. There is also some code that totally ignores it, probably > : because the author didn't know about the panic() in kmem_malloc(). > : > : I find it very convenient to have a flag to tell malloc() to try as hard > : as it can to allocate the memory without crashing on us. I suspect this > : could allow us to remove a fair number of kernel compile-time options. > : > : The patch can be found at http://www.mu.org/~mux/patches/malloc.patch. > > How would that be different than M_NOWAIT and then trying again a > couple of times? Each time will fail if it is too big. And that's > not meaningfully distinguishable from there not being enough memory > currently available to satisfy the request. Because if there is a memory shortage but it's possible to get the requested amount of memory later (because it's smaller than kmem_map), M_WAITOK | M_SAFE won't fail but wait while M_NOWAIT will fail right away. Why trying again when we already have a flag for this? What this patch does is allow to call malloc(verybignumber) without crashing to help in cases where it's hard to define what's a reasonable size. Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:47:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDD416A4CE; Mon, 16 Feb 2004 13:47:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D8743D1F; Mon, 16 Feb 2004 13:47:46 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLlkGe055456; Mon, 16 Feb 2004 13:47:46 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLlkXx055455; Mon, 16 Feb 2004 13:47:46 -0800 (PST) (envelope-from sergei) Message-Id: <200402162147.i1GLlkXx055455@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 16 Feb 2004 13:47:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/buildtool Makefile distinfo pkg-plist ports/devel/buildtool-doc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:47:46 -0000 sergei 2004/02/16 13:47:46 PST FreeBSD ports repository Modified files: devel/buildtool Makefile distinfo pkg-plist devel/buildtool-doc Makefile distinfo pkg-plist Log: - Update to 0.15 Revision Changes Path 1.3 +1 -1 ports/devel/buildtool-doc/Makefile 1.3 +2 -2 ports/devel/buildtool-doc/distinfo 1.2 +4 -3 ports/devel/buildtool-doc/pkg-plist 1.17 +1 -1 ports/devel/buildtool/Makefile 1.14 +2 -2 ports/devel/buildtool/distinfo 1.14 +6 -25 ports/devel/buildtool/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 7 10:34:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C26D16A4CE; Sat, 7 Feb 2004 10:34:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6AA43D1D; Sat, 7 Feb 2004 10:34:58 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i17IYv0B064141; Sat, 7 Feb 2004 10:34:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i17IYvf7064140; Sat, 7 Feb 2004 10:34:57 -0800 (PST) (envelope-from krion) Message-Id: <200402071834.i17IYvf7064140@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 7 Feb 2004 10:34:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gmime2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 07 Feb 2004 18:34:58 -0000 krion 2004/02/07 10:34:57 PST FreeBSD ports repository Modified files: mail/gmime2 Makefile Log: - Fix MASTER_SITES Revision Changes Path 1.13 +1 -2 ports/mail/gmime2/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 7 23:34:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F9216A4CE; Sat, 7 Feb 2004 23:34:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B3F43D1D; Sat, 7 Feb 2004 23:34:47 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i187Yl0B063186; Sat, 7 Feb 2004 23:34:47 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i187YkEF063185; Sat, 7 Feb 2004 23:34:46 -0800 (PST) (envelope-from dougb) Message-Id: <200402080734.i187YkEF063185@repoman.freebsd.org> From: Doug Barton Date: Sat, 7 Feb 2004 23:34:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/nut/files patch-drivers::mge-shut.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 08 Feb 2004 07:34:47 -0000 dougb 2004/02/07 23:34:46 PST FreeBSD ports repository Removed files: sysutils/nut/files patch-drivers::mge-shut.h Log: This patch has been incorporated into the new release. Revision Changes Path 1.2 +0 -11 ports/sysutils/nut/files/patch-drivers::mge-shut.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 10 12:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2AC16A4CE; Tue, 10 Feb 2004 12:34:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F3E43D1F; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1AKYiGe052473; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1AKYiWe052472; Tue, 10 Feb 2004 12:34:44 -0800 (PST) (envelope-from jmg) Message-Id: <200402102034.i1AKYiWe052472@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 10 Feb 2004 12:34:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 BUS_SETUP_INTR.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 20:34:45 -0000 jmg 2004/02/10 12:34:44 PST FreeBSD src repository Modified files: share/man/man9 BUS_SETUP_INTR.9 Log: add verbage about how once BUS_TEARDOWN_INTR returns, the interrupt will no longer be active or called.. Also document requirement that no mutexes be held across calls to these functions.. Reviewed by: jhb, rwatson Revision Changes Path 1.17 +6 -0 src/share/man/man9/BUS_SETUP_INTR.9 From owner-cvs-all@FreeBSD.ORG Tue Feb 10 13:35:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0154916A4CE; Tue, 10 Feb 2004 13:35:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1D543D1D; Tue, 10 Feb 2004 13:35:03 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ALZ3Ge072647; Tue, 10 Feb 2004 13:35:03 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ALZ3Kj072646; Tue, 10 Feb 2004 13:35:03 -0800 (PST) (envelope-from linimon) Message-Id: <200402102135.i1ALZ3Kj072646@repoman.freebsd.org> From: Mark Linimon Date: Tue, 10 Feb 2004 13:35:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/chkrootkit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 10 Feb 2004 21:35:04 -0000 linimon 2004/02/10 13:35:03 PST FreeBSD ports repository Modified files: security/chkrootkit Makefile distinfo Log: Update to 0.43: C++ comments removed from chkproc.c. New rootkits detected: AjaKit and zaRwT. New CGI backdoors detected. ifpromisc.c: better detection of promisc mode on newer Linux kernels. New command line option (-n) to skip NFS mounted dirs. Minor bug corrections. PR: ports/62577 Submitted by: Luiz E. R. Cordeiro (maintainer) Revision Changes Path 1.19 +1 -1 ports/security/chkrootkit/Makefile 1.14 +1 -1 ports/security/chkrootkit/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 12 15:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0983616A4CE; Thu, 12 Feb 2004 15:35:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3ADD43D2F; Thu, 12 Feb 2004 15:35:00 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1CNZ0Ge029593; Thu, 12 Feb 2004 15:35:00 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1CNZ0RS029592; Thu, 12 Feb 2004 15:35:00 -0800 (PST) (envelope-from ache) Message-Id: <200402122335.i1CNZ0RS029592@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 12 Feb 2004 15:35:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile pkg-message ports/mail/milter-sender/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 23:35:01 -0000 ache 2004/02/12 15:35:00 PST FreeBSD ports repository Modified files: mail/milter-sender Makefile pkg-message mail/milter-sender/files patch-ab Log: Move statedir to /var/spool Revision Changes Path 1.23 +2 -1 ports/mail/milter-sender/Makefile 1.6 +1 -1 ports/mail/milter-sender/files/patch-ab 1.4 +1 -1 ports/mail/milter-sender/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Feb 14 14:29:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6239D16A4CE; Sat, 14 Feb 2004 14:29:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4855743D1D; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1EMT3Ge039347; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1EMT3EN039346; Sat, 14 Feb 2004 14:29:03 -0800 (PST) (envelope-from marcel) Message-Id: <200402142229.i1EMT3EN039346@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 14 Feb 2004 14:29:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libdisk write_ia64_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Feb 2004 22:29:03 -0000 marcel 2004/02/14 14:29:03 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libdisk write_ia64_disk.c Log: MFC rev 1.14 (uninitialized variable) and 1.15 (non-close of disk device). Approved: re (scottl) Revision Changes Path 1.13.2.1 +4 -7 src/lib/libdisk/write_ia64_disk.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 13:54:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABFE716A4CE; Mon, 16 Feb 2004 13:54:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9181A43D1D; Mon, 16 Feb 2004 13:54:12 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GLsCGe057436; Mon, 16 Feb 2004 13:54:12 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GLsCQ0057435; Mon, 16 Feb 2004 13:54:12 -0800 (PST) (envelope-from sergei) Message-Id: <200402162154.i1GLsCQ0057435@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 16 Feb 2004 13:54:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/skalibs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:54:12 -0000 sergei 2004/02/16 13:54:12 PST FreeBSD ports repository Modified files: devel/skalibs Makefile distinfo pkg-plist Log: - Update to 0.40 Revision Changes Path 1.7 +1 -1 ports/devel/skalibs/Makefile 1.7 +2 -2 ports/devel/skalibs/distinfo 1.5 +3 -1 ports/devel/skalibs/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:00:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5154C16A4CE; Mon, 16 Feb 2004 14:00:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 378A443D1F; Mon, 16 Feb 2004 14:00:54 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GM0sGe057812; Mon, 16 Feb 2004 14:00:54 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GM0r1G057810; Mon, 16 Feb 2004 14:00:53 -0800 (PST) (envelope-from sergei) Message-Id: <200402162200.i1GM0r1G057810@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 16 Feb 2004 14:00:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailfront Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:00:54 -0000 sergei 2004/02/16 14:00:53 PST FreeBSD ports repository Modified files: mail/mailfront Makefile distinfo pkg-plist Log: - Update to 0.90 Revision Changes Path 1.7 +2 -1 ports/mail/mailfront/Makefile 1.6 +2 -2 ports/mail/mailfront/distinfo 1.4 +2 -2 ports/mail/mailfront/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:03:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615B216A4CE; Mon, 16 Feb 2004 14:03:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4642043D2F; Mon, 16 Feb 2004 14:03:58 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GM3wGe060495; Mon, 16 Feb 2004 14:03:58 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GM3wkw060494; Mon, 16 Feb 2004 14:03:58 -0800 (PST) (envelope-from sergei) Message-Id: <200402162203.i1GM3wkw060494@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 16 Feb 2004 14:03:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/runit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:03:58 -0000 sergei 2004/02/16 14:03:58 PST FreeBSD ports repository Modified files: sysutils/runit Makefile distinfo Log: - Update to 1.0.0 Revision Changes Path 1.8 +1 -1 ports/sysutils/runit/Makefile 1.8 +2 -2 ports/sysutils/runit/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:04:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2491416A4CE; Mon, 16 Feb 2004 14:04:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FC043D3F; Mon, 16 Feb 2004 14:04:12 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GM4BGe060526; Mon, 16 Feb 2004 14:04:11 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GM4B9h060525; Mon, 16 Feb 2004 14:04:11 -0800 (PST) (envelope-from trhodes) Message-Id: <200402162204.i1GM4B9h060525@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 16 Feb 2004 14:04:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:04:12 -0000 trhodes 2004/02/16 14:04:11 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Bring in ACPI debugging documentation. In collaboration with: njl, Peter Schultz Revision Changes Path 1.139 +510 -28 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:07:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EC816A4CE; Mon, 16 Feb 2004 14:07:00 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id B163143D1D; Mon, 16 Feb 2004 14:06:59 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1GM6wLE020230; Tue, 17 Feb 2004 09:06:58 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1GM6u0I015506; Tue, 17 Feb 2004 09:06:57 +1100 Date: Tue, 17 Feb 2004 09:06:56 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Robert Watson In-Reply-To: Message-ID: <20040217084935.T15065@gamplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:07:00 -0000 On Mon, 16 Feb 2004, Robert Watson wrote: > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: I think you mean: "On Mon, 16 Feb 2004, someone using Dag-Erling Smorgrav's terminal wrote:" > > > Log: > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > > The calling code will either handle that gracefully or cause a page fault. This is just a bug. > Also, this turns an easily understood and widely documented kernel panic > message into a page fault. Prior to this, users could google for the > message and find documentation on increasing the size of the kernel > address space. Now, it requires facility with the source code in order to > figure out what it is going on (since the page fault trace won't include > the memory allocation). I disagree that a panic is better than a page fault. Page faults are much easier to debug. They are restartable using a debugger in all cases, and can be made to not repeat endlessly in some cases. But they should not occur after M_WAITOK malloc's, since the main reason for existence of M_WAITOK is to avoid having to handle malloc() returning NULL. Actually, a panic still occurs for the main consumer (malloc(9)) if INVARIANTS is configured, and the collateral change to malloc()'s documentation is wrong in this case. The panic message is just even less useful than the old one: old panic message: panic("kmem_malloc(%ld): kmem_map too small: %ld total allocated", (long)size, (long)map->size); new panic message (if the allocation is done by malloc()): if (flags & M_WAITOK) KASSERT(va != NULL, ("malloc(M_WAITOK) returned NULL")); BTW, the old panic message has lots of printf format errors (sizes may be truncated by casting them down and the casts don't even preserve unsignedness) and style bugs (a long line and wrong continuation indent). Bruce From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:09:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E1116A4CE; Mon, 16 Feb 2004 14:09:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F043D1D; Mon, 16 Feb 2004 14:09:47 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GM9lGe060765; Mon, 16 Feb 2004 14:09:47 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GM9luE060764; Mon, 16 Feb 2004 14:09:47 -0800 (PST) (envelope-from sergei) Message-Id: <200402162209.i1GM9luE060764@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 16 Feb 2004 14:09:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/tmda Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:09:48 -0000 sergei 2004/02/16 14:09:47 PST FreeBSD ports repository Modified files: mail/tmda Makefile distinfo pkg-plist Log: - Update to 1.0.2 Revision Changes Path 1.51 +3 -3 ports/mail/tmda/Makefile 1.45 +2 -2 ports/mail/tmda/distinfo 1.35 +1 -9 ports/mail/tmda/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:21:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABF416A4CE; Mon, 16 Feb 2004 14:21:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08D243D1D; Mon, 16 Feb 2004 14:21:16 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMLGGe063814; Mon, 16 Feb 2004 14:21:16 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMLGHu063810; Mon, 16 Feb 2004 14:21:16 -0800 (PST) (envelope-from bms) Message-Id: <200402162221.i1GMLGHu063810@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 14:21:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 tcp.4 src/sys/netinet tcp.h tcp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:21:17 -0000 bms 2004/02/16 14:21:16 PST FreeBSD src repository Modified files: share/man/man4 tcp.4 sys/netinet tcp.h tcp_usrreq.c Log: Shorten the name of the socket option used to enable TCP-MD5 packet treatment. Submitted by: Vincent Jardin Revision Changes Path 1.41 +2 -2 src/share/man/man4/tcp.4 1.23 +1 -1 src/sys/netinet/tcp.h 1.95 +2 -2 src/sys/netinet/tcp_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:21:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5BE16A4CE; Mon, 16 Feb 2004 14:21:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F244043D1D; Mon, 16 Feb 2004 14:21:47 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMLlGe064308; Mon, 16 Feb 2004 14:21:47 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMLlEv064307; Mon, 16 Feb 2004 14:21:47 -0800 (PST) (envelope-from bms) Message-Id: <200402162221.i1GMLlEv064307@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 16 Feb 2004 14:21:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 tcp.4 src/sys/netinet tcp.h tcp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:21:48 -0000 bms 2004/02/16 14:21:47 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 tcp.4 sys/netinet tcp.h tcp_usrreq.c Log: MFC: Shorten the name of the socket option used to enable TCP-MD5 packet treatment. Submitted by: Vincent Jardin Revision Changes Path 1.11.2.16 +2 -2 src/share/man/man4/tcp.4 1.13.2.5 +1 -1 src/sys/netinet/tcp.h 1.51.2.19 +2 -2 src/sys/netinet/tcp_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C9D16A4CE; Mon, 16 Feb 2004 14:23:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD2F43D1D; Mon, 16 Feb 2004 14:23:34 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMNYGe064868; Mon, 16 Feb 2004 14:23:34 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMNY4w064867; Mon, 16 Feb 2004 14:23:34 -0800 (PST) (envelope-from ache) Message-Id: <200402162223.i1GMNY4w064867@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 14:23:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.include.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:23:35 -0000 ache 2004/02/16 14:23:34 PST FreeBSD src repository Modified files: etc/mtree BSD.include.dist Log: Add "gnu" to the list of subdirs Revision Changes Path 1.79 +2 -0 src/etc/mtree/BSD.include.dist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:32:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C280A16A4CE; Mon, 16 Feb 2004 14:32:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A836243D1F; Mon, 16 Feb 2004 14:32:13 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMWDGe066692; Mon, 16 Feb 2004 14:32:13 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMWD4L066688; Mon, 16 Feb 2004 14:32:13 -0800 (PST) (envelope-from ache) Message-Id: <200402162232.i1GMWD4L066688@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 14:32:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libregex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:32:13 -0000 ache 2004/02/16 14:32:13 PST FreeBSD src repository Modified files: gnu/lib/libregex Makefile Log: Install regex.h under include/gnu Revision Changes Path 1.25 +1 -1 src/gnu/lib/libregex/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:39:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854DA16A4CE; Mon, 16 Feb 2004 14:39:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985B43D2D; Mon, 16 Feb 2004 14:39:49 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMdnGe067260; Mon, 16 Feb 2004 14:39:49 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMdngP067259; Mon, 16 Feb 2004 14:39:49 -0800 (PST) (envelope-from adamw) Message-Id: <200402162239.i1GMdngP067259@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 16 Feb 2004 14:39:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:39:49 -0000 adamw 2004/02/16 14:39:49 PST FreeBSD doc repository Modified files: en/gnome index.xsl Log: Grammar, spelling, and readability fixes. Revision Changes Path 1.47 +9 -9 www/en/gnome/index.xsl From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:43:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D375D16A4CE; Mon, 16 Feb 2004 14:43:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF76F43D1F; Mon, 16 Feb 2004 14:43:05 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMh5Ge069201; Mon, 16 Feb 2004 14:43:05 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMh5K2069199; Mon, 16 Feb 2004 14:43:05 -0800 (PST) (envelope-from ache) Message-Id: <200402162243.i1GMh5K2069199@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 14:43:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/grep Makefile config.hin dfa.c getopt.c getopt.h getopt1.c search.c stpcpy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:43:06 -0000 ache 2004/02/16 14:43:05 PST FreeBSD src repository Modified files: gnu/usr.bin/grep Makefile dfa.c search.c Removed files: gnu/usr.bin/grep config.hin getopt.c getopt.h getopt1.c stpcpy.c Log: 1) Remove files no longer needed. 2) Switch back to regex.h Revision Changes Path 1.27 +2 -2 src/gnu/usr.bin/grep/Makefile 1.2 +0 -185 src/gnu/usr.bin/grep/config.hin (dead) 1.13 +1 -5 src/gnu/usr.bin/grep/dfa.c 1.7 +0 -1049 src/gnu/usr.bin/grep/getopt.c (dead) 1.7 +0 -169 src/gnu/usr.bin/grep/getopt.h (dead) 1.2 +0 -189 src/gnu/usr.bin/grep/getopt1.c (dead) 1.11 +1 -5 src/gnu/usr.bin/grep/search.c 1.2 +0 -52 src/gnu/usr.bin/grep/stpcpy.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433D316A4CE; Mon, 16 Feb 2004 14:46:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290D143D1D; Mon, 16 Feb 2004 14:46:15 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMkFGe069404; Mon, 16 Feb 2004 14:46:15 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMkEUi069403; Mon, 16 Feb 2004 14:46:14 -0800 (PST) (envelope-from trhodes) Message-Id: <200402162246.i1GMkEUi069403@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 16 Feb 2004 14:46:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:46:15 -0000 trhodes 2004/02/16 14:46:14 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Merge the last updates I have for ACPI. This just includes markup fixes and the like. Revision Changes Path 1.140 +62 -57 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:54:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FEF016A4CE; Mon, 16 Feb 2004 14:54:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F6543D1F; Mon, 16 Feb 2004 14:54:46 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMskGe071552; Mon, 16 Feb 2004 14:54:46 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMskj7071551; Mon, 16 Feb 2004 14:54:46 -0800 (PST) (envelope-from ache) Message-Id: <200402162254.i1GMskj7071551@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 14:54:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/diff FREEBSD-upgrade diff.h getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:54:46 -0000 ache 2004/02/16 14:54:46 PST FreeBSD src repository Modified files: contrib/diff FREEBSD-upgrade diff.h Removed files: contrib/diff getopt.c getopt.h getopt1.c Log: Remove files no longer needed Switch back to regex.h Revision Changes Path 1.2 +2 -0 src/contrib/diff/FREEBSD-upgrade 1.3 +1 -4 src/contrib/diff/diff.h 1.2 +0 -748 src/contrib/diff/getopt.c (dead) 1.2 +0 -129 src/contrib/diff/getopt.h (dead) 1.2 +0 -180 src/contrib/diff/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:55:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F44316A4CE; Mon, 16 Feb 2004 14:55:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254EC43D1F; Mon, 16 Feb 2004 14:55:04 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMt3Ge071611; Mon, 16 Feb 2004 14:55:03 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMt3LH071610; Mon, 16 Feb 2004 14:55:03 -0800 (PST) (envelope-from trhodes) Message-Id: <200402162255.i1GMt3LH071610@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 16 Feb 2004 14:55:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj handbook3.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:55:04 -0000 trhodes 2004/02/16 14:55:03 PST FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Note that the ACPI task is complete. Revision Changes Path 1.29 +2 -2 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 14:56:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7121A16A4CE; Mon, 16 Feb 2004 14:56:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5633543D1F; Mon, 16 Feb 2004 14:56:37 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMubGe071723; Mon, 16 Feb 2004 14:56:37 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMubbR071722; Mon, 16 Feb 2004 14:56:37 -0800 (PST) (envelope-from ache) Message-Id: <200402162256.i1GMubbR071722@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 14:56:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/diff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:56:37 -0000 ache 2004/02/16 14:56:37 PST FreeBSD src repository Modified files: gnu/usr.bin/diff Makefile Log: Remove files no longer needed Switch back to regex.h Revision Changes Path 1.15 +3 -2 src/gnu/usr.bin/diff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:00:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C6816A4CF; Mon, 16 Feb 2004 15:00:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F01543D1F; Mon, 16 Feb 2004 15:00:07 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GN07Ge071931; Mon, 16 Feb 2004 15:00:07 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GN066E071930; Mon, 16 Feb 2004 15:00:06 -0800 (PST) (envelope-from simon) Message-Id: <200402162300.i1GN066E071930@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 16 Feb 2004 15:00:06 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:00:07 -0000 simon 2004/02/16 15:00:06 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Add id attribute to a sect1 to avoid generating random filenames in html-split output. Revision Changes Path 1.4 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:04:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C6F16A4D0; Mon, 16 Feb 2004 15:04:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A3343D2D; Mon, 16 Feb 2004 15:04:52 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GN4qGe074763; Mon, 16 Feb 2004 15:04:52 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GN4qw2074762; Mon, 16 Feb 2004 15:04:52 -0800 (PST) (envelope-from le) Message-Id: <200402162304.i1GN4qw2074762@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 16 Feb 2004 15:04:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:04:52 -0000 le 2004/02/16 15:04:52 PST FreeBSD src repository Modified files: sbin/vinum commands.c Log: Also remove "makedev" from the online help. Revision Changes Path 1.57 +0 -2 src/sbin/vinum/commands.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:07:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569A416A4CE; Mon, 16 Feb 2004 15:07:25 -0800 (PST) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C527243D1D; Mon, 16 Feb 2004 15:07:24 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) i1GN7Inw1371214; Tue, 17 Feb 2004 00:07:20 +0100 Date: Tue, 17 Feb 2004 00:07:14 +0100 (CET) From: Lukas Ertl To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200402162304.i1GN4qw2074762@repoman.freebsd.org> Message-ID: <20040217000653.D614@korben.in.tern> References: <200402162304.i1GN4qw2074762@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4244; Body=0 Fuz1=0 Fuz2=0 Subject: Re: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:07:25 -0000 On Mon, 16 Feb 2004, Lukas Ertl wrote: > le 2004/02/16 15:04:52 PST > > FreeBSD src repository > > Modified files: > sbin/vinum commands.c > Log: > Also remove "makedev" from the online help. Of course: Approved by: grog (mentor) -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:14:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B919016A4CE; Mon, 16 Feb 2004 15:14:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E73F43D2D; Mon, 16 Feb 2004 15:14:13 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNEDGe076989; Mon, 16 Feb 2004 15:14:13 -0800 (PST) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNEDHm076988; Mon, 16 Feb 2004 15:14:13 -0800 (PST) (envelope-from le) Message-Id: <200402162314.i1GNEDHm076988@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 16 Feb 2004 15:14:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:14:13 -0000 le 2004/02/16 15:14:13 PST FreeBSD src repository Modified files: sys/dev/vinum vinumvar.h Log: Remove some more 'makedev' related macros. Approved by: grog (mentor) Revision Changes Path 1.47 +0 -10 src/sys/dev/vinum/vinumvar.h From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:20:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A42F16A4CE; Mon, 16 Feb 2004 15:20:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616BF43D2D; Mon, 16 Feb 2004 15:20:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNKwGe077320; Mon, 16 Feb 2004 15:20:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNKwJp077319; Mon, 16 Feb 2004 15:20:58 -0800 (PST) (envelope-from kris) Message-Id: <200402162320.i1GNKwJp077319@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:20:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ccscript Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:20:58 -0000 kris 2004/02/16 15:20:58 PST FreeBSD ports repository Modified files: lang/ccscript Makefile Log: BROKEN: Broken dependency Revision Changes Path 1.12 +2 -0 ports/lang/ccscript/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:22:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2DA16A4CF; Mon, 16 Feb 2004 15:22:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120A343D2F; Mon, 16 Feb 2004 15:22:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNLxGe078693; Mon, 16 Feb 2004 15:21:59 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNLx30078692; Mon, 16 Feb 2004 15:21:59 -0800 (PST) (envelope-from kris) Message-Id: <200402162321.i1GNLx30078692@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:21:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/lirc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:22:00 -0000 kris 2004/02/16 15:21:59 PST FreeBSD ports repository Modified files: comms/lirc Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.5 +2 -0 ports/comms/lirc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:23:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786C016A4CE; Mon, 16 Feb 2004 15:23:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D62043D3F; Mon, 16 Feb 2004 15:23:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNNHGe079107; Mon, 16 Feb 2004 15:23:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNNHSs079106; Mon, 16 Feb 2004 15:23:17 -0800 (PST) (envelope-from kris) Message-Id: <200402162323.i1GNNHSs079106@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:23:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/scoop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:23:17 -0000 kris 2004/02/16 15:23:17 PST FreeBSD ports repository Modified files: www/scoop Makefile Log: BROKEN: Inconsistent dependencies (mysql-client 3.x and 4.x). This port will be removed on April 16 if still broken at that time. Revision Changes Path 1.4 +3 -0 ports/www/scoop/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:24:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D8916A4CE; Mon, 16 Feb 2004 15:24:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB06343D1D; Mon, 16 Feb 2004 15:24:20 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNOKGe079152; Mon, 16 Feb 2004 15:24:20 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNOK9n079151; Mon, 16 Feb 2004 15:24:20 -0800 (PST) (envelope-from kris) Message-Id: <200402162324.i1GNOK9n079151@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:24:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/xclass Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:24:21 -0000 kris 2004/02/16 15:24:20 PST FreeBSD ports repository Modified files: x11-toolkits/xclass Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.3 +7 -1 ports/x11-toolkits/xclass/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:25:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB28316A4CE; Mon, 16 Feb 2004 15:25:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B250343D2D; Mon, 16 Feb 2004 15:25:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNPLGe079265; Mon, 16 Feb 2004 15:25:21 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNPLvE079264; Mon, 16 Feb 2004 15:25:21 -0800 (PST) (envelope-from kris) Message-Id: <200402162325.i1GNPLvE079264@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:25:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xchadance Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:25:21 -0000 kris 2004/02/16 15:25:21 PST FreeBSD ports repository Modified files: games/xchadance Makefile Log: BROKEN: Unfetchable. This port will be removed on April 16 if still broken at that time. Revision Changes Path 1.12 +3 -0 ports/games/xchadance/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:26:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C543C16A4CE; Mon, 16 Feb 2004 15:26:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE3543D2F; Mon, 16 Feb 2004 15:26:18 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNQIGe079387; Mon, 16 Feb 2004 15:26:18 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNQI2O079386; Mon, 16 Feb 2004 15:26:18 -0800 (PST) (envelope-from kris) Message-Id: <200402162326.i1GNQI2O079386@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:26:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/netshow Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:26:19 -0000 kris 2004/02/16 15:26:18 PST FreeBSD ports repository Modified files: multimedia/netshow Makefile Log: BROKEN: Checksum mismatch. This port is scheduled for removal on April 16 if still broken at that time. Revision Changes Path 1.19 +3 -0 ports/multimedia/netshow/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:26:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1435016A4CE; Mon, 16 Feb 2004 15:26:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD4543D2D; Mon, 16 Feb 2004 15:26:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNQvGe079432; Mon, 16 Feb 2004 15:26:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNQvkZ079431; Mon, 16 Feb 2004 15:26:57 -0800 (PST) (envelope-from kris) Message-Id: <200402162326.i1GNQvkZ079431@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:26:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/linux-mozillafirebird-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:26:58 -0000 kris 2004/02/16 15:26:57 PST FreeBSD ports repository Modified files: japanese/linux-mozillafirebird-gtk1 Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.2 +2 -0 ports/japanese/linux-mozillafirebird-gtk1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:25:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C37A16A4CE; Mon, 16 Feb 2004 15:25:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A4943D2D; Mon, 16 Feb 2004 15:25:50 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNPoGe079350; Mon, 16 Feb 2004 15:25:50 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNPode079349; Mon, 16 Feb 2004 15:25:50 -0800 (PST) (envelope-from ache) Message-Id: <200402162325.i1GNPode079349@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 15:25:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cvs/cvs Makefilesrc/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:25:50 -0000 ache 2004/02/16 15:25:50 PST FreeBSD src repository Modified files: gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/lib Makefile gnu/usr.bin/cvs/libdiff Makefile Log: Switch back to regex.h and fix error when mismatched regex.h used with system libgnuregex Revision Changes Path 1.43 +4 -2 src/gnu/usr.bin/cvs/cvs/Makefile 1.24 +4 -1 src/gnu/usr.bin/cvs/lib/Makefile 1.7 +4 -1 src/gnu/usr.bin/cvs/libdiff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:31:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C44B16A4CE; Mon, 16 Feb 2004 15:31:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4004D43D31; Mon, 16 Feb 2004 15:31:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNVoGe080919; Mon, 16 Feb 2004 15:31:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNVoWe080918; Mon, 16 Feb 2004 15:31:50 -0800 (PST) (envelope-from kris) Message-Id: <200402162331.i1GNVoWe080918@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:31:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/mupad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:31:50 -0000 kris 2004/02/16 15:31:50 PST FreeBSD ports repository Modified files: math/mupad Makefile Log: BROKEN: Checksum mismatch. This port is scheduled for removal on April 16 if it is still broken at that time. Revision Changes Path 1.13 +2 -0 ports/math/mupad/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:32:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6158816A4D0; Mon, 16 Feb 2004 15:32:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4756E43D1D; Mon, 16 Feb 2004 15:32:44 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNWiGe081518; Mon, 16 Feb 2004 15:32:44 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNWiJc081517; Mon, 16 Feb 2004 15:32:44 -0800 (PST) (envelope-from kris) Message-Id: <200402162332.i1GNWiJc081517@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:32:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/swftools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:32:44 -0000 kris 2004/02/16 15:32:44 PST FreeBSD ports repository Modified files: graphics/swftools Makefile Log: BROKEN: Does not compile Revision Changes Path 1.15 +2 -0 ports/graphics/swftools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:35:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD4F16A4CE; Mon, 16 Feb 2004 15:35:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936E643D1D; Mon, 16 Feb 2004 15:35:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNZqGe081684; Mon, 16 Feb 2004 15:35:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNZq5H081683; Mon, 16 Feb 2004 15:35:52 -0800 (PST) (envelope-from kris) Message-Id: <200402162335.i1GNZq5H081683@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:35:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux-ePSXe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:35:52 -0000 kris 2004/02/16 15:35:52 PST FreeBSD ports repository Modified files: emulators/linux-ePSXe Makefile Log: BROKEN: Inconsistent dependencies (linux_base 7.x and 8.x). This port is scheduled for removal on April 16 if it is still broken at that time. Revision Changes Path 1.4 +3 -0 ports/emulators/linux-ePSXe/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:36:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBA216A4CE; Mon, 16 Feb 2004 15:36:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2461243D31; Mon, 16 Feb 2004 15:36:36 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNaZGe081777; Mon, 16 Feb 2004 15:36:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNaZ0G081776; Mon, 16 Feb 2004 15:36:35 -0800 (PST) (envelope-from kris) Message-Id: <200402162336.i1GNaZ0G081776@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:36:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:36:36 -0000 kris 2004/02/16 15:36:35 PST FreeBSD ports repository Modified files: www/linux-opera Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.43 +2 -0 ports/www/linux-opera/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:37:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279AD16A4CE; Mon, 16 Feb 2004 15:37:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB6A43D31; Mon, 16 Feb 2004 15:37:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNbGGe081842; Mon, 16 Feb 2004 15:37:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNbG0g081841; Mon, 16 Feb 2004 15:37:16 -0800 (PST) (envelope-from kris) Message-Id: <200402162337.i1GNbG0g081841@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:37:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:37:17 -0000 kris 2004/02/16 15:37:16 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: BROKEN: Does not fetch properly Revision Changes Path 1.6 +2 -0 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:38:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38A716A4CE; Mon, 16 Feb 2004 15:38:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B7043D2D; Mon, 16 Feb 2004 15:38:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNcPGe081891; Mon, 16 Feb 2004 15:38:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNcPef081890; Mon, 16 Feb 2004 15:38:25 -0800 (PST) (envelope-from kris) Message-Id: <200402162338.i1GNcPef081890@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:38:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/q3server-ut Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:38:25 -0000 kris 2004/02/16 15:38:25 PST FreeBSD ports repository Modified files: games/q3server-ut Makefile Log: NO_PACKAGE: Distfile is >256MB Revision Changes Path 1.12 +2 -0 ports/games/q3server-ut/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:38:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C77016A4CE; Mon, 16 Feb 2004 15:38:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A5343D2D; Mon, 16 Feb 2004 15:38:38 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNcbGe081919; Mon, 16 Feb 2004 15:38:37 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNcbZo081918; Mon, 16 Feb 2004 15:38:37 -0800 (PST) (envelope-from ache) Message-Id: <200402162338.i1GNcbZo081918@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 15:38:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:38:38 -0000 ache 2004/02/16 15:38:37 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gasp Makefile Log: Formally switch back to regex.h (not sure it ever needed here - libgnuregex is not used) Revision Changes Path 1.13 +2 -1 src/gnu/usr.bin/binutils/gasp/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:46:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D4E16A4CE; Mon, 16 Feb 2004 15:46:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B26743D1F; Mon, 16 Feb 2004 15:46:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNkDGe083986; Mon, 16 Feb 2004 15:46:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNkDeA083985; Mon, 16 Feb 2004 15:46:13 -0800 (PST) (envelope-from kris) Message-Id: <200402162346.i1GNkDeA083985@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:46:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xcpustate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:46:13 -0000 kris 2004/02/16 15:46:12 PST FreeBSD ports repository Modified files: sysutils/xcpustate Makefile Log: Remove the bouncing BROKEN tag again, since this port is now building on all my test machines. I suppose something in the base system or a dependency had broken it for a time, and this is now no longer the case. Revision Changes Path 1.28 +1 -7 ports/sysutils/xcpustate/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:46:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4DC16A4CE; Mon, 16 Feb 2004 15:46:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916BB43D31; Mon, 16 Feb 2004 15:46:39 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNkdGe084018; Mon, 16 Feb 2004 15:46:39 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNkdAQ084017; Mon, 16 Feb 2004 15:46:39 -0800 (PST) (envelope-from ache) Message-Id: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 15:46:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:46:39 -0000 ache 2004/02/16 15:46:39 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb Makefile Log: Switch back to regex.h Revision Changes Path 1.73 +2 -1 src/gnu/usr.bin/binutils/gdb/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:47:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB0816A4CE; Mon, 16 Feb 2004 15:47:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465A843D1F; Mon, 16 Feb 2004 15:47:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNl3Ge084057; Mon, 16 Feb 2004 15:47:03 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNl3Dt084056; Mon, 16 Feb 2004 15:47:03 -0800 (PST) (envelope-from obrien) Message-Id: <200402162347.i1GNl3Dt084056@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 16 Feb 2004 15:47:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 sio.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:47:03 -0000 obrien 2004/02/16 15:47:03 PST FreeBSD src repository Removed files: sys/boot/i386/boot2 sio.S Log: Fix the AMD64 build: this file shouldn't exist. Revision Changes Path 1.5 +0 -80 src/sys/boot/i386/boot2/sio.S (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:50:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBBB16A4D2; Mon, 16 Feb 2004 15:50:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5A443D46; Mon, 16 Feb 2004 15:50:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNoHGe084170; Mon, 16 Feb 2004 15:50:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNoHbg084169; Mon, 16 Feb 2004 15:50:17 -0800 (PST) (envelope-from kris) Message-Id: <200402162350.i1GNoHbg084169@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:50:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-servers/XttXF86srv-common Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:50:20 -0000 kris 2004/02/16 15:50:17 PST FreeBSD ports repository Modified files: x11-servers/XttXF86srv-common Makefile Log: FORBIDDEN: Broken pkg-plist Revision Changes Path 1.39 +2 -4 ports/x11-servers/XttXF86srv-common/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:54:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2896F16A4CE; Mon, 16 Feb 2004 15:54:20 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A904343D1D; Mon, 16 Feb 2004 15:54:19 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i1GNs87E047987; Mon, 16 Feb 2004 15:54:11 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200402162354.i1GNs87E047987@gw.catspoiler.org> Date: Mon, 16 Feb 2004 15:54:08 -0800 (PST) From: Don Lewis To: rwatson@FreeBSD.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:54:20 -0000 On 16 Feb, Robert Watson wrote: > > On Mon, 16 Feb 2004, Scott Long wrote: > >> On Mon, 16 Feb 2004, Robert Watson wrote: >> > >> > On Mon, 16 Feb 2004, Dag-Erling Smorgrav wrote: >> > >> > > Log: >> > > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. >> > > The calling code will either handle that gracefully or cause a page fault. >> > >> > Also, this turns an easily understood and widely documented kernel panic >> > message into a page fault. Prior to this, users could google for the >> > message and find documentation on increasing the size of the kernel >> > address space. Now, it requires facility with the source code in order to >> > figure out what it is going on (since the page fault trace won't include >> > the memory allocation). >> >> Agreed on all points. I thought that there was along discussion on this >> in the last 1-2 weeks and that all of these issues were brought up. >> Please back this out, and lets focus on getting the sematics that you >> need for procfs rather than just ruining the sematics for everything >> else. > > It seems like it all comes down to the perfectly reasonable desire to be > able to represent the following request: > > Userspace wants me to allocate some memory. I don't know how large > rediculous is, but I don't want to panic when I ask for something > rediculous and instead get a failure I can report. > > And the origin of part of this problem is that procfs has some notions > that are hard to implement (or impossible to implement), such as: > > You can retrieve atomically snapshotted data in fairly unbounded > ammounts. > > That's not a property of our procfs implementation as much as a property > of the "procfs API". While I think an extra malloc option to get this behaviour is reasonable, I think this is another situation where it would be better to wire the user buffer and copy the data directly to user space. Approximately the same amount of memory will be tied up servicing the request in either case. > It is useful to have some notion of the rediculous in memory allocation, > but I don't think this is the right way to enforce it. In the general > case, we handle "reasonable" determination using small fixed-size or > tunable constants, such as maximum IOVEC size, maximum processes, maximum > mbufs, etc. It would be very tempting to do something similar for procfs: > "I shall allocate no more than 256k of memory for this buffer"... This is necessary, but probably not sufficient if the user can do a bunch of these in parallel. Disadvantages of doing the snapshot into a malloced kernel buffer: An extra copy of the data is required. Consumes precious kernel address space, which in some cases might require the kernel/user boundary to be moved, which would decrease the address space available to all user processes. The necessary lifetime of the kernel buffer may be arbitrarily long if the copyout is stalled by paging user memory. There may need to be per-user limits on the amount of memory consumed by these buffers to avoid DoS situations if a user forks a large number of processes that are all reading large amounts of data from procfs. Disadvantages of doing the snapshot into a pre-wired user buffer: There need to be per-user limits on the amount of wired memory to avoid DoS situations if a user forks a large number of processes that are all reading large amounts of data from procfs or doing other things that wire memory (such as certain sysctl calls). From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:56:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118E216A4E4; Mon, 16 Feb 2004 15:56:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8CF43D1D; Mon, 16 Feb 2004 15:56:27 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNuQGe086317; Mon, 16 Feb 2004 15:56:26 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNuQEC086316; Mon, 16 Feb 2004 15:56:26 -0800 (PST) (envelope-from simon) Message-Id: <200402162356.i1GNuQEC086316@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 16 Feb 2004 15:56:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/bn_BD.ISO10646-1 Makefiledoc/bn_BD.ISO10646-1/articles Makefile Makefile.inc doc/bn_BD.ISO10646-1/articles/explaining-bsd Makefile article.sgml doc/bn_BD.ISO10646-1/articles/new-users Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:56:27 -0000 simon 2004/02/16 15:56:26 PST FreeBSD doc repository Added files: bn_BD.ISO10646-1 Makefile bn_BD.ISO10646-1/articles Makefile Makefile.inc bn_BD.ISO10646-1/articles/explaining-bsd Makefile article.sgml bn_BD.ISO10646-1/articles/new-users Makefile article.sgml Log: Add Bangla translation of the Explaining BSD and FreeBSD First Steps articles. Submitted by: Progga Reviewed by: blackend (earlier version) Revision Changes Path 1.1 +6 -0 doc/bn_BD.ISO10646-1/Makefile (new) 1.1 +7 -0 doc/bn_BD.ISO10646-1/articles/Makefile (new) 1.1 +5 -0 doc/bn_BD.ISO10646-1/articles/Makefile.inc (new) 1.1 +18 -0 doc/bn_BD.ISO10646-1/articles/explaining-bsd/Makefile (new) 1.1 +2208 -0 doc/bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml (new) 1.1 +15 -0 doc/bn_BD.ISO10646-1/articles/new-users/Makefile (new) 1.1 +3537 -0 doc/bn_BD.ISO10646-1/articles/new-users/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:58:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F0516A4CE; Mon, 16 Feb 2004 15:58:21 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0EB943D31; Mon, 16 Feb 2004 15:58:20 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1GNwKTA064243; Mon, 16 Feb 2004 15:58:20 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1GNwKAb064242; Mon, 16 Feb 2004 15:58:20 -0800 (PST) (envelope-from sgk) Date: Mon, 16 Feb 2004 15:58:20 -0800 From: Steve Kargl To: Kris Kennaway Message-ID: <20040216235820.GA64225@troutmask.apl.washington.edu> References: <200402162336.i1GNaZ0G081776@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402162336.i1GNaZ0G081776@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:58:21 -0000 On Mon, Feb 16, 2004 at 03:36:35PM -0800, Kris Kennaway wrote: > kris 2004/02/16 15:36:35 PST > > FreeBSD ports repository > > Modified files: > www/linux-opera Makefile > Log: > BROKEN: Unfetchable > You need to drop use of bzip2. A tar.gz tarball is available and it installs without a problem after a new distinfo file is created. -- Steve From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:02:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306CF16A4CE; Mon, 16 Feb 2004 16:02:08 -0800 (PST) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DF443D1D; Mon, 16 Feb 2004 16:02:07 -0800 (PST) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 3000) id BA2B51183E; Tue, 17 Feb 2004 01:02:06 +0100 (CET) Date: Tue, 17 Feb 2004 01:02:06 +0100 From: "Simon L. Nielsen" To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040217000204.GF710@arthur.nitro.dk> References: <200402162356.i1GNuQEC086316@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="65ImJOski3p8EhYV" Content-Disposition: inline In-Reply-To: <200402162356.i1GNuQEC086316@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: Progga Subject: Re: cvs commit: doc/bn_BD.ISO10646-1 Makefile doc/bn_BD.ISO10646-1/articles Makefile Makefile.inc doc/bn_BD.ISO10646-1/articles/explaining-bsd Makefile article.sgml doc/bn_BD.ISO10646-1/articles/new-users Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:02:08 -0000 --65ImJOski3p8EhYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.02.16 15:56:26 -0800, Simon L. Nielsen wrote: > simon 2004/02/16 15:56:26 PST >=20 > FreeBSD doc repository >=20 > Added files: > bn_BD.ISO10646-1 Makefile=20 > bn_BD.ISO10646-1/articles Makefile Makefile.inc=20 > bn_BD.ISO10646-1/articles/explaining-bsd Makefile article.sgml=20 > bn_BD.ISO10646-1/articles/new-users Makefile article.sgml=20 > Log: > Add Bangla translation of the Explaining BSD and FreeBSD First Steps > articles. This has been sitting in my INBOX/TODO list for _way_ too long, sorry about that! But it's here now :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --65ImJOski3p8EhYV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAMVn8h9pcDSc1mlERAo9AAKCF63ANTGK5VQP8Ngz/c17c4pBkLACfcq8q qaB59+uejVrIIqwUrxe/K0c= =+65T -----END PGP SIGNATURE----- --65ImJOski3p8EhYV-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DDD16A4D0; Mon, 16 Feb 2004 16:02:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A02943D1D; Mon, 16 Feb 2004 16:02:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H02kGe088761; Mon, 16 Feb 2004 16:02:46 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H02kr5088760; Mon, 16 Feb 2004 16:02:46 -0800 (PST) (envelope-from kris) Message-Id: <200402170002.i1H02kr5088760@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:02:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc295 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:02:46 -0000 kris 2004/02/16 16:02:45 PST FreeBSD ports repository Modified files: lang/gcc295 Makefile Log: BROKEN on alpha 5.x: does not compile Revision Changes Path 1.98 +4 -0 ports/lang/gcc295/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:05:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B0D16A4CE; Mon, 16 Feb 2004 16:05:28 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236B443D1D; Mon, 16 Feb 2004 16:05:28 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (15363c746c9f6b16fff709c86338c9ff@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1H05Qa3004552; Mon, 16 Feb 2004 18:05:26 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F3B5B66D44; Mon, 16 Feb 2004 16:05:25 -0800 (PST) Date: Mon, 16 Feb 2004 16:05:25 -0800 From: Kris Kennaway To: Steve Kargl Message-ID: <20040217000525.GA4094@xor.obsecurity.org> References: <200402162336.i1GNaZ0G081776@repoman.freebsd.org> <20040216235820.GA64225@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <20040216235820.GA64225@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.1i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:05:28 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 03:58:20PM -0800, Steve Kargl wrote: > On Mon, Feb 16, 2004 at 03:36:35PM -0800, Kris Kennaway wrote: > > kris 2004/02/16 15:36:35 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > www/linux-opera Makefile=20 > > Log: > > BROKEN: Unfetchable > > =20 >=20 > You need to drop use of bzip2. A tar.gz tarball is > available and it installs without a problem after > a new distinfo file is created. >=20 Thanks, can you please submit an update? Kris --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMVrFWry0BWjoQKURAmAeAKCyqaSYQXTlIoopoDVXz1328BZwFwCbB/rr 69O/PGNCffRcils7YoQbBuU= =B/kH -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:06:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DA616A4CE; Mon, 16 Feb 2004 16:06:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B97843D1F; Mon, 16 Feb 2004 16:06:34 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H06YGe090344; Mon, 16 Feb 2004 16:06:34 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H06XAa090343; Mon, 16 Feb 2004 16:06:33 -0800 (PST) (envelope-from ache) Message-Id: <200402170006.i1H06XAa090343@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 16:06:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:06:34 -0000 ache 2004/02/16 16:06:33 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gdb Makefile Log: Remove old explicit -I${DESTDIR}/usr/include/readline it is no longer needed Revision Changes Path 1.74 +1 -1 src/gnu/usr.bin/binutils/gdb/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:09:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43BB16A4D6; Mon, 16 Feb 2004 16:09:51 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D051743D1D; Mon, 16 Feb 2004 16:09:51 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id CBBA35C771; Mon, 16 Feb 2004 16:09:51 -0800 (PST) Date: Mon, 16 Feb 2004 16:09:51 -0800 From: Alfred Perlstein To: David Malone Message-ID: <20040217000951.GD55055@elvis.mu.org> References: <20040216062847.GA98877@elvis.mu.org> <200402161059.aa61466@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402161059.aa61466@salmon.maths.tcd.ie> User-Agent: Mutt/1.4.2i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:09:52 -0000 Ok, sorry, faulty dimm installed. :) * David Malone [040216 02:59] wrote: > > > Return EACCES rather than ENOBUFS if ipfw blocks a packet on the > > > way out at layer 2. > > > I think ipfw returns EPERM when denying packets through some other > > paths. > > Previously I'd just made sure that blocking a ping at layer 2 and > layer 3 return the same error after this commit. I just did a quick > check. Ip_output returns EACCES, ip_input and ether_demux can't > return an error. > > Ipfw does return EPERM if you try to alter the rules but aren't > permitted to, but that's a different situation I guess. > > David. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:12:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD8C216A4D0; Mon, 16 Feb 2004 16:12:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9264C43D31; Mon, 16 Feb 2004 16:12:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0C2Ge001449; Mon, 16 Feb 2004 16:12:02 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0C2hc001448; Mon, 16 Feb 2004 16:12:02 -0800 (PST) (envelope-from kris) Message-Id: <200402170012.i1H0C2hc001448@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:12:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/scriba Makefile ports/lang/scriba/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:12:02 -0000 kris 2004/02/16 16:12:02 PST FreeBSD ports repository Modified files: lang/scriba Makefile lang/scriba/files patch-aa Log: Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. Revision Changes Path 1.8 +2 -0 ports/lang/scriba/Makefile 1.2 +4 -4 ports/lang/scriba/files/patch-aa From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:12:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840716A4CF; Mon, 16 Feb 2004 16:12:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4A643D2F; Mon, 16 Feb 2004 16:12:25 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0COGe001776; Mon, 16 Feb 2004 16:12:24 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0COLa001775; Mon, 16 Feb 2004 16:12:24 -0800 (PST) (envelope-from trevor) Message-Id: <200402170012.i1H0COLa001775@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 16:12:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 distinfo.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:12:25 -0000 trevor 2004/02/16 16:12:24 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 distinfo.i386 Log: Remove duplicate size entry. Revision Changes Path 1.6 +0 -1 ports/emulators/linux_base-gentoo-stage1/distinfo.i386 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:14:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3540516A4CE; Mon, 16 Feb 2004 16:14:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A57E43D1F; Mon, 16 Feb 2004 16:14:00 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0DxGe002262; Mon, 16 Feb 2004 16:13:59 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0DxvJ002261; Mon, 16 Feb 2004 16:13:59 -0800 (PST) (envelope-from alfred) Message-Id: <200402170013.i1H0DxvJ002261@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 16 Feb 2004 16:13:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rpc.lockd lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:14:00 -0000 alfred 2004/02/16 16:13:59 PST FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd_lock.c Log: The callrpc call to unmonitor hosts was passing the wrong xdr decode/encode functions for the arguments to the statd unmonitor call. Fix it. Revision Changes Path 1.13 +2 -2 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:14:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F51716A4D8; Mon, 16 Feb 2004 16:14:06 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F061643D2F; Mon, 16 Feb 2004 16:14:05 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i1H0EOm3054536; Mon, 16 Feb 2004 19:14:24 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i1H0EOJ2054533; Mon, 16 Feb 2004 19:14:24 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 16 Feb 2004 19:14:24 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <200402162337.i1GNbG0g081841@repoman.freebsd.org> Message-ID: <20040216191401.P36419@blues.jpj.net> References: <200402162337.i1GNbG0g081841@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:14:06 -0000 > kris 2004/02/16 15:37:16 PST > > FreeBSD ports repository > > Modified files: > emulators/linux_base-gentoo-stage1 Makefile > Log: > BROKEN: Does not fetch properly > > Revision Changes Path > 1.6 +2 -0 ports/emulators/linux_base-gentoo-stage1/Makefile > > I fixed the problem, so please remove the BROKEN line. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:14:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7757D16A4CE; Mon, 16 Feb 2004 16:14:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D77A43D1F; Mon, 16 Feb 2004 16:14:11 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0EBGe002640; Mon, 16 Feb 2004 16:14:11 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0EBn9002639; Mon, 16 Feb 2004 16:14:11 -0800 (PST) (envelope-from simon) Message-Id: <200402170014.i1H0EBn9002639@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 16 Feb 2004 16:14:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:14:11 -0000 simon 2004/02/16 16:14:11 PST FreeBSD doc repository Modified files: . Makefile Log: Add Bangla translations to the build. Revision Changes Path 1.32 +1 -0 doc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:16:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0E516A4CF; Mon, 16 Feb 2004 16:16:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64AC743D1D; Mon, 16 Feb 2004 16:16:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0GXGe003846; Mon, 16 Feb 2004 16:16:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0GXIX003845; Mon, 16 Feb 2004 16:16:33 -0800 (PST) (envelope-from kris) Message-Id: <200402170016.i1H0GXIX003845@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:16:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamav-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:16:33 -0000 kris 2004/02/16 16:16:33 PST FreeBSD ports repository Modified files: security/clamav-devel Makefile Log: FORBIDDEN on 502102: Links against libc_r and libpthread Revision Changes Path 1.41 +4 -0 ports/security/clamav-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:17:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2666D16A4CE; Mon, 16 Feb 2004 16:17:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD8F43D1F; Mon, 16 Feb 2004 16:17:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0HqGe003909; Mon, 16 Feb 2004 16:17:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0HqZx003908; Mon, 16 Feb 2004 16:17:52 -0800 (PST) (envelope-from kris) Message-Id: <200402170017.i1H0HqZx003908@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:17:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/licq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:17:53 -0000 kris 2004/02/16 16:17:52 PST FreeBSD ports repository Modified files: net/licq Makefile Log: FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.56 +5 -0 ports/net/licq/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:18:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B24616A4CF; Mon, 16 Feb 2004 16:18:35 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9686643D1D; Mon, 16 Feb 2004 16:18:35 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 925BC5C771; Mon, 16 Feb 2004 16:18:35 -0800 (PST) Date: Mon, 16 Feb 2004 16:18:35 -0800 From: Alfred Perlstein To: Dag-Erling Smorgrav Message-ID: <20040217001835.GE55055@elvis.mu.org> References: <200402161841.i1GIfwmv008267@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402161841.i1GIfwmv008267@repoman.freebsd.org> User-Agent: Mutt/1.4.2i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:18:35 -0000 * Dag-Erling Smorgrav [040216 10:41] wrote: > des 2004/02/16 10:41:58 PST > > FreeBSD src repository > > Modified files: > sys/vm vm_kern.c > Log: > Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead. > The calling code will either handle that gracefully or cause a page fault. This is really bad idea, please back it out. You are certainly going to get a pagefault in virtually EVERY consumer of malloc. It turns easy to debug calls into a "page fault" ie. "buggy" looking kernel. Bad press, bad idea, back it out, no cookie. :( You go from: "I installed freebsd, exhausted some limits and the machine blew." to: "FreeBSD falls over with 'random' panics when faced with large load." -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:18:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D748816A4CF; Mon, 16 Feb 2004 16:18:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCABB43D1F; Mon, 16 Feb 2004 16:18:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0IcGe004620; Mon, 16 Feb 2004 16:18:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0IcCb004617; Mon, 16 Feb 2004 16:18:38 -0800 (PST) (envelope-from kris) Message-Id: <200402170018.i1H0IcCb004617@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:18:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/qscheme Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:18:39 -0000 kris 2004/02/16 16:18:38 PST FreeBSD ports repository Modified files: lang/qscheme Makefile Log: FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.10 +4 -0 ports/lang/qscheme/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:19:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE04716A4D0; Mon, 16 Feb 2004 16:19:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FF843D1F; Mon, 16 Feb 2004 16:19:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0JnGe007878; Mon, 16 Feb 2004 16:19:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0JnLo007877; Mon, 16 Feb 2004 16:19:49 -0800 (PST) (envelope-from kris) Message-Id: <200402170019.i1H0JnLo007877@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:19:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xalan-c Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:19:51 -0000 kris 2004/02/16 16:19:49 PST FreeBSD ports repository Modified files: textproc/xalan-c Makefile Log: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.5 +4 -0 ports/textproc/xalan-c/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:20:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E60D216A4FD; Mon, 16 Feb 2004 16:20:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9BB43D1D; Mon, 16 Feb 2004 16:20:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0KfGe009652; Mon, 16 Feb 2004 16:20:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0KfoC009651; Mon, 16 Feb 2004 16:20:41 -0800 (PST) (envelope-from kris) Message-Id: <200402170020.i1H0KfoC009651@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:20:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xerces-c2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:20:42 -0000 kris 2004/02/16 16:20:41 PST FreeBSD ports repository Modified files: textproc/xerces-c2 Makefile Log: FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.12 +4 -0 ports/textproc/xerces-c2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:22:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E430916A4E7; Mon, 16 Feb 2004 16:22:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C900543D1F; Mon, 16 Feb 2004 16:22:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0MtGe018045; Mon, 16 Feb 2004 16:22:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0Mtte018036; Mon, 16 Feb 2004 16:22:55 -0800 (PST) (envelope-from kris) Message-Id: <200402170022.i1H0Mtte018036@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:22:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Xerces Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:22:56 -0000 kris 2004/02/16 16:22:55 PST FreeBSD ports repository Modified files: textproc/p5-XML-Xerces Makefile Log: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.5 +4 -0 ports/textproc/p5-XML-Xerces/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:21:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0950B16A4DC; Mon, 16 Feb 2004 16:21:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45AB43D2D; Mon, 16 Feb 2004 16:21:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0LbGe014310; Mon, 16 Feb 2004 16:21:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0LbSR014306; Mon, 16 Feb 2004 16:21:37 -0800 (PST) (envelope-from kris) Message-Id: <200402170021.i1H0LbSR014306@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:21:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/pike74 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:21:38 -0000 kris 2004/02/16 16:21:37 PST FreeBSD ports repository Modified files: lang/pike74 Makefile Log: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.21 +4 -0 ports/lang/pike74/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:26:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB00516A4D1; Mon, 16 Feb 2004 16:26:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261E43D1D; Mon, 16 Feb 2004 16:26:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0QgGe026929; Mon, 16 Feb 2004 16:26:42 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0QgER026928; Mon, 16 Feb 2004 16:26:42 -0800 (PST) (envelope-from kris) Message-Id: <200402170026.i1H0QgER026928@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:26:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:26:42 -0000 kris 2004/02/16 16:26:42 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: Remove BROKEN tag; trevor has now fixed the port. Revision Changes Path 1.7 +0 -2 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:26:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70CB916A4CF; Mon, 16 Feb 2004 16:26:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F6F43D1F; Mon, 16 Feb 2004 16:26:59 -0800 (PST) (envelope-from motoyuki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0QxGe026956; Mon, 16 Feb 2004 16:26:59 -0800 (PST) (envelope-from motoyuki@repoman.freebsd.org) Received: (from motoyuki@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0QxdH026955; Mon, 16 Feb 2004 16:26:59 -0800 (PST) (envelope-from motoyuki) Message-Id: <200402170026.i1H0QxdH026955@repoman.freebsd.org> From: Motoyuki Konno Date: Mon, 16 Feb 2004 16:26:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xchadance Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:26:59 -0000 motoyuki 2004/02/16 16:26:59 PST FreeBSD ports repository Modified files: games/xchadance Makefile Log: Unbreak and take maintainership. MASTER_SITES of this port is my FTP server. Add MASTER_SITE_LOCAL for safety. Noticed by: nork Revision Changes Path 1.13 +4 -5 ports/games/xchadance/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:29:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A11416A4CE; Mon, 16 Feb 2004 16:29:31 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C2143D1F; Mon, 16 Feb 2004 16:29:31 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (58d2f395591c2cd15e06c50d798e343b@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1H0TU5l015251; Mon, 16 Feb 2004 16:29:30 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 086F766D0E; Mon, 16 Feb 2004 16:29:29 -0800 (PST) Date: Mon, 16 Feb 2004 16:29:29 -0800 From: Kris Kennaway To: Motoyuki Konno Message-ID: <20040217002929.GH4496@xor.obsecurity.org> References: <200402170026.i1H0QxdH026955@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNpeiK4tTqhYOExY" Content-Disposition: inline In-Reply-To: <200402170026.i1H0QxdH026955@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/xchadance Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:29:31 -0000 --PNpeiK4tTqhYOExY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 04:26:59PM -0800, Motoyuki Konno wrote: > motoyuki 2004/02/16 16:26:59 PST >=20 > FreeBSD ports repository >=20 > Modified files: > games/xchadance Makefile=20 > Log: > Unbreak and take maintainership. MASTER_SITES of this port is my FTP s= erver. > Add MASTER_SITE_LOCAL for safety. > =20 > Noticed by: nork Thanks! Kris --PNpeiK4tTqhYOExY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMWBpWry0BWjoQKURAlxEAKD23EcR5AtVYxNV91T7sPRT+LaRBgCgtSoP 19+izC8s/esAVL+AAakBPYA= =mBnr -----END PGP SIGNATURE----- --PNpeiK4tTqhYOExY-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:31:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6609E16A4CE; Mon, 16 Feb 2004 16:31:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8BB43D2D; Mon, 16 Feb 2004 16:31:56 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0VuGe028417; Mon, 16 Feb 2004 16:31:56 -0800 (PST) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0Vukp028416; Mon, 16 Feb 2004 16:31:56 -0800 (PST) (envelope-from jmz) Message-Id: <200402170031.i1H0Vukp028416@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 16 Feb 2004 16:31:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pgplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:31:56 -0000 jmz 2004/02/16 16:31:56 PST FreeBSD ports repository Modified files: graphics/pgplot Makefile Log: This port requires perl to build. Revision Changes Path 1.23 +2 -1 ports/graphics/pgplot/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9964916A4CE; Mon, 16 Feb 2004 16:35:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D77643D1F; Mon, 16 Feb 2004 16:35:01 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0Z1Ge029015; Mon, 16 Feb 2004 16:35:01 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0Z1fZ029014; Mon, 16 Feb 2004 16:35:01 -0800 (PST) (envelope-from kris) Message-Id: <200402170035.i1H0Z1fZ029014@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 16:35:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/openbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:35:01 -0000 kris 2004/02/16 16:35:01 PST FreeBSD ports repository Modified files: x11-wm/openbox Makefile Log: BROKEN: Does not install. This port is scheduled to be removed on April 16 if it is still broken at that time. Revision Changes Path 1.60 +4 -0 ports/x11-wm/openbox/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:46:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4E116A4CE; Mon, 16 Feb 2004 16:46:10 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625CA43D1D; Mon, 16 Feb 2004 16:46:10 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1H0k6nJ007100; Mon, 16 Feb 2004 17:46:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 16 Feb 2004 17:46:04 -0700 (MST) Message-Id: <20040216.174604.89900183.imp@bsdimp.com> To: mux@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040216214602.GD35475@elvis.mu.org> References: <20040216210503.GC35475@elvis.mu.org> <20040216.142540.32721629.imp@bsdimp.com> <20040216214602.GD35475@elvis.mu.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: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: rwatson@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:46:11 -0000 In message: <20040216214602.GD35475@elvis.mu.org> Maxime Henrion writes: : > How would that be different than M_NOWAIT and then trying again a : > couple of times? Each time will fail if it is too big. And that's : > not meaningfully distinguishable from there not being enough memory : > currently available to satisfy the request. : : Because if there is a memory shortage but it's possible to get the : requested amount of memory later (because it's smaller than kmem_map), : M_WAITOK | M_SAFE won't fail but wait while M_NOWAIT will fail right : away. Why trying again when we already have a flag for this? What this : patch does is allow to call malloc(verybignumber) without crashing to : help in cases where it's hard to define what's a reasonable size. It seems of dubious value then. If someone is going to call malloc with a verybignumber by mistake, they are just as likely to neglect to put M_SAFE in place. Warner From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:51:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DC616A4EA; Mon, 16 Feb 2004 16:51:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9D043D1D; Mon, 16 Feb 2004 16:51:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0pVGe038047; Mon, 16 Feb 2004 16:51:31 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0pViP038043; Mon, 16 Feb 2004 16:51:31 -0800 (PST) (envelope-from marcus) Message-Id: <200402170051.i1H0pViP038043@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 16 Feb 2004 16:51:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libXt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:51:32 -0000 marcus 2004/02/16 16:51:31 PST FreeBSD ports repository Modified files: x11-toolkits/libXt Makefile Log: Mark BROKEN until the Xalloca.h problem can be fixed. Revision Changes Path 1.5 +2 -0 ports/x11-toolkits/libXt/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:53:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE53916A4CF; Mon, 16 Feb 2004 16:53:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C552A43D1F; Mon, 16 Feb 2004 16:53:28 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0rSGe038998; Mon, 16 Feb 2004 16:53:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0rSt9038997; Mon, 16 Feb 2004 16:53:28 -0800 (PST) (envelope-from marcus) Message-Id: <200402170053.i1H0rSt9038997@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 16 Feb 2004 16:53:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libXrender Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:53:29 -0000 marcus 2004/02/16 16:53:28 PST FreeBSD ports repository Modified files: x11/libXrender Makefile Log: Add a missing dependency on xproto. Reported by: bento via kris Revision Changes Path 1.10 +3 -2 ports/x11/libXrender/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:53:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70CAD16A4CE; Mon, 16 Feb 2004 16:53:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5828D43D1D; Mon, 16 Feb 2004 16:53:51 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0rpGe039042; Mon, 16 Feb 2004 16:53:51 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0rpBU039041; Mon, 16 Feb 2004 16:53:51 -0800 (PST) (envelope-from ache) Message-Id: <200402170053.i1H0rpBU039041@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 16:53:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bc/bc main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:53:51 -0000 ache 2004/02/16 16:53:51 PST FreeBSD src repository Modified files: contrib/bc/bc main.c Log: getopt_long() returned 0 (i.e. long options) case not handled, add it (symptom: "bc --quiet" not works while "bc -q" works) Revision Changes Path 1.6 +5 -1 src/contrib/bc/bc/main.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 16:56:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BE916A4CE; Mon, 16 Feb 2004 16:56:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7D843D1D; Mon, 16 Feb 2004 16:56:16 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H0uGGe039168; Mon, 16 Feb 2004 16:56:16 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H0uGGv039167; Mon, 16 Feb 2004 16:56:16 -0800 (PST) (envelope-from ache) Message-Id: <200402170056.i1H0uGGv039167@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 16:56:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/bc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 00:56:16 -0000 ache 2004/02/16 16:56:16 PST FreeBSD src repository Modified files: gnu/usr.bin/bc Makefile Log: Remove getopt*.c, we already have getopt_long() in libc Revision Changes Path 1.24 +1 -1 src/gnu/usr.bin/bc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:01:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE4D16A4CE; Mon, 16 Feb 2004 17:01:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9076E43D1F; Mon, 16 Feb 2004 17:01:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H11hGe040313; Mon, 16 Feb 2004 17:01:43 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H11h3H040309; Mon, 16 Feb 2004 17:01:43 -0800 (PST) (envelope-from kris) Message-Id: <200402170101.i1H11h3H040309@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 17:01:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/harvest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:01:43 -0000 kris 2004/02/16 17:01:43 PST FreeBSD ports repository Modified files: www/harvest Makefile Log: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.29 +4 -0 ports/www/harvest/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:03:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B36216A4CE; Mon, 16 Feb 2004 17:03:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3151A43D2D; Mon, 16 Feb 2004 17:03:23 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H13NGe042095; Mon, 16 Feb 2004 17:03:23 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H13M3R042094; Mon, 16 Feb 2004 17:03:22 -0800 (PST) (envelope-from jeh) Message-Id: <200402170103.i1H13M3R042094@repoman.freebsd.org> From: "James E. Housley" Date: Mon, 16 Feb 2004 17:03:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb/files patch-sim::igen::lf.c patch-sim::ppc::lf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:03:23 -0000 jeh 2004/02/16 17:03:22 PST FreeBSD ports repository Modified files: devel/i386-rtems-gdb/files patch-sim::igen::lf.c patch-sim::ppc::lf.c Log: Correct paths in patch files Revision Changes Path 1.2 +2 -2 ports/devel/i386-rtems-gdb/files/patch-sim::igen::lf.c 1.2 +2 -2 ports/devel/i386-rtems-gdb/files/patch-sim::ppc::lf.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:04:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D9416A4CE; Mon, 16 Feb 2004 17:04:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3072443D2D; Mon, 16 Feb 2004 17:04:19 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H14JGe042182; Mon, 16 Feb 2004 17:04:19 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H14IVO042181; Mon, 16 Feb 2004 17:04:18 -0800 (PST) (envelope-from ache) Message-Id: <200402170104.i1H14IVO042181@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:04:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/bc FREEBSD-upgrade src/contrib/bc/h getopt.h src/contrib/bc/lib getopt.c getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:04:19 -0000 ache 2004/02/16 17:04:18 PST FreeBSD src repository Modified files: contrib/bc FREEBSD-upgrade Removed files: contrib/bc/h getopt.h contrib/bc/lib getopt.c getopt1.c Log: Remove files no longer needed Revision Changes Path 1.6 +1 -0 src/contrib/bc/FREEBSD-upgrade 1.2 +0 -133 src/contrib/bc/h/getopt.h (dead) 1.2 +0 -752 src/contrib/bc/lib/getopt.c (dead) 1.2 +0 -184 src/contrib/bc/lib/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:07:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5564B16A4CE; Mon, 16 Feb 2004 17:07:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B63643D1F; Mon, 16 Feb 2004 17:07:49 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H17nGe042414; Mon, 16 Feb 2004 17:07:49 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H17naR042413; Mon, 16 Feb 2004 17:07:49 -0800 (PST) (envelope-from marcus) Message-Id: <200402170107.i1H17naR042413@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 16 Feb 2004 17:07:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon2 Makefile distinfo patch-bookmarks_bookmarks-add-dialog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:07:49 -0000 marcus 2004/02/16 17:07:48 PST FreeBSD ports repository Modified files: www/galeon2 Makefile distinfo Added files: www/galeon2/files mkinstalldirs Removed files: www/galeon2/files patch-bookmarks_bookmarks-add-dialog.c Log: Update to 1.3.13. Revision Changes Path 1.133 +2 -2 ports/www/galeon2/Makefile 1.56 +2 -1 ports/www/galeon2/distinfo 1.1 +111 -0 ports/www/galeon2/files/mkinstalldirs (new) 1.2 +0 -16 ports/www/galeon2/files/patch-bookmarks_bookmarks-add-dialog.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:08:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A205716A4CE; Mon, 16 Feb 2004 17:08:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8803743D1D; Mon, 16 Feb 2004 17:08:34 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H18YGe042454; Mon, 16 Feb 2004 17:08:34 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H18YVj042453; Mon, 16 Feb 2004 17:08:34 -0800 (PST) (envelope-from ache) Message-Id: <200402170108.i1H18YVj042453@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:08:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/sort Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:08:34 -0000 ache 2004/02/16 17:08:34 PST FreeBSD src repository Modified files: gnu/usr.bin/sort Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.9 +0 -2 src/gnu/usr.bin/sort/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:08:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B7A16A4CE; Mon, 16 Feb 2004 17:08:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5643D1D; Mon, 16 Feb 2004 17:08:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H18mGe042486; Mon, 16 Feb 2004 17:08:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H18mYV042485; Mon, 16 Feb 2004 17:08:48 -0800 (PST) (envelope-from kris) Message-Id: <200402170108.i1H18mYV042485@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 17:08:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/fcptools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:08:48 -0000 kris 2004/02/16 17:08:48 PST FreeBSD ports repository Modified files: net/fcptools Makefile Log: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.4 +7 -1 ports/net/fcptools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:10:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CADE16A4CE; Mon, 16 Feb 2004 17:10:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BCF43D1F; Mon, 16 Feb 2004 17:10:30 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1ATGe042620; Mon, 16 Feb 2004 17:10:29 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1ATcO042618; Mon, 16 Feb 2004 17:10:29 -0800 (PST) (envelope-from ache) Message-Id: <200402170110.i1H1ATcO042618@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:10:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gnu-sort/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:10:30 -0000 ache 2004/02/16 17:10:29 PST FreeBSD src repository Removed files: contrib/gnu-sort/lib getopt.c getopt.h getopt1.c Log: Remove files no longer needed Revision Changes Path 1.2 +0 -772 src/contrib/gnu-sort/lib/getopt.c (dead) 1.2 +0 -131 src/contrib/gnu-sort/lib/getopt.h (dead) 1.2 +0 -182 src/contrib/gnu-sort/lib/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:19:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB2016A4CE; Mon, 16 Feb 2004 17:19:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B7E43D1D; Mon, 16 Feb 2004 17:19:54 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1JsGe044666; Mon, 16 Feb 2004 17:19:54 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1Jsba044665; Mon, 16 Feb 2004 17:19:54 -0800 (PST) (envelope-from ache) Message-Id: <200402170119.i1H1Jsba044665@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:19:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/tar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:19:54 -0000 ache 2004/02/16 17:19:54 PST FreeBSD src repository Modified files: gnu/usr.bin/tar Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.21 +1 -1 src/gnu/usr.bin/tar/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:20:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C688416A4CE; Mon, 16 Feb 2004 17:20:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7E143D1F; Mon, 16 Feb 2004 17:20:41 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1KfGe044837; Mon, 16 Feb 2004 17:20:41 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1KfhO044836; Mon, 16 Feb 2004 17:20:41 -0800 (PST) (envelope-from ache) Message-Id: <200402170120.i1H1KfhO044836@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:20:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:20:42 -0000 ache 2004/02/16 17:20:41 PST FreeBSD src repository Removed files: contrib/tar/lib getopt.c getopt.h getopt1.c Log: Remove files no longer needed Revision Changes Path 1.2 +0 -1067 src/contrib/tar/lib/getopt.c (dead) 1.2 +0 -179 src/contrib/tar/lib/getopt.h (dead) 1.2 +0 -187 src/contrib/tar/lib/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:24:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E3116A4CE; Mon, 16 Feb 2004 17:24:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BFD43D31; Mon, 16 Feb 2004 17:24:46 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1OkGe046648; Mon, 16 Feb 2004 17:24:46 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1OkKq046647; Mon, 16 Feb 2004 17:24:46 -0800 (PST) (envelope-from ache) Message-Id: <200402170124.i1H1OkKq046647@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:24:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/patch Makefile getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:24:47 -0000 ache 2004/02/16 17:24:46 PST FreeBSD src repository Modified files: gnu/usr.bin/patch Makefile Removed files: gnu/usr.bin/patch getopt.c getopt.h getopt1.c Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.8 +1 -2 src/gnu/usr.bin/patch/Makefile 1.7 +0 -724 src/gnu/usr.bin/patch/getopt.c (dead) 1.6 +0 -133 src/gnu/usr.bin/patch/getopt.h (dead) 1.4 +0 -176 src/gnu/usr.bin/patch/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:27:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA0D16A4CE; Mon, 16 Feb 2004 17:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AAF43D2D; Mon, 16 Feb 2004 17:27:35 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1RZGe046794; Mon, 16 Feb 2004 17:27:35 -0800 (PST) (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1RYx0046793; Mon, 16 Feb 2004 17:27:34 -0800 (PST) (envelope-from mikeh) Message-Id: <200402170127.i1H1RYx0046793@repoman.freebsd.org> From: Mike Heffner Date: Mon, 16 Feb 2004 17:27:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/lirc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:27:35 -0000 mikeh 2004/02/16 17:27:34 PST FreeBSD ports repository Modified files: comms/lirc Makefile pkg-plist Log: Fix plist & unmark broken. Revision Changes Path 1.6 +0 -2 ports/comms/lirc/Makefile 1.2 +0 -1 ports/comms/lirc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:28:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31B916A4CE; Mon, 16 Feb 2004 17:28:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C968243D2D; Mon, 16 Feb 2004 17:28:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1SPGe046873; Mon, 16 Feb 2004 17:28:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1SPpI046872; Mon, 16 Feb 2004 17:28:25 -0800 (PST) (envelope-from kris) Message-Id: <200402170128.i1H1SPpI046872@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 17:28:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/harvest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:28:26 -0000 kris 2004/02/16 17:28:25 PST FreeBSD ports repository Modified files: www/harvest Makefile Log: Back out previous commit (I forgot that libpthread is a link to libc_r on sparc64) Revision Changes Path 1.30 +0 -4 ports/www/harvest/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:28:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD1E16A4CE; Mon, 16 Feb 2004 17:28:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0275D43D2F; Mon, 16 Feb 2004 17:28:49 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1SmGe046940; Mon, 16 Feb 2004 17:28:48 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1SmVX046939; Mon, 16 Feb 2004 17:28:48 -0800 (PST) (envelope-from ache) Message-Id: <200402170128.i1H1SmVX046939@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:28:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/diff3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:28:49 -0000 ache 2004/02/16 17:28:48 PST FreeBSD src repository Modified files: gnu/usr.bin/diff3 Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.7 +1 -1 src/gnu/usr.bin/diff3/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:30:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4755D16A4CE; Mon, 16 Feb 2004 17:30:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9CB43D1D; Mon, 16 Feb 2004 17:30:57 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1UvGe047095; Mon, 16 Feb 2004 17:30:57 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1UuUZ047094; Mon, 16 Feb 2004 17:30:56 -0800 (PST) (envelope-from ache) Message-Id: <200402170130.i1H1UuUZ047094@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:30:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/sdiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:30:57 -0000 ache 2004/02/16 17:30:56 PST FreeBSD src repository Modified files: gnu/usr.bin/sdiff Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.6 +1 -1 src/gnu/usr.bin/sdiff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:31:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C91216A4CE; Mon, 16 Feb 2004 17:31:15 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D9843D1F; Mon, 16 Feb 2004 17:31:15 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1H1VETA064989; Mon, 16 Feb 2004 17:31:14 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1H1VEmQ064988; Mon, 16 Feb 2004 17:31:14 -0800 (PST) (envelope-from sgk) Date: Mon, 16 Feb 2004 17:31:14 -0800 From: Steve Kargl To: Kris Kennaway Message-ID: <20040217013114.GA64977@troutmask.apl.washington.edu> References: <200402162336.i1GNaZ0G081776@repoman.freebsd.org> <20040216235820.GA64225@troutmask.apl.washington.edu> <20040217000525.GA4094@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217000525.GA4094@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/linux-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:31:15 -0000 On Mon, Feb 16, 2004 at 04:05:25PM -0800, Kris Kennaway wrote: > On Mon, Feb 16, 2004 at 03:58:20PM -0800, Steve Kargl wrote: > > On Mon, Feb 16, 2004 at 03:36:35PM -0800, Kris Kennaway wrote: > > > kris 2004/02/16 15:36:35 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > www/linux-opera Makefile > > > Log: > > > BROKEN: Unfetchable > > > > > > > You need to drop use of bzip2. A tar.gz tarball is > > available and it installs without a problem after > > a new distinfo file is created. > > > > Thanks, can you please submit an update? > I had to manually download the *.tar.gz file from www.opera.com. It appears ftp.opera.com is no longer functional and the www.opera.com requests that one chooses a mirror to download from. I'm not sure how to handle this type of port build. -- Steve From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:34:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE63516A4CF; Mon, 16 Feb 2004 17:34:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D3A43D1F; Mon, 16 Feb 2004 17:34:53 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1YrGe048921; Mon, 16 Feb 2004 17:34:53 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1Yr67048920; Mon, 16 Feb 2004 17:34:53 -0800 (PST) (envelope-from ache) Message-Id: <200402170134.i1H1Yr67048920@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:34:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/dc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:34:54 -0000 ache 2004/02/16 17:34:53 PST FreeBSD src repository Modified files: gnu/usr.bin/dc Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.12 +1 -1 src/gnu/usr.bin/dc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:37:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45AC16A4CE for ; Mon, 16 Feb 2004 17:37:28 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BAD43D3F for ; Mon, 16 Feb 2004 17:37:28 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1AsuAx-00077E-MG for cvs-all@FreeBSD.org; Tue, 17 Feb 2004 01:37:27 +0000 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 26942-10 for ; Tue, 17 Feb 2004 01:37:27 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1AsuAx-000778-90 for cvs-all@FreeBSD.org; Tue, 17 Feb 2004 01:37:27 +0000 Received: (qmail 4263 invoked by uid 0); 17 Feb 2004 01:37:26 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.558542 secs); 17 Feb 2004 01:37:26 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.558542 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 17 Feb 2004 01:37:24 -0000 Message-Id: <6.0.1.1.1.20040217013021.03a47a30@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Tue, 17 Feb 2004 01:37:22 +0000 To: Maxime Henrion From: Colin Percival In-Reply-To: <20040216210503.GC35475@elvis.mu.org> References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Robert Watson cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:37:28 -0000 At 21:05 16/02/2004, Maxime Henrion wrote: >I find it very convenient to have a flag to tell malloc() to try as hard >as it can to allocate the memory without crashing on us. Is this really good enough? When I was routinely running my system out of kernel memory by using a large malloc backed md(4), the panic never came from a failed allocation in the md code; rather, md would use up all the available memory, and then some other kernel call (which needed only some small amount of memory) would panic. From a security point of view, I can't see how there's any alternative to using a user-allocated buffer for such requests. Colin Percival From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:40:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1827316A4CE; Mon, 16 Feb 2004 17:40:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F266143D2D; Mon, 16 Feb 2004 17:40:25 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1ePGe049202; Mon, 16 Feb 2004 17:40:25 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1eP2T049201; Mon, 16 Feb 2004 17:40:25 -0800 (PST) (envelope-from ache) Message-Id: <200402170140.i1H1eP2T049201@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:40:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cpio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:40:26 -0000 ache 2004/02/16 17:40:25 PST FreeBSD src repository Modified files: gnu/usr.bin/cpio Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.9 +2 -2 src/gnu/usr.bin/cpio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:40:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3106B16A4CE; Mon, 16 Feb 2004 17:40:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AE643D2D; Mon, 16 Feb 2004 17:40:40 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1edGe049318; Mon, 16 Feb 2004 17:40:39 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1edf2049317; Mon, 16 Feb 2004 17:40:39 -0800 (PST) (envelope-from trevor) Message-Id: <200402170140.i1H1edf2049317@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 17:40:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/find-zlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:40:40 -0000 trevor 2004/02/16 17:40:39 PST FreeBSD ports repository Modified files: security/find-zlib Makefile Log: Use PLIST_FILES. Revision Changes Path 1.3 +1 -4 ports/security/find-zlib/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:41:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAD616A4CE; Mon, 16 Feb 2004 17:41:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5328C43D1D; Mon, 16 Feb 2004 17:41:50 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1foGe050597; Mon, 16 Feb 2004 17:41:50 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1foGU050593; Mon, 16 Feb 2004 17:41:50 -0800 (PST) (envelope-from ache) Message-Id: <200402170141.i1H1foGU050593@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:41:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/cpio FREEBSD-upgrade getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:41:50 -0000 ache 2004/02/16 17:41:50 PST FreeBSD src repository Modified files: contrib/cpio FREEBSD-upgrade Removed files: contrib/cpio getopt.c getopt.h getopt1.c Log: Remove unneded files Revision Changes Path 1.4 +1 -1 src/contrib/cpio/FREEBSD-upgrade 1.2 +0 -765 src/contrib/cpio/getopt.c (dead) 1.2 +0 -129 src/contrib/cpio/getopt.h (dead) 1.2 +0 -180 src/contrib/cpio/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:49:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C2DC16A4CE; Mon, 16 Feb 2004 17:49:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321C443D1D; Mon, 16 Feb 2004 17:49:21 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1nLGe051328; Mon, 16 Feb 2004 17:49:21 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1nKkc051327; Mon, 16 Feb 2004 17:49:20 -0800 (PST) (envelope-from ache) Message-Id: <200402170149.i1H1nKkc051327@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:49:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gperf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:49:21 -0000 ache 2004/02/16 17:49:20 PST FreeBSD src repository Modified files: gnu/usr.bin/gperf Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.11 +1 -1 src/gnu/usr.bin/gperf/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:51:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95CB916A4CE; Mon, 16 Feb 2004 17:51:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FCC43D1D; Mon, 16 Feb 2004 17:51:08 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1p8Ge051585; Mon, 16 Feb 2004 17:51:08 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1p86C051583; Mon, 16 Feb 2004 17:51:08 -0800 (PST) (envelope-from ache) Message-Id: <200402170151.i1H1p86C051583@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:51:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gperf FREEBSD-Xlist src/contrib/gperf/lib getopt.c getopt.c.patch getopt.h getopt.h.patch getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:51:08 -0000 ache 2004/02/16 17:51:08 PST FreeBSD src repository Modified files: contrib/gperf FREEBSD-Xlist Removed files: contrib/gperf/lib getopt.c getopt.c.patch getopt.h getopt.h.patch getopt1.c Log: Remove unneded files Revision Changes Path 1.2 +1 -0 src/contrib/gperf/FREEBSD-Xlist 1.2 +0 -1042 src/contrib/gperf/lib/getopt.c (dead) 1.2 +0 -25 src/contrib/gperf/lib/getopt.c.patch (dead) 1.2 +0 -138 src/contrib/gperf/lib/getopt.h (dead) 1.2 +0 -40 src/contrib/gperf/lib/getopt.h.patch (dead) 1.2 +0 -188 src/contrib/gperf/lib/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:52:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AB316A4CE; Mon, 16 Feb 2004 17:52:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC6C43D1D; Mon, 16 Feb 2004 17:52:20 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1qKGe053224; Mon, 16 Feb 2004 17:52:20 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1qKEK053220; Mon, 16 Feb 2004 17:52:20 -0800 (PST) (envelope-from trevor) Message-Id: <200402170152.i1H1qKEK053220@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 17:52:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:52:20 -0000 trevor 2004/02/16 17:52:20 PST FreeBSD ports repository Modified files: x11/wrapper Makefile Log: Suppress bogus "/usr/ports/distfiles//wrapper-1.0.tar.gz: No such file or directory" message. Revision Changes Path 1.17 +2 -0 ports/x11/wrapper/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:54:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D0E16A4CE; Mon, 16 Feb 2004 17:54:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C02143D1D; Mon, 16 Feb 2004 17:54:46 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1skGe053424; Mon, 16 Feb 2004 17:54:46 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1skr5053423; Mon, 16 Feb 2004 17:54:46 -0800 (PST) (envelope-from trevor) Message-Id: <200402170154.i1H1skr5053423@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 17:54:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:54:46 -0000 trevor 2004/02/16 17:54:46 PST FreeBSD ports repository Modified files: x11/wrapper Makefile Log: Fix misspelling in last commit. Revision Changes Path 1.18 +2 -2 ports/x11/wrapper/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:58:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BF716A4CE; Mon, 16 Feb 2004 17:58:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C8243D2F; Mon, 16 Feb 2004 17:58:49 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1wnGe053606; Mon, 16 Feb 2004 17:58:49 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1wnH8053605; Mon, 16 Feb 2004 17:58:49 -0800 (PST) (envelope-from trevor) Message-Id: <200402170158.i1H1wnH8053605@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 17:58:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wrapper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:58:50 -0000 trevor 2004/02/16 17:58:49 PST FreeBSD ports repository Modified files: x11/wrapper Makefile Log: Support non-default X11BASE. PR: 62882 Submitted by: Stefan Grundmann of waset.de Revision Changes Path 1.19 +1 -1 ports/x11/wrapper/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 17:59:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 955BA16A4CE; Mon, 16 Feb 2004 17:59:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C41E43D1D; Mon, 16 Feb 2004 17:59:37 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H1xbGe053686; Mon, 16 Feb 2004 17:59:37 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H1xbwl053685; Mon, 16 Feb 2004 17:59:37 -0800 (PST) (envelope-from ache) Message-Id: <200402170159.i1H1xbwl053685@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 17:59:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gzip Makefile getopt.c getopt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 01:59:37 -0000 ache 2004/02/16 17:59:37 PST FreeBSD src repository Modified files: gnu/usr.bin/gzip Makefile Removed files: gnu/usr.bin/gzip getopt.c getopt.h Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.26 +1 -1 src/gnu/usr.bin/gzip/Makefile 1.5 +0 -756 src/gnu/usr.bin/gzip/getopt.c (dead) 1.4 +0 -127 src/gnu/usr.bin/gzip/getopt.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:02:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27FE16A4CE; Mon, 16 Feb 2004 18:02:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8906E43D1F; Mon, 16 Feb 2004 18:02:18 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H22IGe055215; Mon, 16 Feb 2004 18:02:18 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H22IY9055214; Mon, 16 Feb 2004 18:02:18 -0800 (PST) (envelope-from tjr) Message-Id: <200402170202.i1H22IY9055214@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 16 Feb 2004 18:02:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/newfs_msdos newfs_msdos.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:02:18 -0000 tjr 2004/02/16 18:02:18 PST FreeBSD src repository Modified files: sbin/newfs_msdos newfs_msdos.c Log: Remove unnecessary newlines from errx() arguments. Revision Changes Path 1.20 +4 -4 src/sbin/newfs_msdos/newfs_msdos.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:08:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C06816A4CE; Mon, 16 Feb 2004 18:08:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF6543D2D; Mon, 16 Feb 2004 18:08:04 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H284Ge056692; Mon, 16 Feb 2004 18:08:04 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H284L2056691; Mon, 16 Feb 2004 18:08:04 -0800 (PST) (envelope-from ache) Message-Id: <200402170208.i1H284L2056691@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 18:08:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/texinfo/libtxi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:08:04 -0000 ache 2004/02/16 18:08:03 PST FreeBSD src repository Modified files: gnu/usr.bin/texinfo/libtxi Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/texinfo/libtxi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:08:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C53A816A4CF for ; Mon, 16 Feb 2004 18:08:50 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EDBE43D3F for ; Mon, 16 Feb 2004 18:08:50 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 37291 invoked from network); 17 Feb 2004 02:08:49 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 17 Feb 2004 02:08:49 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 16 Feb 2004 20:08:47 -0600 (CST) From: Mike Silbersack To: Colin Percival In-Reply-To: <6.0.1.1.1.20040217013021.03a47a30@imap.sfu.ca> Message-ID: <20040216200627.W4491@odysseus.silby.com> References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.org> <6.0.1.1.1.20040217013021.03a47a30@imap.sfu.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: Maxime Henrion cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Robert Watson cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:08:50 -0000 On Tue, 17 Feb 2004, Colin Percival wrote: > At 21:05 16/02/2004, Maxime Henrion wrote: > >I find it very convenient to have a flag to tell malloc() to try as hard > >as it can to allocate the memory without crashing on us. > > > Is this really good enough? When I was routinely running my system out > of kernel memory by using a large malloc backed md(4), the panic never > came from a failed allocation in the md code; rather, md would use up all > the available memory, and then some other kernel call (which needed only > some small amount of memory) would panic. > From a security point of view, I can't see how there's any alternative > to using a user-allocated buffer for such requests. > > > Colin Percival The M_SAFE and M_NOWAIT flags could be set to leave a 10% memory buffer that only M_WAITOK callers would eat into. This would (hopefully) help to avoid panicing the system, while still maintaining the desired semantic for M_WAITOK callers. Er, wait, maybe M_WAITOK callers should block at that boundary, and M_NOWAIT should succeed... hrm. Either way, something should be done, the current state of affairs isn't all that perfect. Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:09:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4281A16A4CE; Mon, 16 Feb 2004 18:09:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FF243D2D; Mon, 16 Feb 2004 18:09:54 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H29rGe056780; Mon, 16 Feb 2004 18:09:53 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H29rsJ056779; Mon, 16 Feb 2004 18:09:53 -0800 (PST) (envelope-from ache) Message-Id: <200402170209.i1H29rsJ056779@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 18:09:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/texinfo FREEBSD-Xlistsrc/contrib/texinfo/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:09:54 -0000 ache 2004/02/16 18:09:53 PST FreeBSD src repository Modified files: contrib/texinfo FREEBSD-Xlist Removed files: contrib/texinfo/lib getopt.c getopt.h getopt1.c Log: Remove unneded files Revision Changes Path 1.5 +1 -0 src/contrib/texinfo/FREEBSD-Xlist 1.2 +0 -1044 src/contrib/texinfo/lib/getopt.c (dead) 1.2 +0 -133 src/contrib/texinfo/lib/getopt.h (dead) 1.2 +0 -189 src/contrib/texinfo/lib/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:16:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A067D16A4CE; Mon, 16 Feb 2004 18:16:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FBC43D1D; Mon, 16 Feb 2004 18:16:56 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2GuGe058859; Mon, 16 Feb 2004 18:16:56 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2GuU4058858; Mon, 16 Feb 2004 18:16:56 -0800 (PST) (envelope-from alfred) Message-Id: <200402170216.i1H2GuU4058858@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 16 Feb 2004 18:16:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:16:56 -0000 alfred 2004/02/16 18:16:56 PST FreeBSD src repository Modified files: . access Log: Add Jim Rees (rees@) who will be working on the nfs4 client/server. I will be his mentor. Revision Changes Path 1.642 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:21:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6E3616A4CE; Mon, 16 Feb 2004 18:21:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAA143D1F; Mon, 16 Feb 2004 18:21:40 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2LeGe060059; Mon, 16 Feb 2004 18:21:40 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2LeDH060054; Mon, 16 Feb 2004 18:21:40 -0800 (PST) (envelope-from trevor) Message-Id: <200402170221.i1H2LeDH060054@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 18:21:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/qiv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:21:41 -0000 trevor 2004/02/16 18:21:40 PST FreeBSD ports repository Modified files: graphics/qiv Makefile distinfo Log: Update to 1.9. Requested by: Grigori "Greg" Goronzy Revision Changes Path 1.25 +2 -3 ports/graphics/qiv/Makefile 1.11 +2 -2 ports/graphics/qiv/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:22:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5ACE16A4CE; Mon, 16 Feb 2004 18:22:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0C043D1F; Mon, 16 Feb 2004 18:22:33 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2MXGe060851; Mon, 16 Feb 2004 18:22:33 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2MX16060847; Mon, 16 Feb 2004 18:22:33 -0800 (PST) (envelope-from ijliao) Message-Id: <200402170222.i1H2MX16060847@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 16 Feb 2004 18:22:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gai Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:22:33 -0000 ijliao 2004/02/16 18:22:33 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/gai Makefile distinfo pkg-descr Log: add gai 0.5.2 General Applet Interface Library Revision Changes Path 1.295 +1 -0 ports/x11-toolkits/Makefile 1.1 +54 -0 ports/x11-toolkits/gai/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/gai/distinfo (new) 1.1 +10 -0 ports/x11-toolkits/gai/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:23:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1538616A4CE; Mon, 16 Feb 2004 18:23:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD57E43D2D; Mon, 16 Feb 2004 18:23:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2N5Ge060923; Mon, 16 Feb 2004 18:23:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2N5k1060922; Mon, 16 Feb 2004 18:23:05 -0800 (PST) (envelope-from kris) Message-Id: <200402170223.i1H2N5k1060922@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 18:23:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/fcptools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:23:06 -0000 kris 2004/02/16 18:23:05 PST FreeBSD ports repository Modified files: net/fcptools Makefile Log: Revert previous commit (I forgot that libpthread is a symlink to libc_r on sparc64) Revision Changes Path 1.5 +1 -7 ports/net/fcptools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:24:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8798916A4CE; Mon, 16 Feb 2004 18:24:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C30F43D1D; Mon, 16 Feb 2004 18:24:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2OsGe060992; Mon, 16 Feb 2004 18:24:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2OsRh060991; Mon, 16 Feb 2004 18:24:54 -0800 (PST) (envelope-from kris) Message-Id: <200402170224.i1H2OsRh060991@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 18:24:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/gftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:24:54 -0000 kris 2004/02/16 18:24:54 PST FreeBSD ports repository Modified files: ftp/gftp Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.42 +2 -0 ports/ftp/gftp/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:25:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B62816A4CE; Mon, 16 Feb 2004 18:25:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607E743D2D; Mon, 16 Feb 2004 18:25:00 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2P0Ge061024; Mon, 16 Feb 2004 18:25:00 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2P0C1061023; Mon, 16 Feb 2004 18:25:00 -0800 (PST) (envelope-from ijliao) Message-Id: <200402170225.i1H2P0C1061023@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 16 Feb 2004 18:25:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:25:00 -0000 ijliao 2004/02/16 18:25:00 PST FreeBSD ports repository Modified files: . modules Log: gai --> ports/x11-toolkits/gai Revision Changes Path 1.9409 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:27:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2453A16A4CE; Mon, 16 Feb 2004 18:27:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0940F43D1D; Mon, 16 Feb 2004 18:27:39 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2RcGe061168; Mon, 16 Feb 2004 18:27:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2RcOF061167; Mon, 16 Feb 2004 18:27:38 -0800 (PST) (envelope-from kris) Message-Id: <200402170227.i1H2RcOF061167@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 18:27:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:27:39 -0000 kris 2004/02/16 18:27:38 PST FreeBSD ports repository Modified files: net/asterisk Makefile Log: BROKEN: Does not compile Revision Changes Path 1.8 +2 -0 ports/net/asterisk/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 18:30:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E378516A4CE; Mon, 16 Feb 2004 18:30:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C947143D1D; Mon, 16 Feb 2004 18:30:02 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H2U2Ge061291; Mon, 16 Feb 2004 18:30:02 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H2U2cC061290; Mon, 16 Feb 2004 18:30:02 -0800 (PST) (envelope-from max) Message-Id: <200402170230.i1H2U2cC061290@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 16 Feb 2004 18:30:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/Canna pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 02:30:03 -0000 max 2004/02/16 18:30:02 PST FreeBSD ports repository Modified files: japanese/Canna pkg-message Log: Typo fix. Pointed-out by: ume Revision Changes Path 1.3 +2 -2 ports/japanese/Canna/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:05:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8B816A4CE; Mon, 16 Feb 2004 19:05:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 706B243D1D; Mon, 16 Feb 2004 19:05:14 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H35EGe070505; Mon, 16 Feb 2004 19:05:14 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H35ET3070504; Mon, 16 Feb 2004 19:05:14 -0800 (PST) (envelope-from fjoe) Message-Id: <200402170305.i1H35ET3070504@repoman.freebsd.org> From: Max Khon Date: Mon, 16 Feb 2004 19:05:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers Makefile ports/archivers/upx Makefile distinfo pkg-descr pkg-message ports/archivers/upx/files freebsd.h l_b_n2b.h l_b_n2d.h l_b_n2e.h patch-Makefile patch-Makefile.inc patch-conf.h patch-help.cpp patch-p_unix.cpp patch-p_unix.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:05:14 -0000 fjoe 2004/02/16 19:05:13 PST FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/upx Makefile distinfo pkg-descr pkg-message archivers/upx/files freebsd.h l_b_n2b.h l_b_n2d.h l_b_n2e.h patch-Makefile patch-Makefile.inc patch-conf.h patch-help.cpp patch-p_unix.cpp patch-p_unix.h patch-packmast.cpp patch-stub-Makefile patch-stub-l_linux.c patch-stub-linux.hh Log: New port: upx 1.24 UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Revision Changes Path 1.91 +1 -0 ports/archivers/Makefile 1.1 +47 -0 ports/archivers/upx/Makefile (new) 1.1 +4 -0 ports/archivers/upx/distinfo (new) 1.1 +229 -0 ports/archivers/upx/files/freebsd.h (new) 1.1 +157 -0 ports/archivers/upx/files/l_b_n2b.h (new) 1.1 +158 -0 ports/archivers/upx/files/l_b_n2d.h (new) 1.1 +159 -0 ports/archivers/upx/files/l_b_n2e.h (new) 1.1 +40 -0 ports/archivers/upx/files/patch-Makefile (new) 1.1 +11 -0 ports/archivers/upx/files/patch-Makefile.inc (new) 1.1 +19 -0 ports/archivers/upx/files/patch-conf.h (new) 1.1 +12 -0 ports/archivers/upx/files/patch-help.cpp (new) 1.1 +98 -0 ports/archivers/upx/files/patch-p_unix.cpp (new) 1.1 +28 -0 ports/archivers/upx/files/patch-p_unix.h (new) 1.1 +11 -0 ports/archivers/upx/files/patch-packmast.cpp (new) 1.1 +70 -0 ports/archivers/upx/files/patch-stub-Makefile (new) 1.1 +150 -0 ports/archivers/upx/files/patch-stub-l_linux.c (new) 1.1 +54 -0 ports/archivers/upx/files/patch-stub-linux.hh (new) 1.1 +12 -0 ports/archivers/upx/pkg-descr (new) 1.1 +1 -0 ports/archivers/upx/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:09:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3686216A4CE; Mon, 16 Feb 2004 19:09:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B35143D2D; Mon, 16 Feb 2004 19:09:31 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H39UGe070667; Mon, 16 Feb 2004 19:09:30 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H39Uvf070666; Mon, 16 Feb 2004 19:09:30 -0800 (PST) (envelope-from fjoe) Message-Id: <200402170309.i1H39Uvf070666@repoman.freebsd.org> From: Max Khon Date: Mon, 16 Feb 2004 19:09:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:09:31 -0000 fjoe 2004/02/16 19:09:30 PST FreeBSD ports repository Modified files: . modules Log: upx -> ports/archivers/upx Revision Changes Path 1.9410 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:14:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C6C16A4CE; Mon, 16 Feb 2004 19:14:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBE6C43D1F; Mon, 16 Feb 2004 19:14:47 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3ElGe072686; Mon, 16 Feb 2004 19:14:47 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3EloC072685; Mon, 16 Feb 2004 19:14:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200402170314.i1H3EloC072685@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 16 Feb 2004 19:14:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gai Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:14:48 -0000 ijliao 2004/02/16 19:14:47 PST FreeBSD ports repository Modified files: x11-toolkits/gai Makefile Log: this port installs shlib Revision Changes Path 1.2 +1 -0 ports/x11-toolkits/gai/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:18:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E755B16A4CE; Mon, 16 Feb 2004 19:18:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA8F43D1F; Mon, 16 Feb 2004 19:18:24 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3IOGe072816; Mon, 16 Feb 2004 19:18:24 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3IODO072815; Mon, 16 Feb 2004 19:18:24 -0800 (PST) (envelope-from ache) Message-Id: <200402170318.i1H3IODO072815@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 19:18:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_int Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:18:25 -0000 ache 2004/02/16 19:18:24 PST FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_int Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc (cc toolchain use it rarely, so no surprizes should occurse) Revision Changes Path 1.40 +1 -1 src/gnu/usr.bin/cc/cc_int/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:22:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65ED16A4CE; Mon, 16 Feb 2004 19:22:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC13843D31; Mon, 16 Feb 2004 19:22:35 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3MZGe074790; Mon, 16 Feb 2004 19:22:35 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3MZhf074789; Mon, 16 Feb 2004 19:22:35 -0800 (PST) (envelope-from ache) Message-Id: <200402170322.i1H3MZhf074789@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 19:22:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc FREEBSD-Xlist FREEBSD-deletelist getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:22:36 -0000 ache 2004/02/16 19:22:35 PST FreeBSD src repository Modified files: contrib/gcc FREEBSD-Xlist FREEBSD-deletelist Removed files: contrib/gcc getopt.c getopt.h getopt1.c Log: Remove unneeded files Revision Changes Path 1.3 +2 -0 src/contrib/gcc/FREEBSD-Xlist 1.5 +2 -1 src/contrib/gcc/FREEBSD-deletelist 1.2 +0 -765 src/contrib/gcc/getopt.c (dead) 1.2 +0 -129 src/contrib/gcc/getopt.h (dead) 1.2 +0 -180 src/contrib/gcc/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:40:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D36B16A4CE; Mon, 16 Feb 2004 19:40:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1279D43D2D; Mon, 16 Feb 2004 19:40:33 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3eWGe077153; Mon, 16 Feb 2004 19:40:32 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3eWec077152; Mon, 16 Feb 2004 19:40:32 -0800 (PST) (envelope-from ache) Message-Id: <200402170340.i1H3eWec077152@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 19:40:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/src/libs/libgroff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:40:33 -0000 ache 2004/02/16 19:40:32 PST FreeBSD src repository Modified files: gnu/usr.bin/groff/src/libs/libgroff Makefile Log: Remove getopt*.c, we already have compatible getopt_long() in libc Revision Changes Path 1.6 +1 -1 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:43:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFFD16A4CE; Mon, 16 Feb 2004 19:43:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D376E43D2F; Mon, 16 Feb 2004 19:43:12 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3hCGe079055; Mon, 16 Feb 2004 19:43:12 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3hCot079054; Mon, 16 Feb 2004 19:43:12 -0800 (PST) (envelope-from ache) Message-Id: <200402170343.i1H3hCot079054@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 19:43:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/groff FREEBSD-Xlistsrc/contrib/groff/src/include getopt.h src/contrib/groff/src/libs/libgroff getopt.c getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:43:13 -0000 ache 2004/02/16 19:43:12 PST FreeBSD src repository Modified files: contrib/groff FREEBSD-Xlist Removed files: contrib/groff/src/include getopt.h contrib/groff/src/libs/libgroff getopt.c getopt1.c Log: Remove unneeded files Revision Changes Path 1.3 +2 -0 src/contrib/groff/FREEBSD-Xlist 1.2 +0 -169 src/contrib/groff/src/include/getopt.h (dead) 1.2 +0 -1055 src/contrib/groff/src/libs/libgroff/getopt.c (dead) 1.2 +0 -188 src/contrib/groff/src/libs/libgroff/getopt1.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:43:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BF916A4CE; Mon, 16 Feb 2004 19:43:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FDF43D2F; Mon, 16 Feb 2004 19:43:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3hWGe079096; Mon, 16 Feb 2004 19:43:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3hWZI079095; Mon, 16 Feb 2004 19:43:32 -0800 (PST) (envelope-from marcus) Message-Id: <200402170343.i1H3hWZI079095@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 16 Feb 2004 19:43:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:43:33 -0000 marcus 2004/02/16 19:43:32 PST FreeBSD ports repository Modified files: www/galeon2 Makefile Log: Make sure the mkinstalldirs script is executable. Revision Changes Path 1.134 +1 -0 ports/www/galeon2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:44:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B895D16A4CE; Mon, 16 Feb 2004 19:44:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA7343D2D; Mon, 16 Feb 2004 19:44:48 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3imGe079185; Mon, 16 Feb 2004 19:44:48 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3imrg079184; Mon, 16 Feb 2004 19:44:48 -0800 (PST) (envelope-from knu) Message-Id: <200402170344.i1H3imrg079184@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 16 Feb 2004 19:44:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ruby-narray Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:44:48 -0000 knu 2004/02/16 19:44:48 PST FreeBSD ports repository Modified files: math/ruby-narray Makefile distinfo Log: Update to 0.5.7p1 which now supports ruby 1.8. PR: ports/62868 Submitted by: Shin'ya Murakami Revision Changes Path 1.14 +1 -1 ports/math/ruby-narray/Makefile 1.10 +2 -1 ports/math/ruby-narray/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6689616A4CE; Mon, 16 Feb 2004 19:53:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA2343D2D; Mon, 16 Feb 2004 19:53:45 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3rjGe081250; Mon, 16 Feb 2004 19:53:45 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3riGW081249; Mon, 16 Feb 2004 19:53:44 -0800 (PST) (envelope-from knu) Message-Id: <200402170353.i1H3riGW081249@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 16 Feb 2004 19:53:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ruby-netcdf Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:53:45 -0000 knu 2004/02/16 19:53:44 PST FreeBSD ports repository Modified files: math/ruby-netcdf Makefile distinfo pkg-plist Log: Update to 0.5.3 PR: ports/62803 Submitted by: Shin'ya Murakami Add build time dependency to ruby-narray. Revision Changes Path 1.5 +2 -1 ports/math/ruby-netcdf/Makefile 1.3 +2 -1 ports/math/ruby-netcdf/distinfo 1.4 +2 -2 ports/math/ruby-netcdf/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 19:58:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D30816A4CE; Mon, 16 Feb 2004 19:58:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8262F43D2F; Mon, 16 Feb 2004 19:58:34 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H3wYGe081476; Mon, 16 Feb 2004 19:58:34 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H3wYdM081475; Mon, 16 Feb 2004 19:58:34 -0800 (PST) (envelope-from knu) Message-Id: <200402170358.i1H3wYdM081475@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 16 Feb 2004 19:58:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ruby18 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 03:58:34 -0000 knu 2004/02/16 19:58:34 PST FreeBSD ports repository Modified files: lang/ruby18 Makefile pkg-plist Log: Fix plist and bump PORTREVISION. PR: ports/61596 Submitted by: Oliver Eikemeier Revision Changes Path 1.71 +1 -0 ports/lang/ruby18/Makefile 1.42 +83 -21 ports/lang/ruby18/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Feb 16 20:01:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC0A16A4CE; Mon, 16 Feb 2004 20:01:03 -0800 (PST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F5643D1F; Mon, 16 Feb 2004 20:01:03 -0800 (PST) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 7E51E2BD53; Tue, 17 Feb 2004 15:01:01 +1100 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 3D1E351200; Tue, 17 Feb 2004 14:30:59 +1030 (CST) Date: Tue, 17 Feb 2004 14:30:59 +1030 From: Greg 'groggy' Lehey To: Lukas Ertl Message-ID: <20040217040059.GA43544@wantadilla.lemis.com> References: <200402162304.i1GN4qw2074762@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <200402162304.i1GN4qw2074762@repoman.freebsd.org> User-Agent: Mutt/1.4.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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 04:01:03 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 16 February 2004 at 15:04:52 -0800, Lukas Ertl wrote: > le 2004/02/16 15:04:52 PST > > FreeBSD src repository > > Modified files: > sbin/vinum commands.c > Log: > Also remove "makedev" from the online help. Approved by: grog BTW, "Also" makes sense when you first read the CVS mail. In a few years' time it will just be confusing. Greg -- See complete headers for address and phone numbers. --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFAMZH7IubykFB6QiMRApYCAJ9ixapqRVu8rhX5i3QpOMwSJBWmAgCeNiXT N7vMEHbwvn5N+SxnmyzMmwA= =ggBy -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 20:51:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733F816A4CE; Mon, 16 Feb 2004 20:51:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204DD43D1D; Mon, 16 Feb 2004 20:51:08 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H4p7Ge098812; Mon, 16 Feb 2004 20:51:07 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H4p7xu098793; Mon, 16 Feb 2004 20:51:07 -0800 (PST) (envelope-from grog) Message-Id: <200402170451.i1H4p7xu098793@repoman.freebsd.org> From: Greg Lehey Date: Mon, 16 Feb 2004 20:51:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/conscontrol conscontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 04:51:08 -0000 grog 2004/02/16 20:51:06 PST FreeBSD src repository Modified files: sbin/conscontrol conscontrol.c Log: Recognize if the user supplies the full pathname to /dev/console and friends, and DTRT. Explain if he supplies a pathname that is not in /dev. Revision Changes Path 1.3 +27 -1 src/sbin/conscontrol/conscontrol.c From owner-cvs-all@FreeBSD.ORG Mon Feb 16 20:53:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0392516A4CE; Mon, 16 Feb 2004 20:53:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB6E43D1D; Mon, 16 Feb 2004 20:53:47 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H4rlGe000762; Mon, 16 Feb 2004 20:53:47 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H4rlrY000761; Mon, 16 Feb 2004 20:53:47 -0800 (PST) (envelope-from grog) Message-Id: <200402170453.i1H4rlrY000761@repoman.freebsd.org> From: Greg Lehey Date: Mon, 16 Feb 2004 20:53:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/conscontrol conscontrol.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 04:53:48 -0000 grog 2004/02/16 20:53:47 PST FreeBSD src repository Modified files: sbin/conscontrol conscontrol.8 Log: Explain what console names are valid. Revision Changes Path 1.5 +5 -0 src/sbin/conscontrol/conscontrol.8 From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:03:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47AFD16A4CE; Mon, 16 Feb 2004 21:03:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8CA43D2D; Mon, 16 Feb 2004 21:03:53 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H53rGe003896; Mon, 16 Feb 2004 21:03:53 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H53qmO003895; Mon, 16 Feb 2004 21:03:52 -0800 (PST) (envelope-from bmah) Message-Id: <200402170503.i1H53qmO003895@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:03:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:03:53 -0000 bmah 2004/02/16 21:03:52 PST FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: New entities: libarchive(3), sdp(3), sdpd(8). Revision Changes Path 1.259 +3 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:05:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EFD16A4CE; Mon, 16 Feb 2004 21:05:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7C843D1D; Mon, 16 Feb 2004 21:05:44 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H55hGe004026; Mon, 16 Feb 2004 21:05:43 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H55hTu004025; Mon, 16 Feb 2004 21:05:43 -0800 (PST) (envelope-from bmah) Message-Id: <200402170505.i1H55hTu004025@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:05:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 17 Feb 2004 05:05:44 -0000 bmah 2004/02/16 21:05:43 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: TCP RFC 2385 (TCP-MD5) support, libarchive(3), killall(1) -e, sdpd(8), awk 20040207, GNU readline patches 001-005, GNU tar renaming, OpenPAM Eelgrass. Revision Changes Path 1.678 +34 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:07:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69B216A4CE; Mon, 16 Feb 2004 21:07:50 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B317243D1D; Mon, 16 Feb 2004 21:07:50 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1H55swn076708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Feb 2004 21:05:54 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1H55rii076688; Mon, 16 Feb 2004 21:05:53 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Mon, 16 Feb 2004 21:05:53 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402170018.i1H0IcCb004617@repoman.freebsd.org> Message-ID: <20040216210247.M36298@randomservers> References: <200402170018.i1H0IcCb004617@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: Erik Greenwald cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/qscheme Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:07:51 -0000 On Mon, 16 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/16 16:18:38 PST -> -> FreeBSD ports repository -> -> Modified files: -> lang/qscheme Makefile -> Log: -> FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS} This could become an interesting race. It looks like PR ports/62945 came in with a patch for this in less than 3 hours. -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:08:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4FF16A4CE; Mon, 16 Feb 2004 21:08:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE3A43D1F; Mon, 16 Feb 2004 21:08:33 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H58WGe004142; Mon, 16 Feb 2004 21:08:32 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H58WSi004141; Mon, 16 Feb 2004 21:08:32 -0800 (PST) (envelope-from bmah) Message-Id: <200402170508.i1H58WSi004141@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:08:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 17 Feb 2004 05:08:33 -0000 bmah 2004/02/16 21:08:32 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Whitespace fixes, no content changes. Translators may ignore this commit. Revision Changes Path 1.679 +12 -12 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:10:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5DA16A4CF; Mon, 16 Feb 2004 21:10:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909C543D1D; Mon, 16 Feb 2004 21:10:13 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5ADGe004199; Mon, 16 Feb 2004 21:10:13 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5ADnL004198; Mon, 16 Feb 2004 21:10:13 -0800 (PST) (envelope-from rwatson) Message-Id: <200402170510.i1H5ADnL004198@repoman.freebsd.org> From: Robert Watson Date: Mon, 16 Feb 2004 21:10:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc remote X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:10:13 -0000 rwatson 2004/02/16 21:10:13 PST FreeBSD src repository Modified files: etc remote Log: Add com5-com8 (cuaa4-cuaa7) to /etc/remote so they are available to tip by default. On my systems, at least, pccard modems like to turn up on higher addresses. Revision Changes Path 1.14 +4 -0 src/etc/remote From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:17:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD4A16A4CE; Mon, 16 Feb 2004 21:17:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4344A43D1D; Mon, 16 Feb 2004 21:17:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5HUGe006252; Mon, 16 Feb 2004 21:17:30 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5HU3W006251; Mon, 16 Feb 2004 21:17:30 -0800 (PST) (envelope-from bmah) Message-Id: <200402170517.i1H5HU3W006251@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:17:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: 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, 17 Feb 2004 05:17:30 -0000 bmah 2004/02/16 21:17:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: TCP RFC 2385 (TCP-MD5), libmap.conf(5). Revision Changes Path 1.22.2.393 +11 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:30:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54A916A4CE; Mon, 16 Feb 2004 21:30:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8802643D2D; Mon, 16 Feb 2004 21:30:26 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5UQGe008408; Mon, 16 Feb 2004 21:30:26 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5UQGs008407; Mon, 16 Feb 2004 21:30:26 -0800 (PST) (envelope-from bmah) Message-Id: <200402170530.i1H5UQGs008407@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:30:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 17 Feb 2004 05:30:26 -0000 bmah 2004/02/16 21:30:26 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: pw(8) -H. MFCs noted: libdisk fix for PC98, killall(8) -e. Revision Changes Path 1.680 +5 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:32:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F5116A4CE; Mon, 16 Feb 2004 21:32:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0649A43D1D; Mon, 16 Feb 2004 21:32:16 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5WFGe010052; Mon, 16 Feb 2004 21:32:15 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5WF62010048; Mon, 16 Feb 2004 21:32:15 -0800 (PST) (envelope-from bmah) Message-Id: <200402170532.i1H5WF62010048@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 16 Feb 2004 21:32:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: 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, 17 Feb 2004 05:32:16 -0000 bmah 2004/02/16 21:32:15 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: dcons(4) and dconschat(8), killall(1) -e, libdisk PC98, pw(8) -H. Revision Changes Path 1.22.2.394 +18 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:36:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B52716A4CE; Mon, 16 Feb 2004 21:36:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA9B43D1F; Mon, 16 Feb 2004 21:36:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5avGe010412; Mon, 16 Feb 2004 21:36:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5avHr010411; Mon, 16 Feb 2004 21:36:57 -0800 (PST) (envelope-from kris) Message-Id: <200402170536.i1H5avHr010411@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 21:36:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:36:57 -0000 kris 2004/02/16 21:36:57 PST FreeBSD ports repository Modified files: devel/boost Makefile Log: FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.14 +4 -0 ports/devel/boost/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:38:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A265A16A4CE; Mon, 16 Feb 2004 21:38:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD8543D1D; Mon, 16 Feb 2004 21:38:45 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5cjGe010623; Mon, 16 Feb 2004 21:38:45 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5cjQa010622; Mon, 16 Feb 2004 21:38:45 -0800 (PST) (envelope-from ache) Message-Id: <200402170538.i1H5cjQa010622@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 21:38:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:38:45 -0000 ache 2004/02/16 21:38:45 PST FreeBSD src repository Modified files: gnu/usr.bin/binutils/gasp Makefile gnu/usr.bin/binutils/gdb Makefile gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/lib Makefile gnu/usr.bin/cvs/libdiff Makefile gnu/usr.bin/diff Makefile gnu/usr.bin/grep Makefile Log: Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu Revision Changes Path 1.14 +1 -1 src/gnu/usr.bin/binutils/gasp/Makefile 1.75 +1 -1 src/gnu/usr.bin/binutils/gdb/Makefile 1.44 +1 -1 src/gnu/usr.bin/cvs/cvs/Makefile 1.25 +1 -2 src/gnu/usr.bin/cvs/lib/Makefile 1.8 +1 -2 src/gnu/usr.bin/cvs/libdiff/Makefile 1.16 +1 -1 src/gnu/usr.bin/diff/Makefile 1.28 +1 -1 src/gnu/usr.bin/grep/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 21:59:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A217616A4CE; Mon, 16 Feb 2004 21:59:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865E043D2D; Mon, 16 Feb 2004 21:59:08 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H5x8Ge014837; Mon, 16 Feb 2004 21:59:08 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H5x8Pu014836; Mon, 16 Feb 2004 21:59:08 -0800 (PST) (envelope-from trevor) Message-Id: <200402170559.i1H5x8Pu014836@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 21:59:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/openbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 05:59:08 -0000 trevor 2004/02/16 21:59:08 PST FreeBSD ports repository Modified files: x11-wm/openbox Makefile Log: Try to make this bento-pure: as discovered by Munish Chopra, there seems to be no directory to receive the Japanese po file, so create the directory beforehand. Revision Changes Path 1.61 +4 -7 ports/x11-wm/openbox/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 22:18:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD10A16A4CE; Mon, 16 Feb 2004 22:18:11 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8FC43D1F; Mon, 16 Feb 2004 22:18:11 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i1H6IWm3076286; Tue, 17 Feb 2004 01:18:32 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i1H6IWZ3076283; Tue, 17 Feb 2004 01:18:32 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 17 Feb 2004 01:18:31 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <200402170536.i1H5avHr010411@repoman.freebsd.org> Message-ID: <20040217011246.R36419@blues.jpj.net> References: <200402170536.i1H5avHr010411@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 06:18:11 -0000 > kris 2004/02/16 21:36:57 PST > > FreeBSD ports repository > > Modified files: > devel/boost Makefile > Log: > FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} > > Revision Changes Path > 1.14 +4 -0 ports/devel/boost/Makefile > > Maybe BROKEN would be more suitable, unless the incorrect threading causes a security problem? -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Mon Feb 16 22:20:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9618716A4D0; Mon, 16 Feb 2004 22:20:17 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF4843D1F; Mon, 16 Feb 2004 22:20:17 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (1f49470d91b51374304a0a2ffa711f93@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1H6KCa3020515; Tue, 17 Feb 2004 00:20:13 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF86B66D0E; Mon, 16 Feb 2004 22:20:11 -0800 (PST) Date: Mon, 16 Feb 2004 22:20:11 -0800 From: Kris Kennaway To: Trevor Johnson Message-ID: <20040217062011.GA9902@xor.obsecurity.org> References: <200402170536.i1H5avHr010411@repoman.freebsd.org> <20040217011246.R36419@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20040217011246.R36419@blues.jpj.net> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 06:20:17 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 01:18:31AM -0500, Trevor Johnson wrote: > > kris 2004/02/16 21:36:57 PST > > > > FreeBSD ports repository > > > > Modified files: > > devel/boost Makefile > > Log: > > FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} > > > > Revision Changes Path > > 1.14 +4 -0 ports/devel/boost/Makefile > > > > >=20 > Maybe BROKEN would be more suitable, unless the incorrect threading causes > a security problem? No, but it causes runtime problems for people who link against it with the default threads library, so BROKEN is inappropriate. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMbKbWry0BWjoQKURAu0KAJ4y1vMUaXA/ox9LWSh+T6KcFSQwPQCgmgMO qlb2f6KCf78pdlbwcxH5BeU= =2YWZ -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 22:28:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D11CA16A4CE; Mon, 16 Feb 2004 22:28:08 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED5D43D1D; Mon, 16 Feb 2004 22:28:08 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i1H6STm3076952; Tue, 17 Feb 2004 01:28:29 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i1H6ST6n076949; Tue, 17 Feb 2004 01:28:29 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 17 Feb 2004 01:28:29 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <20040217062011.GA9902@xor.obsecurity.org> Message-ID: <20040217012529.U36419@blues.jpj.net> References: <200402170536.i1H5avHr010411@repoman.freebsd.org> <20040217062011.GA9902@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 06:28:09 -0000 > > Maybe BROKEN would be more suitable, unless the incorrect threading causes > > a security problem? > > No, but it causes runtime problems for people who link against it with > the default threads library, so BROKEN is inappropriate. Marking it BROKEN would prevent users from installing it at all, unless they edit out the BROKEN line--or is there something I'm missing? -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Mon Feb 16 22:42:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A3316A4CE; Mon, 16 Feb 2004 22:42:00 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1049243D1D; Mon, 16 Feb 2004 22:42:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (b09e0b70e8d2223d348f445ecef0f2df@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1H6fxbF010746; Mon, 16 Feb 2004 22:41:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4F07966D0E; Mon, 16 Feb 2004 22:41:58 -0800 (PST) Date: Mon, 16 Feb 2004 22:41:58 -0800 From: Kris Kennaway To: Trevor Johnson Message-ID: <20040217064158.GA10190@xor.obsecurity.org> References: <200402170536.i1H5avHr010411@repoman.freebsd.org> <20040217011246.R36419@blues.jpj.net> <20040217062011.GA9902@xor.obsecurity.org> <20040217012529.U36419@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <20040217012529.U36419@blues.jpj.net> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 06:42:00 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 01:28:29AM -0500, Trevor Johnson wrote: > > > Maybe BROKEN would be more suitable, unless the incorrect threading c= auses > > > a security problem? > > > > No, but it causes runtime problems for people who link against it with > > the default threads library, so BROKEN is inappropriate. >=20 > Marking it BROKEN would prevent users from installing it at all, unless > they edit out the BROKEN line--or is there something I'm missing? BROKEN packages are still built on bento (to test that assertion), so users could pkg_add boost and end up with dual-linked binaries. Kris --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMbe1Wry0BWjoQKURAoqeAJ99OfTSn33csGAWvHbtQscVw/85sgCg+SMm /ZtI9SYJ10c6ozDxYmoGVNM= =M4Mb -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh-- From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:13:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0F116A4CE; Mon, 16 Feb 2004 23:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB6B43D1D; Mon, 16 Feb 2004 23:13:05 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7D4Ge032956; Mon, 16 Feb 2004 23:13:04 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7D4cG032955; Mon, 16 Feb 2004 23:13:04 -0800 (PST) (envelope-from ru) Message-Id: <200402170713.i1H7D4cG032955@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 16 Feb 2004 23:13:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot1.S boot1.s sio.S sio.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:13:05 -0000 ru 2004/02/16 23:13:04 PST FreeBSD src repository Modified files: sys/boot/i386/boot2 Makefile boot1.S Added files: sys/boot/i386/boot2 sio.S Removed files: sys/boot/i386/boot2 boot1.s sio.s Log: Re-add sio.S, and properly deal with assembler files. Repocopied by: joe Revision Changes Path 1.55 +4 -9 src/sys/boot/i386/boot2/Makefile 1.24 +0 -0 src/sys/boot/i386/boot2/boot1.S 1.24 +0 -365 src/sys/boot/i386/boot2/boot1.s (dead) 1.6 +80 -0 src/sys/boot/i386/boot2/sio.S (new) 1.5 +0 -80 src/sys/boot/i386/boot2/sio.s (dead) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:24:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFA016A4CE; Mon, 16 Feb 2004 23:24:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E9243D1F; Mon, 16 Feb 2004 23:24:47 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7OlGe035077; Mon, 16 Feb 2004 23:24:47 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7OlxA035076; Mon, 16 Feb 2004 23:24:47 -0800 (PST) (envelope-from trevor) Message-Id: <200402170724.i1H7OlxA035076@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 23:24:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/nogger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:24:48 -0000 trevor 2004/02/16 23:24:47 PST FreeBSD ports repository Modified files: audio/nogger Makefile Log: According to kris, packages are uploaded to ftp-master even for ports that are marked BROKEN. Revision Changes Path 1.10 +1 -0 ports/audio/nogger/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:36:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C24B16A4CE; Mon, 16 Feb 2004 23:36:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF2F43D1D; Mon, 16 Feb 2004 23:36:04 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7a4Ge037257; Mon, 16 Feb 2004 23:36:04 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7a47v037256; Mon, 16 Feb 2004 23:36:04 -0800 (PST) (envelope-from trevor) Message-Id: <200402170736.i1H7a47v037256@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 23:36:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wb0 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:36:04 -0000 trevor 2004/02/16 23:36:03 PST FreeBSD ports repository Modified files: www/wb0 Makefile Log: Use sed instead of in-place sed, and be quiet about it. Revision Changes Path 1.11 +3 -3 ports/www/wb0/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:39:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD35816A4CE; Mon, 16 Feb 2004 23:39:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14AE43D1F; Mon, 16 Feb 2004 23:39:42 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7dgGe037350; Mon, 16 Feb 2004 23:39:42 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7dg3E037349; Mon, 16 Feb 2004 23:39:42 -0800 (PST) (envelope-from linimon) Message-Id: <200402170739.i1H7dg3E037349@repoman.freebsd.org> From: Mark Linimon Date: Mon, 16 Feb 2004 23:39:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/py-gato Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:39:43 -0000 linimon 2004/02/16 23:39:42 PST FreeBSD ports repository Modified files: math/py-gato Makefile distinfo Log: Update to 0.98J: add animations. Informed maintainer. Revision Changes Path 1.5 +1 -1 ports/math/py-gato/Makefile 1.3 +1 -1 ports/math/py-gato/distinfo From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:41:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD6616A4CE; Mon, 16 Feb 2004 23:41:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E6C43D2F; Mon, 16 Feb 2004 23:41:50 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7foGe038801; Mon, 16 Feb 2004 23:41:50 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7foNf038800; Mon, 16 Feb 2004 23:41:50 -0800 (PST) (envelope-from ijliao) Message-Id: <200402170741.i1H7foNf038800@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 16 Feb 2004 23:41:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/py-resourcepackage Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:41:51 -0000 ijliao 2004/02/16 23:41:50 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-resourcepackage Makefile distinfo pkg-descr Log: add py-resourcepackage 1.0.0 Automated resource-as-package embedding mechanism Revision Changes Path 1.1441 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/py-resourcepackage/Makefile (new) 1.1 +2 -0 ports/devel/py-resourcepackage/distinfo (new) 1.1 +6 -0 ports/devel/py-resourcepackage/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:42:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FE716A4CE; Mon, 16 Feb 2004 23:42:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9851843D1F; Mon, 16 Feb 2004 23:42:00 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7g0Ge039000; Mon, 16 Feb 2004 23:42:00 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7g0eu038994; Mon, 16 Feb 2004 23:42:00 -0800 (PST) (envelope-from ijliao) Message-Id: <200402170742.i1H7g0eu038994@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 16 Feb 2004 23:42:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:42:00 -0000 ijliao 2004/02/16 23:42:00 PST FreeBSD ports repository Modified files: . modules Log: py-resourcepackage --> ports/devel/py-resourcepackage Revision Changes Path 1.9411 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:53:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD0AA16A4CE; Mon, 16 Feb 2004 23:53:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83F643D1D; Mon, 16 Feb 2004 23:53:06 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H7r6Ge041576; Mon, 16 Feb 2004 23:53:06 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H7r6MM041575; Mon, 16 Feb 2004 23:53:06 -0800 (PST) (envelope-from trevor) Message-Id: <200402170753.i1H7r6MM041575@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 16 Feb 2004 23:53:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/festvox-hvs Makefileports/audio/festvox-jph Makefile ports/audio/festvox-mwm Makefile ports/audio/festvox-ogirab Makefile ports/audio/festvox-tll Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:53:07 -0000 trevor 2004/02/16 23:53:06 PST FreeBSD ports repository Modified files: audio/festvox-hvs Makefile audio/festvox-jph Makefile audio/festvox-mwm Makefile audio/festvox-ogirab Makefile audio/festvox-tll Makefile Log: These voices need the OGIresLPC plugin, so make them depend on the festival+OGI port. Use the PORTSDIR macro. Revision Changes Path 1.9 +5 -4 ports/audio/festvox-hvs/Makefile 1.9 +4 -3 ports/audio/festvox-jph/Makefile 1.9 +4 -3 ports/audio/festvox-mwm/Makefile 1.9 +3 -2 ports/audio/festvox-ogirab/Makefile 1.9 +3 -2 ports/audio/festvox-tll/Makefile From owner-cvs-all@FreeBSD.ORG Mon Feb 16 23:54:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FDF16A4CE; Mon, 16 Feb 2004 23:54:22 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1230A43D1F; Mon, 16 Feb 2004 23:54:22 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id E232A5C748; Mon, 16 Feb 2004 23:54:21 -0800 (PST) Date: Tue, 17 Feb 2004 08:54:21 +0100 From: Maxime Henrion To: "M. Warner Losh" Message-ID: <20040217075421.GF35475@elvis.mu.org> References: <20040216210503.GC35475@elvis.mu.org> <20040216.142540.32721629.imp@bsdimp.com> <20040216214602.GD35475@elvis.mu.org> <20040216.174604.89900183.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040216.174604.89900183.imp@bsdimp.com> User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: rwatson@FreeBSD.org cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 07:54:22 -0000 M. Warner Losh wrote: > In message: <20040216214602.GD35475@elvis.mu.org> > Maxime Henrion writes: > : > How would that be different than M_NOWAIT and then trying again a > : > couple of times? Each time will fail if it is too big. And that's > : > not meaningfully distinguishable from there not being enough memory > : > currently available to satisfy the request. > : > : Because if there is a memory shortage but it's possible to get the > : requested amount of memory later (because it's smaller than kmem_map), > : M_WAITOK | M_SAFE won't fail but wait while M_NOWAIT will fail right > : away. Why trying again when we already have a flag for this? What this > : patch does is allow to call malloc(verybignumber) without crashing to > : help in cases where it's hard to define what's a reasonable size. > > It seems of dubious value then. If someone is going to call malloc > with a verybignumber by mistake, they are just as likely to neglect to > put M_SAFE in place. Yes, but at least with M_SAFE there is a proper way to handle this without enforcing artificial limits... There's no way to make this work without the author of the code doing something about it, otherwise we'll end up changing the M_WAITOK semantics. And we badly don't want to do that -- which is why this thread started. Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:10:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052A316A4CE; Tue, 17 Feb 2004 00:10:50 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20A643D3F; Tue, 17 Feb 2004 00:10:49 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id EBEAE5C78F; Tue, 17 Feb 2004 00:10:49 -0800 (PST) Date: Tue, 17 Feb 2004 09:10:49 +0100 From: Maxime Henrion To: Mike Silbersack Message-ID: <20040217081049.GG35475@elvis.mu.org> References: <28938.1076959003@critter.freebsd.dk> <20040216210503.GC35475@elvis.mu.org> <6.0.1.1.1.20040217013021.03a47a30@imap.sfu.ca> <20040216200627.W4491@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040216200627.W4491@odysseus.silby.com> User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: Colin Percival cc: Poul-Henning Kamp cc: Robert Watson cc: cvs-all@FreeBSD.org cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:10:50 -0000 Mike Silbersack wrote: > > On Tue, 17 Feb 2004, Colin Percival wrote: > > > At 21:05 16/02/2004, Maxime Henrion wrote: > > >I find it very convenient to have a flag to tell malloc() to try as hard > > >as it can to allocate the memory without crashing on us. > > > > > > Is this really good enough? When I was routinely running my system out > > of kernel memory by using a large malloc backed md(4), the panic never > > came from a failed allocation in the md code; rather, md would use up all > > the available memory, and then some other kernel call (which needed only > > some small amount of memory) would panic. > > From a security point of view, I can't see how there's any alternative > > to using a user-allocated buffer for such requests. > > > > > > Colin Percival > > The M_SAFE and M_NOWAIT flags could be set to leave a 10% memory buffer > that only M_WAITOK callers would eat into. This would (hopefully) help to > avoid panicing the system, while still maintaining the desired semantic > for M_WAITOK callers. > > Er, wait, maybe M_WAITOK callers should block at that boundary, and > M_NOWAIT should succeed... hrm. > > Either way, something should be done, the current state of affairs isn't > all that perfect. Wait a minute... I just realized the code does quite different things than what I thought it does. I was under the impression that the kmem_malloc() panic only occured when someone asked for a size bigger than the total size of kmem_map, and it actually happens whenever there isn't enough room in kmem_map to satisfy the request. That changes the deal quite a bit. This means the M_WAITOK flag doesn't do what it's supposed to do, because it should sleep until the request can be satisfied. The panic() (and so, the M_SAFE flag) still makes sense when we are asked for a size > kmem_map.size though. This problem appears to be more complicated than I expected. I'm starting to think that we can't really enforce M_WAITOK semantics and that we should maybe think about going the M_TRYWAIT way, like for mbuf allocations. I'd be interested to know the opinion of our VM experts... Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:20:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9C2116A4CE; Tue, 17 Feb 2004 00:20:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0FF43D1D; Tue, 17 Feb 2004 00:20:16 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8KGGe046857; Tue, 17 Feb 2004 00:20:16 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8KGEo046855; Tue, 17 Feb 2004 00:20:16 -0800 (PST) (envelope-from krion) Message-Id: <200402170820.i1H8KGEo046855@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 00:20:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:20:16 -0000 krion 2004/02/17 00:20:16 PST FreeBSD ports repository Modified files: www/linux-opera Makefile Log: - Add mirrors to fix fetch PR: ports/62943 Submitted by: maintainer Revision Changes Path 1.44 +9 -3 ports/www/linux-opera/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:22:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95DBC16A4CE; Tue, 17 Feb 2004 00:22:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7971643D1D; Tue, 17 Feb 2004 00:22:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8M2Ge048512; Tue, 17 Feb 2004 00:22:02 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8M2cW048509; Tue, 17 Feb 2004 00:22:02 -0800 (PST) (envelope-from kris) Message-Id: <200402170822.i1H8M2cW048509@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:22:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/slash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:22:02 -0000 kris 2004/02/17 00:22:02 PST FreeBSD ports repository Modified files: www/slash Makefile Log: BROKEN: Inconsistent dependencies (mysql-client-3.x and 4.x). This port will be removed on April 16 if it is still broken at that time. Revision Changes Path 1.8 +4 -0 ports/www/slash/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:27:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8335F16A4CE; Tue, 17 Feb 2004 00:27:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC6443D1F; Tue, 17 Feb 2004 00:27:18 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8RIGe048938; Tue, 17 Feb 2004 00:27:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8RIJB048937; Tue, 17 Feb 2004 00:27:18 -0800 (PST) (envelope-from krion) Message-Id: <200402170827.i1H8RIJB048937@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 00:27:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/kwordquiz Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:27:18 -0000 krion 2004/02/17 00:27:18 PST FreeBSD ports repository Modified files: misc Makefile Added files: misc/kwordquiz Makefile distinfo pkg-descr pkg-plist Log: Add kwordquiz 0.4, KWordQuiz is a flashcard and vocabulary learning tool. It is based on the Windows application WordQuiz and supports .wql vocabularies created with WordQuiz. Furthermore the KDE vocabulary format .kvtml is supported. KWordQuiz includes flashcard, multiple choice and question & answer modes. Vocabularies are easy to create and edit. PR: ports/62935 Submitted by: Markus Brueffer Revision Changes Path 1.653 +1 -0 ports/misc/Makefile 1.1 +26 -0 ports/misc/kwordquiz/Makefile (new) 1.1 +2 -0 ports/misc/kwordquiz/distinfo (new) 1.1 +10 -0 ports/misc/kwordquiz/pkg-descr (new) 1.1 +75 -0 ports/misc/kwordquiz/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:27:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C87916A4CE; Tue, 17 Feb 2004 00:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617EF43D1F; Tue, 17 Feb 2004 00:27:31 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8RVGe048982; Tue, 17 Feb 2004 00:27:31 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8RVUw048981; Tue, 17 Feb 2004 00:27:31 -0800 (PST) (envelope-from krion) Message-Id: <200402170827.i1H8RVUw048981@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 00:27:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:27:31 -0000 krion 2004/02/17 00:27:31 PST FreeBSD ports repository Modified files: . modules Log: kwordquiz --> ports/misc/kwordquiz Revision Changes Path 1.9412 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:34:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4529616A4CE; Tue, 17 Feb 2004 00:34:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2903F43D1F; Tue, 17 Feb 2004 00:34:11 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8YBGe050999; Tue, 17 Feb 2004 00:34:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8YAHq050998; Tue, 17 Feb 2004 00:34:10 -0800 (PST) (envelope-from kris) Message-Id: <200402170834.i1H8YAHq050998@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:34:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/lyx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:34:11 -0000 kris 2004/02/17 00:34:10 PST FreeBSD ports repository Modified files: print/lyx Makefile Log: BROKEN: Does not install. This port is scheduled for removal on April 16 if still broken. Revision Changes Path 1.81 +4 -0 ports/print/lyx/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:37:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0599816A4CE; Tue, 17 Feb 2004 00:37:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46843D1D; Tue, 17 Feb 2004 00:37:49 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8bnGe051164; Tue, 17 Feb 2004 00:37:49 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8bno5051163; Tue, 17 Feb 2004 00:37:49 -0800 (PST) (envelope-from krion) Message-Id: <200402170837.i1H8bno5051163@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 00:37:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/srvx Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:37:50 -0000 krion 2004/02/17 00:37:49 PST FreeBSD ports repository Modified files: irc/srvx Makefile pkg-descr Removed files: irc/srvx pkg-plist Log: - Use PLIST_FILES/PLIST_DIRS - Fix pkg-descr - Bump PORTREVISION PR: ports/62940 Submitted by: maintainer Revision Changes Path 1.3 +14 -0 ports/irc/srvx/Makefile 1.2 +2 -2 ports/irc/srvx/pkg-descr 1.2 +0 -12 ports/irc/srvx/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:38:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2519516A4CE; Tue, 17 Feb 2004 00:38:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0B943D1F; Tue, 17 Feb 2004 00:38:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8c3Ge051210; Tue, 17 Feb 2004 00:38:03 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8c3fM051209; Tue, 17 Feb 2004 00:38:03 -0800 (PST) (envelope-from kris) Message-Id: <200402170838.i1H8c3fM051209@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:38:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Apache-PageKit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:38:04 -0000 kris 2004/02/17 00:38:03 PST FreeBSD ports repository Modified files: www/p5-Apache-PageKit Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.8 +7 -1 ports/www/p5-Apache-PageKit/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:38:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CD116A4CE; Tue, 17 Feb 2004 00:38:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAE643D1D; Tue, 17 Feb 2004 00:38:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8ctGe051261; Tue, 17 Feb 2004 00:38:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8ctqw051260; Tue, 17 Feb 2004 00:38:55 -0800 (PST) (envelope-from kris) Message-Id: <200402170838.i1H8ctqw051260@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:38:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian/linux-mozillafirebird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:38:55 -0000 kris 2004/02/17 00:38:55 PST FreeBSD ports repository Modified files: russian/linux-mozillafirebird Makefile Log: BROKEN: inconsistent dependencies (linux_base 7.x and 8.x) Revision Changes Path 1.3 +2 -0 ports/russian/linux-mozillafirebird/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:39:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6FDD16A4CE; Tue, 17 Feb 2004 00:39:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC31E43D1D; Tue, 17 Feb 2004 00:39:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8dmGe051305; Tue, 17 Feb 2004 00:39:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8dmRq051304; Tue, 17 Feb 2004 00:39:48 -0800 (PST) (envelope-from kris) Message-Id: <200402170839.i1H8dmRq051304@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:39:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/linux-mozillafirebird-gtk2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:39:49 -0000 kris 2004/02/17 00:39:48 PST FreeBSD ports repository Modified files: japanese/linux-mozillafirebird-gtk2 Makefile Log: BROKEN: Inconsistent dependencies (linux_base 7.x and 8.x) Revision Changes Path 1.3 +2 -0 ports/japanese/linux-mozillafirebird-gtk2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:41:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B456116A4CE; Tue, 17 Feb 2004 00:41:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DC843D1D; Tue, 17 Feb 2004 00:41:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8fUGe052451; Tue, 17 Feb 2004 00:41:30 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8fUeK052450; Tue, 17 Feb 2004 00:41:30 -0800 (PST) (envelope-from kris) Message-Id: <200402170841.i1H8fUeK052450@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:41:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/gmat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:41:30 -0000 kris 2004/02/17 00:41:30 PST FreeBSD ports repository Modified files: textproc/gmat Makefile Log: BROKEN on 5.x: does not build Revision Changes Path 1.9 +7 -1 ports/textproc/gmat/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:42:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AE616A4CE; Tue, 17 Feb 2004 00:42:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB80443D1D; Tue, 17 Feb 2004 00:42:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8gqGe053256; Tue, 17 Feb 2004 00:42:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8gqre053255; Tue, 17 Feb 2004 00:42:52 -0800 (PST) (envelope-from kris) Message-Id: <200402170842.i1H8gqre053255@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:42:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/videotext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:42:52 -0000 kris 2004/02/17 00:42:52 PST FreeBSD ports repository Modified files: misc/videotext Makefile Log: BROKEN on 5.x: does not build Revision Changes Path 1.16 +7 -1 ports/misc/videotext/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:43:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D9E16A4CE; Tue, 17 Feb 2004 00:43:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87D743D1D; Tue, 17 Feb 2004 00:43:05 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8h5Ge053308; Tue, 17 Feb 2004 00:43:05 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8h5t1053306; Tue, 17 Feb 2004 00:43:05 -0800 (PST) (envelope-from grog) Message-Id: <200402170843.i1H8h5t1053306@repoman.freebsd.org> From: Greg Lehey Date: Tue, 17 Feb 2004 00:43:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount Makefile mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:43:05 -0000 grog 2004/02/17 00:43:05 PST FreeBSD src repository Modified files: sbin/mount Makefile mount.c Log: Report the difference between ufs and ufs2. Submitted by: "Christian S.J. Peron" Revision Changes Path 1.14 +2 -0 src/sbin/mount/Makefile 1.64 +14 -3 src/sbin/mount/mount.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:48:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4512A16A4CE; Tue, 17 Feb 2004 00:48:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B1043D1D; Tue, 17 Feb 2004 00:48:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8mPGe059395; Tue, 17 Feb 2004 00:48:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8mPwO059394; Tue, 17 Feb 2004 00:48:25 -0800 (PST) (envelope-from kris) Message-Id: <200402170848.i1H8mPwO059394@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:48:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/adonthell Makefile ports/games/gtetrinet Makefile ports/games/scummvm-tools Makefile ports/multimedia/beep-media-player Makefile ports/print/lyx Makefile ports/sysutils/gtk-send-pr Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:48:25 -0000 kris 2004/02/17 00:48:25 PST FreeBSD ports repository Modified files: games/adonthell Makefile games/gtetrinet Makefile games/scummvm-tools Makefile multimedia/beep-media-player Makefile print/lyx Makefile sysutils/gtk-send-pr Makefile sysutils/thefish Makefile Log: Reset undeliverable maintainer address Revision Changes Path 1.6 +1 -1 ports/games/adonthell/Makefile 1.23 +1 -1 ports/games/gtetrinet/Makefile 1.3 +1 -1 ports/games/scummvm-tools/Makefile 1.8 +1 -1 ports/multimedia/beep-media-player/Makefile 1.82 +1 -1 ports/print/lyx/Makefile 1.11 +1 -1 ports/sysutils/gtk-send-pr/Makefile 1.40 +1 -1 ports/sysutils/thefish/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:50:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB49616A4CE; Tue, 17 Feb 2004 00:50:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D061943D2D; Tue, 17 Feb 2004 00:50:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8olGe059626; Tue, 17 Feb 2004 00:50:47 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8ol0D059625; Tue, 17 Feb 2004 00:50:47 -0800 (PST) (envelope-from kris) Message-Id: <200402170850.i1H8ol0D059625@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:50:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libuta Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:50:48 -0000 kris 2004/02/17 00:50:47 PST FreeBSD ports repository Modified files: devel/libuta Makefile Log: FORBIDDEN on 5.x: links against libc_r and libpthread Revision Changes Path 1.20 +4 -0 ports/devel/libuta/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:51:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B940D16A4CE; Tue, 17 Feb 2004 00:51:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3C343D1D; Tue, 17 Feb 2004 00:51:50 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8poGe060844; Tue, 17 Feb 2004 00:51:50 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8pobS060840; Tue, 17 Feb 2004 00:51:50 -0800 (PST) (envelope-from tjr) Message-Id: <200402170851.i1H8pobS060840@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 17 Feb 2004 00:51:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:51:50 -0000 tjr 2004/02/17 00:51:50 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF, it means that the correct value is unknown. Since this value is just a hint to improve performance, initially assume that the first non-reserved cluster is free, then correct this assumption if necessary before writing the FSInfo block back to disk. PR: 62826 MFC after: 2 weeks Revision Changes Path 1.117 +4 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 00:57:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE7516A4CE; Tue, 17 Feb 2004 00:57:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E5E43D1D; Tue, 17 Feb 2004 00:57:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H8voGe061595; Tue, 17 Feb 2004 00:57:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H8vo6l061594; Tue, 17 Feb 2004 00:57:50 -0800 (PST) (envelope-from kris) Message-Id: <200402170857.i1H8vo6l061594@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 00:57:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/linneighborhood Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 08:57:50 -0000 kris 2004/02/17 00:57:50 PST FreeBSD ports repository Modified files: sysutils/linneighborhood Makefile Log: FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.7 +7 -1 ports/sysutils/linneighborhood/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:01:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A71416A4CE; Tue, 17 Feb 2004 01:01:45 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3873A43D1F; Tue, 17 Feb 2004 01:01:45 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 367FD5309; Tue, 17 Feb 2004 10:01:44 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id E04F15308; Tue, 17 Feb 2004 10:01:37 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 88FA933C68; Tue, 17 Feb 2004 10:01:37 +0100 (CET) To: Don Lewis References: <200402162354.i1GNs87E047987@gw.catspoiler.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 17 Feb 2004 10:01:37 +0100 In-Reply-To: <200402162354.i1GNs87E047987@gw.catspoiler.org> (Don Lewis's message of "Mon, 16 Feb 2004 15:54:08 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: scottl@FreeBSD.org cc: src-committers@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:01:45 -0000 Don Lewis writes: > While I think an extra malloc option to get this behaviour is > reasonable, I think this is another situation where it would be better > to wire the user buffer and copy the data directly to user space. > Approximately the same amount of memory will be tied up servicing the > request in either case. No, the issue in pseudofs is that it needs a buffer of size offset + resid rather than just resid. There is a way to get around this though, by hack^H^H^H^Hextending the sbuf(9) API. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:03:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AB016A4CE; Tue, 17 Feb 2004 01:03:06 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5575E43D2F; Tue, 17 Feb 2004 01:03:06 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i1H93Hm3086116; Tue, 17 Feb 2004 04:03:17 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i1H93Hag086113; Tue, 17 Feb 2004 04:03:17 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 17 Feb 2004 04:03:17 -0500 (EST) From: Trevor Johnson To: jylefort@brutele.be, Kris Kennaway In-Reply-To: <200402162335.i1GNZq5H081683@repoman.freebsd.org> Message-ID: <20040217033721.K36419@blues.jpj.net> References: <200402162335.i1GNZq5H081683@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux-ePSXe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:03:06 -0000 > kris 2004/02/16 15:35:52 PST > > FreeBSD ports repository > > Modified files: > emulators/linux-ePSXe Makefile > Log: > BROKEN: Inconsistent dependencies (linux_base 7.x and 8.x). This port is > scheduled for removal on April 16 if it is still broken at that time. > > Revision Changes Path > 1.4 +3 -0 ports/emulators/linux-ePSXe/Makefile > > From it looks like the problem is that bento is doing a pkg_add of a linux-gtk package which has a dependency on linux_base 7.1. In my experience, the linux-gtk port works fine with either linux_base 7.1 or linux_base 8.0. I marked the linux_base 8.0 port RESTRICTED, so most users won't be installing it from a package. I think that really very few users would suffer from this problem. A solution would be to include the GTK+ library in the linux_base 7.1 port/package, like I did with linux_base 6.1. That was unpopular. If this port is removed, the problem will still remain. There are other ports, and unported software, that are affected. Maybe MANUAL_PACKAGE_BUILD would be a decent workaround. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:03:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C92716A4CE; Tue, 17 Feb 2004 01:03:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E1243D1D; Tue, 17 Feb 2004 01:03:26 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H93PGe064580; Tue, 17 Feb 2004 01:03:25 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H93Pnh064579; Tue, 17 Feb 2004 01:03:25 -0800 (PST) (envelope-from leeym) Message-Id: <200402170903.i1H93Pnh064579@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 17 Feb 2004 01:03:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/prcs Makefile pkg-plist ports/devel/prcs/files patch-af patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:03:26 -0000 leeym 2004/02/17 01:03:25 PST FreeBSD ports repository Modified files: devel/prcs Makefile Removed files: devel/prcs pkg-plist devel/prcs/files patch-af patch-ag Log: - add USE_GCC=2.95 and unbreak this port - use PLIST_FILES and INFO instead of pkg-plist - use REINPLACE_CMD instead of file/patch-* Revision Changes Path 1.25 +17 -10 ports/devel/prcs/Makefile 1.2 +0 -8 ports/devel/prcs/files/patch-af (dead) 1.2 +0 -8 ports/devel/prcs/files/patch-ag (dead) 1.8 +0 -16 ports/devel/prcs/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:05:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764D816A4CE; Tue, 17 Feb 2004 01:05:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A87F43D1D; Tue, 17 Feb 2004 01:05:17 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H95HGe064679; Tue, 17 Feb 2004 01:05:17 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H95HFr064678; Tue, 17 Feb 2004 01:05:17 -0800 (PST) (envelope-from linimon) Message-Id: <200402170905.i1H95HFr064678@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 01:05:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/zthread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:05:17 -0000 linimon 2004/02/17 01:05:17 PST FreeBSD ports repository Modified files: devel/zthread Makefile Log: Unmark as broken on -current; really, it's only broken on non-i386, due to the usual misuse of ints as pointers. Notified maintainer. Revision Changes Path 1.8 +2 -2 ports/devel/zthread/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:05:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A1AE16A4CE; Tue, 17 Feb 2004 01:05:25 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9741643D39; Tue, 17 Feb 2004 01:03:24 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1H93NLE015311; Tue, 17 Feb 2004 20:03:23 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1H91Jch003343; Tue, 17 Feb 2004 20:01:20 +1100 Date: Tue, 17 Feb 2004 20:01:19 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Maxime Henrion In-Reply-To: <20040216214602.GD35475@elvis.mu.org> Message-ID: <20040217195303.X16798@gamplex.bde.org> References: <20040216210503.GC35475@elvis.mu.org> <20040216214602.GD35475@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: rwatson@FreeBSD.org cc: "M. Warner Losh" cc: des@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:05:25 -0000 On Mon, 16 Feb 2004, Maxime Henrion wrote: > M. Warner Losh wrote: > > In message: <20040216210503.GC35475@elvis.mu.org> > > Maxime Henrion writes: > > : I find it very convenient to have a flag to tell malloc() to try as hard > > : as it can to allocate the memory without crashing on us. I suspect this > > : could allow us to remove a fair number of kernel compile-time options. > > : > > : The patch can be found at http://www.mu.org/~mux/patches/malloc.patch. > > > > How would that be different than M_NOWAIT and then trying again a > > couple of times? Each time will fail if it is too big. And that's > > not meaningfully distinguishable from there not being enough memory > > currently available to satisfy the request. > > Because if there is a memory shortage but it's possible to get the > requested amount of memory later (because it's smaller than kmem_map), > M_WAITOK | M_SAFE won't fail but wait while M_NOWAIT will fail right > away. Why trying again when we already have a flag for this? What this > patch does is allow to call malloc(verybignumber) without crashing to > help in cases where it's hard to define what's a reasonable size. I think malloc(verybignumber) shouldn't be encouraged, since it might succeed and consume almost all malloc'able memory, and then other requests for relatively small amounts of memory will fail. Callers that want lots of memory should be careful not to ask for more than they need and can reasnbly expect to get. Bruce From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:16:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ADA516A4CE; Tue, 17 Feb 2004 01:16:08 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABC343D2D; Tue, 17 Feb 2004 01:16:08 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (e6a872de4abcd2cb900b9f65e053cde3@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1H9G5bF024198; Tue, 17 Feb 2004 01:16:05 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7FFC466D0E; Tue, 17 Feb 2004 01:16:04 -0800 (PST) Date: Tue, 17 Feb 2004 01:16:04 -0800 From: Kris Kennaway To: Trevor Johnson Message-ID: <20040217091604.GA12283@xor.obsecurity.org> References: <200402162335.i1GNZq5H081683@repoman.freebsd.org> <20040217033721.K36419@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <20040217033721.K36419@blues.jpj.net> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: jylefort@brutele.be cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux-ePSXe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:16:08 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 04:03:17AM -0500, Trevor Johnson wrote: > > kris 2004/02/16 15:35:52 PST > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux-ePSXe Makefile > > Log: > > BROKEN: Inconsistent dependencies (linux_base 7.x and 8.x). This por= t is > > scheduled for removal on April 16 if it is still broken at that time. > > > > Revision Changes Path > > 1.4 +3 -0 ports/emulators/linux-ePSXe/Makefile > > > > >=20 > From > > it looks like the problem is that bento is doing a pkg_add of a linux-gtk > package which has a dependency on linux_base 7.1. In my experience, the > linux-gtk port works fine with either linux_base 7.1 or linux_base 8.0. > I marked the linux_base 8.0 port RESTRICTED, so most users won't be > installing it from a package. I think that really very few users would > suffer from this problem. A solution would be to include the GTK+ library > in the linux_base 7.1 port/package, like I did with linux_base 6.1. That > was unpopular. The default linux_base package is currently still 7.1, so maybe linux-gtk should default to depend on that. We can't make 8.0 the default linux_base as long as it's restricted anyway (think CD installs). > If this port is removed, the problem will still remain. There are other > ports, and unported software, that are affected. Maybe > MANUAL_PACKAGE_BUILD would be a decent workaround. I'm less happy with that workaround..there should be a way to solve this properly. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMdvUWry0BWjoQKURAkDYAKDZH45ubWyX3SQs+1sqb3kQJ34glgCcCGE3 a7751Qzo7A2wF6LBE8ITYEw= =1PTy -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054BD16A4CE; Tue, 17 Feb 2004 01:37:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC39743D2F; Tue, 17 Feb 2004 01:37:00 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9b0Ge070966; Tue, 17 Feb 2004 01:37:00 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9b0tG070965; Tue, 17 Feb 2004 01:37:00 -0800 (PST) (envelope-from osa) Message-Id: <200402170937.i1H9b0tG070965@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 17 Feb 2004 01:37:00 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:37:01 -0000 osa 2004/02/17 01:37:00 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Correct URL: remove tailing `/'. Revision Changes Path 1.141 +1 -1 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855BD16A4CE; Tue, 17 Feb 2004 01:37:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8054C43D1D; Tue, 17 Feb 2004 01:37:15 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9bFGe071017; Tue, 17 Feb 2004 01:37:15 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9bF27071016; Tue, 17 Feb 2004 01:37:15 -0800 (PST) (envelope-from krion) Message-Id: <200402170937.i1H9bF27071016@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 01:37:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/logjam2 Makefile distinfo pkg-descr pkg-plist ports/deskutils/logjam2/files patch-src::cmdline.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:37:15 -0000 krion 2004/02/17 01:37:15 PST FreeBSD ports repository Modified files: deskutils/logjam2 Makefile distinfo pkg-descr pkg-plist Added files: deskutils/logjam2/files patch-src::cmdline.c Log: - Update to version 4.3.1 PR: ports/62946 Submitted by: maintainer Revision Changes Path 1.13 +2 -2 ports/deskutils/logjam2/Makefile 1.7 +2 -1 ports/deskutils/logjam2/distinfo 1.1 +10 -0 ports/deskutils/logjam2/files/patch-src::cmdline.c (new) 1.4 +3 -0 ports/deskutils/logjam2/pkg-descr 1.5 +1 -2 ports/deskutils/logjam2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:40:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBF716A4CE; Tue, 17 Feb 2004 01:40:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A8143D1D; Tue, 17 Feb 2004 01:40:12 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9eCGe071134; Tue, 17 Feb 2004 01:40:12 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9eCoR071133; Tue, 17 Feb 2004 01:40:12 -0800 (PST) (envelope-from krion) Message-Id: <200402170940.i1H9eCoR071133@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 01:40:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/pircbot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:40:12 -0000 krion 2004/02/17 01:40:12 PST FreeBSD ports repository Modified files: irc/pircbot Makefile distinfo Log: - Update to version 1.2.8 PR: ports/62933 Submitted by: maintainer Revision Changes Path 1.24 +1 -1 ports/irc/pircbot/Makefile 1.19 +2 -2 ports/irc/pircbot/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:42:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094EB16A4CE; Tue, 17 Feb 2004 01:42:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D5843D1D; Tue, 17 Feb 2004 01:42:50 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9goGe073017; Tue, 17 Feb 2004 01:42:50 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9goIw073016; Tue, 17 Feb 2004 01:42:50 -0800 (PST) (envelope-from linimon) Message-Id: <200402170942.i1H9goIw073016@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 01:42:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/cheatah Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:42:51 -0000 linimon 2004/02/17 01:42:50 PST FreeBSD ports repository Modified files: misc/cheatah Makefile Log: Previous attempt to unbreak master port did indeed fix the master port, but not this one (at least on 5.x). Informed maintainer. Revision Changes Path 1.14 +7 -1 ports/misc/cheatah/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:43:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E18316A4CE; Tue, 17 Feb 2004 01:43:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DDA43D1D; Tue, 17 Feb 2004 01:43:58 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9hwGe073138; Tue, 17 Feb 2004 01:43:58 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9hwuu073137; Tue, 17 Feb 2004 01:43:58 -0800 (PST) (envelope-from krion) Message-Id: <200402170943.i1H9hwuu073137@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 01:43:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/ossp-uuid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:43:58 -0000 krion 2004/02/17 01:43:58 PST FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo Log: - Update to version 1.0.0 PR: ports/62941 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/misc/ossp-uuid/Makefile 1.2 +2 -2 ports/misc/ossp-uuid/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:45:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E2D416A4CE; Tue, 17 Feb 2004 01:45:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342D243D1F; Tue, 17 Feb 2004 01:45:19 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9jJGe073275; Tue, 17 Feb 2004 01:45:19 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9jIp8073274; Tue, 17 Feb 2004 01:45:18 -0800 (PST) (envelope-from trevor) Message-Id: <200402170945.i1H9jIp8073274@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 01:45:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile ports/x11-wm/swm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:45:19 -0000 trevor 2004/02/17 01:45:18 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile x11-wm/swm Makefile Log: Use CUT macro. Revision Changes Path 1.8 +1 -1 ports/emulators/linux_base-gentoo-stage1/Makefile 1.15 +1 -1 ports/x11-wm/swm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:50:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 017D716A4CE; Tue, 17 Feb 2004 01:50:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DFE43D2D; Tue, 17 Feb 2004 01:50:35 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9oZGe073504; Tue, 17 Feb 2004 01:50:35 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9oZqm073498; Tue, 17 Feb 2004 01:50:35 -0800 (PST) (envelope-from krion) Message-Id: <200402170950.i1H9oZqm073498@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 01:50:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/AquaGatekeeper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:50:36 -0000 krion 2004/02/17 01:50:35 PST FreeBSD ports repository Modified files: net/AquaGatekeeper Makefile Log: - Unbreak this version on 5.x PR: ports/62951 Submitted by: maintainer Revision Changes Path 1.3 +3 -1 ports/net/AquaGatekeeper/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:51:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6D616A4CE; Tue, 17 Feb 2004 01:51:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A4343D1F; Tue, 17 Feb 2004 01:51:18 -0800 (PST) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9pIGe074281; Tue, 17 Feb 2004 01:51:18 -0800 (PST) (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9pI7M074277; Tue, 17 Feb 2004 01:51:18 -0800 (PST) (envelope-from clive) Message-Id: <200402170951.i1H9pI7M074277@repoman.freebsd.org> From: Clive Lin Date: Tue, 17 Feb 2004 01:51:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dictd/files dictd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:51:18 -0000 clive 2004/02/17 01:51:18 PST FreeBSD ports repository Modified files: net/dictd/files dictd.sh Log: Make start/stop messages consistent with other ports. Revision Changes Path 1.3 +3 -3 ports/net/dictd/files/dictd.sh From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:57:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6486816A4CE; Tue, 17 Feb 2004 01:57:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B9343D1D; Tue, 17 Feb 2004 01:57:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9vgGe075463; Tue, 17 Feb 2004 01:57:42 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9vgDT075462; Tue, 17 Feb 2004 01:57:42 -0800 (PST) (envelope-from kris) Message-Id: <200402170957.i1H9vgDT075462@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 01:57:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xerces-c Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:57:43 -0000 kris 2004/02/17 01:57:42 PST FreeBSD ports repository Modified files: textproc/xerces-c Makefile Log: FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.11 +7 -1 ports/textproc/xerces-c/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 01:59:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4C216A4CE; Tue, 17 Feb 2004 01:59:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E643E43D1D; Tue, 17 Feb 2004 01:59:45 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1H9xjGe075572; Tue, 17 Feb 2004 01:59:45 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1H9xjBU075571; Tue, 17 Feb 2004 01:59:45 -0800 (PST) (envelope-from des) Message-Id: <200402170959.i1H9xjBU075571@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 17 Feb 2004 01:59:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config mkoptions.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 09:59:46 -0000 des 2004/02/17 01:59:45 PST FreeBSD src repository Modified files: usr.sbin/config mkoptions.c Log: Whitespace nit. Revision Changes Path 1.31 +1 -1 src/usr.sbin/config/mkoptions.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:02:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41B2316A4CE; Tue, 17 Feb 2004 02:02:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249E043D39; Tue, 17 Feb 2004 02:02:56 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HA2tGe077477; Tue, 17 Feb 2004 02:02:55 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HA2t2l077476; Tue, 17 Feb 2004 02:02:55 -0800 (PST) (envelope-from des) Message-Id: <200402171002.i1HA2t2l077476@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 17 Feb 2004 02:02:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc Makefile ada.rc dsa.rc dwp.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:02:56 -0000 des 2004/02/17 02:02:55 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc Makefile Removed files: tools/tools/tinderbox/etc ada.rc dsa.rc dwp.rc Log: Remove configurations which aren't used in production. Revision Changes Path 1.7 +0 -1 src/tools/tools/tinderbox/etc/Makefile 1.3 +0 -10 src/tools/tools/tinderbox/etc/ada.rc (dead) 1.3 +0 -10 src/tools/tools/tinderbox/etc/dsa.rc (dead) 1.3 +0 -10 src/tools/tools/tinderbox/etc/dwp.rc (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:06:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CE816A4CE; Tue, 17 Feb 2004 02:06:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5478F43D1F; Tue, 17 Feb 2004 02:06:25 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HA6PGe078586; Tue, 17 Feb 2004 02:06:25 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HA6PUE078585; Tue, 17 Feb 2004 02:06:25 -0800 (PST) (envelope-from linimon) Message-Id: <200402171006.i1HA6PUE078585@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 02:06:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vba Makefile pkg-descr pkg-plist ports/emulators/vba/files patch-aa patch-ac patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:06:25 -0000 linimon 2004/02/17 02:06:25 PST FreeBSD ports repository Modified files: emulators/vba Makefile pkg-descr pkg-plist emulators/vba/files patch-aa Added files: emulators/vba/files patch-ac patch-ad Log: Update to version 1.7.1: update battery file more often; many bugfixes. See ChangeLog for complete details. PR: ports/62645 Submitted by: arundel@gmx.net (maintainer) Revision Changes Path 1.4 +14 -12 ports/emulators/vba/Makefile 1.3 +11 -19 ports/emulators/vba/files/patch-aa 1.1 +11 -0 ports/emulators/vba/files/patch-ac (new) 1.1 +11 -0 ports/emulators/vba/files/patch-ad (new) 1.2 +6 -8 ports/emulators/vba/pkg-descr 1.3 +3 -1 ports/emulators/vba/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:09:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B1016A4CE; Tue, 17 Feb 2004 02:09:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D6043D1D; Tue, 17 Feb 2004 02:09:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HA9PGe078664; Tue, 17 Feb 2004 02:09:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HA9Pl2078663; Tue, 17 Feb 2004 02:09:25 -0800 (PST) (envelope-from kris) Message-Id: <200402171009.i1HA9Pl2078663@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 02:09:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-imms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:09:26 -0000 kris 2004/02/17 02:09:25 PST FreeBSD ports repository Modified files: audio/xmms-imms Makefile Log: BROKEN: Broken dependency Revision Changes Path 1.2 +2 -0 ports/audio/xmms-imms/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:11:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0085B16A4CE; Tue, 17 Feb 2004 02:11:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D811143D1F; Tue, 17 Feb 2004 02:11:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HABJGe079676; Tue, 17 Feb 2004 02:11:19 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HABJ05079671; Tue, 17 Feb 2004 02:11:19 -0800 (PST) (envelope-from kris) Message-Id: <200402171011.i1HABJ05079671@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 02:11:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gscmxx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:11:20 -0000 kris 2004/02/17 02:11:19 PST FreeBSD ports repository Modified files: comms/gscmxx Makefile Log: BROKEN with perl != 5.6.1: broken plist Revision Changes Path 1.4 +7 -1 ports/comms/gscmxx/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:17:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E020816A4CE; Tue, 17 Feb 2004 02:17:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A9C43D1D; Tue, 17 Feb 2004 02:17:36 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAHaGe080842; Tue, 17 Feb 2004 02:17:36 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAHa3N080841; Tue, 17 Feb 2004 02:17:36 -0800 (PST) (envelope-from krion) Message-Id: <200402171017.i1HAHa3N080841@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 02:17:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/qscheme Makefile ports/lang/qscheme/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:17:37 -0000 krion 2004/02/17 02:17:36 PST FreeBSD ports repository Modified files: lang/qscheme Makefile lang/qscheme/files patch-configure Log: - Honour PTHREAD_{CFLAGS,LIBS} PR: ports/62945 Submitted by: maintainer Revision Changes Path 1.11 +1 -5 ports/lang/qscheme/Makefile 1.3 +1 -28 ports/lang/qscheme/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:21:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7AD16A4CE; Tue, 17 Feb 2004 02:21:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B5643D1D; Tue, 17 Feb 2004 02:21:03 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAL3Ge081035; Tue, 17 Feb 2004 02:21:03 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAL36O081034; Tue, 17 Feb 2004 02:21:03 -0800 (PST) (envelope-from des) Message-Id: <200402171021.i1HAL36O081034@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 17 Feb 2004 02:21:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_sbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:21:03 -0000 des 2004/02/17 02:21:03 PST FreeBSD src repository Modified files: sys/kern subr_sbuf.c Log: Mechanical whistespace cleanup. Revision Changes Path 1.26 +19 -19 src/sys/kern/subr_sbuf.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:30:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B591F16A4CE; Tue, 17 Feb 2004 02:30:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18B443D1F; Tue, 17 Feb 2004 02:30:34 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAUYGe083353; Tue, 17 Feb 2004 02:30:34 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAUYdL083352; Tue, 17 Feb 2004 02:30:34 -0800 (PST) (envelope-from linimon) Message-Id: <200402171030.i1HAUYdL083352@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 02:30:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glg Makefile ports/devel/imake Makefile ports/devel/invitation_to_ruby Makefile ports/devel/py-orbit Makefile ports/devel/veepee Makefile ports/graphics/cybervrml97... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:30:34 -0000 linimon 2004/02/17 02:30:34 PST FreeBSD ports repository Modified files: devel/glg Makefile devel/imake Makefile devel/invitation_to_ruby Makefile devel/py-orbit Makefile devel/veepee Makefile graphics/cybervrml97 Makefile japanese/vfxdvi300 Makefile security/inflex Makefile www/Mosaic Makefile www/flashpluginwrapper Makefile x11-servers/XttXF86srv-common Makefile Log: Mark as deprecated: either fails to fetch, and has done so for some time; and/or fails to build; and/or the maintainer has recommended that the ports are obsolete and should be deleted. In each of these cases, the port has been in trouble for quite some time. The deprecation date is set for April 09, 2004, except for a very few ports that are in really bad shape (or the maintainer has recommended deletion), in which case they are set for March 09, 2004. If anyone wants to keep these ports in the ports collection, now is the time to step up and fix them. PR: ports/62575 No objection: freebsd-ports, 10 days Revision Changes Path 1.14 +3 -0 ports/devel/glg/Makefile 1.15 +2 -0 ports/devel/imake/Makefile 1.12 +2 -0 ports/devel/invitation_to_ruby/Makefile 1.15 +2 -0 ports/devel/py-orbit/Makefile 1.23 +2 -0 ports/devel/veepee/Makefile 1.6 +2 -0 ports/graphics/cybervrml97/Makefile 1.30 +2 -0 ports/japanese/vfxdvi300/Makefile 1.3 +2 -0 ports/security/inflex/Makefile 1.38 +2 -0 ports/www/Mosaic/Makefile 1.9 +3 -1 ports/www/flashpluginwrapper/Makefile 1.40 +2 -0 ports/x11-servers/XttXF86srv-common/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:40:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AC516A4CE; Tue, 17 Feb 2004 02:40:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6A843D2F; Tue, 17 Feb 2004 02:40:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAerGe085503; Tue, 17 Feb 2004 02:40:53 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAergb085502; Tue, 17 Feb 2004 02:40:53 -0800 (PST) (envelope-from kris) Message-Id: <200402171040.i1HAergb085502@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 02:40:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/qc-- Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:40:54 -0000 kris 2004/02/17 02:40:53 PST FreeBSD ports repository Modified files: lang/qc-- Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.2 +2 -0 ports/lang/qc--/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:43:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2C616A4CE; Tue, 17 Feb 2004 02:43:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1448F43D31; Tue, 17 Feb 2004 02:43:26 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAhPGe087269; Tue, 17 Feb 2004 02:43:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAhP6K087268; Tue, 17 Feb 2004 02:43:25 -0800 (PST) (envelope-from kris) Message-Id: <200402171043.i1HAhP6K087268@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 02:43:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/grace Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:43:26 -0000 kris 2004/02/17 02:43:25 PST FreeBSD ports repository Modified files: math/grace Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.37 +7 -1 ports/math/grace/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:48:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772B116A4CE; Tue, 17 Feb 2004 02:48:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD5643D1F; Tue, 17 Feb 2004 02:48:23 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAmNGe087459; Tue, 17 Feb 2004 02:48:23 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAmNdN087458; Tue, 17 Feb 2004 02:48:23 -0800 (PST) (envelope-from linimon) Message-Id: <200402171048.i1HAmNdN087458@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 02:48:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:48:23 -0000 linimon 2004/02/17 02:48:23 PST FreeBSD ports repository Modified files: . modules Log: Deprecate squeak2 in favor of squeak3. squeak2 is outdated, obsolete and no longer needed. PR: ports/62421 Submitted by: Roland Jesse (maintainer) No objection: freebsd-ports Revision Changes Path 1.9413 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:52:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A37016A4CE; Tue, 17 Feb 2004 02:52:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3621843D1F; Tue, 17 Feb 2004 02:52:29 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAqSGe089129; Tue, 17 Feb 2004 02:52:28 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAqS5g089122; Tue, 17 Feb 2004 02:52:28 -0800 (PST) (envelope-from linimon) Message-Id: <200402171052.i1HAqS5g089122@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 02:52:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/squeak2 Makefile distinfo pkg-descr pkg-plist ports/lang/squeak2/files patch-aa ports/lang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:52:29 -0000 linimon 2004/02/17 02:52:28 PST FreeBSD ports repository Modified files: lang Makefile Removed files: lang/squeak2 Makefile distinfo pkg-descr pkg-plist lang/squeak2/files patch-aa Log: Remove squeak2 in favor of squeak3. squeak2 is outdated, obsolete and no longer needed. PR: ports/62421 Submitted by: Roland Jesse (maintainer) No objection: freebsd-ports Revision Changes Path 1.387 +0 -1 ports/lang/Makefile 1.24 +0 -65 ports/lang/squeak2/Makefile (dead) 1.9 +0 -4 ports/lang/squeak2/distinfo (dead) 1.7 +0 -15 ports/lang/squeak2/files/patch-aa (dead) 1.6 +0 -22 ports/lang/squeak2/pkg-descr (dead) 1.7 +0 -9 ports/lang/squeak2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:54:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F5AA16A4CE; Tue, 17 Feb 2004 02:54:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0521243D1D; Tue, 17 Feb 2004 02:54:44 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAseGe089520; Tue, 17 Feb 2004 02:54:40 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAselc089519; Tue, 17 Feb 2004 02:54:40 -0800 (PST) (envelope-from linimon) Message-Id: <200402171054.i1HAselc089519@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 02:54:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:54:44 -0000 linimon 2004/02/17 02:54:40 PST FreeBSD ports repository Modified files: . MOVED Log: Remove lang/squeak2. PR: ports/62421 Submitted by: Roland Jesse (maintainer) Revision Changes Path 1.340 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Feb 17 02:56:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D1416A4CE; Tue, 17 Feb 2004 02:56:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12E443D1D; Tue, 17 Feb 2004 02:56:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HAuJGe089658; Tue, 17 Feb 2004 02:56:19 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HAuJ50089657; Tue, 17 Feb 2004 02:56:19 -0800 (PST) (envelope-from kris) Message-Id: <200402171056.i1HAuJ50089657@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 02:56:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/hamfax Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 10:56:20 -0000 kris 2004/02/17 02:56:19 PST FreeBSD ports repository Modified files: comms/hamfax Makefile Log: BROKEN on 5.x: configure fails Revision Changes Path 1.3 +7 -1 ports/comms/hamfax/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:00:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B010716A4CF; Tue, 17 Feb 2004 03:00:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB7343D2D; Tue, 17 Feb 2004 03:00:11 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HB0BGe089848; Tue, 17 Feb 2004 03:00:11 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HB0BrI089847; Tue, 17 Feb 2004 03:00:11 -0800 (PST) (envelope-from krion) Message-Id: <200402171100.i1HB0BrI089847@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 03:00:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/arj Makefile distinfo pkg-plist ports/archivers/arj/files patch-garble.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:00:11 -0000 krion 2004/02/17 03:00:11 PST FreeBSD ports repository Modified files: archivers/arj Makefile distinfo pkg-plist Added files: archivers/arj/files patch-garble.c Log: - Update to version 3.10.18. - Patch for the correct load arjcrypt.so - Fix build on AMD64 PR: ports/62953 ports/62852 Submitted by: maintainer Hendrik Scholz Revision Changes Path 1.8 +3 -5 ports/archivers/arj/Makefile 1.4 +1 -1 ports/archivers/arj/distinfo 1.1 +17 -0 ports/archivers/arj/files/patch-garble.c (new) 1.3 +0 -1 ports/archivers/arj/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:04:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289C716A4CE; Tue, 17 Feb 2004 03:04:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E14443D2F; Tue, 17 Feb 2004 03:04:20 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HB4JGe092775; Tue, 17 Feb 2004 03:04:19 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HB4JDm092774; Tue, 17 Feb 2004 03:04:19 -0800 (PST) (envelope-from dinoex) Message-Id: <200402171104.i1HB4JDm092774@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 17 Feb 2004 03:04:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/licq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:04:20 -0000 dinoex 2004/02/17 03:04:19 PST FreeBSD ports repository Modified files: net/licq Makefile Log: - use PTHREAD_CFLAGS and PTHREAD_LIBS everywhere - drop -lc Revision Changes Path 1.57 +4 -6 ports/net/licq/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:06:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0F816A4CE; Tue, 17 Feb 2004 03:06:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9338243D2F; Tue, 17 Feb 2004 03:06:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HB6nGe093049; Tue, 17 Feb 2004 03:06:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HB6mmB093048; Tue, 17 Feb 2004 03:06:48 -0800 (PST) (envelope-from kris) Message-Id: <200402171106.i1HB6mmB093048@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 03:06:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/lincvs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:06:49 -0000 kris 2004/02/17 03:06:48 PST FreeBSD ports repository Modified files: devel/lincvs Makefile Log: BROKEN: Missing dependency on qmake Revision Changes Path 1.10 +2 -0 ports/devel/lincvs/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:07:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09ACD16A4CE; Tue, 17 Feb 2004 03:07:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30F543D2F; Tue, 17 Feb 2004 03:07:19 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HB7JGe093110; Tue, 17 Feb 2004 03:07:19 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HB7JOH093109; Tue, 17 Feb 2004 03:07:19 -0800 (PST) (envelope-from sergei) Message-Id: <200402171107.i1HB7JOH093109@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 03:07:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo pkg-install ports/www/squid/files patch-src_acl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:07:20 -0000 sergei 2004/02/17 03:07:19 PST FreeBSD ports repository Modified files: www/squid Makefile distinfo pkg-install Added files: www/squid/files patch-src_acl.c Log: - integrate a new patch from squid-cache.org, see http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE4-ftp_telnet for details - integrate a patch by Glen Gibb to enable ARP based ACLs and make this an OPTION; see also http://www.squid-cache.org/bugs/show_bug.cgi?id=909 for his original bug report - integrate additional vendor patches - make --enable-underscores an OPTION - set a tighter ACL on libexec/pinger - use $SQUID_USER and $SQUID_GROUP in pkg-install - wordsmith comments - bump PORTREVISION PR: ports/62442 Submitted by: maintainer - Fix checksum for updated errorpages patch PR: ports/62923 Submitted by: Michal Pasternak Approved by: maintainer Revision Changes Path 1.114 +21 -12 ports/www/squid/Makefile 1.80 +12 -2 ports/www/squid/distinfo 1.1 +117 -0 ports/www/squid/files/patch-src_acl.c (new) 1.10 +3 -3 ports/www/squid/pkg-install From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:11:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E403D16A4CE; Tue, 17 Feb 2004 03:11:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02AC43D2F; Tue, 17 Feb 2004 03:11:10 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBBAGe093343; Tue, 17 Feb 2004 03:11:10 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBBAZ5093340; Tue, 17 Feb 2004 03:11:10 -0800 (PST) (envelope-from bde) Message-Id: <200402171111.i1HBBAZ5093340@repoman.freebsd.org> From: Bruce Evans Date: Tue, 17 Feb 2004 03:11:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:11:11 -0000 bde 2004/02/17 03:11:10 PST FreeBSD src repository Modified files: sys/sys msgbuf.h Log: Backed out previous commit since it just causes panics unless a special value for MSGBUF_SIZE is configured. MSGBUF_SIZE = (32768 * bootverbose ? 2 : 1) is always 1 or 2, so there is not enough space in the buffer for metadata, and blindly using the nonexistent space tends to cause fatal pagefaults. I think MSGBUF_SIZE = (32768 * (bootverbose ? 2 : 1)) would be always 32768 since bootverbose is only statically initialized to 0 early when MSGBUF_SIZE is used. MSGBUF_SIZE = (32768 * ((boothowto & RB_VERBOSE) ? 2 : 1)) should work, but this belongs in even less than previous versions. MSGBUF_SIZE shouldn't be a macro. Revision Changes Path 1.23 +1 -1 src/sys/sys/msgbuf.h From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:19:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EA616A4CE; Tue, 17 Feb 2004 03:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884A843D1F; Tue, 17 Feb 2004 03:19:14 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBJEGe095306; Tue, 17 Feb 2004 03:19:14 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBJEjf095305; Tue, 17 Feb 2004 03:19:14 -0800 (PST) (envelope-from mat) Message-Id: <200402171119.i1HBJEjf095305@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 17 Feb 2004 03:19:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBIx-DBSchema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:19:14 -0000 mat 2004/02/17 03:19:14 PST FreeBSD ports repository Modified files: databases/p5-DBIx-DBSchema Makefile distinfo Log: Update to 0.23 Revision Changes Path 1.6 +1 -1 ports/databases/p5-DBIx-DBSchema/Makefile 1.4 +2 -2 ports/databases/p5-DBIx-DBSchema/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:22:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F6016A4D5; Tue, 17 Feb 2004 03:22:38 -0800 (PST) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9866E43D2D; Tue, 17 Feb 2004 03:22:37 -0800 (PST) (envelope-from l.ertl@univie.ac.at) Received: from pcle2.cc.univie.ac.at (pcle2.cc.univie.ac.at [131.130.2.177]) i1HBMVOe1176090; Tue, 17 Feb 2004 12:22:32 +0100 Date: Tue, 17 Feb 2004 12:22:30 +0100 (CET) From: Lukas Ertl To: Bruce Evans In-Reply-To: <200402171111.i1HBBAZ5093340@repoman.freebsd.org> Message-ID: <20040217122219.U71950@pcle2.cc.univie.ac.at> References: <200402171111.i1HBBAZ5093340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: imap 4244; Body=0 Fuz1=0 Fuz2=0 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:22:38 -0000 On Tue, 17 Feb 2004, Bruce Evans wrote: > bde 2004/02/17 03:11:10 PST > > FreeBSD src repository > > Modified files: > sys/sys msgbuf.h > Log: > Backed out previous commit since it just causes panics unless a special > value for MSGBUF_SIZE is configured. MSGBUF_SIZE = > (32768 * bootverbose ? 2 : 1) is always 1 or 2, so there is not enough space > in the buffer for metadata, and blindly using the nonexistent space tends > to cause fatal pagefaults. I think Thanks! regards, le -- Lukas Ertl eMail: l.ertl@univie.ac.at UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:26:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F1F16A4CE; Tue, 17 Feb 2004 03:26:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB55543D1D; Tue, 17 Feb 2004 03:26:23 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBQNGe097340; Tue, 17 Feb 2004 03:26:23 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBQNmw097339; Tue, 17 Feb 2004 03:26:23 -0800 (PST) (envelope-from sumikawa) Message-Id: <200402171126.i1HBQNmw097339@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 17 Feb 2004 03:26:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/zebra-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:26:24 -0000 sumikawa 2004/02/17 03:26:23 PST FreeBSD ports repository Modified files: net/zebra-devel Makefile Log: Add LATEST_LINK to avoid duplicate package. Approved by: never@nevermind.kiev.ua Reported by: kris Revision Changes Path 1.74 +3 -1 ports/net/zebra-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:34:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD88E16A4CE; Tue, 17 Feb 2004 03:34:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F0343D1F; Tue, 17 Feb 2004 03:34:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBYDGe099349; Tue, 17 Feb 2004 03:34:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBYD3G099348; Tue, 17 Feb 2004 03:34:13 -0800 (PST) (envelope-from kris) Message-Id: <200402171134.i1HBYD3G099348@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 03:34:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kisomandel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:34:13 -0000 kris 2004/02/17 03:34:13 PST FreeBSD ports repository Modified files: graphics/kisomandel Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.13 +4 -0 ports/graphics/kisomandel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:57:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF2916A4CE; Tue, 17 Feb 2004 03:57:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B4143D1D; Tue, 17 Feb 2004 03:57:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBvGGe003817; Tue, 17 Feb 2004 03:57:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBvGsm003816; Tue, 17 Feb 2004 03:57:16 -0800 (PST) (envelope-from kris) Message-Id: <200402171157.i1HBvGsm003816@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 03:57:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/mapagi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:57:17 -0000 kris 2004/02/17 03:57:16 PST FreeBSD ports repository Modified files: print/mapagi Makefile Log: BROKEN: Missing dependency Revision Changes Path 1.5 +2 -0 ports/print/mapagi/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 03:58:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E750D16A4CE; Tue, 17 Feb 2004 03:58:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD5343D1F; Tue, 17 Feb 2004 03:58:20 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HBwKGe003908; Tue, 17 Feb 2004 03:58:20 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HBwKJj003907; Tue, 17 Feb 2004 03:58:20 -0800 (PST) (envelope-from kris) Message-Id: <200402171158.i1HBwKJj003907@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 03:58:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/xca Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 11:58:21 -0000 kris 2004/02/17 03:58:20 PST FreeBSD ports repository Modified files: security/xca Makefile Log: BROKEN on 5.x: fails to patch Revision Changes Path 1.3 +7 -1 ports/security/xca/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:00:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7488816A4CE; Tue, 17 Feb 2004 04:00:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0E743D1F; Tue, 17 Feb 2004 04:00:19 -0800 (PST) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HC0JGe004010; Tue, 17 Feb 2004 04:00:19 -0800 (PST) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HC0IR2004009; Tue, 17 Feb 2004 04:00:18 -0800 (PST) (envelope-from philip) Message-Id: <200402171200.i1HC0IR2004009@repoman.freebsd.org> From: Philip Paeps Date: Tue, 17 Feb 2004 04:00:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/p5-Roman Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:00:19 -0000 philip 2004/02/17 04:00:18 PST FreeBSD ports repository (src committer) Modified files: math/p5-Roman Makefile Log: o Fix installation on bento o Change my email address Noticed by: bento, kris Approved by: kris Revision Changes Path 1.8 +2 -5 ports/math/p5-Roman/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:02:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4223516A4CE; Tue, 17 Feb 2004 04:02:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285D543D1D; Tue, 17 Feb 2004 04:02:58 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HC2vGe005932; Tue, 17 Feb 2004 04:02:57 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HC2vY9005931; Tue, 17 Feb 2004 04:02:57 -0800 (PST) (envelope-from olgeni) Message-Id: <200402171202.i1HC2vY9005931@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 17 Feb 2004 04:02:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gai pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:02:58 -0000 olgeni 2004/02/17 04:02:57 PST FreeBSD ports repository Modified files: x11-toolkits/gai pkg-descr Log: Fix a couple of typos (from ispell). Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/gai/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:04:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A3916A4CE; Tue, 17 Feb 2004 04:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C9643D39; Tue, 17 Feb 2004 04:04:13 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HC4DGe006931; Tue, 17 Feb 2004 04:04:13 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HC4Dqm006930; Tue, 17 Feb 2004 04:04:13 -0800 (PST) (envelope-from olgeni) Message-Id: <200402171204.i1HC4Dqm006930@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 17 Feb 2004 04:04:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/wxmozilla pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:04:13 -0000 olgeni 2004/02/17 04:04:13 PST FreeBSD ports repository Modified files: x11-toolkits/wxmozilla pkg-descr Log: Fix typos. Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/wxmozilla/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:14:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31A816A4CE; Tue, 17 Feb 2004 04:14:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86A443D2D; Tue, 17 Feb 2004 04:14:16 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCEGGe009571; Tue, 17 Feb 2004 04:14:16 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCEGar009570; Tue, 17 Feb 2004 04:14:16 -0800 (PST) (envelope-from mat) Message-Id: <200402171214.i1HCEGar009570@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 17 Feb 2004 04:14:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Server Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:14:17 -0000 mat 2004/02/17 04:14:16 PST FreeBSD ports repository Modified files: net/p5-Net-Server Makefile distinfo Log: Update to 0.87 Revision Changes Path 1.9 +1 -1 ports/net/p5-Net-Server/Makefile 1.6 +2 -2 ports/net/p5-Net-Server/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:16:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E913416A4CE; Tue, 17 Feb 2004 04:16:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8BD43D1D; Tue, 17 Feb 2004 04:16:16 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCGGGe009698; Tue, 17 Feb 2004 04:16:16 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCGGeV009697; Tue, 17 Feb 2004 04:16:16 -0800 (PST) (envelope-from pav) Message-Id: <200402171216.i1HCGGeV009697@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 17 Feb 2004 04:16:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/hamfax Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:16:17 -0000 pav 2004/02/17 04:16:16 PST FreeBSD ports repository Modified files: comms/hamfax Makefile Log: - Remove unneeded reference to -lcipher, which was removed from -CURRENT half year ago. Unbreak. Revision Changes Path 1.4 +2 -8 ports/comms/hamfax/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:17:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3F616A4CE; Tue, 17 Feb 2004 04:17:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5427B43D2D; Tue, 17 Feb 2004 04:17:39 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCHdGe009767; Tue, 17 Feb 2004 04:17:39 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCHdp9009766; Tue, 17 Feb 2004 04:17:39 -0800 (PST) (envelope-from blackend) Message-Id: <200402171217.i1HCHdp9009766@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 17 Feb 2004 04:17:39 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:17:39 -0000 blackend 2004/02/17 04:17:39 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Punctuation fix. Revision Changes Path 1.211 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:19:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED73D16A4CE; Tue, 17 Feb 2004 04:19:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B6443D2F; Tue, 17 Feb 2004 04:19:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCJnGe009819; Tue, 17 Feb 2004 04:19:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCJnEq009818; Tue, 17 Feb 2004 04:19:49 -0800 (PST) (envelope-from kris) Message-Id: <200402171219.i1HCJnEq009818@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 04:19:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bookmarkbridge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:19:50 -0000 kris 2004/02/17 04:19:49 PST FreeBSD ports repository Modified files: www/bookmarkbridge Makefile Log: BROKEN on 5.x: configure fails Revision Changes Path 1.3 +7 -1 ports/www/bookmarkbridge/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:24:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A439C16A4CE; Tue, 17 Feb 2004 04:24:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A0443D2D; Tue, 17 Feb 2004 04:24:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCO5Ge011805; Tue, 17 Feb 2004 04:24:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCO54D011804; Tue, 17 Feb 2004 04:24:05 -0800 (PST) (envelope-from kris) Message-Id: <200402171224.i1HCO54D011804@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 04:24:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports INDEX X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:24:05 -0000 kris 2004/02/17 04:24:05 PST FreeBSD ports repository Modified files: . INDEX Log: New INDEX for 4.x, with 10357 ports Revision Changes Path 1.384 +7175 -6967 ports/INDEX From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:25:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1591416A4CE; Tue, 17 Feb 2004 04:25:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00F343D1D; Tue, 17 Feb 2004 04:25:20 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCPKGe011885; Tue, 17 Feb 2004 04:25:20 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCPKvu011884; Tue, 17 Feb 2004 04:25:20 -0800 (PST) (envelope-from harti) Message-Id: <200402171225.i1HCPKvu011884@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 17 Feb 2004 04:25:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/atmsupport distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:25:21 -0000 harti 2004/02/17 04:25:20 PST FreeBSD ports repository (src committer) Modified files: net/atmsupport distinfo Log: New distinfo. The checksum in the old one was wrong. Revision Changes Path 1.3 +2 -1 ports/net/atmsupport/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:26:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B73516A4CE; Tue, 17 Feb 2004 04:26:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE9043D1F; Tue, 17 Feb 2004 04:26:18 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCQHGe011972; Tue, 17 Feb 2004 04:26:17 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCQHmo011971; Tue, 17 Feb 2004 04:26:17 -0800 (PST) (envelope-from blackend) Message-Id: <200402171226.i1HCQHmo011971@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 17 Feb 2004 04:26:17 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:26:18 -0000 blackend 2004/02/17 04:26:17 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/ports chapter.sgml Log: MFen 1.177 --> 1.187 Revision Changes Path 1.4 +183 -67 doc/fr_FR.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:28:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8960016A4CE; Tue, 17 Feb 2004 04:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E96F43D1D; Tue, 17 Feb 2004 04:28:13 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCSDGe012066; Tue, 17 Feb 2004 04:28:13 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCSD9U012065; Tue, 17 Feb 2004 04:28:13 -0800 (PST) (envelope-from eik) Message-Id: <200402171228.i1HCSD9U012065@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 17 Feb 2004 04:28:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:28:13 -0000 eik 2004/02/17 04:28:13 PST FreeBSD ports repository Modified files: security/portaudit/database auditfile.txt Log: add bind, pine, samba 3.x Revision Changes Path 1.13 +6 -1 ports/security/portaudit/database/auditfile.txt From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:29:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B2F16A4CE; Tue, 17 Feb 2004 04:29:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8DE43D1F; Tue, 17 Feb 2004 04:29:02 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCT2Ge012159; Tue, 17 Feb 2004 04:29:02 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCT2Sf012158; Tue, 17 Feb 2004 04:29:02 -0800 (PST) (envelope-from mat) Message-Id: <200402171229.i1HCT2Sf012158@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 17 Feb 2004 04:29:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-XSLT Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:29:02 -0000 mat 2004/02/17 04:29:02 PST FreeBSD ports repository Modified files: textproc/p5-XML-XSLT Makefile distinfo pkg-plist Log: Update to 0.47 Cleanup old things Revision Changes Path 1.9 +2 -7 ports/textproc/p5-XML-XSLT/Makefile 1.6 +2 -2 ports/textproc/p5-XML-XSLT/distinfo 1.4 +1 -0 ports/textproc/p5-XML-XSLT/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B9016A4CE; Tue, 17 Feb 2004 04:30:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A894C43D2D; Tue, 17 Feb 2004 04:30:33 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCUXGe012284; Tue, 17 Feb 2004 04:30:33 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCUXEX012283; Tue, 17 Feb 2004 04:30:33 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402171230.i1HCUXEX012283@repoman.freebsd.org> From: David Malone Date: Tue, 17 Feb 2004 04:30:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:30:33 -0000 dwmalone 2004/02/17 04:30:33 PST FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Correct a comment. Reviewed by: alfred, tanimura Revision Changes Path 1.338 +1 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:36:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E83A16A4CE; Tue, 17 Feb 2004 04:36:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2330943D1D; Tue, 17 Feb 2004 04:36:44 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCahGe014263; Tue, 17 Feb 2004 04:36:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCah8W014262; Tue, 17 Feb 2004 04:36:43 -0800 (PST) (envelope-from pav) Message-Id: <200402171236.i1HCah8W014262@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 17 Feb 2004 04:36:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bookmarkbridge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:36:44 -0000 pav 2004/02/17 04:36:43 PST FreeBSD ports repository Modified files: www/bookmarkbridge Makefile Log: - Remove unneeded -lcipher - Unbreak Revision Changes Path 1.4 +1 -8 ports/www/bookmarkbridge/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29BC16A4CE; Tue, 17 Feb 2004 04:46:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992F843D1D; Tue, 17 Feb 2004 04:46:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCkFGe016369; Tue, 17 Feb 2004 04:46:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCkF0g016368; Tue, 17 Feb 2004 04:46:15 -0800 (PST) (envelope-from kris) Message-Id: <200402171246.i1HCkF0g016368@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 04:46:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/kadu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:46:15 -0000 kris 2004/02/17 04:46:15 PST FreeBSD ports repository Modified files: polish/kadu Makefile Log: BROKEN on 5.x: install fails Revision Changes Path 1.6 +4 -0 ports/polish/kadu/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002D916A4CE; Tue, 17 Feb 2004 04:49:16 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF4343D1D; Tue, 17 Feb 2004 04:49:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (de98b9c343c065f5d9e62045d02c778d@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1HCnFa3021333; Tue, 17 Feb 2004 06:49:16 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0100366D0E; Tue, 17 Feb 2004 04:49:14 -0800 (PST) Date: Tue, 17 Feb 2004 04:49:14 -0800 From: Kris Kennaway To: Kris Kennaway Message-ID: <20040217124914.GA16805@xor.obsecurity.org> References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20040209220732.GA22475@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:49:17 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 09, 2004 at 02:07:32PM -0800, Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > lofi 2004/02/09 05:36:08 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel/tmake Makefile distinfo=20 > > Log: > > Fix distinfo, SIZEify. >=20 > You forgot to summarize what changed. I didn't see a followup to this. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMg3KWry0BWjoQKURAgN0AKCpsVwXCxZvL7wndxOdPrJHUPO9ZgCg1X/U J5GIjDa3ZNXIuBjxx3MoCog= =Wpmw -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:52:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F44916A4CE; Tue, 17 Feb 2004 04:52:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6056743D31; Tue, 17 Feb 2004 04:52:01 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCq1Ge023727; Tue, 17 Feb 2004 04:52:01 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCq0GB023723; Tue, 17 Feb 2004 04:52:01 -0800 (PST) (envelope-from arved) Message-Id: <200402171252.i1HCq0GB023723@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 17 Feb 2004 04:52:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:52:01 -0000 arved 2004/02/17 04:52:00 PST FreeBSD ports repository Modified files: textproc/wv Makefile Log: Depend on glib20 for AMD64. This should fix build on AMD64 Revision Changes Path 1.29 +8 -1 ports/textproc/wv/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:57:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1CB816A4E5; Tue, 17 Feb 2004 04:57:44 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668C43D1D; Tue, 17 Feb 2004 04:57:44 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 5233C284108; Tue, 17 Feb 2004 21:57:43 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 26C41284104; Tue, 17 Feb 2004 21:57:42 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id D5D751E4620; Tue, 17 Feb 2004 21:57:41 +0900 (JST) Date: Tue, 17 Feb 2004 21:57:41 +0900 Message-ID: <7m3c99vp6i.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Bruce Evans In-Reply-To: <20040215094444.F6303@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:57:44 -0000 At Sun, 15 Feb 2004 09:53:25 +1100 (EST), Bruce Evans wrote: > > I also think that commit is not so useful, but there are some > > supporters for his modification. Do you want to back out this > > completely? Or fixing just style bugs are acceptable? > > Fixing the style bugs and other bugs, and adding an option (off by > default) to control it would be acceptable. Backing it out would > be easier. I think an option which is off by default would not be accepted by Poul-Henning. I re-read all of this thread and collect opinions. pls back out: bde,nate,wpaul,danfe@nsu.ru good: phk,kientzle,grog positive: silby negative: jhb,kuriyama This does not include private emails to Poul-Henning and I don't think we should decide something with above. That's just FYI. But I personally feel this should be back out after re-reading and we should tackle traceback() improvements. Sorry my stupid, but it seems everyone seems happy if traceback() improvement happens. Is that really too hard to go forward? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:58:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 694B916A4CE; Tue, 17 Feb 2004 04:58:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E61743D1D; Tue, 17 Feb 2004 04:58:27 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCwRGe024353; Tue, 17 Feb 2004 04:58:27 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCwRUd024352; Tue, 17 Feb 2004 04:58:27 -0800 (PST) (envelope-from des) Message-Id: <200402171258.i1HCwRUd024352@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 17 Feb 2004 04:58:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/linux-dislin Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:58:27 -0000 des 2004/02/17 04:58:27 PST FreeBSD ports repository Modified files: math/linux-dislin Makefile distinfo.alpha distinfo.i386 pkg-plist.alpha pkg-plist.i386 Log: Update to 8.2. Revision Changes Path 1.3 +1 -4 ports/math/linux-dislin/Makefile 1.2 +2 -1 ports/math/linux-dislin/distinfo.alpha 1.2 +2 -1 ports/math/linux-dislin/distinfo.i386 1.2 +28 -7 ports/math/linux-dislin/pkg-plist.alpha 1.2 +23 -9 ports/math/linux-dislin/pkg-plist.i386 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 04:59:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF72D16A4CE; Tue, 17 Feb 2004 04:59:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F6243D2D; Tue, 17 Feb 2004 04:59:08 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HCx8Ge024421; Tue, 17 Feb 2004 04:59:08 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HCx8Jk024420; Tue, 17 Feb 2004 04:59:08 -0800 (PST) (envelope-from arved) Message-Id: <200402171259.i1HCx8Jk024420@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 17 Feb 2004 04:59:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/pari Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 12:59:09 -0000 arved 2004/02/17 04:59:08 PST FreeBSD ports repository Modified files: math/pari Makefile Log: Fix build on AMD64 Revision Changes Path 1.30 +4 -0 ports/math/pari/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:02:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC1816A4CE; Tue, 17 Feb 2004 05:02:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E894F43D31; Tue, 17 Feb 2004 05:02:50 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HD2oGe026468; Tue, 17 Feb 2004 05:02:50 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HD2oZF026467; Tue, 17 Feb 2004 05:02:50 -0800 (PST) (envelope-from netchild) Message-Id: <200402171302.i1HD2oZF026467@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 17 Feb 2004 05:02:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ettercap Makefile pkg-plist ports/net/ettercap/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:02:51 -0000 netchild 2004/02/17 05:02:50 PST FreeBSD ports repository Modified files: net/ettercap Makefile pkg-plist net/ettercap/files patch-ab Log: - Obey PTHREAD_LIBS also when libpthread exists. - Use/respect DATADIR and DOCSDIR. Submitted by: Marius Strobl Revision Changes Path 1.17 +11 -3 ports/net/ettercap/Makefile 1.4 +30 -9 ports/net/ettercap/files/patch-ab 1.10 +33 -33 ports/net/ettercap/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:04:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33AD216A4CF; Tue, 17 Feb 2004 05:04:34 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D3B43D1F; Tue, 17 Feb 2004 05:04:34 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 16EDE167522; Tue, 17 Feb 2004 14:04:33 +0100 (CET) Received: from localhost.invalid (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i1HD4UHU021702 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Feb 2004 14:04:31 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Kris Kennaway Date: Tue, 17 Feb 2004 14:04:23 +0100 User-Agent: KMail/1.6 References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> <20040217124914.GA16805@xor.obsecurity.org> In-Reply-To: <20040217124914.GA16805@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_eFhMAUfQNY91x7Y"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200402171404.30701.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:04:34 -0000 --Boundary-02=_eFhMAUfQNY91x7Y Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 17 February 2004 13:49, Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 02:07:32PM -0800, Kris Kennaway wrote: > > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > > lofi 2004/02/09 05:36:08 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > devel/tmake Makefile distinfo > > > Log: > > > Fix distinfo, SIZEify. > > > > You forgot to summarize what changed. > > I didn't see a followup to this. I have no idea what you expect me to write. =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 --Boundary-02=_eFhMAUfQNY91x7Y Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAMhFeXhc68WspdLARAqjUAJ4ymgIeSh1e3rSAajjObqZRPW16OgCgqulT 9KvcsHIhJqpRHcBliICbzUE= =eyIB -----END PGP SIGNATURE----- --Boundary-02=_eFhMAUfQNY91x7Y-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:07:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C6216A4CE; Tue, 17 Feb 2004 05:07:29 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59D343D2D; Tue, 17 Feb 2004 05:07:28 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.30) id 1At4wh-000ACm-TR; Tue, 17 Feb 2004 14:07:27 +0100 Date: Tue, 17 Feb 2004 14:07:27 +0100 From: Kirill Ponomarew To: Michael Nottebrock Message-ID: <20040217130727.GA35408@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Michael Nottebrock , Kris Kennaway , Michael Nottebrock , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> <20040217124914.GA16805@xor.obsecurity.org> <200402171404.30701.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <200402171404.30701.michaelnottebrock@gmx.net> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:07:29 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 17, 2004 at 02:04:23PM +0100, Michael Nottebrock wrote: =20 > I have no idea what you expect me to write. -MD5 (tmake-1.7.tar.gz) =3D a96ff22a69ec78cf930eb4f9ac8d30d9 +MD5 (tmake-1.7.tar.gz) =3D 102af90262de0fdbcc0e9e4b3b46cf4a You should write what changes were made to new tarball, because of new checksum. -Kirill --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMhIPQC1G6a60JuURAu3UAJ0YZabPYyrTtHkPJK0nzQjiO4o2YQCgvjsX 5rAaq20b6pbzPUvYf8Hj0tY= =+sCq -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:09:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC34716A4CE; Tue, 17 Feb 2004 05:09:15 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5BC43D1D; Tue, 17 Feb 2004 05:09:15 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 755BA5309; Tue, 17 Feb 2004 14:09:14 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id F27B25308; Tue, 17 Feb 2004 14:09:06 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 8037533C68; Tue, 17 Feb 2004 14:09:06 +0100 (CET) To: Michael Nottebrock References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> <20040217124914.GA16805@xor.obsecurity.org> <200402171404.30701.michaelnottebrock@gmx.net> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 17 Feb 2004 14:09:06 +0100 In-Reply-To: <200402171404.30701.michaelnottebrock@gmx.net> (Michael Nottebrock's message of "Tue, 17 Feb 2004 14:04:23 +0100") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:09:16 -0000 Michael Nottebrock writes: > On Tuesday 17 February 2004 13:49, Kris Kennaway wrote: > > On Mon, Feb 09, 2004 at 02:07:32PM -0800, Kris Kennaway wrote: > > > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > > > Log: > > > > Fix distinfo, SIZEify. > > > You forgot to summarize what changed. > > I didn't see a followup to this. > I have no idea what you expect me to write. When the checksum of a distfile changes, there is a considerable risk that someone may have trojaned the distfile. As a port maintainer, you are exptected to verify that this is not the case before updating the checksum in distinfo. You are also expected to summarize the reason for the changed checksum in the commit message so that The Rest Of Us[tm] can rest assured that you have indeed verified that the distfile was not trojaned. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:17:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF81616A4D0; Tue, 17 Feb 2004 05:17:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A428F43D1D; Tue, 17 Feb 2004 05:17:42 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDHgGe029774; Tue, 17 Feb 2004 05:17:42 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDHgs7029773; Tue, 17 Feb 2004 05:17:42 -0800 (PST) (envelope-from pav) Message-Id: <200402171317.i1HDHgs7029773@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 17 Feb 2004 05:17:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/kadu Makefile ports/polish/kadu/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:17:43 -0000 pav 2004/02/17 05:17:42 PST FreeBSD ports repository Modified files: polish/kadu Makefile polish/kadu/files patch-Makefile.in Log: - Try again in fixing the install PR: ports/62908 Submitted by: Marek Łukaszuk Revision Changes Path 1.7 +0 -4 ports/polish/kadu/Makefile 1.2 +9 -6 ports/polish/kadu/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:20:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C193616A4CE; Tue, 17 Feb 2004 05:20:52 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6002443D3F; Tue, 17 Feb 2004 05:20:52 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 6F8A7167522; Tue, 17 Feb 2004 14:20:51 +0100 (CET) Received: from localhost.invalid (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i1HDKlHU021929 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Feb 2004 14:20:47 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 17 Feb 2004 14:20:46 +0100 User-Agent: KMail/1.6 References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <200402171404.30701.michaelnottebrock@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_vUhMAiGjiDz4qQi"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402171420.47274.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:20:52 -0000 --Boundary-02=_vUhMAiGjiDz4qQi Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 17 February 2004 14:09, Dag-Erling Sm=F8rgrav wrote: > Michael Nottebrock writes: > > On Tuesday 17 February 2004 13:49, Kris Kennaway wrote: > > > On Mon, Feb 09, 2004 at 02:07:32PM -0800, Kris Kennaway wrote: > > > > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > > > > Log: > > > > > Fix distinfo, SIZEify. > > > > > > > > You forgot to summarize what changed. > > > > > > I didn't see a followup to this. > > > > I have no idea what you expect me to write. > > When the checksum of a distfile changes, there is a considerable risk > that someone may have trojaned the distfile. As a port maintainer, > you are exptected to verify that this is not the case before updating > the checksum in distinfo. You are also expected to summarize the > reason for the changed checksum in the commit message so that The Rest > Of Us[tm] can rest assured that you have indeed verified that the > distfile was not trojaned. I didn't know that I was supposed to perform a security audit and I did not= do=20 so. So if anyone happens to have the old distfile still around, please send= =20 it my way, cause I don't. I suggest next time instead of marking a port as= =20 BROKEN=3D Checksum mismatch, mark it as BROKEN=3D Needs security audit so I= won't=20 be tempted to fix it. =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 --Boundary-02=_vUhMAiGjiDz4qQi Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAMhUvXhc68WspdLARAnPSAKCAtb2goFx2SZH49kLV5+Glbjtl2gCggllE Z3wSsWJ+mCSb5F91C69PHxk= =3WG4 -----END PGP SIGNATURE----- --Boundary-02=_vUhMAiGjiDz4qQi-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:20:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30F816A4E4; Tue, 17 Feb 2004 05:20:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DB143D1F; Tue, 17 Feb 2004 05:20:54 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDKsGe029989; Tue, 17 Feb 2004 05:20:54 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDKs6R029988; Tue, 17 Feb 2004 05:20:54 -0800 (PST) (envelope-from demon) Message-Id: <200402171320.i1HDKs6R029988@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 17 Feb 2004 05:20:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/yaz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:20:55 -0000 demon 2004/02/17 05:20:54 PST FreeBSD ports repository Modified files: net/yaz Makefile distinfo Log: Update to version 2.0.12. Revision Changes Path 1.25 +1 -1 ports/net/yaz/Makefile 1.19 +2 -1 ports/net/yaz/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:29:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7072016A4FC; Tue, 17 Feb 2004 05:29:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C1143D1D; Tue, 17 Feb 2004 05:29:15 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDTFGe031953; Tue, 17 Feb 2004 05:29:15 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDTFro031952; Tue, 17 Feb 2004 05:29:15 -0800 (PST) (envelope-from lev) Message-Id: <200402171329.i1HDTFro031952@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Tue, 17 Feb 2004 05:29:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/vips Makefile distinfo ports/graphics/vips/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:29:15 -0000 lev 2004/02/17 05:29:15 PST FreeBSD ports repository Modified files: graphics/vips Makefile distinfo Removed files: graphics/vips/files patch-configure Log: Authors replaced source tarball. Revision Changes Path 1.6 +2 -3 ports/graphics/vips/Makefile 1.3 +2 -2 ports/graphics/vips/distinfo 1.3 +0 -11 ports/graphics/vips/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:31:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 951D116A4CE; Tue, 17 Feb 2004 05:31:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF5743D1D; Tue, 17 Feb 2004 05:31:36 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDVaGe033095; Tue, 17 Feb 2004 05:31:36 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDVafg033091; Tue, 17 Feb 2004 05:31:36 -0800 (PST) (envelope-from maxim) Message-Id: <200402171331.i1HDVafg033091@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 17 Feb 2004 05:31:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 sleep.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:31:36 -0000 maxim 2004/02/17 05:31:36 PST FreeBSD src repository Modified files: share/man/man9 sleep.9 Log: o Be consistent with the declaration: pri -> priority. Spotted by: Dmitry Rzhavin MFC after: 1 week Revision Changes Path 1.43 +2 -2 src/share/man/man9/sleep.9 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:32:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA21816A4CE; Tue, 17 Feb 2004 05:32:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DFDF43D1F; Tue, 17 Feb 2004 05:32:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDWsGe033884; Tue, 17 Feb 2004 05:32:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDWsWL033883; Tue, 17 Feb 2004 05:32:54 -0800 (PST) (envelope-from arved) Message-Id: <200402171332.i1HDWsWL033883@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 17 Feb 2004 05:32:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/cel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:32:54 -0000 arved 2004/02/17 05:32:54 PST FreeBSD ports repository Modified files: lang/cel Makefile Log: Respect CFLAGS Revision Changes Path 1.9 +6 -0 ports/lang/cel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:37:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92FD016A4CE; Tue, 17 Feb 2004 05:37:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774E643D2D; Tue, 17 Feb 2004 05:37:22 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDbMGe034128; Tue, 17 Feb 2004 05:37:22 -0800 (PST) (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDbMS7034127; Tue, 17 Feb 2004 05:37:22 -0800 (PST) (envelope-from shige) Message-Id: <200402171337.i1HDbMS7034127@repoman.freebsd.org> From: Shigeyuki Fukushima Date: Tue, 17 Feb 2004 05:37:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/semi113 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:37:22 -0000 shige 2004/02/17 05:37:22 PST FreeBSD ports repository Modified files: editors/semi113 Makefile Log: Add NO_LATEST_LINK flag. Revision Changes Path 1.25 +2 -0 ports/editors/semi113/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:38:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266B16A4E6; Tue, 17 Feb 2004 05:38:11 -0800 (PST) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7292843D1F; Tue, 17 Feb 2004 05:38:11 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd01.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1At5QN-0004Cf-00; Tue, 17 Feb 2004 14:38:07 +0100 Received: from Andro-Beta.Leidinger.net (ZqivMeZ1we4xIVpm+Fooew+OboOUbIP+2PRdRzGu7solGubP28yv8Q@[217.229.223.207]) by fmrl01.sul.t-online.com with esmtp id 1At5PM-0Wjv280; Tue, 17 Feb 2004 14:37:04 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i1HDb3OU005448; Tue, 17 Feb 2004 14:37:03 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) i1HDb3vL043136; Tue, 17 Feb 2004 14:37:03 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Tue, 17 Feb 2004 14:37:02 +0100 From: Alexander Leidinger To: ports-committers@FreeBSD.org Message-Id: <20040217143702.2d6f5fe3@Magellan.Leidinger.net> In-Reply-To: <200402171302.i1HD2oZF026467@repoman.freebsd.org> References: <200402171302.i1HD2oZF026467@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: ZqivMeZ1we4xIVpm+Fooew+OboOUbIP+2PRdRzGu7solGubP28yv8Q@t-dialin.net cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/ettercap Makefile pkg-plist ports/net/ettercap/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:38:11 -0000 On Tue, 17 Feb 2004 05:02:50 -0800 (PST) Alexander Leidinger wrote: > netchild 2004/02/17 05:02:50 PST > > FreeBSD ports repository > > Modified files: > net/ettercap Makefile pkg-plist > net/ettercap/files patch-ab Ok, ok... I'm not up-to-date regarding the actual state of the repository... I will apply this to net-mgmt/ettercap as soon as my local cvs repository catches up with the finished repo-copy (except the committer which finishes the repo-copy catches up with this commit). Bye, Alexander. -- I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:40:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF84216A4CE; Tue, 17 Feb 2004 05:40:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE2D43D1F; Tue, 17 Feb 2004 05:40:10 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDeAGe034246; Tue, 17 Feb 2004 05:40:10 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDeA9S034245; Tue, 17 Feb 2004 05:40:10 -0800 (PST) (envelope-from arved) Message-Id: <200402171340.i1HDeA9S034245@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 17 Feb 2004 05:40:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/qscanplot Makefileports/math/qscanplot/files patch-qscanplotview.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:40:11 -0000 arved 2004/02/17 05:40:10 PST FreeBSD ports repository Modified files: math/qscanplot Makefile math/qscanplot/files patch-qscanplot::plugins::make-plugin.sh Added files: math/qscanplot/files patch-dinterpolator.cpp patch-qscanplotview.cpp Log: Use QT3 instead of QT2. Bump PORTREVISION. Revision Changes Path 1.12 +4 -4 ports/math/qscanplot/Makefile 1.1 +10 -0 ports/math/qscanplot/files/patch-dinterpolator.cpp (new) 1.2 +18 -9 ports/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh 1.1 +10 -0 ports/math/qscanplot/files/patch-qscanplotview.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:44:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1362516A4CE for ; Tue, 17 Feb 2004 05:44:51 -0800 (PST) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4514F43D2F for ; Tue, 17 Feb 2004 05:44:50 -0800 (PST) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i1HDhRs9085476; Tue, 17 Feb 2004 14:44:48 +0100 (CET) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.12.11/8.12.6/Submit) id i1HDhRnI085475; Tue, 17 Feb 2004 14:43:27 +0100 (CET) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Tue, 17 Feb 2004 14:43:27 +0100 From: Tilman Linneweh To: Michael Nottebrock Message-ID: <20040217134327.GA85445@huckfinn.arved.de> References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <200402171404.30701.michaelnottebrock@gmx.net> <200402171420.47274.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402171420.47274.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:44:51 -0000 * Michael Nottebrock [Di, 17 Feb 2004 at 14:20 GMT]: >> > > > > Fix distinfo, SIZEify. >> > > > >> > > > You forgot to summarize what changed. >> > > >> > > I didn't see a followup to this. >> > >> > I have no idea what you expect me to write. >> >> When the checksum of a distfile changes, there is a considerable risk >> that someone may have trojaned the distfile. As a port maintainer, >> you are exptected to verify that this is not the case before updating >> the checksum in distinfo. You are also expected to summarize the >> reason for the changed checksum in the commit message so that The Rest >> Of Us[tm] can rest assured that you have indeed verified that the >> distfile was not trojaned. > > I didn't know that I was supposed to perform a security audit and I did not= > do=20 > so. So if anyone happens to have the old distfile still around, please send= >=20 > it my way, cause I don't. I suggest next time instead of marking a port as= >=20 > BROKEN=3D Checksum mismatch, mark it as BROKEN=3D Needs security audit so I= > won't=20 > be tempted to fix it. > I intend to remove this port in a few days. It is obsolete and superseded by qmake. I have just updated the last port that did depend on it. regards tilman From owner-cvs-all@FreeBSD.ORG Tue Feb 17 05:59:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1B716A4CE; Tue, 17 Feb 2004 05:59:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D3443D1F; Tue, 17 Feb 2004 05:59:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HDxNGe038443; Tue, 17 Feb 2004 05:59:23 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HDxNhJ038442; Tue, 17 Feb 2004 05:59:23 -0800 (PST) (envelope-from arved) Message-Id: <200402171359.i1HDxNhJ038442@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 17 Feb 2004 05:59:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/swftools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 13:59:23 -0000 arved 2004/02/17 05:59:23 PST FreeBSD ports repository Modified files: graphics/swftools Makefile Log: USE_BISON to unbreak the build. Revision Changes Path 1.16 +1 -2 ports/graphics/swftools/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 06:02:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B8416A4CE; Tue, 17 Feb 2004 06:02:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73AD343D1D; Tue, 17 Feb 2004 06:02:38 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HE2cGe040372; Tue, 17 Feb 2004 06:02:38 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HE2cDq040371; Tue, 17 Feb 2004 06:02:38 -0800 (PST) (envelope-from ume) Message-Id: <200402171402.i1HE2cDq040371@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 17 Feb 2004 06:02:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c tcp_input.c udp_usrreq.c src/sys/netinet6 ip6_output.c raw_ip6.c udp6_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:02:38 -0000 ume 2004/02/17 06:02:38 PST FreeBSD src repository Modified files: sys/netinet raw_ip.c tcp_input.c udp_usrreq.c sys/netinet6 ip6_output.c raw_ip6.c udp6_usrreq.c Log: IPSEC and FAST_IPSEC have the same internal API now; so merge these (IPSEC has an extra ipsecstat) Submitted by: "Bjoern A. Zeeb" Revision Changes Path 1.126 +3 -8 src/sys/netinet/raw_ip.c 1.226 +8 -16 src/sys/netinet/tcp_input.c 1.147 +3 -8 src/sys/netinet/udp_usrreq.c 1.78 +2 -6 src/sys/netinet6/ip6_output.c 1.39 +6 -21 src/sys/netinet6/raw_ip6.c 1.44 +12 -30 src/sys/netinet6/udp6_usrreq.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 06:13:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD65E16A4CE; Tue, 17 Feb 2004 06:13:41 -0800 (PST) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9996243D1F; Tue, 17 Feb 2004 06:13:41 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 14D342D7F; Tue, 17 Feb 2004 15:13:37 +0100 (CET) Date: Tue, 17 Feb 2004 15:13:37 +0100 From: Ollivier Robert To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040217141336.GA27143@tara.freenix.org> Mail-Followup-To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402162254.i1GMskj7071551@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402162254.i1GMskj7071551@repoman.freebsd.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/contrib/diff FREEBSD-upgrade diff.h getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:13:41 -0000 According to Andrey A. Chernov: > Modified files: > contrib/diff FREEBSD-upgrade diff.h > Removed files: > contrib/diff getopt.c getopt.h getopt1.c > Log: > Remove files no longer needed > Switch back to regex.h Can you (or anyone else) upgrade diffutils up to 2.8.1 please? We're seriously outdated there... (and no, I don't have time right onw or I'd do it. I still have a pending update for ntpd). -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 06:14:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9210316A4CE; Tue, 17 Feb 2004 06:14:43 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2B43D1F; Tue, 17 Feb 2004 06:14:42 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1HEEWwn000888; Tue, 17 Feb 2004 15:14:34 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Jun Kuriyama From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 17 Feb 2004 21:57:41 +0900." <7m3c99vp6i.wl@black.imgsrc.co.jp> Date: Tue, 17 Feb 2004 15:14:32 +0100 Message-ID: <887.1077027272@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:14:43 -0000 In message <7m3c99vp6i.wl@black.imgsrc.co.jp>, Jun Kuriyama writes: >But I personally feel this should be back out after re-reading and we >should tackle traceback() improvements. If the traceback is available also for non-DDB kernels, I'll have no problems with the file/line info being removed again. -- 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 Feb 17 06:16:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D0516A4CE; Tue, 17 Feb 2004 06:16:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA5D43D1F; Tue, 17 Feb 2004 06:16:52 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HEGqGe043553; Tue, 17 Feb 2004 06:16:52 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HEGpCM043552; Tue, 17 Feb 2004 06:16:51 -0800 (PST) (envelope-from sergei) Message-Id: <200402171416.i1HEGpCM043552@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 06:16:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:16:52 -0000 sergei 2004/02/17 06:16:51 PST FreeBSD ports repository Modified files: . modules Log: Add missing module for www/opera-devel Revision Changes Path 1.9414 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Feb 17 06:34:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F19816A4CE; Tue, 17 Feb 2004 06:34:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB1243D1F; Tue, 17 Feb 2004 06:34:14 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HEYEGe047673; Tue, 17 Feb 2004 06:34:14 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HEYErS047672; Tue, 17 Feb 2004 06:34:14 -0800 (PST) (envelope-from clement) Message-Id: <200402171434.i1HEYErS047672@repoman.freebsd.org> From: Clement LAFORET Date: Tue, 17 Feb 2004 06:34:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/webreport Makefile distinfo pkg-descr pkg-message ports/www/webreport/files patch-Makefile patch-webreport.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:34:14 -0000 clement 2004/02/17 06:34:14 PST FreeBSD ports repository Modified files: www Makefile Added files: www/webreport Makefile distinfo pkg-descr pkg-message www/webreport/files patch-Makefile patch-webreport.c Log: Add webreport 1.5, webReport is a web log statistics program for web hosting sites. WebReport is a web log statistics reporting program especially designed for virtual web hosting sites. It is also very useful for signle hosting sites. the main difference between WebReport and other statics programs is a configuration file which allows for easy manipulation of the features. WWW: http://www.inter7.com/webreport2.html PR: ports/62904 Submitted by: ismail@enderunix.org Revision Changes Path 1.817 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/webreport/Makefile (new) 1.1 +2 -0 ports/www/webreport/distinfo (new) 1.1 +22 -0 ports/www/webreport/files/patch-Makefile (new) 1.1 +42 -0 ports/www/webreport/files/patch-webreport.c (new) 1.1 +6 -0 ports/www/webreport/pkg-descr (new) 1.1 +4 -0 ports/www/webreport/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 06:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16DAF16A4CE; Tue, 17 Feb 2004 06:35:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC06343D1D; Tue, 17 Feb 2004 06:35:00 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HEZ0Ge047725; Tue, 17 Feb 2004 06:35:00 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HEZ0bo047724; Tue, 17 Feb 2004 06:35:00 -0800 (PST) (envelope-from clement) Message-Id: <200402171435.i1HEZ0bo047724@repoman.freebsd.org> From: Clement LAFORET Date: Tue, 17 Feb 2004 06:35:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 14:35:01 -0000 clement 2004/02/17 06:35:00 PST FreeBSD ports repository Modified files: . modules Log: webreport --> ports/www/webreport Revision Changes Path 1.9415 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:11:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D7D16A4CE; Tue, 17 Feb 2004 07:11:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D76D43D1D; Tue, 17 Feb 2004 07:11:00 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HFB0Ge055146; Tue, 17 Feb 2004 07:11:00 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HFAxA8055143; Tue, 17 Feb 2004 07:10:59 -0800 (PST) (envelope-from demon) Message-Id: <200402171510.i1HFAxA8055143@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 17 Feb 2004 07:10:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/metalist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:11:00 -0000 demon 2004/02/17 07:10:59 PST FreeBSD ports repository Modified files: chinese/metalist Makefile Log: Add missing man-pages, correct dependencies. Submitted by: maintainer Revision Changes Path 1.8 +18 -1 ports/chinese/metalist/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:23:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D4716A4CE; Tue, 17 Feb 2004 07:23:26 -0800 (PST) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CD643D1F; Tue, 17 Feb 2004 07:23:26 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i1HFNLiA077078; Tue, 17 Feb 2004 16:23:21 +0100 (CET) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i1HFMiqB007240; Tue, 17 Feb 2004 15:22:44 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i1HFMibf007226; Tue, 17 Feb 2004 15:22:44 GMT (envelope-from eivind) Date: Tue, 17 Feb 2004 15:21:43 +0000 From: Eivind Eklund To: Michael Nottebrock Message-ID: <20040217152143.GD3525@FreeBSD.org> References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <200402171404.30701.michaelnottebrock@gmx.net> <200402171420.47274.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200402171420.47274.michaelnottebrock@gmx.net> User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:23:27 -0000 On Tue, Feb 17, 2004 at 02:20:46PM +0100, Michael Nottebrock wrote: > On Tuesday 17 February 2004 14:09, Dag-Erling Smørgrav wrote: > > When the checksum of a distfile changes, there is a considerable risk > > that someone may have trojaned the distfile. As a port maintainer, > > you are exptected to verify that this is not the case before updating > > the checksum in distinfo. You are also expected to summarize the > > reason for the changed checksum in the commit message so that The Rest > > Of Us[tm] can rest assured that you have indeed verified that the > > distfile was not trojaned. > > I didn't know that I was supposed to perform a security audit and I did not do > so. So if anyone happens to have the old distfile still around, please send > it my way, cause I don't. I suggest next time instead of marking a port as > BROKEN= Checksum mismatch, mark it as BROKEN= Needs security audit so I won't > be tempted to fix it. We should probably use FORBIDDEN instead of BROKEN for checksum mismatches, and have a notice in the porter's handbook. This would make it more obvious. I have no patch because I did not find any obvious place to add it. BROKEN=Needs security audit would say MUCH less to me than BROKEN="Checksum mismatch". For me (probably because I've got a background where I've been heavily security focused) "Checksum mismatch" makes it obvious that somebody has changed the distfile in some unspecified way, and we thus need a review of the changes. However, "Needs security audit" screams "This code is utterly rotten and more or less certainly contains security holes. We can't give it to the users until all the code has been audited." which is quite different from "We need to review a likely small diff". Eivind. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:24:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A12E16A4CF; Tue, 17 Feb 2004 07:24:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2AC43D31; Tue, 17 Feb 2004 07:24:50 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HFOnGe059008; Tue, 17 Feb 2004 07:24:49 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HFOnrS059007; Tue, 17 Feb 2004 07:24:49 -0800 (PST) (envelope-from sergei) Message-Id: <200402171524.i1HFOnrS059007@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 07:24:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/opera-devel Makefile distinfo pkg-message pkg-plist ports/www/opera-devel/files patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:24:50 -0000 sergei 2004/02/17 07:24:49 PST FreeBSD ports repository Modified files: www/opera-devel Makefile distinfo pkg-message pkg-plist www/opera-devel/files patch-install.sh Log: - Integrate a patch from Piotr Smyrak (piotr.smyrak@heron,pl) that installs a correct opera desktop entry (points to opera-devel instead of opera, and fixes conflict with www/opera's desktop entry) - Add SIZE to distinfo - Portrevision not bumped, because functionality hasn't changed PR: ports/62884 Submitted by: maintainer While I'm here: - Remove unnecessary ':' from PLIST substitutions - Remove blank lines from pkg-plist and pkg-message to satisfy portlint Revision Changes Path 1.27 +10 -10 ports/www/opera-devel/Makefile 1.21 +1 -0 ports/www/opera-devel/distinfo 1.8 +34 -1 ports/www/opera-devel/files/patch-install.sh 1.4 +2 -2 ports/www/opera-devel/pkg-message 1.14 +10 -12 ports/www/opera-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:30:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B144616A4CE; Tue, 17 Feb 2004 07:30:54 -0800 (PST) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2811843D2D; Tue, 17 Feb 2004 07:30:54 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i1HFUniA077353; Tue, 17 Feb 2004 16:30:49 +0100 (CET) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i1HFUHqB007278; Tue, 17 Feb 2004 15:30:17 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i1HFUGtf007268; Tue, 17 Feb 2004 15:30:16 GMT (envelope-from eivind) Date: Tue, 17 Feb 2004 15:29:16 +0000 From: Eivind Eklund To: Poul-Henning Kamp Message-ID: <20040217152913.GE3525@FreeBSD.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040213035557.M24031@gamplex.bde.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:30:54 -0000 On Fri, Feb 13, 2004 at 04:02:46AM +1100, Bruce Evans wrote: > On Tue, 20 Jan 2004, Bruce Evans wrote: > > > On Mon, 19 Jan 2004, Poul-Henning Kamp wrote: > > > > > phk 2004/01/19 13:27:11 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/alpha/alpha support.s > > > sys/i386/i386 swtch.s > > > sys/kern kern_shutdown.c > > > sys/sys systm.h > > > Log: > > > Add linenumber and source filename to panic(9) output. > > > > This was rejected in all reviews. It gives less information than > > grepping the sources, at some cost (grep at least gives correct line > > numbers when the sources don't quite match the binary). > > > > Please back this out. > > I'm still waiting for this to be backed out. > > I just found yet another bug in it: it defeats simple regression checks. > Suppose you make some cosmetic changes that add a line before a panic. > This now changes the object file even when the file is compiled without > -g. This means file and line info HAS to be possible to disable, and should (IMO) be off in LINT. When I worked actively on the kernel, I regularly used the object file comparison technique. The technique is extremely useful to test various cleanups, and even before the changed panic() messages a few log messages that included __FILE__ and __LINE__ got in the way from time to time. Eivind. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:44:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8398116A4CE; Tue, 17 Feb 2004 07:44:37 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF2843D1D; Tue, 17 Feb 2004 07:44:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1HFgbwn096326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 07:42:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1HFgb68096323; Tue, 17 Feb 2004 07:42:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 07:42:36 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402170536.i1H5avHr010411@repoman.freebsd.org> Message-ID: <20040217074033.R87221@randomservers> References: <200402170536.i1H5avHr010411@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/boost Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:44:37 -0000 On Mon, 16 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/16 21:36:57 PST -> -> FreeBSD ports repository -> -> Modified files: -> devel/boost Makefile -> Log: -> FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} If someone is interested, there is a maitainer approved patch that claims to deal with this. ports/62899 If someone does look at that they should look at pr ports/60476 also. -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:48:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62D916A4CE; Tue, 17 Feb 2004 07:48:53 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AB843D2F; Tue, 17 Feb 2004 07:48:53 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1HFkqwn002962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 07:46:52 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1HFkqv9002956; Tue, 17 Feb 2004 07:46:52 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 07:46:52 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402170834.i1H8YAHq050998@repoman.freebsd.org> Message-ID: <20040217074530.I87221@randomservers> References: <200402170834.i1H8YAHq050998@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/print/lyx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:48:53 -0000 On Tue, 17 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/17 00:34:10 PST -> -> FreeBSD ports repository -> -> Modified files: -> print/lyx Makefile -> Log: -> BROKEN: Does not install. This port is scheduled for removal on April 16 -> if still broken. Any interested party should look at PR ports/62405. It mentions this problem and there's a untested patch in the Audit-Trail. -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:53:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0765616A4DB; Tue, 17 Feb 2004 07:53:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EBD43D2D; Tue, 17 Feb 2004 07:53:43 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HFrgGe065261; Tue, 17 Feb 2004 07:53:42 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HFrgx4065260; Tue, 17 Feb 2004 07:53:42 -0800 (PST) (envelope-from sergei) Message-Id: <200402171553.i1HFrgx4065260@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 07:53:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailscanner Makefile distinfo pkg-plist patch-docs:man:MailScanner.8.html patch-docs:man:MailScanner.conf.5.html patch-lib:MailScanner:Exim.pm patch-lib:MailScanner:Message.pm patch-lib:clamav-wrapper X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:53:43 -0000 sergei 2004/02/17 07:53:42 PST FreeBSD ports repository Modified files: mail/mailscanner Makefile distinfo pkg-plist mail/mailscanner/files patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.conf.5 Added files: mail/mailscanner/files patch-lib:MailScanner:Exim.pm patch-lib:MailScanner:Message.pm patch-lib:clamav-wrapper Removed files: mail/mailscanner/files patch-docs:man:MailScanner.8.html patch-docs:man:MailScanner.conf.5.html Log: - Upgrade to 4.26.8 This includes some important security improvements (MyDoom stuff) PR: ports/62779 Submitted by: maintainer Revision Changes Path 1.11 +4 -4 ports/mail/mailscanner/Makefile 1.7 +2 -2 ports/mail/mailscanner/distinfo 1.6 +10 -5 ports/mail/mailscanner/files/patch-docs:man:MailScanner.8 1.5 +0 -9 ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html (dead) 1.6 +4 -4 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 1.6 +0 -9 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (dead) 1.1 +74 -0 ports/mail/mailscanner/files/patch-lib:MailScanner:Exim.pm (new) 1.1 +189 -0 ports/mail/mailscanner/files/patch-lib:MailScanner:Message.pm (new) 1.1 +11 -0 ports/mail/mailscanner/files/patch-lib:clamav-wrapper (new) 1.8 +58 -1 ports/mail/mailscanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:57:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DCD16A4D7; Tue, 17 Feb 2004 07:57:20 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE4D43D39; Tue, 17 Feb 2004 07:57:20 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1HFtGwn016721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 07:55:17 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1HFtGBn016662; Tue, 17 Feb 2004 07:55:16 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 07:55:15 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402171106.i1HB6mmB093048@repoman.freebsd.org> Message-ID: <20040217075416.Y87221@randomservers> References: <200402171106.i1HB6mmB093048@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: jedgar@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/lincvs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:57:20 -0000 On Tue, 17 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/17 03:06:48 PST -> -> FreeBSD ports repository -> -> Modified files: -> devel/lincvs Makefile -> Log: -> BROKEN: Missing dependency on qmake PR ports/62063 has a patch that claims to deal with this (along with a couple of other changes). -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 07:57:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB9516A564; Tue, 17 Feb 2004 07:57:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C53C43D1F; Tue, 17 Feb 2004 07:57:22 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HFvLGe065539; Tue, 17 Feb 2004 07:57:21 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HFvLcL065538; Tue, 17 Feb 2004 07:57:21 -0800 (PST) (envelope-from rushani) Message-Id: <200402171557.i1HFvLcL065538@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 17 Feb 2004 07:57:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja/releases/4.6.2R announce.sgmlwww/ja/releases/4.6R announce.sgml www/ja/releases/4.7R announce.sgml www/ja/releases/4.8R announce.sgml www/ja/releases/4.9R announce.sgml www/ja/releases/5.0R announce.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 15:57:22 -0000 rushani 2004/02/17 07:57:21 PST FreeBSD doc repository Modified files: ja/releases/4.6.2R announce.sgml ja/releases/4.6R announce.sgml ja/releases/4.7R announce.sgml ja/releases/4.8R announce.sgml ja/releases/4.9R announce.sgml ja/releases/5.0R announce.sgml ja/releases/5.1R announce.sgml ja/releases/5.2R announce.sgml Log: Fix a typo. Submitted by: kano@na.rim.or.jp Reference: [doc-jp 12380] Revision Changes Path 1.3 +2 -2 www/ja/releases/4.6.2R/announce.sgml 1.3 +2 -2 www/ja/releases/4.6R/announce.sgml 1.3 +2 -2 www/ja/releases/4.7R/announce.sgml 1.2 +2 -2 www/ja/releases/4.8R/announce.sgml 1.3 +2 -2 www/ja/releases/4.9R/announce.sgml 1.2 +2 -2 www/ja/releases/5.0R/announce.sgml 1.3 +2 -2 www/ja/releases/5.1R/announce.sgml 1.4 +2 -2 www/ja/releases/5.2R/announce.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:00:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D233616A4CE; Tue, 17 Feb 2004 08:00:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECDB43D1D; Tue, 17 Feb 2004 08:00:12 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HG0CGe065717; Tue, 17 Feb 2004 08:00:12 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HG0CLH065716; Tue, 17 Feb 2004 08:00:12 -0800 (PST) (envelope-from sergei) Message-Id: <200402171600.i1HG0CLH065716@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 08:00:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailscanner-devel Makefile distinfo patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.conf.5 patch-docs:man:MailScanner.conf.5.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:00:13 -0000 sergei 2004/02/17 08:00:11 PST FreeBSD ports repository Modified files: mail/mailscanner-devel Makefile distinfo pkg-plist mail/mailscanner-devel/files patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.8.html patch-docs:man:MailScanner.conf.5 patch-docs:man:MailScanner.conf.5.html Log: - Update to 4.27.3 PR: ports/62785 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/mail/mailscanner-devel/Makefile 1.9 +2 -2 ports/mail/mailscanner-devel/distinfo 1.9 +10 -9 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8 1.6 +4 -15 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8.html 1.9 +16 -131 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5 1.7 +28 -168 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5.html 1.9 +32 -1 ports/mail/mailscanner-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:00:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BBC16A4EF; Tue, 17 Feb 2004 08:00:33 -0800 (PST) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12E043D1D; Tue, 17 Feb 2004 08:00:32 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i1HG0RiA078255; Tue, 17 Feb 2004 17:00:27 +0100 (CET) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i1HFxtqB007710; Tue, 17 Feb 2004 15:59:55 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i1HFxtWb007709; Tue, 17 Feb 2004 15:59:55 GMT (envelope-from eivind) Date: Tue, 17 Feb 2004 15:58:54 +0000 From: Eivind Eklund To: "Lev A. Serebryakov" Message-ID: <20040217155851.GF3525@FreeBSD.org> References: <200402171329.i1HDTFro031952@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402171329.i1HDTFro031952@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/vips Makefile distinfo ports/graphics/vips/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:00:33 -0000 On Tue, Feb 17, 2004 at 05:29:15AM -0800, Lev A. Serebryakov wrote: > lev 2004/02/17 05:29:15 PST > > FreeBSD ports repository > > Modified files: > graphics/vips Makefile distinfo > Removed files: > graphics/vips/files patch-configure > Log: > Authors replaced source tarball. This is an MD5 change without a name update - where is the diff review (as discussed elsewhere on the list for another port just now, too...) Eivind. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:10:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F6E16A4CE; Tue, 17 Feb 2004 08:10:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76FC943D1D; Tue, 17 Feb 2004 08:10:11 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HGABGe068675; Tue, 17 Feb 2004 08:10:11 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HGAB2r068674; Tue, 17 Feb 2004 08:10:11 -0800 (PST) (envelope-from sergei) Message-Id: <200402171610.i1HGAB2r068674@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 17 Feb 2004 08:10:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsvd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:10:11 -0000 sergei 2004/02/17 08:10:10 PST FreeBSD ports repository Modified files: net/ipsvd Makefile distinfo Log: - Update to 0.8.0 - Remove dependency on dns/libdjbdns - that library is now included in ipsvd Revision Changes Path 1.10 +1 -3 ports/net/ipsvd/Makefile 1.9 +2 -2 ports/net/ipsvd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:35:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A64016A4D0 for ; Tue, 17 Feb 2004 08:35:17 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D37E643D31 for ; Tue, 17 Feb 2004 08:35:16 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29703 invoked by uid 1000); 17 Feb 2004 16:35:17 -0000 Date: Tue, 17 Feb 2004 08:35:17 -0800 (PST) From: Nate Lawson To: Greg Lehey In-Reply-To: <20040217084308.152FE16A555@hub.freebsd.org> Message-ID: <20040217083328.G29569@root.org> References: <20040217084308.152FE16A555@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount Makefile mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:35:17 -0000 On Tue, 17 Feb 2004, Greg Lehey wrote: > FreeBSD src repository > > Modified files: > sbin/mount Makefile mount.c > Log: > Report the difference between ufs and ufs2. > > Submitted by: "Christian S.J. Peron" > > Revision Changes Path > 1.14 +2 -0 src/sbin/mount/Makefile > 1.64 +14 -3 src/sbin/mount/mount.c > > --- src/sbin/mount/mount.c:1.63 Mon Feb 2 20:03:19 2004 > +++ src/sbin/mount/mount.c Tue Feb 17 00:43:05 2004 > @@ -514,10 +519,16 @@ > int flags, i; > struct opt *o; > struct passwd *pw; > + struct uufsd disk; > > (void)printf("%s on %s (%s", sfp->f_mntfromname, sfp->f_mntonname, > sfp->f_fstypename); > > + if (strncmp(sfp->f_fstypename, "ufs", 3) == 0) { > + ufs_disk_fillout(&disk, sfp->f_mntonname); > + printf("%s", (disk.d_ufs == 2) ? "2" : ""); > + } > + A little less obfuscated would be: if (disk.d_ufs == 2) printf("2"); -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:38:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E572B16A4D0 for ; Tue, 17 Feb 2004 08:38:22 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B66D243D31 for ; Tue, 17 Feb 2004 08:38:22 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29721 invoked by uid 1000); 17 Feb 2004 16:38:23 -0000 Date: Tue, 17 Feb 2004 08:38:23 -0800 (PST) From: Nate Lawson To: "David E. O'Brien" In-Reply-To: <20040216204213.D2BD716A56E@hub.freebsd.org> Message-ID: <20040217083735.X29569@root.org> References: <20040216204213.D2BD716A56E@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:38:23 -0000 On Mon, 16 Feb 2004, David E. O'Brien wrote: > obrien 2004/02/16 12:42:11 PST > > FreeBSD src repository > > Modified files: > sys/sys msgbuf.h > Log: > Increase the size of MSGBUF_SIZE if booted with -v. > > Revision Changes Path > 1.22 +1 -1 src/sys/sys/msgbuf.h > > --- src/sys/sys/msgbuf.h:1.21 Sat Jun 21 19:18:31 2003 > +++ src/sys/sys/msgbuf.h Mon Feb 16 12:42:11 2004 > @@ -71,7 +71,7 @@ > u_int *seqp); > > #if !defined(MSGBUF_SIZE) > -#define MSGBUF_SIZE 32768 > +#define MSGBUF_SIZE (32768 * bootverbose ? 2 : 1) > #endif > > #endif Are you sure you tested this? Precedence will make the value 2 bytes or 1 byte, not nearly enough for a message buffer. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:38:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04A116A4CF; Tue, 17 Feb 2004 08:38:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A428043D1F; Tue, 17 Feb 2004 08:38:59 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HGcxGe074858; Tue, 17 Feb 2004 08:38:59 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HGcxdM074857; Tue, 17 Feb 2004 08:38:59 -0800 (PST) (envelope-from trhodes) Message-Id: <200402171638.i1HGcxdM074857@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 17 Feb 2004 08:38:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:39:00 -0000 trhodes 2004/02/17 08:38:59 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Add a missing letter in a hint. Spotted by: supraexpress@globaleyes.net Revision Changes Path 1.142 +1 -1 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:42:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6AB16A4CE for ; Tue, 17 Feb 2004 08:42:04 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 12D9C43D2D for ; Tue, 17 Feb 2004 08:42:04 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29760 invoked by uid 1000); 17 Feb 2004 16:42:04 -0000 Date: Tue, 17 Feb 2004 08:42:04 -0800 (PST) From: Nate Lawson To: Jun Kuriyama In-Reply-To: <7m3c99vp6i.wl@black.imgsrc.co.jp> Message-ID: <20040217083910.M29569@root.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:42:04 -0000 On Tue, 17 Feb 2004, Jun Kuriyama wrote: > At Sun, 15 Feb 2004 09:53:25 +1100 (EST), > Bruce Evans wrote: > > > I also think that commit is not so useful, but there are some > > > supporters for his modification. Do you want to back out this > > > completely? Or fixing just style bugs are acceptable? > > > > Fixing the style bugs and other bugs, and adding an option (off by > > default) to control it would be acceptable. Backing it out would > > be easier. > > I think an option which is off by default would not be accepted by > Poul-Henning. > > I re-read all of this thread and collect opinions. > > pls back out: bde,nate,wpaul,danfe@nsu.ru > good: phk,kientzle,grog > positive: silby > negative: jhb,kuriyama > > This does not include private emails to Poul-Henning and I don't think > we should decide something with above. That's just FYI. > > But I personally feel this should be back out after re-reading and we > should tackle traceback() improvements. > > Sorry my stupid, but it seems everyone seems happy if traceback() > improvement happens. Is that really too hard to go forward? Thanks for the summary. I already committed the backtrace() patch on Jan. 27th that makes it use printf when not in the debugger. It was by Ian Dowse. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=588156+0+archive/2004/cvs-all/20040208.cvs-all -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:43:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B94C16A4D9 for ; Tue, 17 Feb 2004 08:43:17 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 20E1643D31 for ; Tue, 17 Feb 2004 08:43:17 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29779 invoked by uid 1000); 17 Feb 2004 16:43:17 -0000 Date: Tue, 17 Feb 2004 08:43:17 -0800 (PST) From: Nate Lawson To: "David E. O'Brien" In-Reply-To: <20040217083735.X29569@root.org> Message-ID: <20040217084302.O29569@root.org> References: <20040216204213.D2BD716A56E@hub.freebsd.org> <20040217083735.X29569@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:43:17 -0000 On Tue, 17 Feb 2004, Nate Lawson wrote: > On Mon, 16 Feb 2004, David E. O'Brien wrote: > > obrien 2004/02/16 12:42:11 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/sys msgbuf.h > > Log: > > Increase the size of MSGBUF_SIZE if booted with -v. > > > > Revision Changes Path > > 1.22 +1 -1 src/sys/sys/msgbuf.h > > > > --- src/sys/sys/msgbuf.h:1.21 Sat Jun 21 19:18:31 2003 > > +++ src/sys/sys/msgbuf.h Mon Feb 16 12:42:11 2004 > > @@ -71,7 +71,7 @@ > > u_int *seqp); > > > > #if !defined(MSGBUF_SIZE) > > -#define MSGBUF_SIZE 32768 > > +#define MSGBUF_SIZE (32768 * bootverbose ? 2 : 1) > > #endif > > > > #endif > > Are you sure you tested this? Precedence will make the value 2 bytes or 1 > byte, not nearly enough for a message buffer. > > -Nate Never mind, it was backed out. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:47:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D55E916A4CF for ; Tue, 17 Feb 2004 08:47:06 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A753D43D1F for ; Tue, 17 Feb 2004 08:47:06 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29801 invoked by uid 1000); 17 Feb 2004 16:47:07 -0000 Date: Tue, 17 Feb 2004 08:47:07 -0800 (PST) From: Nate Lawson To: Poul-Henning Kamp In-Reply-To: <887.1077027272@critter.freebsd.dk> Message-ID: <20040217084329.K29569@root.org> References: <887.1077027272@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:47:07 -0000 On Tue, 17 Feb 2004, Poul-Henning Kamp wrote: > In message <7m3c99vp6i.wl@black.imgsrc.co.jp>, Jun Kuriyama writes: > > >But I personally feel this should be back out after re-reading and we > >should tackle traceback() improvements. > > If the traceback is available also for non-DDB kernels, I'll have > no problems with the file/line info being removed again. This is a non-sequitur. DDB is on in GENERIC. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 08:53:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC06416A4CE; Tue, 17 Feb 2004 08:53:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F64243D1D; Tue, 17 Feb 2004 08:53:42 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HGrgGe084636; Tue, 17 Feb 2004 08:53:42 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HGrg9V084635; Tue, 17 Feb 2004 08:53:42 -0800 (PST) (envelope-from trhodes) Message-Id: <200402171653.i1HGrg9V084635@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 17 Feb 2004 08:53:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfsmount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 16:53:42 -0000 trhodes 2004/02/17 08:53:42 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfsmount.h Log: Do not place dirmask in unnamed padding. Move it to the bottom of this list where it should have been added originally. Prodded by: bde Revision Changes Path 1.31 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h From owner-cvs-all@FreeBSD.ORG Tue Feb 17 09:06:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5346016A4CE; Tue, 17 Feb 2004 09:06:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3830243D1F; Tue, 17 Feb 2004 09:06:08 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HH68Ge087816; Tue, 17 Feb 2004 09:06:08 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HH67gM087815; Tue, 17 Feb 2004 09:06:07 -0800 (PST) (envelope-from jeh) Message-Id: <200402171706.i1HH67gM087815@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 17 Feb 2004 09:06:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:06:08 -0000 jeh 2004/02/17 09:06:07 PST FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: *******************IMPORTANT******************* 4324 Emergency Dat release due to: W32/BAGLE.B@MM ********************************************** Revision Changes Path 1.202 +1 -1 ports/security/uvscan-dat/Makefile 1.200 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 09:06:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772D116A4CE; Tue, 17 Feb 2004 09:06:19 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA5843D1F; Tue, 17 Feb 2004 09:06:18 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1HH6Fwn002821; Tue, 17 Feb 2004 18:06:16 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 17 Feb 2004 08:47:07 PST." <20040217084329.K29569@root.org> Date: Tue, 17 Feb 2004 18:06:15 +0100 Message-ID: <2820.1077037575@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:06:19 -0000 In message <20040217084329.K29569@root.org>, Nate Lawson writes: >On Tue, 17 Feb 2004, Poul-Henning Kamp wrote: >> In message <7m3c99vp6i.wl@black.imgsrc.co.jp>, Jun Kuriyama writes: >> >> >But I personally feel this should be back out after re-reading and we >> >should tackle traceback() improvements. >> >> If the traceback is available also for non-DDB kernels, I'll have >> no problems with the file/line info being removed again. > >This is a non-sequitur. DDB is on in GENERIC. DDB is not on in users kernels as far as my mailbox can tell. -- 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 Feb 17 09:06:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32A816A4CE; Tue, 17 Feb 2004 09:06:48 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EEB43D1F; Tue, 17 Feb 2004 09:06:48 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1HH6mOE062133; Tue, 17 Feb 2004 09:06:48 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i1HH6mIJ097319; Tue, 17 Feb 2004 09:06:48 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i1HH6lL9097318; Tue, 17 Feb 2004 09:06:47 -0800 (PST) (envelope-from marcel) Date: Tue, 17 Feb 2004 09:06:47 -0800 From: Marcel Moolenaar To: Jun Kuriyama Message-ID: <20040217170647.GA95247@dhcp01.pn.xcllnt.net> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7m3c99vp6i.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:06:49 -0000 On Tue, Feb 17, 2004 at 09:57:41PM +0900, Jun Kuriyama wrote: > Sorry my stupid, but it seems everyone seems happy if traceback() > improvement happens. Is that really too hard to go forward? Alternatively, we could extend KASSERT to emit a file and line number like assert(3) and instead of panic(). Seems very logical to me. Just a thought. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Feb 17 09:18:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C47D16A4CE for ; Tue, 17 Feb 2004 09:18:16 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E38D43D1D for ; Tue, 17 Feb 2004 09:18:16 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 29981 invoked by uid 1000); 17 Feb 2004 17:18:16 -0000 Date: Tue, 17 Feb 2004 09:18:16 -0800 (PST) From: Nate Lawson To: Poul-Henning Kamp In-Reply-To: <2820.1077037575@critter.freebsd.dk> Message-ID: <20040217091243.L29932@root.org> References: <2820.1077037575@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:18:16 -0000 On Tue, 17 Feb 2004, Poul-Henning Kamp wrote: > In message <20040217084329.K29569@root.org>, Nate Lawson writes: > >On Tue, 17 Feb 2004, Poul-Henning Kamp wrote: > >> In message <7m3c99vp6i.wl@black.imgsrc.co.jp>, Jun Kuriyama writes: > >> > >> >But I personally feel this should be back out after re-reading and we > >> >should tackle traceback() improvements. > >> > >> If the traceback is available also for non-DDB kernels, I'll have > >> no problems with the file/line info being removed again. > > > >This is a non-sequitur. DDB is on in GENERIC. > > DDB is not on in users kernels as far as my mailbox can tell. Again, a non-sequitur. If it's being turned off for the RELEASE generic, we need to change that. If users are turning it off on purpose, they're smart enough to turn it back on. Either way, it's still irrelevant to backing out your personal grep aid that has no option to be turned off. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 09:45:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CFD516A4CE; Tue, 17 Feb 2004 09:45:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E606443D1F; Tue, 17 Feb 2004 09:45:20 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HHjKGe096108; Tue, 17 Feb 2004 09:45:20 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HHjKXd096107; Tue, 17 Feb 2004 09:45:20 -0800 (PST) (envelope-from vanilla) Message-Id: <200402171745.i1HHjKXd096107@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 17 Feb 2004 09:45:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-guf Makefile pkg-plist ports/www/zope-zwiki Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:45:21 -0000 vanilla 2004/02/17 09:45:20 PST FreeBSD ports repository Modified files: www/zope-guf Makefile pkg-plist www/zope-zwiki Makefile distinfo pkg-plist Log: zope-guf: use USE_ZOPE macro. zope-zwiki: upgrade to latest version, use USE_ZOPE macro. Approved by: wjv@ Revision Changes Path 1.4 +2 -9 ports/www/zope-guf/Makefile 1.2 +29 -29 ports/www/zope-guf/pkg-plist 1.6 +2 -9 ports/www/zope-zwiki/Makefile 1.4 +2 -1 ports/www/zope-zwiki/distinfo 1.4 +177 -76 ports/www/zope-zwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 09:47:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D24316A4CE; Tue, 17 Feb 2004 09:47:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D4843D1F; Tue, 17 Feb 2004 09:47:26 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HHlQGe096167; Tue, 17 Feb 2004 09:47:26 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HHlQLt096166; Tue, 17 Feb 2004 09:47:26 -0800 (PST) (envelope-from linimon) Message-Id: <200402171747.i1HHlQLt096166@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 09:47:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vba distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 17:47:27 -0000 linimon 2004/02/17 09:47:26 PST FreeBSD ports repository Modified files: emulators/vba distinfo Log: This was missed in the last commit. Revision Changes Path 1.3 +1 -1 ports/emulators/vba/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 10:09:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C01416A4CE; Tue, 17 Feb 2004 10:09:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F03243D1D; Tue, 17 Feb 2004 10:09:12 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HI9BGe001414; Tue, 17 Feb 2004 10:09:11 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HI9BUs001413; Tue, 17 Feb 2004 10:09:11 -0800 (PST) (envelope-from blackend) Message-Id: <200402171809.i1HI9BUs001413@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 17 Feb 2004 10:09:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 18:09:12 -0000 blackend 2004/02/17 10:09:11 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml Log: MFen 1.94 --> 1.95 Revision Changes Path 1.10 +11 -11 doc/fr_FR.ISO8859-1/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 10:30:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8142916A4CE; Tue, 17 Feb 2004 10:30:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEC643D2D; Tue, 17 Feb 2004 10:30:00 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HIU0Ge005633; Tue, 17 Feb 2004 10:30:00 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HIU0XZ005632; Tue, 17 Feb 2004 10:30:00 -0800 (PST) (envelope-from glewis) Message-Id: <200402171830.i1HIU0XZ005632@repoman.freebsd.org> From: Greg Lewis Date: Tue, 17 Feb 2004 10:30:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccdoc Makefile distinfo pkg-plist ports/devel/ccdoc/files patch-aa patch-ab patch-ac patch-ad patch-mkopt_gcc.mk patch-statement.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 18:30:00 -0000 glewis 2004/02/17 10:30:00 PST FreeBSD ports repository Modified files: devel/ccdoc Makefile distinfo Added files: devel/ccdoc/files patch-mkopt_gcc.mk patch-statement.cc Removed files: devel/ccdoc pkg-plist devel/ccdoc/files patch-aa patch-ab patch-ac patch-ad Log: . Update to 0.8r40 (which will hopefully unbreak 5.x). Revision Changes Path 1.8 +28 -31 ports/devel/ccdoc/Makefile 1.3 +2 -2 ports/devel/ccdoc/distinfo 1.2 +0 -17 ports/devel/ccdoc/files/patch-aa (dead) 1.2 +0 -11 ports/devel/ccdoc/files/patch-ab (dead) 1.2 +0 -20 ports/devel/ccdoc/files/patch-ac (dead) 1.2 +0 -54 ports/devel/ccdoc/files/patch-ad (dead) 1.1 +29 -0 ports/devel/ccdoc/files/patch-mkopt_gcc.mk (new) 1.1 +34 -0 ports/devel/ccdoc/files/patch-statement.cc (new) 1.2 +0 -73 ports/devel/ccdoc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 10:32:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B3716A4CE; Tue, 17 Feb 2004 10:32:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACFF43D1D; Tue, 17 Feb 2004 10:32:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HIWPGe007556; Tue, 17 Feb 2004 10:32:25 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HIWP1R007555; Tue, 17 Feb 2004 10:32:25 -0800 (PST) (envelope-from marcus) Message-Id: <200402171832.i1HIWP1R007555@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 10:32:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon2 Makefile distinfo ports/www/galeon2/files mkinstalldirs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 18:32:26 -0000 marcus 2004/02/17 10:32:25 PST FreeBSD ports repository Modified files: www/galeon2 Makefile distinfo Removed files: www/galeon2/files mkinstalldirs Log: Update to 1.3.13a. Revision Changes Path 1.135 +2 -3 ports/www/galeon2/Makefile 1.57 +2 -2 ports/www/galeon2/distinfo 1.2 +0 -111 ports/www/galeon2/files/mkinstalldirs (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 10:37:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C6E16A4CE; Tue, 17 Feb 2004 10:37:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B70843D1D; Tue, 17 Feb 2004 10:37:13 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HIbDGe007729; Tue, 17 Feb 2004 10:37:13 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HIbCmK007728; Tue, 17 Feb 2004 10:37:12 -0800 (PST) (envelope-from emax) Message-Id: <200402171837.i1HIbCmK007728@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 17 Feb 2004 10:37:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bluetooth/l2ping l2ping.8 l2ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 18:37:13 -0000 emax 2004/02/17 10:37:12 PST FreeBSD src repository Modified files: usr.sbin/bluetooth/l2ping l2ping.8 l2ping.c Log: l2ping(8) should not loose echo data if target does not responds to the ping Reviewed by: imp (mentor), ru Revision Changes Path 1.6 +2 -1 src/usr.sbin/bluetooth/l2ping/l2ping.8 1.4 +34 -23 src/usr.sbin/bluetooth/l2ping/l2ping.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 11:21:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F08716A4CE; Tue, 17 Feb 2004 11:21:26 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A09543D2D; Tue, 17 Feb 2004 11:21:26 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id i1HJLfm3023649; Tue, 17 Feb 2004 14:21:41 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)i1HJLfln023646; Tue, 17 Feb 2004 14:21:41 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 17 Feb 2004 14:21:41 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <20040217091604.GA12283@xor.obsecurity.org> Message-ID: <20040217141514.T21420@blues.jpj.net> References: <200402162335.i1GNZq5H081683@repoman.freebsd.org> <20040217091604.GA12283@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: jylefort@brutele.be cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux-ePSXe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 19:21:26 -0000 > > From > > > > it looks like the problem is that bento is doing a pkg_add of a linux-gtk > > package which has a dependency on linux_base 7.1. In my experience, the > > linux-gtk port works fine with either linux_base 7.1 or linux_base 8.0. > > I marked the linux_base 8.0 port RESTRICTED, so most users won't be > > installing it from a package. I think that really very few users would > > suffer from this problem. A solution would be to include the GTK+ library > > in the linux_base 7.1 port/package, like I did with linux_base 6.1. That > > was unpopular. > > The default linux_base package is currently still 7.1, so maybe > linux-gtk should default to depend on that. It does; that is part of the problem. > We can't make 8.0 the > default linux_base as long as it's restricted anyway (think CD > installs). Changing the default linux_base won't help. > > If this port is removed, the problem will still remain. There are other > > ports, and unported software, that are affected. Maybe > > MANUAL_PACKAGE_BUILD would be a decent workaround. > > I'm less happy with that workaround..there should be a way to solve > this properly. Including the GTK+ library in the linux_base 7.1 port/package, as I suggested, is a proper way to solve it. Another would be to enhance the packaging utilities so they can parse information like "linux-gtk port works fine with either linux_base 7.1 or linux_base 8.0". NetBSD has this capability. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Tue Feb 17 11:24:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BE116A4CE; Tue, 17 Feb 2004 11:24:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD02543D2D; Tue, 17 Feb 2004 11:24:11 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HJOBGe018952; Tue, 17 Feb 2004 11:24:11 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HJOBNr018951; Tue, 17 Feb 2004 11:24:11 -0800 (PST) (envelope-from sos) Message-Id: <200402171924.i1HJOBNr018951@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 17 Feb 2004 11:24:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 19:24:12 -0000 sos 2004/02/17 11:24:11 PST FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Dont use the bio_taskqueue if we are in timeout. Use taskqueue_thread rather than taskqueue_swi (maybe we should have a taskqueue_ata). Revision Changes Path 1.21 +2 -2 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 11:30:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCD116A4CF; Tue, 17 Feb 2004 11:30:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911E343D2F; Tue, 17 Feb 2004 11:30:38 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HJUcGe019290; Tue, 17 Feb 2004 11:30:38 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HJUcNo019289; Tue, 17 Feb 2004 11:30:38 -0800 (PST) (envelope-from krion) Message-Id: <200402171930.i1HJUcNo019289@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 11:30:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/mapagi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 19:30:38 -0000 krion 2004/02/17 11:30:38 PST FreeBSD ports repository Modified files: print/mapagi Makefile Log: - Unbreak this port and fix build. Approved by: maintainer informed Revision Changes Path 1.6 +3 -4 ports/print/mapagi/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 11:51:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F52816A4CF; Tue, 17 Feb 2004 11:51:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313B343D1F; Tue, 17 Feb 2004 11:51:16 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HJpFGe024248; Tue, 17 Feb 2004 11:51:15 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HJpFaA024241; Tue, 17 Feb 2004 11:51:15 -0800 (PST) (envelope-from oliver) Message-Id: <200402171951.i1HJpFaA024241@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 17 Feb 2004 11:51:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/gftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 19:51:16 -0000 oliver 2004/02/17 11:51:15 PST FreeBSD ports repository Modified files: ftp/gftp Makefile Log: fix USE_GNOME handling which broke the pkg-plist Revision Changes Path 1.43 +4 -4 ports/ftp/gftp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 11:58:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D29316A4CE; Tue, 17 Feb 2004 11:58:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44ED43D31; Tue, 17 Feb 2004 11:58:19 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HJwJGe025432; Tue, 17 Feb 2004 11:58:19 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HJwJ9k025431; Tue, 17 Feb 2004 11:58:19 -0800 (PST) (envelope-from blackend) Message-Id: <200402171958.i1HJwJ9k025431@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 17 Feb 2004 11:58:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/users chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 19:58:20 -0000 blackend 2004/02/17 11:58:19 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/users chapter.sgml Log: MFen 1.42 --> 1.43 Revision Changes Path 1.8 +5 -5 doc/fr_FR.ISO8859-1/books/handbook/users/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:06:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63E416A4CE; Tue, 17 Feb 2004 12:06:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACB943D1D; Tue, 17 Feb 2004 12:06:57 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HK6vGe028443; Tue, 17 Feb 2004 12:06:57 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HK6vQV028442; Tue, 17 Feb 2004 12:06:57 -0800 (PST) (envelope-from erwin) Message-Id: <200402172006.i1HK6vQV028442@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 17 Feb 2004 12:06:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Crypt-PasswdMD5 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:06:57 -0000 erwin 2004/02/17 12:06:57 PST FreeBSD ports repository Modified files: security/p5-Crypt-PasswdMD5 Makefile distinfo pkg-plist Log: Update to 1.3 Revision Changes Path 1.6 +4 -2 ports/security/p5-Crypt-PasswdMD5/Makefile 1.2 +2 -1 ports/security/p5-Crypt-PasswdMD5/distinfo 1.3 +1 -0 ports/security/p5-Crypt-PasswdMD5/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:11:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 757F716A4F5; Tue, 17 Feb 2004 12:11:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5990643D1F; Tue, 17 Feb 2004 12:11:23 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKBNGe029553; Tue, 17 Feb 2004 12:11:23 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKBNgF029552; Tue, 17 Feb 2004 12:11:23 -0800 (PST) (envelope-from erwin) Message-Id: <200402172011.i1HKBNgF029552@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 17 Feb 2004 12:11:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/linneighborhood Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:11:23 -0000 erwin 2004/02/17 12:11:23 PST FreeBSD ports repository Modified files: sysutils/linneighborhood Makefile Log: Simon Barner agreed to take over the maintainership and handle the PTHREAD= issue. Thanks and good luck! PR: 62975 Submitted by: Heiner (old maintainer) Revision Changes Path 1.8 +1 -1 ports/sysutils/linneighborhood/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:13:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B10716A4CE; Tue, 17 Feb 2004 12:13:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D68343D1F; Tue, 17 Feb 2004 12:13:33 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKDWGe030496; Tue, 17 Feb 2004 12:13:32 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKDWqG030495; Tue, 17 Feb 2004 12:13:32 -0800 (PST) (envelope-from trevor) Message-Id: <200402172013.i1HKDWqG030495@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 12:13:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/qlwm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:13:33 -0000 trevor 2004/02/17 12:13:32 PST FreeBSD ports repository Modified files: x11-wm/qlwm Makefile distinfo pkg-descr Log: Update to version 3.1 (new master site). Revision Changes Path 1.11 +3 -9 ports/x11-wm/qlwm/Makefile 1.6 +2 -2 ports/x11-wm/qlwm/distinfo 1.3 +4 -3 ports/x11-wm/qlwm/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:16:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4EA16A4CE; Tue, 17 Feb 2004 12:16:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00D943D1D; Tue, 17 Feb 2004 12:16:48 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKGmGe030868; Tue, 17 Feb 2004 12:16:48 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKGmBp030867; Tue, 17 Feb 2004 12:16:48 -0800 (PST) (envelope-from scop) Message-Id: <200402172016.i1HKGmBp030867@repoman.freebsd.org> From: Ville Skyttä Date: Tue, 17 Feb 2004 12:16:48 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: rel-2_0-branch Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:16:49 -0000 scop 2004/02/17 12:16:48 PST FreeBSD projects repository Modified files: (Branch: rel-2_0-branch) cvsweb ChangeLog cvsweb.cgi Log: Fix background color of the description column in the directory view. Submitted by: nono_99_fr@yahoo.fr Approved by: knu Revision Changes Path 1.55.2.11 +5 -0 projects/cvsweb/ChangeLog 1.119.2.9 +1 -1 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:18:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF0A16A4CE; Tue, 17 Feb 2004 12:18:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6309243D1F; Tue, 17 Feb 2004 12:18:44 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKIiGe031008; Tue, 17 Feb 2004 12:18:44 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKIhUp031007; Tue, 17 Feb 2004 12:18:43 -0800 (PST) (envelope-from scop) Message-Id: <200402172018.i1HKIhUp031007@repoman.freebsd.org> From: Ville Skyttä Date: Tue, 17 Feb 2004 12:18:43 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects cvsweb.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:18:44 -0000 scop 2004/02/17 12:18:43 PST FreeBSD doc repository Modified files: en/projects cvsweb.sgml Log: Update for 2.9.3. Approved by: knu Revision Changes Path 1.18 +6 -5 www/en/projects/cvsweb.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:22:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140AB16A4CE; Tue, 17 Feb 2004 12:22:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1AB43D2F; Tue, 17 Feb 2004 12:22:19 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKMJGe032886; Tue, 17 Feb 2004 12:22:19 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKMJx5032882; Tue, 17 Feb 2004 12:22:19 -0800 (PST) (envelope-from oliver) Message-Id: <200402172022.i1HKMJx5032882@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 17 Feb 2004 12:22:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:22:20 -0000 oliver 2004/02/17 12:22:19 PST FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: fix build on amd64 (s/HAS_CONFIGURE/GNU_CONFIGURE/) Revision Changes Path 1.27 +2 -2 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:25:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31BC16A4CE; Tue, 17 Feb 2004 12:25:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D771443D1D; Tue, 17 Feb 2004 12:25:11 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKPBGe033157; Tue, 17 Feb 2004 12:25:11 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKPBWr033156; Tue, 17 Feb 2004 12:25:11 -0800 (PST) (envelope-from mi) Message-Id: <200402172025.i1HKPBWr033156@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 17 Feb 2004 12:25:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ImageMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:25:12 -0000 mi 2004/02/17 12:25:11 PST FreeBSD ports repository Modified files: graphics/ImageMagick Makefile Log: Somehow, the PerlMagick/Magick.c (and the .o !!) generated by vendor ended up in the distribution. Be sure to remove the .c, so it gets re-generated from Magick.xs by the Perl installed on the system. It used to work for -current, where Perl happened be similar enough to that of Christy, but broke PerlMagick for (some?) -stable users, where Perl's API is different. Revision Changes Path 1.180 +3 -0 ports/graphics/ImageMagick/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:26:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C4BC16A4CE; Tue, 17 Feb 2004 12:26:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806B843D1D; Tue, 17 Feb 2004 12:26:05 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKQ5Ge033254; Tue, 17 Feb 2004 12:26:05 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKQ55W033253; Tue, 17 Feb 2004 12:26:05 -0800 (PST) (envelope-from trevor) Message-Id: <200402172026.i1HKQ55W033253@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 12:26:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:26:05 -0000 trevor 2004/02/17 12:26:05 PST FreeBSD ports repository Modified files: security/mcrypt Makefile Log: Chase a MASTER_SITE (problem found by fenner's survey). Revision Changes Path 1.24 +1 -1 ports/security/mcrypt/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:31:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF6B16A4CE; Tue, 17 Feb 2004 12:31:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CCB43D2F; Tue, 17 Feb 2004 12:31:06 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKV5Ge033557; Tue, 17 Feb 2004 12:31:05 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKV5bC033556; Tue, 17 Feb 2004 12:31:05 -0800 (PST) (envelope-from trevor) Message-Id: <200402172031.i1HKV5bC033556@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 12:31:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:31:06 -0000 trevor 2004/02/17 12:31:05 PST FreeBSD ports repository Modified files: security/mcrypt Makefile Log: The compressed distfile is available now from Sourceforge. Revision Changes Path 1.25 +3 -4 ports/security/mcrypt/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:36:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3AA16A4CE; Tue, 17 Feb 2004 12:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23E243D1F; Tue, 17 Feb 2004 12:36:01 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKa1Ge035470; Tue, 17 Feb 2004 12:36:01 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKa1BD035468; Tue, 17 Feb 2004 12:36:01 -0800 (PST) (envelope-from nork) Message-Id: <200402172036.i1HKa1BD035468@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 17 Feb 2004 12:36:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/sqlite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:36:02 -0000 nork 2004/02/17 12:36:01 PST FreeBSD ports repository Modified files: databases/sqlite Makefile distinfo Log: Update to 2.8.12. Submitted by: Paul Dlug Approved by: Gerhard Haering (maintainer) Revision Changes Path 1.20 +1 -1 ports/databases/sqlite/Makefile 1.14 +1 -1 ports/databases/sqlite/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:38:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3172516A4CE; Tue, 17 Feb 2004 12:38:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DB943D1D; Tue, 17 Feb 2004 12:38:50 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKcnGe035566; Tue, 17 Feb 2004 12:38:49 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKcnKY035565; Tue, 17 Feb 2004 12:38:49 -0800 (PST) (envelope-from wes) Message-Id: <200402172038.i1HKcnKY035565@repoman.freebsd.org> From: Wes Peters Date: Tue, 17 Feb 2004 12:38:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:38:50 -0000 wes 2004/02/17 12:38:49 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Make the distinction between sysctl kernel environment variables and device.hints kernel environment variables when disabling ACPI. Some users are getting confused when they see hint.acpi.0.disabled. They are confusing it with a sysctl MIB. Finally, add a reference for device.hints(5) and kenv(1) in the "SEE ALSO" section of the man page. PR: docs/62974 Submitted by: Christian S.J. Peron Revision Changes Path 1.27 +4 -1 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:43:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C67C716A4CE; Tue, 17 Feb 2004 12:43:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AF743D2D; Tue, 17 Feb 2004 12:43:01 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKh1Ge037557; Tue, 17 Feb 2004 12:43:01 -0800 (PST) (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKh1Nj037556; Tue, 17 Feb 2004 12:43:01 -0800 (PST) (envelope-from gj) Message-Id: <200402172043.i1HKh1Nj037556@repoman.freebsd.org> From: Gary Jennejohn Date: Tue, 17 Feb 2004 12:43:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/vile Makefile distinfo ports/editors/xvile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:43:01 -0000 gj 2004/02/17 12:43:01 PST FreeBSD ports repository Modified files: editors/vile Makefile distinfo editors/xvile Makefile distinfo Log: Update to version 9.4d. Revision Changes Path 1.61 +3 -2 ports/editors/vile/Makefile 1.41 +6 -0 ports/editors/vile/distinfo 1.62 +3 -2 ports/editors/xvile/Makefile 1.42 +6 -0 ports/editors/xvile/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:43:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC2F16A4CE; Tue, 17 Feb 2004 12:43:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0062643D1F; Tue, 17 Feb 2004 12:43:17 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKhGGe037601; Tue, 17 Feb 2004 12:43:16 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKhGF7037600; Tue, 17 Feb 2004 12:43:16 -0800 (PST) (envelope-from julian) Message-Id: <200402172043.i1HKhGF7037600@repoman.freebsd.org> From: Julian Elischer Date: Tue, 17 Feb 2004 12:43:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/bfe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:43:17 -0000 julian 2004/02/17 12:43:16 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/bfe Makefile Log: Testing over the weekend has been positive. Remove the warning to allow people to build this module. Revision Changes Path 1.1.4.3 +0 -6 src/sys/modules/bfe/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:47:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1FB216A4CE; Tue, 17 Feb 2004 12:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9636D43D1D; Tue, 17 Feb 2004 12:47:25 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKlPGe043589; Tue, 17 Feb 2004 12:47:25 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKlPa5043588; Tue, 17 Feb 2004 12:47:25 -0800 (PST) (envelope-from julian) Message-Id: <200402172047.i1HKlPa5043588@repoman.freebsd.org> From: Julian Elischer Date: Tue, 17 Feb 2004 12:47:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:47:25 -0000 julian 2004/02/17 12:47:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files Log: Allow people top try building the Broadcom 4401 driver into a kernel. Revision Changes Path 1.340.2.149 +1 -0 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:50:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0229C16A4CE; Tue, 17 Feb 2004 12:50:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEC143D31; Tue, 17 Feb 2004 12:50:22 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKoMGe043732; Tue, 17 Feb 2004 12:50:22 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKoM03043731; Tue, 17 Feb 2004 12:50:22 -0800 (PST) (envelope-from trevor) Message-Id: <200402172050.i1HKoM03043731@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 12:50:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:50:23 -0000 trevor 2004/02/17 12:50:22 PST FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove two sites from the REDHAT list due to problems found by fenner's survey: ftp.cso.uiuc.edu is no longer in the DNS, and ftp.monash.edu.au says "451 Local resource failure: malloc: no such device or address" Revision Changes Path 1.219 +1 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:52:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE3D16A4CF for ; Tue, 17 Feb 2004 12:52:23 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D4C343D41 for ; Tue, 17 Feb 2004 12:52:23 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 30704 invoked by uid 1000); 17 Feb 2004 20:52:24 -0000 Date: Tue, 17 Feb 2004 12:52:24 -0800 (PST) From: Nate Lawson To: Wes Peters In-Reply-To: <20040217203852.724BE16A567@hub.freebsd.org> Message-ID: <20040217125043.N30568@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:52:23 -0000 On Tue, 17 Feb 2004, Wes Peters wrote: > wes 2004/02/17 12:38:49 PST > > FreeBSD src repository > > Modified files: > share/man/man4 acpi.4 > Log: > Make the distinction between sysctl kernel environment variables and > device.hints kernel environment variables when disabling ACPI. > > Some users are getting confused when they see hint.acpi.0.disabled. > They are confusing it with a sysctl MIB. > > Finally, add a reference for device.hints(5) and kenv(1) > in the "SEE ALSO" section of the man page. > > PR: docs/62974 > Submitted by: Christian S.J. Peron > > Revision Changes Path > 1.27 +4 -1 src/share/man/man4/acpi.4 Please don't recommend they put the hint in device.hints. That file is regenerated as part of the upgrade process. It should go in /boot/loader.conf, which is already cross-referenced by the manpage. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:49:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD59516A4CE for ; Tue, 17 Feb 2004 12:49:55 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9018C43D31 for ; Tue, 17 Feb 2004 12:49:55 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 30687 invoked by uid 1000); 17 Feb 2004 20:49:56 -0000 Date: Tue, 17 Feb 2004 12:49:56 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <200402161152.44270.jhb@FreeBSD.org> Message-ID: <20040217124932.P30568@root.org> References: <200402140317.i1E3HV6E048159@repoman.freebsd.org> <200402161152.44270.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/syskernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:49:55 -0000 On Mon, 16 Feb 2004, John Baldwin wrote: > On Friday 13 February 2004 10:17 pm, Nate Lawson wrote: > > njl 2004/02/13 19:17:30 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica/Osd OsdTable.c > > sys/sys kernel.h > > sys/boot/forth loader.conf.5 > > share/man/man4 acpi.4 > > Log: > > Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix > > is reserved by the loader, and thus any tunable name with that suffix > > will be silently discarded. > > > > Document this in the header and man page so that other developers do not > > develop so many bumps on the head after banging it against the wall. > > > > Detective work by: Mark Santcroos, grehan > > Aha, cute. Note that _load, _before, _after, _type, _flags, and _error are > also "magic". Yeah, I noted all this in the man page. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:52:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAB716A4CE; Tue, 17 Feb 2004 12:52:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03F543D31; Tue, 17 Feb 2004 12:52:57 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKqvGe045589; Tue, 17 Feb 2004 12:52:57 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKqvq0045588; Tue, 17 Feb 2004 12:52:57 -0800 (PST) (envelope-from julian) Message-Id: <200402172052.i1HKqvq0045588@repoman.freebsd.org> From: Julian Elischer Date: Tue, 17 Feb 2004 12:52:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:52:57 -0000 julian 2004/02/17 12:52:57 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Add a note about the Broadcom BCM4401 driver. Revision Changes Path 1.749.2.160 +5 -0 src/sys/i386/conf/LINT From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:55:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA0616A4CE; Tue, 17 Feb 2004 12:55:01 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B5743D1D; Tue, 17 Feb 2004 12:55:01 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 2617816759B; Tue, 17 Feb 2004 21:55:00 +0100 (CET) Received: from localhost.invalid (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i1HKswHU030728 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Feb 2004 21:54:59 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: FreeBSD-ports-committers@FreeBSD.org Date: Tue, 17 Feb 2004 21:54:54 +0100 User-Agent: KMail/1.6 References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> In-Reply-To: <20040209220732.GA22475@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_i+nMAj1E2Ag10PB"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200402172154.58646.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:55:01 -0000 --Boundary-02=_i+nMAj1E2Ag10PB Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 09 February 2004 23:07, Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > lofi 2004/02/09 05:36:08 PST > > > > FreeBSD ports repository > > > > Modified files: > > devel/tmake Makefile distinfo > > Log: > > Fix distinfo, SIZEify. > > You forgot to summarize what changed. Okay, I got the old distfile from a not-yet-updated mirror. What's changed: =2D In doc/tmake.html, the contact address changed from hanord@trolltech.com to info@trolltech.com. The increase in archive size is probably due to less aggressive gzip=20 compression, since neither files were added nor were any files increased in= =20 size. =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 --Boundary-02=_i+nMAj1E2Ag10PB Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAMn+iXhc68WspdLARAqR9AJ9UXb/YM61zM4WU7Gwqmib4n00QlgCeM8KH tLypf7gsyCE3s8ogBoYhel8= =2Zhj -----END PGP SIGNATURE----- --Boundary-02=_i+nMAj1E2Ag10PB-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:00:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CA016A4CF; Tue, 17 Feb 2004 13:00:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 499A943D1F; Tue, 17 Feb 2004 13:00:41 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HL0fGe046017; Tue, 17 Feb 2004 13:00:41 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HL0e1Q046016; Tue, 17 Feb 2004 13:00:40 -0800 (PST) (envelope-from olgeni) Message-Id: <200402172100.i1HL0e1Q046016@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 17 Feb 2004 13:00:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/esdl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:00:41 -0000 olgeni 2004/02/17 13:00:40 PST FreeBSD ports repository Modified files: devel/esdl Makefile distinfo Log: Upgrade to 0.94.0125, add USE_SIZE, replace USE_MESA with USE_GL (portlint). Revision Changes Path 1.15 +3 -3 ports/devel/esdl/Makefile 1.6 +2 -1 ports/devel/esdl/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:03:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6235916A4CF; Tue, 17 Feb 2004 13:03:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4613143D1D; Tue, 17 Feb 2004 13:03:12 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HL3CGe048804; Tue, 17 Feb 2004 13:03:12 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HL3CM1048803; Tue, 17 Feb 2004 13:03:12 -0800 (PST) (envelope-from trevor) Message-Id: <200402172103.i1HL3CM1048803@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 13:03:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p0f/files patch-p0f.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:03:12 -0000 trevor 2004/02/17 13:03:12 PST FreeBSD ports repository Added files: net/p0f/files patch-p0f.c Log: On FreeBSD, the loopback interface is normally called lo0. PR: 62358 Submitted by: Sanatana Dharma Revision Changes Path 1.3 +15 -0 ports/net/p0f/files/patch-p0f.c (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:56:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E336B16A4CE; Tue, 17 Feb 2004 12:56:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C1D43D1D; Tue, 17 Feb 2004 12:56:50 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HKuoGe045788; Tue, 17 Feb 2004 12:56:50 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HKuoLc045787; Tue, 17 Feb 2004 12:56:50 -0800 (PST) (envelope-from julian) Message-Id: <200402172056.i1HKuoLc045787@repoman.freebsd.org> From: Julian Elischer Date: Tue, 17 Feb 2004 12:56:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 bfe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:56:51 -0000 julian 2004/02/17 12:56:50 PST FreeBSD src repository Added files: (Branch: RELENG_4) share/man/man4 bfe.4 Log: MFC the man page for the bfe driver. I don't know if I should say it first appeared in 4.10 as I don't know if there will be a 4.10 so I'm leaving it untouched.. Revision Changes Path 1.1.4.1 +99 -0 src/share/man/man4/bfe.4 (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:03:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A236B16A4E8; Tue, 17 Feb 2004 13:03:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E8443D1D; Tue, 17 Feb 2004 13:03:15 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HL3FGe048842; Tue, 17 Feb 2004 13:03:15 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HL3F6I048841; Tue, 17 Feb 2004 13:03:15 -0800 (PST) (envelope-from olgeni) Message-Id: <200402172103.i1HL3F6I048841@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 17 Feb 2004 13:03:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/wings Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:03:15 -0000 olgeni 2004/02/17 13:03:15 PST FreeBSD ports repository Modified files: graphics/wings Makefile distinfo pkg-plist Log: Upgrade to 0.98.19b and USE_SIZE. Revision Changes Path 1.7 +3 -2 ports/graphics/wings/Makefile 1.4 +2 -1 ports/graphics/wings/distinfo 1.4 +5 -5 ports/graphics/wings/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:05:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AE0516A4CE; Tue, 17 Feb 2004 13:05:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECF643D2D; Tue, 17 Feb 2004 13:05:35 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HL5YGe048969; Tue, 17 Feb 2004 13:05:34 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HL5YLl048968; Tue, 17 Feb 2004 13:05:34 -0800 (PST) (envelope-from trevor) Message-Id: <200402172105.i1HL5YLl048968@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 13:05:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p0f/files patch-p0f.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:05:35 -0000 trevor 2004/02/17 13:05:34 PST FreeBSD ports repository Modified files: net/p0f/files patch-p0f.c Log: Oops, the author of the patch is really Radim Kolar. Revision Changes Path 1.4 +2 -2 ports/net/p0f/files/patch-p0f.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:08:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791E916A4CE; Tue, 17 Feb 2004 13:08:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E9F43D2F; Tue, 17 Feb 2004 13:08:56 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HL8uGe049140; Tue, 17 Feb 2004 13:08:56 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HL8usa049139; Tue, 17 Feb 2004 13:08:56 -0800 (PST) (envelope-from rees) Message-Id: <200402172108.i1HL8usa049139@repoman.freebsd.org> From: Jim Rees Date: Tue, 17 Feb 2004 13:08:56 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys rees.key doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:08:56 -0000 rees 2004/02/17 13:08:56 PST FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent en/news news.xml Added files: share/pgpkeys rees.key Log: add my author entity add me to committers add my pgp key put me in the news Approved by: alfred (mentor) Revision Changes Path 1.28 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.300 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent 1.1 +30 -0 doc/share/pgpkeys/rees.key (new) 1.198 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:16:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07B016A4CE; Tue, 17 Feb 2004 13:16:36 -0800 (PST) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7682443D2D; Tue, 17 Feb 2004 13:16:36 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1HLGZnI029227; Tue, 17 Feb 2004 16:16:35 -0500 Mime-Version: 1.0 X-Sender: gad@gilead.netel.rpi.edu (Unverified) Message-Id: In-Reply-To: <200402162018.i1GKIQK4029731@repoman.freebsd.org> References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> Date: Tue, 17 Feb 2004 16:16:34 -0500 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:16:36 -0000 At 12:18 PM -0800 2/16/04, Garance A Drosehn wrote: >gad 2004/02/16 12:18:26 PST > > FreeBSD src repository > > Modified files: > . Makefile > Log: > Add a 'realclean' target, which simply and quickly removes > everything that was built in previous 'make buildworld' and > 'make buildkernel'. Just a note on this. The target might need some extra logic so it is smarter in how it handles some situations, so don't start using it in documentation just yet. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:26:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B46816A4CE; Tue, 17 Feb 2004 13:26:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7050043D1D; Tue, 17 Feb 2004 13:26:58 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLQwGe053223; Tue, 17 Feb 2004 13:26:58 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLQwAC053222; Tue, 17 Feb 2004 13:26:58 -0800 (PST) (envelope-from trevor) Message-Id: <200402172126.i1HLQwAC053222@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 13:26:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p0f/files patch-mtu.h patch-p0f.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:26:58 -0000 trevor 2004/02/17 13:26:58 PST FreeBSD ports repository Modified files: net/p0f/files patch-p0f.c Added files: net/p0f/files patch-mtu.h Log: more patches to add loopback support PR: 62274 Submitted by: Radim Kolar Revision Changes Path 1.1 +14 -0 ports/net/p0f/files/patch-mtu.h (new) 1.5 +33 -5 ports/net/p0f/files/patch-p0f.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:28:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68CF16A4CE; Tue, 17 Feb 2004 13:28:19 -0800 (PST) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA71743D1F; Tue, 17 Feb 2004 13:28:19 -0800 (PST) (envelope-from bmah@tomcat.kitchenlab.org) Received: from tomcat.kitchenlab.org (adsl-64-142-31-107.sonic.net [64.142.31.107]) by b.mail.sonic.net (8.12.10/8.12.7) with ESMTP id i1HLSJ6C012911 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 17 Feb 2004 13:28:19 -0800 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) i1HLSIfa053306; Tue, 17 Feb 2004 13:28:18 -0800 (PST) (envelope-from bmah@tomcat.kitchenlab.org) Received: (from bmah@localhost) by tomcat.kitchenlab.org (8.12.10/8.12.10/Submit) id i1HLSIX8053305; Tue, 17 Feb 2004 13:28:18 -0800 (PST) (envelope-from bmah) Date: Tue, 17 Feb 2004 13:28:18 -0800 From: "Bruce A. Mah" To: Julian Elischer Message-ID: <20040217212818.GA53290@tomcat.kitchenlab.org> References: <200402172056.i1HKuoLc045787@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <200402172056.i1HKuoLc045787@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-url: http://www.employees.org/~bmah/ cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 bfe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:28:19 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If memory serves me right, Julian Elischer wrote: > julian 2004/02/17 12:56:50 PST >=20 > FreeBSD src repository >=20 > Added files: (Branch: RELENG_4) > share/man/man4 bfe.4=20 > Log: > MFC the man page for the bfe driver. > I don't know if I should say it first appeared in 4.10 as I > don't know if there will be a 4.10 so I'm leaving it untouched.. Hi Julian-- It's actually correct to leave it as it is. Remember to hook this manpage up in src/share/man/man4/Makefile... Thanks! Bruce. --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMody2MoxcVugUsMRAsZWAKDKMNlhHm99zb+MnZ2X6xRY4GWpoACfVQ4F z7INAxJgg/IjJGitREAJxRo= =BHAo -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:28:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC7716A4CE; Tue, 17 Feb 2004 13:28:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B73C43D2D; Tue, 17 Feb 2004 13:28:24 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLSOGe053351; Tue, 17 Feb 2004 13:28:24 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLSOod053350; Tue, 17 Feb 2004 13:28:24 -0800 (PST) (envelope-from mi) Message-Id: <200402172128.i1HLSOod053350@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 17 Feb 2004 13:28:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wordnet Makefile distinfo pkg-plist ports/textproc/wordnet/files patch-ac patch-ae patch-af patch-ag patch-ah src.lib.Makefile src.wn.Makefile src.wnb.Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:28:24 -0000 mi 2004/02/17 13:28:24 PST FreeBSD ports repository Modified files: textproc/wordnet Makefile distinfo pkg-plist textproc/wordnet/files patch-ac patch-ae patch-ag src.lib.Makefile src.wn.Makefile src.wnb.Makefile Added files: textproc/wordnet/files patch-ah Removed files: textproc/wordnet/files patch-af Log: Upgrade from 1.7.1 to 2.0. See ftp://ftp.cogsci.princeton.edu/pub/wordnet/CHANGES.txt Default to Tcl/Tk-8.4. Don't build in parallel, as there is a race condition (reported by Michael Nottebrock). Revision Changes Path 1.7 +2 -4 ports/textproc/wordnet/Makefile 1.4 +2 -1 ports/textproc/wordnet/distinfo 1.3 +1 -1 ports/textproc/wordnet/files/patch-ac 1.2 +37 -9 ports/textproc/wordnet/files/patch-ae 1.2 +0 -7 ports/textproc/wordnet/files/patch-af (dead) 1.2 +2 -2 ports/textproc/wordnet/files/patch-ag 1.1 +86 -0 ports/textproc/wordnet/files/patch-ah (new) 1.4 +3 -4 ports/textproc/wordnet/files/src.lib.Makefile 1.4 +1 -1 ports/textproc/wordnet/files/src.wn.Makefile 1.6 +4 -4 ports/textproc/wordnet/files/src.wnb.Makefile 1.5 +5 -5 ports/textproc/wordnet/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:33:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C1F16A4CF; Tue, 17 Feb 2004 13:33:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31B243D2D; Tue, 17 Feb 2004 13:33:26 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLXQGe055368; Tue, 17 Feb 2004 13:33:26 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLXQuN055367; Tue, 17 Feb 2004 13:33:26 -0800 (PST) (envelope-from krion) Message-Id: <200402172133.i1HLXQuN055367@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 13:33:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/bookcase Makefile distinfo pkg-plist ports/misc/bookcase/files patch-filehandler.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:33:27 -0000 krion 2004/02/17 13:33:26 PST FreeBSD ports repository Modified files: misc/bookcase Makefile distinfo pkg-plist Added files: misc/bookcase/files patch-filehandler.h Log: - Update to version 0.8.3 PR: ports/62981 Submitted by: maintainer Revision Changes Path 1.13 +17 -2 ports/misc/bookcase/Makefile 1.8 +2 -1 ports/misc/bookcase/distinfo 1.1 +11 -0 ports/misc/bookcase/files/patch-filehandler.h (new) 1.9 +43 -4 ports/misc/bookcase/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:29:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67ECD16A4CE; Tue, 17 Feb 2004 13:29:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E9443D1D; Tue, 17 Feb 2004 13:29:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLTBGe053424; Tue, 17 Feb 2004 13:29:11 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLTBmL053423; Tue, 17 Feb 2004 13:29:11 -0800 (PST) (envelope-from trevor) Message-Id: <200402172129.i1HLTBmL053423@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 13:29:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p0f Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:29:11 -0000 trevor 2004/02/17 13:29:11 PST FreeBSD ports repository Modified files: net/p0f Makefile Log: Install the p0fa.fp and p0fr.fp files, needed when the -A and -R options are used (new PORTREVISION). PR: 62273 Submitted by: Radim Kolar Revision Changes Path 1.15 +7 -2 ports/net/p0f/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:47:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35B116A4CE; Tue, 17 Feb 2004 13:47:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC5343D1D; Tue, 17 Feb 2004 13:47:15 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLlFGe057624; Tue, 17 Feb 2004 13:47:15 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLlFYB057623; Tue, 17 Feb 2004 13:47:15 -0800 (PST) (envelope-from trevor) Message-Id: <200402172147.i1HLlFYB057623@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 13:47:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:47:16 -0000 trevor 2004/02/17 13:47:15 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: Linux emulation is not available on x86-64. Revision Changes Path 1.9 +2 -0 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:50:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3215016A4D6; Tue, 17 Feb 2004 13:50:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D2043D1D; Tue, 17 Feb 2004 13:50:40 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLodGe057880; Tue, 17 Feb 2004 13:50:39 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLodLC057879; Tue, 17 Feb 2004 13:50:39 -0800 (PST) (envelope-from wpaul) Message-Id: <200402172150.i1HLodLC057879@repoman.freebsd.org> From: Bill Paul Date: Tue, 17 Feb 2004 13:50:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:50:40 -0000 wpaul 2004/02/17 13:50:39 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Add vector for memmove() (currently aliased to memcpy()) a implement ExInterlockedAddLargeStatistic(). Revision Changes Path 1.23 +20 -0 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:51:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E50416A4CE; Tue, 17 Feb 2004 13:51:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E687C43D1D; Tue, 17 Feb 2004 13:51:14 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLpEGe058500; Tue, 17 Feb 2004 13:51:14 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLpEr7058473; Tue, 17 Feb 2004 13:51:14 -0800 (PST) (envelope-from mi) Message-Id: <200402172151.i1HLpEr7058473@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 17 Feb 2004 13:51:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/wordnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:51:15 -0000 mi 2004/02/17 13:51:14 PST FreeBSD ports repository Modified files: textproc/wordnet Makefile Log: Add the http-style listing for one of the master site servers, which speaks both FTP and HTTP. Revision Changes Path 1.8 +1 -0 ports/textproc/wordnet/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:51:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2641116A4CE; Tue, 17 Feb 2004 13:51:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2015443D1D; Tue, 17 Feb 2004 13:51:20 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HLpJGe058663; Tue, 17 Feb 2004 13:51:19 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HLpJYc058659; Tue, 17 Feb 2004 13:51:19 -0800 (PST) (envelope-from krion) Message-Id: <200402172151.i1HLpJYc058659@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 13:51:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nast Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 21:51:20 -0000 krion 2004/02/17 13:51:19 PST FreeBSD ports repository Modified files: net/nast Makefile distinfo Removed files: net/nast pkg-plist Log: - Update to version 0.2.0 * Completely rewritten ncurses graphical interface (-G flag) * Many improvements in graphical analyzer features * Connections handling for data stream sniffing and resetting * Added new stats for byte counter * Added dns resolution support * Recoded a new errors handler * Fixed banner catcher * Added tcpdump-format logging and loading * Added NCURSES_README file Revision Changes Path 1.9 +7 -15 ports/net/nast/Makefile 1.5 +2 -2 ports/net/nast/distinfo 1.4 +0 -3 ports/net/nast/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:53:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7477616A4D1; Tue, 17 Feb 2004 13:53:11 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B30643D31; Tue, 17 Feb 2004 13:53:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HLrAOJ032240; Tue, 17 Feb 2004 13:53:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HLr96U032239; Tue, 17 Feb 2004 13:53:09 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 13:53:09 -0800 From: "David O'Brien" To: Nate Lawson Message-ID: <20040217215309.GA31288@dragon.nuxi.com> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217125043.N30568@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wes Peters cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 21:53:11 -0000 On Tue, Feb 17, 2004 at 12:52:24PM -0800, Nate Lawson wrote: > Please don't recommend they put the hint in device.hints. That file is > regenerated as part of the upgrade process. It should go in > /boot/loader.conf, which is already cross-referenced by the manpage. I don't follow -- /boot/device.hints isn't regenerated. One must have one, and upgrading from an older FreeBSD version to 5.x requires you to create one. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 13:58:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70CC416A4CE; Tue, 17 Feb 2004 13:58:25 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7F643D1D; Tue, 17 Feb 2004 13:58:25 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HLwOOJ032606; Tue, 17 Feb 2004 13:58:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HLwOAA032605; Tue, 17 Feb 2004 13:58:24 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 13:58:23 -0800 From: "David O'Brien" To: Nate Lawson Message-ID: <20040217215823.GC32251@dragon.nuxi.com> References: <20040216204213.D2BD716A56E@hub.freebsd.org> <20040217083735.X29569@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217083735.X29569@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 21:58:25 -0000 On Tue, Feb 17, 2004 at 08:38:23AM -0800, Nate Lawson wrote: > Are you sure you tested this? Precedence will make the value 2 bytes or 1 > byte, not nearly enough for a message buffer. I stupidly removed ()'s trying to avoid being BDElinted'ed just before committing. I should have engaged brain first. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172F216A51E; Tue, 17 Feb 2004 14:10:12 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABD643D2F; Tue, 17 Feb 2004 14:10:11 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (f42774dc528dbe2209f1db91ce385ef9@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1HMA8wK011116; Tue, 17 Feb 2004 14:10:09 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0BF4C66D0E; Tue, 17 Feb 2004 14:10:08 -0800 (PST) Date: Tue, 17 Feb 2004 14:10:07 -0800 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20040217221007.GA22637@xor.obsecurity.org> References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <200402171404.30701.michaelnottebrock@gmx.net> <200402171420.47274.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200402171420.47274.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i cc: Kris Kennaway cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:10:12 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 02:20:46PM +0100, Michael Nottebrock wrote: > On Tuesday 17 February 2004 14:09, Dag-Erling Sm?rgrav wrote: > > Michael Nottebrock writes: > > > On Tuesday 17 February 2004 13:49, Kris Kennaway wrote: > > > > On Mon, Feb 09, 2004 at 02:07:32PM -0800, Kris Kennaway wrote: > > > > > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrot= e: > > > > > > Log: > > > > > > Fix distinfo, SIZEify. > > > > > > > > > > You forgot to summarize what changed. > > > > > > > > I didn't see a followup to this. > > > > > > I have no idea what you expect me to write. > > > > When the checksum of a distfile changes, there is a considerable risk > > that someone may have trojaned the distfile. As a port maintainer, > > you are exptected to verify that this is not the case before updating > > the checksum in distinfo. You are also expected to summarize the > > reason for the changed checksum in the commit message so that The Rest > > Of Us[tm] can rest assured that you have indeed verified that the > > distfile was not trojaned. >=20 > I didn't know that I was supposed to perform a security audit and I did n= ot do=20 > so. Perhaps it's time for you to re-read the porter's handbook and committer's guide to refresh your memory? This is stated there quite explicitly. Kris --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMpE/Wry0BWjoQKURAtE+AJ49A84knoUhveocQkEruV+AYtrR8wCeP1g5 1785w9ZdP6LK+d94lvcId9k= =qOKw -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:10:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A4116A4CE; Tue, 17 Feb 2004 14:10:54 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BAF43D1F; Tue, 17 Feb 2004 14:10:54 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (8c87fbef110e7875c31306bac5c947aa@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1HMAqa3008306; Tue, 17 Feb 2004 16:10:53 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E20066D44; Tue, 17 Feb 2004 14:10:51 -0800 (PST) Date: Tue, 17 Feb 2004 14:10:51 -0800 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20040217221051.GB22637@xor.obsecurity.org> References: <200402091336.i19Da8nQ019809@repoman.freebsd.org> <20040209220732.GA22475@xor.obsecurity.org> <200402172154.58646.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MW5yreqqjyrRcusr" Content-Disposition: inline In-Reply-To: <200402172154.58646.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: FreeBSD-ports-committers@FreeBSD.org cc: Kris Kennaway cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/devel/tmake Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:10:54 -0000 --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 09:54:54PM +0100, Michael Nottebrock wrote: > On Monday 09 February 2004 23:07, Kris Kennaway wrote: > > On Mon, Feb 09, 2004 at 05:36:08AM -0800, Michael Nottebrock wrote: > > > lofi 2004/02/09 05:36:08 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > devel/tmake Makefile distinfo > > > Log: > > > Fix distinfo, SIZEify. > > > > You forgot to summarize what changed. >=20 > Okay, I got the old distfile from a not-yet-updated mirror. >=20 > What's changed: >=20 > - In doc/tmake.html, the contact address changed from > hanord@trolltech.com to info@trolltech.com. >=20 > The increase in archive size is probably due to less aggressive gzip=20 > compression, since neither files were added nor were any files increased = in=20 > size. Great, thanks! Can you note this in a followup commit? Kris --MW5yreqqjyrRcusr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMpFqWry0BWjoQKURApRqAJ9k7nD1aNW1dbk3IDHXE+RfCEu2MQCfZL5O 763vfXNXtIY7qaeMEaUdSmM= =563H -----END PGP SIGNATURE----- --MW5yreqqjyrRcusr-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:11:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07EB16A4CE; Tue, 17 Feb 2004 14:11:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B9B43D39; Tue, 17 Feb 2004 14:11:28 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMBSGe063936; Tue, 17 Feb 2004 14:11:28 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMBSxc063932; Tue, 17 Feb 2004 14:11:28 -0800 (PST) (envelope-from trevor) Message-Id: <200402172211.i1HMBSxc063932@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 14:11:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/invitation_to_ruby pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:11:29 -0000 trevor 2004/02/17 14:11:28 PST FreeBSD ports repository Modified files: devel/invitation_to_ruby pkg-descr Log: Chase home page. Obtained from: Revision Changes Path 1.3 +1 -1 ports/devel/invitation_to_ruby/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:13:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F1D16A4D3; Tue, 17 Feb 2004 14:13:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E028943D2F; Tue, 17 Feb 2004 14:13:11 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMDBGe064898; Tue, 17 Feb 2004 14:13:11 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMDBqu064897; Tue, 17 Feb 2004 14:13:11 -0800 (PST) (envelope-from krion) Message-Id: <200402172213.i1HMDBqu064897@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 14:13:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/briquolo Makefile ports/games/pinball Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:13:12 -0000 krion 2004/02/17 14:13:11 PST FreeBSD ports repository Modified files: games/briquolo Makefile games/pinball Makefile Log: - Do not mark broken on 5.x * According to last bento run, they build just fine. Revision Changes Path 1.8 +0 -4 ports/games/briquolo/Makefile 1.10 +0 -4 ports/games/pinball/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:16:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 424FC16A4CF; Tue, 17 Feb 2004 14:16:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F10643D39; Tue, 17 Feb 2004 14:16:49 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMGmGe065066; Tue, 17 Feb 2004 14:16:48 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMGmc2065065; Tue, 17 Feb 2004 14:16:48 -0800 (PST) (envelope-from krion) Message-Id: <200402172216.i1HMGmc2065065@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 17 Feb 2004 14:16:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/g3dviewer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:16:49 -0000 krion 2004/02/17 14:16:48 PST FreeBSD ports repository Modified files: graphics/g3dviewer Makefile Log: - According to last bento run on 5.x, it builds just fine, so don't mark broken. Revision Changes Path 1.10 +1 -7 ports/graphics/g3dviewer/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:19:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D4416A4CF; Tue, 17 Feb 2004 14:19:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBA743D31; Tue, 17 Feb 2004 14:19:42 -0800 (PST) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMJgGe065129; Tue, 17 Feb 2004 14:19:42 -0800 (PST) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMJgvv065128; Tue, 17 Feb 2004 14:19:42 -0800 (PST) (envelope-from cy) Message-Id: <200402172219.i1HMJgvv065128@repoman.freebsd.org> From: Cy Schubert Date: Tue, 17 Feb 2004 14:19:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hydra Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:19:42 -0000 cy 2004/02/17 14:19:42 PST FreeBSD ports repository Modified files: security/hydra Makefile Log: Correct a COMMENT typo. Approved by: Laurent LEVIER (maintainer) Revision Changes Path 1.7 +1 -1 ports/security/hydra/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:28:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013A916A4CE; Tue, 17 Feb 2004 14:28:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA49543D2D; Tue, 17 Feb 2004 14:28:26 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMSQGe067223; Tue, 17 Feb 2004 14:28:26 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMSQmd067222; Tue, 17 Feb 2004 14:28:26 -0800 (PST) (envelope-from rees) Message-Id: <200402172228.i1HMSQmd067222@repoman.freebsd.org> From: Jim Rees Date: Tue, 17 Feb 2004 14:28:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_nfs4 mount_nfs4.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:28:27 -0000 rees 2004/02/17 14:28:26 PST FreeBSD src repository Modified files: sbin/mount_nfs4 mount_nfs4.c Log: remove dead code Approved by: alfred Revision Changes Path 1.4 +0 -53 src/sbin/mount_nfs4/mount_nfs4.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:30:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D386B16A4CE; Tue, 17 Feb 2004 14:30:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CEF43D39; Tue, 17 Feb 2004 14:30:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMUUGe067377; Tue, 17 Feb 2004 14:30:30 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMUU8F067376; Tue, 17 Feb 2004 14:30:30 -0800 (PST) (envelope-from kris) Message-Id: <200402172230.i1HMUU8F067376@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:30:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/epplets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:30:31 -0000 kris 2004/02/17 14:30:30 PST FreeBSD ports repository Modified files: x11-wm/epplets Makefile Log: BROKEN on 5.x: Does not compile (missing dependency) Revision Changes Path 1.22 +4 -0 ports/x11-wm/epplets/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D7216A4E5; Tue, 17 Feb 2004 14:30:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D559743D2F; Tue, 17 Feb 2004 14:30:32 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMUWGe067417; Tue, 17 Feb 2004 14:30:32 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMUW0q067416; Tue, 17 Feb 2004 14:30:32 -0800 (PST) (envelope-from trevor) Message-Id: <200402172230.i1HMUW0q067416@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 14:30:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/invitation_to_ruby pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:30:33 -0000 trevor 2004/02/17 14:30:32 PST FreeBSD ports repository Removed files: devel/invitation_to_ruby pkg-plist Log: Remove this file: it just said "the package list is generated by the Makefile." Revision Changes Path 1.2 +0 -1 ports/devel/invitation_to_ruby/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:31:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7E816A4CE; Tue, 17 Feb 2004 14:31:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103D543D39; Tue, 17 Feb 2004 14:31:06 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMV5Ge068197; Tue, 17 Feb 2004 14:31:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMV5TW068193; Tue, 17 Feb 2004 14:31:05 -0800 (PST) (envelope-from kris) Message-Id: <200402172231.i1HMV5TW068193@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:31:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/eric Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:31:06 -0000 kris 2004/02/17 14:31:05 PST FreeBSD ports repository Modified files: devel/eric Makefile Log: BROKEN: Does not compile Revision Changes Path 1.6 +2 -0 ports/devel/eric/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:31:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0586516A4CE; Tue, 17 Feb 2004 14:31:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02A443D39; Tue, 17 Feb 2004 14:31:58 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMVwGe068984; Tue, 17 Feb 2004 14:31:58 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMVw5F068983; Tue, 17 Feb 2004 14:31:58 -0800 (PST) (envelope-from trevor) Message-Id: <200402172231.i1HMVw5F068983@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 14:31:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/invitation_to_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:31:59 -0000 trevor 2004/02/17 14:31:58 PST FreeBSD ports repository Modified files: devel/invitation_to_ruby Makefile Log: Make fetchable (Alan Eldridge wrote that he "got explicit permission via email from the author to include it in ports"). Take maintainership. Remove cruft. Avoid use of "cut". Remove comments from packing list. Revision Changes Path 1.13 +5 -15 ports/devel/invitation_to_ruby/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:32:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 875E916A4D2; Tue, 17 Feb 2004 14:32:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B74D43D39; Tue, 17 Feb 2004 14:32:01 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMW1Ge069054; Tue, 17 Feb 2004 14:32:01 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMW1i1069053; Tue, 17 Feb 2004 14:32:01 -0800 (PST) (envelope-from kris) Message-Id: <200402172232.i1HMW1i1069053@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:32:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/ghemical Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:32:01 -0000 kris 2004/02/17 14:32:01 PST FreeBSD ports repository Modified files: science/ghemical Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.3 +7 -1 ports/science/ghemical/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:32:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F174A16A4CF for ; Tue, 17 Feb 2004 14:32:24 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C619843D2F for ; Tue, 17 Feb 2004 14:32:24 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 31215 invoked by uid 1000); 17 Feb 2004 22:32:26 -0000 Date: Tue, 17 Feb 2004 14:32:26 -0800 (PST) From: Nate Lawson To: David O'Brien In-Reply-To: <20040217215309.GA31288@dragon.nuxi.com> Message-ID: <20040217143034.B31176@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wes Peters cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:32:25 -0000 On Tue, 17 Feb 2004, David O'Brien wrote: > On Tue, Feb 17, 2004 at 12:52:24PM -0800, Nate Lawson wrote: > > Please don't recommend they put the hint in device.hints. That file is > > regenerated as part of the upgrade process. It should go in > > /boot/loader.conf, which is already cross-referenced by the manpage. > > I don't follow -- /boot/device.hints isn't regenerated. One must have > one, and upgrading from an older FreeBSD version to 5.x requires you to > create one. I meant the step in UPGRADING that says "cp GENERIC.hints /boot/device.hints". If people follow that, you lose local changes to hints. The other reason to recommend they put the value in loader.conf is that it is empty by default, thus making it easy to say "just paste the contents of your loader.conf" and not worry about diffing pages of variables from GENERIC.hints against device.hints to see which they changed or added. -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:33:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 241AF16A4CE; Tue, 17 Feb 2004 14:33:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0926F43D2D; Tue, 17 Feb 2004 14:33:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMX9Ge069334; Tue, 17 Feb 2004 14:33:09 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMX96t069333; Tue, 17 Feb 2004 14:33:09 -0800 (PST) (envelope-from kris) Message-Id: <200402172233.i1HMX96t069333@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:33:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnubg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:33:10 -0000 kris 2004/02/17 14:33:09 PST FreeBSD ports repository Modified files: games/gnubg Makefile Log: BROKEN: Broken pkg-plist. This port is scheduled for removal on April 17 if it is still broken at that time. Revision Changes Path 1.7 +4 -0 ports/games/gnubg/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:34:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B9E16A4CE; Tue, 17 Feb 2004 14:34:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0835F43D2D; Tue, 17 Feb 2004 14:34:59 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMYwGe069417; Tue, 17 Feb 2004 14:34:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMYwLR069416; Tue, 17 Feb 2004 14:34:58 -0800 (PST) (envelope-from kris) Message-Id: <200402172234.i1HMYwLR069416@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:34:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linguist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:34:59 -0000 kris 2004/02/17 14:34:58 PST FreeBSD ports repository Modified files: devel/linguist Makefile Log: BROKEN: Inconsistent dependencies (qt 2.x and 3.x) Revision Changes Path 1.14 +2 -0 ports/devel/linguist/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:33:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4043716A4CF; Tue, 17 Feb 2004 14:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C1243D39; Tue, 17 Feb 2004 14:33:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMXsGe069366; Tue, 17 Feb 2004 14:33:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMXsos069365; Tue, 17 Feb 2004 14:33:54 -0800 (PST) (envelope-from kris) Message-Id: <200402172233.i1HMXsos069365@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:33:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/groundhog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:33:55 -0000 kris 2004/02/17 14:33:54 PST FreeBSD ports repository Modified files: games/groundhog Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.7 +7 -1 ports/games/groundhog/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:36:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 264FB16A4CE; Tue, 17 Feb 2004 14:36:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADEF43D31; Tue, 17 Feb 2004 14:36:45 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMaiGe069544; Tue, 17 Feb 2004 14:36:44 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMai4o069543; Tue, 17 Feb 2004 14:36:44 -0800 (PST) (envelope-from kris) Message-Id: <200402172236.i1HMai4o069543@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:36:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/flashplugin-mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:36:45 -0000 kris 2004/02/17 14:36:44 PST FreeBSD ports repository Modified files: www/flashplugin-mozilla Makefile Log: BROKEN: Broken pkg-plist. This port is scheduled for removal on April 17 if it is still broken. Revision Changes Path 1.13 +4 -0 ports/www/flashplugin-mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FED16A4CE; Tue, 17 Feb 2004 14:37:15 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B0343D2F; Tue, 17 Feb 2004 14:37:15 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1HMZDwn037204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 14:35:13 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1HMZCH1036945; Tue, 17 Feb 2004 14:35:13 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 14:35:10 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: "Vanilla I. Shu" In-Reply-To: <200402171745.i1HHjKXd096107@repoman.freebsd.org> Message-ID: <20040217143436.P53779@randomservers> References: <200402171745.i1HHjKXd096107@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/zope-guf Makefile pkg-plistports/www/zope-zwiki Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:37:16 -0000 On Tue, 17 Feb 2004, Vanilla I. Shu wrote: -> vanilla 2004/02/17 09:45:20 PST -> -> FreeBSD ports repository -> -> Modified files: -> www/zope-guf Makefile pkg-plist -> www/zope-zwiki Makefile distinfo pkg-plist -> Log: -> zope-guf: use USE_ZOPE macro. -> zope-zwiki: upgrade to latest version, use USE_ZOPE macro. -> Approved by: wjv@ This looks like it may also take care of PR ports/61265 -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:37:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A9C16A4CE; Tue, 17 Feb 2004 14:37:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F45443D1F; Tue, 17 Feb 2004 14:37:51 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMbpGe069584; Tue, 17 Feb 2004 14:37:51 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMboLP069583; Tue, 17 Feb 2004 14:37:50 -0800 (PST) (envelope-from kris) Message-Id: <200402172237.i1HMboLP069583@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:37:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mjpegtools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:37:51 -0000 kris 2004/02/17 14:37:50 PST FreeBSD ports repository Modified files: multimedia/mjpegtools Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.27 +4 -0 ports/multimedia/mjpegtools/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:37:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A87B16A50D; Tue, 17 Feb 2004 14:37:52 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB6043D1F; Tue, 17 Feb 2004 14:37:52 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HMbpOJ033920; Tue, 17 Feb 2004 14:37:51 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HMbpba033919; Tue, 17 Feb 2004 14:37:51 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 14:37:51 -0800 From: "David O'Brien" To: "Andrey A. Chernov" Message-ID: <20040217223751.GA33586@dragon.nuxi.com> References: <200402170322.i1H3MZhf074789@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402170322.i1H3MZhf074789@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc FREEBSD-Xlist FREEBSD-deletelist getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 22:37:53 -0000 On Mon, Feb 16, 2004 at 07:22:35PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 19:22:35 PST > > FreeBSD src repository > > Modified files: > contrib/gcc FREEBSD-Xlist FREEBSD-deletelist > Removed files: > contrib/gcc getopt.c getopt.h getopt1.c > Log: > Remove unneeded files We don't remove very unused file in src/contrib, just ones that are logical subcomonantes. This is handled in our Bmake files. Please don't go deleting every single file like this you find w/o talking to the person that does most of the imports. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:38:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEC816A4CE for ; Tue, 17 Feb 2004 14:38:19 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C389E43D2F for ; Tue, 17 Feb 2004 14:38:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 32530 invoked from network); 17 Feb 2004 22:38:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 17 Feb 2004 22:38:19 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1HMcF2J091347; Tue, 17 Feb 2004 17:38:15 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Wes Peters Date: Tue, 17 Feb 2004 16:05:22 -0500 User-Agent: KMail/1.6 References: <200402151842.i1FIgmcp044836@repoman.freebsd.org> <20040215.152553.55627525.imp@bsdimp.com> <200402160338.10575.wes@softweyr.com> In-Reply-To: <200402160338.10575.wes@softweyr.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402171605.22554.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" cc: ceri@submonkey.net cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:38:20 -0000 On Monday 16 February 2004 06:38 am, Wes Peters wrote: > On Sunday 15 February 2004 14:25, M. Warner Losh wrote: > > In message: <20040215190329.GQ8821@submonkey.net> > > > > Ceri Davies writes: > > : On Sun, Feb 15, 2004 at 10:42:48AM -0800, Wilko Bulte wrote: > > : > wilko 2004/02/15 10:42:48 PST > > : > > > : > FreeBSD doc repository > > : > > > : > Modified files: > > : > en index.xsl > > : > Log: > > : > A pair of floppies -> a couple of floppies. > > : > > > : > A pair equals 2 and 2 floppies are not sufficient anymore. > > : > > : "A couple" is numerically equivalent to "a pair". > > > > A couple isn't quite the same as a pair. A secondary meaning for a > > couple is the same as a few. "Give me a couple of those biscuits" is > > likely to get you 3 biscuits as 2 in many parts of the US. > > Funny, I've lived just about everywhere in the US (except Texas) and "a > couple" has always meant two. "A few" would be 2 to 5, several would be 4 > or 5 to maybe a dozen, etc., all the way up to "buttload" which is rougly > "more than a man can carry." > > 2 or more seems to be what we really want here. A parenthetical "X > floppies for i386 as of this writing" will help the reader to grasp the > scale at some ill-specified point in time. Actually, 3 floppies are used for i386 and 4 for pc98 right now. If bsdlabel(8) on Alpha is ever fixed so that it makes bootable images again, then Alpha will use 3 floppies. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:38:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B7B16A4CE; Tue, 17 Feb 2004 14:38:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB4D43D1F; Tue, 17 Feb 2004 14:38:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMcoGe069657; Tue, 17 Feb 2004 14:38:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMcois069656; Tue, 17 Feb 2004 14:38:50 -0800 (PST) (envelope-from kris) Message-Id: <200402172238.i1HMcois069656@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:38:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gtktalog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:38:50 -0000 kris 2004/02/17 14:38:50 PST FreeBSD ports repository Modified files: misc/gtktalog Makefile Log: BROKEN on 5.x: Broken pkg-plist Revision Changes Path 1.12 +7 -1 ports/misc/gtktalog/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:39:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7E116A4CE; Tue, 17 Feb 2004 14:39:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E717143D1D; Tue, 17 Feb 2004 14:39:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMdsGe069708; Tue, 17 Feb 2004 14:39:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMdsXE069707; Tue, 17 Feb 2004 14:39:54 -0800 (PST) (envelope-from kris) Message-Id: <200402172239.i1HMdsXE069707@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:39:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/dvipdfm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:39:55 -0000 kris 2004/02/17 14:39:54 PST FreeBSD ports repository Modified files: japanese/dvipdfm Makefile Log: BROKEN on 5.x: configure fails Revision Changes Path 1.7 +7 -1 ports/japanese/dvipdfm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:40:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111AF16A4CE; Tue, 17 Feb 2004 14:40:14 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id F392443D1D; Tue, 17 Feb 2004 14:40:13 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1HMcDwn040443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 14:38:13 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1HMcD6O040438; Tue, 17 Feb 2004 14:38:13 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 14:38:13 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Norikatsu Shigemura In-Reply-To: <200402172036.i1HKa1BD035468@repoman.freebsd.org> Message-ID: <20040217143735.C53779@randomservers> References: <200402172036.i1HKa1BD035468@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: Paul Dlug cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases/sqlite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:40:14 -0000 On Tue, 17 Feb 2004, Norikatsu Shigemura wrote: -> nork 2004/02/17 12:36:01 PST -> -> FreeBSD ports repository -> -> Modified files: -> databases/sqlite Makefile distinfo -> Log: -> Update to 2.8.12. -> -> Submitted by: Paul Dlug -> Approved by: Gerhard Haering (maintainer) Was this PR ports/62804 ? -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:40:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D5616A4CE; Tue, 17 Feb 2004 14:40:41 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828C443D1D; Tue, 17 Feb 2004 14:40:41 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HMeeOJ033993; Tue, 17 Feb 2004 14:40:40 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HMeeOE033992; Tue, 17 Feb 2004 14:40:40 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 14:40:40 -0800 From: "David O'Brien" To: "Andrey A. Chernov" Message-ID: <20040217224040.GB33586@dragon.nuxi.com> References: <200402170120.i1H1KfhO044836@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402170120.i1H1KfhO044836@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 22:40:41 -0000 On Mon, Feb 16, 2004 at 05:20:41PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 17:20:41 PST > > FreeBSD src repository > > Removed files: > contrib/tar/lib getopt.c getopt.h getopt1.c > Log: > Remove files no longer needed Without a FREEBSD-{Xlist,upgrade}, note these files will just get imported again on the next update. Why are you removing them from src/contrib?? From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:40:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9386616A4CF; Tue, 17 Feb 2004 14:40:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790BA43D1D; Tue, 17 Feb 2004 14:40:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMeoGe069900; Tue, 17 Feb 2004 14:40:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMeoDK069899; Tue, 17 Feb 2004 14:40:50 -0800 (PST) (envelope-from kris) Message-Id: <200402172240.i1HMeoDK069899@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:40:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:40:50 -0000 kris 2004/02/17 14:40:50 PST FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: BROKEN on 5.x: Does not compile Revision Changes Path 1.30 +4 -0 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:41:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340B416A4CE; Tue, 17 Feb 2004 14:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1778743D31; Tue, 17 Feb 2004 14:41:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMfqGe071129; Tue, 17 Feb 2004 14:41:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMfq04071125; Tue, 17 Feb 2004 14:41:52 -0800 (PST) (envelope-from kris) Message-Id: <200402172241.i1HMfq04071125@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:41:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/gnugadu2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:41:53 -0000 kris 2004/02/17 14:41:52 PST FreeBSD ports repository Modified files: polish/gnugadu2 Makefile Log: BROKEN on 5.x: broken pkg-plist Revision Changes Path 1.15 +4 -0 ports/polish/gnugadu2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:42:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E03216A4CE; Tue, 17 Feb 2004 14:42:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6328143D1F; Tue, 17 Feb 2004 14:42:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMgtGe071686; Tue, 17 Feb 2004 14:42:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMgtt6071685; Tue, 17 Feb 2004 14:42:55 -0800 (PST) (envelope-from kris) Message-Id: <200402172242.i1HMgtt6071685@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:42:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/q-audio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:42:55 -0000 kris 2004/02/17 14:42:55 PST FreeBSD ports repository Modified files: audio/q-audio Makefile Log: BROKEN: Broken distinfo. This port is scheduled for removal on April 17 if it is still broken at that time. Revision Changes Path 1.5 +4 -0 ports/audio/q-audio/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:43:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C3D16A4D1; Tue, 17 Feb 2004 14:43:00 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20A243D1F; Tue, 17 Feb 2004 14:42:59 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HMgxOJ034049; Tue, 17 Feb 2004 14:42:59 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HMgwhG034048; Tue, 17 Feb 2004 14:42:58 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 14:42:58 -0800 From: "David O'Brien" To: "Andrey A. Chernov" Message-ID: <20040217224258.GC33586@dragon.nuxi.com> References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 22:43:00 -0000 On Mon, Feb 16, 2004 at 03:46:39PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 15:46:39 PST > > FreeBSD src repository > > Modified files: > gnu/usr.bin/binutils/gdb Makefile > Log: > Switch back to regex.h > > Revision Changes Path > 1.73 +2 -1 src/gnu/usr.bin/binutils/gdb/Makefile > http://cvsweb.freebsd.org/src/gnu/usr.bin/binutils/gdb/Makefile.diff?r1=1.72&r2=1.73 Are you not going to keep /usr/include/gnuregex.h as a wrapper for ? I prefer the former as it stands out this is the GNU version. Since this is not vender source there was no need to change it. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:43:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03F016A4CE; Tue, 17 Feb 2004 14:43:23 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3541343D2F; Tue, 17 Feb 2004 14:43:23 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1HMhL5O030672; Wed, 18 Feb 2004 09:43:21 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1HMhG0I002793; Wed, 18 Feb 2004 09:43:18 +1100 Date: Wed, 18 Feb 2004 09:43:16 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Marcel Moolenaar In-Reply-To: <20040217170647.GA95247@dhcp01.pn.xcllnt.net> Message-ID: <20040218093149.A19121@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <20040215094444.F6303@gamplex.bde.org> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Jun Kuriyama cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:43:23 -0000 On Tue, 17 Feb 2004, Marcel Moolenaar wrote: > On Tue, Feb 17, 2004 at 09:57:41PM +0900, Jun Kuriyama wrote: > > Sorry my stupid, but it seems everyone seems happy if traceback() > > improvement happens. Is that really too hard to go forward? > > Alternatively, we could extend KASSERT to emit a file and line > number like assert(3) and instead of panic(). Seems very logical > to me. That feature was intentionally left out when KASSERT() was designed. For some reason, we decided to give the invoker of KASSERT() complete control over the message contents (unlike in userland where the message is the condition stingized and followed by __FILE__ and __LINE__. Presumably this was partly to permit use of existing panic messages verbatim. I'm not completely happy with the results of this at any level, especially at the source level. It requires and ugly syntax (another layer of parentheses around the message), and is harder to write and can be harder to read (writers have to think about what to put in the message; it's normal to invert the sense of the assertion and not unknown to make logic errors doing so; then readers don't see the original condition in the panic message). Bruce From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:44:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F12216A4CE; Tue, 17 Feb 2004 14:44:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82B443D2F; Tue, 17 Feb 2004 14:44:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMiHGe071788; Tue, 17 Feb 2004 14:44:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMiHPe071787; Tue, 17 Feb 2004 14:44:17 -0800 (PST) (envelope-from kris) Message-Id: <200402172244.i1HMiHPe071787@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:44:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:44:18 -0000 kris 2004/02/17 14:44:17 PST FreeBSD ports repository Modified files: cad/qcad Makefile Log: BROKEN on 5.x: broken pkg-plist Revision Changes Path 1.33 +4 -0 ports/cad/qcad/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:47:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2944716A4CE; Tue, 17 Feb 2004 14:47:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D47D43D1D; Tue, 17 Feb 2004 14:47:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMlKGe071999; Tue, 17 Feb 2004 14:47:20 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMlKil071998; Tue, 17 Feb 2004 14:47:20 -0800 (PST) (envelope-from kris) Message-Id: <200402172247.i1HMlKil071998@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:47:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/kon2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:47:21 -0000 kris 2004/02/17 14:47:20 PST FreeBSD ports repository Modified files: chinese/kon2 Makefile Log: BROKEN: Does not compile. This port is scheduled for removal on April 17 if it is still broken. Revision Changes Path 1.5 +4 -0 ports/chinese/kon2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:47:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A10016A4CE; Tue, 17 Feb 2004 14:47:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E45643D1D; Tue, 17 Feb 2004 14:47:48 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMlmGe072043; Tue, 17 Feb 2004 14:47:48 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMlmTT072042; Tue, 17 Feb 2004 14:47:48 -0800 (PST) (envelope-from green) Message-Id: <200402172247.i1HMlmTT072042@repoman.freebsd.org> From: Brian Feldman Date: Tue, 17 Feb 2004 14:47:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-imms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:47:48 -0000 green 2004/02/17 14:47:48 PST FreeBSD ports repository Modified files: audio/xmms-imms Makefile Log: Chase the bouncing dependency versions. Revision Changes Path 1.3 +1 -3 ports/audio/xmms-imms/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:48:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6019616A4D0; Tue, 17 Feb 2004 14:48:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4670943D1D; Tue, 17 Feb 2004 14:48:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMmbGe072091; Tue, 17 Feb 2004 14:48:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMmbTW072090; Tue, 17 Feb 2004 14:48:37 -0800 (PST) (envelope-from kris) Message-Id: <200402172248.i1HMmbTW072090@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:48:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-cmfphoto Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:48:37 -0000 kris 2004/02/17 14:48:36 PST FreeBSD ports repository Modified files: www/zope-cmfphoto Makefile Log: BROKEN: Broken dependency. This port is scheduled for removal on April 17 if it is still broken at that time. Revision Changes Path 1.3 +4 -0 ports/www/zope-cmfphoto/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:49:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6194C16A4CE; Tue, 17 Feb 2004 14:49:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4726043D1F; Tue, 17 Feb 2004 14:49:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMnmGe072131; Tue, 17 Feb 2004 14:49:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMnmul072130; Tue, 17 Feb 2004 14:49:48 -0800 (PST) (envelope-from kris) Message-Id: <200402172249.i1HMnmul072130@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:49:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nicotine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:49:48 -0000 kris 2004/02/17 14:49:48 PST FreeBSD ports repository Modified files: net/nicotine Makefile Log: BROKEN: Broken dependency. This port is scheduled for removal on April 17 if it is still broken at that time. Revision Changes Path 1.14 +4 -0 ports/net/nicotine/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:51:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F0C916A4CE; Tue, 17 Feb 2004 14:51:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0389243D2D; Tue, 17 Feb 2004 14:51:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMpLGe073121; Tue, 17 Feb 2004 14:51:21 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMpLf5073120; Tue, 17 Feb 2004 14:51:21 -0800 (PST) (envelope-from kris) Message-Id: <200402172251.i1HMpLf5073120@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:51:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/papaya Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:51:22 -0000 kris 2004/02/17 14:51:21 PST FreeBSD ports repository Modified files: net/papaya Makefile Log: BROKEN: Broken pkg-plist. This port is scheduled for removal on April 17 if it is still broken at that time. Revision Changes Path 1.12 +4 -0 ports/net/papaya/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:46:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E120D16A4CE; Tue, 17 Feb 2004 14:46:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C581143D1F; Tue, 17 Feb 2004 14:46:11 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMkBGe071916; Tue, 17 Feb 2004 14:46:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMkBeo071915; Tue, 17 Feb 2004 14:46:11 -0800 (PST) (envelope-from kris) Message-Id: <200402172246.i1HMkBeo071915@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:46:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xxdiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:46:12 -0000 kris 2004/02/17 14:46:11 PST FreeBSD ports repository Modified files: textproc/xxdiff Makefile Log: BROKEN: inconsistent dependencies (qt 2.x and 3.x) Revision Changes Path 1.12 +2 -0 ports/textproc/xxdiff/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 15:03:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A9816A4CE; Tue, 17 Feb 2004 15:03:50 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD20043D2D; Tue, 17 Feb 2004 15:03:50 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1HN3nOJ035724; Tue, 17 Feb 2004 15:03:49 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1HN3niG035723; Tue, 17 Feb 2004 15:03:49 -0800 (PST) (envelope-from obrien) Date: Tue, 17 Feb 2004 15:03:48 -0800 From: "David O'Brien" To: Nate Lawson Message-ID: <20040217230348.GB31288@dragon.nuxi.com> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> <20040217143034.B31176@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217143034.B31176@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wes Peters cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Feb 2004 23:03:51 -0000 On Tue, Feb 17, 2004 at 02:32:26PM -0800, Nate Lawson wrote: > On Tue, 17 Feb 2004, David O'Brien wrote: > > On Tue, Feb 17, 2004 at 12:52:24PM -0800, Nate Lawson wrote: > > > Please don't recommend they put the hint in device.hints. That file is > > > regenerated as part of the upgrade process. It should go in > > > /boot/loader.conf, which is already cross-referenced by the manpage. > > > > I don't follow -- /boot/device.hints isn't regenerated. One must have > > one, and upgrading from an older FreeBSD version to 5.x requires you to > > create one. > > I meant the step in UPGRADING that says "cp GENERIC.hints > /boot/device.hints". If people follow that, you lose local changes to > hints. s/UPGRADING/UPDATING/ I think it is clear that one only does the 'cp' if they are upgrading from 4.x to 5.x. I'm not arguing that the knob isn't better living in loader.conf -- just that /boot/devince.hints isn't a [auto]generated file[*] and we can assume it is as "stable" as one's passwd file. -- David [*] I can't even boot w/o my custom device.hints due to the hardwiring I do for SCSI devices. This file cannot become volatile. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 15:06:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DBB16A4CE; Tue, 17 Feb 2004 15:06:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D608E43D1D; Tue, 17 Feb 2004 15:06:13 -0800 (PST) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HN6DGe077280; Tue, 17 Feb 2004 15:06:13 -0800 (PST) (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HN6D6o077279; Tue, 17 Feb 2004 15:06:13 -0800 (PST) (envelope-from mr) Message-Id: <200402172306.i1HN6D6o077279@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 17 Feb 2004 15:06:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 23:06:14 -0000 mr 2004/02/17 15:06:13 PST FreeBSD ports repository Modified files: cad/qcad Makefile pkg-plist Log: try to fix pkg-plist Revision Changes Path 1.34 +0 -4 ports/cad/qcad/Makefile 1.14 +33 -21 ports/cad/qcad/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:00:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A5516A4CE; Tue, 17 Feb 2004 16:00:50 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF3043D1D; Tue, 17 Feb 2004 16:00:49 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1I00kkX052496; Tue, 17 Feb 2004 16:00:46 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <4032AB2D.60008@acm.org> Date: Tue, 17 Feb 2004 16:00:45 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> <20040217143034.B31176@root.org> <20040217230348.GB31288@dragon.nuxi.com> In-Reply-To: <20040217230348.GB31288@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wes Peters cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:00:50 -0000 David O'Brien wrote: > On Tue, Feb 17, 2004 at 02:32:26PM -0800, Nate Lawson wrote: >> >>I meant the step in UPGRADING that says "cp GENERIC.hints >>/boot/device.hints". If people follow that, you lose local changes to >>hints. > > I think it is clear that one only does the 'cp' if they are upgrading > from 4.x to 5.x. I'm not arguing that the knob isn't better living in > loader.conf -- just that /boot/devince.hints isn't a [auto]generated > file[*] and we can assume it is as "stable" as one's passwd file. > > -- David > [*] I can't even boot w/o my custom device.hints due to the hardwiring I > do for SCSI devices. This file cannot become volatile. Seems like it might be time to evaluate ways to separate the "default hints" from the "custom hints". /boot/defaults/device.hints, anyone? Then the default hints can be auto-updated while allowing people to preserve their local configurations. Personally, I've never needed to customize device.hints and would rather it just get auto-updated. I've also been doing virgin installs from source lately, and find the check-and-abort if device.hints is missing to be very, very annoying. Can anyone explain why 'make installkernel' should not just install a device.hints file if there isn't one already? (I presume there's a good reason for this.) While we're at it, I would suggest that 'cd etc && make distribution' create a blank fstab if there isn't one already. FreeBSD currently refuses to boot without an fstab, but will boot with an empty fstab. With those two changes, you could create a bootable system with just make DESTDIR=foo installworld installkernel cd etc && make DESTDIR=foo distribution Tim Kientzle From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:04:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3822B16A4CE; Tue, 17 Feb 2004 16:04:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3531343D2D; Tue, 17 Feb 2004 16:04:53 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I04rGe090563; Tue, 17 Feb 2004 16:04:53 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I04qD6090562; Tue, 17 Feb 2004 16:04:52 -0800 (PST) (envelope-from mlaier) Message-Id: <200402180004.i1I04qD6090562@repoman.freebsd.org> From: Max Laier Date: Tue, 17 Feb 2004 16:04:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bridge.c if_ethersubr.c src/sys/netinet in_proto.c ip_divert.c ip_divert.h ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c src/sys/sys mbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:04:53 -0000 mlaier 2004/02/17 16:04:52 PST FreeBSD src repository Modified files: sys/net bridge.c if_ethersubr.c sys/netinet in_proto.c ip_divert.c ip_dummynet.c ip_dummynet.h ip_fastfwd.c ip_fw.h ip_fw2.c ip_input.c ip_output.c ip_var.h tcp_debug.c tcp_input.c sys/sys mbuf.h Removed files: sys/netinet ip_divert.h Log: Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is not working properly with the patch in place. Approved by: bms(mentor) Revision Changes Path 1.75 +9 -5 src/sys/net/bridge.c 1.158 +15 -2 src/sys/net/if_ethersubr.c 1.69 +0 -1 src/sys/netinet/in_proto.c 1.83 +21 -48 src/sys/netinet/ip_divert.c 1.2 +0 -83 src/sys/netinet/ip_divert.h (dead) 1.78 +91 -125 src/sys/netinet/ip_dummynet.c 1.30 +20 -17 src/sys/netinet/ip_dummynet.h 1.7 +67 -18 src/sys/netinet/ip_fastfwd.c 1.82 +1 -0 src/sys/netinet/ip_fw.h 1.55 +5 -25 src/sys/netinet/ip_fw2.c 1.263 +123 -61 src/sys/netinet/ip_input.c 1.209 +53 -60 src/sys/netinet/ip_output.c 1.83 +9 -16 src/sys/netinet/ip_var.h 1.23 +0 -1 src/sys/netinet/tcp_debug.c 1.227 +6 -2 src/sys/netinet/tcp_input.c 1.137 +18 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:15:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB09C16A4CF for ; Tue, 17 Feb 2004 16:15:28 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9694143D31 for ; Tue, 17 Feb 2004 16:15:28 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 31725 invoked by uid 1000); 18 Feb 2004 00:15:30 -0000 Date: Tue, 17 Feb 2004 16:15:30 -0800 (PST) From: Nate Lawson To: Tim Kientzle , wes@freebsd.org In-Reply-To: <4032AB2D.60008@acm.org> Message-ID: <20040217160751.Q31680@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org><20040217143034.B31176@root.org> <20040217230348.GB31288@dragon.nuxi.com> <4032AB2D.60008@acm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:15:28 -0000 On Tue, 17 Feb 2004, Tim Kientzle wrote: > David O'Brien wrote: > > On Tue, Feb 17, 2004 at 02:32:26PM -0800, Nate Lawson wrote: > >> > >>I meant the step in UPGRADING that says "cp GENERIC.hints > >>/boot/device.hints". If people follow that, you lose local changes to > >>hints. > > > > I think it is clear that one only does the 'cp' if they are upgrading > > from 4.x to 5.x. I'm not arguing that the knob isn't better living in > > loader.conf -- just that /boot/devince.hints isn't a [auto]generated > > file[*] and we can assume it is as "stable" as one's passwd file. > > > > -- David > > [*] I can't even boot w/o my custom device.hints due to the hardwiring I > > do for SCSI devices. This file cannot become volatile. > > Seems like it might be time to evaluate ways to separate > the "default hints" from the "custom hints". > /boot/defaults/device.hints, anyone? > Then the default hints can be auto-updated while allowing people > to preserve their local configurations. Personally, I've never > needed to customize device.hints and would rather it just get > auto-updated. This is not helpful since my whole point was not to create more places where user overrides go. loader.conf is blank by default, therefore it's an easy place to put overrides for both hints and tunables. Going and creating two separate files that are blank by default only increases confusion. If David chooses to put his custom values in device.hints, he can hand merge his changes in whenever he updates (for example, when a new driver is imported that needs hints and GENERIC.hints is updated). That's his choice. However, since loader.conf works well for overriding hints, there's no reason for us to recommend to users that they do it this way. That was my original point. Wes, please change the man page to point users at loader.conf, not device.hints. Thanks, -Nate From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:25:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890A016A4CE; Tue, 17 Feb 2004 16:25:42 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E8A943D1D; Tue, 17 Feb 2004 16:25:42 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1I0PfkX052677; Tue, 17 Feb 2004 16:25:42 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <4032B105.1040005@acm.org> Date: Tue, 17 Feb 2004 16:25:41 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> <20040217143034.B31176@root.org> <20040217230348.GB31288@dragon.nuxi.com> <4032AB2D.60008@acm.org> <20040217160751.Q31680@root.org> In-Reply-To: <20040217160751.Q31680@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: wes@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:25:42 -0000 Nate Lawson wrote: > On Tue, 17 Feb 2004, Tim Kientzle wrote: > >>Seems like it might be time to evaluate ways to separate >>the "default hints" from the "custom hints". >> /boot/defaults/device.hints, anyone? > > This is not helpful since my whole point was not to create more places > where user overrides go. loader.conf is blank by default, therefore it's > an easy place to put overrides for both hints and tunables. Going and > creating two separate files that are blank by default only increases > confusion. Okay, so what exactly is the difference between /boot/defaults/loader.conf and /boot/device.hints ? If device hints can go in loader.conf with impunity, and we already have defaults/loader.conf (which people know to leave alone) and the regular loader.conf (for local customizations), then it's not clear why device.hints exists at all. Tim Kientzle From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:38:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F1C16A4CE; Tue, 17 Feb 2004 16:38:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C725F43D2D; Tue, 17 Feb 2004 16:38:20 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I0cKGe096928; Tue, 17 Feb 2004 16:38:20 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I0cK9k096927; Tue, 17 Feb 2004 16:38:20 -0800 (PST) (envelope-from trevor) Message-Id: <200402180038.i1I0cK9k096927@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 16:38:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/showkey Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:38:21 -0000 trevor 2004/02/17 16:38:20 PST FreeBSD ports repository Modified files: converters/showkey Makefile Log: Use PLIST_FILES. Drop maintainership. Revision Changes Path 1.2 +2 -5 ports/converters/showkey/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:42:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 7403716A4CF; Tue, 17 Feb 2004 16:42:29 -0800 (PST) Date: Tue, 17 Feb 2004 18:42:29 -0600 From: juli mallett To: Tim Kientzle Message-ID: <20040218004229.GA69651@FreeBSD.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> <20040217143034.B31176@root.org> <20040217230348.GB31288@dragon.nuxi.com> <4032AB2D.60008@acm.org> <20040217160751.Q31680@root.org> <4032B105.1040005@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4032B105.1040005@acm.org> User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: wes@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:42:29 -0000 * Tim Kientzle [ Date: 2004-02-17 ] [ w.r.t. Re: cvs commit: src/share/man/man4 acpi.4 ] > Nate Lawson wrote: > >On Tue, 17 Feb 2004, Tim Kientzle wrote: > > > >>Seems like it might be time to evaluate ways to separate > >>the "default hints" from the "custom hints". > >> /boot/defaults/device.hints, anyone? > > > >This is not helpful since my whole point was not to create more places > >where user overrides go. loader.conf is blank by default, therefore it's > >an easy place to put overrides for both hints and tunables. Going and > >creating two separate files that are blank by default only increases > >confusion. > > Okay, so what exactly is the difference between > /boot/defaults/loader.conf > and > /boot/device.hints > ? > > If device hints can go in loader.conf with impunity, > and we already have defaults/loader.conf (which people > know to leave alone) and the regular loader.conf > (for local customizations), then it's not clear > why device.hints exists at all. It's nice to have the hints tied to the kernel not the loader, for example, for compiling hints in statically. -- juli mallett. email: jmallett@freebsd.org; efnet: juli; From owner-cvs-all@FreeBSD.ORG Tue Feb 17 16:54:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F7E16A4CE; Tue, 17 Feb 2004 16:54:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F0A43D1F; Tue, 17 Feb 2004 16:54:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I0sIGe006899; Tue, 17 Feb 2004 16:54:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I0sIkW006898; Tue, 17 Feb 2004 16:54:18 -0800 (PST) (envelope-from peter) Message-Id: <200402180054.i1I0sIkW006898@repoman.freebsd.org> From: Peter Wemm Date: Tue, 17 Feb 2004 16:54:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 00:54:19 -0000 peter 2004/02/17 16:54:18 PST FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Checkpoint a hack to enable running i386 libc_r binaries on a 64 bit kernel. I'm not happy with it yet - refinements are to come. This hack allows the kern.ps_strings and kern.usrstack sysctls to respond to a 32 bit request, such as those coming from emulated i386 binaries. Revision Changes Path 1.236 +22 -4 src/sys/kern/kern_exec.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:00:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA9E16A4CE; Tue, 17 Feb 2004 17:00:35 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852BB43D39; Tue, 17 Feb 2004 17:00:35 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1I10ZOE064500; Tue, 17 Feb 2004 17:00:35 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1I10YwT064499; Tue, 17 Feb 2004 17:00:34 -0800 (PST) (envelope-from marcel) Date: Tue, 17 Feb 2004 17:00:34 -0800 From: Marcel Moolenaar To: Bruce Evans Message-ID: <20040218010034.GA64412@ns1.xcllnt.net> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218093149.A19121@gamplex.bde.org> User-Agent: Mutt/1.5.5.1i cc: Jun Kuriyama cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:00:35 -0000 On Wed, Feb 18, 2004 at 09:43:16AM +1100, Bruce Evans wrote: > > > > Alternatively, we could extend KASSERT to emit a file and line > > number like assert(3) and instead of panic(). Seems very logical > > to me. > > That feature was intentionally left out when KASSERT() was designed. > For some reason, we decided to give the invoker of KASSERT() complete > control over the message contents (unlike in userland where the message > is the condition stingized and followed by __FILE__ and __LINE__. > Presumably this was partly to permit use of existing panic messages > verbatim. I'm not completely happy with the results of this at any > level, especially at the source level. It requires and ugly syntax > (another layer of parentheses around the message), and is harder to > write and can be harder to read (writers have to think about what to > put in the message; it's normal to invert the sense of the assertion > and not unknown to make logic errors doing so; then readers don't > see the original condition in the panic message). I tend to agree. Most of the KASSERTs I put in have the bogus message "foo", simply because I cannot explain in a single sentence what's wrong and I don't want to break my flow of thinking while coding to come up with something. Hence, I either use a bogus "foo" or forget about the KASSERT altogether. The former is less bad than the latter, but not good at all. I prefer to put a comprehensive comment in front of the KASSERT and have people look there by having the KASSERT emit the file and line. The panic message that's the result of the failed assertion can be constant and should inform that the panic is the result of KASSERT. Alternatively, it can print the condition that failed. phk's change gave me the file and line, so it gave me something I liked. If that's going to be reverted, maybe people won't object to having KASSERT emit the file and line and no specific panic message at all? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:03:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7740E16A4CE; Tue, 17 Feb 2004 17:03:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2A443D1D; Tue, 17 Feb 2004 17:03:35 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I13ZGe009917; Tue, 17 Feb 2004 17:03:35 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I13Z1H009916; Tue, 17 Feb 2004 17:03:35 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402180103.i1I13Z1H009916@repoman.freebsd.org> From: Jun Kuriyama Date: Tue, 17 Feb 2004 17:03:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:03:35 -0000 kuriyama 2004/02/17 17:03:35 PST FreeBSD ports repository Modified files: japanese/zipcodes Makefile distinfo Log: Update to 20040209 version. Reminded by: nork Revision Changes Path 1.40 +1 -1 ports/japanese/zipcodes/Makefile 1.26 +4 -2 ports/japanese/zipcodes/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:33:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3219F16A4CE; Tue, 17 Feb 2004 17:33:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174EA43D1F; Tue, 17 Feb 2004 17:33:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I1XeGe016118; Tue, 17 Feb 2004 17:33:40 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I1XenE016117; Tue, 17 Feb 2004 17:33:40 -0800 (PST) (envelope-from marcus) Message-Id: <200402180133.i1I1XenE016117@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 17:33:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/hicolor-icon-theme Makefile distinfo ports/misc/hicolor-icon-theme/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:33:41 -0000 marcus 2004/02/17 17:33:40 PST FreeBSD ports repository Modified files: misc/hicolor-icon-theme Makefile distinfo Removed files: misc/hicolor-icon-theme/files patch-Makefile Log: Update to 0.4. Revision Changes Path 1.4 +3 -2 ports/misc/hicolor-icon-theme/Makefile 1.3 +2 -2 ports/misc/hicolor-icon-theme/distinfo 1.4 +0 -12 ports/misc/hicolor-icon-theme/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:34:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A171116A4CE; Tue, 17 Feb 2004 17:34:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668943D1D; Tue, 17 Feb 2004 17:34:04 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I1Y4Ge016161; Tue, 17 Feb 2004 17:34:04 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I1Y4ss016160; Tue, 17 Feb 2004 17:34:04 -0800 (PST) (envelope-from ijliao) Message-Id: <200402180134.i1I1Y4ss016160@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 17 Feb 2004 17:34:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/q-audio Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:34:04 -0000 ijliao 2004/02/17 17:34:04 PST FreeBSD ports repository Modified files: audio/q-audio Makefile distinfo Log: unbreak by fixing DISTNAME ; add SIZE in distinfo Revision Changes Path 1.6 +1 -5 ports/audio/q-audio/Makefile 1.2 +1 -0 ports/audio/q-audio/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:38:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B86116A4CE; Tue, 17 Feb 2004 17:38:02 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA42E43D1D; Tue, 17 Feb 2004 17:38:01 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1I1c03h016431; Wed, 18 Feb 2004 04:38:00 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1I1c0Ne016429; Wed, 18 Feb 2004 04:38:00 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 04:37:59 +0300 From: Andrey Chernov To: "David O'Brien" Message-ID: <20040218013759.GA16382@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170322.i1H3MZhf074789@repoman.freebsd.org> <20040217223751.GA33586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217223751.GA33586@dragon.nuxi.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/gcc FREEBSD-Xlist FREEBSD-deletelist getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:38:02 -0000 On Tue, Feb 17, 2004 at 02:37:51PM -0800, David O'Brien wrote: > > Modified files: > > contrib/gcc FREEBSD-Xlist FREEBSD-deletelist > > We don't remove very unused file in src/contrib, just ones that are > logical subcomonantes. This is handled in our Bmake files. Please don't > go deleting every single file like this you find w/o talking to the > person that does most of the imports. Hmm. Seeeng FREEBSD-deletelist and FREEBSD-Xlist I find that we _do_ remove unused files in contrib, I just add few there. Technical reason behind it is removing getopt.h only because it used inplace of system getopt.h. We can, of course use -I${DESTDIR}/usr/include in Makefiles, but it is more ugly then removing getopt.h. And when getopt.h is removed, there is no sense to keep unused corresponding getopt*.c -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:39:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B5616A4CE; Tue, 17 Feb 2004 17:39:57 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502AE43D1D; Tue, 17 Feb 2004 17:39:56 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1I1dtIF016470; Wed, 18 Feb 2004 04:39:55 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1I1dtWb016465; Wed, 18 Feb 2004 04:39:55 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 04:39:53 +0300 From: Andrey Chernov To: "David O'Brien" Message-ID: <20040218013952.GB16382@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170120.i1H1KfhO044836@repoman.freebsd.org> <20040217224040.GB33586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217224040.GB33586@dragon.nuxi.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:39:57 -0000 On Tue, Feb 17, 2004 at 02:40:40PM -0800, David O'Brien wrote: > Without a FREEBSD-{Xlist,upgrade}, note these files will just get > imported again on the next update. Why are you removing them from > src/contrib?? 1) There is no FREEBSD-* you mention there, so I assume importer keep all in mind. 2) They dont need to be imported again. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:42:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2765216A4CE; Tue, 17 Feb 2004 17:42:56 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CE243D1D; Tue, 17 Feb 2004 17:42:55 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1I1gswf016504; Wed, 18 Feb 2004 04:42:54 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1I1gsXC016503; Wed, 18 Feb 2004 04:42:54 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 04:42:54 +0300 From: Andrey Chernov To: "David O'Brien" Message-ID: <20040218014254.GC16382@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> <20040217224258.GC33586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040217224258.GC33586@dragon.nuxi.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:42:56 -0000 On Tue, Feb 17, 2004 at 02:42:58PM -0800, David O'Brien wrote: > Are you not going to keep /usr/include/gnuregex.h as a wrapper for > ? I prefer the former as it stands out this is the GNU > version. Since this is not vender source there was no need to change it. No, gnuregex.h will be lost. I plan to import new version of gnu regex into /usr/include/gnu/ with /posix subdir, etc. Using /usr/include/gnu allows us to not change gnu sources, i.e. regex.h -> gnuregex.h -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 17:51:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50BA16A4CE; Tue, 17 Feb 2004 17:51:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE8543D1F; Tue, 17 Feb 2004 17:51:29 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I1pTGe019407; Tue, 17 Feb 2004 17:51:29 -0800 (PST) (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I1pTdi019403; Tue, 17 Feb 2004 17:51:29 -0800 (PST) (envelope-from mikeh) Message-Id: <200402180151.i1I1pTdi019403@repoman.freebsd.org> From: Mike Heffner Date: Tue, 17 Feb 2004 17:51:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/xforms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 01:51:29 -0000 mikeh 2004/02/17 17:51:29 PST FreeBSD ports repository Modified files: x11-toolkits/xforms Makefile Log: Don't replace the hardcoded optimization with ${CFLAGS}. It can cause problems with exotic CFLAGS (they're included by imake anways). Submitted by: mi Revision Changes Path 1.54 +1 -1 ports/x11-toolkits/xforms/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:00:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16CB16A4CF; Tue, 17 Feb 2004 18:00:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CA143D2F; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I20VGe020673; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I20VjN020672; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin) Message-Id: <200402180200.i1I20VjN020672@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 17 Feb 2004 18:00:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p3scan Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/mail/p3scan/files p3scan.sh patch-Makefile patch-getline.c patch-p3scan.c patch-parsefile.c patch-ripmime::build_ripOLE ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:00:32 -0000 edwin 2004/02/17 18:00:31 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/p3scan Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist mail/p3scan/files p3scan.sh patch-Makefile patch-getline.c patch-p3scan.c patch-parsefile.c patch-ripmime::build_ripOLE patch-ripmime::build_tnef patch-ripmime::tnef::Makefile patch-scanner_avpd.c patch-scanner_basic.c patch-scanner_sample.c patch-scanner_trophie.c Log: mail/p3scan is a fork of mail/pop3vscan, a transparent POP3 virusscanner P3Scan is a transparent POP3-Proxy with virus-scanning capabilities. This means that all your POP3-Clients in the Network can't fetch mails from the internet without that P3Scan have scanned it. If a virus has been found the mail is replaced with a notification and the original (infeceted) version is stored on the harddisc. Transparent means, that neither the client nor any of the used POP3-servers has to be configured. This port is based on mail/pop3vscan, but the development for that port seems to have ceased. WWW: http://p3scan.sourceforge.net/ Revision Changes Path 1.491 +1 -0 ports/mail/Makefile 1.1 +49 -0 ports/mail/p3scan/Makefile (new) 1.1 +2 -0 ports/mail/p3scan/distinfo (new) 1.1 +28 -0 ports/mail/p3scan/files/p3scan.sh (new) 1.1 +44 -0 ports/mail/p3scan/files/patch-Makefile (new) 1.1 +11 -0 ports/mail/p3scan/files/patch-getline.c (new) 1.1 +129 -0 ports/mail/p3scan/files/patch-p3scan.c (new) 1.1 +10 -0 ports/mail/p3scan/files/patch-parsefile.c (new) 1.1 +9 -0 ports/mail/p3scan/files/patch-ripmime::build_ripOLE (new) 1.1 +7 -0 ports/mail/p3scan/files/patch-ripmime::build_tnef (new) 1.1 +19 -0 ports/mail/p3scan/files/patch-ripmime::tnef::Makefile (new) 1.1 +25 -0 ports/mail/p3scan/files/patch-scanner_avpd.c (new) 1.1 +13 -0 ports/mail/p3scan/files/patch-scanner_basic.c (new) 1.1 +11 -0 ports/mail/p3scan/files/patch-scanner_sample.c (new) 1.1 +24 -0 ports/mail/p3scan/files/patch-scanner_trophie.c (new) 1.1 +11 -0 ports/mail/p3scan/pkg-descr (new) 1.1 +154 -0 ports/mail/p3scan/pkg-install (new) 1.1 +19 -0 ports/mail/p3scan/pkg-message (new) 1.1 +4 -0 ports/mail/p3scan/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:00:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF1216A4CE; Tue, 17 Feb 2004 18:00:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C098343D1D; Tue, 17 Feb 2004 18:00:54 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I20sGe020758; Tue, 17 Feb 2004 18:00:54 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I20s2J020757; Tue, 17 Feb 2004 18:00:54 -0800 (PST) (envelope-from edwin) Message-Id: <200402180200.i1I20s2J020757@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 17 Feb 2004 18:00:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:00:55 -0000 edwin 2004/02/17 18:00:54 PST FreeBSD ports repository Modified files: . modules Log: p3scan --> ports/mail/p3scan Revision Changes Path 1.9416 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:08:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A53616A4CE; Tue, 17 Feb 2004 18:08:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC6143D1F; Tue, 17 Feb 2004 18:08:33 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I28XGe023642; Tue, 17 Feb 2004 18:08:33 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I28WW7023641; Tue, 17 Feb 2004 18:08:32 -0800 (PST) (envelope-from trevor) Message-Id: <200402180208.i1I28WW7023641@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 18:08:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:08:33 -0000 trevor 2004/02/17 18:08:32 PST FreeBSD ports repository Modified files: devel/gettext Makefile Log: As discovered by Andrzej Tobola, gettext (this version, or the 0.12.1 version) fails to build if kaffe-devel-1.1.3 is installed. Kludge around this. Revision Changes Path 1.50 +20 -1 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:25:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46EE116A4CE; Tue, 17 Feb 2004 18:25:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABE843D2D; Tue, 17 Feb 2004 18:25:25 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2POGe027701; Tue, 17 Feb 2004 18:25:24 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2PO1X027700; Tue, 17 Feb 2004 18:25:24 -0800 (PST) (envelope-from trevor) Message-Id: <200402180225.i1I2PO1X027700@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 18:25:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/invitation_to_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:25:25 -0000 trevor 2004/02/17 18:25:24 PST FreeBSD ports repository Modified files: devel/invitation_to_ruby Makefile Log: Mark NO_CDROM because the author e-mailed me to say that he places the distfile under the Creative Commons license, Attribution-NonCommercial 1.0, which says "you may not use this work for commercial purposes." Revision Changes Path 1.14 +2 -0 ports/devel/invitation_to_ruby/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:25:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB3F16A4CE; Tue, 17 Feb 2004 18:25:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E456F43D1F; Tue, 17 Feb 2004 18:25:45 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2PjGe027732; Tue, 17 Feb 2004 18:25:45 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2PjFw027731; Tue, 17 Feb 2004 18:25:45 -0800 (PST) (envelope-from trevor) Message-Id: <200402180225.i1I2PjFw027731@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 17 Feb 2004 18:25:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:25:46 -0000 trevor 2004/02/17 18:25:45 PST FreeBSD ports repository Modified files: . LEGAL Log: Add invitation_to_ruby. Revision Changes Path 1.332 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:31:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3045916A4CF; Tue, 17 Feb 2004 18:31:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DEA43D1D; Tue, 17 Feb 2004 18:31:37 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2VaGe029108; Tue, 17 Feb 2004 18:31:36 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2VaTt029104; Tue, 17 Feb 2004 18:31:36 -0800 (PST) (envelope-from bland) Message-Id: <200402180231.i1I2VaTt029104@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 17 Feb 2004 18:31:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtk--2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:31:37 -0000 bland 2004/02/17 18:31:36 PST FreeBSD ports repository Modified files: x11-toolkits/gtk--2 Makefile distinfo pkg-plist Log: Update to 2.2.9 Revision Changes Path 1.64 +1 -2 ports/x11-toolkits/gtk--2/Makefile 1.27 +2 -1 ports/x11-toolkits/gtk--2/distinfo 1.26 +14 -6 ports/x11-toolkits/gtk--2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B795E16A4CE; Tue, 17 Feb 2004 18:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8C343D2D; Tue, 17 Feb 2004 18:42:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2gZGe031806; Tue, 17 Feb 2004 18:42:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2gZQ4031805; Tue, 17 Feb 2004 18:42:35 -0800 (PST) (envelope-from edwin) Message-Id: <200402180242.i1I2gZQ4031805@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 17 Feb 2004 18:42:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p3scan Makefile ports/mail/p3scan/files patch-p3scan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:42:35 -0000 edwin 2004/02/17 18:42:35 PST FreeBSD ports repository Modified files: mail/p3scan Makefile mail/p3scan/files patch-p3scan.c Log: Update mail/p3scan: Fix the code to check for the disksize. Submitted by: edwin@mavetju.org Revision Changes Path 1.2 +1 -0 ports/mail/p3scan/Makefile 1.2 +13 -11 ports/mail/p3scan/files/patch-p3scan.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:51:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D46016A4CE; Tue, 17 Feb 2004 18:51:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11EE543D1D; Tue, 17 Feb 2004 18:51:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2psGe033479; Tue, 17 Feb 2004 18:51:54 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2pskU033475; Tue, 17 Feb 2004 18:51:54 -0800 (PST) (envelope-from marcus) Message-Id: <200402180251.i1I2pskU033475@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 18:51:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:51:55 -0000 marcus 2004/02/17 18:51:54 PST FreeBSD ports repository Modified files: misc/shared-mime-info Makefile distinfo pkg-plist Log: Update to 0.13. Revision Changes Path 1.13 +7 -3 ports/misc/shared-mime-info/Makefile 1.7 +2 -1 ports/misc/shared-mime-info/distinfo 1.7 +22 -2 ports/misc/shared-mime-info/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:56:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D111D16A4CF; Tue, 17 Feb 2004 18:56:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B728043D1D; Tue, 17 Feb 2004 18:56:14 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2uEGe034096; Tue, 17 Feb 2004 18:56:14 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2uEdV034095; Tue, 17 Feb 2004 18:56:14 -0800 (PST) (envelope-from bde) Message-Id: <200402180256.i1I2uEdV034095@repoman.freebsd.org> From: Bruce Evans Date: Tue, 17 Feb 2004 18:56:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:56:15 -0000 bde 2004/02/17 18:56:14 PST FreeBSD src repository Modified files: sys/sys msgbuf.h Log: Fixed some style bugs (spaces instead of tabs in macro definitions ...). Revision Changes Path 1.24 +11 -11 src/sys/sys/msgbuf.h From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:59:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6770616A4CE; Tue, 17 Feb 2004 18:59:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7AD43D1D; Tue, 17 Feb 2004 18:59:38 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I2xcGe034222; Tue, 17 Feb 2004 18:59:38 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I2xcup034221; Tue, 17 Feb 2004 18:59:38 -0800 (PST) (envelope-from edwin) Message-Id: <200402180259.i1I2xcup034221@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 17 Feb 2004 18:59:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p3scan pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:59:38 -0000 edwin 2004/02/17 18:59:38 PST FreeBSD ports repository Modified files: mail/p3scan pkg-message Log: Remove references to POP3Vscan in the pkg-message. Submitted by: edwin@mavetju.org Revision Changes Path 1.2 +5 -5 ports/mail/p3scan/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:06:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 438DB16A4CE; Tue, 17 Feb 2004 19:06:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2944843D2D; Tue, 17 Feb 2004 19:06:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I36QGe037188; Tue, 17 Feb 2004 19:06:26 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I36PxO037187; Tue, 17 Feb 2004 19:06:25 -0800 (PST) (envelope-from marcus) Message-Id: <200402180306.i1I36PxO037187@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 19:06:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/gtk-doc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:06:26 -0000 marcus 2004/02/17 19:06:25 PST FreeBSD ports repository Modified files: textproc/gtk-doc Makefile distinfo pkg-plist Log: Update to 1.2. Revision Changes Path 1.16 +15 -3 ports/textproc/gtk-doc/Makefile 1.4 +2 -1 ports/textproc/gtk-doc/distinfo 1.6 +4 -0 ports/textproc/gtk-doc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:36:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C378E16A4CE; Tue, 17 Feb 2004 19:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F2843D2D; Tue, 17 Feb 2004 19:36:01 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3a1Ge043384; Tue, 17 Feb 2004 19:36:01 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3a1aK043383; Tue, 17 Feb 2004 19:36:01 -0800 (PST) (envelope-from lofi) Message-Id: <200402180336.i1I3a1aK043383@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 17 Feb 2004 19:36:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/tmake distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:36:01 -0000 lofi 2004/02/17 19:36:01 PST FreeBSD ports repository Modified files: devel/tmake distinfo Log: Forced commit to note the changes in the distfile: - In doc/tmake.html, the contact address changed from hanord@trolltech.com to info@trolltech.com. - Archive size increased due to lower gzip compression level. Revision Changes Path 1.7 +0 -0 ports/devel/tmake/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:49:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A979E16A4CE; Tue, 17 Feb 2004 19:49:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA8143D1D; Tue, 17 Feb 2004 19:49:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3nFGe045540; Tue, 17 Feb 2004 19:49:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3nFYP045539; Tue, 17 Feb 2004 19:49:15 -0800 (PST) (envelope-from kris) Message-Id: <200402180349.i1I3nFYP045539@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:49:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/vamos Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:49:15 -0000 kris 2004/02/17 19:49:15 PST FreeBSD ports repository Modified files: games/vamos Makefile Log: This port now seems to compile on 5.x Revision Changes Path 1.24 +1 -7 ports/games/vamos/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:50:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2F216A4CE; Tue, 17 Feb 2004 19:50:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED9C43D1F; Tue, 17 Feb 2004 19:50:36 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3oZGe045859; Tue, 17 Feb 2004 19:50:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3oZtv045855; Tue, 17 Feb 2004 19:50:35 -0800 (PST) (envelope-from kris) Message-Id: <200402180350.i1I3oZtv045855@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:50:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/whups Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:50:36 -0000 kris 2004/02/17 19:50:35 PST FreeBSD ports repository Modified files: devel/whups Makefile Log: Change BROKEN to IGNORE since the package still builds (but does not work) Revision Changes Path 1.7 +1 -1 ports/devel/whups/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:50:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750E016A4D3; Tue, 17 Feb 2004 19:50:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADF543D1F; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3ocGe045974; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3ocXl045973; Tue, 17 Feb 2004 19:50:38 -0800 (PST) (envelope-from adamw) Message-Id: <200402180350.i1I3ocXl045973@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 17 Feb 2004 19:50:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports MOVED ports/mail/stuphead Makefile ports/multimedia/gstreamer-player Makefile ports/www Makefile ports/www/epiphany Makefile ports/www/galeon Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:50:38 -0000 adamw 2004/02/17 19:50:38 PST FreeBSD ports repository Modified files: . modules . MOVED mail/stuphead Makefile multimedia/gstreamer-player Makefile www Makefile www/epiphany Makefile www/galeon Makefile www/galeon2 Makefile www/mozilla Makefile pkg-descr www/mozilla-bonobo Makefile www/mozilla-devel Makefile pkg-descr www/mozilla-devel-gtk1 Makefile www/mozilla-gtk1 Makefile www/mplayer-plugin Makefile Added files: www/mozilla pkg-descr.gtk1 www/mozilla-devel pkg-descr.gtk1 Removed files: www/mozilla pkg-descr.gtk2 www/mozilla-devel pkg-descr.gtk2 www/mozilla-devel-gtk2 Makefile www/mozilla-gtk2 Makefile Log: GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly requested. This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and mozilla-devel, respectively; and the old mozilla and mozilla-devel are now mozilla-gtk1 and mozilla-devel-gtk1. This is done for a whole plethora of reasons, and should please everybody except galeon1 fanatics and uhm... anybody else who it doesn't please. If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update the value accordingly. GTK2 ports will automatically install GTK2 mozilla, and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need be defined only if you want the development version... which are dormant right now anyway. For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but future ports reserve the right to ignore the *-gtk2 values. Revision Changes Path 1.9417 +2 -2 CVSROOT/modules 1.341 +3 -1 ports/MOVED 1.19 +0 -1 ports/mail/stuphead/Makefile 1.19 +4 -5 ports/multimedia/gstreamer-player/Makefile 1.818 +2 -2 ports/www/Makefile 1.38 +6 -6 ports/www/epiphany/Makefile 1.122 +7 -7 ports/www/galeon/Makefile 1.136 +6 -6 ports/www/galeon2/Makefile 1.5 +6 -6 ports/www/mozilla-bonobo/Makefile 1.16 +6 -8 ports/www/mozilla-devel-gtk1/Makefile 1.16 +0 -19 ports/www/mozilla-devel-gtk2/Makefile (dead) 1.171 +7 -7 ports/www/mozilla-devel/Makefile 1.24 +3 -0 ports/www/mozilla-devel/pkg-descr 1.1 +12 -0 ports/www/mozilla-devel/pkg-descr.gtk1 (new) 1.2 +0 -12 ports/www/mozilla-devel/pkg-descr.gtk2 (dead) 1.14 +5 -7 ports/www/mozilla-gtk1/Makefile 1.14 +0 -19 ports/www/mozilla-gtk2/Makefile (dead) 1.157 +7 -7 ports/www/mozilla/Makefile 1.24 +3 -0 ports/www/mozilla/pkg-descr 1.1 +13 -0 ports/www/mozilla/pkg-descr.gtk1 (new) 1.2 +0 -13 ports/www/mozilla/pkg-descr.gtk2 (dead) 1.18 +7 -7 ports/www/mplayer-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:52:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D29C16A4CE; Tue, 17 Feb 2004 19:52:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260C743D1D; Tue, 17 Feb 2004 19:52:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3q3Ge047336; Tue, 17 Feb 2004 19:52:03 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3q3vb047332; Tue, 17 Feb 2004 19:52:03 -0800 (PST) (envelope-from kris) Message-Id: <200402180352.i1I3q3vb047332@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:52:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/clanlib-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:52:04 -0000 kris 2004/02/17 19:52:03 PST FreeBSD ports repository Modified files: devel/clanlib-devel Makefile Log: The pkg-plist now seems to be correct, remove BROKEN tag. Revision Changes Path 1.16 +0 -4 ports/devel/clanlib-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:52:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B487316A4CE; Tue, 17 Feb 2004 19:52:27 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3F043D2F; Tue, 17 Feb 2004 19:52:27 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with ESMTP id i1I3qJXh036461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Feb 2004 12:52:20 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Wed, 18 Feb 2004 12:52:20 +0900 (JST) Message-Id: <200402180352.i1I3qJXh036461@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Joseph Scott In-Reply-To: <20040217143735.C53779@randomservers> References: <200402172036.i1HKa1BD035468@repoman.freebsd.org> <20040217143735.C53779@randomservers> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: paul@aps.org cc: cvs-ports@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/sqlite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:52:28 -0000 On Tue, 17 Feb 2004 14:38:13 -0800 (PST) Joseph Scott wrote: > On Tue, 17 Feb 2004, Norikatsu Shigemura wrote: > -> nork 2004/02/17 12:36:01 PST > -> FreeBSD ports repository > -> Modified files: > -> databases/sqlite Makefile distinfo > -> Log: > -> Update to 2.8.12. > -> Submitted by: Paul Dlug > -> Approved by: Gerhard Haering (maintainer) > Was this PR ports/62804 ? Ah! Yes. I forgot to description PR: and to close it. Thank you for your remind. From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:53:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1655216A4CE; Tue, 17 Feb 2004 19:53:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6DA43D2D; Tue, 17 Feb 2004 19:53:56 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3ruGe047878; Tue, 17 Feb 2004 19:53:56 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3rul9047877; Tue, 17 Feb 2004 19:53:56 -0800 (PST) (envelope-from kris) Message-Id: <200402180353.i1I3rul9047877@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:53:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/xwmm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:53:57 -0000 kris 2004/02/17 19:53:56 PST FreeBSD ports repository Modified files: x11-wm/xwmm Makefile Log: Remove BROKEN tag; this port now builds on 5.x. Revision Changes Path 1.15 +0 -4 ports/x11-wm/xwmm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:55:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631CD16A4CE; Tue, 17 Feb 2004 19:55:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE4B43D39; Tue, 17 Feb 2004 19:55:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3t4Ge047935; Tue, 17 Feb 2004 19:55:04 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3t3bg047934; Tue, 17 Feb 2004 19:55:03 -0800 (PST) (envelope-from kris) Message-Id: <200402180355.i1I3t3bg047934@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:55:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/rat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:55:04 -0000 kris 2004/02/17 19:55:03 PST FreeBSD ports repository Modified files: mbone/rat Makefile Log: Remove BROKEN tag; this port now compiles on 5.x. Revision Changes Path 1.26 +0 -4 ports/mbone/rat/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:56:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054C516A4CE; Tue, 17 Feb 2004 19:56:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD29043D2D; Tue, 17 Feb 2004 19:55:59 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3txGe048039; Tue, 17 Feb 2004 19:55:59 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3txiV048038; Tue, 17 Feb 2004 19:55:59 -0800 (PST) (envelope-from kris) Message-Id: <200402180355.i1I3txiV048038@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:55:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:56:00 -0000 kris 2004/02/17 19:55:59 PST FreeBSD ports repository Modified files: mbone/rqm Makefile Log: Remove BROKEN tag; this now compiles on 5.x. Revision Changes Path 1.6 +0 -6 ports/mbone/rqm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 19:58:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C442916A4CE; Tue, 17 Feb 2004 19:58:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BB843D1D; Tue, 17 Feb 2004 19:58:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I3wvGe048157; Tue, 17 Feb 2004 19:58:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I3wvdC048156; Tue, 17 Feb 2004 19:58:57 -0800 (PST) (envelope-from kris) Message-Id: <200402180358.i1I3wvdC048156@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 19:58:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/xdvik-vflib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 03:58:57 -0000 kris 2004/02/17 19:58:57 PST FreeBSD ports repository Modified files: japanese/xdvik-vflib Makefile Log: Remove BROKEN tag; this port now installs correctly. Revision Changes Path 1.28 +0 -4 ports/japanese/xdvik-vflib/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:02:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C9516A4CE; Tue, 17 Feb 2004 20:02:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E90D43D31; Tue, 17 Feb 2004 20:02:44 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I42iGe050059; Tue, 17 Feb 2004 20:02:44 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I42iIP050058; Tue, 17 Feb 2004 20:02:44 -0800 (PST) (envelope-from adamw) Message-Id: <200402180402.i1I42iIP050058@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 17 Feb 2004 20:02:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:02:44 -0000 adamw 2004/02/17 20:02:44 PST FreeBSD ports repository Modified files: . CHANGES Log: Mozilla will now default to using GTK2, and will only compile against Gtk+-1.2 if explicitly requested. This is in exact opposite to the old behaviour. Lengthy, babbling explanation follows. Revision Changes Path 1.6 +35 -1 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69EB716A4CE; Tue, 17 Feb 2004 20:11:15 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B766943D1D; Tue, 17 Feb 2004 20:11:14 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1I4BDTO018538; Wed, 18 Feb 2004 07:11:13 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1I4BD2E018537; Wed, 18 Feb 2004 07:11:13 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 07:11:12 +0300 From: Andrey Chernov To: "David O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040218041112.GA18429@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170120.i1H1KfhO044836@repoman.freebsd.org> <20040217224040.GB33586@dragon.nuxi.com> <20040218013952.GB16382@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218013952.GB16382@nagual.pp.ru> User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:11:16 -0000 On Wed, Feb 18, 2004 at 04:39:53AM +0300, Andrey Chernov wrote: > 1) There is no FREEBSD-* you mention there, so I assume importer keep all > in mind. To be exact, I mean, there is some files already removed, but no FREEBSD-Xlist You may be surprised, but all our GNU soft is imported trimmed, more or less. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:21:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE0716A4CE; Tue, 17 Feb 2004 20:21:48 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771E543D1D; Tue, 17 Feb 2004 20:21:48 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 53BBF3D28; Tue, 17 Feb 2004 23:21:47 -0500 (EST) From: "Dan Langille" To: Kris Kennaway Date: Tue, 17 Feb 2004 23:21:47 -0500 MIME-Version: 1.0 Message-ID: <4032A20B.20562.40C1DBF1@localhost> Priority: normal In-reply-to: <200402180355.i1I3txiV048038@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:21:48 -0000 On 17 Feb 2004 at 19:55, Kris Kennaway wrote: > kris 2004/02/17 19:55:59 PST > > FreeBSD ports repository > > Modified files: > mbone/rqm Makefile > Log: > Remove BROKEN tag; this now compiles on 5.x. > > Revision Changes Path > 1.6 +0 -6 ports/mbone/rqm/Makefile FreshPorts is seeing this, not sure why yet: [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional (${XFREE86_VERSION} == 3) "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional (exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < 5 00036) etc.... A quick test of another port doesn't raise that issue. -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:26:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C513616A4CE; Tue, 17 Feb 2004 20:26:20 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCDA43D1D; Tue, 17 Feb 2004 20:26:20 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (8e232feed15f5affec2dae653dfae2d5@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1I4PQJ0007994; Tue, 17 Feb 2004 20:25:27 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A160866D0E; Tue, 17 Feb 2004 20:26:19 -0800 (PST) Date: Tue, 17 Feb 2004 20:26:19 -0800 From: Kris Kennaway To: Dan Langille Message-ID: <20040218042619.GA29974@xor.obsecurity.org> References: <200402180355.i1I3txiV048038@repoman.freebsd.org> <4032A20B.20562.40C1DBF1@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <4032A20B.20562.40C1DBF1@localhost> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:26:20 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 11:21:47PM -0500, Dan Langille wrote: > On 17 Feb 2004 at 19:55, Kris Kennaway wrote: >=20 > > kris 2004/02/17 19:55:59 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > mbone/rqm Makefile=20 > > Log: > > Remove BROKEN tag; this now compiles on 5.x. > >=20 > > Revision Changes Path > > 1.6 +0 -6 ports/mbone/rqm/Makefile >=20 > FreshPorts is seeing this, not sure why yet: >=20 > [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME > "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional=20 > (${XFREE86_VERSION} =3D=3D 3) > "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional=20 > (exists(/usr/bin/perl5) && ${OSVERSION} >=3D 300000 && ${OSVERSION} < 5 > 00036) > etc.... >=20 > A quick test of another port doesn't raise that issue. You're running it on an old system? Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMulqWry0BWjoQKURAj8vAKDfoZ3E87J34u9Aq3NB3dwy4vjdpQCffNYR Xkouj4okJvy10SyVAIC1TEM= =yRhz -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:27:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A69316A4CE; Tue, 17 Feb 2004 20:27:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1F643D1D; Tue, 17 Feb 2004 20:27:36 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I4RaGe055194; Tue, 17 Feb 2004 20:27:36 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I4Raag055193; Tue, 17 Feb 2004 20:27:36 -0800 (PST) (envelope-from kris) Message-Id: <200402180427.i1I4Raag055193@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 20:27:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:27:36 -0000 kris 2004/02/17 20:27:36 PST FreeBSD ports repository Modified files: mbone/rqm Makefile Log: Correct error in previous commit Noticed by: Dan Langille Revision Changes Path 1.7 +1 -1 ports/mbone/rqm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:28:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD8E16A4CE; Tue, 17 Feb 2004 20:28:13 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F4F43D1F; Tue, 17 Feb 2004 20:28:13 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (997f9a061be85ca110a74dd5f67d49f6@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169])i1I4SBbF006494; Tue, 17 Feb 2004 20:28:12 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 53D3266D56; Tue, 17 Feb 2004 20:28:11 -0800 (PST) Date: Tue, 17 Feb 2004 20:28:11 -0800 From: Kris Kennaway To: Dan Langille Message-ID: <20040218042811.GB29974@xor.obsecurity.org> References: <200402180355.i1I3txiV048038@repoman.freebsd.org> <4032A20B.20562.40C1DBF1@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NMuMz9nt05w80d4+" Content-Disposition: inline In-Reply-To: <4032A20B.20562.40C1DBF1@localhost> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:28:13 -0000 --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 11:21:47PM -0500, Dan Langille wrote: > On 17 Feb 2004 at 19:55, Kris Kennaway wrote: >=20 > > kris 2004/02/17 19:55:59 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > mbone/rqm Makefile=20 > > Log: > > Remove BROKEN tag; this now compiles on 5.x. > >=20 > > Revision Changes Path > > 1.6 +0 -6 ports/mbone/rqm/Makefile >=20 > FreshPorts is seeing this, not sure why yet: >=20 > [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME > "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional=20 > (${XFREE86_VERSION} =3D=3D 3) > "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional=20 > (exists(/usr/bin/perl5) && ${OSVERSION} >=3D 300000 && ${OSVERSION} < 5 > 00036) > etc.... >=20 > A quick test of another port doesn't raise that issue. No, sorry, you're right. I guess I forgot to test that one before committing. Kris --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMunbWry0BWjoQKURAofuAKCJW2/Pd3MRUbu4KJlmtJ33WxA0DACg6vp0 7GBJdDEHvfXDA0HiW0AIx9M= =DGiI -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+-- From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:31:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4994316A4CE; Tue, 17 Feb 2004 20:31:21 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CBF843D2D; Tue, 17 Feb 2004 20:31:21 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 4E80C3D28; Tue, 17 Feb 2004 23:31:20 -0500 (EST) From: "Dan Langille" To: Kris Kennaway Date: Tue, 17 Feb 2004 23:31:20 -0500 MIME-Version: 1.0 Message-ID: <4032A448.20160.40CA9A29@localhost> Priority: normal In-reply-to: <20040218042619.GA29974@xor.obsecurity.org> References: <4032A20B.20562.40C1DBF1@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:31:21 -0000 On 17 Feb 2004 at 20:26, Kris Kennaway wrote: > On Tue, Feb 17, 2004 at 11:21:47PM -0500, Dan Langille wrote: > > On 17 Feb 2004 at 19:55, Kris Kennaway wrote: > > > > > kris 2004/02/17 19:55:59 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > mbone/rqm Makefile > > > Log: > > > Remove BROKEN tag; this now compiles on 5.x. > > > > > > Revision Changes Path > > > 1.6 +0 -6 ports/mbone/rqm/Makefile > > > > FreshPorts is seeing this, not sure why yet: > > > > [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME > > "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional > > (${XFREE86_VERSION} == 3) > > "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator > > "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional > > (exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < > > 5 00036) etc.... > > > > A quick test of another port doesn't raise that issue. > > You're running it on an old system? Does this provide the information needed? $ uname -a FreeBSD polo.example.org 4.9-STABLE FreeBSD 4.9-STABLE #5: Tue Nov 25 11:34:55 EST 2003 dan@polo.example.org:/usr/obj/usr /src/sys/POLO i386 $ head /usr/ports/Mk/bsd.port.mk #-*- mode: makefile; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD: ports/Mk/bsd.port.mk,v 1.484 2004/02/04 04:27:04 marcus Exp $ # $NetBSD: $ -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:33:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA47616A4CE; Tue, 17 Feb 2004 20:33:18 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC0343D1D; Tue, 17 Feb 2004 20:33:18 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 0E1753D28; Tue, 17 Feb 2004 23:33:14 -0500 (EST) From: "Dan Langille" To: Kris Kennaway Date: Tue, 17 Feb 2004 23:33:13 -0500 MIME-Version: 1.0 Message-ID: <4032A4B9.6961.40CC5665@localhost> Priority: normal In-reply-to: <20040218042619.GA29974@xor.obsecurity.org> References: <4032A20B.20562.40C1DBF1@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:33:19 -0000 CORRECTION, please see below. On 17 Feb 2004 at 20:26, Kris Kennaway wrote: > On Tue, Feb 17, 2004 at 11:21:47PM -0500, Dan Langille wrote: > > On 17 Feb 2004 at 19:55, Kris Kennaway wrote: > > > > > kris 2004/02/17 19:55:59 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > mbone/rqm Makefile > > > Log: > > > Remove BROKEN tag; this now compiles on 5.x. > > > > > > Revision Changes Path > > > 1.6 +0 -6 ports/mbone/rqm/Makefile > > > > FreshPorts is seeing this, not sure why yet: > > > > [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME > > "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional > > (${XFREE86_VERSION} == 3) > > "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator > > "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional > > (exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < > > 5 00036) etc.... > > > > A quick test of another port doesn't raise that issue. > > You're running it on an old system? Sorry, my previous output was run on the wrong box: Does this provide the information needed? $ uname -a FreeBSD nezlok.example.org 4.9-RC FreeBSD 4.9-RC #9: Mon Oct 13 08:58:03 PDT 2003 dan@nezlok.example.org:/usr/obj/usr/src /sys/NEZLOK i386 head /usr/ports/Mk/bsd.port.mk #-*- mode: makefile; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD: ports/Mk/bsd.port.mk,v 1.484 2004/02/04 04:27:04 marcus Exp $ # $NetBSD: $ -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:40:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8074516A4CE; Tue, 17 Feb 2004 20:40:29 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5216143D1F; Tue, 17 Feb 2004 20:40:29 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 93B603D28; Tue, 17 Feb 2004 23:40:28 -0500 (EST) From: "Dan Langille" To: Kris Kennaway Date: Tue, 17 Feb 2004 23:40:28 -0500 MIME-Version: 1.0 Message-ID: <4032A66C.31505.40D2F81B@localhost> Priority: normal In-reply-to: <20040218042811.GB29974@xor.obsecurity.org> References: <4032A20B.20562.40C1DBF1@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mbone/rqm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:40:29 -0000 On 17 Feb 2004 at 20:28, Kris Kennaway wrote: > On Tue, Feb 17, 2004 at 11:21:47PM -0500, Dan Langille wrote: > > On 17 Feb 2004 at 19:55, Kris Kennaway wrote: > > > > > kris 2004/02/17 19:55:59 PST > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > mbone/rqm Makefile > > > Log: > > > Remove BROKEN tag; this now compiles on 5.x. > > > > > > Revision Changes Path > > > 1.6 +0 -6 ports/mbone/rqm/Makefile > > > > FreshPorts is seeing this, not sure why yet: > > > > [dan@nezlok:/usr/home/dan/ports/mbone/rqm] $ make -V PORTNAME > > "/usr/ports/Mk/bsd.port.mk", line 1693: Malformed conditional > > (${XFREE86_VERSION} == 3) > > "/usr/ports/Mk/bsd.port.mk", line 1693: Need an operator > > "/usr/ports/Mk/bsd.port.mk", line 1753: Malformed conditional > > (exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < > > 5 00036) etc.... > > > > A quick test of another port doesn't raise that issue. > > No, sorry, you're right. I guess I forgot to test that one before > committing. BTW: FreshPorts would have told you about this error, instead of me, if you were registered at http://www.freshports.org/. Register using your FreeBSD email, and then click on the "Committer Opt-in" link. FWIW, we have 76 committers signed up. cheers -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:43:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8737A16A4CE; Tue, 17 Feb 2004 20:43:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A09543D1F; Tue, 17 Feb 2004 20:43:41 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I4hfGe059265; Tue, 17 Feb 2004 20:43:41 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I4hfnn059264; Tue, 17 Feb 2004 20:43:41 -0800 (PST) (envelope-from vanilla) Message-Id: <200402180443.i1I4hfnn059264@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 17 Feb 2004 20:43:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope-zwiki Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:43:41 -0000 vanilla 2004/02/17 20:43:41 PST FreeBSD ports repository Modified files: www/zope-zwiki Makefile Log: Assign maintainer bit to submitter. PR: ports/61265 Submitted by: x at vex dot net Revision Changes Path 1.7 +3 -3 ports/www/zope-zwiki/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:49:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B16116A4CE; Tue, 17 Feb 2004 20:49:58 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4C643D1F; Tue, 17 Feb 2004 20:49:58 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1I4nunJ036040; Tue, 17 Feb 2004 21:49:56 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 17 Feb 2004 21:49:54 -0700 (MST) Message-Id: <20040217.214954.70221117.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200402171605.22554.jhb@FreeBSD.org> References: <20040215.152553.55627525.imp@bsdimp.com> <200402160338.10575.wes@softweyr.com> <200402171605.22554.jhb@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: wes@softweyr.com cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ceri@submonkey.net cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:49:58 -0000 In message: <200402171605.22554.jhb@FreeBSD.org> John Baldwin writes: : > Funny, I've lived just about everywhere in the US (except Texas) and "a : > couple" has always meant two. "A few" would be 2 to 5, several would be 4 : > or 5 to maybe a dozen, etc., all the way up to "buttload" which is rougly : > "more than a man can carry." : > : > 2 or more seems to be what we really want here. A parenthetical "X : > floppies for i386 as of this writing" will help the reader to grasp the : > scale at some ill-specified point in time. : : Actually, 3 floppies are used for i386 and 4 for pc98 right now. If : bsdlabel(8) on Alpha is ever fixed so that it makes bootable images again, : then Alpha will use 3 floppies. A handful of floppies then. Or a Fistful Of Floppies. Nice ring to it... Warner From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:52:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4366D16A4DC; Tue, 17 Feb 2004 20:52:51 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A200043D2D; Tue, 17 Feb 2004 20:52:50 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1I4qknJ036078; Tue, 17 Feb 2004 21:52:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 17 Feb 2004 21:52:44 -0700 (MST) Message-Id: <20040217.215244.10296236.imp@bsdimp.com> To: mux@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040217075421.GF35475@elvis.mu.org> References: <20040216214602.GD35475@elvis.mu.org> <20040216.174604.89900183.imp@bsdimp.com> <20040217075421.GF35475@elvis.mu.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: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: phk@phk.freebsd.dk cc: rwatson@freebsd.org cc: des@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:52:51 -0000 In message: <20040217075421.GF35475@elvis.mu.org> Maxime Henrion writes: : M. Warner Losh wrote: : > In message: <20040216214602.GD35475@elvis.mu.org> : > Maxime Henrion writes: : > : > How would that be different than M_NOWAIT and then trying again a : > : > couple of times? Each time will fail if it is too big. And that's : > : > not meaningfully distinguishable from there not being enough memory : > : > currently available to satisfy the request. : > : : > : Because if there is a memory shortage but it's possible to get the : > : requested amount of memory later (because it's smaller than kmem_map), : > : M_WAITOK | M_SAFE won't fail but wait while M_NOWAIT will fail right : > : away. Why trying again when we already have a flag for this? What this : > : patch does is allow to call malloc(verybignumber) without crashing to : > : help in cases where it's hard to define what's a reasonable size. : > : > It seems of dubious value then. If someone is going to call malloc : > with a verybignumber by mistake, they are just as likely to neglect to : > put M_SAFE in place. : : Yes, but at least with M_SAFE there is a proper way to handle this : without enforcing artificial limits... There's no way to make this work : without the author of the code doing something about it, otherwise we'll : end up changing the M_WAITOK semantics. And we badly don't want to do : that -- which is why this thread started. Ummm, I still don't see what it buys you over M_NOWAIT. You are going to do something when it fails. And there's really no good argument for malloc(bignum) in the kernel. People that do that will be better served by using some other interface to the kernel. Warner From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:53:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 692A216A4CE; Tue, 17 Feb 2004 20:53:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D30043D39; Tue, 17 Feb 2004 20:53:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I4ruGe067118; Tue, 17 Feb 2004 20:53:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I4ruHX067117; Tue, 17 Feb 2004 20:53:56 -0800 (PST) (envelope-from marcus) Message-Id: <200402180453.i1I4ruHX067117@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 20:53:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:53:56 -0000 marcus 2004/02/17 20:53:56 PST FreeBSD ports repository Modified files: www/mozilla-gtk1 Makefile Log: This port need to zero out PORTREVISION and PORTEPOCH. Revision Changes Path 1.15 +2 -0 ports/www/mozilla-gtk1/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 20:54:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D26916A4CE; Tue, 17 Feb 2004 20:54:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B9F43D1D; Tue, 17 Feb 2004 20:54:27 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I4sRGe067154; Tue, 17 Feb 2004 20:54:27 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I4sRAq067153; Tue, 17 Feb 2004 20:54:27 -0800 (PST) (envelope-from marcus) Message-Id: <200402180454.i1I4sRAq067153@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 20:54:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-devel-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 04:54:27 -0000 marcus 2004/02/17 20:54:27 PST FreeBSD ports repository Modified files: www/mozilla-devel-gtk1 Makefile Log: This port needs to zero out PORTREVISION and PORTEPOCH. Revision Changes Path 1.17 +2 -0 ports/www/mozilla-devel-gtk1/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:18:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC8BD16A4CE; Tue, 17 Feb 2004 21:18:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A024543D31; Tue, 17 Feb 2004 21:18:27 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I5IRGe072448; Tue, 17 Feb 2004 21:18:27 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I5IRb3072447; Tue, 17 Feb 2004 21:18:27 -0800 (PST) (envelope-from cperciva) Message-Id: <200402180518.i1I5IRb3072447@repoman.freebsd.org> From: Colin Percival Date: Tue, 17 Feb 2004 21:18:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:18:27 -0000 cperciva 2004/02/17 21:18:27 PST FreeBSD src repository Modified files: games/fortune/datfiles freebsd-tips Log: Fix misspellings in the freebsd-tips fortunes. The same PR has a patch to mention portupgrade in freebsd-tips as well; I'm not sure if that belongs here, so I'll leave it for someone else. PR: misc/37073 Submitted by: Sean Chittenden Approved by: rwatson (mentor) Revision Changes Path 1.33 +4 -4 src/games/fortune/datfiles/freebsd-tips From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:20:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B5E16A4CE; Tue, 17 Feb 2004 21:20:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18FBF43D1D; Tue, 17 Feb 2004 21:20:32 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I5KVGe072644; Tue, 17 Feb 2004 21:20:31 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I5KV7D072643; Tue, 17 Feb 2004 21:20:31 -0800 (PST) (envelope-from wes) Message-Id: <200402180520.i1I5KV7D072643@repoman.freebsd.org> From: Wes Peters Date: Tue, 17 Feb 2004 21:20:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:20:32 -0000 wes 2004/02/17 21:20:31 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Mention that kernel environment variables may be configured in /boot/loader.conf. Make the description flow a bit better. Complaints by: Nate Lawson Revision Changes Path 1.28 +8 -2 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:20:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C84D616A4CE; Tue, 17 Feb 2004 21:20:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7957A43D1F; Tue, 17 Feb 2004 21:20:54 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I5KsGe072689; Tue, 17 Feb 2004 21:20:54 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I5KsYS072688; Tue, 17 Feb 2004 21:20:54 -0800 (PST) (envelope-from cperciva) Message-Id: <200402180520.i1I5KsYS072688@repoman.freebsd.org> From: Colin Percival Date: Tue, 17 Feb 2004 21:20:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:20:54 -0000 cperciva 2004/02/17 21:20:54 PST FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Don't ignore errors from vfs_allocate_syncvnode. PR: kern/18503 Submitted by: Anatoly Vorobey Approved by: rwatson (mentor) Revision Changes Path 1.119 +1 -1 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:23:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B588B16A4CE; Tue, 17 Feb 2004 21:23:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EDC43D1F; Tue, 17 Feb 2004 21:23:09 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I5N9Ge074444; Tue, 17 Feb 2004 21:23:09 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I5N9il074443; Tue, 17 Feb 2004 21:23:09 -0800 (PST) (envelope-from cperciva) Message-Id: <200402180523.i1I5N9il074443@repoman.freebsd.org> From: Colin Percival Date: Tue, 17 Feb 2004 21:23:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/numericdef it_IT.ISO8859-1.src X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:23:09 -0000 cperciva 2004/02/17 21:23:09 PST FreeBSD src repository Modified files: share/numericdef it_IT.ISO8859-1.src Log: Use correct thousands separator for the Italian locale. PR: misc/54477 Submitted by: Nicola Vitale Approved by: rwatson (mentor) Confirmed by: #freebsd, Google Revision Changes Path 1.2 +1 -1 src/share/numericdef/it_IT.ISO8859-1.src From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:23:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B90916A4CE; Tue, 17 Feb 2004 21:23:56 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 183F543D1D; Tue, 17 Feb 2004 21:23:56 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1I5Lwwn042754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Feb 2004 21:21:58 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1I5Lvij042690; Tue, 17 Feb 2004 21:21:57 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Tue, 17 Feb 2004 21:21:57 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402180349.i1I3nFYP045539@repoman.freebsd.org> Message-ID: <20040217212123.V94724@randomservers> References: <200402180349.i1I3nFYP045539@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: KATO Tsuguru cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/games/vamos Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:23:57 -0000 On Tue, 17 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/17 19:49:15 PST -> -> FreeBSD ports repository -> -> Modified files: -> games/vamos Makefile -> Log: -> This port now seems to compile on 5.x So this takes care of PR ports/62639 ? -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Tue Feb 17 21:40:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4ED16A4CE; Tue, 17 Feb 2004 21:40:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09D143D1F; Tue, 17 Feb 2004 21:40:15 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I5eFGe076820; Tue, 17 Feb 2004 21:40:15 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I5eFHr076818; Tue, 17 Feb 2004 21:40:15 -0800 (PST) (envelope-from rwatson) Message-Id: <200402180540.i1I5eFHr076818@repoman.freebsd.org> From: Robert Watson Date: Tue, 17 Feb 2004 21:40:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/setfmac setfmac.8 setfmac.c setfsmac.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 05:40:15 -0000 rwatson 2004/02/17 21:40:15 PST FreeBSD src repository Modified files: usr.sbin/setfmac setfmac.8 setfmac.c setfsmac.8 Log: Add "-q" argument to setfmac and setfsmac to allow the patient but exhausted reader not to see non-fatal warnings. Revision Changes Path 1.10 +5 -3 src/usr.sbin/setfmac/setfmac.8 1.7 +17 -7 src/usr.sbin/setfmac/setfmac.c 1.4 +5 -3 src/usr.sbin/setfmac/setfsmac.8 From owner-cvs-all@FreeBSD.ORG Tue Feb 17 22:19:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426A616A4CE; Tue, 17 Feb 2004 22:19:12 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C772E43D2F; Tue, 17 Feb 2004 22:19:11 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1I6JAnJ037581; Tue, 17 Feb 2004 23:19:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 17 Feb 2004 23:19:00 -0700 (MST) Message-Id: <20040217.231900.44155669.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040217125043.N30568@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: wes@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 06:19:12 -0000 In message: <20040217125043.N30568@root.org> Nate Lawson writes: : Please don't recommend they put the hint in device.hints. That file is : regenerated as part of the upgrade process. It should go in : /boot/loader.conf, which is already cross-referenced by the manpage. Yes. There's /boot/loader.conf and even /boot/loader.conf.local, that can be used for this. I tend to put the hintish things in one and the loading driverish things in the other. Warner From owner-cvs-all@FreeBSD.ORG Tue Feb 17 22:20:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC01316A4CE; Tue, 17 Feb 2004 22:20:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01DD43D1D; Tue, 17 Feb 2004 22:20:50 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I6KoGe086104; Tue, 17 Feb 2004 22:20:50 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I6KoMv086103; Tue, 17 Feb 2004 22:20:50 -0800 (PST) (envelope-from scottl) Message-Id: <200402180620.i1I6KoMv086103@repoman.freebsd.org> From: Scott Long Date: Tue, 17 Feb 2004 22:20:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/aac aacvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 06:20:51 -0000 scottl 2004/02/17 22:20:50 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/aac aacvar.h Log: Reduce AAC_MAX_FIBS a little so that we don't exhaust the queue. This is a workaround for the lost command problem in RELENG_5_2. Approved by: re (implicit) Revision Changes Path 1.36.2.1 +1 -1 src/sys/dev/aac/aacvar.h From owner-cvs-all@FreeBSD.ORG Tue Feb 17 22:34:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34C716A4CE; Tue, 17 Feb 2004 22:34:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE43A43D1F; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I6YGGe089945; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I6YG83089944; Tue, 17 Feb 2004 22:34:16 -0800 (PST) (envelope-from linimon) Message-Id: <200402180634.i1I6YG83089944@repoman.freebsd.org> From: Mark Linimon Date: Tue, 17 Feb 2004 22:34:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ganglia-webfrontend Makefile distinfo pkg-message pkg-plist ports/sysutils/ganglia-webfrontend/files patch-conf.php pkg-opts X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 06:34:16 -0000 linimon 2004/02/17 22:34:16 PST FreeBSD ports repository Modified files: sysutils/ganglia-webfrontend Makefile distinfo pkg-plist sysutils/ganglia-webfrontend/files patch-conf.php pkg-opts Added files: sysutils/ganglia-webfrontend pkg-message Log: Update to 2.5.5 (no major changes from 2.5.4). Major changes to the port infrastructure: - Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR (defaults to www/ganglia). - Install files under ${PREFIX}/${WEBFRONTDIR}. - Since the files are no longer installed in the document root, add a pkg-message with a suggest addition to Apache's httpd.conf. - Use USE_PHP and WANT_PHP_MOD. - Add a note about installing PHP with GD support at done in mail/nocc. - Remove conf.php only if it is identical to conf.php.sample as done in mail/nocc. - Sizify. - Don't install the empty addons directory since packages won't contain it. PR: ports/62802 Submitted by: Brooks Davis (maintainer) Revision Changes Path 1.3 +26 -8 ports/sysutils/ganglia-webfrontend/Makefile 1.3 +2 -1 ports/sysutils/ganglia-webfrontend/distinfo 1.3 +11 -2 ports/sysutils/ganglia-webfrontend/files/patch-conf.php 1.2 +3 -9 ports/sysutils/ganglia-webfrontend/files/pkg-opts 1.1 +18 -0 ports/sysutils/ganglia-webfrontend/pkg-message (new) 1.3 +3 -4 ports/sysutils/ganglia-webfrontend/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:12:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D1F16A4CE; Tue, 17 Feb 2004 23:12:29 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BC343D1F; Tue, 17 Feb 2004 23:12:29 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id E18AA5309; Wed, 18 Feb 2004 08:12:27 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 503F35308; Wed, 18 Feb 2004 08:12:21 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D442033C6F; Wed, 18 Feb 2004 08:12:20 +0100 (CET) To: Nate Lawson References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <20040217215309.GA31288@dragon.nuxi.com> <20040217143034.B31176@root.org> <20040217230348.GB31288@dragon.nuxi.com> <4032AB2D.60008@acm.org> <20040217160751.Q31680@root.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 18 Feb 2004 08:12:20 +0100 In-Reply-To: <20040217160751.Q31680@root.org> (Nate Lawson's message of "Tue, 17 Feb 2004 16:15:30 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: wes@freebsd.org cc: cvs-all@FreeBSD.org cc: Tim Kientzle Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:12:29 -0000 Nate Lawson writes: > If David chooses to put his custom values in device.hints, he can hand > merge his changes in whenever he updates (for example, when a new driver > is imported that needs hints and GENERIC.hints is updated). If 'make distribution' installs GENERIC.hints as /boot/device.hints, mergemaster will take care of the rest. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:14:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCE516A4CE; Tue, 17 Feb 2004 23:14:16 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA4243D1D; Tue, 17 Feb 2004 23:14:16 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 4C93B5309; Wed, 18 Feb 2004 08:14:15 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id ED7A95308; Wed, 18 Feb 2004 08:14:08 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9374033C6F; Wed, 18 Feb 2004 08:14:08 +0100 (CET) To: Andrey Chernov References: <200402170322.i1H3MZhf074789@repoman.freebsd.org> <20040217223751.GA33586@dragon.nuxi.com> <20040218013759.GA16382@nagual.pp.ru> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 18 Feb 2004 08:14:08 +0100 In-Reply-To: <20040218013759.GA16382@nagual.pp.ru> (Andrey Chernov's message of "Wed, 18 Feb 2004 04:37:59 +0300") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: s X-Spam-Status: No, hits=1.3 required=5.0 tests=AWL,OPT_HEADER,SUBJ_FREE_CAP autolearn=no version=2.63 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: David O'Brien Subject: Re: cvs commit: src/contrib/gcc FREEBSD-Xlist FREEBSD-deletelist getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:14:16 -0000 Andrey Chernov writes: > Hmm. Seeeng FREEBSD-deletelist and FREEBSD-Xlist I find that we _do_ > remove unused files in contrib [...] No. FREEBSD-Xlist lists files that are deleted *before the import*. If you really *must* delete those files and add them to FREEBSD-Xlist, you must delete them on the vendor branch and not in HEAD. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:16:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 952E216A4CE; Tue, 17 Feb 2004 23:16:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D1D43D1D; Tue, 17 Feb 2004 23:16:35 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7GZGe099286; Tue, 17 Feb 2004 23:16:35 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7GZSo099285; Tue, 17 Feb 2004 23:16:35 -0800 (PST) (envelope-from andy) Message-Id: <200402180716.i1I7GZSo099285@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:16:35 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/gnome/docs develfaq.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:16:35 -0000 andy 2004/02/17 23:16:35 PST FreeBSD doc repository Modified files: ru/gnome/docs develfaq.sgml Log: MFen 1.9 Revision Changes Path 1.2 +2 -11 www/ru/gnome/docs/develfaq.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:17:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5116A4CE; Tue, 17 Feb 2004 23:17:25 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A64043D1F; Tue, 17 Feb 2004 23:17:25 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 130C55309; Wed, 18 Feb 2004 08:17:24 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id AD3D95308; Wed, 18 Feb 2004 08:17:14 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 56BFF33C6F; Wed, 18 Feb 2004 08:17:14 +0100 (CET) To: Bruce Evans References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 18 Feb 2004 08:17:14 +0100 In-Reply-To: <20040218093149.A19121@gamplex.bde.org> (Bruce Evans's message of "Wed, 18 Feb 2004 09:43:16 +1100 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:17:25 -0000 Bruce Evans writes: > [...] I'm not completely happy with the results of this at any > level, especially at the source level. It requires and ugly syntax > (another layer of parentheses around the message) [...] We can get rid of the parentheses with varadic macros. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:26:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585C416A4CE; Tue, 17 Feb 2004 23:26:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4BC43D46; Tue, 17 Feb 2004 23:26:38 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7QcGe001486; Tue, 17 Feb 2004 23:26:38 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7QcuR001485; Tue, 17 Feb 2004 23:26:38 -0800 (PST) (envelope-from andy) Message-Id: <200402180726.i1I7QcuR001485@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:26:37 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/news/2001 news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:26:38 -0000 andy 2004/02/17 23:26:37 PST FreeBSD doc repository Modified files: ru/news/2001 news.xml Log: Whitespace sync. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.6 +2 -2 www/ru/news/2001/news.xml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:28:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E1316A4CE; Tue, 17 Feb 2004 23:28:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095443D1F; Tue, 17 Feb 2004 23:28:24 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7SOGe001562; Tue, 17 Feb 2004 23:28:24 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7SOiu001561; Tue, 17 Feb 2004 23:28:24 -0800 (PST) (envelope-from andy) Message-Id: <200402180728.i1I7SOiu001561@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:28:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/platforms alpha.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:28:25 -0000 andy 2004/02/17 23:28:24 PST FreeBSD doc repository Modified files: ru/platforms alpha.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +2 -2 www/ru/platforms/alpha.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:30:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57E8816A4CE; Tue, 17 Feb 2004 23:30:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C69143D1F; Tue, 17 Feb 2004 23:30:32 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7UWGe001724; Tue, 17 Feb 2004 23:30:32 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7UVaJ001723; Tue, 17 Feb 2004 23:30:31 -0800 (PST) (envelope-from andy) Message-Id: <200402180730.i1I7UVaJ001723@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:30:31 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru features.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:30:32 -0000 andy 2004/02/17 23:30:31 PST FreeBSD doc repository Modified files: ru features.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +2 -1 www/ru/features.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:30:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B22E16A4CE; Tue, 17 Feb 2004 23:30:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E60A43D3F; Tue, 17 Feb 2004 23:30:39 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7UcGe001800; Tue, 17 Feb 2004 23:30:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7UcVV001799; Tue, 17 Feb 2004 23:30:38 -0800 (PST) (envelope-from marcus) Message-Id: <200402180730.i1I7UcVV001799@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 17 Feb 2004 23:30:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxslt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:30:39 -0000 marcus 2004/02/17 23:30:38 PST FreeBSD ports repository Modified files: textproc/libxslt Makefile distinfo Log: Update to 1.1.3. Revision Changes Path 1.56 +1 -2 ports/textproc/libxslt/Makefile 1.41 +2 -1 ports/textproc/libxslt/distinfo From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:31:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C6F16A4CE; Tue, 17 Feb 2004 23:31:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1925143D1F; Tue, 17 Feb 2004 23:31:48 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7VlGe002971; Tue, 17 Feb 2004 23:31:47 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7VlUX002967; Tue, 17 Feb 2004 23:31:47 -0800 (PST) (envelope-from andy) Message-Id: <200402180731.i1I7VlUX002967@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:31:47 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru internet.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:31:48 -0000 andy 2004/02/17 23:31:47 PST FreeBSD doc repository Modified files: ru internet.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +2 -1 www/ru/internet.sgml From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:36:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA12516A4CE; Tue, 17 Feb 2004 23:36:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBF443D45; Tue, 17 Feb 2004 23:36:11 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7aBGe003726; Tue, 17 Feb 2004 23:36:11 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7aBt1003725; Tue, 17 Feb 2004 23:36:11 -0800 (PST) (envelope-from andy) Message-Id: <200402180736.i1I7aBt1003725@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:36:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/fbsd-from-scratch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:36:11 -0000 andy 2004/02/17 23:36:11 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/articles/fbsd-from-scratch Makefile Log: Initial import, synchronized with English 1.5 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.1 +40 -0 doc/ru_RU.KOI8-R/articles/fbsd-from-scratch/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:37:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A2C616A4CF; Tue, 17 Feb 2004 23:37:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2BAA43D3F; Tue, 17 Feb 2004 23:37:03 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7b3Ge003771; Tue, 17 Feb 2004 23:37:03 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7b393003770; Tue, 17 Feb 2004 23:37:03 -0800 (PST) (envelope-from andy) Message-Id: <200402180737.i1I7b393003770@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:37:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/fbsd-from-scratch article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:37:04 -0000 andy 2004/02/17 23:37:03 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/articles/fbsd-from-scratch article.sgml Log: Initial import, synchronized with English 1.5 Revision Changes Path 1.1 +662 -0 doc/ru_RU.KOI8-R/articles/fbsd-from-scratch/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:38:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543C716A4CE; Tue, 17 Feb 2004 23:38:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C4143D39; Tue, 17 Feb 2004 23:38:00 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I7bxGe003807; Tue, 17 Feb 2004 23:38:00 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I7bxdH003806; Tue, 17 Feb 2004 23:37:59 -0800 (PST) (envelope-from andy) Message-Id: <200402180737.i1I7bxdH003806@repoman.freebsd.org> From: Andrey Zakhvatov Date: Tue, 17 Feb 2004 23:37:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:38:00 -0000 andy 2004/02/17 23:37:59 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles Makefile Log: Build fbsd-from-scratch/ Revision Changes Path 1.9 +1 -1 doc/ru_RU.KOI8-R/articles/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 23:43:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDA616A4D0 for ; Tue, 17 Feb 2004 23:43:12 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 63A7543D48 for ; Tue, 17 Feb 2004 23:43:12 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 33334 invoked by uid 1000); 18 Feb 2004 07:43:14 -0000 Date: Tue, 17 Feb 2004 23:43:14 -0800 (PST) From: Nate Lawson To: Wes Peters In-Reply-To: <20040218052034.2756616A549@hub.freebsd.org> Message-ID: <20040217234224.Q33320@root.org> References: <20040218052034.2756616A549@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 07:43:12 -0000 On Tue, 17 Feb 2004, Wes Peters wrote: > wes 2004/02/17 21:20:31 PST > > FreeBSD src repository > > Modified files: > share/man/man4 acpi.4 > Log: > Mention that kernel environment variables may be configured in > /boot/loader.conf. Make the description flow a bit better. > > Complaints by: Nate Lawson > > Revision Changes Path > 1.28 +8 -2 src/share/man/man4/acpi.4 Thanks, good enough. -Nate From owner-cvs-all@FreeBSD.ORG Wed Feb 18 00:30:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54FC16A4CF; Wed, 18 Feb 2004 00:30:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35E943D2D; Wed, 18 Feb 2004 00:30:08 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I8U8Ge015353; Wed, 18 Feb 2004 00:30:08 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I8U87p015352; Wed, 18 Feb 2004 00:30:08 -0800 (PST) (envelope-from maxim) Message-Id: <200402180830.i1I8U87p015352@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 18 Feb 2004 00:30:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.4 wi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 08:30:08 -0000 maxim 2004/02/18 00:30:08 PST FreeBSD src repository Modified files: share/man/man4 ath.4 wi.4 Log: o Fix a bridge example: sysctl net.inet.ip.forwarding=1 is needless, bridge(4) is working on a level below. Suggest sysctl net.inet.ip.check_interface=0 instead. MFC after: 2 weeks Revision Changes Path 1.16 +1 -1 src/share/man/man4/ath.4 1.59 +1 -1 src/share/man/man4/wi.4 From owner-cvs-all@FreeBSD.ORG Wed Feb 18 00:48:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B793216A4CE; Wed, 18 Feb 2004 00:48:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A1843D1F; Wed, 18 Feb 2004 00:48:00 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I8m0Ge025248; Wed, 18 Feb 2004 00:48:00 -0800 (PST) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I8m06d025247; Wed, 18 Feb 2004 00:48:00 -0800 (PST) (envelope-from sheldonh) Message-Id: <200402180848.i1I8m06d025247@repoman.freebsd.org> From: Sheldon Hearn Date: Wed, 18 Feb 2004 00:48:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 08:48:00 -0000 sheldonh 2004/02/18 00:48:00 PST FreeBSD ports repository Modified files: mail/exim Makefile Log: Enabled passwd lookups by default; while the world is moving away from real users for mail, there are still plenty of mail servers that use real users, and the lookup costs 292 bytes in the executable. The feature can be disabled with WITHOUT_PASSWD. Bump PORTREVISION accordingly. Revision Changes Path 1.169 +9 -3 ports/mail/exim/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 00:50:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A13EC16A4CF; Wed, 18 Feb 2004 00:50:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847E243D2D; Wed, 18 Feb 2004 00:50:35 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I8oZGe025471; Wed, 18 Feb 2004 00:50:35 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I8oZHH025469; Wed, 18 Feb 2004 00:50:35 -0800 (PST) (envelope-from demon) Message-Id: <200402180850.i1I8oZHH025469@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 18 Feb 2004 00:50:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/slash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 08:50:36 -0000 peter 2004/02/18 00:50:34 PST FreeBSD ports repository Modified files: www/slash Makefile Log: Correct dependencies. Submitted by: maintainer Revision Changes Path 1.9 +4 -1 ports/www/slash/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:17:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE1D16A4CE; Wed, 18 Feb 2004 01:17:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E8AC43D1D; Wed, 18 Feb 2004 01:17:05 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I9H5Ge032456; Wed, 18 Feb 2004 01:17:05 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I9H4UO032455; Wed, 18 Feb 2004 01:17:04 -0800 (PST) (envelope-from leeym) Message-Id: <200402180917.i1I9H4UO032455@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 18 Feb 2004 01:17:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailmgr Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:17:05 -0000 leeym 2004/02/18 01:17:04 PST FreeBSD ports repository Modified files: mail/mailmgr Makefile pkg-plist Log: - install this port correctly. - minor cleanups. PR: 62912 Submitted by: Hsin-Hsiung Chang Reviewed by: Hsin-Hsiung Chang Revision Changes Path 1.3 +7 -3 ports/mail/mailmgr/Makefile 1.2 +3 -1 ports/mail/mailmgr/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:19:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B884416A4CF; Wed, 18 Feb 2004 01:19:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC4143D2F; Wed, 18 Feb 2004 01:19:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I9JrGe032523; Wed, 18 Feb 2004 01:19:53 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I9JrvH032522; Wed, 18 Feb 2004 01:19:53 -0800 (PST) (envelope-from pav) Message-Id: <200402180919.i1I9JrvH032522@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 18 Feb 2004 01:19:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/conglomerate Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:19:53 -0000 pav 2004/02/18 01:19:53 PST FreeBSD ports repository Modified files: editors/conglomerate Makefile distinfo pkg-plist Log: - Update to 0.7.12 Revision Changes Path 1.16 +1 -2 ports/editors/conglomerate/Makefile 1.12 +2 -2 ports/editors/conglomerate/distinfo 1.11 +3 -0 ports/editors/conglomerate/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:20:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC5FD16A4D7; Wed, 18 Feb 2004 01:20:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10C143D1D; Wed, 18 Feb 2004 01:20:44 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I9KiGe032697; Wed, 18 Feb 2004 01:20:44 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I9KiJB032696; Wed, 18 Feb 2004 01:20:44 -0800 (PST) (envelope-from pav) Message-Id: <200402180920.i1I9KiJB032696@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 18 Feb 2004 01:20:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/conglomerate/files patch-src-cong-editor-node-element-span.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:20:45 -0000 pav 2004/02/18 01:20:44 PST FreeBSD ports repository Added files: editors/conglomerate/files patch-src-cong-editor-node-element-span.c Log: - Update to 0.7.12 Revision Changes Path 1.1 +14 -0 ports/editors/conglomerate/files/patch-src-cong-editor-node-element-span.c (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:36:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29A916A4CE; Wed, 18 Feb 2004 01:36:11 -0800 (PST) Received: from www.russia.cz (mail.russia.cz [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8D843D1F; Wed, 18 Feb 2004 01:36:11 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1I9a3Vt015668; Wed, 18 Feb 2004 10:36:04 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <403331FF.7040108@portaone.com> Date: Wed, 18 Feb 2004 11:35:59 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Andrey Chernov References: <200402170120.i1H1KfhO044836@repoman.freebsd.org> <20040217224040.GB33586@dragon.nuxi.com> <20040218013952.GB16382@nagual.pp.ru> <20040218041112.GA18429@nagual.pp.ru> In-Reply-To: <20040218041112.GA18429@nagual.pp.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: David O'Brien Subject: Re: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:36:12 -0000 Andrey Chernov wrote: > On Wed, Feb 18, 2004 at 04:39:53AM +0300, Andrey Chernov wrote: > >>1) There is no FREEBSD-* you mention there, so I assume importer keep all >>in mind. > > > To be exact, I mean, there is some files already removed, but no > FREEBSD-Xlist > You may be surprised, but all our GNU soft is imported trimmed, more or > less. Huh, what do you mean "no FREEBSD-Xlist"? What is that if not FREEBSD-Xlist???? http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/tar/FREEBSD-Xlist -Maxim From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:41:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3126916A4CF; Wed, 18 Feb 2004 01:41:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F7D43D1D; Wed, 18 Feb 2004 01:41:42 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I9ffGe037902; Wed, 18 Feb 2004 01:41:41 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I9ffWv037900; Wed, 18 Feb 2004 01:41:41 -0800 (PST) (envelope-from gerald) Message-Id: <200402180941.i1I9ffWv037900@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 18 Feb 2004 01:41:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc32 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:41:42 -0000 gerald 2004/02/18 01:41:41 PST FreeBSD ports repository Modified files: lang/gcc32 Makefile Log: Mark broken on amd64 (which used to be called x86_64). Revision Changes Path 1.164 +4 -0 ports/lang/gcc32/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 01:43:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61A116A4CE; Wed, 18 Feb 2004 01:43:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E8C43D48; Wed, 18 Feb 2004 01:43:30 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I9hUGe038655; Wed, 18 Feb 2004 01:43:30 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I9hUFJ038654; Wed, 18 Feb 2004 01:43:30 -0800 (PST) (envelope-from gerald) Message-Id: <200402180943.i1I9hUFJ038654@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 18 Feb 2004 01:43:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc33 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 09:43:30 -0000 gerald 2004/02/18 01:43:30 PST FreeBSD ports repository Modified files: lang/gcc33 Makefile Log: Mark broken on amd64 (which used to be called x86_64). Revision Changes Path 1.177 +4 -0 ports/lang/gcc33/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:04:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80CF16A4CE; Wed, 18 Feb 2004 02:04:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDE043D1D; Wed, 18 Feb 2004 02:04:48 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IA4mGe043844; Wed, 18 Feb 2004 02:04:48 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IA4mwh043843; Wed, 18 Feb 2004 02:04:48 -0800 (PST) (envelope-from pav) Message-Id: <200402181004.i1IA4mwh043843@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 18 Feb 2004 02:04:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/gnugadu2 Makefileports/polish/gnugadu2/files patch-src::plugins::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:04:49 -0000 pav 2004/02/18 02:04:48 PST FreeBSD ports repository Modified files: polish/gnugadu2 Makefile Added files: polish/gnugadu2/files patch-src::plugins::Makefile.in Log: - Fix Makefile logic: enter src/plugins/sound subdir when external sound plugin only is enabled in configure script. - This fixes packing on Bento. - Patch submitted to authors. Revision Changes Path 1.16 +0 -4 ports/polish/gnugadu2/Makefile 1.1 +11 -0 ports/polish/gnugadu2/files/patch-src::plugins::Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:10:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DF816A4CE; Wed, 18 Feb 2004 02:10:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB66743D1D; Wed, 18 Feb 2004 02:10:55 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IAAtGe044254; Wed, 18 Feb 2004 02:10:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IAAth8044253; Wed, 18 Feb 2004 02:10:55 -0800 (PST) (envelope-from krion) Message-Id: <200402181010.i1IAAth8044253@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 02:10:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/ng_netflow Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:10:55 -0000 krion 2004/02/18 02:10:55 PST FreeBSD ports repository Modified files: net Makefile Added files: net/ng_netflow Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add ng_netflow 0.2.1, The ng_netflow node implements Cisco's Netflow (c) version 5 protocol on router running FreeBSD. ng_netflow listens for incoming traffic and identifies unique flows in it. Flows are distinguished by endpoint IP addresses, TCP/UDP port numbers and ToS. Expired flows are exported out of the node. All operation is done in kernel: both traffic capturing and export datagram generation. Exported data contaion almost all Netflow version 5 fields, except of AS numbers. PR: ports/62982 Submitted by: Gleb Smirnoff Revision Changes Path 1.1223 +1 -0 ports/net/Makefile 1.1 +37 -0 ports/net/ng_netflow/Makefile (new) 1.1 +2 -0 ports/net/ng_netflow/distinfo (new) 1.1 +14 -0 ports/net/ng_netflow/pkg-descr (new) 1.1 +6 -0 ports/net/ng_netflow/pkg-message (new) 1.1 +4 -0 ports/net/ng_netflow/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:11:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796CB16A4CE; Wed, 18 Feb 2004 02:11:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB5C43D2F; Wed, 18 Feb 2004 02:11:08 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IAB8Ge044303; Wed, 18 Feb 2004 02:11:08 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IAB8bB044302; Wed, 18 Feb 2004 02:11:08 -0800 (PST) (envelope-from krion) Message-Id: <200402181011.i1IAB8bB044302@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 02:11:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:11:08 -0000 krion 2004/02/18 02:11:08 PST FreeBSD ports repository Modified files: . modules Log: ng_netflow --> ports/net/ng_netflow Revision Changes Path 1.9418 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:19:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667F416A4CE; Wed, 18 Feb 2004 02:19:47 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C354B43D2F; Wed, 18 Feb 2004 02:19:44 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i1IAKemt056431; Wed, 18 Feb 2004 12:20:40 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i1IAKdvQ056426; Wed, 18 Feb 2004 12:20:39 +0200 (EET) (envelope-from ru) Date: Wed, 18 Feb 2004 12:20:39 +0200 From: Ruslan Ermilov To: "Andrey A. Chernov" Message-ID: <20040218102039.GE54588@FreeBSD.org.ua> References: <200402162223.i1GMNY4w064867@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DiL7RhKs8rK9YGuF" Content-Disposition: inline In-Reply-To: <200402162223.i1GMNY4w064867@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:19:47 -0000 --DiL7RhKs8rK9YGuF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 02:23:34PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 14:23:34 PST >=20 > FreeBSD src repository >=20 > Modified files: > etc/mtree BSD.include.dist=20 > Log: > Add "gnu" to the list of subdirs > =20 > Revision Changes Path > 1.79 +2 -0 src/etc/mtree/BSD.include.dist >=20 Please update the hier(7) manpage, as requested in the README file. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --DiL7RhKs8rK9YGuF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMzx3Ukv4P6juNwoRAqcPAJwJfBqqPhQgOpHq6GyklebnWJzctwCeMSiZ bgKxf/vxIvaxnJo5wJuXGNI= =nO+L -----END PGP SIGNATURE----- --DiL7RhKs8rK9YGuF-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:32:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A8B16A4CE; Wed, 18 Feb 2004 02:32:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032D343D2D; Wed, 18 Feb 2004 02:32:20 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IAWJGe050203; Wed, 18 Feb 2004 02:32:19 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IAWJTL050202; Wed, 18 Feb 2004 02:32:19 -0800 (PST) (envelope-from krion) Message-Id: <200402181032.i1IAWJTL050202@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 02:32:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/lincvs Makefile distinfo pkg-descr pkg-plist ports/devel/lincvs/files patch-lincvs.cpp patch-main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:32:20 -0000 krion 2004/02/18 02:32:19 PST FreeBSD ports repository Modified files: devel/lincvs Makefile distinfo pkg-descr pkg-plist Added files: devel/lincvs/files patch-lincvs.cpp patch-main.cpp Log: - Update to version 1.3.0: * take maintainership (approved by jedgar@freebsd.org) * make portlint happy * add missing BUILD_DEPENDS on qmake (and unbreak) * utilize NOPORTDOCS * install translations and add patches to make use of them * sizify PR: ports/62972 Submitted by: Markus Brueffer Approved by: jedgar Revision Changes Path 1.11 +20 -11 ports/devel/lincvs/Makefile 1.5 +2 -1 ports/devel/lincvs/distinfo 1.1 +13 -0 ports/devel/lincvs/files/patch-lincvs.cpp (new) 1.1 +11 -0 ports/devel/lincvs/files/patch-main.cpp (new) 1.4 +0 -3 ports/devel/lincvs/pkg-descr 1.5 +43 -20 ports/devel/lincvs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:33:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90BA316A4CE; Wed, 18 Feb 2004 02:33:15 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5BA43D1D; Wed, 18 Feb 2004 02:33:15 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 78E922E; Wed, 18 Feb 2004 11:33:14 +0100 (CET) Date: Wed, 18 Feb 2004 11:33:14 +0100 From: Guido van Rooij To: John Baldwin Message-ID: <20040218103314.GA97643@gvr.gvr.org> References: <200402140317.i1E3HV6E048159@repoman.freebsd.org> <200402161152.44270.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402161152.44270.jhb@FreeBSD.org> cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:33:15 -0000 On Mon, Feb 16, 2004 at 11:52:44AM -0500, John Baldwin wrote: > On Friday 13 February 2004 10:17 pm, Nate Lawson wrote: > > njl 2004/02/13 19:17:30 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica/Osd OsdTable.c > > sys/sys kernel.h > > sys/boot/forth loader.conf.5 > > share/man/man4 acpi.4 > > Log: > > Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix > > is reserved by the loader, and thus any tunable name with that suffix > > will be silently discarded. > > > > Document this in the header and man page so that other developers do not > > develop so many bumps on the head after banging it against the wall. > > > > Detective work by: Mark Santcroos, grehan > > Aha, cute. Note that _load, _before, _after, _type, _flags, and _error are > also "magic". As are flags starting with "hint" that do not have a certain sysntax. In that case the kernel silently renames them to "Hint". -Guido From owner-cvs-all@FreeBSD.ORG Mon Feb 16 15:34:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063B816A4CE; Mon, 16 Feb 2004 15:34:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E137C43D1D; Mon, 16 Feb 2004 15:34:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GNYEGe081567; Mon, 16 Feb 2004 15:34:14 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GNYEMj081566; Mon, 16 Feb 2004 15:34:14 -0800 (PST) (envelope-from kris) Message-Id: <200402162334.i1GNYEMj081566@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 16 Feb 2004 15:34:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/linux-dislin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 23:34:15 -0000 kris 2004/02/16 15:34:14 PST FreeBSD ports repository Modified files: math/linux-dislin Makefile Log: BROKEN: Unfetchable. This port is scheduled for removal on April 16 if it is still broken at that time. Revision Changes Path 1.2 +3 -0 ports/math/linux-dislin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Feb 17 12:16:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F9316A4D0 for ; Tue, 17 Feb 2004 12:16:06 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3933E43D1F for ; Tue, 17 Feb 2004 12:16:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 3792 invoked from network); 17 Feb 2004 20:16:05 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 17 Feb 2004 20:16:05 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1HKG02J087782; Tue, 17 Feb 2004 15:16:01 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Mon, 16 Feb 2004 11:52:44 -0500 User-Agent: KMail/1.6 References: <200402140317.i1E3HV6E048159@repoman.freebsd.org> In-Reply-To: <200402140317.i1E3HV6E048159@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402161152.44270.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 20:16:07 -0000 On Friday 13 February 2004 10:17 pm, Nate Lawson wrote: > njl 2004/02/13 19:17:30 PST > > FreeBSD src repository > > Modified files: > sys/dev/acpica/Osd OsdTable.c > sys/sys kernel.h > sys/boot/forth loader.conf.5 > share/man/man4 acpi.4 > Log: > Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix > is reserved by the loader, and thus any tunable name with that suffix > will be silently discarded. > > Document this in the header and man page so that other developers do not > develop so many bumps on the head after banging it against the wall. > > Detective work by: Mark Santcroos, grehan Aha, cute. Note that _load, _before, _after, _type, _flags, and _error are also "magic". -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Feb 17 14:27:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E364916A4F4; Tue, 17 Feb 2004 14:27:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C863543D2D; Tue, 17 Feb 2004 14:27:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1HMReGe067156; Tue, 17 Feb 2004 14:27:40 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1HMRebS067155; Tue, 17 Feb 2004 14:27:40 -0800 (PST) (envelope-from kris) Message-Id: <200402172227.i1HMRebS067155@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 17 Feb 2004 14:27:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ecos-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Feb 2004 22:27:41 -0000 kris 2004/02/17 14:27:40 PST FreeBSD ports repository Modified files: devel/ecos-tools Makefile Log: BROKEN on 5.x: configure fails Revision Changes Path 1.5 +7 -1 ports/devel/ecos-tools/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:37:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC3A16A4CE; Wed, 18 Feb 2004 02:37:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A195B43D1F; Wed, 18 Feb 2004 02:37:04 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IAb4Ge050457; Wed, 18 Feb 2004 02:37:04 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IAb4a1050456; Wed, 18 Feb 2004 02:37:04 -0800 (PST) (envelope-from trevor) Message-Id: <200402181037.i1IAb4a1050456@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 18 Feb 2004 02:37:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/musicbox/files patch-ListView.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:37:04 -0000 trevor 2004/02/18 02:37:04 PST FreeBSD ports repository Added files: audio/musicbox/files patch-ListView.h Log: Chase soundcard.h. Revision Changes Path 1.1 +17 -0 ports/audio/musicbox/files/patch-ListView.h (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 02:58:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F59516A4CE; Wed, 18 Feb 2004 02:58:23 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F19943D2D; Wed, 18 Feb 2004 02:58:19 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i1IAx1mt061529; Wed, 18 Feb 2004 12:59:01 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i1IAwxC3061524; Wed, 18 Feb 2004 12:58:59 +0200 (EET) (envelope-from ru) Date: Wed, 18 Feb 2004 12:58:59 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20040218105859.GF54588@FreeBSD.org.ua> References: <200402170322.i1H3MZhf074789@repoman.freebsd.org> <20040217223751.GA33586@dragon.nuxi.com> <20040218013759.GA16382@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SNIs70sCzqvszXB4" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i cc: Andrey Chernov cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: David O'Brien cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc FREEBSD-Xlist FREEBSD-deletelist getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:58:23 -0000 --SNIs70sCzqvszXB4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 18, 2004 at 08:14:08AM +0100, Dag-Erling Sm?rgrav wrote: > Andrey Chernov writes: > > Hmm. Seeeng FREEBSD-deletelist and FREEBSD-Xlist I find that we _do_ > > remove unused files in contrib [...] >=20 > No. FREEBSD-Xlist lists files that are deleted *before the import*. > If you really *must* delete those files and add them to FREEBSD-Xlist, > you must delete them on the vendor branch and not in HEAD. >=20 Not quite. "cvs checkout -rVENDOR" should produce the same set as "cvs checkout -rv_latest_version", so these files should not be removed just yet. On the next Groff and Texinfo imports though, I will "cvs remove" files on FSF (vendor) branch that were not imported. Having said that, an alternative approach is to just remove such files on HEAD, and don't touch FREEBSD-Xlist -- the next import will report these as conflicts (if there were changes in getopt* files), but these should be harmless. I think I prefer to keep it this way with Groff, and the other way with Texinfo (due to historical reasons), so I might want to revert the change to contrib/groff/FREEBSD-Xlist, but I have not decided it yet. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --SNIs70sCzqvszXB4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAM0VzUkv4P6juNwoRAnlSAJ9bRPvimKBmrJ9g45iI+gy4b7akGgCdGIDG MRl7bSprLym3g0lNnTiZLGU= =xII/ -----END PGP SIGNATURE----- --SNIs70sCzqvszXB4-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 03:02:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B7A16A4CF; Wed, 18 Feb 2004 03:02:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D605B43D1D; Wed, 18 Feb 2004 03:02:08 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IB28Ge056196; Wed, 18 Feb 2004 03:02:08 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IB28UG056195; Wed, 18 Feb 2004 03:02:08 -0800 (PST) (envelope-from sergei) Message-Id: <200402181102.i1IB28UG056195@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 18 Feb 2004 03:02:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 11:02:09 -0000 sergei 2004/02/18 03:02:08 PST FreeBSD ports repository Modified files: www Makefile Log: Connect opera-devel to the build (was forgotten) Noticed by: erwin Revision Changes Path 1.819 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 03:07:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D1F16A4CE; Wed, 18 Feb 2004 03:07:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B0D43D1D; Wed, 18 Feb 2004 03:07:13 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IB7DGe058038; Wed, 18 Feb 2004 03:07:13 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IB7DKX058037; Wed, 18 Feb 2004 03:07:13 -0800 (PST) (envelope-from eik) Message-Id: <200402181107.i1IB7DKX058037@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 18 Feb 2004 03:07:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-src%smtp_in.cpatch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 11:07:13 -0000 eik 2004/02/18 03:07:13 PST FreeBSD ports repository Added files: lang/egcs/files patch-cp::decl.c patch-cp::ptree.c patch-libiberty::Makefile.in mail/exim-old/files patch-src::smtp_in.c sysutils/e2fsprogs/files patch-intl::Makefile.in Removed files: lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-libiberty%Makefile.in mail/exim-old/files patch-src%smtp_in.c sysutils/e2fsprogs/files patch-intl%Makefile.in Log: % in filenames break perforce: Submitted by: Mark Santcroos Revision Changes Path 1.2 +0 -45 ports/lang/egcs/files/patch-cp%decl.c (dead) 1.2 +0 -33 ports/lang/egcs/files/patch-cp%ptree.c (dead) 1.1 +45 -0 ports/lang/egcs/files/patch-cp::decl.c (new) 1.1 +33 -0 ports/lang/egcs/files/patch-cp::ptree.c (new) 1.2 +0 -8 ports/lang/egcs/files/patch-libiberty%Makefile.in (dead) 1.1 +8 -0 ports/lang/egcs/files/patch-libiberty::Makefile.in (new) 1.2 +0 -29 ports/mail/exim-old/files/patch-src%smtp_in.c (dead) 1.3 +29 -0 ports/mail/exim-old/files/patch-src::smtp_in.c (new) 1.2 +0 -10 ports/sysutils/e2fsprogs/files/patch-intl%Makefile.in (dead) 1.1 +10 -0 ports/sysutils/e2fsprogs/files/patch-intl::Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:25:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22DC16A4CE; Wed, 18 Feb 2004 04:25:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACEFF43D1D; Wed, 18 Feb 2004 04:25:09 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICP9Ge075327; Wed, 18 Feb 2004 04:25:09 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICP9WO075326; Wed, 18 Feb 2004 04:25:09 -0800 (PST) (envelope-from sergei) Message-Id: <200402181225.i1ICP9WO075326@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 18 Feb 2004 04:25:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid24 Makefile distinfo pkg-descr pkg-install pkg-plist ports/www/squid24/files squid.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:25:09 -0000 sergei 2004/02/18 04:25:09 PST FreeBSD ports repository Modified files: www/squid24 Makefile distinfo pkg-descr pkg-install pkg-plist www/squid24/files squid.sh Log: - add two patches from squid-cache.org - synchronize as much as possible with www/squid - add SQUID_{U,G}ID and SQUID_LANGUAGE tunables - utilize OPTIONS, PLIST_FILES, PLIST_DIRS, and USE_SIZE - add a patch to make the LDAP helper at least compile - add NO_LATEST_LINK and mark the port DEPRECATED - bump PORTREVISION PR: ports/62443 Submitted by: maintainer Revision Changes Path 1.102 +192 -106 ports/www/squid24/Makefile 1.66 +5 -0 ports/www/squid24/distinfo 1.4 +70 -21 ports/www/squid24/files/squid.sh 1.10 +11 -4 ports/www/squid24/pkg-descr 1.8 +90 -30 ports/www/squid24/pkg-install 1.19 +2 -25 ports/www/squid24/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:33:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACEA716A4CE; Wed, 18 Feb 2004 04:33:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DE843D1D; Wed, 18 Feb 2004 04:33:12 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICXCGe077471; Wed, 18 Feb 2004 04:33:12 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICXCXp077470; Wed, 18 Feb 2004 04:33:12 -0800 (PST) (envelope-from lofi) Message-Id: <200402181233.i1ICXCXp077470@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 18 Feb 2004 04:33:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/dcraw Makefile distinfo pkg-descr ports/graphics/dcraw/files patch-dcraw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:33:12 -0000 lofi 2004/02/18 04:33:12 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/dcraw Makefile distinfo pkg-descr graphics/dcraw/files patch-dcraw.c Log: Add dcraw, a decoder for RAW files from digital cameras. PR: ports/62928 Submitted by: Arjan van Leeuwen Revision Changes Path 1.662 +1 -0 ports/graphics/Makefile 1.1 +23 -0 ports/graphics/dcraw/Makefile (new) 1.1 +2 -0 ports/graphics/dcraw/distinfo (new) 1.1 +10 -0 ports/graphics/dcraw/files/patch-dcraw.c (new) 1.1 +11 -0 ports/graphics/dcraw/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:33:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7522E16A4CE; Wed, 18 Feb 2004 04:33:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5847143D1F; Wed, 18 Feb 2004 04:33:27 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICXRGe077519; Wed, 18 Feb 2004 04:33:27 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICXRJ7077518; Wed, 18 Feb 2004 04:33:27 -0800 (PST) (envelope-from lofi) Message-Id: <200402181233.i1ICXRJ7077518@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 18 Feb 2004 04:33:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:33:27 -0000 lofi 2004/02/18 04:33:27 PST FreeBSD ports repository Modified files: . modules Log: dcraw --> ports/graphics/dcraw Revision Changes Path 1.9419 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:36:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D47316A4CE; Wed, 18 Feb 2004 04:36:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EE143D1D; Wed, 18 Feb 2004 04:36:43 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICagGe077736; Wed, 18 Feb 2004 04:36:42 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICagUv077735; Wed, 18 Feb 2004 04:36:42 -0800 (PST) (envelope-from lofi) Message-Id: <200402181236.i1ICagUv077735@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 18 Feb 2004 04:36:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/digikam Makefile distinfo pkg-descr patch-digikamcameraclient-Makefile.in patch-kioslave-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:36:43 -0000 lofi 2004/02/18 04:36:42 PST FreeBSD ports repository Modified files: graphics/digikam Makefile distinfo pkg-descr pkg-plist Added files: graphics/digikam/files patch-digikamcameraclient-Makefile.in patch-kioslave-Makefile.in Log: Update to version 0.6. PR: ports/62927 Submitted by: Arjan van Leeuwen Revision Changes Path 1.5 +17 -6 ports/graphics/digikam/Makefile 1.2 +2 -1 ports/graphics/digikam/distinfo 1.1 +11 -0 ports/graphics/digikam/files/patch-digikamcameraclient-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikam/files/patch-kioslave-Makefile.in (new) 1.2 +8 -4 ports/graphics/digikam/pkg-descr 1.2 +105 -3 ports/graphics/digikam/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:49:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B56116A4CE; Wed, 18 Feb 2004 04:49:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E40C43D31; Wed, 18 Feb 2004 04:49:12 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICnCGe085704; Wed, 18 Feb 2004 04:49:12 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICnCFq085703; Wed, 18 Feb 2004 04:49:12 -0800 (PST) (envelope-from lofi) Message-Id: <200402181249.i1ICnCFq085703@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 18 Feb 2004 04:49:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/digikamplugins Makefile distinfo pkg-descr pkg-plist patch-acquireimages-Makefile.in patch-cdarchiving-Makefile.in patch-jpeglossless-Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:49:12 -0000 lofi 2004/02/18 04:49:12 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/digikamplugins Makefile distinfo pkg-descr pkg-plist graphics/digikamplugins/files patch-acquireimages-Makefile.in patch-cdarchiving-Makefile.in patch-commentseditor-Makefile.in patch-imagesgallery-Makefile.in patch-jpeglossless-Makefile.in patch-miscsoperations-Makefile.in patch-mpegencoder-Makefile.in patch-printwizard-Makefile.in patch-rawconverter-Makefile.in patch-sendimages-Makefile.in patch-slideshow-Makefile.in Log: Add digikamplugins, a collection of plugins for Digikam. PR: ports/62929 Submitted by: Arjan van Leeuwen Revision Changes Path 1.663 +1 -0 ports/graphics/Makefile 1.1 +126 -0 ports/graphics/digikamplugins/Makefile (new) 1.1 +2 -0 ports/graphics/digikamplugins/distinfo (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-acquireimages-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-cdarchiving-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-commentseditor-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-imagesgallery-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-jpeglossless-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-miscsoperations-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-printwizard-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-rawconverter-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-sendimages-Makefile.in (new) 1.1 +11 -0 ports/graphics/digikamplugins/files/patch-slideshow-Makefile.in (new) 1.1 +20 -0 ports/graphics/digikamplugins/pkg-descr (new) 1.1 +204 -0 ports/graphics/digikamplugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 04:49:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C2A16A4CE; Wed, 18 Feb 2004 04:49:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488E043D31; Wed, 18 Feb 2004 04:49:26 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ICnQGe085752; Wed, 18 Feb 2004 04:49:26 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ICnQl6085751; Wed, 18 Feb 2004 04:49:26 -0800 (PST) (envelope-from lofi) Message-Id: <200402181249.i1ICnQl6085751@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 18 Feb 2004 04:49:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:49:26 -0000 lofi 2004/02/18 04:49:26 PST FreeBSD ports repository Modified files: . modules Log: digikamplugins --> ports/graphics/digikamplugins Revision Changes Path 1.9420 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 05:45:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B459916A4CE; Wed, 18 Feb 2004 05:45:25 -0800 (PST) Received: from mail.svenskabutiker.se (ns.svenskabutiker.se [212.247.101.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837E243D1F; Wed, 18 Feb 2004 05:45:25 -0800 (PST) (envelope-from martin@mullet.se) Received: from mullet.se (h118n1fls31o985.telia.com [213.65.16.118]) by mail.svenskabutiker.se (Postfix) with ESMTP id 749C8377C2; Wed, 18 Feb 2004 14:45:22 +0100 (CET) Message-ID: <40336C71.5020408@mullet.se> Date: Wed, 18 Feb 2004 14:45:21 +0100 From: Martin Nilsson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: Kirill Ponomarew References: <200402181032.i1IAWJTL050202@repoman.freebsd.org> In-Reply-To: <200402181032.i1IAWJTL050202@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/lincvs Makefile distinfo pkg-descrpkg-plist ports/devel/lincvs/files patch-lincvs.cpp patch-main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 13:45:25 -0000 Kirill Ponomarew wrote: > - Update to version 1.3.0: > > * take maintainership (approved by jedgar@freebsd.org) My lincvs always dumps core when exiting, are you experencing this too? -- Martin Nilsson, CTO & Founder, Mullet Scandinavia AB, Malmö, SWEDEN E-mail: martin@mullet.se, Phone: +46-(0)708-606170, http://www.mullet.se Our business is well engineered servers optimized for FreeBSD and Linux. From owner-cvs-all@FreeBSD.ORG Wed Feb 18 05:46:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D7116A4CE for ; Wed, 18 Feb 2004 05:46:52 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FC143D1F for ; Wed, 18 Feb 2004 05:46:52 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.30) id 1AtS2N-000N8F-6n; Wed, 18 Feb 2004 14:46:51 +0100 Date: Wed, 18 Feb 2004 14:46:51 +0100 From: Kirill Ponomarew To: Martin Nilsson Message-ID: <20040218134651.GB74464@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Martin Nilsson , cvs-all@FreeBSD.org References: <200402181032.i1IAWJTL050202@repoman.freebsd.org> <40336C71.5020408@mullet.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline In-Reply-To: <40336C71.5020408@mullet.se> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/lincvs Makefile distinfo pkg-descr pkg-plist ports/devel/lincvs/files patch-lincvs.cpp patch-main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 13:46:52 -0000 --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Feb 18, 2004 at 02:45:21PM +0100, Martin Nilsson wrote: > Kirill Ponomarew wrote: > > - Update to version 1.3.0: > > =20 > > * take maintainership (approved by jedgar@freebsd.org) >=20 > My lincvs always dumps core when exiting, are you experencing this too? Nope, I did not get coredumps with it, please gdb it and tell us about your enviroment. -Kirill --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAM2zLQC1G6a60JuURAiRGAJ4me1Fq0CLgaaRYIt+PjntOHh+m0ACgoRJ7 06I7DLslSPhMhf5F3Ch7kKw= =og62 -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:08:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 767F116A4CE; Wed, 18 Feb 2004 06:08:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51E43D1F; Wed, 18 Feb 2004 06:08:26 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IE8QGe004570; Wed, 18 Feb 2004 06:08:26 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IE8QaL004568; Wed, 18 Feb 2004 06:08:26 -0800 (PST) (envelope-from tjr) Message-Id: <200402181408.i1IE8QaL004568@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 18 Feb 2004 06:08:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_inode.c ext2_inode_cnv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:08:26 -0000 tjr 2004/02/18 06:08:25 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_fs.h ext2_inode.c ext2_inode_cnv.c Log: Add partial support for large (>4GB) files on ext2 filesystems. This support is partial in that it will refuse to create large files on filesystems that haven't been upgraded to EXT2_DYN_REV or that don't have the EXT2_FEATURE_RO_COMPAT_LARGE_FILE flag set in the superblock. MFC after: 2 weeks Revision Changes Path 1.13 +2 -1 src/sys/gnu/ext2fs/ext2_fs.h 1.45 +10 -0 src/sys/gnu/ext2fs/ext2_inode.c 1.13 +4 -0 src/sys/gnu/ext2fs/ext2_inode_cnv.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:19:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0CA16A4CE; Wed, 18 Feb 2004 06:19:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDA843D1D; Wed, 18 Feb 2004 06:19:24 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IEJOGe006688; Wed, 18 Feb 2004 06:19:24 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEJNbJ006687; Wed, 18 Feb 2004 06:19:23 -0800 (PST) (envelope-from demon) Message-Id: <200402181419.i1IEJNbJ006687@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 18 Feb 2004 06:19:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3/files patch-bin::webmux.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:19:24 -0000 demon 2004/02/18 06:19:23 PST FreeBSD ports repository Added files: www/rt3/files patch-bin::webmux.pl Log: Fixes for Apache2. Submitted by: maintainer Revision Changes Path 1.1 +14 -0 ports/www/rt3/files/patch-bin::webmux.pl (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:21:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DDE16A4CE; Wed, 18 Feb 2004 06:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA51143D1F; Wed, 18 Feb 2004 06:21:53 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IELrGe007634; Wed, 18 Feb 2004 06:21:53 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IELqjH007633; Wed, 18 Feb 2004 06:21:52 -0800 (PST) (envelope-from demon) Message-Id: <200402181421.i1IELqjH007633@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 18 Feb 2004 06:21:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/rt3-elixus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:21:53 -0000 demon 2004/02/18 06:21:52 PST FreeBSD ports repository Modified files: www/rt3-elixus Makefile Log: Do not apply patch from rt3 port, it is already included into rt3-elixus distribution. Submitted by: maintainer Revision Changes Path 1.14 +3 -0 ports/www/rt3-elixus/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:32:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19F916A4CE; Wed, 18 Feb 2004 06:32:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8477243D2D; Wed, 18 Feb 2004 06:32:16 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IEWGGe010748; Wed, 18 Feb 2004 06:32:16 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEWGEq010747; Wed, 18 Feb 2004 06:32:16 -0800 (PST) (envelope-from netchild) Message-Id: <200402181432.i1IEWGEq010747@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 18 Feb 2004 06:32:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gcdmaster Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:32:17 -0000 netchild 2004/02/18 06:32:16 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gcdmaster Makefile pkg-descr pkg-plist Log: Add gcdmaster (slave port of cdrdao), the GUI frontend of cdrdao. Submitted by: Marius Strobl Revision Changes Path 1.498 +1 -0 ports/sysutils/Makefile 1.1 +17 -0 ports/sysutils/gcdmaster/Makefile (new) 1.1 +15 -0 ports/sysutils/gcdmaster/pkg-descr (new) 1.1 +5 -0 ports/sysutils/gcdmaster/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:32:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D048616A4CE; Wed, 18 Feb 2004 06:32:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50D043D1F; Wed, 18 Feb 2004 06:32:32 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IEWWGe010796; Wed, 18 Feb 2004 06:32:32 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEWWdj010795; Wed, 18 Feb 2004 06:32:32 -0800 (PST) (envelope-from netchild) Message-Id: <200402181432.i1IEWWdj010795@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 18 Feb 2004 06:32:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:32:33 -0000 netchild 2004/02/18 06:32:32 PST FreeBSD ports repository Modified files: . modules Log: gcdmaster --> ports/sysutils/gcdmaster Revision Changes Path 1.9421 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:36:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB4A216A4D1 for ; Wed, 18 Feb 2004 06:36:34 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B008D43D2F for ; Wed, 18 Feb 2004 06:36:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 8433 invoked from network); 18 Feb 2004 14:36:34 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 18 Feb 2004 14:36:34 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1IEaU2K096129; Wed, 18 Feb 2004 09:36:31 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Marcel Moolenaar Date: Wed, 18 Feb 2004 08:39:09 -0500 User-Agent: KMail/1.6 References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040218093149.A19121@gamplex.bde.org> <20040218010034.GA64412@ns1.xcllnt.net> In-Reply-To: <20040218010034.GA64412@ns1.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402180839.09285.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:36:35 -0000 On Tuesday 17 February 2004 08:00 pm, Marcel Moolenaar wrote: > On Wed, Feb 18, 2004 at 09:43:16AM +1100, Bruce Evans wrote: > > > Alternatively, we could extend KASSERT to emit a file and line > > > number like assert(3) and instead of panic(). Seems very logical > > > to me. > > > > That feature was intentionally left out when KASSERT() was designed. > > For some reason, we decided to give the invoker of KASSERT() complete > > control over the message contents (unlike in userland where the message > > is the condition stingized and followed by __FILE__ and __LINE__. > > Presumably this was partly to permit use of existing panic messages > > verbatim. I'm not completely happy with the results of this at any > > level, especially at the source level. It requires and ugly syntax > > (another layer of parentheses around the message), and is harder to > > write and can be harder to read (writers have to think about what to > > put in the message; it's normal to invert the sense of the assertion > > and not unknown to make logic errors doing so; then readers don't > > see the original condition in the panic message). > > I tend to agree. Most of the KASSERTs I put in have the bogus message > "foo", simply because I cannot explain in a single sentence what's > wrong and I don't want to break my flow of thinking while coding to > come up with something. Hence, I either use a bogus "foo" or forget > about the KASSERT altogether. The former is less bad than the latter, > but not good at all. > I prefer to put a comprehensive comment in front of the KASSERT and > have people look there by having the KASSERT emit the file and line. > The panic message that's the result of the failed assertion can be > constant and should inform that the panic is the result of KASSERT. > Alternatively, it can print the condition that failed. > > phk's change gave me the file and line, so it gave me something I > liked. If that's going to be reverted, maybe people won't object to > having KASSERT emit the file and line and no specific panic message > at all? Use MPASS() (macros that came in with SMPng from BSD/OS). MPASS(foo) will work much like assert() in userland including file/line number info. I use it a lot for simple != NULL tests and the like. -- 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 Feb 18 06:36:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2186116A4E5 for ; Wed, 18 Feb 2004 06:36:39 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08DA43D2F for ; Wed, 18 Feb 2004 06:36:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 4135 invoked from network); 18 Feb 2004 14:36:37 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 18 Feb 2004 14:36:37 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1IEaU2M096129; Wed, 18 Feb 2004 09:36:35 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "M. Warner Losh" Date: Wed, 18 Feb 2004 09:18:17 -0500 User-Agent: KMail/1.6 References: <20040215.152553.55627525.imp@bsdimp.com> <200402171605.22554.jhb@FreeBSD.org> <20040217.214954.70221117.imp@bsdimp.com> In-Reply-To: <20040217.214954.70221117.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402180918.17580.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: wes@softweyr.com cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ceri@submonkey.net cc: wilko@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:36:39 -0000 On Tuesday 17 February 2004 11:49 pm, M. Warner Losh wrote: > In message: <200402171605.22554.jhb@FreeBSD.org> > > John Baldwin writes: > : > Funny, I've lived just about everywhere in the US (except Texas) and "a > : > couple" has always meant two. "A few" would be 2 to 5, several would > : > be 4 or 5 to maybe a dozen, etc., all the way up to "buttload" which is > : > rougly "more than a man can carry." > : > > : > 2 or more seems to be what we really want here. A parenthetical "X > : > floppies for i386 as of this writing" will help the reader to grasp the > : > scale at some ill-specified point in time. > : > : Actually, 3 floppies are used for i386 and 4 for pc98 right now. If > : bsdlabel(8) on Alpha is ever fixed so that it makes bootable images > : again, then Alpha will use 3 floppies. > > A handful of floppies then. Or a Fistful Of Floppies. Nice ring to > it... A "passle" of floppies. -- 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 Feb 18 06:56:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5419F16A4CE; Wed, 18 Feb 2004 06:56:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3826F43D2D; Wed, 18 Feb 2004 06:56:11 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IEuBGe015114; Wed, 18 Feb 2004 06:56:11 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEuAPQ015113; Wed, 18 Feb 2004 06:56:10 -0800 (PST) (envelope-from netchild) Message-Id: <200402181456.i1IEuAPQ015113@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 18 Feb 2004 06:56:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrdao Makefile distinfo pkg-descr pkg-plist ports/sysutils/cdrdao/files patch-Makefile.in patch-configure patch-dao::cdrdao.drivers patch-dao::cdrdao.man patch-scsilib::RULES::i386-freebsd-cc.rul ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:56:11 -0000 netchild 2004/02/18 06:56:10 PST FreeBSD ports repository Modified files: sysutils/cdrdao Makefile distinfo pkg-descr pkg-plist sysutils/cdrdao/files patch-configure patch-dao::cdrdao.man patch-dao::main.cc patch-scsilib::RULES::i386-freebsd-cc.rul Added files: sysutils/cdrdao/files patch-Makefile.in patch-dao::cdrdao.drivers patch-trackdb::lec.cc patch-utils::Makefile.in Removed files: sysutils/cdrdao/files patch-paranoia::configure patch-scsilib::TARGETS::Targetdirs patch-scsilib::include::btorder.h patch-scsilib::libscg::scsiopen.c patch-scsilib::libscg::scsitransp.c patch-xdao::AudioCDView.cc Log: - Update to 1.1.8. Relevant parts from the release notes: - Improved performance of the new L-EC code by up to a factor 2 depending on the hardware. - 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to allow performance testing in conjunction with option --speed. new: - toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli) new: - cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla) Note: The 1.1.8 tarball was re-rolled twice because of missing files and a show-stopper in gcdmaster and some SourceForge mirrors still might need to catch up on it. If you have problems with differing checksums please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao, which is known to carry the latest version. - Use/respect DATADIR and DOCSDIR. - Make PREFIX-clean by respecting PREFIX instead of LOCALBASE. - First part of splitting gcdmaster into a slave port because the conditional compilation via HAVE_GNOME caused problems when gnomelibs where installed afterwards (PR 61840). - Tidy the PORTDOCS a bit, e.g. no longer install the release notes for previous releases, they are easily accessible on the homepage anyway. - On deinstall, remind the user to delete the global config file if existent and permanently removing this port. - In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording taken from the Debian cdrdao package. - Fix some references in the cdrdao manpage to fit FreeBSD. - Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD. - Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has issues with ATAPICAM and probably will be removed in future version. - Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see sysutils/sformat/Makefile revision 1.5. Submitted by: maintainer Revision Changes Path 1.41 +60 -78 ports/sysutils/cdrdao/Makefile 1.8 +2 -1 ports/sysutils/cdrdao/distinfo 1.1 +22 -0 ports/sysutils/cdrdao/files/patch-Makefile.in (new) 1.4 +322 -14 ports/sysutils/cdrdao/files/patch-configure 1.1 +26 -0 ports/sysutils/cdrdao/files/patch-dao::cdrdao.drivers (new) 1.2 +13 -2 ports/sysutils/cdrdao/files/patch-dao::cdrdao.man 1.2 +1 -1 ports/sysutils/cdrdao/files/patch-dao::main.cc 1.2 +0 -32 ports/sysutils/cdrdao/files/patch-paranoia::configure (dead) 1.3 +2 -2 ports/sysutils/cdrdao/files/patch-scsilib::RULES::i386-freebsd-cc.rul 1.2 +0 -8 ports/sysutils/cdrdao/files/patch-scsilib::TARGETS::Targetdirs (dead) 1.2 +0 -41 ports/sysutils/cdrdao/files/patch-scsilib::include::btorder.h (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-scsilib::libscg::scsiopen.c (dead) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-scsilib::libscg::scsitransp.c (dead) 1.1 +11 -0 ports/sysutils/cdrdao/files/patch-trackdb::lec.cc (new) 1.1 +92 -0 ports/sysutils/cdrdao/files/patch-utils::Makefile.in (new) 1.2 +0 -11 ports/sysutils/cdrdao/files/patch-xdao::AudioCDView.cc (dead) 1.6 +3 -0 ports/sysutils/cdrdao/pkg-descr 1.11 +10 -36 ports/sysutils/cdrdao/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:05:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB52616A4CE; Wed, 18 Feb 2004 07:05:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A1B43D1D; Wed, 18 Feb 2004 07:05:57 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IF5vGe018141; Wed, 18 Feb 2004 07:05:57 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IF5vNK018140; Wed, 18 Feb 2004 07:05:57 -0800 (PST) (envelope-from mtm) Message-Id: <200402181505.i1IF5vNK018140@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:05:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_create.c thr_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:05:58 -0000 mtm 2004/02/18 07:05:56 PST FreeBSD src repository Modified files: lib/libthr/thread thr_create.c thr_init.c Log: Move the initialization of thread priority to a common function. Revision Changes Path 1.13 +0 -1 src/lib/libthr/thread/thr_create.c 1.12 +3 -5 src/lib/libthr/thread/thr_init.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:12:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F291A16A4CE; Wed, 18 Feb 2004 07:12:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FBA43D2D; Wed, 18 Feb 2004 07:12:00 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFC0Ge019753; Wed, 18 Feb 2004 07:12:00 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFC0EF019747; Wed, 18 Feb 2004 07:12:00 -0800 (PST) (envelope-from des) Message-Id: <200402181512.i1IFC0EF019747@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 18 Feb 2004 07:12:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:12:01 -0000 des 2004/02/18 07:12:00 PST FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Revamp the statistics code, and switch to a much more compact display format. The old code tried to produce the exact same output as the pre-libfetch implementation, but I no longer see any value in this. Revision Changes Path 1.63 +56 -48 src/usr.bin/fetch/fetch.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:16:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32E616A4CE; Wed, 18 Feb 2004 07:16:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D692F43D1D; Wed, 18 Feb 2004 07:16:31 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFGVGe020315; Wed, 18 Feb 2004 07:16:31 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFGVnY020314; Wed, 18 Feb 2004 07:16:31 -0800 (PST) (envelope-from mtm) Message-Id: <200402181516.i1IFGVnY020314@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:16:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:16:32 -0000 mtm 2004/02/18 07:16:31 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c thr_private.h Log: o Refactor and, among other things, get rid of insane nesting levels. o Fix mutex priority protocols. Keep separate counts of priority inheritance and protection mutexes to make things easier. This will not have much affect since this is only the userland side, and the rest involves kernel scheduling. Revision Changes Path 1.22 +302 -812 src/lib/libthr/thread/thr_mutex.c 1.31 +5 -1 src/lib/libthr/thread/thr_private.h From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:22:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 830E316A4CE; Wed, 18 Feb 2004 07:22:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CC043D2F; Wed, 18 Feb 2004 07:22:53 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFMrGe022251; Wed, 18 Feb 2004 07:22:53 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFMq3A022250; Wed, 18 Feb 2004 07:22:52 -0800 (PST) (envelope-from mtm) Message-Id: <200402181522.i1IFMq3A022250@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:22:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:22:53 -0000 mtm 2004/02/18 07:22:52 PST FreeBSD src repository Modified files: lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c Log: o Style o Instead of checking both the passed in pointer and its value for NULL, only check the latter. Any caller that passes in a NULL pointer is obviously wrong. Revision Changes Path 1.3 +30 -30 src/lib/libthr/thread/thr_mutex_prioceiling.c 1.2 +10 -19 src/lib/libthr/thread/thr_mutex_protocol.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:30:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC2EA16A4CE; Wed, 18 Feb 2004 07:30:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C137343D1D; Wed, 18 Feb 2004 07:30:10 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFUAGe022520; Wed, 18 Feb 2004 07:30:10 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFUAgu022519; Wed, 18 Feb 2004 07:30:10 -0800 (PST) (envelope-from mtm) Message-Id: <200402181530.i1IFUAgu022519@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:30:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_rwlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:30:11 -0000 mtm 2004/02/18 07:30:10 PST FreeBSD src repository Modified files: lib/libthr/thread thr_rwlock.c Log: There are consumers of rwlocks, inluding our own libc, that depend on a PTHREAD_RWLOCK_INITIALIZER to do for rwlocks what a similarly named symbol does for statically initialized mutexes. This symbol was dropped in The Open Group Base Specifications Issue 6 and does not exist in IEEE Std 1003.1, 2003, but it should still be supported for backwards compatibility. Pointy hat: mtm Revision Changes Path 1.6 +24 -96 src/lib/libthr/thread/thr_rwlock.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:59:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DB416A4CE; Wed, 18 Feb 2004 07:59:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A8CA43D1F; Wed, 18 Feb 2004 07:59:55 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFxtGe028803; Wed, 18 Feb 2004 07:59:55 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFxsFT028802; Wed, 18 Feb 2004 07:59:54 -0800 (PST) (envelope-from mtm) Message-Id: <200402181559.i1IFxsFT028802@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:59:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:59:55 -0000 mtm 2004/02/18 07:59:54 PST FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc Log: Remove thr_getschedparam.c since it's contents have been moved into thr_setschedparam.c Revision Changes Path 1.4 +0 -1 src/lib/libthr/thread/Makefile.inc From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:24:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E2E16A4CE; Wed, 18 Feb 2004 08:24:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E3F43D1D; Wed, 18 Feb 2004 08:24:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGOoGe035750; Wed, 18 Feb 2004 08:24:50 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGOoxe035749; Wed, 18 Feb 2004 08:24:50 -0800 (PST) (envelope-from krion) Message-Id: <200402181624.i1IGOoxe035749@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 08:24:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/darkice Makefile distinfo pkg-plist ports/audio/darkice/files patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:24:50 -0000 krion 2004/02/18 08:24:50 PST FreeBSD ports repository Modified files: audio/darkice Makefile distinfo audio/darkice/files patch-src_Makefile.in Removed files: audio/darkice pkg-plist Log: - Update to version 0.14 PR: ports/63002 Submitted by: Ports Fury Revision Changes Path 1.14 +4 -3 ports/audio/darkice/Makefile 1.10 +2 -2 ports/audio/darkice/distinfo 1.4 +5 -5 ports/audio/darkice/files/patch-src_Makefile.in 1.2 +0 -2 ports/audio/darkice/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:26:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD4F16A4CE; Wed, 18 Feb 2004 08:26:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E447C43D1D; Wed, 18 Feb 2004 08:26:12 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGQCGe035867; Wed, 18 Feb 2004 08:26:12 -0800 (PST) (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGQCWf035865; Wed, 18 Feb 2004 08:26:12 -0800 (PST) (envelope-from tom) Message-Id: <200402181626.i1IGQCWf035865@repoman.freebsd.org> From: Tom Hukins Date: Wed, 18 Feb 2004 08:26:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/msntp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:26:13 -0000 tom 2004/02/18 08:26:12 PST FreeBSD ports repository Modified files: net/msntp Makefile pkg-plist Log: Respect NOPORTDOCS Revision Changes Path 1.2 +2 -0 ports/net/msntp/Makefile 1.2 +3 -3 ports/net/msntp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:28:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF8CF16A4CE; Wed, 18 Feb 2004 08:28:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8C143D1F; Wed, 18 Feb 2004 08:28:08 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGS8Ge035971; Wed, 18 Feb 2004 08:28:08 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGS8Zs035970; Wed, 18 Feb 2004 08:28:08 -0800 (PST) (envelope-from krion) Message-Id: <200402181628.i1IGS8Zs035970@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 08:28:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/snack Makefile distinfo pkg-plist ports/audio/snack/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:28:09 -0000 krion 2004/02/18 08:28:08 PST FreeBSD ports repository Modified files: audio/snack Makefile distinfo pkg-plist Added files: audio/snack/files patch-configure Removed files: audio/snack/files patch-Makefile.in Log: - Update to version 2.2.4 PR: ports/63003 Submitted by: Ports Fury Revision Changes Path 1.17 +17 -19 ports/audio/snack/Makefile 1.7 +2 -2 ports/audio/snack/distinfo 1.4 +0 -24 ports/audio/snack/files/patch-Makefile.in (dead) 1.1 +11 -0 ports/audio/snack/files/patch-configure (new) 1.4 +1 -1 ports/audio/snack/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:33:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83BA516A4CE; Wed, 18 Feb 2004 08:33:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A07243D1D; Wed, 18 Feb 2004 08:33:34 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGXYGe037964; Wed, 18 Feb 2004 08:33:34 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGXYZp037963; Wed, 18 Feb 2004 08:33:34 -0800 (PST) (envelope-from sergei) Message-Id: <200402181633.i1IGXYZp037963@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 18 Feb 2004 08:33:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid24/files patch-auth_modules_LDAP_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:33:34 -0000 sergei 2004/02/18 08:33:34 PST FreeBSD ports repository Added files: www/squid24/files patch-auth_modules_LDAP_Makefile.in Log: Add patch forgotten in the previous commit to this port Revision Changes Path 1.1 +11 -0 ports/www/squid24/files/patch-auth_modules_LDAP_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:50:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6A616A4CF; Wed, 18 Feb 2004 08:50:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9170A43D1F; Wed, 18 Feb 2004 08:50:12 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGoCGe046009; Wed, 18 Feb 2004 08:50:12 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGoCeV046008; Wed, 18 Feb 2004 08:50:12 -0800 (PST) (envelope-from andy) Message-Id: <200402181650.i1IGoCeV046008@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 08:50:12 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru applications.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:50:12 -0000 andy 2004/02/18 08:50:12 PST FreeBSD doc repository Modified files: ru applications.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +2 -1 www/ru/applications.sgml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:51:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17AC716A4CF; Wed, 18 Feb 2004 08:51:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F078B43D2F; Wed, 18 Feb 2004 08:51:43 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGpfGe047279; Wed, 18 Feb 2004 08:51:41 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGpfuB047275; Wed, 18 Feb 2004 08:51:41 -0800 (PST) (envelope-from andy) Message-Id: <200402181651.i1IGpfuB047275@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 08:51:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/donations index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:51:44 -0000 andy 2004/02/18 08:51:41 PST FreeBSD doc repository Modified files: ru/donations index.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +2 -2 www/ru/donations/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 08:58:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76E616A4CE; Wed, 18 Feb 2004 08:58:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB92543D31; Wed, 18 Feb 2004 08:58:57 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IGwvGe048166; Wed, 18 Feb 2004 08:58:57 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IGwvxM048165; Wed, 18 Feb 2004 08:58:57 -0800 (PST) (envelope-from glewis) Message-Id: <200402181658.i1IGwvxM048165@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 08:58:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/solarwolf Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 16:58:58 -0000 glewis 2004/02/18 08:58:57 PST FreeBSD ports repository Modified files: games/solarwolf Makefile distinfo pkg-plist Log: . Update to 1.5. . SIZEify. . Install man page. . Fix packing list. PR: 62970 [1] Submitted by: Benjamin Lutz [1] Revision Changes Path 1.9 +3 -2 ports/games/solarwolf/Makefile 1.4 +2 -1 ports/games/solarwolf/distinfo 1.4 +158 -133 ports/games/solarwolf/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 09:08:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 131F516A4CE; Wed, 18 Feb 2004 09:08:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8A243D2D; Wed, 18 Feb 2004 09:08:17 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IH8HGe051123; Wed, 18 Feb 2004 09:08:17 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IH8HDY051122; Wed, 18 Feb 2004 09:08:17 -0800 (PST) (envelope-from jeh) Message-Id: <200402181708.i1IH8HDY051122@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 18 Feb 2004 09:08:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 17:08:18 -0000 jeh 2004/02/18 09:08:17 PST FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: *******************IMPORTANT******************* 4325 Emergency Dat release due to: W32/NETSKY.B@MM ********************************************** Revision Changes Path 1.203 +1 -1 ports/security/uvscan-dat/Makefile 1.201 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Feb 18 09:41:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9019A16A4CE; Wed, 18 Feb 2004 09:41:04 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FCA43D1D; Wed, 18 Feb 2004 09:41:04 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1IHf4OE008010; Wed, 18 Feb 2004 09:41:04 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1IHex06008009; Wed, 18 Feb 2004 09:40:59 -0800 (PST) (envelope-from marcel) Date: Wed, 18 Feb 2004 09:40:59 -0800 From: Marcel Moolenaar To: John Baldwin Message-ID: <20040218174059.GC7878@ns1.xcllnt.net> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040218093149.A19121@gamplex.bde.org> <20040218010034.GA64412@ns1.xcllnt.net> <200402180839.09285.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402180839.09285.jhb@FreeBSD.org> User-Agent: Mutt/1.5.5.1i cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 17:41:04 -0000 On Wed, Feb 18, 2004 at 08:39:09AM -0500, John Baldwin wrote: > > Use MPASS() (macros that came in with SMPng from BSD/OS). MPASS(foo) will > work much like assert() in userland including file/line number info. I use > it a lot for simple != NULL tests and the like. I like the behaviour of MPASS(), just not its name and the fact it's defined in lock.h. If we can call it ASSERT and move its definition to systm.h, then I'm hooked. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Feb 18 09:41:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D66FD16A4CE; Wed, 18 Feb 2004 09:41:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB74A43D1D; Wed, 18 Feb 2004 09:41:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IHfUGe058962; Wed, 18 Feb 2004 09:41:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IHfUE7058958; Wed, 18 Feb 2004 09:41:30 -0800 (PST) (envelope-from marcus) Message-Id: <200402181741.i1IHfUE7058958@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 09:41:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 17:41:31 -0000 marcus 2004/02/18 09:41:30 PST FreeBSD ports repository Modified files: www/mozilla-gtk1 Makefile Log: s/GTK2/GTK1/ This should correct the problem where mozilla-gtk1 was building with GTK+-2 support. Reported by: Palle Girgensohn Revision Changes Path 1.16 +1 -1 ports/www/mozilla-gtk1/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:27:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6832816A4CE; Wed, 18 Feb 2004 10:27:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA8E43D2F; Wed, 18 Feb 2004 10:27:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIReGe068989; Wed, 18 Feb 2004 10:27:40 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIRerZ068988; Wed, 18 Feb 2004 10:27:40 -0800 (PST) (envelope-from marcus) Message-Id: <200402181827.i1IIRerZ068988@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 10:27:39 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:27:40 -0000 marcus 2004/02/18 10:27:39 PST FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce the release of GNOME 2.5.5 for FreeBSD. Revision Changes Path 1.60 +18 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:45:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883A616A4CF; Wed, 18 Feb 2004 10:45:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F07243D2D; Wed, 18 Feb 2004 10:45:12 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIjCGe073156; Wed, 18 Feb 2004 10:45:12 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIjCO8073155; Wed, 18 Feb 2004 10:45:12 -0800 (PST) (envelope-from ceri) Message-Id: <200402181845.i1IIjCO8073155@repoman.freebsd.org> From: Ceri Davies Date: Wed, 18 Feb 2004 10:45:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/chflags chflags.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:45:12 -0000 ceri 2004/02/18 10:45:12 PST FreeBSD src repository (doc committer) Modified files: bin/chflags chflags.c Log: Only call chflags() on directories once. Approved by: ru MFC after: 1 week Revision Changes Path 1.19 +4 -5 src/bin/chflags/chflags.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:50:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0913916A4CE; Wed, 18 Feb 2004 10:50:34 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572A443D1D; Wed, 18 Feb 2004 10:50:33 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1IIoWg1026302; Wed, 18 Feb 2004 21:50:32 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1IIoWL6026301; Wed, 18 Feb 2004 21:50:32 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 21:50:32 +0300 From: Andrey Chernov To: Maxim Sobolev Message-ID: <20040218185032.GA26269@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Maxim Sobolev , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170120.i1H1KfhO044836@repoman.freebsd.org> <20040217224040.GB33586@dragon.nuxi.com> <20040218013952.GB16382@nagual.pp.ru> <20040218041112.GA18429@nagual.pp.ru> <403331FF.7040108@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403331FF.7040108@portaone.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: David O'Brien Subject: Re: cvs commit: src/contrib/tar/lib getopt.c getopt.h getopt1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:50:34 -0000 On Wed, Feb 18, 2004 at 11:35:59AM +0200, Maxim Sobolev wrote: > Huh, what do you mean "no FREEBSD-Xlist"? What is that if not > FREEBSD-Xlist???? Sorry, my mistake. Too many commits, I was under impression from different program. I'll fix it. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:52:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FBB16A4CE; Wed, 18 Feb 2004 10:52:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1606743D1D; Wed, 18 Feb 2004 10:52:10 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIq9Ge074946; Wed, 18 Feb 2004 10:52:09 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIq9W7074942; Wed, 18 Feb 2004 10:52:09 -0800 (PST) (envelope-from ceri) Message-Id: <200402181852.i1IIq9W7074942@repoman.freebsd.org> From: Ceri Davies Date: Wed, 18 Feb 2004 10:52:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 security.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:52:10 -0000 ceri 2004/02/18 10:52:09 PST FreeBSD src repository (doc committer) Modified files: share/man/man7 security.7 Log: Correct minor typos. Revision Changes Path 1.34 +2 -2 src/share/man/man7/security.7 From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:53:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C271416A4CE; Wed, 18 Feb 2004 10:53:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A939C43D1D; Wed, 18 Feb 2004 10:53:13 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIrDGe075365; Wed, 18 Feb 2004 10:53:13 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIrDQJ075364; Wed, 18 Feb 2004 10:53:13 -0800 (PST) (envelope-from ache) Message-Id: <200402181853.i1IIrDQJ075364@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 18 Feb 2004 10:53:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tar FREEBSD-Xlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:53:13 -0000 ache 2004/02/18 10:53:13 PST FreeBSD src repository Modified files: contrib/tar FREEBSD-Xlist Log: Add */lib/getopt* I miss somehow initially. Revision Changes Path 1.2 +2 -0 src/contrib/tar/FREEBSD-Xlist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:56:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE4F16A4CE; Wed, 18 Feb 2004 10:56:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C0B43D1D; Wed, 18 Feb 2004 10:56:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIuHGe075488; Wed, 18 Feb 2004 10:56:17 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIuH9l075487; Wed, 18 Feb 2004 10:56:17 -0800 (PST) (envelope-from krion) Message-Id: <200402181856.i1IIuH9l075487@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 10:56:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/libofx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:56:17 -0000 krion 2004/02/18 10:56:17 PST FreeBSD ports repository Modified files: finance/libofx Makefile Log: - Support LOCALBASE properly PR: ports/63005 Submitted by: Ports Fury Revision Changes Path 1.7 +2 -1 ports/finance/libofx/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:03:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6649916A4CE; Wed, 18 Feb 2004 11:03:06 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825C143D1D; Wed, 18 Feb 2004 11:03:04 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from ru.office.ipnet (ws-80.office.ipnet [10.71.1.80]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i1IJ5YId070355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Feb 2004 21:05:34 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by ru.office.ipnet (8.12.10/8.12.10/Submit) id i1IJ2tsE001749; Wed, 18 Feb 2004 21:02:55 +0200 (EET) (envelope-from ru) Date: Wed, 18 Feb 2004 21:02:55 +0200 From: Ruslan Ermilov To: "Andrey A. Chernov" Message-ID: <20040218190255.GB1578@ip.net.ua> References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <200402170538.i1H5cjQa010622@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:03:06 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 16, 2004 at 09:38:45PM -0800, Andrey A. Chernov wrote: > ache 2004/02/16 21:38:45 PST >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/binutils/gasp Makefile=20 > gnu/usr.bin/binutils/gdb Makefile=20 > gnu/usr.bin/cvs/cvs Makefile=20 > gnu/usr.bin/cvs/lib Makefile=20 > gnu/usr.bin/cvs/libdiff Makefile=20 > gnu/usr.bin/diff Makefile=20 > gnu/usr.bin/grep Makefile=20 > Log: > Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu > =20 > Revision Changes Path > 1.14 +1 -1 src/gnu/usr.bin/binutils/gasp/Makefile > 1.75 +1 -1 src/gnu/usr.bin/binutils/gdb/Makefile > 1.44 +1 -1 src/gnu/usr.bin/cvs/cvs/Makefile > 1.25 +1 -2 src/gnu/usr.bin/cvs/lib/Makefile > 1.8 +1 -2 src/gnu/usr.bin/cvs/libdiff/Makefile > 1.16 +1 -1 src/gnu/usr.bin/diff/Makefile > 1.28 +1 -1 src/gnu/usr.bin/grep/Makefile >=20 This is bogus. The correct way would be to fix #include's to spell ``#include '', but this will be considered evil as it will take lot of files off their vendor branches. What was wrong with ${.CURDIR}/.../include/gnu, except misspelling the number of ".."'s in some cases? I've been slowly working towards removing all instances of -I${DESTDIR}/usr/include/... in the src/ makefiles. Before this commit, there were only a few makefiles with -I${DESTDIR}/usr/include/rpcsvc, but RPC code is known to be a nightmare to deal with. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAM7bfUkv4P6juNwoRAi+LAJ4y5BlP4M0NS7kTcAflkkGh6DoQbQCfSaU7 bP/l1WYO01Qcx/Ac07vpKXc= =qUfv -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:12:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B114616A4CE for ; Wed, 18 Feb 2004 11:12:46 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9545543D1D for ; Wed, 18 Feb 2004 11:12:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 28301 invoked from network); 18 Feb 2004 19:12:46 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 18 Feb 2004 19:12:46 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1IJCg2J097268; Wed, 18 Feb 2004 14:12:43 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Marcel Moolenaar Date: Wed, 18 Feb 2004 14:14:00 -0500 User-Agent: KMail/1.6 References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <200402180839.09285.jhb@FreeBSD.org> <20040218174059.GC7878@ns1.xcllnt.net> In-Reply-To: <20040218174059.GC7878@ns1.xcllnt.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402181414.01381.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:12:46 -0000 On Wednesday 18 February 2004 12:40 pm, Marcel Moolenaar wrote: > On Wed, Feb 18, 2004 at 08:39:09AM -0500, John Baldwin wrote: > > Use MPASS() (macros that came in with SMPng from BSD/OS). MPASS(foo) > > will work much like assert() in userland including file/line number info. > > I use it a lot for simple != NULL tests and the like. > > I like the behaviour of MPASS(), just not its name and the fact it's > defined in lock.h. If we can call it ASSERT and move its definition > to systm.h, then I'm hooked. I have wanted to have a better name for it and it's associated friends (MPASS2, MPASS3, MPASS4). KASSERT() really is a good name, and perhaps what we should do is replace MPASS/KASSERT() with something like this: KASSERT(condition) (just asserts a condition like MPASS does now) KASSERTV(condition, printf args) (verbose assertion, has its own message) These could perhaps output the current file and line, but then you have the problem of things like the mutex code that pass around file and line info to give more relevant file and line numbers (and hence the MPASS3() and MPASS4() macros that BSD/OS provides). If you want to preserve that, perhaps one could add: KASSERTL(condition, file, line) KASSERTLV(condition, file, line, printf args) Thus, you have: #define KASSERT(condition) KASSERTL(condition, __FILE__, __LINE__) #define KASSERTV(condition, ...) KASSERTLV(condition, __FILE__, __LINE__, \ __VA_ARGS__) #define KASSERTL(condition, file, line) KASSERTLV(condition, file, line, \ "%s", __STRING(condition)) #define KASSERTLV(condition, file, line, ...) do { \ if (!(condition)) { \ printf("Assertion \""); \ printf(__VA_ARGS__); \ printf("\" failed at %s:%d\n", file, line); \ } \ } while(0) Even nicer might be to make fixup_filename() from subr_witness.c a global #ifdef INVARIANTS_SUPPORT and have KASSERTLV() use that (it trims any (../)* from the front of a filename to improve readability of messages by just returning a char * pointer farther along in the string). If ASSERT() is preferred to KASSERT() that would certain ease the transition to the different macros. -- 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 Feb 18 11:24:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35A916A4CE; Wed, 18 Feb 2004 11:24:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F8643D1D; Wed, 18 Feb 2004 11:24:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJOUGe082524; Wed, 18 Feb 2004 11:24:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJOU5T082523; Wed, 18 Feb 2004 11:24:30 -0800 (PST) (envelope-from krion) Message-Id: <200402181924.i1IJOU5T082523@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 11:24:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/teg Makefile distinfo pkg-plist ports/games/teg/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:24:30 -0000 krion 2004/02/18 11:24:30 PST FreeBSD ports repository Modified files: games/teg Makefile distinfo pkg-plist Removed files: games/teg/files patch-configure Log: - Update to version 0.11.1 PR: ports/63006 Submitted by: Ports Fury Revision Changes Path 1.20 +6 -9 ports/games/teg/Makefile 1.11 +2 -2 ports/games/teg/distinfo 1.2 +0 -13 ports/games/teg/files/patch-configure (dead) 1.8 +10 -0 ports/games/teg/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:29:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6249616A4CE; Wed, 18 Feb 2004 11:29:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4748343D1F; Wed, 18 Feb 2004 11:29:25 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJTPGe082756; Wed, 18 Feb 2004 11:29:25 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJTPqA082755; Wed, 18 Feb 2004 11:29:25 -0800 (PST) (envelope-from krion) Message-Id: <200402181929.i1IJTPqA082755@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 11:29:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/yabasic Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:29:25 -0000 krion 2004/02/18 11:29:25 PST FreeBSD ports repository Modified files: lang/yabasic Makefile distinfo Removed files: lang/yabasic pkg-plist Log: - Update to version 2.743 PR: ports/63007 Submitted by: Ports Fury Revision Changes Path 1.24 +3 -2 ports/lang/yabasic/Makefile 1.19 +2 -2 ports/lang/yabasic/distinfo 1.5 +0 -3 ports/lang/yabasic/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:30:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B0316A4CE; Wed, 18 Feb 2004 11:30:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537A643D2D; Wed, 18 Feb 2004 11:30:28 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJUSGe082916; Wed, 18 Feb 2004 11:30:28 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJUSG5082915; Wed, 18 Feb 2004 11:30:28 -0800 (PST) (envelope-from mi) Message-Id: <200402181930.i1IJUSG5082915@repoman.freebsd.org> From: Mikhail Teterin Date: Wed, 18 Feb 2004 11:30:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/py-wordnet Makefile ports/textproc/p5-WordNet-QueryData Makefile ports/textproc/p5-WordNet-Similarity Makefile ports/textproc/ruby-wordnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:30:28 -0000 mi 2004/02/18 11:30:28 PST FreeBSD ports repository Modified files: textproc/py-wordnet Makefile textproc/p5-WordNet-QueryData Makefile textproc/p5-WordNet-Similarity Makefile textproc/ruby-wordnet Makefile Log: Bump PORTREVISION and otherwise adjust things depending on WordNet, which was upgraded to 2.0 yesterday. Insisted upon by: clement Revision Changes Path 1.6 +3 -2 ports/textproc/p5-WordNet-QueryData/Makefile 1.3 +2 -1 ports/textproc/p5-WordNet-Similarity/Makefile 1.6 +2 -2 ports/textproc/py-wordnet/Makefile 1.2 +2 -1 ports/textproc/ruby-wordnet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:50:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C4016A4CE; Wed, 18 Feb 2004 11:50:21 -0800 (PST) Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BF743D1D; Wed, 18 Feb 2004 11:50:21 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1IJoFNV088397; Wed, 18 Feb 2004 20:50:15 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1IJoFvE082580; Wed, 18 Feb 2004 20:50:15 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1IJoErQ082579; Wed, 18 Feb 2004 20:50:14 +0100 (CET) (envelope-from wkb) Date: Wed, 18 Feb 2004 20:50:14 +0100 From: Wilko Bulte To: John Baldwin Message-ID: <20040218195014.GA82542@freebie.xs4all.nl> References: <20040215.152553.55627525.imp@bsdimp.com> <200402171605.22554.jhb@FreeBSD.org> <20040217.214954.70221117.imp@bsdimp.com> <200402180918.17580.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402180918.17580.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: wes@softweyr.com cc: ceri@submonkey.net cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: "M. Warner Losh" cc: doc-committers@FreeBSD.ORG cc: wilko@FreeBSD.ORG Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:50:22 -0000 On Wed, Feb 18, 2004 at 09:18:17AM -0500, John Baldwin wrote: > On Tuesday 17 February 2004 11:49 pm, M. Warner Losh wrote: > > In message: <200402171605.22554.jhb@FreeBSD.org> > > > > John Baldwin writes: > > : > Funny, I've lived just about everywhere in the US (except Texas) and "a > > : > couple" has always meant two. "A few" would be 2 to 5, several would > > : > be 4 or 5 to maybe a dozen, etc., all the way up to "buttload" which is > > : > rougly "more than a man can carry." > > : > > > : > 2 or more seems to be what we really want here. A parenthetical "X > > : > floppies for i386 as of this writing" will help the reader to grasp the > > : > scale at some ill-specified point in time. > > : > > : Actually, 3 floppies are used for i386 and 4 for pc98 right now. If > > : bsdlabel(8) on Alpha is ever fixed so that it makes bootable images > > : again, then Alpha will use 3 floppies. > > > > A handful of floppies then. Or a Fistful Of Floppies. Nice ring to > > it... > > A "passle" of floppies. How many floppies can one store in a bikeshed? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:50:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477BA16A4CE; Wed, 18 Feb 2004 11:50:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B6343D1D; Wed, 18 Feb 2004 11:50:34 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJoYGe087251; Wed, 18 Feb 2004 11:50:34 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJoXfP087250; Wed, 18 Feb 2004 11:50:33 -0800 (PST) (envelope-from glewis) Message-Id: <200402181950.i1IJoXfP087250@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 11:50:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java Makefile ports/java/jflex Makefile distinfo pkg-descr pkg-plist ports/java/jflex/files patch-Makefile patch-jflex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:50:34 -0000 glewis 2004/02/18 11:50:33 PST FreeBSD ports repository Modified files: java Makefile Added files: java/jflex Makefile distinfo pkg-descr pkg-plist java/jflex/files patch-Makefile patch-jflex Log: Add a port of jflex: JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex: They do not share any code though. WWW: http://www.jflex.de/ I've done some clean up to the submitted version of the port. PR: 62043 Submitted by: Conor McDermottroe Revision Changes Path 1.116 +1 -0 ports/java/Makefile 1.1 +46 -0 ports/java/jflex/Makefile (new) 1.1 +2 -0 ports/java/jflex/distinfo (new) 1.1 +29 -0 ports/java/jflex/files/patch-Makefile (new) 1.1 +71 -0 ports/java/jflex/files/patch-jflex (new) 1.1 +6 -0 ports/java/jflex/pkg-descr (new) 1.1 +64 -0 ports/java/jflex/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D1D16A4CE; Wed, 18 Feb 2004 11:53:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB62043D1D; Wed, 18 Feb 2004 11:53:45 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJrjGe089068; Wed, 18 Feb 2004 11:53:45 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJrjtA089067; Wed, 18 Feb 2004 11:53:45 -0800 (PST) (envelope-from glewis) Message-Id: <200402181953.i1IJrjtA089067@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 11:53:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:53:46 -0000 glewis 2004/02/18 11:53:45 PST FreeBSD ports repository Modified files: . modules Log: jflex -> ports/java/jflex Revision Changes Path 1.9422 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:14:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5661A16A4CE; Wed, 18 Feb 2004 12:14:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BADE43D1F; Wed, 18 Feb 2004 12:14:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKE9Ge094256; Wed, 18 Feb 2004 12:14:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKE9Mv094255; Wed, 18 Feb 2004 12:14:09 -0800 (PST) (envelope-from marcus) Message-Id: <200402182014.i1IKE9Mv094255@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 12:14:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gdesklets-multitail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:14:09 -0000 marcus 2004/02/18 12:14:08 PST FreeBSD ports repository Modified files: sysutils/gdesklets-multitail Makefile distinfo pkg-plist Log: Update to 0.2.3. PR: 62999 Submitted by: maintainer Revision Changes Path 1.5 +1 -2 ports/sysutils/gdesklets-multitail/Makefile 1.3 +2 -2 ports/sysutils/gdesklets-multitail/distinfo 1.4 +4 -4 ports/sysutils/gdesklets-multitail/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:20:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4097616A4CE; Wed, 18 Feb 2004 12:20:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2499343D2F; Wed, 18 Feb 2004 12:20:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKKkGe094588; Wed, 18 Feb 2004 12:20:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKKk5S094587; Wed, 18 Feb 2004 12:20:46 -0800 (PST) (envelope-from marcus) Message-Id: <200402182020.i1IKKk5S094587@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 12:20:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/linneighborhood Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:20:47 -0000 marcus 2004/02/18 12:20:46 PST FreeBSD ports repository Modified files: sysutils/linneighborhood Makefile Log: Respect PTHREAD_{CFLAGS,LIBS}. PR: 62988 Submitted by: maintainer Revision Changes Path 1.9 +5 -7 ports/sysutils/linneighborhood/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:24:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C49E16A4CE; Wed, 18 Feb 2004 12:24:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0835943D1D; Wed, 18 Feb 2004 12:24:41 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKOeGe096392; Wed, 18 Feb 2004 12:24:40 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKOeVA096391; Wed, 18 Feb 2004 12:24:40 -0800 (PST) (envelope-from dinoex) Message-Id: <200402182024.i1IKOeVA096391@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 18 Feb 2004 12:24:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamav-devel Makefile pkg-descr pkg-install pkg-plist ports/security/clamav-devel/files clamav-clamd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:24:41 -0000 dinoex 2004/02/18 12:24:40 PST FreeBSD ports repository Modified files: security/clamav-devel Makefile pkg-descr pkg-install pkg-plist security/clamav-devel/files clamav-clamd.sh Log: - Unbreak threading issue PR: 63022 Submitted by: rob@debank.tv - Use fixStaleSocket by default - Add clamav user to mail group (for exim users) - clean up DOCSDIR variable PR: 63022 Submitted by: rob@debank.tv Suggested by: eik Revision Changes Path 1.42 +10 -7 ports/security/clamav-devel/Makefile 1.3 +1 -11 ports/security/clamav-devel/files/clamav-clamd.sh 1.6 +2 -0 ports/security/clamav-devel/pkg-descr 1.12 +1 -0 ports/security/clamav-devel/pkg-install 1.18 +4 -4 ports/security/clamav-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:25:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC7816A4CE; Wed, 18 Feb 2004 12:25:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2904943D1D; Wed, 18 Feb 2004 12:25:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKPAGe096465; Wed, 18 Feb 2004 12:25:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKPAHd096464; Wed, 18 Feb 2004 12:25:10 -0800 (PST) (envelope-from marcus) Message-Id: <200402182025.i1IKPAHd096464@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 12:25:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/straw Makefile distinfo pkg-plist ports/net/straw/files patch-Makefile patch-setup.py patch-src::lib::utils.py patch-src::straw X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:25:11 -0000 marcus 2004/02/18 12:25:10 PST FreeBSD ports repository Modified files: net/straw Makefile distinfo pkg-plist net/straw/files patch-src::lib::Main.py patch-src::straw Added files: net/straw/files patch-setup.py Removed files: net/straw/files patch-Makefile patch-src::lib::Config.py patch-src::lib::utils.py Log: Update to 0.22. PR: 62978 Submitted by: maintainer Revision Changes Path 1.6 +11 -14 ports/net/straw/Makefile 1.3 +2 -2 ports/net/straw/distinfo 1.2 +0 -61 ports/net/straw/files/patch-Makefile (dead) 1.1 +15 -0 ports/net/straw/files/patch-setup.py (new) 1.2 +0 -11 ports/net/straw/files/patch-src::lib::Config.py (dead) 1.2 +3 -3 ports/net/straw/files/patch-src::lib::Main.py 1.2 +0 -11 ports/net/straw/files/patch-src::lib::utils.py (dead) 1.2 +3 -9 ports/net/straw/files/patch-src::straw 1.2 +92 -5 ports/net/straw/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 06:56:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BC016A4CE; Wed, 18 Feb 2004 06:56:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C2C43D2D; Wed, 18 Feb 2004 06:56:20 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IEuKGe015147; Wed, 18 Feb 2004 06:56:20 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IEuKbY015146; Wed, 18 Feb 2004 06:56:20 -0800 (PST) (envelope-from mtm) Message-Id: <200402181456.i1IEuKbY015146@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 06:56:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_attr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 14:56:21 -0000 mtm 2004/02/18 06:56:20 PST FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c Log: Move the weak references to the top of the file to conform to the format of other similar files in libthr. Revision Changes Path 1.2 +22 -43 src/lib/libthr/thread/thr_attr.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:26:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B6A16A4CE; Wed, 18 Feb 2004 07:26:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D69643D2D; Wed, 18 Feb 2004 07:26:01 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFQ0Ge022375; Wed, 18 Feb 2004 07:26:00 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFQ0V3022374; Wed, 18 Feb 2004 07:26:00 -0800 (PST) (envelope-from mtm) Message-Id: <200402181526.i1IFQ0V3022374@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 07:26:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_getschedparam.c thr_setschedparam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:26:01 -0000 mtm 2004/02/18 07:26:00 PST FreeBSD src repository Modified files: lib/libthr/thread thr_setschedparam.c Removed files: lib/libthr/thread thr_getschedparam.c Log: o Catch up with the mutex priority protocol fixes. o Move pthread_getschedparam() into the same file with it's pthread_set* counterpart. Copyright on both files is identical. Revision Changes Path 1.2 +0 -59 src/lib/libthr/thread/thr_getschedparam.c (dead) 1.6 +66 -63 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 07:56:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2777D16A4CF; Wed, 18 Feb 2004 07:56:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFBD43D2D; Wed, 18 Feb 2004 07:56:54 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IFurGe028683; Wed, 18 Feb 2004 07:56:53 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IFurS2028682; Wed, 18 Feb 2004 07:56:53 -0800 (PST) (envelope-from dwmalone) Message-Id: <200402181556.i1IFurS2028682@repoman.freebsd.org> From: David Malone Date: Wed, 18 Feb 2004 07:56:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ip6fw ip6fw.8 ip6fw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 15:56:54 -0000 dwmalone 2004/02/18 07:56:53 PST FreeBSD src repository Modified files: sbin/ip6fw ip6fw.8 ip6fw.c Log: Add a -n option that stops ip6fw making any changes to the rules in the kernel. Submitted by: Orla McGann MFC after: 3 weeks Revision Changes Path 1.21 +8 -3 src/sbin/ip6fw/ip6fw.8 1.16 +50 -26 src/sbin/ip6fw/ip6fw.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 10:52:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FF616A4CE; Wed, 18 Feb 2004 10:52:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7DD43D1D; Wed, 18 Feb 2004 10:52:53 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IIqrGe075327; Wed, 18 Feb 2004 10:52:53 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IIqrEX075326; Wed, 18 Feb 2004 10:52:53 -0800 (PST) (envelope-from krion) Message-Id: <200402181852.i1IIqrEX075326@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 10:52:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/zinf Makefile distinfo pkg-plist patch-base-include-event.hpatch-base-src-properties.cpp... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 18:52:53 -0000 krion 2004/02/18 10:52:53 PST FreeBSD ports repository Modified files: audio/zinf Makefile distinfo pkg-plist audio/zinf/files patch-base-Makefile.in patch-configure patch-io-src-pullbuffer.cpp patch-ui-zinf-src-ThemeZip.cpp Added files: audio/zinf/files patch-base-include-event.h patch-base-src-properties.cpp patch-ui-musicbrowser-unix-src-musicsearch.cpp patch-ui-zinf-include-DialControl.h Removed files: audio/zinf/files patch-base-include-eventdata.h patch-base-src-player.cpp patch-base-src-propimpl.cpp patch-config-ltmain.sh patch-io-soundcard-unix-linux-soundcardpmo.cpp patch-io-wavout-src-wav.cpp patch-lmc-wav-src-wavlmc.cpp Log: - Update to version 2.2.5 PR: ports/63004 Submitted by: Ports Fury Revision Changes Path 1.39 +4 -14 ports/audio/zinf/Makefile 1.12 +2 -2 ports/audio/zinf/distinfo 1.2 +8 -8 ports/audio/zinf/files/patch-base-Makefile.in 1.1 +13 -0 ports/audio/zinf/files/patch-base-include-event.h (new) 1.2 +0 -11 ports/audio/zinf/files/patch-base-include-eventdata.h (dead) 1.2 +0 -20 ports/audio/zinf/files/patch-base-src-player.cpp (dead) 1.1 +12 -0 ports/audio/zinf/files/patch-base-src-properties.cpp (new) 1.2 +0 -13 ports/audio/zinf/files/patch-base-src-propimpl.cpp (dead) 1.2 +0 -21 ports/audio/zinf/files/patch-config-ltmain.sh (dead) 1.2 +3 -11 ports/audio/zinf/files/patch-configure 1.2 +0 -11 ports/audio/zinf/files/patch-io-soundcard-unix-linux-soundcardpmo.cpp (dead) 1.2 +4 -13 ports/audio/zinf/files/patch-io-src-pullbuffer.cpp 1.3 +0 -21 ports/audio/zinf/files/patch-io-wavout-src-wav.cpp (dead) 1.2 +0 -10 ports/audio/zinf/files/patch-lmc-wav-src-wavlmc.cpp (dead) 1.1 +12 -0 ports/audio/zinf/files/patch-ui-musicbrowser-unix-src-musicsearch.cpp (new) 1.1 +12 -0 ports/audio/zinf/files/patch-ui-zinf-include-DialControl.h (new) 1.2 +8 -32 ports/audio/zinf/files/patch-ui-zinf-src-ThemeZip.cpp 1.11 +4 -1 ports/audio/zinf/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 11:58:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C723816A4D0; Wed, 18 Feb 2004 11:58:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE5C43D2D; Wed, 18 Feb 2004 11:58:24 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IJwOGe089255; Wed, 18 Feb 2004 11:58:24 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IJwOsW089254; Wed, 18 Feb 2004 11:58:24 -0800 (PST) (envelope-from glewis) Message-Id: <200402181958.i1IJwOsW089254@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 11:58:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jlex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 19:58:25 -0000 glewis 2004/02/18 11:58:24 PST FreeBSD ports repository Modified files: java/jlex Makefile Log: . Add a secondary category of devel, which seems appropriate. Revision Changes Path 1.11 +1 -1 ports/java/jlex/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:16:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E358916A4CE; Wed, 18 Feb 2004 12:16:30 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C80C43D1D; Wed, 18 Feb 2004 12:16:30 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (smmsp@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1IKGTFo027489; Wed, 18 Feb 2004 23:16:29 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1IJUi7g026789; Wed, 18 Feb 2004 22:30:44 +0300 (MSK) (envelope-from ache) Date: Wed, 18 Feb 2004 22:30:44 +0300 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20040218193044.GA26653@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> <20040218190255.GB1578@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20040218190255.GB1578@ip.net.ua> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:16:31 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 18, 2004 at 09:02:55PM +0200, Ruslan Ermilov wrote: > This is bogus. The correct way would be to fix #include's to > spell ``#include '', but this will be considered > evil as it will take lot of files off their vendor branches. Yes, and it was the reason of commit to NOT do it, using -I instead. > What was wrong with ${.CURDIR}/.../include/gnu, except > misspelling the number of ".."'s in some cases? The reason is that ${.CURDIR}/.... is for _source_ dir, not for final ${DESTDIR} where includes are installed at the start of 'make world'. There is no regex.h in source dir with that name. To make it works, there must be -I${.CURDIR}/.../gnu/lib/libregex insead, but too many ../=20 are ugly in anycase. > I've been slowly working towards removing all instances of > -I${DESTDIR}/usr/include/... in the src/ makefiles. Before > this commit, there were only a few makefiles with > -I${DESTDIR}/usr/include/rpcsvc, but RPC code is known to be > a nightmare to deal with. I am not sure it will be right, only if ${.CURDIR} is in the same place,=20 where ${DESTDIR} is. --=20 Andrey Chernov | http://ache.pp.ru/ --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQDO9ZOJgpPLZnQjrAQGRYAP+LvKhC3NcJOmcG3+RNqiBGrC3RveV4vsV 81nkCg3EExlC5nRc+yybfVuOaiRZ+l48S5zrJr/HY7M/xhHFJAuzOJGd9yUf+OP+ +Pr1D7BCDsVMy09BcPcofbGR/kv4dBLmGyUSjDJf1RYo/BwitiPvbXzjLzVDBg7i 95iSOJBWJiA= =4kPR -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:35:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E67016A4CE; Wed, 18 Feb 2004 12:35:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1283843D1D; Wed, 18 Feb 2004 12:35:56 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKZtGe098633; Wed, 18 Feb 2004 12:35:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKZtEF098632; Wed, 18 Feb 2004 12:35:55 -0800 (PST) (envelope-from krion) Message-Id: <200402182035.i1IKZtEF098632@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 12:35:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/yap Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:35:56 -0000 krion 2004/02/18 12:35:55 PST FreeBSD ports repository Modified files: lang/yap Makefile distinfo pkg-descr Log: - Update to version 4.4.4 PR: ports/63008 Submitted by: Ports Fury Revision Changes Path 1.12 +1 -1 ports/lang/yap/Makefile 1.8 +2 -2 ports/lang/yap/distinfo 1.2 +1 -1 ports/lang/yap/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:38:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C35216A4CE; Wed, 18 Feb 2004 12:38:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3173F43D1D; Wed, 18 Feb 2004 12:38:10 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKcAGe098720; Wed, 18 Feb 2004 12:38:10 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKc9Gg098719; Wed, 18 Feb 2004 12:38:09 -0800 (PST) (envelope-from krion) Message-Id: <200402182038.i1IKc9Gg098719@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 12:38:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/dejagnu Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:38:10 -0000 krion 2004/02/18 12:38:09 PST FreeBSD ports repository Modified files: misc/dejagnu Makefile distinfo pkg-descr pkg-plist Log: - Update to version 1.4.4 PR: ports/63009 Submitted by: Ports Fury Revision Changes Path 1.23 +4 -4 ports/misc/dejagnu/Makefile 1.8 +2 -2 ports/misc/dejagnu/distinfo 1.2 +8 -21 ports/misc/dejagnu/pkg-descr 1.10 +3 -2 ports/misc/dejagnu/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:39:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71EB16A4CE; Wed, 18 Feb 2004 12:39:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9A043D1F; Wed, 18 Feb 2004 12:39:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKd7Ge098779; Wed, 18 Feb 2004 12:39:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKd7U2098778; Wed, 18 Feb 2004 12:39:07 -0800 (PST) (envelope-from marcus) Message-Id: <200402182039.i1IKd7U2098778@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 12:39:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany Makefile ports/www/galeon2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:39:08 -0000 marcus 2004/02/18 12:39:07 PST FreeBSD ports repository Modified files: www/epiphany Makefile www/galeon2 Makefile Log: Don't tack on -gtk2 when looking for Mozilla pkgconfig files. Revision Changes Path 1.39 +1 -1 ports/www/epiphany/Makefile 1.137 +1 -1 ports/www/galeon2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:39:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCE116A4CE; Wed, 18 Feb 2004 12:39:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028343D2D; Wed, 18 Feb 2004 12:39:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKdvGe098821; Wed, 18 Feb 2004 12:39:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKdvDU098820; Wed, 18 Feb 2004 12:39:57 -0800 (PST) (envelope-from krion) Message-Id: <200402182039.i1IKdvDU098820@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 12:39:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/doclifter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:39:58 -0000 krion 2004/02/18 12:39:57 PST FreeBSD ports repository Modified files: textproc/doclifter Makefile distinfo Log: - Update to version 1.7 PR: ports/63010 Submitted by: Ports Fury Revision Changes Path 1.6 +1 -1 ports/textproc/doclifter/Makefile 1.6 +2 -2 ports/textproc/doclifter/distinfo From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:43:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E9C16A4CE; Wed, 18 Feb 2004 12:43:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F302543D2D; Wed, 18 Feb 2004 12:43:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKh9Ge001001; Wed, 18 Feb 2004 12:43:09 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKh9cG001000; Wed, 18 Feb 2004 12:43:09 -0800 (PST) (envelope-from krion) Message-Id: <200402182043.i1IKh9cG001000@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 12:43:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash-completion Makefile distinfo ports/shells/bash-completion/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:43:10 -0000 krion 2004/02/18 12:43:09 PST FreeBSD ports repository Modified files: shells/bash-completion Makefile distinfo shells/bash-completion/files patch-aa Log: - Update to version 20040214 PR: ports/63023 Submitted by: maintainer Revision Changes Path 1.7 +11 -1 ports/shells/bash-completion/Makefile 1.6 +2 -1 ports/shells/bash-completion/distinfo 1.3 +2 -20 ports/shells/bash-completion/files/patch-aa From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:53:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FC916A4CE; Wed, 18 Feb 2004 12:53:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17A943D1D; Wed, 18 Feb 2004 12:53:33 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IKrXGe009323; Wed, 18 Feb 2004 12:53:33 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IKrXl9009322; Wed, 18 Feb 2004 12:53:33 -0800 (PST) (envelope-from krion) Message-Id: <200402182053.i1IKrXl9009322@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 18 Feb 2004 12:53:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/epplets Makefileports/x11-wm/epplets/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 20:53:34 -0000 krion 2004/02/18 12:53:33 PST FreeBSD ports repository Modified files: x11-wm/epplets Makefile Removed files: x11-wm/epplets/files patch-configure Log: - Fix build PR: ports/63011 Submitted by: Ports Fury Revision Changes Path 1.23 +8 -7 ports/x11-wm/epplets/Makefile 1.2 +0 -10 ports/x11-wm/epplets/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 12:56:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63AD16A4CE; Wed, 18 Feb 2004 12:56:02 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEA843D1D; Wed, 18 Feb 2004 12:56:02 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1IKu1OJ058353; Wed, 18 Feb 2004 12:56:01 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1IKu0C9058352; Wed, 18 Feb 2004 12:56:00 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 12:56:00 -0800 From: "David O'Brien" To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040218205600.GA58218@dragon.nuxi.com> References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> <20040217224258.GC33586@dragon.nuxi.com> <20040218014254.GC16382@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218014254.GC16382@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 20:56:03 -0000 On Wed, Feb 18, 2004 at 04:42:54AM +0300, Andrey Chernov wrote: > On Tue, Feb 17, 2004 at 02:42:58PM -0800, David O'Brien wrote: > > Are you not going to keep /usr/include/gnuregex.h as a wrapper for > > ? I prefer the former as it stands out this is the GNU > > version. Since this is not vender source there was no need to change it. > > No, gnuregex.h will be lost. I plan to import new version of gnu regex > into /usr/include/gnu/ with /posix subdir, etc. Using /usr/include/gnu > allows us to not change gnu sources, i.e. regex.h -> gnuregex.h I'll be adding back gnuregex.h then for 5.x. The header should NOT go away mid-branch like this. Ports may depend on it, other 3rd party software may depend on it. We can have a gnuregex.h wrapper while still not changing the GNU sources. Your change is well welcomed, but we must keep some compatability with the past. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:05:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0C516A4CE; Wed, 18 Feb 2004 13:05:18 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BB443D1D; Wed, 18 Feb 2004 13:05:18 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1IL5IOJ058725; Wed, 18 Feb 2004 13:05:18 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1IL5I5f058724; Wed, 18 Feb 2004 13:05:18 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 13:05:17 -0800 From: "David O'Brien" To: Oliver Eikemeier Message-ID: <20040218210517.GA58627@dragon.nuxi.com> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402181107.i1IB7DKX058037@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 21:05:18 -0000 On Wed, Feb 18, 2004 at 03:07:13AM -0800, Oliver Eikemeier wrote: > eik 2004/02/18 03:07:13 PST > > FreeBSD ports repository > > Added files: > lang/egcs/files patch-cp::decl.c patch-cp::ptree.c > patch-libiberty::Makefile.in > mail/exim-old/files patch-src::smtp_in.c > sysutils/e2fsprogs/files patch-intl::Makefile.in ... > % in filenames break perforce: DON'T use '::' either! It causes problems with Bash. From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:08:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB78216A4CE; Wed, 18 Feb 2004 13:08:51 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB34E43D2D; Wed, 18 Feb 2004 13:08:51 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.30; FreeBSD) id 1AtYw7-0008cv-3b; Wed, 18 Feb 2004 22:08:51 +0100 Date: Wed, 18 Feb 2004 22:08:51 +0100 From: Kirill Ponomarew To: David O'Brien Message-ID: <20040218210851.GM74464@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , David O'Brien , Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TC23+W66xmFESAX" Content-Disposition: inline In-Reply-To: <20040218210517.GA58627@dragon.nuxi.com> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:08:52 -0000 --6TC23+W66xmFESAX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Feb 18, 2004 at 01:05:17PM -0800, David O'Brien wrote: =20 > DON'T use '::' either! It causes problems with Bash. If you count all patches in ports which contain '::', you will be very surprised. BTW, bash is not default shell in FreeBSD. -Kirill --6TC23+W66xmFESAX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAM9RjQC1G6a60JuURAos7AJ9BOcoVKXvtvaARdZWXSM10ezvo8QCg6D/I wzY7Nlu8rXQLhfWCN9N7/gI= =p63F -----END PGP SIGNATURE----- --6TC23+W66xmFESAX-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:11:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0261916A4CE; Wed, 18 Feb 2004 13:11:17 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A017D43D1D; Wed, 18 Feb 2004 13:11:17 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 79075530F; Wed, 18 Feb 2004 22:11:16 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 0845A530D; Wed, 18 Feb 2004 22:11:09 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D831033C6F; Wed, 18 Feb 2004 22:11:08 +0100 (CET) To: obrien@FreeBSD.org References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Wed, 18 Feb 2004 22:11:08 +0100 In-Reply-To: <20040218210517.GA58627@dragon.nuxi.com> (David O'Brien's message of "Wed, 18 Feb 2004 13:05:17 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:11:18 -0000 "David O'Brien" writes: > DON'T use '::' either! It causes problems with Bash. You seem to be the only one to consider that a problem. Maybe you should try to solve it at your end rather than attempt to impose your will on the rest of the community? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:15:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85CA216A4FB; Wed, 18 Feb 2004 13:15:18 -0800 (PST) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A22143D1D; Wed, 18 Feb 2004 13:15:18 -0800 (PST) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id 82B28AA619B; Thu, 19 Feb 2004 08:15:16 +1100 (EST) X-Viruscan-Id: <4033D5E300004CFB8E8D80@BarNet> Received: from mail2-auth.barnet.com.au (localhost [127.0.0.1]) by mail2.barnet.com.au (Postfix) with ESMTP id 379AAB29D3A; Thu, 19 Feb 2004 08:15:15 +1100 (EST) Received: from k7.mavetju (unknown [192.168.1.1]) by mail2-auth.barnet.com.au (Postfix) with ESMTP id D1B051934D; Thu, 19 Feb 2004 08:15:14 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 14A5D6A7118; Thu, 19 Feb 2004 08:15:14 +1100 (EST) Date: Thu, 19 Feb 2004 08:15:14 +1100 From: Edwin Groothuis To: David O'Brien Message-ID: <20040218211514.GA22460@k7.mavetju> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218210517.GA58627@dragon.nuxi.com> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:15:18 -0000 On Wed, Feb 18, 2004 at 01:05:17PM -0800, David O'Brien wrote: > On Wed, Feb 18, 2004 at 03:07:13AM -0800, Oliver Eikemeier wrote: > > eik 2004/02/18 03:07:13 PST > > > > FreeBSD ports repository > > > > Added files: > > lang/egcs/files patch-cp::decl.c patch-cp::ptree.c > > patch-libiberty::Makefile.in > > mail/exim-old/files patch-src::smtp_in.c > > sysutils/e2fsprogs/files patch-intl::Makefile.in > ... > > % in filenames break perforce: > > DON'T use '::' either! It causes problems with Bash. And don't use *'s neither, it causes problems with all kind of other shells! \E\d\w\i\n, who knows you can escape characters and that the shell will process them correctly. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:16:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A43616A4CE; Wed, 18 Feb 2004 13:16:44 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A0A43D1F; Wed, 18 Feb 2004 13:16:44 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1ILGhOJ059062; Wed, 18 Feb 2004 13:16:43 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1ILGgte059061; Wed, 18 Feb 2004 13:16:42 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 13:16:42 -0800 From: "David O'Brien" To: Oliver Eikemeier Message-ID: <20040218211642.GB58627@dragon.nuxi.com> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402181107.i1IB7DKX058037@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 21:16:44 -0000 On Wed, Feb 18, 2004 at 03:07:13AM -0800, Oliver Eikemeier wrote: > eik 2004/02/18 03:07:13 PST > > FreeBSD ports repository > > Added files: > lang/egcs/files patch-cp::decl.c patch-cp::ptree.c > patch-libiberty::Makefile.in > mail/exim-old/files patch-src::smtp_in.c > sysutils/e2fsprogs/files patch-intl::Makefile.in > Removed files: > lang/egcs/files patch-cp%decl.c patch-cp%ptree.c > patch-libiberty%Makefile.in > mail/exim-old/files patch-src%smtp_in.c > sysutils/e2fsprogs/files patch-intl%Makefile.in > Log: > % in filenames break perforce: > Please reference http://www.perforce.com/perforce/technotes/note041.html so one has a clue what the vaguely refereed to problem is. Thanks. From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:36:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 549B416A4CE; Wed, 18 Feb 2004 13:36:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DA843D1F; Wed, 18 Feb 2004 13:36:54 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ILarGe018898; Wed, 18 Feb 2004 13:36:54 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ILarv9018897; Wed, 18 Feb 2004 13:36:53 -0800 (PST) (envelope-from phk) Message-Id: <200402182136.i1ILarv9018897@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 18 Feb 2004 13:36:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/contrib/dev/fla fla.c src/sys/dev/aac aac.c aac_disk.c aacvar.h src/sys/dev/amr amr_disk.c amrvar.h src/sys/dev/ata... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:36:54 -0000 phk 2004/02/18 13:36:53 PST FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c scsi_da.c sys/contrib/dev/fla fla.c sys/dev/aac aac.c aac_disk.c aacvar.h sys/dev/amr amr_disk.c amrvar.h sys/dev/ata ata-disk.c ata-disk.h ata-raid.c ata-raid.h atapi-fd.c atapi-fd.h sys/dev/ida ida_disk.c idavar.h sys/dev/ips ips_disk.c ips_disk.h sys/dev/mlx mlx_disk.c mlxvar.h sys/dev/ofw ofw_disk.c sys/dev/pst pst-raid.c sys/dev/raidframe rf_freebsdkintf.c sys/dev/twe twe_freebsd.c sys/geom geom_disk.c geom_disk.h sys/ia64/ia64 sscdisk.c sys/pc98/pc98 wd.c Log: Change the disk(9) API in order to make device removal more robust. Previously the "struct disk" were owned by the device driver and this gave us problems when the device disappared and the users of that device were not immediately disappearing. Now the struct disk is allocate with a new call, disk_alloc() and owned by geom_disk and just abandonned by the device driver when disk_create() is called. Unfortunately, this results in a ton of "s/\./->/" changes to device drivers. Since I'm doing the sweep anyway, a couple of other API improvements have been carried out at the same time: The Giant awareness flag has been flipped from DISKFLAG_NOGIANT to DISKFLAG_NEEDSGIANT A version number have been added to disk_create() so that we can detect, report and ignore binary drivers with old ABI in the future. Manual page update to follow shortly. Revision Changes Path 1.89 +26 -23 src/sys/cam/scsi/scsi_cd.c 1.163 +24 -21 src/sys/cam/scsi/scsi_da.c 1.40 +15 -12 src/sys/contrib/dev/fla/fla.c 1.86 +1 -1 src/sys/dev/aac/aac.c 1.37 +15 -13 src/sys/dev/aac/aac_disk.c 1.41 +1 -1 src/sys/dev/aac/aacvar.h 1.31 +16 -13 src/sys/dev/amr/amr_disk.c 1.20 +1 -1 src/sys/dev/amr/amrvar.h 1.170 +16 -14 src/sys/dev/ata/ata-disk.c 1.48 +1 -1 src/sys/dev/ata/ata-disk.h 1.78 +23 -20 src/sys/dev/ata/ata-raid.c 1.26 +1 -1 src/sys/dev/ata/ata-raid.h 1.94 +16 -14 src/sys/dev/ata/atapi-fd.c 1.22 +1 -1 src/sys/dev/ata/atapi-fd.h 1.44 +14 -11 src/sys/dev/ida/ida_disk.c 1.14 +1 -1 src/sys/dev/ida/idavar.h 1.5 +17 -14 src/sys/dev/ips/ips_disk.c 1.3 +1 -1 src/sys/dev/ips/ips_disk.h 1.32 +17 -14 src/sys/dev/mlx/mlx_disk.c 1.21 +1 -1 src/sys/dev/mlx/mlxvar.h 1.12 +13 -10 src/sys/dev/ofw/ofw_disk.c 1.13 +14 -11 src/sys/dev/pst/pst-raid.c 1.27 +18 -15 src/sys/dev/raidframe/rf_freebsdkintf.c 1.32 +19 -14 src/sys/dev/twe/twe_freebsd.c 1.85 +31 -23 src/sys/geom/geom_disk.c 1.3 +6 -2 src/sys/geom/geom_disk.h 1.29 +13 -10 src/sys/ia64/ia64/sscdisk.c 1.136 +14 -11 src/sys/pc98/pc98/wd.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:37:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 085F216A4CE; Wed, 18 Feb 2004 13:37:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B6B43D1D; Wed, 18 Feb 2004 13:37:36 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ILbaGe018964; Wed, 18 Feb 2004 13:37:36 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ILbaV0018961; Wed, 18 Feb 2004 13:37:36 -0800 (PST) (envelope-from des) Message-Id: <200402182137.i1ILbaV0018961@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 18 Feb 2004 13:37:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:37:37 -0000 des 2004/02/18 13:37:36 PST FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Fix printf() format bug in previous commit (size_t != int). Use %ju and an (uintmax_t) cast to print size_t values. Use %jd and an (intmax_t) cast to print off_t values. Use off_t variables to hold the difference between two off_t values. Don't bother with unsigned char where char will do nicely. Revision Changes Path 1.64 +19 -17 src/usr.bin/fetch/fetch.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:38:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EEA16A4CF for ; Wed, 18 Feb 2004 13:38:50 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937E043D1F for ; Wed, 18 Feb 2004 13:38:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6132 invoked from network); 18 Feb 2004 21:38:50 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 18 Feb 2004 21:38:50 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1ILck2J098055; Wed, 18 Feb 2004 16:38:47 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Wilko Bulte Date: Wed, 18 Feb 2004 16:40:04 -0500 User-Agent: KMail/1.6 References: <20040215.152553.55627525.imp@bsdimp.com> <200402180918.17580.jhb@FreeBSD.org> <20040218195014.GA82542@freebie.xs4all.nl> In-Reply-To: <20040218195014.GA82542@freebie.xs4all.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402181640.04468.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: wes@softweyr.com cc: ceri@submonkey.net cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: "M. Warner Losh" cc: doc-committers@FreeBSD.ORG cc: wilko@FreeBSD.ORG Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:38:50 -0000 On Wednesday 18 February 2004 02:50 pm, Wilko Bulte wrote: > On Wed, Feb 18, 2004 at 09:18:17AM -0500, John Baldwin wrote: > > On Tuesday 17 February 2004 11:49 pm, M. Warner Losh wrote: > > > In message: <200402171605.22554.jhb@FreeBSD.org> > > > > > > John Baldwin writes: > > > : > Funny, I've lived just about everywhere in the US (except Texas) > > > : > and "a couple" has always meant two. "A few" would be 2 to 5, > > > : > several would be 4 or 5 to maybe a dozen, etc., all the way up to > > > : > "buttload" which is rougly "more than a man can carry." > > > : > > > > : > 2 or more seems to be what we really want here. A parenthetical "X > > > : > floppies for i386 as of this writing" will help the reader to grasp > > > : > the scale at some ill-specified point in time. > > > : > > > : Actually, 3 floppies are used for i386 and 4 for pc98 right now. If > > > : bsdlabel(8) on Alpha is ever fixed so that it makes bootable images > > > : again, then Alpha will use 3 floppies. > > > > > > A handful of floppies then. Or a Fistful Of Floppies. Nice ring to > > > it... > > > > A "passle" of floppies. > > How many floppies can one store in a bikeshed? A bikeshed full? *duck* -- 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 Feb 18 13:47:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5567916A4CE; Wed, 18 Feb 2004 13:47:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398D443D1F; Wed, 18 Feb 2004 13:47:19 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ILlJGe021225; Wed, 18 Feb 2004 13:47:19 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ILlJ6L021224; Wed, 18 Feb 2004 13:47:19 -0800 (PST) (envelope-from nectar) Message-Id: <200402182147.i1ILlJ6L021224@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 18 Feb 2004 13:47:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/metamail Makefile ports/mail/metamail/files patch-ae patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:47:19 -0000 nectar 2004/02/18 13:47:18 PST FreeBSD ports repository Modified files: mail/metamail Makefile mail/metamail/files patch-ae patch-af Log: Correct two format string vulnerabilities and two buffer overflows in metamail (CVE names CAN-2004-0104 and CAN-2004-0104). Submitted by: Ulf Härnhammar Revision Changes Path 1.21 +1 -0 ports/mail/metamail/Makefile 1.2 +20 -2 ports/mail/metamail/files/patch-ae 1.2 +58 -2 ports/mail/metamail/files/patch-af From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:47:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA26616A4CE; Wed, 18 Feb 2004 13:47:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF2D843D2F; Wed, 18 Feb 2004 13:47:46 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ILlkGe021256; Wed, 18 Feb 2004 13:47:46 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ILlkwS021255; Wed, 18 Feb 2004 13:47:46 -0800 (PST) (envelope-from nectar) Message-Id: <200402182147.i1ILlkwS021255@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 18 Feb 2004 13:47:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:47:47 -0000 nectar 2004/02/18 13:47:46 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Note metamail vulnerabilities. Revision Changes Path 1.15 +28 -0 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:48:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BED0C16A4CE; Wed, 18 Feb 2004 13:48:38 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58A243D1F; Wed, 18 Feb 2004 13:48:37 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1ILmaHn044940; Thu, 19 Feb 2004 00:48:36 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1ILma7s044935; Thu, 19 Feb 2004 00:48:36 +0300 (MSK) (envelope-from ache) Date: Thu, 19 Feb 2004 00:48:34 +0300 From: Andrey Chernov To: "David O'Brien" Message-ID: <20040218214833.GA44894@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> <20040217224258.GC33586@dragon.nuxi.com> <20040218014254.GC16382@nagual.pp.ru> <20040218205600.GA58218@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218205600.GA58218@dragon.nuxi.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:48:38 -0000 On Wed, Feb 18, 2004 at 12:56:00PM -0800, David O'Brien wrote: > I'll be adding back gnuregex.h then for 5.x. The header should NOT go > away mid-branch like this. Ports may depend on it, other 3rd party > software may depend on it. Ok, I'll create wrapper. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:51:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6D316A4CE; Wed, 18 Feb 2004 13:51:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DD843D1F; Wed, 18 Feb 2004 13:51:02 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ILp2Ge021506; Wed, 18 Feb 2004 13:51:02 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ILp2OO021505; Wed, 18 Feb 2004 13:51:02 -0800 (PST) (envelope-from des) Message-Id: <200402182151.i1ILp2OO021505@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 18 Feb 2004 13:51:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:51:03 -0000 des 2004/02/18 13:51:02 PST FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Use %zu for size_t, like God intended. Revision Changes Path 1.65 +1 -1 src/usr.bin/fetch/fetch.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:02:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF6516A4CE; Wed, 18 Feb 2004 14:02:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8BE43D1F; Wed, 18 Feb 2004 14:02:40 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IM2dGe025403; Wed, 18 Feb 2004 14:02:39 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IM2dMH025402; Wed, 18 Feb 2004 14:02:39 -0800 (PST) (envelope-from glewis) Message-Id: <200402182202.i1IM2dMH025402@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 14:02:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/ndiff Makefile distinfo pkg-descr pkg-plist ports/math/ndiff/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:02:40 -0000 glewis 2004/02/18 14:02:39 PST FreeBSD ports repository Modified files: math Makefile Added files: math/ndiff Makefile distinfo pkg-descr pkg-plist math/ndiff/files patch-Makefile.in Log: Add a port of ndiff: ndiff is a utility for comparing putatively similar files, ignoring small numeric differences. The utility is written by Nelson H. F. Beebe and covered by the GNU General Public License (GPL), version 2. It may be built with arbitrary precision support (more powerful) or using built-in floating point precision, see Makefile. Assessing the consistency of a numerical program run in multiple environments (operating systems, architectures, or compilers) can be a difficult task for a human, as small differences in numerical output values are expected. File differencing utilites, such as diff(1), will generally produce voluminous output, often longer than the original files. ndiff solves this problem. Taking two two text files expected to be identical, or at least numerically similar, it allows to specify absolute and/or relative error tolerances for differences between numerical values in the two files, and then reports only the lines with values exceeding those tolerances. It also tells by how much they differ. A simple example: % ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2 ### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4 WWW: http://www.math.utah.edu/~beebe/software/ndiff/ I've cleaned up the submitted version a little. PR: 62221 Submitted by: Stefan A. Deutscher Revision Changes Path 1.253 +1 -0 ports/math/Makefile 1.1 +44 -0 ports/math/ndiff/Makefile (new) 1.1 +2 -0 ports/math/ndiff/distinfo (new) 1.1 +36 -0 ports/math/ndiff/files/patch-Makefile.in (new) 1.1 +24 -0 ports/math/ndiff/pkg-descr (new) 1.1 +4 -0 ports/math/ndiff/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:08:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54DD16A4D9; Wed, 18 Feb 2004 14:08:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976EA43D2D; Wed, 18 Feb 2004 14:08:54 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IM8sGe026515; Wed, 18 Feb 2004 14:08:54 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IM8suh026514; Wed, 18 Feb 2004 14:08:54 -0800 (PST) (envelope-from glewis) Message-Id: <200402182208.i1IM8suh026514@repoman.freebsd.org> From: Greg Lewis Date: Wed, 18 Feb 2004 14:08:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:08:54 -0000 glewis 2004/02/18 14:08:54 PST FreeBSD ports repository Modified files: . modules Log: ndiff -> ports/math/ndiff Revision Changes Path 1.9423 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:40:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F0BB16A4CE; Wed, 18 Feb 2004 14:40:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235F43D1D; Wed, 18 Feb 2004 14:40:24 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IMeOGe032853; Wed, 18 Feb 2004 14:40:24 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IMeNBD032852; Wed, 18 Feb 2004 14:40:23 -0800 (PST) (envelope-from jhb) Message-Id: <200402182240.i1IMeNBD032852@repoman.freebsd.org> From: John Baldwin Date: Wed, 18 Feb 2004 14:40:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_pir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:40:24 -0000 jhb 2004/02/18 14:40:23 PST FreeBSD src repository Modified files: sys/i386/pci pci_pir.c Log: Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it off into its own file: - All of the $PIR interrupt routing is now done in a link-centric fashion. When a host-PCI bridge that uses the $PIR attaches, it calls pir_parse() to parse the table. This scans for link devices and merges all the masks for each link device from the table entries. It then looks at the intline register of PCI devices connected to a link to figure out if the BIOS has routed this link and if so to which IRQ. - The IRQ for any given link can be overridden via a hint like so: 'hw.pci.link.0x62.irq=10' Any IRQ set in this matter is treated as if it were set that way by the BIOS. - We only call the BIOS to route each link device once. - When a PCI device wants to route an interrupt, we look it up in the $PIR to find the associated link. If the link is routed, we simply return the IRQ it is using. If it is not routed, we have to pick one. This uses a different algorithm from the old code. First off, when we try to pick an interrupt from a mask of possible interrupts, we try to pick the one that is least loaded as far as PCI devices. We maintain this weight based on the number of devices attached to each link device. When choosing an IRQ, we first attempt to route using any PCI only interrupts (the old code did this as well). If that doesn't work, we try to use the list of IRQs that the BIOS has used. This is a new step that the new code didn't do and avoids using IRQ 3 or 4 for every virgin interrupt routing. If none of the IRQs that the BIOS used worked, then we fall back to trying anything. - The fallback mask for !PC98 was fixed to include IRQ 3 and not allow IRQ 2. - We don't use the $PIR to route interrupts on a PCI-PCI bridge unless it has already been used to route on at least one Host-PCI bridge. This helps to avoid mixing and matching x86 firmware PCI interrupt routing methods (which is a Bad Thing(tm)). Silence on: current@ Revision Changes Path 1.109 +447 -611 src/sys/i386/pci/pci_pir.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:41:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B612F16A4D0; Wed, 18 Feb 2004 14:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3DB43D1F; Wed, 18 Feb 2004 14:41:53 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IMfrGe034285; Wed, 18 Feb 2004 14:41:53 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IMfrFd034284; Wed, 18 Feb 2004 14:41:53 -0800 (PST) (envelope-from jhb) Message-Id: <200402182241.i1IMfrFd034284@repoman.freebsd.org> From: John Baldwin Date: Wed, 18 Feb 2004 14:41:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_bus.c pci_cfgreg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:41:53 -0000 jhb 2004/02/18 14:41:53 PST FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/include pci_cfgreg.h sys/i386/pci pci_bus.c pci_cfgreg.c Log: Switch to using the new $PIR interrupt routing code and remove the old code. The pci_cfgreg.c file now just controls reading/writing PCI config registers. Revision Changes Path 1.466 +1 -0 src/sys/conf/files.i386 1.11 +4 -2 src/sys/i386/include/pci_cfgreg.h 1.107 +12 -10 src/sys/i386/pci/pci_bus.c 1.109 +5 -424 src/sys/i386/pci/pci_cfgreg.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 13:53:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E022F16A4E5; Wed, 18 Feb 2004 13:53:06 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BA943D1D; Wed, 18 Feb 2004 13:53:06 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 4898454883; Wed, 18 Feb 2004 15:53:06 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id E09EF6D475; Wed, 18 Feb 2004 15:53:05 -0600 (CST) Date: Wed, 18 Feb 2004 15:53:05 -0600 From: "Jacques A. Vidrine" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040218215305.GA47727@madman.celabo.org> References: <200402182147.i1ILlJ6L021224@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200402182147.i1ILlJ6L021224@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: ports@FreeBSD.org Subject: maintainer for metamail? (was Re: cvs commit: ports/mail/metamail Makefile ports/mail/metamail/files patch-ae patch-af) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 21:53:07 -0000 On Wed, Feb 18, 2004 at 01:47:18PM -0800, Jacques A. Vidrine wrote: > nectar 2004/02/18 13:47:18 PST > > FreeBSD ports repository > > Modified files: > mail/metamail Makefile > mail/metamail/files patch-ae patch-af > Log: > Correct two format string vulnerabilities and two buffer overflows in > metamail (CVE names CAN-2004-0104 and CAN-2004-0104). > > Submitted by: Ulf Härnhammar > > Revision Changes Path > 1.21 +1 -0 ports/mail/metamail/Makefile > 1.2 +20 -2 ports/mail/metamail/files/patch-ae > 1.2 +58 -2 ports/mail/metamail/files/patch-af You know, I'm almost certain these are not the only issues in this port. Please, will someone step forward to maintain this port and look for and correct outstanding security issues therein? I can pass on some information I have. Otherwise (if a maintainer does *not* step forward), I will mark this port FORBIDDEN. The only reason I don't do it now is because a few other ports depend upon this one :-( Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:09:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C581016A4CE; Wed, 18 Feb 2004 14:09:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14B43D1F; Wed, 18 Feb 2004 14:09:34 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IM9YGe026555; Wed, 18 Feb 2004 14:09:34 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IM9Yfj026554; Wed, 18 Feb 2004 14:09:34 -0800 (PST) (envelope-from ache) Message-Id: <200402182209.i1IM9Yfj026554@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 18 Feb 2004 14:09:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libregex Makefile gnuregex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:09:34 -0000 ache 2004/02/18 14:09:34 PST FreeBSD src repository Modified files: gnu/lib/libregex Makefile Added files: gnu/lib/libregex gnuregex.h Log: Install gnuregex.h as wrapper for gnu/regex.h (with warning) Revision Changes Path 1.26 +3 -1 src/gnu/lib/libregex/Makefile 1.1 +3 -0 src/gnu/lib/libregex/gnuregex.h (new) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 14:10:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01B616A4D4; Wed, 18 Feb 2004 14:10:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949CB43D1D; Wed, 18 Feb 2004 14:10:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1IMA8Ge026605; Wed, 18 Feb 2004 14:10:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1IMA8Tm026604; Wed, 18 Feb 2004 14:10:08 -0800 (PST) (envelope-from phk) Message-Id: <200402182210.i1IMA8Tm026604@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 18 Feb 2004 14:10:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 disk.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 22:10:10 -0000 phk 2004/02/18 14:10:08 PST FreeBSD src repository Modified files: share/man/man9 disk.9 Log: Improve contents, ruin formatting. Revision Changes Path 1.5 +68 -38 src/share/man/man9/disk.9 From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:04:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9607416A4CE; Wed, 18 Feb 2004 15:04:41 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E9B543D1F; Wed, 18 Feb 2004 15:04:41 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1IN4dOJ061231; Wed, 18 Feb 2004 15:04:39 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1IN4clT061230; Wed, 18 Feb 2004 15:04:38 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 15:04:38 -0800 From: "David O'Brien" To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040218230438.GC58627@dragon.nuxi.com> References: <200402162346.i1GNkdAQ084017@repoman.freebsd.org> <20040217224258.GC33586@dragon.nuxi.com> <20040218014254.GC16382@nagual.pp.ru> <20040218205600.GA58218@dragon.nuxi.com> <20040218214833.GA44894@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218214833.GA44894@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 23:04:41 -0000 On Thu, Feb 19, 2004 at 12:48:34AM +0300, Andrey Chernov wrote: > On Wed, Feb 18, 2004 at 12:56:00PM -0800, David O'Brien wrote: > > I'll be adding back gnuregex.h then for 5.x. The header should NOT go > > away mid-branch like this. Ports may depend on it, other 3rd party > > software may depend on it. > > Ok, I'll create wrapper. Thanks. From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:19:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27FB216A4D3; Wed, 18 Feb 2004 15:19:51 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0830643D2F; Wed, 18 Feb 2004 15:19:51 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1INJoOJ061631; Wed, 18 Feb 2004 15:19:50 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1INJo2M061630; Wed, 18 Feb 2004 15:19:50 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 15:19:50 -0800 From: "David O'Brien" To: Kirill Ponomarew , Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040218231949.GB61242@dragon.nuxi.com> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> <20040218210851.GM74464@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218210851.GM74464@voodoo.oberon.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 23:19:51 -0000 On Wed, Feb 18, 2004 at 10:08:51PM +0100, Kirill Ponomarew wrote: > Hi, > > On Wed, Feb 18, 2004 at 01:05:17PM -0800, David O'Brien wrote: > > > DON'T use '::' either! It causes problems with Bash. > > If you count all patches in ports which contain '::', you will > be very surprised. BTW, bash is not default shell in FreeBSD. I'm not in the least bit surprised. I thought we had mostly agreed 2 years ago to stop using them so much. Want to see Bash imported?? if that's what it takes to stop the "::". From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:20:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EE116A4CE; Wed, 18 Feb 2004 15:20:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E0543D1D; Wed, 18 Feb 2004 15:20:13 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1INKDGe042149; Wed, 18 Feb 2004 15:20:13 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1INKDFS042148; Wed, 18 Feb 2004 15:20:13 -0800 (PST) (envelope-from jeh) Message-Id: <200402182320.i1INKDFS042148@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 18 Feb 2004 15:20:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:20:14 -0000 jeh 2004/02/18 15:20:13 PST FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Here is the regularly scheculed DAT update to DAT 4326 Revision Changes Path 1.204 +1 -1 ports/security/uvscan-dat/Makefile 1.202 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:21:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC32016A4CE; Wed, 18 Feb 2004 15:21:00 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B2D43D1D; Wed, 18 Feb 2004 15:21:00 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1INKuOJ061660; Wed, 18 Feb 2004 15:20:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1INKteV061659; Wed, 18 Feb 2004 15:20:55 -0800 (PST) (envelope-from obrien) Date: Wed, 18 Feb 2004 15:20:55 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040218232055.GC61242@dragon.nuxi.com> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 18 Feb 2004 23:21:02 -0000 On Wed, Feb 18, 2004 at 10:11:08PM +0100, Dag-Erling Sm?rgrav wrote: > "David O'Brien" writes: > > DON'T use '::' either! It causes problems with Bash. > > You seem to be the only one to consider that a problem. Maybe you > should try to solve it at your end rather than attempt to impose your > will on the rest of the community? We have alot more Bash users than users trying to put /usr/ports into Perforce. The 0.1% using Perforce can simply escape the %'s. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:32:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA7916A5B2; Wed, 18 Feb 2004 15:32:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A4643D1D; Wed, 18 Feb 2004 15:32:43 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1INWgGe046093; Wed, 18 Feb 2004 15:32:42 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1INWg0K046092; Wed, 18 Feb 2004 15:32:42 -0800 (PST) (envelope-from olgeni) Message-Id: <200402182332.i1INWg0K046092@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 18 Feb 2004 15:32:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/flow-extract pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:32:43 -0000 olgeni 2004/02/18 15:32:42 PST FreeBSD ports repository Modified files: net/flow-extract pkg-descr Log: Fix a typo. Revision Changes Path 1.3 +1 -1 ports/net/flow-extract/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:36:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64EA916A4CF; Wed, 18 Feb 2004 15:36:37 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3253343D2D; Wed, 18 Feb 2004 15:36:37 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1INaaOE009692; Wed, 18 Feb 2004 15:36:36 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1INaZtL009691; Wed, 18 Feb 2004 15:36:35 -0800 (PST) (envelope-from marcel) Date: Wed, 18 Feb 2004 15:36:35 -0800 From: Marcel Moolenaar To: John Baldwin Message-ID: <20040218233635.GA9510@ns1.xcllnt.net> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <200402180839.09285.jhb@FreeBSD.org> <20040218174059.GC7878@ns1.xcllnt.net> <200402181414.01381.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402181414.01381.jhb@FreeBSD.org> User-Agent: Mutt/1.5.5.1i cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:36:37 -0000 On Wed, Feb 18, 2004 at 02:14:00PM -0500, John Baldwin wrote: *snip* > Thus, you have: > > #define KASSERT(condition) KASSERTL(condition, __FILE__, __LINE__) > #define KASSERTV(condition, ...) KASSERTLV(condition, __FILE__, __LINE__, \ > __VA_ARGS__) > #define KASSERTL(condition, file, line) KASSERTLV(condition, file, line, \ > "%s", __STRING(condition)) > #define KASSERTLV(condition, file, line, ...) do { \ > if (!(condition)) { \ > printf("Assertion \""); \ > printf(__VA_ARGS__); \ > printf("\" failed at %s:%d\n", file, line); \ > } \ > } while(0) > > Even nicer might be to make fixup_filename() from subr_witness.c a global > #ifdef INVARIANTS_SUPPORT and have KASSERTLV() use that (it trims any (../)* > from the front of a filename to improve readability of messages by just > returning a char * pointer farther along in the string). Yes, looks very workable to me (KASSERTLV needs to panic though :-) The only downside is that we need to visit any existing KASSERTs. See also below. > If ASSERT() is preferred to KASSERT() that would certain ease the transition > to the different macros. That's the reason I threw in ASSERT. If KASSERT remains unchanged, then the switch/adoption is much easer because there are no ABI breakages. Other than that, I don't care much if it's called ASSERT or KASSERT. /me says: go for s/MPASS/ASSERT/g... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:41:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8A016A4CF; Wed, 18 Feb 2004 15:41:28 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0685C43D1D; Wed, 18 Feb 2004 15:41:28 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1INeeOE009757; Wed, 18 Feb 2004 15:40:40 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1INedqR009756; Wed, 18 Feb 2004 15:40:39 -0800 (PST) (envelope-from marcel) Date: Wed, 18 Feb 2004 15:40:39 -0800 From: Marcel Moolenaar To: Wilko Bulte Message-ID: <20040218234039.GB9510@ns1.xcllnt.net> References: <20040215.152553.55627525.imp@bsdimp.com> <200402171605.22554.jhb@FreeBSD.org> <20040217.214954.70221117.imp@bsdimp.com> <200402180918.17580.jhb@FreeBSD.org> <20040218195014.GA82542@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040218195014.GA82542@freebie.xs4all.nl> User-Agent: Mutt/1.5.5.1i cc: wes@softweyr.com cc: ceri@submonkey.net cc: cvs-doc@FreeBSD.org cc: John Baldwin cc: cvs-all@FreeBSD.org cc: wilko@FreeBSD.org cc: doc-committers@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:41:28 -0000 On Wed, Feb 18, 2004 at 08:50:14PM +0100, Wilko Bulte wrote: > > How many floppies can one store in a bikeshed? > A peloton. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:47:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 670E616A4CF; Wed, 18 Feb 2004 15:47:41 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5367E43D2D; Wed, 18 Feb 2004 15:47:41 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1INjbwn036592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Feb 2004 15:45:38 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1INjbAw036589; Wed, 18 Feb 2004 15:45:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Wed, 18 Feb 2004 15:45:37 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Dmitry Sivachenko In-Reply-To: <200402181419.i1IEJNbJ006687@repoman.freebsd.org> Message-ID: <20040218154457.C67422@randomservers> References: <200402181419.i1IEJNbJ006687@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/rt3/files patch-bin::webmux.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:47:41 -0000 On Wed, 18 Feb 2004, Dmitry Sivachenko wrote: -> demon 2004/02/18 06:19:23 PST -> -> FreeBSD ports repository -> -> Added files: -> www/rt3/files patch-bin::webmux.pl -> Log: -> Fixes for Apache2. -> -> Submitted by: maintainer It looks like this may solve PR ports/59805 -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:58:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B50016A4CE; Wed, 18 Feb 2004 15:58:23 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 571FE43D1D; Wed, 18 Feb 2004 15:58:23 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 05F0614715; Wed, 18 Feb 2004 17:58:22 -0600 (CST) Date: Wed, 18 Feb 2004 17:58:22 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: David O'Brien In-Reply-To: <20040218231949.GB61242@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.cpatch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:58:23 -0000 > Want to see Bash imported?? if that's what it takes to stop the "::". I'm sorry, but I don't see the tone of this comment as being consistent with the "developer relations" section of the handbook. Bikesheds about filename separators are one thing; bikesheds about duelling shell imports are quite another. The former might or might not produce a working consensus; the latter is completely doomed from the outset. Please, let's keep this to the filename-separator problem. My own personal opinion? Unless we want to thrash the CVS repository really, really, hard, and force a lot of people to upgrade ports because of portrevision bumps, we ought to let this sleeping dog lie. But I'm not in a position to make policy on the issue, and other people's mileage may vary. mcl From owner-cvs-all@FreeBSD.ORG Wed Feb 18 15:58:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C93E16A4CE; Wed, 18 Feb 2004 15:58:37 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0701043D2D; Wed, 18 Feb 2004 15:58:37 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1INuRwn051335 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Feb 2004 15:56:27 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1INuQP8051284; Wed, 18 Feb 2004 15:56:26 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Wed, 18 Feb 2004 15:56:26 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kirill Ponomarew In-Reply-To: <200402182043.i1IKh9cG001000@repoman.freebsd.org> Message-ID: <20040218155443.D67422@randomservers> References: <200402182043.i1IKh9cG001000@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: Jean-Baptiste Quenot cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/shells/bash-completion Makefile distinfo ports/shells/bash-completion/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 23:58:37 -0000 On Wed, 18 Feb 2004, Kirill Ponomarew wrote: -> krion 2004/02/18 12:43:09 PST -> -> FreeBSD ports repository -> -> Modified files: -> shells/bash-completion Makefile distinfo -> shells/bash-completion/files patch-aa -> Log: -> - Update to version 20040214 -> -> PR: ports/63023 -> Submitted by: maintainer This appears to have also resolved (although in a slightly different way) PR ports/62998. Which came in just over an hour after this commit. -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Wed Feb 18 16:07:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8633916A4CE; Wed, 18 Feb 2004 16:07:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6879E43D2D; Wed, 18 Feb 2004 16:07:35 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J07ZGe053420; Wed, 18 Feb 2004 16:07:35 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J07Zgq053419; Wed, 18 Feb 2004 16:07:35 -0800 (PST) (envelope-from sobomax) Message-Id: <200402190007.i1J07Zgq053419@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 18 Feb 2004 16:07:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile distinfo patch-formats::format_g729.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 00:07:35 -0000 sobomax 2004/02/18 16:07:35 PST FreeBSD ports repository Modified files: net/asterisk Makefile distinfo net/asterisk/files patch-channels::Makefile patch-formats::format_g729.c Log: - Update to 0.7.2; - fix problem with h323 channel module loading reported by several users. Revision Changes Path 1.9 +1 -3 ports/net/asterisk/Makefile 1.3 +2 -1 ports/net/asterisk/distinfo 1.4 +4 -4 ports/net/asterisk/files/patch-channels::Makefile 1.2 +2 -18 ports/net/asterisk/files/patch-formats::format_g729.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 16:21:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0027B16A4CE; Wed, 18 Feb 2004 16:21:36 -0800 (PST) Received: from postman.arcor.de (newsread1.arcor-online.net [151.189.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B4843D1D; Wed, 18 Feb 2004 16:21:36 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-184-227.reverse.qdsl-home.de [212.202.184.227]) (authenticated bits=0)i1J0LUtw022428 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Feb 2004 01:21:34 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1AtbwW-000NDi-9m; Thu, 19 Feb 2004 01:21:28 +0100 Message-ID: <40340187.2020108@fillmore-labs.com> Date: Thu, 19 Feb 2004 01:21:27 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Mark Linimon References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: David O'Brien cc: Oliver Eikemeier cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.cpatch-cp%ptree.c patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 00:21:37 -0000 Mark Linimon wrote: > Please, let's keep this to the filename-separator problem. Just for the record: we have 16596 patch-* files, with 2630 (~ 16%) having :: as a separator. I just committed 5 (0,1%) of them. -Oliver From owner-cvs-all@FreeBSD.ORG Wed Feb 18 16:17:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC4F16A4CE; Wed, 18 Feb 2004 16:17:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214B643D1D; Wed, 18 Feb 2004 16:17:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J0HJGe055550; Wed, 18 Feb 2004 16:17:19 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J0HJSu055549; Wed, 18 Feb 2004 16:17:19 -0800 (PST) (envelope-from sobomax) Message-Id: <200402190017.i1J0HJSu055549@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 18 Feb 2004 16:17:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamprobe Makefile distinfo pkg-plist ports/mail/spamprobe/files Makefile Makefile.export0_6 patch-MessageFactory.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 00:17:20 -0000 sobomax 2004/02/18 16:17:19 PST FreeBSD ports repository Modified files: mail/spamprobe Makefile distinfo pkg-plist mail/spamprobe/files patch-MessageFactory.cc Removed files: mail/spamprobe/files Makefile Makefile.export0_6 Log: Update to 0.9h. Approved by: maintainer timeout Revision Changes Path 1.7 +8 -15 ports/mail/spamprobe/Makefile 1.5 +1 -1 ports/mail/spamprobe/distinfo 1.6 +0 -24 ports/mail/spamprobe/files/Makefile (dead) 1.4 +0 -10 ports/mail/spamprobe/files/Makefile.export0_6 (dead) 1.2 +14 -9 ports/mail/spamprobe/files/patch-MessageFactory.cc 1.3 +0 -2 ports/mail/spamprobe/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Feb 18 17:07:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B4E16A4CE; Wed, 18 Feb 2004 17:07:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9F843D1F; Wed, 18 Feb 2004 17:07:16 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J17GGe072604; Wed, 18 Feb 2004 17:07:16 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J17GuB072603; Wed, 18 Feb 2004 17:07:16 -0800 (PST) (envelope-from matk) Message-Id: <200402190107.i1J17GuB072603@repoman.freebsd.org> From: Mathew Kanner Date: Wed, 18 Feb 2004 17:07:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 01:07:16 -0000 matk 2004/02/18 17:07:15 PST FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: Fix a long-standing bug where select on vchans doesn't work (never wake up) by iterating over them when they exist. Approved by: tanimura (mentor) Revision Changes Path 1.95 +13 -3 src/sys/dev/sound/pcm/channel.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 17:20:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A7F16A4CE; Wed, 18 Feb 2004 17:20:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD4743D31; Wed, 18 Feb 2004 17:20:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J1KYGe074944; Wed, 18 Feb 2004 17:20:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J1KYGf074943; Wed, 18 Feb 2004 17:20:34 -0800 (PST) (envelope-from marcus) Message-Id: <200402190120.i1J1KYGf074943@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 18 Feb 2004 17:20:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-bonobo Makefile ports/www/galeon2 Makefile ports/www/epiphany Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 01:20:35 -0000 marcus 2004/02/18 17:20:34 PST FreeBSD ports repository Modified files: www/mozilla-bonobo Makefile www/galeon2 Makefile www/epiphany Makefile Log: Bump PORTREVISIONS to fix a problem with the recent Mozilla move. Basically, mozilla[-devel]-gtk2 users were greeted with a hidden PORTREVISION bump, and when Mozilla was updated, these applications broke. This will force them to be rebuilt as well. Revision Changes Path 1.40 +1 -1 ports/www/epiphany/Makefile 1.138 +1 -0 ports/www/galeon2/Makefile 1.6 +1 -1 ports/www/mozilla-bonobo/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 18:04:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25B716A4CE; Wed, 18 Feb 2004 18:04:01 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D652A43D1F; Wed, 18 Feb 2004 18:04:01 -0800 (PST) (envelope-from wes@softweyr.com) Received: from salty.rapid.stbernard.com (unknown [198.147.128.71]) by smtp-relay.omnis.com (Postfix) with ESMTP id BD3C4FCEC0; Wed, 18 Feb 2004 18:03:58 -0800 (PST) From: Wes Peters Organization: Softweyr.com To: John Baldwin , Wilko Bulte Date: Wed, 18 Feb 2004 18:03:32 -0800 User-Agent: KMail/1.5.4 References: <20040215.152553.55627525.imp@bsdimp.com> <20040218195014.GA82542@freebie.xs4all.nl> <200402181640.04468.jhb@FreeBSD.org> In-Reply-To: <200402181640.04468.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402181803.33144.wes@softweyr.com> cc: ceri@submonkey.net cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: "M. Warner Losh" cc: doc-committers@FreeBSD.ORG cc: wilko@FreeBSD.ORG Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 02:04:02 -0000 On Wednesday 18 February 2004 13:40, John Baldwin wrote: > On Wednesday 18 February 2004 02:50 pm, Wilko Bulte wrote: > > On Wed, Feb 18, 2004 at 09:18:17AM -0500, John Baldwin wrote: > > > On Tuesday 17 February 2004 11:49 pm, M. Warner Losh wrote: > > > > In message: <200402171605.22554.jhb@FreeBSD.org> > > > > > > > > John Baldwin writes: > > > > : > Funny, I've lived just about everywhere in the US (except > > > > : > Texas) and "a couple" has always meant two. "A few" would > > > > : > be 2 to 5, several would be 4 or 5 to maybe a dozen, etc., > > > > : > all the way up to "buttload" which is rougly "more than a > > > > : > man can carry." > > > > : > > > > > : > 2 or more seems to be what we really want here. A > > > > : > parenthetical "X floppies for i386 as of this writing" will > > > > : > help the reader to grasp the scale at some ill-specified > > > > : > point in time. > > > > : > > > > : Actually, 3 floppies are used for i386 and 4 for pc98 right > > > > : now. If bsdlabel(8) on Alpha is ever fixed so that it makes > > > > : bootable images again, then Alpha will use 3 floppies. > > > > > > > > A handful of floppies then. Or a Fistful Of Floppies. Nice > > > > ring to it... > > > > > > A "passle" of floppies. > > > > How many floppies can one store in a bikeshed? > > A bikeshed full? A buttload. -- "Where am I, and what am I doing in this handbasket?" Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Wed Feb 18 18:11:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F397616A4CE; Wed, 18 Feb 2004 18:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85C643D2F; Wed, 18 Feb 2004 18:11:01 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J2B1Ge086523; Wed, 18 Feb 2004 18:11:01 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J2B17h086522; Wed, 18 Feb 2004 18:11:01 -0800 (PST) (envelope-from eik) Message-Id: <200402190211.i1J2B17h086522@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 18 Feb 2004 18:11:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 02:11:02 -0000 eik 2004/02/18 18:11:01 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: XFree86-Server-4.3.0_14 is the fixed version Revision Changes Path 1.16 +1 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 18:19:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E564016A4CE; Wed, 18 Feb 2004 18:19:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8DA43D1F; Wed, 18 Feb 2004 18:19:33 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J2JXGe088445; Wed, 18 Feb 2004 18:19:33 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J2JXOm088444; Wed, 18 Feb 2004 18:19:33 -0800 (PST) (envelope-from eik) Message-Id: <200402190219.i1J2JXOm088444@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 18 Feb 2004 18:19:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit/database auditfile.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 02:19:34 -0000 eik 2004/02/18 18:19:33 PST FreeBSD ports repository Removed files: security/portaudit/database auditfile.txt Log: Disable auditfile.txt until we decide on a database format, two databases cause more confusion than it is worth. portaudit uses ports/security/vuxml/vuln.xml in the meantime, please commit your changes there and send feedback wich format you prefer. Currently we have to migrate gnats, mailman, monkey and some apache versions. Revision Changes Path 1.14 +0 -53 ports/security/portaudit/database/auditfile.txt (dead) From owner-cvs-all@FreeBSD.ORG Wed Feb 18 18:48:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F270816A4CE; Wed, 18 Feb 2004 18:48:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B3743D1D; Wed, 18 Feb 2004 18:48:46 -0800 (PST) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J2mkGe094675; Wed, 18 Feb 2004 18:48:46 -0800 (PST) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J2mkAb094674; Wed, 18 Feb 2004 18:48:46 -0800 (PST) (envelope-from matusita) Message-Id: <200402190248.i1J2mkAb094674@repoman.freebsd.org> From: Makoto Matsushita Date: Wed, 18 Feb 2004 18:48:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 fixit_crunch.conf src/release/pc98 fixit-small_crunch.conf fixit_crunch.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 02:48:47 -0000 matusita 2004/02/18 18:48:46 PST FreeBSD src repository Modified files: release/i386 fixit_crunch.conf release/pc98 fixit-small_crunch.conf fixit_crunch.conf Log: Unbreak fixit crunch: since Feb/17/2004, mount(8) requires libufs. See also src/sbin/mount/Makefile rev 1.14. Noticed by: snapshots.jp.FreeBSD.org Revision Changes Path 1.12 +1 -1 src/release/i386/fixit_crunch.conf 1.5 +1 -1 src/release/pc98/fixit-small_crunch.conf 1.12 +1 -1 src/release/pc98/fixit_crunch.conf From owner-cvs-all@FreeBSD.ORG Wed Feb 18 19:30:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0962B16A4CE; Wed, 18 Feb 2004 19:30:12 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557CE43D1D; Wed, 18 Feb 2004 19:30:11 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1J3UAuV050508; Thu, 19 Feb 2004 06:30:10 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1J3UADe050507; Thu, 19 Feb 2004 06:30:10 +0300 (MSK) (envelope-from ache) Date: Thu, 19 Feb 2004 06:30:09 +0300 From: Andrey Chernov To: Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040219033008.GA50441@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> <20040218190255.GB1578@ip.net.ua> <20040218193044.GA26653@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20040218193044.GA26653@nagual.pp.ru> User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 03:30:12 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 18, 2004 at 10:30:44PM +0300, Andrey Chernov wrote: > there must be -I${.CURDIR}/.../gnu/lib/libregex insead, but too many ../= =20 > are ugly in anycase. There is yet one reason against ../ comes to mind, especially with planned= =20 upgrade to new regex: source regex.h (i.e. one in gnu/lib/libregex) will=20 be not ready to include as is, it will be patched at 'make includes' stage= =20 to replace into , it means that only=20 final (i.e. ${DESTDIR}/include/gnu/regex.h) is good for include. --=20 Andrey Chernov | http://ache.pp.ru/ --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQDQtwOJgpPLZnQjrAQET1wP/d2qN3blAwpPmvLhpCYADXRMplnYEzxbS fcJzNnGN9Hm395kzYVrhYYiityBZa0KJIW9iynxZS/h8qa8Row6+QBLYCZCLpUlm Vt/cLv6MuXaoq1R8J/hs1lmf+mQx/+cqZ9YA2sZznLe56jND1ZDxHv+Fc+bTtLtA eIlXbpQlQN0= =G78d -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-cvs-all@FreeBSD.ORG Wed Feb 18 19:32:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E46716A4CE; Wed, 18 Feb 2004 19:32:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E841D43D1D; Wed, 18 Feb 2004 19:32:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J3WmGe005912; Wed, 18 Feb 2004 19:32:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J3WmXc005911; Wed, 18 Feb 2004 19:32:48 -0800 (PST) (envelope-from kris) Message-Id: <200402190332.i1J3WmXc005911@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 18 Feb 2004 19:32:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 03:32:49 -0000 kris 2004/02/18 19:32:48 PST FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Remove BROKEN tag, since the problem was fixed by the recent fix to the lame port. Tracked down by: "Thomas E. Zander" Revision Changes Path 1.82 +0 -4 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 19:43:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C71616A4CE; Wed, 18 Feb 2004 19:43:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1175843D2D; Wed, 18 Feb 2004 19:43:35 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J3hYGe008061; Wed, 18 Feb 2004 19:43:34 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J3hYDZ008060; Wed, 18 Feb 2004 19:43:34 -0800 (PST) (envelope-from kensmith) Message-Id: <200402190343.i1J3hYDZ008060@repoman.freebsd.org> From: Ken Smith Date: Wed, 18 Feb 2004 19:43:34 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml mirrors.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 03:43:35 -0000 kensmith 2004/02/18 19:43:34 PST FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Added Costa Rica zone, one WWW site and one CVSUP site in that zone. Revision Changes Path 1.13 +14 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 20:39:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64EB416A4CE; Wed, 18 Feb 2004 20:39:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A47543D1D; Wed, 18 Feb 2004 20:39:15 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J4dFGe020275; Wed, 18 Feb 2004 20:39:15 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J4dFwD020274; Wed, 18 Feb 2004 20:39:15 -0800 (PST) (envelope-from obrien) Message-Id: <200402190439.i1J4dFwD020274@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 18 Feb 2004 20:39:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 04:39:15 -0000 obrien 2004/02/18 20:39:15 PST FreeBSD src repository Modified files: sys/amd64/conf NOTES Log: Checkpoint the NOTES I was working on. Revision Changes Path 1.4 +116 -154 src/sys/amd64/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Feb 18 21:29:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E824916A4CF; Wed, 18 Feb 2004 21:29:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC8D143D1F; Wed, 18 Feb 2004 21:29:39 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J5TdGe037355; Wed, 18 Feb 2004 21:29:39 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J5TdX6037354; Wed, 18 Feb 2004 21:29:39 -0800 (PST) (envelope-from njl) Message-Id: <200402190529.i1J5TdX6037354@repoman.freebsd.org> From: Nate Lawson Date: Wed, 18 Feb 2004 21:29:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 05:29:40 -0000 njl 2004/02/18 21:29:39 PST FreeBSD src repository Modified files: sys/kern subr_prf.c Log: Add support for 'h' and 'hh' modifiers for printf(9). Submitted by: Bruno Ducrot Reviewed by: bde Revision Changes Path 1.109 +21 -2 src/sys/kern/subr_prf.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 21:35:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C74216A4CE; Wed, 18 Feb 2004 21:35:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416B743D1D; Wed, 18 Feb 2004 21:35:21 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J5ZLGe039392; Wed, 18 Feb 2004 21:35:21 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J5ZKuF039391; Wed, 18 Feb 2004 21:35:20 -0800 (PST) (envelope-from njl) Message-Id: <200402190535.i1J5ZKuF039391@repoman.freebsd.org> From: Nate Lawson Date: Wed, 18 Feb 2004 21:35:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 05:35:21 -0000 njl 2004/02/18 21:35:20 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_button.c Log: Fix problem caused by previous commit where some users' buttons stopped returning events. Don't disable the event when removing the handler because it still needs to be enabled for the other handler. Also, remove duplicate AcpiEnableEvent calls since the install function now does this for us. Revision Changes Path 1.117 +0 -2 src/sys/dev/acpica/acpi.c 1.19 +2 -9 src/sys/dev/acpica/acpi_button.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 21:49:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDC216A4CE; Wed, 18 Feb 2004 21:49:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BA243D1D; Wed, 18 Feb 2004 21:49:06 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J5n6Ge041599; Wed, 18 Feb 2004 21:49:06 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J5n67Z041598; Wed, 18 Feb 2004 21:49:06 -0800 (PST) (envelope-from mtm) Message-Id: <200402190549.i1J5n67Z041598@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 21:49:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d nfslocking X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 05:49:06 -0000 mtm 2004/02/18 21:49:06 PST FreeBSD src repository Modified files: etc/rc.d nfslocking Log: In-line documentation. Prodded by: alfred Revision Changes Path 1.8 +8 -0 src/etc/rc.d/nfslocking From owner-cvs-all@FreeBSD.ORG Wed Feb 18 22:43:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907CD16A4CE; Wed, 18 Feb 2004 22:43:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740AA43D2D; Wed, 18 Feb 2004 22:43:48 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J6hmGe054913; Wed, 18 Feb 2004 22:43:48 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J6hmbm054912; Wed, 18 Feb 2004 22:43:48 -0800 (PST) (envelope-from truckman) Message-Id: <200402190643.i1J6hmbm054912@repoman.freebsd.org> From: Don Lewis Date: Wed, 18 Feb 2004 22:43:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 06:43:48 -0000 truckman 2004/02/18 22:43:48 PST FreeBSD src repository Modified files: sys/kern kern_exit.c Log: A Linux thread created using clone() should not send SIGCHLD to its parent if no signal is specified in the clone() flags argument. PR: 42457 MFC after: 2 weeks Revision Changes Path 1.222 +3 -3 src/sys/kern/kern_exit.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 22:53:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5E416A4CE; Wed, 18 Feb 2004 22:53:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4003D43D1D; Wed, 18 Feb 2004 22:53:25 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J6rPGe057010; Wed, 18 Feb 2004 22:53:25 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J6rPlP057009; Wed, 18 Feb 2004 22:53:25 -0800 (PST) (envelope-from mtm) Message-Id: <200402190653.i1J6rPlP057009@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 18 Feb 2004 22:53:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ip6fw X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 06:53:25 -0000 mtm 2004/02/18 22:53:24 PST FreeBSD src repository Modified files: etc/rc.d ip6fw Log: Don't forget to enable the ipv6 firewall once the rules are loaded. PR: misc/61501 Submitted by: Roderick van Domburg Revision Changes Path 1.4 +4 -0 src/etc/rc.d/ip6fw From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:24:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C8E16A4CE; Wed, 18 Feb 2004 23:24:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0E443D1F; Wed, 18 Feb 2004 23:24:42 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7OgGe064132; Wed, 18 Feb 2004 23:24:42 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7Ogt9064131; Wed, 18 Feb 2004 23:24:42 -0800 (PST) (envelope-from andy) Message-Id: <200402190724.i1J7Ogt9064131@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:24:42 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/new-users article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:24:42 -0000 andy 2004/02/18 23:24:42 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/new-users article.sgml Log: Sync headers with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/new-users/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:33:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D791F16A4CE; Wed, 18 Feb 2004 23:33:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC1E43D1D; Wed, 18 Feb 2004 23:33:21 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7XLGe066341; Wed, 18 Feb 2004 23:33:21 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7XLRj066340; Wed, 18 Feb 2004 23:33:21 -0800 (PST) (envelope-from andy) Message-Id: <200402190733.i1J7XLRj066340@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:33:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/platforms/ia64 todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:33:22 -0000 andy 2004/02/18 23:33:21 PST FreeBSD doc repository Modified files: ru/platforms/ia64 todo.sgml Log: Sync headers with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +2 -2 www/ru/platforms/ia64/todo.sgml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 448C516A4CE; Wed, 18 Feb 2004 23:35:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2886C43D1F; Wed, 18 Feb 2004 23:35:01 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7Z0Ge066425; Wed, 18 Feb 2004 23:35:01 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7Z07l066424; Wed, 18 Feb 2004 23:35:00 -0800 (PST) (envelope-from andy) Message-Id: <200402190735.i1J7Z07l066424@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:35:00 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/ports comments.ru X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:35:01 -0000 andy 2004/02/18 23:35:00 PST FreeBSD doc repository Modified files: ru/ports comments.ru Log: Sync with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +6 -2 www/ru/ports/comments.ru From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:39:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4970F16A4CE; Wed, 18 Feb 2004 23:39:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF8D43D1D; Wed, 18 Feb 2004 23:39:00 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7d0Ge066654; Wed, 18 Feb 2004 23:39:00 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7cxrU066653; Wed, 18 Feb 2004 23:38:59 -0800 (PST) (envelope-from andy) Message-Id: <200402190738.i1J7cxrU066653@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:38:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:39:00 -0000 andy 2004/02/18 23:38:59 PST FreeBSD doc repository Modified files: ru/gnome news.xml Log: Grammar fix. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +3 -3 www/ru/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:43:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CC316A4CE; Wed, 18 Feb 2004 23:43:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5874A43D1D; Wed, 18 Feb 2004 23:43:56 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7huGe068698; Wed, 18 Feb 2004 23:43:56 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7huss068697; Wed, 18 Feb 2004 23:43:56 -0800 (PST) (envelope-from alc) Message-Id: <200402190743.i1J7huss068697@repoman.freebsd.org> From: Alan Cox Date: Wed, 18 Feb 2004 23:43:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:43:56 -0000 alc 2004/02/18 23:43:56 PST FreeBSD src repository Modified files: sys/vm vm_page.c Log: - Correct a long-standing race condition in vm_page_try_to_free() that could result in a dirty page being unintentionally freed. - Simplify the dirty page check in vm_page_dontneed(). Reviewed by: tegge MFC after: 7 days Revision Changes Path 1.276 +3 -4 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:50:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669FC16A4CE; Wed, 18 Feb 2004 23:50:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 484D343D1D; Wed, 18 Feb 2004 23:50:37 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7obGe069083; Wed, 18 Feb 2004 23:50:37 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7oaP5069082; Wed, 18 Feb 2004 23:50:36 -0800 (PST) (envelope-from andy) Message-Id: <200402190750.i1J7oaP5069082@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:50:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:50:37 -0000 andy 2004/02/18 23:50:36 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml Log: MFen 1.269 Revision Changes Path 1.7 +4 -4 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:53:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BC916A4CE; Wed, 18 Feb 2004 23:53:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0811843D1D; Wed, 18 Feb 2004 23:53:27 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7rQGe070847; Wed, 18 Feb 2004 23:53:26 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7rQg8070846; Wed, 18 Feb 2004 23:53:26 -0800 (PST) (envelope-from andy) Message-Id: <200402190753.i1J7rQg8070846@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:53:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:53:27 -0000 andy 2004/02/18 23:53:26 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/faq book.sgml Log: MFen 1.606 Revision Changes Path 1.67 +29 -6 doc/ru_RU.KOI8-R/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:02:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8972316A4CE; Thu, 19 Feb 2004 00:02:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E09743D2D; Thu, 19 Feb 2004 00:02:07 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J827Ge072279; Thu, 19 Feb 2004 00:02:07 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J827KP072275; Thu, 19 Feb 2004 00:02:07 -0800 (PST) (envelope-from lev) Message-Id: <200402190802.i1J827KP072275@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Thu, 19 Feb 2004 00:02:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/vips Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:02:07 -0000 lev 2004/02/19 00:02:07 PST FreeBSD ports repository Modified files: graphics/vips Makefile Log: Here are changes between `old' and `new' distfiles (distfile was replaced in previous commit): (1) One item in TODO (2) Fix in `configure', `aclocal.m4' and `config/acinclude.m4' to properly find libfftw (3) Version string changed in `include/vips/version.h' Revision Changes Path 1.7 +0 -0 ports/graphics/vips/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:43:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEE516A4CF; Wed, 18 Feb 2004 23:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7F743D1D; Wed, 18 Feb 2004 23:43:20 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J7hJGe068632; Wed, 18 Feb 2004 23:43:19 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J7hJLc068631; Wed, 18 Feb 2004 23:43:19 -0800 (PST) (envelope-from andy) Message-Id: <200402190743.i1J7hJLc068631@repoman.freebsd.org> From: Andrey Zakhvatov Date: Wed, 18 Feb 2004 23:43:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/5-roadmap article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:43:20 -0000 andy 2004/02/18 23:43:19 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/5-roadmap article.sgml Log: Sync headers with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/5-roadmap/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:03:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B098116A4CE; Thu, 19 Feb 2004 00:03:40 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B8043D1F; Thu, 19 Feb 2004 00:03:40 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 44DAD604873; Thu, 19 Feb 2004 09:03:39 +0100 (CET) Received: from pouet.in.mat.cc (pouet.in.mat.cc [212.43.217.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 4049360483C; Thu, 19 Feb 2004 09:03:37 +0100 (CET) Date: Thu, 19 Feb 2004 09:03:35 +0100 From: Mathieu Arnold To: obrien@FreeBSD.org, Oliver Eikemeier Message-ID: <79456390.1077181415@pouet.in.mat.cc> In-Reply-To: <20040218210517.GA58627@dragon.nuxi.com> References: <200402181107.i1IB7DKX058037@repoman.freebsd.org> <20040218210517.GA58627@dragon.nuxi.com> X-Mailer: Mulberry/3.1.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%smtp_in.c patch-src::smtp_in.c ports/sysutils/e2fsprogs/files patch-intl%Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:03:40 -0000 +-Le 18/02/2004 13:05 -0800, David O'Brien a dit : | On Wed, Feb 18, 2004 at 03:07:13AM -0800, Oliver Eikemeier wrote: |> eik 2004/02/18 03:07:13 PST |> |> FreeBSD ports repository |> |> Added files: |> lang/egcs/files patch-cp::decl.c patch-cp::ptree.c |> patch-libiberty::Makefile.in |> mail/exim-old/files patch-src::smtp_in.c |> sysutils/e2fsprogs/files patch-intl::Makefile.in | ... |> % in filenames break perforce: | | DON'T use '::' either! It causes problems with Bash. I always though it was a bash bug. Maybe I'm wrong. -- Mathieu Arnold From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:43:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3957A16A4CE; Thu, 19 Feb 2004 00:43:50 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580E143D1F; Thu, 19 Feb 2004 00:43:49 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from ru.office.ipnet (ws-80.office.ipnet [10.71.1.80]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i1J8kQId081306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Feb 2004 10:46:27 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by ru.office.ipnet (8.12.10/8.12.10/Submit) id i1J8hjRJ005387; Thu, 19 Feb 2004 10:43:45 +0200 (EET) (envelope-from ru) Date: Thu, 19 Feb 2004 10:43:45 +0200 From: Ruslan Ermilov To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040219084344.GA5351@ip.net.ua> References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> <20040218190255.GB1578@ip.net.ua> <20040218193044.GA26653@nagual.pp.ru> <20040219033008.GA50441@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20040219033008.GA50441@nagual.pp.ru> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:43:50 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 06:30:09AM +0300, Andrey Chernov wrote: > On Wed, Feb 18, 2004 at 10:30:44PM +0300, Andrey Chernov wrote: > > there must be -I${.CURDIR}/.../gnu/lib/libregex insead, but too many ..= /=20 > > are ugly in anycase. >=20 > There is yet one reason against ../ comes to mind, especially with planne= d=20 > upgrade to new regex: source regex.h (i.e. one in gnu/lib/libregex) will= =20 > be not ready to include as is, it will be patched at 'make includes' stag= e=20 > to replace into , it means that only= =20 > final (i.e. ${DESTDIR}/include/gnu/regex.h) is good for include. >=20 I have an idea: how about introducing the WANT_GNU_REGEX_H, and having the standard deal with it, by including the if the latter is defined, and using BSD's regex.h otherwise? Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANHdAUkv4P6juNwoRAv6WAJ9NLFZIQgeAb9D09ZcTgPpYfdIq7ACbBzCe 09vg0mmOVrvwj8aFKZKgSOs= =dwJ1 -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:44:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF9516A4CE; Thu, 19 Feb 2004 00:44:36 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1200243D1D; Thu, 19 Feb 2004 00:44:36 -0800 (PST) (envelope-from wes@softweyr.com) Received: from zahpod.softweyr.com (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id DE3211880C1A; Thu, 19 Feb 2004 00:44:34 -0800 (PST) From: Wes Peters Organization: Softweyr To: Nate Lawson Date: Tue, 17 Feb 2004 21:22:51 -0800 User-Agent: KMail/1.6 References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> In-Reply-To: <20040217125043.N30568@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402172122.51326.wes@softweyr.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wes Peters cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:44:36 -0000 On Tuesday 17 February 2004 12:52 pm, Nate Lawson wrote: > On Tue, 17 Feb 2004, Wes Peters wrote: > > wes 2004/02/17 12:38:49 PST > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 acpi.4 > > Log: > > Make the distinction between sysctl kernel environment variables > > and device.hints kernel environment variables when disabling ACPI. > > > > Some users are getting confused when they see hint.acpi.0.disabled. > > They are confusing it with a sysctl MIB. > > > > Finally, add a reference for device.hints(5) and kenv(1) > > in the "SEE ALSO" section of the man page. > > > > PR: docs/62974 > > Submitted by: Christian S.J. Peron > > > > Revision Changes Path > > 1.27 +4 -1 src/share/man/man4/acpi.4 > > Please don't recommend they put the hint in device.hints. That file is > regenerated as part of the upgrade process. It should go in > /boot/loader.conf, which is already cross-referenced by the manpage. Based on the perverse notion that perhaps everyone in this bikeshed has a (partially) valid point, I've rewritten the description a bit. Please contemplate the new verbiage. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:49:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC9B16A4CE; Thu, 19 Feb 2004 00:49:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C0043D2D; Thu, 19 Feb 2004 00:49:28 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J8nSGe088076; Thu, 19 Feb 2004 00:49:28 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J8nRaj088075; Thu, 19 Feb 2004 00:49:27 -0800 (PST) (envelope-from krion) Message-Id: <200402190849.i1J8nRaj088075@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 00:49:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/leafnode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:49:28 -0000 krion 2004/02/19 00:49:27 PST FreeBSD ports repository Modified files: news/leafnode Makefile distinfo Log: - Update to version 1.9.50 PR: ports/63048 Submitted by: maintainer Revision Changes Path 1.47 +1 -1 ports/news/leafnode/Makefile 1.34 +2 -1 ports/news/leafnode/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:56:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F22016A4CE; Thu, 19 Feb 2004 00:56:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3938C43D1D; Thu, 19 Feb 2004 00:56:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J8uUGe090232; Thu, 19 Feb 2004 00:56:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J8uTEA090231; Thu, 19 Feb 2004 00:56:30 -0800 (PST) (envelope-from krion) Message-Id: <200402190856.i1J8uTEA090231@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 00:56:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/rottdc Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/rottdc/files patch-Makefile patch-develop.h patch-modexlib.c patch-rt__cfg.c patch-rt__in.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:56:30 -0000 krion 2004/02/19 00:56:29 PST FreeBSD ports repository Modified files: games Makefile Added files: games/rottdc Makefile distinfo pkg-descr pkg-message pkg-plist games/rottdc/files patch-Makefile patch-develop.h patch-modexlib.c patch-rt__cfg.c patch-rt__in.c Log: Add rottdc 1.0.2, This is a port of Apogee's 3D action title Rise of the Triad, originally released in 1994. This port duplicates the functionality of the original game on modern operating systems, including Linux, Win32, OSX and now FreeBSD. In order to run game you'll need original game data. PR: ports/63049 Submitted by: Igor Pokrovsky Revision Changes Path 1.655 +1 -0 ports/games/Makefile 1.1 +38 -0 ports/games/rottdc/Makefile (new) 1.1 +1 -0 ports/games/rottdc/distinfo (new) 1.1 +35 -0 ports/games/rottdc/files/patch-Makefile (new) 1.1 +11 -0 ports/games/rottdc/files/patch-develop.h (new) 1.1 +11 -0 ports/games/rottdc/files/patch-modexlib.c (new) 1.1 +18 -0 ports/games/rottdc/files/patch-rt__cfg.c (new) 1.1 +22 -0 ports/games/rottdc/files/patch-rt__in.c (new) 1.1 +9 -0 ports/games/rottdc/pkg-descr (new) 1.1 +3 -0 ports/games/rottdc/pkg-message (new) 1.1 +5 -0 ports/games/rottdc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:56:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E0016A4CE; Thu, 19 Feb 2004 00:56:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4779843D2F; Thu, 19 Feb 2004 00:56:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J8ugGe090276; Thu, 19 Feb 2004 00:56:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J8ugYZ090275; Thu, 19 Feb 2004 00:56:42 -0800 (PST) (envelope-from krion) Message-Id: <200402190856.i1J8ugYZ090275@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 00:56:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:56:42 -0000 krion 2004/02/19 00:56:42 PST FreeBSD ports repository Modified files: . modules Log: rottdc --> ports/games/rottdc Revision Changes Path 1.9424 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 00:59:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DD016A4CE; Thu, 19 Feb 2004 00:59:53 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9C443D2F; Thu, 19 Feb 2004 00:59:52 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1J8xpNQ053823; Thu, 19 Feb 2004 11:59:51 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1J8xpM2053821; Thu, 19 Feb 2004 11:59:51 +0300 (MSK) (envelope-from ache) Date: Thu, 19 Feb 2004 11:59:49 +0300 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20040219085949.GA53685@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> <20040218190255.GB1578@ip.net.ua> <20040218193044.GA26653@nagual.pp.ru> <20040219033008.GA50441@nagual.pp.ru> <20040219084344.GA5351@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20040219084344.GA5351@ip.net.ua> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 08:59:53 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 10:43:45AM +0200, Ruslan Ermilov wrote: > I have an idea: how about introducing the WANT_GNU_REGEX_H, and having > the standard deal with it, by including the if > the latter is defined, and using BSD's regex.h otherwise? I don't want our headers to be polluted with unrelated stuff. Next thing will be WANT_LINUX_ etc... Lets keep code bases separate, at least to minimize diffs with other BSDs. Your suggested way not reduces porter efforts, he needs to use=20 -DWANT_GNU_REGEX_H, but in my case it is -I/usr/include/gnu - I see no=20 gain here at all. Moreover, if we place more GNU headers under=20 /usr/include/gnu, only single -I/usr/include/gnu is needed in my case and= =20 one-per-header -DWANT_GNU__H in yours. --=20 Andrey Chernov | http://ache.pp.ru/ --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQDR7BeJgpPLZnQjrAQFrUwP/d7wkkKWs5JkkLbC5AGBSKsbnyAGom08h 3/bMhr7NXmktJvKmjfvrxGXoBwELXAT53re9pYLaJazbkgEclU31PuavMhJgjfxt ZhNOr6X/wUJhDq4xrPFR0+uSpIvzHWsSQ+hkE7mzP5g7NCjSeewpSYUwSDu9WC1i JSieJKwjJHg= =qtXg -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:00:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0985C16A4CF; Thu, 19 Feb 2004 01:00:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E016643D1F; Thu, 19 Feb 2004 01:00:55 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J90tGe090587; Thu, 19 Feb 2004 01:00:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J90t9W090586; Thu, 19 Feb 2004 01:00:55 -0800 (PST) (envelope-from krion) Message-Id: <200402190900.i1J90t9W090586@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:00:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/eggdrop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:00:56 -0000 krion 2004/02/19 01:00:55 PST FreeBSD ports repository Modified files: irc/eggdrop Makefile Log: - Fix DEPENDS PR: ports/63033 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/irc/eggdrop/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:06:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632E716A4CE; Thu, 19 Feb 2004 01:06:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E4943D1D; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J967Ge093418; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J967x0093417; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr) Message-Id: <200402190906.i1J967x0093417@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 19 Feb 2004 01:06:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c ext2_readwrite.c ext2_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:06:07 -0000 tjr 2004/02/19 01:06:07 PST FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c ext2_readwrite.c ext2_vfsops.c Log: Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE(); pointed out by bde. Revision Changes Path 1.4 +3 -1 src/sys/gnu/ext2fs/ext2_fs_sb.h 1.46 +1 -9 src/sys/gnu/ext2fs/ext2_inode.c 1.28 +2 -6 src/sys/gnu/ext2fs/ext2_readwrite.c 1.119 +5 -0 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:11:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B7D16A4CE; Thu, 19 Feb 2004 01:11:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD2F43D1D; Thu, 19 Feb 2004 01:11:14 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9BEGe094347; Thu, 19 Feb 2004 01:11:14 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9BECr094346; Thu, 19 Feb 2004 01:11:14 -0800 (PST) (envelope-from krion) Message-Id: <200402190911.i1J9BECr094346@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:11:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/opentop Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:11:14 -0000 krion 2004/02/19 01:11:14 PST FreeBSD ports repository Modified files: devel/opentop Makefile pkg-plist Log: - Install missing *.inl files - Bump PORTREVISION PR: ports/63034 Submitted by: maintainer Revision Changes Path 1.4 +3 -2 ports/devel/opentop/Makefile 1.3 +15 -0 ports/devel/opentop/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:13:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB60616A4CE; Thu, 19 Feb 2004 01:13:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAE943D1F; Thu, 19 Feb 2004 01:13:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9DvGe095490; Thu, 19 Feb 2004 01:13:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9DvFe095489; Thu, 19 Feb 2004 01:13:57 -0800 (PST) (envelope-from krion) Message-Id: <200402190913.i1J9DvFe095489@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:13:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:13:57 -0000 krion 2004/02/19 01:13:57 PST FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: - Update to version 20040217 PR: ports/63038 Submitted by: maintainer Revision Changes Path 1.29 +1 -1 ports/mail/spambnc/Makefile 1.24 +3 -3 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:20:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B9716A4CE; Thu, 19 Feb 2004 01:20:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 170A843D1F; Thu, 19 Feb 2004 01:20:56 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9KtGe095833; Thu, 19 Feb 2004 01:20:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9KtXs095832; Thu, 19 Feb 2004 01:20:55 -0800 (PST) (envelope-from krion) Message-Id: <200402190920.i1J9KtXs095832@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:20:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/treecc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:20:56 -0000 krion 2004/02/19 01:20:55 PST FreeBSD ports repository Modified files: lang/treecc Makefile distinfo Log: - Update to version 0.2.8 PR: ports/63054 Submitted by: maintainer Revision Changes Path 1.22 +1 -2 ports/lang/treecc/Makefile 1.11 +2 -1 ports/lang/treecc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:24:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9F316A4D0; Thu, 19 Feb 2004 01:24:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A394D43D1F; Thu, 19 Feb 2004 01:24:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9OgGe097633; Thu, 19 Feb 2004 01:24:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9OgO0097632; Thu, 19 Feb 2004 01:24:42 -0800 (PST) (envelope-from krion) Message-Id: <200402190924.i1J9OgO0097632@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:24:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rosegarden Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:24:42 -0000 krion 2004/02/19 01:24:42 PST FreeBSD ports repository Modified files: audio/rosegarden Makefile Log: - Assign maintainership to ports@ PR: ports/63057 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/audio/rosegarden/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:29:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBC016A4CE; Thu, 19 Feb 2004 01:29:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A173243D1F; Thu, 19 Feb 2004 01:29:55 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9TtGe097927; Thu, 19 Feb 2004 01:29:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9TtPB097926; Thu, 19 Feb 2004 01:29:55 -0800 (PST) (envelope-from krion) Message-Id: <200402190929.i1J9TtPB097926@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:29:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/dt Makefile distinfo ports/sysutils/dt/files patch-Makefile.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:29:55 -0000 krion 2004/02/19 01:29:55 PST FreeBSD ports repository Modified files: sysutils/dt Makefile distinfo Removed files: sysutils/dt/files patch-Makefile.freebsd Log: - Update to version 14.39 - Assign maintainership to ports@ PR: ports/63029 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/sysutils/dt/Makefile 1.2 +1 -1 ports/sysutils/dt/distinfo 1.2 +0 -213 ports/sysutils/dt/files/patch-Makefile.freebsd (dead) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:33:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F154A16A4CE; Thu, 19 Feb 2004 01:33:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51E643D1F; Thu, 19 Feb 2004 01:33:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9XcGe099856; Thu, 19 Feb 2004 01:33:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9XcZF099855; Thu, 19 Feb 2004 01:33:38 -0800 (PST) (envelope-from kris) Message-Id: <200402190933.i1J9XcZF099855@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:33:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-kj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:33:39 -0000 kris 2004/02/19 01:33:38 PST FreeBSD ports repository Modified files: audio/xmms-kj Makefile Log: FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.4 +7 -1 ports/audio/xmms-kj/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:35:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D2C16A4CE; Thu, 19 Feb 2004 01:35:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAB843D1F; Thu, 19 Feb 2004 01:35:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9ZFGe099944; Thu, 19 Feb 2004 01:35:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9ZFGj099943; Thu, 19 Feb 2004 01:35:15 -0800 (PST) (envelope-from kris) Message-Id: <200402190935.i1J9ZFGj099943@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:35:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/chinput3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:35:15 -0000 kris 2004/02/19 01:35:15 PST FreeBSD ports repository Modified files: chinese/chinput3 Makefile Log: FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} Revision Changes Path 1.12 +7 -1 ports/chinese/chinput3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:38:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B973016A4CE; Thu, 19 Feb 2004 01:38:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC6843D1D; Thu, 19 Feb 2004 01:38:08 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9c8Ge000250; Thu, 19 Feb 2004 01:38:08 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9c8bO000248; Thu, 19 Feb 2004 01:38:08 -0800 (PST) (envelope-from kris) Message-Id: <200402190938.i1J9c8bO000248@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:38:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnome-mud Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:38:08 -0000 kris 2004/02/19 01:38:08 PST FreeBSD ports repository Modified files: net/gnome-mud Makefile Log: FORBIDDEN on 5.x: links against conflicting thread libraries Revision Changes Path 1.18 +7 -1 ports/net/gnome-mud/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:39:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D3C016A4CE; Thu, 19 Feb 2004 01:39:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33A743D2F; Thu, 19 Feb 2004 01:39:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9dfGe000322; Thu, 19 Feb 2004 01:39:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9dfZO000321; Thu, 19 Feb 2004 01:39:41 -0800 (PST) (envelope-from kris) Message-Id: <200402190939.i1J9dfZO000321@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:39:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libchipcard-kde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:39:42 -0000 kris 2004/02/19 01:39:41 PST FreeBSD ports repository Modified files: devel/libchipcard-kde Makefile Log: FORBIDDEN on 5.x: links against conflicting thread libraries Revision Changes Path 1.3 +7 -1 ports/devel/libchipcard-kde/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:40:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD34A16A4CE; Thu, 19 Feb 2004 01:40:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D75EC43D1D; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9eoGe000553; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9eoJD000552; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip) Message-Id: <200402190940.i1J9eoJD000552@repoman.freebsd.org> From: Philip Paeps Date: Thu, 19 Feb 2004 01:40:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/perl5.8 Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:40:51 -0000 philip 2004/02/19 01:40:50 PST FreeBSD ports repository (src committer) Modified files: lang/perl5.8 Makefile pkg-install Log: This fixes a little bug introduced in r1.8. When installing with pkg_add(1), the ${SITE_PERL} directory was not created causing system headers not to be perlified and installed by h2ph. This made some things break in very mysterious ways. The pkg-install script used by pkg_add(1) doesn't know about the many special variables in bsd.port.mk, so it shouldn't try to rely on them. Noticed by: bento, kris Approved by: kris Revision Changes Path 1.71 +1 -1 ports/lang/perl5.8/Makefile 1.10 +1 -1 ports/lang/perl5.8/pkg-install From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:41:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A5616A4CE; Thu, 19 Feb 2004 01:41:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB93D43D1D; Thu, 19 Feb 2004 01:41:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9fbGe001665; Thu, 19 Feb 2004 01:41:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9fbV0001664; Thu, 19 Feb 2004 01:41:37 -0800 (PST) (envelope-from kris) Message-Id: <200402190941.i1J9fbV0001664@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:41:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dcc-dccd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:41:38 -0000 kris 2004/02/19 01:41:37 PST FreeBSD ports repository Modified files: mail/dcc-dccd Makefile Log: FORBIDDEN on 5.x: links against conflicting thread libraries Revision Changes Path 1.7 +7 -1 ports/mail/dcc-dccd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:50:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF2616A4CE; Thu, 19 Feb 2004 01:50:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5202A43D2F; Thu, 19 Feb 2004 01:50:30 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9oUGe002717; Thu, 19 Feb 2004 01:50:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9oULq002716; Thu, 19 Feb 2004 01:50:30 -0800 (PST) (envelope-from krion) Message-Id: <200402190950.i1J9oULq002716@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:50:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-HTTP-Lite Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:50:30 -0000 krion 2004/02/19 01:50:30 PST FreeBSD ports repository Modified files: www/p5-HTTP-Lite Makefile distinfo Log: - Update from 2.1.5 to 2.1.6 - Fixed User-Agent header problem - Fixed lowercase header bugs PR: ports/63047 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/www/p5-HTTP-Lite/Makefile 1.2 +2 -1 ports/www/p5-HTTP-Lite/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:50:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3A316A4CE; Thu, 19 Feb 2004 01:50:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E229143D1F; Thu, 19 Feb 2004 01:50:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9otGe002788; Thu, 19 Feb 2004 01:50:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9ot7C002787; Thu, 19 Feb 2004 01:50:55 -0800 (PST) (envelope-from kris) Message-Id: <200402190950.i1J9ot7C002787@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:50:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ginsu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:50:56 -0000 kris 2004/02/19 01:50:55 PST FreeBSD ports repository Modified files: net/ginsu Makefile Log: BROKEN: Does not compile. This port is scheduled for removal on April 19 if it is still broken. Revision Changes Path 1.3 +4 -0 ports/net/ginsu/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:54:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E8516A4CE; Thu, 19 Feb 2004 01:54:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61B343D1F; Thu, 19 Feb 2004 01:54:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9snGe004600; Thu, 19 Feb 2004 01:54:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9snX4004599; Thu, 19 Feb 2004 01:54:49 -0800 (PST) (envelope-from kris) Message-Id: <200402190954.i1J9snX4004599@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:54:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/hs-HOpenGL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:54:50 -0000 kris 2004/02/19 01:54:49 PST FreeBSD ports repository Modified files: graphics/hs-HOpenGL Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.9 +7 -1 ports/graphics/hs-HOpenGL/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:55:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34DD16A4CF; Thu, 19 Feb 2004 01:55:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A6943D1F; Thu, 19 Feb 2004 01:55:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9tZGe004702; Thu, 19 Feb 2004 01:55:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9tZfn004701; Thu, 19 Feb 2004 01:55:35 -0800 (PST) (envelope-from kris) Message-Id: <200402190955.i1J9tZfn004701@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:55:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-buddha Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:55:35 -0000 kris 2004/02/19 01:55:35 PST FreeBSD ports repository Modified files: devel/hs-buddha Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.15 +7 -1 ports/devel/hs-buddha/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:56:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE3016A4CE; Thu, 19 Feb 2004 01:56:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E65B43D1F; Thu, 19 Feb 2004 01:56:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9uGGe004745; Thu, 19 Feb 2004 01:56:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9uGNG004744; Thu, 19 Feb 2004 01:56:16 -0800 (PST) (envelope-from kris) Message-Id: <200402190956.i1J9uGNG004744@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:56:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-hat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:56:16 -0000 kris 2004/02/19 01:56:16 PST FreeBSD ports repository Modified files: devel/hs-hat Makefile Log: BROKEN: Does not compile Revision Changes Path 1.30 +2 -0 ports/devel/hs-hat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:56:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23F016A4CE; Thu, 19 Feb 2004 01:56:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D581843D2D; Thu, 19 Feb 2004 01:56:58 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9uwGe004783; Thu, 19 Feb 2004 01:56:58 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9uwQw004782; Thu, 19 Feb 2004 01:56:58 -0800 (PST) (envelope-from tjr) Message-Id: <200402190956.i1J9uwQw004782@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 19 Feb 2004 01:56:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs direntry.h msdosfs_conv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:56:59 -0000 tjr 2004/02/19 01:56:58 PST FreeBSD src repository Modified files: sys/fs/msdosfs direntry.h msdosfs_conv.c Log: Use size_t or ssize_t wherever appropriate instead of casting from int * to size_t *, which is incorrect because they may have different widths. This caused some subtle forms of corruption, the mostly frequently reported one being that the last character of a filename was sometimes duplicated on amd64. Revision Changes Path 1.20 +5 -5 src/sys/fs/msdosfs/direntry.h 1.37 +22 -21 src/sys/fs/msdosfs/msdosfs_conv.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:58:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D601C16A4CE; Thu, 19 Feb 2004 01:58:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9FF543D1F; Thu, 19 Feb 2004 01:58:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9w5Ge004847; Thu, 19 Feb 2004 01:58:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9w5Gs004846; Thu, 19 Feb 2004 01:58:05 -0800 (PST) (envelope-from kris) Message-Id: <200402190958.i1J9w5Gs004846@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:58:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-hat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:58:06 -0000 kris 2004/02/19 01:58:05 PST FreeBSD ports repository Modified files: devel/hs-hat Makefile Log: This port is scheduled for removal on April 19 if it is still broken. Revision Changes Path 1.31 +2 -0 ports/devel/hs-hat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:59:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0F116A4D3; Thu, 19 Feb 2004 01:59:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C0F43D1F; Thu, 19 Feb 2004 01:59:06 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9x5Ge004931; Thu, 19 Feb 2004 01:59:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9x5ct004930; Thu, 19 Feb 2004 01:59:05 -0800 (PST) (envelope-from kris) Message-Id: <200402190959.i1J9x5ct004930@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:59:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/hs-gtk+hs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:59:06 -0000 kris 2004/02/19 01:59:05 PST FreeBSD ports repository Modified files: x11-toolkits/hs-gtk+hs Makefile Log: BROKEN on 5.x: configure fails Revision Changes Path 1.16 +7 -1 ports/x11-toolkits/hs-gtk+hs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:59:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5E416A4CE; Thu, 19 Feb 2004 01:59:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3BE843D1D; Thu, 19 Feb 2004 01:59:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9xoGe004967; Thu, 19 Feb 2004 01:59:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9xoe0004966; Thu, 19 Feb 2004 01:59:50 -0800 (PST) (envelope-from kris) Message-Id: <200402190959.i1J9xoe0004966@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:59:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/nhc98 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:59:51 -0000 kris 2004/02/19 01:59:50 PST FreeBSD ports repository Modified files: lang/nhc98 Makefile Log: BROKEN on 5.x: does not compile Revision Changes Path 1.27 +4 -0 ports/lang/nhc98/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:01:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5921D16A4CE; Thu, 19 Feb 2004 02:01:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD2F43D1D; Thu, 19 Feb 2004 02:01:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JA1tGe006223; Thu, 19 Feb 2004 02:01:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JA1tun006219; Thu, 19 Feb 2004 02:01:55 -0800 (PST) (envelope-from kris) Message-Id: <200402191001.i1JA1tun006219@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 02:01:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/konwert Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:01:55 -0000 kris 2004/02/19 02:01:54 PST FreeBSD ports repository Modified files: converters/konwert Makefile Log: BROKEN: unfetchable Revision Changes Path 1.4 +2 -0 ports/converters/konwert/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:04:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B821116A4CE; Thu, 19 Feb 2004 02:04:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B286443D2D; Thu, 19 Feb 2004 02:04:12 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JA4CGe007860; Thu, 19 Feb 2004 02:04:12 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JA4Ckc007859; Thu, 19 Feb 2004 02:04:12 -0800 (PST) (envelope-from erwin) Message-Id: <200402191004.i1JA4Ckc007859@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 19 Feb 2004 02:04:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Amazon Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:04:12 -0000 erwin 2004/02/19 02:04:12 PST FreeBSD ports repository Modified files: net/p5-Net-Amazon Makefile distinfo pkg-plist Log: - from 0.18 to 0.19 - cut from Changes (ms) Michael Coulter noticed that eg/review had the wrong path to Review.pm. (ms) Sam Smith noticed that the dependency on LWP::UserAgent was missing from the documentation. (ms) Bill Fitzpatrick provided a patch implementing and testing Manufacturer searches. PR: 63045 Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/net/p5-Net-Amazon/Makefile 1.4 +2 -1 ports/net/p5-Net-Amazon/distinfo 1.3 +2 -0 ports/net/p5-Net-Amazon/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:06:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64B716A4CE; Thu, 19 Feb 2004 02:06:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B3E43D2D; Thu, 19 Feb 2004 02:06:26 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JA6QGe008009; Thu, 19 Feb 2004 02:06:26 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JA6QnK008008; Thu, 19 Feb 2004 02:06:26 -0800 (PST) (envelope-from kris) Message-Id: <200402191006.i1JA6QnK008008@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 02:06:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/admuser Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:06:27 -0000 kris 2004/02/19 02:06:26 PST FreeBSD ports repository Modified files: www/admuser Makefile Log: BROKEN: Install fails Revision Changes Path 1.4 +2 -0 ports/www/admuser/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:38:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2567116A4CE; Thu, 19 Feb 2004 02:38:52 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D04643D1F; Thu, 19 Feb 2004 02:38:51 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1JAclLE011922; Thu, 19 Feb 2004 21:38:47 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1JAcgch019373; Thu, 19 Feb 2004 21:38:43 +1100 Date: Thu, 19 Feb 2004 21:38:42 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: <20040219213717.O1230@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <20040215094444.F6303@gamplex.bde.org> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:38:52 -0000 On Wed, 18 Feb 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Bruce Evans writes: > > [...] I'm not completely happy with the results of this at any > > level, especially at the source level. It requires and ugly syntax > > (another layer of parentheses around the message) [...] > > We can get rid of the parentheses with varadic macros. I'd prefer not to use variadic macros until we have several C99 compilers that support them instead of half of a C99 compiler. Bruce From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:39:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C4C16A4CE; Thu, 19 Feb 2004 02:39:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D440E43D1F; Thu, 19 Feb 2004 02:39:42 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JAdgGe015042; Thu, 19 Feb 2004 02:39:42 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JAdgdf015041; Thu, 19 Feb 2004 02:39:42 -0800 (PST) (envelope-from truckman) Message-Id: <200402191039.i1JAdgdf015041@repoman.freebsd.org> From: Don Lewis Date: Thu, 19 Feb 2004 02:39:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:39:43 -0000 truckman 2004/02/19 02:39:42 PST FreeBSD src repository Modified files: sys/kern sys_process.c Log: When reparenting a process in the PT_DETACH code, only set p_sigparent to SIGCHLD if the new parent process is initproc. MFC after: 2 weeks Revision Changes Path 1.117 +2 -1 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:13:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E0E16A4CE; Thu, 19 Feb 2004 03:13:19 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B6043D1D; Thu, 19 Feb 2004 03:13:19 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 783B05309; Thu, 19 Feb 2004 12:13:17 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 1E6B05308; Thu, 19 Feb 2004 12:13:10 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 90C2033C6F; Thu, 19 Feb 2004 12:13:09 +0100 (CET) To: Bruce Evans References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> <20040219213717.O1230@gamplex.bde.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 12:13:09 +0100 In-Reply-To: <20040219213717.O1230@gamplex.bde.org> (Bruce Evans's message of "Thu, 19 Feb 2004 21:38:42 +1100 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:13:19 -0000 Bruce Evans writes: > I'd prefer not to use variadic macros until we have several C99 compilers > that support them instead of half of a C99 compiler. CURRENT's GCC supports both ISO C variadic macro syntax and its own. The latter is also supported in STABLE's GCC. I imagine ICC supports at least ISO C syntax and possibly also the old GCC syntax, since it tries to be GCC-compatible, and that both TenDRA and Watcom support the ISO C syntax. See src/contrib/openpam/include/security/openpam.h for an example of code that selects the right syntax depending on what the compiler is expected to support. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:22:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7B116A4CE; Thu, 19 Feb 2004 03:22:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EA243D1F; Thu, 19 Feb 2004 03:22:39 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JBMdGe026436; Thu, 19 Feb 2004 03:22:39 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JBMdHd026435; Thu, 19 Feb 2004 03:22:39 -0800 (PST) (envelope-from sobomax) Message-Id: <200402191122.i1JBMdHd026435@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 19 Feb 2004 03:22:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:22:39 -0000 sobomax 2004/02/19 03:22:39 PST FreeBSD ports repository Modified files: net/asterisk Makefile Log: Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when reffering other ports, since the former for some reason doesn't work in bento environment (it works here just fine even with WRKDIRPREFIX set). BTW, this is good evidence which shows that breakage on bento isn't sufficient to mark port as BROKEN. Revision Changes Path 1.10 +2 -2 ports/net/asterisk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:29:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABD716A4CE; Thu, 19 Feb 2004 03:29:34 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1184B43D1D; Thu, 19 Feb 2004 03:29:34 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (94725b00a7ca1565e2c6190e3735c9c2@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1JBTXa3019123; Thu, 19 Feb 2004 05:29:33 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5CDCB66CAF; Thu, 19 Feb 2004 03:29:32 -0800 (PST) Date: Thu, 19 Feb 2004 03:29:32 -0800 From: Kris Kennaway To: Maxim Sobolev Message-ID: <20040219112932.GA11187@xor.obsecurity.org> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200402191122.i1JBMdHd026435@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:29:34 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > sobomax 2004/02/19 03:22:39 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/asterisk Makefile=20 > Log: > Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when > reffering other ports, since the former for some reason doesn't work > in bento environment (it works here just fine even with WRKDIRPREFIX > set). > =20 > BTW, this is good evidence which shows that breakage on bento isn't > sufficient to mark port as BROKEN. It exposed your incorrect assumption and made you fix it, didn't it? ;-) You were bitten by the fact that bento (deliberately) builds ports in /a/ports, with /usr/ports a symlink to this directory. In other words, in legitimate environments, ${PORTSDIR} may not be equal to ${.CURDIR} even though both reference the same directory. Kris --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANJ4bWry0BWjoQKURAuJFAKCIkWXd/PEI4mGV8R7wzm7yBnGF3gCfYfuJ zhi6Piy/pSHVtY7qV8XGynk= =P83K -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:35:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BE216A4CE; Thu, 19 Feb 2004 03:35:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8366B43D1D; Thu, 19 Feb 2004 03:35:11 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JBZBGe028573; Thu, 19 Feb 2004 03:35:11 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JBZBJG028572; Thu, 19 Feb 2004 03:35:11 -0800 (PST) (envelope-from osa) Message-Id: <200402191135.i1JBZBJG028572@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 19 Feb 2004 03:35:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/lynx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:35:11 -0000 osa 2004/02/19 03:35:11 PST FreeBSD ports repository Modified files: www/lynx Makefile Log: Fix CONFIGURE_ARGS in master port for build slave port (lynx-ssl). Submitted by: Jason Harris (maintainer) PR: ports/63044 Revision Changes Path 1.110 +1 -1 ports/www/lynx/Makefile From owner-cvs-all@FreeBSD.ORG Wed Feb 18 23:27:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A1516A4CF; Wed, 18 Feb 2004 23:27:18 -0800 (PST) Received: from surw.ru (ns.surw.ru [62.165.36.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EAC43D1D; Wed, 18 Feb 2004 23:27:17 -0800 (PST) (envelope-from andy@surw.ru) Received: from surw.ru (localhost [127.0.0.1]) by surw.ru (8.12.9/8.12.9) with ESMTP id i1J7RDdl075422; Thu, 19 Feb 2004 12:27:14 +0500 (YEKT) Received: (from andy@localhost) by surw.ru (8.12.9/8.12.3/Submit) id i1J7RDDS075421; Thu, 19 Feb 2004 10:27:13 +0300 (MSK) From: Andrey Zakhvatov Message-Id: <200402190727.i1J7RDDS075421@surw.ru> In-Reply-To: <20040123190601.D96563@news1.macomnet.ru> To: Maxim Konovalov Date: Thu, 19 Feb 2004 10:27:13 +0300 (MSK) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=KOI8-R X-Mailman-Approved-At: Thu, 19 Feb 2004 05:06:29 -0800 cc: Andrey Zakhvatov cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/ru_RU.KOI8-R/articles/new-users ]article.sgm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 07:27:19 -0000 Hello, > - ÂÕË×—ÎÁÂÉÒÁÊÅÔ exit, ÎÏ ÎÅ > + ÂÕË×—ÎÁÂÉÒÁÊÔÅ exit, ÎÏ ÎÅ óÐÁÓÉÂÏ! ñ ÎÅ ÂÕÄÕ ÐÒÏÔÉ×, ÅÓÌÉ ËÔÏ-ÔÏ ÂÕÄÅÔ ËÏÍÍÉÔÔÉÔØ × ÄÅÒÅ×Ï ÉÓÐÒÁ×ÌÅÎÉÅ ÍÏÉÈ ÏÐÅÞÁÔÏË. åÄÉÎÓÔ×ÅÎÎÁÑ ÐÒÏÓØÂÁ - ÓÎÁÞÁÌÁ ÉÓÐÒÁ×ÌÑÔØ × FRDP, É ÔÏÌØËÏ ÐÏÔÏÍ (íÁËÓÉÍ, ÜÔÏ Ë ÔÅÂÅ ÏÔÎÏÓÉÔÓÑ :) ÔÁÝÉÔØ × FDP, ÞÔÏÂÙ CVSid ÓÏ×ÐÁÄÁÌÉ. Sincerely yours, Andrey V. Zakhvatov. SAP R/3 Deployment Department of South Ural Railway. -- Tel: +7-(3512)-68-30-08, E-mail: andy@surw.ru WWW: http://www.surw.ru/~andy/index.html From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:36:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232BD16A4CE; Thu, 19 Feb 2004 01:36:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0656543D2F; Thu, 19 Feb 2004 01:36:56 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9atGe000145; Thu, 19 Feb 2004 01:36:55 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9atwd000144; Thu, 19 Feb 2004 01:36:55 -0800 (PST) (envelope-from krion) Message-Id: <200402190936.i1J9atwd000144@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 01:36:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Algorithm-Networksort Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:36:56 -0000 krion 2004/02/19 01:36:55 PST FreeBSD ports repository Modified files: devel/p5-Algorithm-Networksort Makefile distinfo Log: - Update to version 1.05 PR: ports/63046 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/p5-Algorithm-Networksort/Makefile 1.3 +2 -1 ports/devel/p5-Algorithm-Networksort/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 01:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915C716A4CE; Thu, 19 Feb 2004 01:37:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7461C43D1F; Thu, 19 Feb 2004 01:37:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9bFGe000186; Thu, 19 Feb 2004 01:37:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9bFoO000185; Thu, 19 Feb 2004 01:37:15 -0800 (PST) (envelope-from kris) Message-Id: <200402190937.i1J9bFoO000185@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 01:37:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gyach Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:37:15 -0000 kris 2004/02/19 01:37:15 PST FreeBSD ports repository Modified files: net/gyach Makefile Log: FORBIDDEN on 5.x: links against conflicting thread libraries Revision Changes Path 1.5 +7 -1 ports/net/gyach/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:49:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C8C16A4CE; Thu, 19 Feb 2004 03:49:39 -0800 (PST) Received: from www.russia.cz (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A3143D1D; Thu, 19 Feb 2004 03:49:39 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JBnTVt003774; Thu, 19 Feb 2004 12:49:33 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034A2C4.7030501@portaone.com> Date: Thu, 19 Feb 2004 13:49:24 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Kris Kennaway References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> In-Reply-To: <20040219112932.GA11187@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Maxim Sobolev cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:49:39 -0000 Kris Kennaway wrote: > On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > >>sobomax 2004/02/19 03:22:39 PST >> >> FreeBSD ports repository >> >> Modified files: >> net/asterisk Makefile >> Log: >> Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when >> reffering other ports, since the former for some reason doesn't work >> in bento environment (it works here just fine even with WRKDIRPREFIX >> set). >> >> BTW, this is good evidence which shows that breakage on bento isn't >> sufficient to mark port as BROKEN. > > > It exposed your incorrect assumption and made you fix it, didn't it? > ;-) > > You were bitten by the fact that bento (deliberately) builds ports in > /a/ports, with /usr/ports a symlink to this directory. In other > words, in legitimate environments, ${PORTSDIR} may not be equal to > ${.CURDIR} even though both reference the same directory. Or equially likely it exposes a bug in bento's setup, where ${PORTSDIR} should be set to /a/ports not to /usr/ports. ;) -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:56:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9A16A4CE; Thu, 19 Feb 2004 03:56:43 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE7743D1D; Thu, 19 Feb 2004 03:56:43 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (3130103f5713796a13f37dedc655b97c@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1JBufwK010361; Thu, 19 Feb 2004 03:56:41 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B83BE66CAF; Thu, 19 Feb 2004 03:56:41 -0800 (PST) Date: Thu, 19 Feb 2004 03:56:41 -0800 From: Kris Kennaway To: Maxim Sobolev Message-ID: <20040219115641.GA11791@xor.obsecurity.org> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <4034A2C4.7030501@portaone.com> User-Agent: Mutt/1.4.1i cc: Maxim Sobolev cc: ports-committers@FreeBSD.ORG cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:56:43 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 01:49:24PM +0200, Maxim Sobolev wrote: > Kris Kennaway wrote: >=20 > >On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > > > >>sobomax 2004/02/19 03:22:39 PST > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> net/asterisk Makefile=20 > >> Log: > >> Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when > >> reffering other ports, since the former for some reason doesn't work > >> in bento environment (it works here just fine even with WRKDIRPREFIX > >> set). > >>=20 > >> BTW, this is good evidence which shows that breakage on bento isn't > >> sufficient to mark port as BROKEN. > > > > > >It exposed your incorrect assumption and made you fix it, didn't it? > >;-) > > > >You were bitten by the fact that bento (deliberately) builds ports in > >/a/ports, with /usr/ports a symlink to this directory. In other > >words, in legitimate environments, ${PORTSDIR} may not be equal to > >${.CURDIR} even though both reference the same directory. >=20 > Or equially likely it exposes a bug in bento's setup, where ${PORTSDIR}= =20 > should be set to /a/ports not to /usr/ports. ;) No, as I said, this is a supported configuration. Moreover, I'm sure it's common for people to move their ports collection from /usr/ports to some other location and replace it with a symlink (in fact I've done that myself), and this works for all 10364 ports except yours, prior to this commit. Thanks for (presumably) fixing it. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANKR5Wry0BWjoQKURAo3JAKDP1xCz/Sfa+dGdooYLZGkzJwCShACgrVtf kaAAsWrURDDbNP5Qou61lHk= =q3Nq -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:58:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A623A16A4CE; Thu, 19 Feb 2004 03:58:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACB643D1D; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JBwEGe032880; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JBwEvd032879; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman) Message-Id: <200402191158.i1JBwEvd032879@repoman.freebsd.org> From: Don Lewis Date: Thu, 19 Feb 2004 03:58:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:58:14 -0000 truckman 2004/02/19 03:58:14 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: MFC 1.92 - Check that sa_len is the appropriate value in tcp_usr_bind(), tcp6_usr_bind(), tcp_usr_connect(), and tcp6_usr_connect() before checking whether the address is multicast so that the proper errno value will be returned if sa_len is incorrect. Revision Changes Path 1.51.2.20 +8 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:02:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934B716A4CE; Thu, 19 Feb 2004 04:02:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B6543D1F; Thu, 19 Feb 2004 04:02:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JC2sGe034844; Thu, 19 Feb 2004 04:02:54 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JC2sqr034843; Thu, 19 Feb 2004 04:02:54 -0800 (PST) (envelope-from ru) Message-Id: <200402191202.i1JC2sqr034843@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 19 Feb 2004 04:02:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 disk.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:02:54 -0000 ru 2004/02/19 04:02:54 PST FreeBSD src repository Modified files: share/man/man9 disk.9 Log: Improve formatting. Revision Changes Path 1.6 +40 -45 src/share/man/man9/disk.9 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:10:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F16316A5A3; Thu, 19 Feb 2004 04:10:31 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2770B43D31; Thu, 19 Feb 2004 04:10:04 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JC9uVt004892; Thu, 19 Feb 2004 13:09:58 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034A78F.9080702@portaone.com> Date: Thu, 19 Feb 2004 14:09:51 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Kris Kennaway References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> In-Reply-To: <20040219115641.GA11791@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:10:31 -0000 Kris Kennaway wrote: > On Thu, Feb 19, 2004 at 01:49:24PM +0200, Maxim Sobolev wrote: > >>Kris Kennaway wrote: >> >> >>>On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: >>> >>> >>>>sobomax 2004/02/19 03:22:39 PST >>>> >>>>FreeBSD ports repository >>>> >>>>Modified files: >>>> net/asterisk Makefile >>>>Log: >>>>Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when >>>>reffering other ports, since the former for some reason doesn't work >>>>in bento environment (it works here just fine even with WRKDIRPREFIX >>>>set). >>>> >>>>BTW, this is good evidence which shows that breakage on bento isn't >>>>sufficient to mark port as BROKEN. >>> >>> >>>It exposed your incorrect assumption and made you fix it, didn't it? >>>;-) >>> >>>You were bitten by the fact that bento (deliberately) builds ports in >>>/a/ports, with /usr/ports a symlink to this directory. In other >>>words, in legitimate environments, ${PORTSDIR} may not be equal to >>>${.CURDIR} even though both reference the same directory. >> >>Or equially likely it exposes a bug in bento's setup, where ${PORTSDIR} >>should be set to /a/ports not to /usr/ports. ;) > > > No, as I said, this is a supported configuration. Moreover, I'm sure > it's common for people to move their ports collection from /usr/ports > to some other location and replace it with a symlink (in fact I've > done that myself), and this works for all 10364 ports except yours, > prior to this commit. I still think that you aren't quite correct. You (and everyone who want to move /usr/ports over) should have set PORTSDIR to its real location (that is /a/ports in bento scripts), which would allow '${WRKDIRPREFIX}${PORTSDIR}/' in ports Makefiles instead of much uglier ${WRKDIR}/../../../' (or eaquially ugly construct involving .CURDIR). The latter is worse because in this case it is impossible to put ports directory (e.g. asterisk in this case) anywhere in the file system not in the ${PORTSDIR} and have it building just fine, which is possible with the former. IMO, this is much common and useful feature than ability to move /usr/ports with the help of symlink. -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:25:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984D16A4CE; Thu, 19 Feb 2004 04:25:30 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A1E43D1D; Thu, 19 Feb 2004 04:25:30 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (c65b66392bf9a6e5785433ede1a134ad@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1JCPTwK022005; Thu, 19 Feb 2004 04:25:29 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BD79F66CAF; Thu, 19 Feb 2004 04:25:29 -0800 (PST) Date: Thu, 19 Feb 2004 04:25:29 -0800 From: Kris Kennaway To: Maxim Sobolev Message-ID: <20040219122529.GA12202@xor.obsecurity.org> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> <4034A78F.9080702@portaone.com> <4034A883.80907@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <4034A883.80907@portaone.com> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:25:31 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 02:13:55PM +0200, Maxim Sobolev wrote: > >>No, as I said, this is a supported configuration. Moreover, I'm sure > >>it's common for people to move their ports collection from /usr/ports > >>to some other location and replace it with a symlink (in fact I've > >>done that myself), and this works for all 10364 ports except yours, > >>prior to this commit. > > > > > >I still think that you aren't quite correct. You (and everyone who want= =20 > >to move /usr/ports over) should have set PORTSDIR to its real location= =20 > >(that is /a/ports in bento scripts), which would allow=20 > >'${WRKDIRPREFIX}${PORTSDIR}/' in ports Makefiles instead of much uglier= =20 > >${WRKDIR}/../../../' (or eaquially ugly construct involving .CURDIR).=20 > >The latter is worse because in this case it is impossible to put ports= =20 > >directory (e.g. asterisk in this case) anywhere in the file system not= =20 > >in the ${PORTSDIR} and have it building just fine, which is possible=20 > >with the former. IMO, this is much common and useful feature than=20 > >ability to move /usr/ports with the help of symlink. >=20 > Also my version of behaviour is documented (ans has been for a long=20 > time) as the One True Way[tm], so that I'd suggest you to fix bento scrip= ts. >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting= -wrkdirprefix.html That seems to be a bug in the documentation (note that it's internally inconsistent because it refers to both ${WRKDIRPREFIX}${PORTSDIR} and ${WRKDIRPREFIX}${.CURDIR} as the "correct" way to reference a port's ${WRKDIR} depending on whether that port is the current or another one). To repeat, 10364 ports don't have a problem with this policy that has been deliberately enforced by bento since before I came along. Your 1 port did. The numbers are really not on your side for making a persuasive argument here, and I'm sure we both have better things to do with our time than to continue to debate it. Kris --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANKs5Wry0BWjoQKURApKgAJ0YCwpLdTru1rlSF7w1LkW2neSwKQCfb/h/ aimUHzOUz6f3ncU4dAI0PDA= =+VUx -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:25:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF4A16A4CE; Thu, 19 Feb 2004 04:25:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4081D43D1D; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JCPhGe040005; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JCPhHd040004; Thu, 19 Feb 2004 04:25:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200402191225.i1JCPhHd040004@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 19 Feb 2004 04:25:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:25:43 -0000 sobomax 2004/02/19 04:25:42 PST FreeBSD ports repository Modified files: net/asterisk Makefile Log: Revert previous delta, according to Porter's Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html "In particular, if you are referring to a WRKDIR of another port, note that the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" Other ports that use ${.CURDIR} when reffering WRKDIR of another port should be fixed along with bento scripts. Revision Changes Path 1.11 +2 -2 ports/net/asterisk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:31:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F18816A4CE; Thu, 19 Feb 2004 04:31:42 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BB443D1D; Thu, 19 Feb 2004 04:31:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (db9e0b5964d2794c93d74f5bb1e5c2c5@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1JCVea3020896; Thu, 19 Feb 2004 06:31:41 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E5C066CAF; Thu, 19 Feb 2004 04:31:40 -0800 (PST) Date: Thu, 19 Feb 2004 04:31:40 -0800 From: Kris Kennaway To: Maxim Sobolev Message-ID: <20040219123140.GA12482@xor.obsecurity.org> References: <200402191225.i1JCPhHd040004@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <200402191225.i1JCPhHd040004@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:31:42 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 04:25:43AM -0800, Maxim Sobolev wrote: > sobomax 2004/02/19 04:25:42 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/asterisk Makefile=20 > Log: > Revert previous delta, according to Porter's Handbook: > =20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porti= ng-wrkdirprefix.html > =20 > "In particular, if you are referring to a WRKDIR of another port, note= that > the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" > =20 > Other ports that use ${.CURDIR} when reffering WRKDIR of another port s= hould > be fixed along with bento scripts. Maxim, please take a deep breath and don't try and pick a fight here. I'm quite happy to leave your port broken on bento if that's what you want (too bad for any users who might have wanted to install the package), but this commit isn't going to achieve anything else. Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANKysWry0BWjoQKURAtbxAKDEh/NcesZSvT+u+9goDgHrCSZzlACg/f4x NRwYRePdvLqXELNG9kaISMw= =0uaU -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:32:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4484916A4CF; Thu, 19 Feb 2004 04:32:34 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D94943D2F; Thu, 19 Feb 2004 04:32:33 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JCWOVt005919; Thu, 19 Feb 2004 13:32:28 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034ACD3.8010907@portaone.com> Date: Thu, 19 Feb 2004 14:32:19 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Kris Kennaway References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> <4034A78F.9080702@portaone.com> <4034A883.80907@portaone.com> <20040219122529.GA12202@xor.obsecurity.org> In-Reply-To: <20040219122529.GA12202@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:32:34 -0000 Kris Kennaway wrote: > On Thu, Feb 19, 2004 at 02:13:55PM +0200, Maxim Sobolev wrote: > > >>>>No, as I said, this is a supported configuration. Moreover, I'm sure >>>>it's common for people to move their ports collection from /usr/ports >>>>to some other location and replace it with a symlink (in fact I've >>>>done that myself), and this works for all 10364 ports except yours, >>>>prior to this commit. >>> >>> >>>I still think that you aren't quite correct. You (and everyone who want >>>to move /usr/ports over) should have set PORTSDIR to its real location >>>(that is /a/ports in bento scripts), which would allow >>>'${WRKDIRPREFIX}${PORTSDIR}/' in ports Makefiles instead of much uglier >>>${WRKDIR}/../../../' (or eaquially ugly construct involving .CURDIR). >>>The latter is worse because in this case it is impossible to put ports >>>directory (e.g. asterisk in this case) anywhere in the file system not >>>in the ${PORTSDIR} and have it building just fine, which is possible >>>with the former. IMO, this is much common and useful feature than >>>ability to move /usr/ports with the help of symlink. >> >>Also my version of behaviour is documented (ans has been for a long >>time) as the One True Way[tm], so that I'd suggest you to fix bento scripts. >> >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html > > > That seems to be a bug in the documentation (note that it's internally > inconsistent because it refers to both ${WRKDIRPREFIX}${PORTSDIR} and > ${WRKDIRPREFIX}${.CURDIR} as the "correct" way to reference a port's > ${WRKDIR} depending on whether that port is the current or another > one). No, there is no inconsistency, please read again. It only tells that if you are defining your own WRKDIR in your port, you should define it as catfoo/portbar/Makefile: WRKDIR = ${WRKDIRPREFIX}${.CURDIR}/blablabla This has nothing to do with reffering other ports. > To repeat, 10364 ports don't have a problem with this policy that has > been deliberately enforced by bento since before I came along. Your 1 > port did. The numbers are really not on your side for making a > persuasive argument here, and I'm sure we both have better things to > do with our time than to continue to debate it. Only small fraction of all those 10364 ports reffer to other ports WRKDIR (30-40 according to a quick greep), 3 of them correctly use ${WRKDIRPREFIX}${PORTSDIR}, all others probably were "fixed" to workaround a broken assumption that bento makes. Please fix bento instead of arguing obvious. -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:34:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88E516A4CE; Thu, 19 Feb 2004 04:34:46 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387E343D1D; Thu, 19 Feb 2004 04:34:46 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JCYbVt006075; Thu, 19 Feb 2004 13:34:40 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034AD58.1040806@portaone.com> Date: Thu, 19 Feb 2004 14:34:32 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Kris Kennaway References: <200402191225.i1JCPhHd040004@repoman.freebsd.org> <20040219123140.GA12482@xor.obsecurity.org> In-Reply-To: <20040219123140.GA12482@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:34:47 -0000 Kris Kennaway wrote: > On Thu, Feb 19, 2004 at 04:25:43AM -0800, Maxim Sobolev wrote: > >>sobomax 2004/02/19 04:25:42 PST >> >> FreeBSD ports repository >> >> Modified files: >> net/asterisk Makefile >> Log: >> Revert previous delta, according to Porter's Handbook: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html >> >> "In particular, if you are referring to a WRKDIR of another port, note that >> the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" >> >> Other ports that use ${.CURDIR} when reffering WRKDIR of another port should >> be fixed along with bento scripts. > > > Maxim, please take a deep breath and don't try and pick a fight here. > I'm quite happy to leave your port broken on bento if that's what you > want (too bad for any users who might have wanted to install the > package), but this commit isn't going to achieve anything else. No, please fix bento scripts so that they adhere to documented behaviour. We should not make behaviour workaround bento's bugs and false assumptions! -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:38:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C505A16A4CE; Thu, 19 Feb 2004 04:38:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A80DF43D1F; Thu, 19 Feb 2004 04:38:12 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JCcCGe042216; Thu, 19 Feb 2004 04:38:12 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JCcCND042215; Thu, 19 Feb 2004 04:38:12 -0800 (PST) (envelope-from bms) Message-Id: <200402191238.i1JCcCND042215@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 19 Feb 2004 04:38:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:38:12 -0000 bms 2004/02/19 04:38:12 PST FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This addition appears to allow VMware 3 Workstation to operate with nmdm(4) as a virtual COM device. Tested by: Guido van Rooij Revision Changes Path 1.113 +10 -0 src/sys/compat/linux/linux_ioctl.c 1.17 +3 -0 src/sys/compat/linux/linux_ioctl.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:39:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B92A416A4CE; Thu, 19 Feb 2004 04:39:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1A543D2F; Thu, 19 Feb 2004 04:39:52 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JCdqGe042269; Thu, 19 Feb 2004 04:39:52 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JCdqMM042264; Thu, 19 Feb 2004 04:39:52 -0800 (PST) (envelope-from eik) Message-Id: <200402191239.i1JCdqMM042264@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 19 Feb 2004 04:39:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pkg_install-devel Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:39:52 -0000 eik 2004/02/19 04:39:52 PST FreeBSD ports repository Modified files: sysutils/pkg_install-devel Makefile distinfo pkg-descr Log: update to 20040216: - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16 Revision Changes Path 1.3 +1 -2 ports/sysutils/pkg_install-devel/Makefile 1.2 +2 -2 ports/sysutils/pkg_install-devel/distinfo 1.3 +1 -1 ports/sysutils/pkg_install-devel/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Feb 19 02:10:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D433316A4CE; Thu, 19 Feb 2004 02:10:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B758A43D1D; Thu, 19 Feb 2004 02:10:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JAAvGe008287; Thu, 19 Feb 2004 02:10:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JAAvKx008286; Thu, 19 Feb 2004 02:10:57 -0800 (PST) (envelope-from kris) Message-Id: <200402191010.i1JAAvKx008286@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 19 Feb 2004 02:10:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/hs-HOpenGL Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:10:58 -0000 kris 2004/02/19 02:10:57 PST FreeBSD ports repository Modified files: graphics/hs-HOpenGL Makefile Log: Reset bouncing maintainer address Revision Changes Path 1.10 +1 -1 ports/graphics/hs-HOpenGL/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 03:55:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E548516A4CE; Thu, 19 Feb 2004 03:55:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82BB43D1D; Thu, 19 Feb 2004 03:55:42 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JBtgGe032790; Thu, 19 Feb 2004 03:55:42 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JBtgmM032789; Thu, 19 Feb 2004 03:55:42 -0800 (PST) (envelope-from truckman) Message-Id: <200402191155.i1JBtgmM032789@repoman.freebsd.org> From: Don Lewis Date: Thu, 19 Feb 2004 03:55:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:55:43 -0000 truckman 2004/02/19 03:55:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern uipc_syscalls.c Log: MFC 1.163 - Add a somewhat redundant check on the getsockaddr() len argument to avoid writing past the end of a dynamically allocated buffer, even though the minimum allocation size prevents an actual buffer overflow from occuring without this check. Revision Changes Path 1.65.2.19 +2 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:10:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F1E16A4CE; Thu, 19 Feb 2004 05:10:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B3043D1D; Thu, 19 Feb 2004 05:10:39 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JDAdGe055368; Thu, 19 Feb 2004 05:10:39 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JDAdIB055367; Thu, 19 Feb 2004 05:10:39 -0800 (PST) (envelope-from nyan) Message-Id: <200402191310.i1JDAdIB055367@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 19 Feb 2004 05:10:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:10:40 -0000 nyan 2004/02/19 05:10:39 PST FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386: revision 1.466 Revision Changes Path 1.286 +1 -0 src/sys/conf/files.pc98 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:40:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E986216A4F8; Thu, 19 Feb 2004 05:40:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8B643D1D; Thu, 19 Feb 2004 05:40:08 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JDe8Ge061470; Thu, 19 Feb 2004 05:40:08 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JDe8eg061469; Thu, 19 Feb 2004 05:40:08 -0800 (PST) (envelope-from pav) Message-Id: <200402191340.i1JDe8eg061469@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 05:40:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/goggles Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:40:09 -0000 pav 2004/02/19 05:40:08 PST FreeBSD ports repository Modified files: multimedia/goggles Makefile distinfo Log: - Update to 0.7.2 - Be a bit more clever about default device on 5.x PR: ports/62237 Submitted by: pav Approved by: maintainer timeout (18 days) Revision Changes Path 1.12 +9 -13 ports/multimedia/goggles/Makefile 1.7 +2 -2 ports/multimedia/goggles/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:41:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C52516A4CF; Thu, 19 Feb 2004 05:41:13 -0800 (PST) Received: from ru.office.ipnet (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D0843D1F; Thu, 19 Feb 2004 05:41:11 -0800 (PST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by ru.office.ipnet (8.12.10/8.12.10) id i1JDf5nS016178; Thu, 19 Feb 2004 15:41:05 +0200 (EET) (envelope-from ru) Date: Thu, 19 Feb 2004 15:41:04 +0200 From: Ruslan Ermilov To: Garance A Drosehn Message-ID: <20040219134104.GB14981@ip.net.ua> References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eJnRUKwClWJh1Khz" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:41:13 -0000 --eJnRUKwClWJh1Khz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 04:16:34PM -0500, Garance A Drosehn wrote: > At 12:18 PM -0800 2/16/04, Garance A Drosehn wrote: > >gad 2004/02/16 12:18:26 PST > > > > FreeBSD src repository > > > > Modified files: > > . Makefile > > Log: > > Add a 'realclean' target, which simply and quickly removes > > everything that was built in previous 'make buildworld' and > > 'make buildkernel'. >=20 > Just a note on this. The target might need some extra logic so > it is smarter in how it handles some situations, so don't start > using it in documentation just yet. >=20 Sorry, I could not reply earlier, been busy with real life issues, so I'm doing the post-commit review. The committed version has a number of issues, namely: - it's dangerous -- if .OBJDIR doesn't exist, it will wipe away your .CURDIR (typically /usr/src) which will upset many people out there including myself, - it doesn't respect the -s option of make(1) -- the "echo" commands should be spelled ${ECHO} to respect this (see how ECHO is set in sys.mk), - (minor) it uses home-grown style (space after a colon after a target name, -R vs. -r for rm(1), etc.), - the comment mostly repeats what the code does, where it should actually document the intent of this target, not the gory details of how it achives its goal. ;) Also, why "rm -rf ${.OBJDIR}/*" instead of "rm -rf ${.OBJDIR}"? Is it to preserve a possibly symlinked /usr/obj? I suggest to commit the following which fixes all but the last issue mentioned above. %%% 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/ncvs/src/Makefile,v retrieving revision 1.293 diff -u -r1.293 Makefile --- Makefile 16 Feb 2004 20:18:25 -0000 1.293 +++ Makefile 19 Feb 2004 12:50:04 -0000 @@ -109,14 +109,12 @@ # The first 'rm' will usually remove all files and directories. If # it does not, then there are probably some files with chflags set. # Unset all special chflags, and try the 'rm' a second time. -realclean : - -rm -Rf ${.OBJDIR}/* 2>/dev/null - @-if [ "`echo ${.OBJDIR}/*`" !=3D "${.OBJDIR}/*" ] ; then \ - echo "chflags -R 0 ${.OBJDIR}/*" ; \ - chflags -R 0 ${.OBJDIR}/* ; \ - echo "rm -Rf ${.OBJDIR}/*" ; \ - rm -Rf ${.OBJDIR}/* ; \ - fi +realclean: +.if ${.OBJDIR} !=3D ${.CURDIR} + -rm -rf ${.OBJDIR}/* 2>/dev/null + -chflags -R 0 ${.OBJDIR}/. + rm -rf ${.OBJDIR}/* +.endif =20 # # Handle the user-driven targets, using the source relative mk files. %%% Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --eJnRUKwClWJh1Khz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANLzwUkv4P6juNwoRAlYcAJ4kpld55dTLcbhi3/t0qneXA7yIxACdHb0u z/1PJeUJpU6G6Y4f3toHBG4= =zSWh -----END PGP SIGNATURE----- --eJnRUKwClWJh1Khz-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:47:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B014D16A4CE; Thu, 19 Feb 2004 05:47:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932FD43D1D; Thu, 19 Feb 2004 05:47:12 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JDlCGe063545; Thu, 19 Feb 2004 05:47:12 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JDlCit063544; Thu, 19 Feb 2004 05:47:12 -0800 (PST) (envelope-from mtm) Message-Id: <200402191347.i1JDlCit063544@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 19 Feb 2004 05:47:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:47:12 -0000 mtm 2004/02/19 05:47:12 PST FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: Don't wake up the thread after the signal handler has been executed. On return from the signal handler the call will either be restarted or EINTR will be returned, but it will not go back to its previous state. So, it is sufficient to simply change the state to 'running' without actually trying to wake up the thread. Revision Changes Path 1.8 +1 -1 src/lib/libthr/thread/thr_sig.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:51:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF9D16A4CE; Thu, 19 Feb 2004 05:51:42 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4357A43D1D; Thu, 19 Feb 2004 05:51:42 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.10/8.12.10) with ESMTP id i1JDqYW1050143; Thu, 19 Feb 2004 14:52:34 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.10/8.12.10/Submit) id i1JDqXQF050142; Thu, 19 Feb 2004 14:52:33 +0100 (CET) (envelope-from stijn) Date: Thu, 19 Feb 2004 14:52:33 +0100 From: Stijn Hoop To: Maxim Sobolev Message-ID: <20040219135233.GK35012@pcwin002.win.tue.nl> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1ou9v+QBCNysIXaH" Content-Disposition: inline In-Reply-To: <200402191122.i1JBMdHd026435@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:51:42 -0000 --1ou9v+QBCNysIXaH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > sobomax 2004/02/19 03:22:39 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/asterisk Makefile=20 > Log: > Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when > reffering other ports, since the former for some reason doesn't work > in bento environment (it works here just fine even with WRKDIRPREFIX > set). > =20 > BTW, this is good evidence which shows that breakage on bento isn't > sufficient to mark port as BROKEN. This would have broken the port in my environment: [stijn@sandcat] <~> egrep "(PORTS|WRKDIR)" /etc/make.conf WRKDIRPREFIX=3D /local/freebsd/work [stijn@sandcat] <~> ls -ld /usr/ports =20 lrwxr-xr-x 1 root wheel 20 Feb 17 15:11 /usr/ports -> /local/freebsd/por= ts Of course, one could argue that I should set PORTSDIR to /local/freebsd/por= ts, but I don't think that this is the only reason that should happen. --Stijn --=20 "From the moment I picked your book up until I laid it down I was convulsed with laughter. Some day I intend reading it." -- Groucho Marx --1ou9v+QBCNysIXaH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFANL+hY3r/tLQmfWcRAkj0AJ9+BhqI2gG05UNBDSlH2QtMDnbgtACcC7aj P1UYwle8kIuGot7wELQTYS0= =mvu4 -----END PGP SIGNATURE----- --1ou9v+QBCNysIXaH-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 05:51:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB5816A4CE; Thu, 19 Feb 2004 05:51:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A31B43D2D; Thu, 19 Feb 2004 05:51:53 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JDprGe065023; Thu, 19 Feb 2004 05:51:53 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JDprSG065022; Thu, 19 Feb 2004 05:51:53 -0800 (PST) (envelope-from mtm) Message-Id: <200402191351.i1JDprSG065022@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 19 Feb 2004 05:51:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_barrier.c thr_barrierattr.c thr_cancel.c thr_private.h thr_sig.c src/share/man/man3 Makefile pthread_barrier_destroy.3 pthread_barrierattr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:51:53 -0000 mtm 2004/02/19 05:51:53 PST FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_cancel.c thr_private.h thr_sig.c share/man/man3 Makefile Added files: lib/libthr/thread thr_barrier.c thr_barrierattr.c share/man/man3 pthread_barrier_destroy.3 pthread_barrierattr.3 Log: Implement PThreads barriers and barrier attributes. Revision Changes Path 1.5 +2 -0 src/lib/libthr/thread/Makefile.inc 1.1 +129 -0 src/lib/libthr/thread/thr_barrier.c (new) 1.1 +79 -0 src/lib/libthr/thread/thr_barrierattr.c (new) 1.9 +1 -0 src/lib/libthr/thread/thr_cancel.c 1.32 +18 -1 src/lib/libthr/thread/thr_private.h 1.9 +7 -0 src/lib/libthr/thread/thr_sig.c 1.30 +8 -0 src/share/man/man3/Makefile 1.1 +157 -0 src/share/man/man3/pthread_barrier_destroy.3 (new) 1.1 +150 -0 src/share/man/man3/pthread_barrierattr.3 (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:02:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801A116A4CE; Thu, 19 Feb 2004 06:02:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637A143D1F; Thu, 19 Feb 2004 06:02:31 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JE2VGe067473; Thu, 19 Feb 2004 06:02:31 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JE2VKL067469; Thu, 19 Feb 2004 06:02:31 -0800 (PST) (envelope-from pjd) Message-Id: <200402191402.i1JE2VKL067469@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 06:02:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:02:31 -0000 pjd 2004/02/19 06:02:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern vfs_syscalls.c Log: Don't allow mount/umount operations inside jail as well as don't allow umount file systems mounted by users if vfs.usermount is set to 0. Tested by: demon Approved by: scottl (mentor) Revision Changes Path 1.151.2.19 +6 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:04:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9FB16A4CE; Thu, 19 Feb 2004 06:04:10 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C3943D1D; Thu, 19 Feb 2004 06:04:09 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JE43Vt011200; Thu, 19 Feb 2004 15:04:05 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034C24E.60709@portaone.com> Date: Thu, 19 Feb 2004 16:03:58 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Stijn Hoop References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> In-Reply-To: <20040219135233.GK35012@pcwin002.win.tue.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:04:10 -0000 Stijn Hoop wrote: > On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: > >>sobomax 2004/02/19 03:22:39 PST >> >> FreeBSD ports repository >> >> Modified files: >> net/asterisk Makefile >> Log: >> Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when >> reffering other ports, since the former for some reason doesn't work >> in bento environment (it works here just fine even with WRKDIRPREFIX >> set). >> >> BTW, this is good evidence which shows that breakage on bento isn't >> sufficient to mark port as BROKEN. > > > This would have broken the port in my environment: > > [stijn@sandcat] <~> egrep "(PORTS|WRKDIR)" /etc/make.conf > WRKDIRPREFIX= /local/freebsd/work > [stijn@sandcat] <~> ls -ld /usr/ports > lrwxr-xr-x 1 root wheel 20 Feb 17 15:11 /usr/ports -> /local/freebsd/ports > > Of course, one could argue that I should set PORTSDIR to /local/freebsd/ports, > but I don't think that this is the only reason that should happen. This is the only reason. By design of ports system, when you are moving ports tree around you should set PORTSDIR. Please see my recent corresponsence with Kris. -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:13:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C6B16A4CE; Thu, 19 Feb 2004 06:13:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CD843D1D; Thu, 19 Feb 2004 06:13:21 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEDLGe070677; Thu, 19 Feb 2004 06:13:21 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEDLt2070676; Thu, 19 Feb 2004 06:13:21 -0800 (PST) (envelope-from pjd) Message-Id: <200402191413.i1JEDLt2070676@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 06:13:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:13:22 -0000 pjd 2004/02/19 06:13:21 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Fixed ucred structure leak. Approved by: scottl (mentor) PR: 54163 MFC after: 3 days Revision Changes Path 1.181 +2 -0 src/sys/netinet/tcp_subr.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:19:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EFF16A4CE; Thu, 19 Feb 2004 06:19:02 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96D343D1D; Thu, 19 Feb 2004 06:19:01 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id E42D25309; Thu, 19 Feb 2004 15:19:00 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DF2875308; Thu, 19 Feb 2004 15:18:53 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6FE8C33C6F; Thu, 19 Feb 2004 15:18:53 +0100 (CET) To: Ruslan Ermilov References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> <20040219134104.GB14981@ip.net.ua> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 15:18:53 +0100 In-Reply-To: <20040219134104.GB14981@ip.net.ua> (Ruslan Ermilov's message of "Thu, 19 Feb 2004 15:41:04 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Garance A Drosehn Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:19:02 -0000 Ruslan Ermilov writes: > Also, why "rm -rf ${.OBJDIR}/*" instead of "rm -rf ${.OBJDIR}"? > Is it to preserve a possibly symlinked /usr/obj? Probably because if ${.OBJDIR} is a symlink, 'rm -rf ${.OBJDIR}' will just remove the symlink and not the actual files. A better way to address this is with 'rm -rf ${.OBJDIR}/', which will remove the contents of the directory the symlink points to before removing the symlink. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:19:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF29516A4CE; Thu, 19 Feb 2004 06:19:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D9743D1D; Thu, 19 Feb 2004 06:19:31 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEJVGe070893; Thu, 19 Feb 2004 06:19:31 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEJVsU070892; Thu, 19 Feb 2004 06:19:31 -0800 (PST) (envelope-from pjd) Message-Id: <200402191419.i1JEJVsU070892@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 06:19:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:19:32 -0000 pjd 2004/02/19 06:19:31 PST FreeBSD src repository Modified files: sys/kern kern_sx.c Log: Simplify check. We are only able to check exclusive lock and if 2nd condition is true, first one is true for sure. Approved by: jhb, scottl (mentor) Revision Changes Path 1.23 +5 -1 src/sys/kern/kern_sx.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:29:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F8716A4CE; Thu, 19 Feb 2004 06:29:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D3143D2F; Thu, 19 Feb 2004 06:29:15 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JETFGe073009; Thu, 19 Feb 2004 06:29:15 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JETEo3073008; Thu, 19 Feb 2004 06:29:14 -0800 (PST) (envelope-from pjd) Message-Id: <200402191429.i1JETEo3073008@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 06:29:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:29:15 -0000 pjd 2004/02/19 06:29:14 PST FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Added sysctl security.jail.jailed. It returns 1 is process is inside of jail and 0 if it is not. Information if we are in jail or not is not a secret, there is plenty of ways to discover it. Many people are using own hack to check this and this will be a legal way from now on. It will be great if our starting scripts will take advantage of this sysctl to allow clean "boot" inside jail. Approved by: rwatson, scottl (mentor) Revision Changes Path 1.39 +13 -0 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:33:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C87216A4CE; Thu, 19 Feb 2004 06:33:16 -0800 (PST) Received: from www.russia.cz (mail.russia.cz [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D119843D1F; Thu, 19 Feb 2004 06:33:15 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JEX2Vt012721; Thu, 19 Feb 2004 15:33:04 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034C919.4090401@portaone.com> Date: Thu, 19 Feb 2004 16:32:57 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:33:16 -0000 Dag-Erling Smørgrav wrote: > Maxim Sobolev writes: > >>This is the only reason. By design of ports system, when you are >>moving ports tree around you should set PORTSDIR. Please see my recent >>corresponsence with Kris. > > > You should not need to set PORTSDIR if you have a symlink in place, > and pretty much anyone with any Unix experience will assume that > wherever you put it, the ports tree will "just work" as long as > /usr/ports is symlinked to its real location. Please fix your port > and your attitude. Who tells that? Is that voice of God or maybe Satoshi Asami has returned? Des, please don't speak up when you don't know what you are talking about Instead you have to fix your own attitute, thich nowadays is about sticking your nose into the areas in which you don't have even sligtest expertise. The real problem is that ${.CURDIR} in make(1) evaluates not to current working directory but to realpath(3)-like "real" path. Can bmake gurus comment on this? -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:44:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6043616A4D0; Thu, 19 Feb 2004 06:44:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4347743D1D; Thu, 19 Feb 2004 06:44:04 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEi4Ge077114; Thu, 19 Feb 2004 06:44:04 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEi466077113; Thu, 19 Feb 2004 06:44:04 -0800 (PST) (envelope-from horikawa) Message-Id: <200402191444.i1JEi466077113@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 19 Feb 2004 06:44:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man7 groff_char.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:44:04 -0000 horikawa 2004/02/19 06:44:03 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man7 groff_char.7 Log: Fix a typo in comment (FreBSD -> FreeBSD) Submitted by: kano@na.rim.or.jp, rushani Revision Changes Path 1.12 +1 -1 doc/ja_JP.eucJP/man/man7/groff_char.7 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:50:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3D516A4CE; Thu, 19 Feb 2004 06:50:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23FD43D1F; Thu, 19 Feb 2004 06:50:00 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEo0Ge077325; Thu, 19 Feb 2004 06:50:00 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEo062077324; Thu, 19 Feb 2004 06:50:00 -0800 (PST) (envelope-from horikawa) Message-Id: <200402191450.i1JEo062077324@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 19 Feb 2004 06:50:00 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man4 mx.4 doc/ja_JP.eucJP/man/man5 terminfo.5 doc/ja_JP.eucJP/man/man8 bootpd.8 doc/ja_JP.eucJP/man/man9 condvar.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:50:01 -0000 horikawa 2004/02/19 06:50:00 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man4 mx.4 ja_JP.eucJP/man/man5 terminfo.5 ja_JP.eucJP/man/man8 bootpd.8 ja_JP.eucJP/man/man9 condvar.9 Log: Remove duplicated phrases Submitted by: kano@na.rim.or.jp Revision Changes Path 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/mx.4 1.10 +1 -1 doc/ja_JP.eucJP/man/man5/terminfo.5 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/bootpd.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/condvar.9 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:52:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9078416A4CE; Thu, 19 Feb 2004 06:52:58 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E37943D1F; Thu, 19 Feb 2004 06:52:58 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 378E95309; Thu, 19 Feb 2004 15:52:57 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8B2305308; Thu, 19 Feb 2004 15:52:49 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 19DB233C6F; Thu, 19 Feb 2004 15:52:49 +0100 (CET) To: Maxim Sobolev References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> <4034C919.4090401@portaone.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 15:52:49 +0100 In-Reply-To: <4034C919.4090401@portaone.com> (Maxim Sobolev's message of "Thu, 19 Feb 2004 16:32:57 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:52:58 -0000 Maxim Sobolev writes: > Who tells that? Is that voice of God or maybe Satoshi Asami has returned? I could ask you the same question. > Des, please don't speak up when you don't know what you are talking > about Instead you have to fix your own attitute, thich nowadays is > about sticking your nose into the areas in which you don't have even > sligtest expertise. Is this how you handle adversity? Anyone who disagrees with you is an interfering ignorant jerk, no matter how many years they have spent groping through the insides of whatever it is you are arguing about? > The real problem is that ${.CURDIR} in make(1) evaluates not to > current working directory but to realpath(3)-like "real" path. There is no way around that. It is the nature of Unix. The current working directory is not a path name like in DOS or Windows, but a vnode reference. Feel free to take a closer look at how pwd(1) and getcwd(2) are implemented if you don't believe me. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:57:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0C816A4CE; Thu, 19 Feb 2004 06:57:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FC143D1D; Thu, 19 Feb 2004 06:57:22 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEvMGe079419; Thu, 19 Feb 2004 06:57:22 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEvMad079418; Thu, 19 Feb 2004 06:57:22 -0800 (PST) (envelope-from ume) Message-Id: <200402191457.i1JEvMad079418@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 19 Feb 2004 06:57:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_forward.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:57:23 -0000 ume 2004/02/19 06:57:22 PST FreeBSD src repository Modified files: sys/netinet6 ip6_forward.c Log: - call ip6_output() instead of nd6_output() when ipsec tunnel mode is applied, since tunneled packets are considered to be generated packets from a tunnel encapsulating node. - tunnel mode may not be applied if SA mode is ANY and policy does not say "tunnel it". check if we have extra IPv6 header on the packet after ipsec6_output_tunnel() and call ip6_output() only if additional IPv6 header is added. - free the copyed packet before returning. Obtained from: KAME Revision Changes Path 1.25 +21 -3 src/sys/netinet6/ip6_forward.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:03:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 272BF16A4CE; Thu, 19 Feb 2004 07:03:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2239B43D1D; Thu, 19 Feb 2004 07:03:13 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JF3CGe082442; Thu, 19 Feb 2004 07:03:12 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JF3CXJ082441; Thu, 19 Feb 2004 07:03:12 -0800 (PST) (envelope-from horikawa) Message-Id: <200402191503.i1JF3CXJ082441@repoman.freebsd.org> From: Kazuo Horikawa Date: Thu, 19 Feb 2004 07:03:12 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 as.1 colldef.1 crunchgen.1 md5.1 smbutil.1 tip.1 doc/ja_JP.eucJP/man/man3 rpc.3 strftime.3 doc/ja_JP.eucJP/man/man7 groff_mdoc.7 groff_ms.7 doc/ja_JP.eucJP/man/man8 bsdlabel.8 newsyslog.8 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:03:13 -0000 horikawa 2004/02/19 07:03:12 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 as.1 colldef.1 crunchgen.1 md5.1 smbutil.1 tip.1 ja_JP.eucJP/man/man3 rpc.3 strftime.3 ja_JP.eucJP/man/man7 groff_mdoc.7 groff_ms.7 ja_JP.eucJP/man/man8 bsdlabel.8 newsyslog.8 ja_JP.eucJP/man/man9 devstat.9 Log: Add missing punctuations Submitted by: kano@na.rim.or.jp Revision Changes Path 1.12 +1 -1 doc/ja_JP.eucJP/man/man1/as.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/colldef.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/crunchgen.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man1/md5.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/smbutil.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/tip.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/rpc.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/strftime.3 1.16 +1 -1 doc/ja_JP.eucJP/man/man7/groff_mdoc.7 1.13 +1 -1 doc/ja_JP.eucJP/man/man7/groff_ms.7 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/bsdlabel.8 1.29 +1 -1 doc/ja_JP.eucJP/man/man8/newsyslog.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man9/devstat.9 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:06:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7529D16A4CE; Thu, 19 Feb 2004 07:06:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5867643D1D; Thu, 19 Feb 2004 07:06:54 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JF6sGe082669; Thu, 19 Feb 2004 07:06:54 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JF6rZd082668; Thu, 19 Feb 2004 07:06:53 -0800 (PST) (envelope-from bland) Message-Id: <200402191506.i1JF6rZd082668@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 19 Feb 2004 07:06:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxml++ Makefile distinfo ports/textproc/libxml++/files patch-libxml++::parsers::parser.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:06:54 -0000 bland 2004/02/19 07:06:53 PST FreeBSD ports repository Modified files: textproc/libxml++ Makefile distinfo Added files: textproc/libxml++/files patch-libxml++::parsers::parser.cc Log: Update to 1.0.2 Revision Changes Path 1.27 +4 -3 ports/textproc/libxml++/Makefile 1.19 +2 -1 ports/textproc/libxml++/distinfo 1.1 +10 -0 ports/textproc/libxml++/files/patch-libxml++::parsers::parser.cc (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:19:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674EE16A4CE; Thu, 19 Feb 2004 07:19:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADA343D1F; Thu, 19 Feb 2004 07:19:51 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JFJoGe084837; Thu, 19 Feb 2004 07:19:50 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JFJoYQ084836; Thu, 19 Feb 2004 07:19:50 -0800 (PST) (envelope-from pjd) Message-Id: <200402191519.i1JFJoYQ084836@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 07:19:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c g_concat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:19:51 -0000 pjd 2004/02/19 07:19:49 PST FreeBSD src repository Added files: sys/geom/concat g_concat.c g_concat.h Log: Introduce CONCAT GEOM class for disk concatenation. It allows manual and automatic (based on on-disk metadata) concatenation. Reviewed by: phk, scottl Approved by: scottl (mentor) Revision Changes Path 1.1 +749 -0 src/sys/geom/concat/g_concat.c (new) 1.1 +113 -0 src/sys/geom/concat/g_concat.h (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B95016A504 for ; Thu, 19 Feb 2004 07:35:01 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 90B8443D2D for ; Thu, 19 Feb 2004 07:35:00 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 80731 invoked from network); 19 Feb 2004 15:34:59 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 19 Feb 2004 15:34:59 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 19 Feb 2004 09:34:58 -0600 (CST) From: Mike Silbersack To: Bruce M Simpson In-Reply-To: <200402191238.i1JCcCND042215@repoman.freebsd.org> Message-ID: <20040219093432.J28073@odysseus.silby.com> References: <200402191238.i1JCcCND042215@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:35:01 -0000 On Thu, 19 Feb 2004, Bruce M Simpson wrote: > bms 2004/02/19 04:38:12 PST > > FreeBSD src repository > > Modified files: > sys/compat/linux linux_ioctl.c linux_ioctl.h > Log: > Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This > addition appears to allow VMware 3 Workstation to operate with nmdm(4) > as a virtual COM device. Heh, serial console to a virtual machine? That sounds rather cool. :) Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:43:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F2916A4CE; Thu, 19 Feb 2004 07:43:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7A343D1D; Thu, 19 Feb 2004 07:43:59 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JFhxGe090998; Thu, 19 Feb 2004 07:43:59 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JFhwRX090997; Thu, 19 Feb 2004 07:43:58 -0800 (PST) (envelope-from pjd) Message-Id: <200402191543.i1JFhwRX090997@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 07:43:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/geom/geom_concat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:43:59 -0000 pjd 2004/02/19 07:43:58 PST FreeBSD src repository Added files: sys/modules/geom/geom_concat Makefile Log: Makefile needed for building geom_concat module. Approved by: scottl (mentor) Revision Changes Path 1.1 +8 -0 src/sys/modules/geom/geom_concat/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:44:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1247816A4CE; Thu, 19 Feb 2004 07:44:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA18143D1D; Thu, 19 Feb 2004 07:44:52 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JFiqGe091061; Thu, 19 Feb 2004 07:44:52 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JFiqj9091060; Thu, 19 Feb 2004 07:44:52 -0800 (PST) (envelope-from mat) Message-Id: <200402191544.i1JFiqj9091060@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 19 Feb 2004 07:44:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Net-Server-Mail Makefile pkg-plist ports/mail/p5-Net-Server-Mail/files 5.005_03.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:44:53 -0000 mat 2004/02/19 07:44:52 PST FreeBSD ports repository Modified files: mail/p5-Net-Server-Mail Makefile pkg-plist Added files: mail/p5-Net-Server-Mail/files 5.005_03.diff Log: Add a small patch so that it works with 5.005_03. Approved by: maintainer (pav) Revision Changes Path 1.2 +4 -2 ports/mail/p5-Net-Server-Mail/Makefile 1.1 +98 -0 ports/mail/p5-Net-Server-Mail/files/5.005_03.diff (new) 1.2 +4 -2 ports/mail/p5-Net-Server-Mail/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:53:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7C216A4CE; Thu, 19 Feb 2004 07:53:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802F443D1D; Thu, 19 Feb 2004 07:53:32 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JFrWGe093180; Thu, 19 Feb 2004 07:53:32 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JFrW7I093179; Thu, 19 Feb 2004 07:53:32 -0800 (PST) (envelope-from des) Message-Id: <200402191553.i1JFrW7I093179@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 19 Feb 2004 07:53:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh servconf.c sshd_config sshd_config.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:53:32 -0000 des 2004/02/19 07:53:32 PST FreeBSD src repository Modified files: crypto/openssh servconf.c sshd_config sshd_config.5 Log: Turn non-PAM password authentication off by default when USE_PAM is defined. Too many users are getting bitten by it. Revision Changes Path 1.42 +5 -1 src/crypto/openssh/servconf.c 1.35 +3 -3 src/crypto/openssh/sshd_config 1.15 +5 -1 src/crypto/openssh/sshd_config.5 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:02:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6657916A4CE; Thu, 19 Feb 2004 08:02:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498B043D1D; Thu, 19 Feb 2004 08:02:09 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JG29Ge094949; Thu, 19 Feb 2004 08:02:09 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JG29pe094944; Thu, 19 Feb 2004 08:02:09 -0800 (PST) (envelope-from pjd) Message-Id: <200402191602.i1JG29pe094944@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 08:02:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gconcat Makefile gconcat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:02:09 -0000 nobutaka 2004/02/19 08:02:08 PST FreeBSD src repository Added files: sbin/gconcat Makefile gconcat.c Log: Add control utility for disk concatenation (GEOM_CONCAT class). Reviewed by: phk, scottl Approved by: scottl (mentor) Revision Changes Path 1.1 +11 -0 src/sbin/gconcat/Makefile (new) 1.1 +525 -0 src/sbin/gconcat/gconcat.c (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:07:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A211216A4CE; Thu, 19 Feb 2004 08:07:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85CC243D1D; Thu, 19 Feb 2004 08:07:15 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JG7FGe096398; Thu, 19 Feb 2004 08:07:15 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JG7FM7096397; Thu, 19 Feb 2004 08:07:15 -0800 (PST) (envelope-from nork) Message-Id: <200402191607.i1JG7FM7096397@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 19 Feb 2004 08:07:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:07:15 -0000 nork 2004/02/19 08:07:15 PST FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.02.19. Revision Changes Path 1.84 +1 -1 ports/net/liveMedia/Makefile 1.77 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:09:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4E016A4CE; Thu, 19 Feb 2004 08:09:39 -0800 (PST) Received: from darkness.comp.waw.pl (unknown [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083EB43D1F; Thu, 19 Feb 2004 08:09:39 -0800 (PST) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 051CAACC7B; Thu, 19 Feb 2004 17:09:37 +0100 (CET) Date: Thu, 19 Feb 2004 17:09:36 +0100 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040219160936.GA79585@darkness.comp.waw.pl> References: <200402191602.i1JG29pe094944@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <200402191602.i1JG29pe094944@repoman.freebsd.org> 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 Subject: Re: cvs commit: src/sbin/gconcat Makefile gconcat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:09:39 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 08:02:08AM -0800, Pawel Jakub Dawidek wrote: +> nobutaka 2004/02/19 08:02:08 PST ??? +> FreeBSD src repository +>=20 +> Added files: +> sbin/gconcat Makefile gconcat.c=20 +> Log: +> Add control utility for disk concatenation (GEOM_CONCAT class). Manual page will be commited in day or two. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANN/AForvXbEpPzQRAmIPAJoDppWG7m2kKZ7w8Tsyy+q52MOEtACg8iuO RFJofTUAEfsxOEG3nZWlGIE= =s/c6 -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:15:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFAB16A4CE; Thu, 19 Feb 2004 08:15:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F40F243D1D; Thu, 19 Feb 2004 08:15:34 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JGFYGe098565; Thu, 19 Feb 2004 08:15:34 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JGFY85098564; Thu, 19 Feb 2004 08:15:34 -0800 (PST) (envelope-from nectar) Message-Id: <200402191615.i1JGFY85098564@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 19 Feb 2004 08:15:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:15:35 -0000 nectar 2004/02/19 08:15:34 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: I forgot the topic for the metamail issue. Revision Changes Path 1.17 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:18:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA4716A4CE; Thu, 19 Feb 2004 08:18:25 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A759C43D1F; Thu, 19 Feb 2004 08:18:25 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1JGGJwn050347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Feb 2004 08:16:19 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1JGGJEh050339; Thu, 19 Feb 2004 08:16:19 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Thu, 19 Feb 2004 08:16:19 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kris Kennaway In-Reply-To: <200402190332.i1J3WmXc005911@repoman.freebsd.org> Message-ID: <20040219081517.A30821@randomservers> References: <200402190332.i1J3WmXc005911@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: Peter van Dijk cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:18:25 -0000 On Wed, 18 Feb 2004, Kris Kennaway wrote: -> kris 2004/02/18 19:32:48 PST -> -> FreeBSD ports repository -> -> Modified files: -> multimedia/mplayer Makefile -> Log: -> Remove BROKEN tag, since the problem was fixed by the recent fix to the -> lame port. -> -> Tracked down by: "Thomas E. Zander" Looks like this also resolved PR ports/62725 -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:21:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7690116A4CE; Thu, 19 Feb 2004 08:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B67943D39; Thu, 19 Feb 2004 08:21:39 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JGLdGe099860; Thu, 19 Feb 2004 08:21:39 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JGLcJw099859; Thu, 19 Feb 2004 08:21:38 -0800 (PST) (envelope-from nectar) Message-Id: <200402191621.i1JGLcJw099859@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 19 Feb 2004 08:21:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:21:39 -0000 nectar 2004/02/19 08:21:38 PST FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add a tag to the XFree86 issue, and move it up to it's chronological spot within the file. Revision Changes Path 1.18 +34 -32 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:23:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C3B16A4CE; Thu, 19 Feb 2004 08:23:47 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A21C43D1F; Thu, 19 Feb 2004 08:23:47 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 3B7F9548A6; Thu, 19 Feb 2004 10:23:47 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id AF9956D455; Thu, 19 Feb 2004 10:23:46 -0600 (CST) Date: Thu, 19 Feb 2004 10:23:46 -0600 From: "Jacques A. Vidrine" To: Oliver Eikemeier Message-ID: <20040219162345.GA56636@madman.celabo.org> References: <200402190211.i1J2B17h086522@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402190211.i1J2B17h086522@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:23:48 -0000 On Wed, Feb 18, 2004 at 06:11:01PM -0800, Oliver Eikemeier wrote: > eik 2004/02/18 18:11:01 PST > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > XFree86-Server-4.3.0_14 is the fixed version > > Revision Changes Path > 1.16 +1 -1 ports/security/vuxml/vuln.xml Thanks! BTW, I added a tag, which should be added whenever an entry changes. Also, I moved it up in the file (last modified entries should be at top). (The order doesn't matter much, but I expect it'll help some tools if we can depend on chronological order.) Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:38:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984416A4CE; Thu, 19 Feb 2004 08:38:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD13543D1F; Thu, 19 Feb 2004 08:38:20 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JGcKGe003020; Thu, 19 Feb 2004 08:38:20 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JGcKoE003019; Thu, 19 Feb 2004 08:38:20 -0800 (PST) (envelope-from lofi) Message-Id: <200402191638.i1JGcKoE003019@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 08:38:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/koffice-i18n-zh_CN distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:38:21 -0000 lofi 2004/02/19 08:38:20 PST FreeBSD ports repository Modified files: chinese/koffice-i18n-zh_CN distinfo Log: Distinfo contained the checksum for the taiwanese chinese translation, not the mainland china version. Whoops. Revision Changes Path 1.2 +1 -1 ports/chinese/koffice-i18n-zh_CN/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 04:14:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9916A4CE; Thu, 19 Feb 2004 04:14:09 -0800 (PST) Received: from www.russia.cz (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6984B43D1F; Thu, 19 Feb 2004 04:14:08 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JCE0Vt005075; Thu, 19 Feb 2004 13:14:03 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034A883.80907@portaone.com> Date: Thu, 19 Feb 2004 14:13:55 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> <4034A78F.9080702@portaone.com> In-Reply-To: <4034A78F.9080702@portaone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 12:14:09 -0000 Maxim Sobolev wrote: > Kris Kennaway wrote: > >> On Thu, Feb 19, 2004 at 01:49:24PM +0200, Maxim Sobolev wrote: >> >>> Kris Kennaway wrote: >>> >>> >>>> On Thu, Feb 19, 2004 at 03:22:39AM -0800, Maxim Sobolev wrote: >>>> >>>> >>>>> sobomax 2004/02/19 03:22:39 PST >>>>> >>>>> FreeBSD ports repository >>>>> >>>>> Modified files: >>>>> net/asterisk Makefile Log: >>>>> Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when >>>>> reffering other ports, since the former for some reason doesn't work >>>>> in bento environment (it works here just fine even with WRKDIRPREFIX >>>>> set). >>>>> >>>>> BTW, this is good evidence which shows that breakage on bento isn't >>>>> sufficient to mark port as BROKEN. >>>> >>>> >>>> >>>> It exposed your incorrect assumption and made you fix it, didn't it? >>>> ;-) >>>> >>>> You were bitten by the fact that bento (deliberately) builds ports in >>>> /a/ports, with /usr/ports a symlink to this directory. In other >>>> words, in legitimate environments, ${PORTSDIR} may not be equal to >>>> ${.CURDIR} even though both reference the same directory. >>> >>> >>> Or equially likely it exposes a bug in bento's setup, where >>> ${PORTSDIR} should be set to /a/ports not to /usr/ports. ;) >> >> >> >> No, as I said, this is a supported configuration. Moreover, I'm sure >> it's common for people to move their ports collection from /usr/ports >> to some other location and replace it with a symlink (in fact I've >> done that myself), and this works for all 10364 ports except yours, >> prior to this commit. > > > I still think that you aren't quite correct. You (and everyone who want > to move /usr/ports over) should have set PORTSDIR to its real location > (that is /a/ports in bento scripts), which would allow > '${WRKDIRPREFIX}${PORTSDIR}/' in ports Makefiles instead of much uglier > ${WRKDIR}/../../../' (or eaquially ugly construct involving .CURDIR). > The latter is worse because in this case it is impossible to put ports > directory (e.g. asterisk in this case) anywhere in the file system not > in the ${PORTSDIR} and have it building just fine, which is possible > with the former. IMO, this is much common and useful feature than > ability to move /usr/ports with the help of symlink. Also my version of behaviour is documented (ans has been for a long time) as the One True Way[tm], so that I'd suggest you to fix bento scripts. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:15:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D25C16A4CE; Thu, 19 Feb 2004 06:15:38 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC1143D1D; Thu, 19 Feb 2004 06:15:37 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 68874530F; Thu, 19 Feb 2004 15:15:36 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6D8B65309; Thu, 19 Feb 2004 15:15:27 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 4E38E33C6F; Thu, 19 Feb 2004 15:15:27 +0100 (CET) To: Maxim Sobolev References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 15:15:27 +0100 In-Reply-To: <4034C24E.60709@portaone.com> (Maxim Sobolev's message of "Thu, 19 Feb 2004 16:03:58 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:15:38 -0000 Maxim Sobolev writes: > This is the only reason. By design of ports system, when you are > moving ports tree around you should set PORTSDIR. Please see my recent > corresponsence with Kris. You should not need to set PORTSDIR if you have a symlink in place, and pretty much anyone with any Unix experience will assume that wherever you put it, the ports tree will "just work" as long as /usr/ports is symlinked to its real location. Please fix your port and your attitude. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:32:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8983416A4CE; Thu, 19 Feb 2004 06:32:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7BF43D1D; Thu, 19 Feb 2004 06:32:44 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JEWiGe074936; Thu, 19 Feb 2004 06:32:44 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JEWiEr074935; Thu, 19 Feb 2004 06:32:44 -0800 (PST) (envelope-from pjd) Message-Id: <200402191432.i1JEWiEr074935@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 06:32:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man8 diskless.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:32:44 -0000 pjd 2004/02/19 06:32:44 PST FreeBSD src repository Modified files: share/man/man8 diskless.8 Log: Path correction. Approved by: scottl (mentor) Revision Changes Path 1.22 +1 -1 src/share/man/man8/diskless.8 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 06:33:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A7B016A4CE; Thu, 19 Feb 2004 06:33:31 -0800 (PST) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3F343D1D; Thu, 19 Feb 2004 06:33:30 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from mp3 (bmkju1du@mp3files.int.ru [195.128.64.20]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i1JEXSo26592524; Thu, 19 Feb 2004 17:33:28 +0300 (MSK) Date: Thu, 19 Feb 2004 17:33:28 +0300 (MSK) From: Maxim Konovalov To: Pawel Jakub Dawidek In-Reply-To: <20040219141324.3C7A216A55D@hub.freebsd.org> Message-ID: <20040219173302.E80220@mp3files.int.ru> References: <20040219141324.3C7A216A55D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 14:33:31 -0000 On Thu, 19 Feb 2004, 06:13-0800, Pawel Jakub Dawidek wrote: > pjd 2004/02/19 06:13:21 PST > > FreeBSD src repository > > Modified files: > sys/netinet tcp_subr.c > Log: > Fixed ucred structure leak. > > Approved by: scottl (mentor) > PR: 54163 > MFC after: 3 days Cool, thanks! -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Thu Feb 19 07:51:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A8C16A4CE; Thu, 19 Feb 2004 07:51:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BB243D1D; Thu, 19 Feb 2004 07:51:43 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JFphGe092457; Thu, 19 Feb 2004 07:51:43 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JFphk2092453; Thu, 19 Feb 2004 07:51:43 -0800 (PST) (envelope-from mat) Message-Id: <200402191551.i1JFphk2092453@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 19 Feb 2004 07:51:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Net-Server-Mail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 15:51:43 -0000 mat 2004/02/19 07:51:43 PST FreeBSD ports repository Modified files: mail/p5-Net-Server-Mail Makefile Log: Ooops, forgate some cleanup after patching Revision Changes Path 1.3 +2 -0 ports/mail/p5-Net-Server-Mail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:22:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC07116A4CE; Thu, 19 Feb 2004 08:22:19 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9845643D1D; Thu, 19 Feb 2004 08:22:19 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1JGKDwn057165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Feb 2004 08:20:14 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1JGKC7j057059; Thu, 19 Feb 2004 08:20:12 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Thu, 19 Feb 2004 08:20:11 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Kirill Ponomarew In-Reply-To: <200402190911.i1J9BECr094346@repoman.freebsd.org> Message-ID: <20040219081944.T30821@randomservers> References: <200402190911.i1J9BECr094346@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: Marcus Yuri Maranhao Leal cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/opentop Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:22:19 -0000 On Thu, 19 Feb 2004, Kirill Ponomarew wrote: -> krion 2004/02/19 01:11:14 PST -> -> FreeBSD ports repository -> -> Modified files: -> devel/opentop Makefile pkg-plist -> Log: -> - Install missing *.inl files -> - Bump PORTREVISION -> -> PR: ports/63034 -> Submitted by: maintainer This appears to also resolve PR ports/62964 -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:46:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140F616A4CE; Thu, 19 Feb 2004 08:46:14 -0800 (PST) Received: from www.russia.cz (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6348943D1D; Thu, 19 Feb 2004 08:46:13 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JGjwVt020603; Thu, 19 Feb 2004 17:46:00 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034E841.8070608@portaone.com> Date: Thu, 19 Feb 2004 18:45:53 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> <4034C919.4090401@portaone.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:46:14 -0000 Dag-Erling Smørgrav wrote: > Maxim Sobolev writes: > >>Des, please don't speak up when you don't know what you are talking >>about Instead you have to fix your own attitute, thich nowadays is >>about sticking your nose into the areas in which you don't have even >>sligtest expertise. > > > Is this how you handle adversity? Anyone who disagrees with you is an > interfering ignorant jerk, no matter how many years they have spent > groping through the insides of whatever it is you are arguing about? $ find /usr/ports/ -name Makefile | xargs grep -l 'des@' | wc -l 22 $ find /usr/ports/ -name Makefile | xargs grep -l 'sobomax@' | wc -l 222 Should I elaborate? -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:46:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D2316A4CE; Thu, 19 Feb 2004 08:46:32 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8A043D1D; Thu, 19 Feb 2004 08:46:32 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 857A75309; Thu, 19 Feb 2004 17:46:31 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 5492B5308; Thu, 19 Feb 2004 17:46:24 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D8B2933C6F; Thu, 19 Feb 2004 17:46:23 +0100 (CET) To: Oliver Eikemeier References: <200402190211.i1J2B17h086522@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 17:46:23 +0100 In-Reply-To: <200402190211.i1J2B17h086522@repoman.freebsd.org> (Oliver Eikemeier's message of "Wed, 18 Feb 2004 18:11:01 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:46:33 -0000 Oliver Eikemeier writes: > Log: > XFree86-Server-4.3.0_14 is the fixed version Thanks. I should point out though I have personally verified that the exploit in the advisory does not work against 4.3.0_13 nor 4.3.99.15_1. The only practical difference I noticed between the first and second version of the patch was better error reporting. Still, there might be other ways to exploit the bugs that were fixed in the final patch. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:52:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3E516A4CE; Thu, 19 Feb 2004 08:52:16 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1918243D1F; Thu, 19 Feb 2004 08:52:16 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 386C65309; Thu, 19 Feb 2004 17:52:15 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id EF6A65308; Thu, 19 Feb 2004 17:52:08 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id DA69133C6F; Thu, 19 Feb 2004 17:52:08 +0100 (CET) To: Maxim Sobolev References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> <4034C919.4090401@portaone.com> <4034E841.8070608@portaone.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 17:52:08 +0100 In-Reply-To: <4034E841.8070608@portaone.com> (Maxim Sobolev's message of "Thu, 19 Feb 2004 18:45:53 +0200") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:52:16 -0000 Maxim Sobolev writes: > $ find /usr/ports/ -name Makefile | xargs grep -l 'des@' | wc -l > 22 > $ find /usr/ports/ -name Makefile | xargs grep -l 'sobomax@' | wc -l > 222 > > Should I elaborate? This is getting ridiculous. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 08:58:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F9216A4CE; Thu, 19 Feb 2004 08:58:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEFD43D1D; Thu, 19 Feb 2004 08:58:01 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JGw1Ge012962; Thu, 19 Feb 2004 08:58:01 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JGw1Pu012961; Thu, 19 Feb 2004 08:58:01 -0800 (PST) (envelope-from pjd) Message-Id: <200402191658.i1JGw1Pu012961@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 08:58:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 16:58:02 -0000 pjd 2004/02/19 08:58:01 PST FreeBSD src repository Modified files: sys/netgraph ng_ether.c ng_ether.h Log: Export private structure owned by ng_ether(4) module outside. It'll is required by new failure detection algorithm for ng_one2many(4). No response from: julian, archie Silent on: net@ Approved by: scottl (mentor) Revision Changes Path 1.31 +1 -12 src/sys/netgraph/ng_ether.c 1.9 +12 -0 src/sys/netgraph/ng_ether.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:04:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1223F16A4CE; Thu, 19 Feb 2004 09:04:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB6C343D1F; Thu, 19 Feb 2004 09:04:23 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JH4NGe015880; Thu, 19 Feb 2004 09:04:23 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JH4NZp015879; Thu, 19 Feb 2004 09:04:23 -0800 (PST) (envelope-from pjd) Message-Id: <200402191704.i1JH4NZp015879@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 09:04:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:04:24 -0000 pjd 2004/02/19 09:04:23 PST FreeBSD src repository Modified files: sys/netgraph ng_one2many.c ng_one2many.h Log: Add new failure detection algorithm. It works as follows: In every 'interval' seconds defined links are checked. If they are non-active they will not be used by to data transfer. No response from: julian, archie Silent on: net@ Approved by: scottl (mentor) Revision Changes Path 1.14 +89 -0 src/sys/netgraph/ng_one2many.c 1.5 +5 -1 src/sys/netgraph/ng_one2many.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:05:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437D416A4D6; Thu, 19 Feb 2004 09:05:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2408943D1F; Thu, 19 Feb 2004 09:05:33 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JH5WGe016006; Thu, 19 Feb 2004 09:05:32 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JH5WI5016005; Thu, 19 Feb 2004 09:05:32 -0800 (PST) (envelope-from pjd) Message-Id: <200402191705.i1JH5WI5016005@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 19 Feb 2004 09:05:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:05:33 -0000 pjd 2004/02/19 09:05:32 PST FreeBSD src repository Modified files: share/man/man4 ng_one2many.4 Log: Update manual page (new failure detection algorithm was added). Approved by: scottl (mentor) Revision Changes Path 1.14 +26 -12 src/share/man/man4/ng_one2many.4 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:26:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EEBC16A4CE; Thu, 19 Feb 2004 09:26:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BF643D1D; Thu, 19 Feb 2004 09:26:36 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JHQZGe020190; Thu, 19 Feb 2004 09:26:35 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JHQZlr020187; Thu, 19 Feb 2004 09:26:35 -0800 (PST) (envelope-from glewis) Message-Id: <200402191726.i1JHQZlr020187@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 09:26:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jflex/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:26:36 -0000 glewis 2004/02/19 09:26:35 PST FreeBSD ports repository Modified files: java/jflex/files patch-Makefile Log: . Fix the build for JDK 1.1.8. Submitted by: bento (via kris) Revision Changes Path 1.2 +2 -3 ports/java/jflex/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:32:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341B716A55C; Thu, 19 Feb 2004 09:32:31 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4CB43D2D; Thu, 19 Feb 2004 09:32:30 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1JHWOVt023450; Thu, 19 Feb 2004 18:32:25 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4034F323.6050000@portaone.com> Date: Thu, 19 Feb 2004 19:32:19 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Maxim Sobolev References: <200402191225.i1JCPhHd040004@repoman.freebsd.org> <20040219123140.GA12482@xor.obsecurity.org> <4034AD58.1040806@portaone.com> In-Reply-To: <4034AD58.1040806@portaone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:32:31 -0000 Maxim Sobolev wrote: > Kris Kennaway wrote: > >> On Thu, Feb 19, 2004 at 04:25:43AM -0800, Maxim Sobolev wrote: >> >>> sobomax 2004/02/19 04:25:42 PST >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> net/asterisk Makefile Log: >>> Revert previous delta, according to Porter's Handbook: >>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html >>> >>> >>> "In particular, if you are referring to a WRKDIR of another port, >>> note that >>> the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work" >>> >>> Other ports that use ${.CURDIR} when reffering WRKDIR of another >>> port should >>> be fixed along with bento scripts. >> >> >> >> Maxim, please take a deep breath and don't try and pick a fight here. >> I'm quite happy to leave your port broken on bento if that's what you >> want (too bad for any users who might have wanted to install the >> package), but this commit isn't going to achieve anything else. > > > No, please fix bento scripts so that they adhere to documented > behaviour. We should not make behaviour workaround bento's bugs and > false assumptions! OK, after thinking its over, I've found a possible solution, which would allow to use documented ${WRKDIRPREFIX}${PORTSDIR} with /usr/ports symlinked to some other place, and will allow ports that reffer to WRKDIR of another port to be built outside of ${PORTSDIR}. It is simple as: Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.484 diff -d -u -r1.484 bsd.port.mk --- bsd.port.mk 4 Feb 2004 04:27:04 -0000 1.484 +++ bsd.port.mk 19 Feb 2004 17:25:44 -0000 @@ -1087,6 +1087,7 @@ # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles or local system make configuration. PORTSDIR?= /usr/ports +PORTSDIR!= ${REALPATH} ${PORTSDIR} LOCALBASE?= ${DESTDIR}/usr/local X11BASE?= ${DESTDIR}/usr/X11R6 LINUXBASE?= ${DESTDIR}/compat/linux I've tested it with symlinked /usr/ports and it appears to work just fine. Any objections to put it for testing on bento? -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:33:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D137216A4CE; Thu, 19 Feb 2004 09:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CE143D1F; Thu, 19 Feb 2004 09:33:29 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JHXTGe022410; Thu, 19 Feb 2004 09:33:29 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JHXToa022409; Thu, 19 Feb 2004 09:33:29 -0800 (PST) (envelope-from glewis) Message-Id: <200402191733.i1JHXToa022409@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 09:33:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jflex/files patch-Makefile patch-jflex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:33:30 -0000 glewis 2004/02/19 09:33:29 PST FreeBSD ports repository Modified files: java/jflex/files patch-Makefile patch-jflex Log: . Add $FreeBSD$ Revision Changes Path 1.3 +2 -0 ports/java/jflex/files/patch-Makefile 1.2 +2 -0 ports/java/jflex/files/patch-jflex From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:37:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25EFC16A4CE; Thu, 19 Feb 2004 09:37:13 -0800 (PST) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20C743D2D; Thu, 19 Feb 2004 09:37:12 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1JHbBm1010971; Thu, 19 Feb 2004 12:37:12 -0500 Mime-Version: 1.0 X-Sender: gad@gilead.netel.rpi.edu (Unverified) Message-Id: In-Reply-To: <20040219134104.GB14981@ip.net.ua> References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> <20040219134104.GB14981@ip.net.ua> Date: Thu, 19 Feb 2004 12:37:10 -0500 To: Ruslan Ermilov From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:37:13 -0000 At 3:41 PM +0200 2/19/04, Ruslan Ermilov wrote: >On Tue, Feb 17, 2004, Garance A Drosehn wrote: > > At 12:18 PM -0800 2/16/04, Garance A Drosehn wrote: >> >gad 2004/02/16 12:18:26 PST >> > >> > FreeBSD src repository >> > >> > Modified files: >> > . Makefile >> > Log: >> > Add a 'realclean' target, which simply and quickly removes >> > everything that was built in previous 'make buildworld' and >> > 'make buildkernel'. >> >> Just a note on this. The target might need some extra logic so >> it is smarter in how it handles some situations, so don't start >> using it in documentation just yet. >> >Sorry, I could not reply earlier, been busy with real life issues, >so I'm doing the post-commit review. The committed version has a >number of issues, namely: The ever-vigilant bde caught these issues, and I've been working on an improved version since my follow-up post on the 16th. I have a much-safer version that I'm going to commit later today (unless Bruce found something else wrong in it...). And here I thought this was going to be such a simple little target. It's surprising how tricky it is to get it absolutely correct... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:42:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BB016A4CE; Thu, 19 Feb 2004 09:42:48 -0800 (PST) Received: from postman.arcor.de (postman4.arcor-online.net [151.189.0.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5DB43D2D; Thu, 19 Feb 2004 09:42:48 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-184-227.reverse.qdsl-home.de [212.202.184.227]) (authenticated bits=0)i1JHggUa003011 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Feb 2004 18:42:47 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1AtsBz-000DgU-Ex; Thu, 19 Feb 2004 18:42:31 +0100 Message-ID: <4034F587.6000708@fillmore-labs.com> Date: Thu, 19 Feb 2004 18:42:31 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: "Jacques A. Vidrine" References: <200402190211.i1J2B17h086522@repoman.freebsd.org> <20040219162345.GA56636@madman.celabo.org> In-Reply-To: <20040219162345.GA56636@madman.celabo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:42:49 -0000 Jacques A. Vidrine wrote: > On Wed, Feb 18, 2004 at 06:11:01PM -0800, Oliver Eikemeier wrote: > >>eik 2004/02/18 18:11:01 PST >> >> FreeBSD ports repository >> >> Modified files: >> security/vuxml vuln.xml >> Log: >> XFree86-Server-4.3.0_14 is the fixed version >> >> Revision Changes Path >> 1.16 +1 -1 ports/security/vuxml/vuln.xml > > Thanks! > BTW, I added a tag, which should be added whenever an entry > changes. Also, I moved it up in the file (last modified entries should > be at top). > > (The order doesn't matter much, but I expect it'll help some tools if we > can depend on chronological order.) Btw., I don't know if I stated it clearly enough: I now use ports/security/vuxml/vuln.xml as the database for portaudit, so every user that has portaudit installed is hindered by bsd.port.mk to install a port that is listed in the database. So *be careful what you commit there*. The changes might take five days to propagate to your machine, I set the update frequency to a rather low interval since I'm not sure what load I can put on the FreeBSD servers. Suggestions welcome. -Oliver From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:55:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BF416A4CE; Thu, 19 Feb 2004 09:55:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF56C43D2F; Thu, 19 Feb 2004 09:55:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JHttGe026731; Thu, 19 Feb 2004 09:55:55 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JHtthP026730; Thu, 19 Feb 2004 09:55:55 -0800 (PST) (envelope-from marcus) Message-Id: <200402191755.i1JHtthP026730@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 09:55:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:55:56 -0000 marcus 2004/02/19 09:55:55 PST FreeBSD ports repository Modified files: misc/shared-mime-info Makefile Log: Add a missing dependency on intltool. Reported by: bento via kris Revision Changes Path 1.14 +1 -1 ports/misc/shared-mime-info/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 09:58:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28D716A4CF; Thu, 19 Feb 2004 09:58:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F5C43D1F; Thu, 19 Feb 2004 09:58:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JHw0Ge026806; Thu, 19 Feb 2004 09:58:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JHw0qq026805; Thu, 19 Feb 2004 09:58:00 -0800 (PST) (envelope-from marcus) Message-Id: <200402191758.i1JHw0qq026805@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 09:58:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/wxmozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 17:58:00 -0000 marcus 2004/02/19 09:58:00 PST FreeBSD ports repository Modified files: x11-toolkits/wxmozilla Makefile Log: Substitute another occurance of firebird with firefox. Reported by: bento via kris Revision Changes Path 1.4 +1 -1 ports/x11-toolkits/wxmozilla/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:03:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107E416A4CE for ; Thu, 19 Feb 2004 10:03:00 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id CF4E743D1F for ; Thu, 19 Feb 2004 10:02:59 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 41652 invoked by uid 1000); 19 Feb 2004 18:03:00 -0000 Date: Thu, 19 Feb 2004 10:03:00 -0800 (PST) From: Nate Lawson To: Wes Peters In-Reply-To: <200402172122.51326.wes@softweyr.com> Message-ID: <20040219100222.G41646@root.org> References: <20040217203852.724BE16A567@hub.freebsd.org> <20040217125043.N30568@root.org> <200402172122.51326.wes@softweyr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:03:00 -0000 On Tue, 17 Feb 2004, Wes Peters wrote: > On Tuesday 17 February 2004 12:52 pm, Nate Lawson wrote: > > On Tue, 17 Feb 2004, Wes Peters wrote: > > > wes 2004/02/17 12:38:49 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/man/man4 acpi.4 > > > Log: > > > Make the distinction between sysctl kernel environment variables > > > and device.hints kernel environment variables when disabling ACPI. > > > > > > Some users are getting confused when they see hint.acpi.0.disabled. > > > They are confusing it with a sysctl MIB. > > > > > > Finally, add a reference for device.hints(5) and kenv(1) > > > in the "SEE ALSO" section of the man page. > > > > > > PR: docs/62974 > > > Submitted by: Christian S.J. Peron > > > > > > Revision Changes Path > > > 1.27 +4 -1 src/share/man/man4/acpi.4 > > > > Please don't recommend they put the hint in device.hints. That file is > > regenerated as part of the upgrade process. It should go in > > /boot/loader.conf, which is already cross-referenced by the manpage. > > Based on the perverse notion that perhaps everyone in this bikeshed has a > (partially) valid point, I've rewritten the description a bit. Please > contemplate the new verbiage. I don't really understand. You already committed a changed version and I said "good enough". Is this an old email, written before the commit? -Nate From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:14:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA1716A4CE; Thu, 19 Feb 2004 10:14:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B114943D2D; Thu, 19 Feb 2004 10:14:45 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIEjGe031809; Thu, 19 Feb 2004 10:14:45 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIEj5P031808; Thu, 19 Feb 2004 10:14:45 -0800 (PST) (envelope-from glewis) Message-Id: <200402191814.i1JIEj5P031808@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 10:14:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jflex/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:14:45 -0000 glewis 2004/02/19 10:14:45 PST FreeBSD ports repository Modified files: java/jflex/files patch-Makefile Log: . Don't patch out a line that doesn't need to be removed. Revision Changes Path 1.4 +2 -9 ports/java/jflex/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:15:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF1316A4CE; Thu, 19 Feb 2004 10:15:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5019A43D1D; Thu, 19 Feb 2004 10:15:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIFJGe031890; Thu, 19 Feb 2004 10:15:19 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIFI0Z031889; Thu, 19 Feb 2004 10:15:18 -0800 (PST) (envelope-from marcus) Message-Id: <200402191815.i1JIFI0Z031889@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 10:15:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/straw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:15:19 -0000 marcus 2004/02/19 10:15:18 PST FreeBSD ports repository Modified files: net/straw Makefile Log: Make RUN_DEPENDS BUILD_DEPENDS as well. PR: 63052 Submitted by: maintainer Revision Changes Path 1.7 +3 -0 ports/net/straw/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:16:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7FB16A4CE; Thu, 19 Feb 2004 10:16:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73643D1F; Thu, 19 Feb 2004 10:16:34 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIGYGe031957; Thu, 19 Feb 2004 10:16:34 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIGYCO031956; Thu, 19 Feb 2004 10:16:34 -0800 (PST) (envelope-from njl) Message-Id: <200402191816.i1JIGYCO031956@repoman.freebsd.org> From: Nate Lawson Date: Thu, 19 Feb 2004 10:16:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_button.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:16:34 -0000 njl 2004/02/19 10:16:34 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_button.c Log: Do not remove the fixed handlers. Several systems (e.g., ASUS) only return events on the fixed handler even after defining a duplicate in the AML. While this violates the spec, hopefully we can get by with leaving both installed. Revision Changes Path 1.20 +5 -11 src/sys/dev/acpica/acpi_button.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:19:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49EA816A4CF; Thu, 19 Feb 2004 10:19:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1CC43D1F; Thu, 19 Feb 2004 10:19:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIJjGe032078; Thu, 19 Feb 2004 10:19:45 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIJid9032077; Thu, 19 Feb 2004 10:19:44 -0800 (PST) (envelope-from marcus) Message-Id: <200402191819.i1JIJid9032077@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 10:19:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libdvdnav Makefile distinfo pkg-plist patch-ltmain.sh patch-src:vm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:19:45 -0000 marcus 2004/02/19 10:19:44 PST FreeBSD ports repository Modified files: multimedia/libdvdnav Makefile distinfo pkg-plist multimedia/libdvdnav/files patch-example:Makefile.in patch-ltmain.sh Added files: multimedia/libdvdnav/files patch-src:vm.c Log: Update to 0.1.9. Submitted by: Simon Barner maintainer Approved by: maintainer Revision Changes Path 1.12 +10 -3 ports/multimedia/libdvdnav/Makefile 1.5 +2 -1 ports/multimedia/libdvdnav/distinfo 1.2 +11 -11 ports/multimedia/libdvdnav/files/patch-example:Makefile.in 1.4 +6 -6 ports/multimedia/libdvdnav/files/patch-ltmain.sh 1.1 +13 -0 ports/multimedia/libdvdnav/files/patch-src:vm.c (new) 1.4 +8 -7 ports/multimedia/libdvdnav/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:20:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195BC16A4CE; Thu, 19 Feb 2004 10:20:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08CA43D1D; Thu, 19 Feb 2004 10:20:03 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIK3Ge032118; Thu, 19 Feb 2004 10:20:03 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIK3V3032117; Thu, 19 Feb 2004 10:20:03 -0800 (PST) (envelope-from njl) Message-Id: <200402191820.i1JIK3V3032117@repoman.freebsd.org> From: Nate Lawson Date: Thu, 19 Feb 2004 10:20:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:20:04 -0000 njl 2004/02/19 10:20:03 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpivar.h Log: Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided with ACPI-CA is identical now. Revision Changes Path 1.118 +3 -3 src/sys/dev/acpica/acpi.c 1.54 +0 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:34:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7854D16A4CF; Thu, 19 Feb 2004 10:34:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7D343D1F; Thu, 19 Feb 2004 10:34:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIYQGe036115; Thu, 19 Feb 2004 10:34:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIYQtX036114; Thu, 19 Feb 2004 10:34:26 -0800 (PST) (envelope-from jhb) Message-Id: <200402191834.i1JIYQtX036114@repoman.freebsd.org> From: John Baldwin Date: Thu, 19 Feb 2004 10:34:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:34:26 -0000 jhb 2004/02/19 10:34:26 PST FreeBSD src repository Modified files: sys/i386/pci pci_bus.c Log: Add back an include to fix the build for the CPU_ELAN case. Revision Changes Path 1.108 +3 -0 src/sys/i386/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:36:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DB316A4CF; Thu, 19 Feb 2004 10:36:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E40143D1D; Thu, 19 Feb 2004 10:36:50 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIaoGe036271; Thu, 19 Feb 2004 10:36:50 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIanVb036270; Thu, 19 Feb 2004 10:36:49 -0800 (PST) (envelope-from glewis) Message-Id: <200402191836.i1JIanVb036270@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 10:36:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/sfs/files patch-sfskey.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:36:52 -0000 glewis 2004/02/19 10:36:49 PST FreeBSD ports repository Added files: security/sfs/files patch-sfskey.h Log: . Fix the build on FreeBSD/alpha 4.x (5.x appears to have other problems). PR: 45805 Submitted by: Volker Stolz Approved by: maintainer timeout Revision Changes Path 1.1 +12 -0 ports/security/sfs/files/patch-sfskey.h (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:37:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0020D16A4CE; Thu, 19 Feb 2004 10:37:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D836243D1D; Thu, 19 Feb 2004 10:37:49 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIbnGe036338; Thu, 19 Feb 2004 10:37:49 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIbnB1036337; Thu, 19 Feb 2004 10:37:49 -0800 (PST) (envelope-from krion) Message-Id: <200402191837.i1JIbnB1036337@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 10:37:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcde Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:37:50 -0000 krion 2004/02/19 10:37:49 PST FreeBSD ports repository Modified files: audio/abcde Makefile distinfo Log: - Update to version 2.1.15 PR: ports/63070 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/audio/abcde/Makefile 1.9 +2 -2 ports/audio/abcde/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:43:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8594E16A4D1 for ; Thu, 19 Feb 2004 10:43:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6574243D2F for ; Thu, 19 Feb 2004 10:43:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 41901 invoked by uid 1000); 19 Feb 2004 18:43:26 -0000 Date: Thu, 19 Feb 2004 10:43:26 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <20040218224027.4992016A4DA@hub.freebsd.org> Message-ID: <20040219104132.G41856@root.org> References: <20040218224027.4992016A4DA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_pir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:43:25 -0000 On Wed, 18 Feb 2004, John Baldwin wrote: > Modified files: > sys/i386/pci pci_pir.c > Log: > Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it off > into its own file: > - All of the $PIR interrupt routing is now done in a link-centric fashion. > When a host-PCI bridge that uses the $PIR attaches, it calls pir_parse() > to parse the table. This scans for link devices and merges all the masks > for each link device from the table entries. It then looks at the intline > register of PCI devices connected to a link to figure out if the BIOS has > routed this link and if so to which IRQ. > - The IRQ for any given link can be overridden via a hint like so: > 'hw.pci.link.0x62.irq=10' Any IRQ set in this matter is treated as if it > were set that way by the BIOS. > - We only call the BIOS to route each link device once. > - When a PCI device wants to route an interrupt, we look it up in the $PIR > to find the associated link. If the link is routed, we simply return the > IRQ it is using. If it is not routed, we have to pick one. This uses a > different algorithm from the old code. First off, when we try to pick > an interrupt from a mask of possible interrupts, we try to pick the one > that is least loaded as far as PCI devices. We maintain this weight based > on the number of devices attached to each link device. When choosing an > IRQ, we first attempt to route using any PCI only interrupts (the old > code did this as well). If that doesn't work, we try to use the list of > IRQs that the BIOS has used. This is a new step that the new code didn't > do and avoids using IRQ 3 or 4 for every virgin interrupt routing. If > none of the IRQs that the BIOS used worked, then we fall back to trying > anything. > - The fallback mask for !PC98 was fixed to include IRQ 3 and not allow IRQ > 2. > - We don't use the $PIR to route interrupts on a PCI-PCI bridge unless it > has already been used to route on at least one Host-PCI bridge. This > helps to avoid mixing and matching x86 firmware PCI interrupt routing > methods (which is a Bad Thing(tm)). > > Silence on: current@ > > Revision Changes Path > 1.109 +447 -611 src/sys/i386/pci/pci_pir.c This is great! Care to look at cleaning up the ACPI _PRT routing? I believe it prefers 3-4 initially for many common BIOSen too. -Nate From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:49:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C6A16A4CE; Thu, 19 Feb 2004 10:49:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575FD43D1F; Thu, 19 Feb 2004 10:49:43 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JInhGe038569; Thu, 19 Feb 2004 10:49:43 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JInhgM038568; Thu, 19 Feb 2004 10:49:43 -0800 (PST) (envelope-from krion) Message-Id: <200402191849.i1JInhgM038568@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 10:49:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/crimson Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:49:43 -0000 krion 2004/02/19 10:49:43 PST FreeBSD ports repository Modified files: games/crimson Makefile distinfo pkg-plist Log: - Update to version 0.3.8 PR: ports/63071 Submitted by: maintainer Revision Changes Path 1.21 +1 -2 ports/games/crimson/Makefile 1.13 +1 -1 ports/games/crimson/distinfo 1.11 +1 -0 ports/games/crimson/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:50:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69BC16A4CF for ; Thu, 19 Feb 2004 10:50:58 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAA243D1F for ; Thu, 19 Feb 2004 10:50:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 13894 invoked from network); 19 Feb 2004 18:50:58 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Feb 2004 18:50:58 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1JIoe2J004640; Thu, 19 Feb 2004 13:50:42 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 12:48:19 -0500 User-Agent: KMail/1.6 References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> <20040219134104.GB14981@ip.net.ua> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200402191248.19870.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Garance A Drosehn Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:50:59 -0000 On Thursday 19 February 2004 09:18 am, Dag-Erling Sm=F8rgrav wrote: > Ruslan Ermilov writes: > > Also, why "rm -rf ${.OBJDIR}/*" instead of "rm -rf ${.OBJDIR}"? > > Is it to preserve a possibly symlinked /usr/obj? > > Probably because if ${.OBJDIR} is a symlink, 'rm -rf ${.OBJDIR}' will > just remove the symlink and not the actual files. A better way to > address this is with 'rm -rf ${.OBJDIR}/', which will remove the > contents of the directory the symlink points to before removing the > symlink. If /usr/obj is a symlink it should stay that way so that a user doesn't hav= e=20 to relink it every time. Using /* is probably the best approach. =2D-=20 John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =3D http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:54:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F44816A4CE; Thu, 19 Feb 2004 10:54:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2509243D1F; Thu, 19 Feb 2004 10:54:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIsRGe040540; Thu, 19 Feb 2004 10:54:27 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIsR6E040538; Thu, 19 Feb 2004 10:54:27 -0800 (PST) (envelope-from ru) Message-Id: <200402191854.i1JIsR6E040538@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 19 Feb 2004 10:54:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/colldef parse.y X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:54:28 -0000 ru 2004/02/19 10:54:27 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/colldef parse.y Log: Use the correct (for RELENG_4) header to get the byteorder(3) prototypes. Revision Changes Path 1.15.2.6 +1 -1 src/usr.bin/colldef/parse.y From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:55:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125C016A4F5; Thu, 19 Feb 2004 10:55:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE1C43D1F; Thu, 19 Feb 2004 10:55:33 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JItXGe040654; Thu, 19 Feb 2004 10:55:33 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JItXie040653; Thu, 19 Feb 2004 10:55:33 -0800 (PST) (envelope-from arved) Message-Id: <200402191855.i1JItXie040653@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 19 Feb 2004 10:55:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kisomandel Makefile ports/graphics/kisomandel/files patch-misc.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:55:34 -0000 arved 2004/02/19 10:55:33 PST FreeBSD ports repository Modified files: graphics/kisomandel Makefile Added files: graphics/kisomandel/files patch-misc.cpp Log: Fix Build on 5.x Respect CFLAGS Revision Changes Path 1.14 +4 -5 ports/graphics/kisomandel/Makefile 1.1 +10 -0 ports/graphics/kisomandel/files/patch-misc.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:55:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9903016A4CF; Thu, 19 Feb 2004 10:55:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC1B43D1F; Thu, 19 Feb 2004 10:55:56 -0800 (PST) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JItuGe040707; Thu, 19 Feb 2004 10:55:56 -0800 (PST) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JItuAO040706; Thu, 19 Feb 2004 10:55:56 -0800 (PST) (envelope-from kientzle) Message-Id: <200402191855.i1JItuAO040706@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 19 Feb 2004 10:55:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/lpr printcap.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:55:56 -0000 kientzle 2004/02/19 10:55:56 PST FreeBSD src repository Modified files: usr.sbin/lpr/lpr printcap.5 Log: Clarify the "lp" description to mention port@host syntax. Suggested by: NetBSD man page Revision Changes Path 1.31 +1 -1 src/usr.sbin/lpr/lpr/printcap.5 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 10:56:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C77316A4CE; Thu, 19 Feb 2004 10:56:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC7043D1F; Thu, 19 Feb 2004 10:56:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JIuSGe040776; Thu, 19 Feb 2004 10:56:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JIuSNj040775; Thu, 19 Feb 2004 10:56:28 -0800 (PST) (envelope-from arved) Message-Id: <200402191856.i1JIuSNj040775@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 19 Feb 2004 10:56:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/kpicframer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 18:56:28 -0000 arved 2004/02/19 10:56:28 PST FreeBSD ports repository Modified files: games/kpicframer Makefile Log: Depend on kdegames Submitted by: bento Revision Changes Path 1.4 +3 -1 ports/games/kpicframer/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:09:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABA216A4CE; Thu, 19 Feb 2004 11:09:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AFB43D1F; Thu, 19 Feb 2004 11:09:52 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JJ9qGe043892; Thu, 19 Feb 2004 11:09:52 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JJ9qOU043891; Thu, 19 Feb 2004 11:09:52 -0800 (PST) (envelope-from phk) Message-Id: <200402191909.i1JJ9qOU043891@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 19 Feb 2004 11:09:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:09:52 -0000 phk 2004/02/19 11:09:52 PST FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Report the correct length for symlink entries. Revision Changes Path 1.69 +1 -1 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:23:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E87216A4CF for ; Thu, 19 Feb 2004 11:23:34 -0800 (PST) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309A043D41 for ; Thu, 19 Feb 2004 11:23:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6432 invoked from network); 19 Feb 2004 19:23:33 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Feb 2004 19:23:33 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1JJNM2J004803; Thu, 19 Feb 2004 14:23:22 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Thu, 19 Feb 2004 14:24:32 -0500 User-Agent: KMail/1.6 References: <20040218224027.4992016A4DA@hub.freebsd.org> <20040219104132.G41856@root.org> In-Reply-To: <20040219104132.G41856@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402191424.32733.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_pir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:23:34 -0000 On Thursday 19 February 2004 01:43 pm, Nate Lawson wrote: > On Wed, 18 Feb 2004, John Baldwin wrote: > > Modified files: > > sys/i386/pci pci_pir.c > > Log: > > Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it > > off into its own file: > > - All of the $PIR interrupt routing is now done in a link-centric > > fashion. When a host-PCI bridge that uses the $PIR attaches, it calls > > pir_parse() to parse the table. This scans for link devices and merges > > all the masks for each link device from the table entries. It then looks > > at the intline register of PCI devices connected to a link to figure out > > if the BIOS has routed this link and if so to which IRQ. > > - The IRQ for any given link can be overridden via a hint like so: > > 'hw.pci.link.0x62.irq=10' Any IRQ set in this matter is treated as > > if it were set that way by the BIOS. > > - We only call the BIOS to route each link device once. > > - When a PCI device wants to route an interrupt, we look it up in the > > $PIR to find the associated link. If the link is routed, we simply > > return the IRQ it is using. If it is not routed, we have to pick one. > > This uses a different algorithm from the old code. First off, when we > > try to pick an interrupt from a mask of possible interrupts, we try to > > pick the one that is least loaded as far as PCI devices. We maintain > > this weight based on the number of devices attached to each link device. > > When choosing an IRQ, we first attempt to route using any PCI only > > interrupts (the old code did this as well). If that doesn't work, we try > > to use the list of IRQs that the BIOS has used. This is a new step that > > the new code didn't do and avoids using IRQ 3 or 4 for every virgin > > interrupt routing. If none of the IRQs that the BIOS used worked, then > > we fall back to trying anything. > > - The fallback mask for !PC98 was fixed to include IRQ 3 and not allow > > IRQ 2. > > - We don't use the $PIR to route interrupts on a PCI-PCI bridge unless > > it has already been used to route on at least one Host-PCI bridge. This > > helps to avoid mixing and matching x86 firmware PCI interrupt routing > > methods (which is a Bad Thing(tm)). > > > > Silence on: current@ > > > > Revision Changes Path > > 1.109 +447 -611 src/sys/i386/pci/pci_pir.c > > This is great! Care to look at cleaning up the ACPI _PRT routing? I > believe it prefers 3-4 initially for many common BIOSen too. Yes, I have thought about adjusting the ACPI PCI link stuff to work the way $PIR does now (it's already fairly close). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:35:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F134F16A4D0; Thu, 19 Feb 2004 11:35:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BD543D2D; Thu, 19 Feb 2004 11:35:27 -0800 (PST) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JJZRGe050143; Thu, 19 Feb 2004 11:35:27 -0800 (PST) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JJZRnH050142; Thu, 19 Feb 2004 11:35:27 -0800 (PST) (envelope-from philip) Message-Id: <200402191935.i1JJZRnH050142@repoman.freebsd.org> From: Philip Paeps Date: Thu, 19 Feb 2004 11:35:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 Makefile acpi_toshiba.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:35:28 -0000 philip 2004/02/19 11:35:27 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 acpi_toshiba.4 Log: Document the acpi_toshiba driver written by Hiroyuki Aizu. Approved by: njl (mentor) Revision Changes Path 1.157 +2 -1 src/share/man/man4/man4.i386/Makefile 1.1 +105 -0 src/share/man/man4/man4.i386/acpi_toshiba.4 (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:37:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5736116A4CE; Thu, 19 Feb 2004 11:37:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F3443D64; Thu, 19 Feb 2004 11:37:09 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JJb8Ge050196; Thu, 19 Feb 2004 11:37:08 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JJb84J050195; Thu, 19 Feb 2004 11:37:08 -0800 (PST) (envelope-from arved) Message-Id: <200402191937.i1JJb84J050195@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 19 Feb 2004 11:37:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/kshowmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:37:09 -0000 arved 2004/02/19 11:37:08 PST FreeBSD ports repository Modified files: mail/kshowmail Makefile Log: mimelib was moved to kdepim. Reported by: bento Revision Changes Path 1.5 +2 -2 ports/mail/kshowmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:40:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B34116A4CE; Thu, 19 Feb 2004 11:40:43 -0800 (PST) Received: from gateway.nixsys.be (gateway.nixsys.be [195.144.77.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD00643D1D; Thu, 19 Feb 2004 11:40:42 -0800 (PST) (envelope-from philip@paeps.cx) Received: from erda.home.paeps.cx (erda.home.paeps.cx [IPv6:2001:838:37f:10::1]) by gateway.nixsys.be (Postfix) with ESMTP id C27F240; Thu, 19 Feb 2004 20:40:41 +0100 (CET) Received: from loge.home.paeps.cx (loge.home.paeps.cx [10.0.0.4]) by erda.home.paeps.cx (Postfix) with ESMTP id 6707520BB; Thu, 19 Feb 2004 20:40:39 +0100 (CET) Received: by loge.home.paeps.cx (Postfix, from userid 1001) id 1F4D052; Thu, 19 Feb 2004 20:40:39 +0100 (CET) Date: Thu, 19 Feb 2004 20:40:39 +0100 From: Philip Paeps To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040219194039.GD665@loge.home.paeps.cx> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402191935.i1JJZRnH050142@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402191935.i1JJZRnH050142@repoman.freebsd.org> X-Date-in-Rome: ante diem XI Kalendas Martias MMDCCLVII ab Urbe Condida X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get a proper mailclient! Mutt: User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/share/man/man4/man4.i386 Makefile acpi_toshiba.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:40:43 -0000 On 2004-02-19 11:35:27 (-0800), Philip Paeps wrote: > Added files: > share/man/man4/man4.i386 acpi_toshiba.4 > Log: > Document the acpi_toshiba driver written by Hiroyuki Aizu. If an mdoc(7)-guru with a spare moment would be so kind as to glance over the markup, I'd be most grateful... The documentation-documentation is a bit dense for me :-) Thanks! - Philip -- Philip Paeps Please don't CC me, I am subscribed to the list. BOFH Excuse #391: We already sent around a notice about that. From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:48:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8216116A4CE; Thu, 19 Feb 2004 11:48:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CC643D1F; Thu, 19 Feb 2004 11:48:49 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JJmnGe052345; Thu, 19 Feb 2004 11:48:49 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JJmm59052344; Thu, 19 Feb 2004 11:48:48 -0800 (PST) (envelope-from arved) Message-Id: <200402191948.i1JJmm59052344@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 19 Feb 2004 11:48:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/okle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:48:49 -0000 arved 2004/02/19 11:48:48 PST FreeBSD ports repository Modified files: multimedia/okle Makefile Log: Chase ogle shared library Reported by: bento Revision Changes Path 1.11 +2 -2 ports/multimedia/okle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:53:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ADE316A4CE; Thu, 19 Feb 2004 11:53:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E432943D1F; Thu, 19 Feb 2004 11:53:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JJr8Ge054285; Thu, 19 Feb 2004 11:53:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JJr8Uk054284; Thu, 19 Feb 2004 11:53:08 -0800 (PST) (envelope-from phk) Message-Id: <200402191953.i1JJr8Uk054284@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 19 Feb 2004 11:53:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:53:09 -0000 phk 2004/02/19 11:53:08 PST FreeBSD src repository Modified files: sbin/mdconfig mdconfig.8 Log: s/bytes/byte/ Revision Changes Path 1.26 +1 -1 src/sbin/mdconfig/mdconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 11:59:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52D0C16A4CF; Thu, 19 Feb 2004 11:59:40 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4737F43D1D; Thu, 19 Feb 2004 11:59:40 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <2004021919593801300nft3je>; Thu, 19 Feb 2004 19:59:39 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA09773; Thu, 19 Feb 2004 11:59:38 -0800 (PST) Date: Thu, 19 Feb 2004 11:59:37 -0800 (PST) From: Julian Elischer To: Pawel Jakub Dawidek In-Reply-To: <200402191429.i1JETEo3073008@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:59:40 -0000 YAY On Thu, 19 Feb 2004, Pawel Jakub Dawidek wrote: > Log: > Added sysctl security.jail.jailed. > It returns 1 is process is inside of jail and 0 if it is not. [...] From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:02:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A469416A4CE; Thu, 19 Feb 2004 12:02:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BB343D1F; Thu, 19 Feb 2004 12:02:38 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JK2cGe056340; Thu, 19 Feb 2004 12:02:38 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JK2cQT056336; Thu, 19 Feb 2004 12:02:38 -0800 (PST) (envelope-from obrien) Message-Id: <200402192002.i1JK2cQT056336@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 19 Feb 2004 12:02:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libregex gnuregex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:02:38 -0000 obrien 2004/02/19 12:02:38 PST FreeBSD src repository Modified files: gnu/lib/libregex gnuregex.h Log: Allow to compile with non-GCC compiler. Revision Changes Path 1.2 +31 -1 src/gnu/lib/libregex/gnuregex.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:06:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92CDD16A4CE; Thu, 19 Feb 2004 12:06:48 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B6343D1D; Thu, 19 Feb 2004 12:06:48 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <200402192006420110090172e>; Thu, 19 Feb 2004 20:06:47 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA09915; Thu, 19 Feb 2004 12:06:41 -0800 (PST) Date: Thu, 19 Feb 2004 12:06:41 -0800 (PST) From: Julian Elischer To: Pawel Jakub Dawidek In-Reply-To: <200402191658.i1JGw1Pu012961@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:06:48 -0000 On Thu, 19 Feb 2004, Pawel Jakub Dawidek wrote: > pjd 2004/02/19 08:58:01 PST > > FreeBSD src repository > > Modified files: > sys/netgraph ng_ether.c ng_ether.h > Log: > Export private structure owned by ng_ether(4) module outside. > It'll is required by new failure detection algorithm for ng_one2many(4). > > No response from: julian, archie err sorry about that.. I looked at it and like it but got distracted and forgot to tell you about it :-( (a 2YO will do that to your life).. > Silent on: net@ > Approved by: scottl (mentor) > > Revision Changes Path > 1.31 +1 -12 src/sys/netgraph/ng_ether.c > 1.9 +12 -0 src/sys/netgraph/ng_ether.h > From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:00:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3941616A60E; Thu, 19 Feb 2004 12:00:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6DB43D1D; Thu, 19 Feb 2004 12:00:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JK0vGe054623; Thu, 19 Feb 2004 12:00:57 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JK0vAx054622; Thu, 19 Feb 2004 12:00:57 -0800 (PST) (envelope-from arved) Message-Id: <200402192000.i1JK0vAx054622@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 19 Feb 2004 12:00:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/landscape/files patch-texture-texture_rough.cc patch-windows-base_GLwindow.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:00:58 -0000 arved 2004/02/19 12:00:57 PST FreeBSD ports repository Added files: graphics/landscape/files patch-texture-texture_rough.cc patch-windows-base_GLwindow.cc Log: Fix build on CURRENT Revision Changes Path 1.1 +11 -0 ports/graphics/landscape/files/patch-texture-texture_rough.cc (new) 1.1 +10 -0 ports/graphics/landscape/files/patch-windows-base_GLwindow.cc (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:23:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC6916A4CE; Thu, 19 Feb 2004 12:23:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C126D43D2D; Thu, 19 Feb 2004 12:23:49 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JKNnGe061510; Thu, 19 Feb 2004 12:23:49 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JKNnr4061507; Thu, 19 Feb 2004 12:23:49 -0800 (PST) (envelope-from oliver) Message-Id: <200402192023.i1JKNnr4061507@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 19 Feb 2004 12:23:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libuta Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:23:50 -0000 oliver 2004/02/19 12:23:49 PST FreeBSD ports repository Modified files: devel/libuta Makefile Log: Fix linking against -lc_r and -lpthread Bump PORTREVISION Revision Changes Path 1.21 +6 -6 ports/devel/libuta/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:27:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56ABE16A4CE; Thu, 19 Feb 2004 12:27:44 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409F943D2D; Thu, 19 Feb 2004 12:27:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1JKRcTA033720; Thu, 19 Feb 2004 12:27:38 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1JKRcQG033719; Thu, 19 Feb 2004 12:27:38 -0800 (PST) (envelope-from sgk) Date: Thu, 19 Feb 2004 12:27:38 -0800 From: Steve Kargl To: Julian Elischer Message-ID: <20040219202738.GA33674@troutmask.apl.washington.edu> References: <200402191658.i1JGw1Pu012961@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Pawel Jakub Dawidek cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:27:44 -0000 On Thu, Feb 19, 2004 at 12:06:41PM -0800, Julian Elischer wrote: > > > On Thu, 19 Feb 2004, Pawel Jakub Dawidek wrote: > > > pjd 2004/02/19 08:58:01 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/netgraph ng_ether.c ng_ether.h > > Log: > > Export private structure owned by ng_ether(4) module outside. > > It'll is required by new failure detection algorithm for ng_one2many(4). > > > > No response from: julian, archie > err sorry about that.. > I looked at it and like it but got distracted and forgot to tell you > about it :-( (a 2YO will do that to your life).. > > It is also broken. ===> lib/libnetgraph cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libnetgraph/debug.c In file included from /usr/src/lib/libnetgraph/debug.c:65: /usr/obj/usr/src/i386/usr/include/netgraph/ng_ether.h:71: error: syntax error before "hook_p" *** Error code 1 Stop in /usr/src/lib/libnetgraph. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Steve From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:29:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F35216A4CE; Thu, 19 Feb 2004 12:29:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4484643D1D; Thu, 19 Feb 2004 12:29:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JKT9Ge061728; Thu, 19 Feb 2004 12:29:09 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JKT947061727; Thu, 19 Feb 2004 12:29:09 -0800 (PST) (envelope-from krion) Message-Id: <200402192029.i1JKT947061727@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 12:29:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/teg Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:29:09 -0000 krion 2004/02/19 12:29:09 PST FreeBSD ports repository Modified files: games/teg Makefile pkg-plist Log: - Fix package build - Bump PORTREVISION Revision Changes Path 1.21 +1 -0 ports/games/teg/Makefile 1.9 +0 -10 ports/games/teg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:35:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C4116A4CF; Thu, 19 Feb 2004 12:35:58 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C7C43D1D; Thu, 19 Feb 2004 12:35:57 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1JKZrOJ099487; Thu, 19 Feb 2004 12:35:53 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1JKZpQQ099486; Thu, 19 Feb 2004 12:35:51 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 12:35:51 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040219203551.GC98804@dragon.nuxi.com> References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> <20040219134104.GB14981@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Garance A Drosehn Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 19 Feb 2004 20:35:58 -0000 On Thu, Feb 19, 2004 at 03:18:53PM +0100, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov writes: > > Also, why "rm -rf ${.OBJDIR}/*" instead of "rm -rf ${.OBJDIR}"? > > Is it to preserve a possibly symlinked /usr/obj? > > Probably because if ${.OBJDIR} is a symlink, 'rm -rf ${.OBJDIR}' will > just remove the symlink and not the actual files. A better way to > address this is with 'rm -rf ${.OBJDIR}/', which will remove the > contents of the directory the symlink points to before removing the > symlink. The original is better -- it can be used as a lay-person. Several of my obj directories are owned by non-root, and using ${.OBJDIR}/* DTRT. From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:37:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A401916A4CE; Thu, 19 Feb 2004 12:37:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 896BB43D1D; Thu, 19 Feb 2004 12:37:21 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JKbLGe063751; Thu, 19 Feb 2004 12:37:21 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JKbL6S063750; Thu, 19 Feb 2004 12:37:21 -0800 (PST) (envelope-from oliver) Message-Id: <200402192037.i1JKbL6S063750@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 19 Feb 2004 12:37:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:37:21 -0000 oliver 2004/02/19 12:37:21 PST FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: revert last change and set CONFIGURE_TARGET Noted By: kris, Jeremy L.Stock Revision Changes Path 1.28 +3 -2 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:43:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0D816A4CE; Thu, 19 Feb 2004 12:43:13 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F03143D1D; Thu, 19 Feb 2004 12:43:13 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1JKh9OJ099719; Thu, 19 Feb 2004 12:43:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1JKh2g0099711; Thu, 19 Feb 2004 12:43:02 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 12:43:02 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040219204302.GE98804@dragon.nuxi.com> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> <4034C919.4090401@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.ORG cc: Maxim Sobolev cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@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, 19 Feb 2004 20:43:13 -0000 On Thu, Feb 19, 2004 at 03:52:49PM +0100, Dag-Erling Sm?rgrav wrote: > Maxim Sobolev writes: > > Who tells that? Is that voice of God or maybe Satoshi Asami has returned? > > I could ask you the same question. I hate to get in the middle here... but... $ ssh hub grep portmgr /etc/aliases portmgr: kris,sobomax,steve,will,knu,lioux,marcus,erwin From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:49:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4AA16A4CE; Thu, 19 Feb 2004 12:49:00 -0800 (PST) Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 064F743D1D; Thu, 19 Feb 2004 12:49:00 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1JKmouH065606; Thu, 19 Feb 2004 21:48:51 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1JKmojI007207; Thu, 19 Feb 2004 21:48:50 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1JKmoqB007206; Thu, 19 Feb 2004 21:48:50 +0100 (CET) (envelope-from wkb) Date: Thu, 19 Feb 2004 21:48:50 +0100 From: Wilko Bulte To: John Baldwin Message-ID: <20040219204850.GB7113@freebie.xs4all.nl> References: <20040215.152553.55627525.imp@bsdimp.com> <200402180918.17580.jhb@FreeBSD.org> <20040218195014.GA82542@freebie.xs4all.nl> <200402181640.04468.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402181640.04468.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: wes@softweyr.com cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" cc: ceri@submonkey.net cc: wilko@freebsd.org Subject: Re: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:49:01 -0000 On Wed, Feb 18, 2004 at 04:40:04PM -0500, John Baldwin wrote: > On Wednesday 18 February 2004 02:50 pm, Wilko Bulte wrote: > > On Wed, Feb 18, 2004 at 09:18:17AM -0500, John Baldwin wrote: > > > On Tuesday 17 February 2004 11:49 pm, M. Warner Losh wrote: > > > > In message: <200402171605.22554.jhb@FreeBSD.org> > > > > > > > > John Baldwin writes: > > > > : > Funny, I've lived just about everywhere in the US (except Texas) > > > > : > and "a couple" has always meant two. "A few" would be 2 to 5, > > > > : > several would be 4 or 5 to maybe a dozen, etc., all the way up to > > > > : > "buttload" which is rougly "more than a man can carry." > > > > : > > > > > : > 2 or more seems to be what we really want here. A parenthetical "X > > > > : > floppies for i386 as of this writing" will help the reader to grasp > > > > : > the scale at some ill-specified point in time. > > > > : > > > > : Actually, 3 floppies are used for i386 and 4 for pc98 right now. If > > > > : bsdlabel(8) on Alpha is ever fixed so that it makes bootable images > > > > : again, then Alpha will use 3 floppies. > > > > > > > > A handful of floppies then. Or a Fistful Of Floppies. Nice ring to > > > > it... > > > > > > A "passle" of floppies. > > > > How many floppies can one store in a bikeshed? > > A bikeshed full? > > *duck* #define ETOOMANYNESTEDBIKESHEDS ? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Feb 19 12:54:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39BCD16A504; Thu, 19 Feb 2004 12:54:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED8643D1D; Thu, 19 Feb 2004 12:54:53 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JKsqGe073630; Thu, 19 Feb 2004 12:54:52 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JKsq6N073629; Thu, 19 Feb 2004 12:54:52 -0800 (PST) (envelope-from blackend) Message-Id: <200402192054.i1JKsq6N073629@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 19 Feb 2004 12:54:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 20:54:53 -0000 blackend 2004/02/19 12:54:52 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Remove useless screen tags (there are some indentation changes in that commit which are mandatory to have a proper rendering). Revision Changes Path 1.212 +3 -3 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:03:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB9616A4CE; Thu, 19 Feb 2004 13:03:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58F443D1F; Thu, 19 Feb 2004 13:03:20 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JL3KGe076616; Thu, 19 Feb 2004 13:03:20 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JL3KhF076615; Thu, 19 Feb 2004 13:03:20 -0800 (PST) (envelope-from nectar) Message-Id: <200402192103.i1JL3KhF076615@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 19 Feb 2004 13:03:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:03:20 -0000 nectar 2004/02/19 13:03:20 PST FreeBSD src repository Modified files: sys/kern kern_jail.c Log: Rework jail_attach(2) so that an already jailed process cannot hop to another jail. Submitted by: rwatson Revision Changes Path 1.40 +12 -12 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:05:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720B516A4EE; Thu, 19 Feb 2004 13:05:30 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F05743D1F; Thu, 19 Feb 2004 13:05:30 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C80A25309; Thu, 19 Feb 2004 22:05:28 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 289145308; Thu, 19 Feb 2004 22:05:22 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D568333C6F; Thu, 19 Feb 2004 22:05:21 +0100 (CET) To: John Baldwin References: <200402162018.i1GKIQK4029731@repoman.freebsd.org> <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 22:05:21 +0100 In-Reply-To: <200402191248.19870.jhb@FreeBSD.org> (John Baldwin's message of "Thu, 19 Feb 2004 12:48:19 -0500") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Garance A Drosehn Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:05:30 -0000 John Baldwin writes: > If /usr/obj is a symlink it should stay that way so that a user doesn't h= ave=20 > to relink it every time. Using /* is probably the best approach. You're right; I didn't think of that. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:08:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3BF16A4CE; Thu, 19 Feb 2004 13:08:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DEB43D1D; Thu, 19 Feb 2004 13:08:13 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JL8DGe076882; Thu, 19 Feb 2004 13:08:13 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JL8DGh076881; Thu, 19 Feb 2004 13:08:13 -0800 (PST) (envelope-from des) Message-Id: <200402192108.i1JL8DGh076881@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 19 Feb 2004 13:08:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/docbook-xsl Makefile ports/textproc/docbook-xsl/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:08:13 -0000 des 2004/02/19 13:08:13 PST FreeBSD ports repository Modified files: textproc/docbook-xsl Makefile textproc/docbook-xsl/files pkg-install.in Log: Add current to the version list. Revision Changes Path 1.24 +1 -1 ports/textproc/docbook-xsl/Makefile 1.5 +1 -1 ports/textproc/docbook-xsl/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:09:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4614216A4CE; Thu, 19 Feb 2004 13:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4326843D1D; Thu, 19 Feb 2004 13:09:59 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JL9xGe076921; Thu, 19 Feb 2004 13:09:59 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JL9x0K076920; Thu, 19 Feb 2004 13:09:59 -0800 (PST) (envelope-from gad) Message-Id: <200402192109.i1JL9x0K076920@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 19 Feb 2004 13:09:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:09:59 -0000 gad 2004/02/19 13:09:59 PST FreeBSD src repository Modified files: . Makefile Log: Improvements on the 'make realclean' target. Some are style improvements, but the biggest issue is that there are situatons when ${.OBJDIR} == ${.SRCDIR}, and in those situations the previous version would happily remove all your /usr/src while it was cleaning out the objects. Not that *you* would be happy about it... Thanks to bde for immediately noticing this serious possibility. More improvements will be made to this target, but I wanted to commit this safer version right now, before anyone lost their /usr/src due to it. Reviewed by: bde MFC after: 10 days Revision Changes Path 1.294 +28 -13 src/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:34:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E4E16A4CE; Thu, 19 Feb 2004 13:34:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB8543D1D; Thu, 19 Feb 2004 13:34:02 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JLY2Ge082954; Thu, 19 Feb 2004 13:34:02 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JLY2Dv082953; Thu, 19 Feb 2004 13:34:02 -0800 (PST) (envelope-from simon) Message-Id: <200402192134.i1JLY2Dv082953@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 19 Feb 2004 13:34:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/tools/portsgrowth ports.log X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:34:03 -0000 simon 2004/02/19 13:34:02 PST FreeBSD doc repository Modified files: tools/portsgrowth ports.log Log: Add port count for INDEX v. 1.384. Revision Changes Path 1.11 +1 -0 www/tools/portsgrowth/ports.log From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:42:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CBA16A4CE; Thu, 19 Feb 2004 13:42:40 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF90A43D1D; Thu, 19 Feb 2004 13:42:39 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1JLgWnJ086942; Thu, 19 Feb 2004 14:42:32 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 19 Feb 2004 14:42:28 -0700 (MST) Message-Id: <20040219.144228.91313152.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200402191248.19870.jhb@FreeBSD.org> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@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: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: gad@FreeBSD.org cc: des@des.no Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:42:40 -0000 In message: <200402191248.19870.jhb@FreeBSD.org> John Baldwin writes: : If /usr/obj is a symlink it should stay that way so that a user doesn't have : to relink it every time. Using /* is probably the best approach. This will remove *ALL* object trees, not just the one that is generated from the current source tree. Warner From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:43:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5642116A4CF; Thu, 19 Feb 2004 13:43:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8E943D1D; Thu, 19 Feb 2004 13:43:42 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JLhgGe085131; Thu, 19 Feb 2004 13:43:42 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JLhfPF085130; Thu, 19 Feb 2004 13:43:41 -0800 (PST) (envelope-from blackend) Message-Id: <200402192143.i1JLhfPF085130@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 19 Feb 2004 13:43:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:43:42 -0000 blackend 2004/02/19 13:43:41 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: s/X Windows/X Window/ Revision Changes Path 1.213 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:52:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 5590C16A4CF; Thu, 19 Feb 2004 13:52:23 -0800 (PST) Date: Thu, 19 Feb 2004 15:52:23 -0600 From: juli mallett To: "M. Warner Losh" Message-ID: <20040219215223.GA20234@FreeBSD.org> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219.144228.91313152.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: src-committers@FreeBSD.org cc: jhb@FreeBSD.org cc: cvs-src@FreeBSD.org cc: gad@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@des.no Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:52:23 -0000 * "M. Warner Losh" [ Date: 2004-02-19 ] [ w.r.t. Re: cvs commit: src Makefile ] > In message: <200402191248.19870.jhb@FreeBSD.org> > John Baldwin writes: > : If /usr/obj is a symlink it should stay that way so that a user doesn't have > : to relink it every time. Using /* is probably the best approach. > > This will remove *ALL* object trees, not just the one that is > generated from the current source tree. If you let make expand ${.OBJDIR} then that's not true. -- juli mallett. email: jmallett@freebsd.org; efnet: juli; o/~ sweet talk like candy rots teeth o/~ From owner-cvs-all@FreeBSD.ORG Thu Feb 19 13:58:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABFB416A4D5; Thu, 19 Feb 2004 13:58:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9248D43D1F; Thu, 19 Feb 2004 13:58:24 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JLwOGe087355; Thu, 19 Feb 2004 13:58:24 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JLwOsI087354; Thu, 19 Feb 2004 13:58:24 -0800 (PST) (envelope-from wilko) Message-Id: <200402192158.i1JLwOsI087354@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 19 Feb 2004 13:58:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:58:25 -0000 wilko 2004/02/19 13:58:23 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add EPSON Perfection 3200 scanner Revision Changes Path 1.162 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:01:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AF616A4CF; Thu, 19 Feb 2004 14:01:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4A843D1D; Thu, 19 Feb 2004 14:01:29 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JM1TGe088179; Thu, 19 Feb 2004 14:01:29 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JM1Tfd088167; Thu, 19 Feb 2004 14:01:29 -0800 (PST) (envelope-from wilko) Message-Id: <200402192201.i1JM1Tfd088167@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 19 Feb 2004 14:01:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:01:29 -0000 wilko 2004/02/19 14:01:29 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Add EPSON Perfection 3200 scanner. Revision Changes Path 1.169 +2 -1 src/sys/dev/usb/usbdevs.h 1.169 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:01:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8CCB16A4CE; Thu, 19 Feb 2004 14:01:47 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A41943D1D; Thu, 19 Feb 2004 14:01:47 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1JM1knJ087371; Thu, 19 Feb 2004 15:01:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 19 Feb 2004 15:01:41 -0700 (MST) Message-Id: <20040219.150141.43007611.imp@bsdimp.com> To: jmallett@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20040219215223.GA20234@FreeBSD.org> References: <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <20040219215223.GA20234@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: src-committers@FreeBSD.ORG cc: jhb@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: gad@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: des@des.no Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:01:48 -0000 In message: <20040219215223.GA20234@FreeBSD.org> juli mallett writes: : * "M. Warner Losh" [ Date: 2004-02-19 ] : [ w.r.t. Re: cvs commit: src Makefile ] : > In message: <200402191248.19870.jhb@FreeBSD.org> : > John Baldwin writes: : > : If /usr/obj is a symlink it should stay that way so that a user doesn't have : > : to relink it every time. Using /* is probably the best approach. : > : > This will remove *ALL* object trees, not just the one that is : > generated from the current source tree. : : If you let make expand ${.OBJDIR} then that's not true. Then it will be a vanishinly small number of people that have that directory be a symbolic link, even if /usr/obj is a symbolic link, so no weirdness is really needed. Warner From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:03:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E876416A4D6; Thu, 19 Feb 2004 14:03:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2D743D2F; Thu, 19 Feb 2004 14:03:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JM3qGe090283; Thu, 19 Feb 2004 14:03:52 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JM3qW8090282; Thu, 19 Feb 2004 14:03:52 -0800 (PST) (envelope-from jhb) Message-Id: <200402192203.i1JM3qW8090282@repoman.freebsd.org> From: John Baldwin Date: Thu, 19 Feb 2004 14:03:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_taskqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:03:53 -0000 jhb 2004/02/19 14:03:52 PST FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: Tidy up the thread taskqueue implementation and close a lost wakeup race. Instead of creating a mutex that we msleep on but don't actually lock when doing the corresponding wakeup(), in the kthread, lock the mutex associated with our taskqueue and msleep while the queue is empty. Assert that the queue is locked when the callback function is called to wake the kthread. Revision Changes Path 1.22 +9 -14 src/sys/kern/subr_taskqueue.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:05:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C33C16A4CE; Thu, 19 Feb 2004 14:05:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DE943D1F; Thu, 19 Feb 2004 14:05:11 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JM5BGe090386; Thu, 19 Feb 2004 14:05:11 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JM5Abs090385; Thu, 19 Feb 2004 14:05:10 -0800 (PST) (envelope-from wilko) Message-Id: <200402192205.i1JM5Abs090385@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 19 Feb 2004 14:05:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:05:11 -0000 wilko 2004/02/19 14:05:10 PST FreeBSD src repository Modified files: sys/dev/usb uscanner.c Log: Make uscanner recognise EPSON Perfection 3200. Tested with xsane. PR: kern/63041 MFC after: 3 days Revision Changes Path 1.51 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:08:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDD716A571 for ; Thu, 19 Feb 2004 14:08:41 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC9D43D31 for ; Thu, 19 Feb 2004 14:08:40 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 5502 invoked from network); 19 Feb 2004 22:08:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Feb 2004 22:08:40 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i1JM8a2J005845; Thu, 19 Feb 2004 17:08:37 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "M. Warner Losh" Date: Thu, 19 Feb 2004 17:09:55 -0500 User-Agent: KMail/1.6 References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> In-Reply-To: <20040219.144228.91313152.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402191709.55473.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: gad@FreeBSD.org cc: des@des.no Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:08:41 -0000 On Thursday 19 February 2004 04:42 pm, M. Warner Losh wrote: > In message: <200402191248.19870.jhb@FreeBSD.org> > > John Baldwin writes: > : If /usr/obj is a symlink it should stay that way so that a user doesn't > : have to relink it every time. Using /* is probably the best approach. > > This will remove *ALL* object trees, not just the one that is > generated from the current source tree. True, however, realclean is an optional target, it's not part of make world, so if it doesn't suit your needs, just don't use it. :) I've been using my own home-grown shell scripts (buildworld, cleanworld, installworld, etc.) for quite a while now and will just continue doing the same. If 'make realclean' doesn't work for you, just don't use it. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:09:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC61016A4CF; Thu, 19 Feb 2004 14:09:00 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8381543D1F; Thu, 19 Feb 2004 14:09:00 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AtwLq-000Dbr-Ix; Thu, 19 Feb 2004 22:08:58 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1AtwLo-000939-Cj; Thu, 19 Feb 2004 22:08:56 +0000 Date: Thu, 19 Feb 2004 22:08:56 +0000 From: Ceri Davies To: Maxim Sobolev Message-ID: <20040219220856.GI380@submonkey.net> Mail-Followup-To: Ceri Davies , Maxim Sobolev , Kris Kennaway , cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> <4034A78F.9080702@portaone.com> <4034A883.80907@portaone.com> <20040219122529.GA12202@xor.obsecurity.org> <4034ACD3.8010907@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qFgkTsE6LiHkLPZw" Content-Disposition: inline In-Reply-To: <4034ACD3.8010907@portaone.com> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: cvs-ports@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:09:01 -0000 --qFgkTsE6LiHkLPZw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 02:32:19PM +0200, Maxim Sobolev wrote: > Kris Kennaway wrote: >=20 > >On Thu, Feb 19, 2004 at 02:13:55PM +0200, Maxim Sobolev wrote: > > > > > >>>>No, as I said, this is a supported configuration. Moreover, I'm sure > >>>>it's common for people to move their ports collection from /usr/ports > >>>>to some other location and replace it with a symlink (in fact I've > >>>>done that myself), and this works for all 10364 ports except yours, > >>>>prior to this commit. > >>> > >>> > >>>I still think that you aren't quite correct. You (and everyone who wan= t=20 > >>>to move /usr/ports over) should have set PORTSDIR to its real location= =20 > >>>(that is /a/ports in bento scripts), which would allow=20 > >>>'${WRKDIRPREFIX}${PORTSDIR}/' in ports Makefiles instead of much uglie= r=20 > >>>${WRKDIR}/../../../' (or eaquially ugly construct involving .CURDIR).= =20 > >>>The latter is worse because in this case it is impossible to put ports= =20 > >>>directory (e.g. asterisk in this case) anywhere in the file system not= =20 > >>>in the ${PORTSDIR} and have it building just fine, which is possible= =20 > >>>with the former. IMO, this is much common and useful feature than=20 > >>>ability to move /usr/ports with the help of symlink. > >> > >>Also my version of behaviour is documented (ans has been for a long=20 > >>time) as the One True Way[tm], so that I'd suggest you to fix bento=20 > >>scripts. > >> > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porti= ng-wrkdirprefix.html > > > > > >That seems to be a bug in the documentation (note that it's internally > >inconsistent because it refers to both ${WRKDIRPREFIX}${PORTSDIR} and > >${WRKDIRPREFIX}${.CURDIR} as the "correct" way to reference a port's > >${WRKDIR} depending on whether that port is the current or another > >one). >=20 > No, there is no inconsistency, please read again. It only tells that if= =20 > you are defining your own WRKDIR in your port, you should define it as >=20 > catfoo/portbar/Makefile: > WRKDIR =3D ${WRKDIRPREFIX}${.CURDIR}/blablabla >=20 > This has nothing to do with reffering other ports. >=20 > >To repeat, 10364 ports don't have a problem with this policy that has > >been deliberately enforced by bento since before I came along. Your 1 > >port did. The numbers are really not on your side for making a > >persuasive argument here, and I'm sure we both have better things to > >do with our time than to continue to debate it. >=20 > Only small fraction of all those 10364 ports reffer to other ports=20 > WRKDIR (30-40 according to a quick greep), 3 of them correctly use=20 > ${WRKDIRPREFIX}${PORTSDIR}, all others probably were "fixed" to=20 > workaround a broken assumption that bento makes. ports(7) currently says: PORTSDIR Location of the ports tree. This is /usr/ports on FreeB= SD and OpenBSD, and /usr/pkgsrc on NetBSD. That's sufficiently ambiguous to be interpreted as support for both sides here, but whatever the outcome of this discussion, I'd suggest that this is updated to reflect the way this is supposed to be, so that this argument never has to happen again. Ceri --=20 --qFgkTsE6LiHkLPZw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANTP4ocfcwTS3JF8RArgKAKCot9yZaH3d6W+phKUI4YZ6HzQfiQCgvtgO N14oRHtPP4EsMenIszWlfN8= =o4Ws -----END PGP SIGNATURE----- --qFgkTsE6LiHkLPZw-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1437216A4CE; Thu, 19 Feb 2004 14:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF8A43D1F; Thu, 19 Feb 2004 14:12:30 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMCUGe092481; Thu, 19 Feb 2004 14:12:30 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMCUxx092480; Thu, 19 Feb 2004 14:12:30 -0800 (PST) (envelope-from gerald) Message-Id: <200402192212.i1JMCUxx092480@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 19 Feb 2004 14:12:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:12:31 -0000 gerald 2004/02/19 14:12:30 PST FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4. Given that I am now responsible for snapshot generation on gcc.gnu.org, remove the feature to obtain sources from GCC CVS. Mark broken on amd64 (which used to be called x86_64). Revision Changes Path 1.163 +6 -33 ports/lang/gcc34/Makefile 1.80 +12 -12 ports/lang/gcc34/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:14:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E130E16A4CE; Thu, 19 Feb 2004 14:14:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5ABF43D1F; Thu, 19 Feb 2004 14:14:10 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMEAGe092588; Thu, 19 Feb 2004 14:14:10 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMEAYx092587; Thu, 19 Feb 2004 14:14:10 -0800 (PST) (envelope-from glewis) Message-Id: <200402192214.i1JMEAYx092587@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 14:14:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat5 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:14:11 -0000 glewis 2004/02/19 14:14:10 PST FreeBSD ports repository Modified files: www/jakarta-tomcat5 Makefile distinfo pkg-plist Log: . Update jakarta-tomcat5 to 5.0.19 . Add SIZE in distinfo PR: 63062 Submitted by: Kang Liu (maintainer) Revision Changes Path 1.11 +1 -2 ports/www/jakarta-tomcat5/Makefile 1.7 +2 -1 ports/www/jakarta-tomcat5/distinfo 1.8 +33 -19 ports/www/jakarta-tomcat5/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:15:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522EB16A4CE; Thu, 19 Feb 2004 14:15:17 -0800 (PST) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDC343D1F; Thu, 19 Feb 2004 14:15:17 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1JMFEHQ028528; Thu, 19 Feb 2004 17:15:14 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040219.144228.91313152.imp@bsdimp.com> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> Date: Thu, 19 Feb 2004 17:15:13 -0500 To: "M. Warner Losh" From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:15:17 -0000 At 2:42 PM -0700 2/19/04, M. Warner Losh wrote: >In message: <200402191248.19870.jhb@FreeBSD.org> > John Baldwin writes: >: If /usr/obj is a symlink it should stay that way so that a >: user doesn't have to relink it every time. Using /* is >: probably the best approach. > >This will remove *ALL* object trees, not just the one that is >generated from the current source tree. I've already mentioned this to John, but his comment implied that ${.OBJDIR} == /usr/obj, and that is not true. It is MAKEOBJDIRPREFIX which defaults to /usr/obj, and that will result in an ${.OBJDIR) of /usr/obj/usr/src. However, it is also true that there are times that I have created /usr/obj/usr/src as a symlink, or have mounted a partition on top of it. So, it is true that I explicitly do not want the target to remove the ${.OBJDIR} directory. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:18:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C88516A4CE; Thu, 19 Feb 2004 14:18:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7197F43D1F; Thu, 19 Feb 2004 14:18:45 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMIjGe092762; Thu, 19 Feb 2004 14:18:45 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMIjxT092761; Thu, 19 Feb 2004 14:18:45 -0800 (PST) (envelope-from pav) Message-Id: <200402192218.i1JMIjxT092761@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 14:18:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/pcb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:18:45 -0000 pav 2004/02/19 14:18:45 PST FreeBSD ports repository Modified files: cad/pcb Makefile distinfo pkg-plist Log: - Update to 20040215 - Remove BROKEN and removal warning PR: ports/63078 Submitted by: bruno Revision Changes Path 1.47 +1 -9 ports/cad/pcb/Makefile 1.10 +2 -2 ports/cad/pcb/distinfo 1.15 +31 -6 ports/cad/pcb/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:20:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B472816A4CF; Thu, 19 Feb 2004 14:20:08 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5D243D2F; Thu, 19 Feb 2004 14:20:08 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (e36b5e0a772e31a12151798f6a51b1a3@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1JMK6wK004195; Thu, 19 Feb 2004 14:20:07 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EDD2F66CAF; Thu, 19 Feb 2004 14:20:06 -0800 (PST) Date: Thu, 19 Feb 2004 14:20:06 -0800 From: Kris Kennaway To: Gerald Pfeifer Message-ID: <20040219222006.GA19860@xor.obsecurity.org> References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <200402192212.i1JMCUxx092480@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:20:08 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 02:12:30PM -0800, Gerald Pfeifer wrote: > gerald 2004/02/19 14:12:30 PST >=20 > FreeBSD ports repository >=20 > Modified files: > lang/gcc34 Makefile distinfo=20 > Log: > Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4. > =20 > Given that I am now responsible for snapshot generation on gcc.gnu.org, > remove the feature to obtain sources from GCC CVS. Mark broken on amd64 > (which used to be called x86_64). Hmm, why is this port unbuildable on amd64? Is it because the configure script expects FreeBSD/amd64 to identify itself as x86_64? If so, this problem was solved last year by making GNU_CONFIGURE ports use an up-to-date version of config.{guess,sub} from /usr/ports/Templates, which correctly identify a FreeBSD/amd64 system. Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANTaWWry0BWjoQKURApvqAJ9Z+ljqOwAFNbjKBHsiETyUVNmQcgCfZZyD dk/U70M2eN45SlYUMwPfC1c= =Ejly -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:26:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEAD16A4CE; Thu, 19 Feb 2004 14:26:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9333743D1D; Thu, 19 Feb 2004 14:26:57 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMQvGe094827; Thu, 19 Feb 2004 14:26:57 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMQvPf094826; Thu, 19 Feb 2004 14:26:57 -0800 (PST) (envelope-from simon) Message-Id: <200402192226.i1JMQvPf094826@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 19 Feb 2004 14:26:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:26:57 -0000 simon 2004/02/19 14:26:57 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Note that the PNPBIOS option is not needed on FreeBSD 5.0 and later. Revision Changes Path 1.79 +7 -0 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:39:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A5E16A4CE; Thu, 19 Feb 2004 14:39:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A42643D1D; Thu, 19 Feb 2004 14:39:38 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMdcGe097168; Thu, 19 Feb 2004 14:39:38 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMdcRp097167; Thu, 19 Feb 2004 14:39:38 -0800 (PST) (envelope-from lofi) Message-Id: <200402192239.i1JMdcRp097167@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 14:39:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/digikam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:39:38 -0000 lofi 2004/02/19 14:39:38 PST FreeBSD ports repository Modified files: graphics/digikam Makefile Log: Bento reports that digikam is broken. Fix by depending on imlib. PR: ports/63089 Submitted by: Arjan van Leeuwen Revision Changes Path 1.6 +2 -1 ports/graphics/digikam/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:45:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0F716A4CE; Thu, 19 Feb 2004 14:45:34 -0800 (PST) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E19F43D1D; Thu, 19 Feb 2004 14:45:34 -0800 (PST) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id E9A1C13787; Thu, 19 Feb 2004 23:45:32 +0100 (CET) Date: Thu, 19 Feb 2004 23:45:39 +0100 (CET) From: Gerald Pfeifer To: Kris Kennaway In-Reply-To: <20040219222006.GA19860@xor.obsecurity.org> Message-ID: References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:45:34 -0000 On Thu, 19 Feb 2004, Kris Kennaway wrote: > Hmm, why is this port unbuildable on amd64? Is it because the > configure script expects FreeBSD/amd64 to identify itself as x86_64? Yes. > If so, this problem was solved last year by making GNU_CONFIGURE ports > use an up-to-date version of config.{guess,sub} from > /usr/ports/Templates, which correctly identify a FreeBSD/amd64 system. I believe this won't be sufficient, for GCC also has gcc/config.gcc. (Both bento and my tests on panther confirmed that the GCC port really does not build on x86_64.) In case of GCC, as soon as someone (and I had asked obrien twice already) fixes that upstream, the gcc33 and gcc34 ports will be fixed within a couple of days by my next update. This is also much better, because it allows developers to build CVS GCC without any FreeBSD-specific hacks. (In any case, shouldn't amd64-freebsd be renamed back to x86_64-freebsd, given Intel's announcement two days ago?) Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/ From owner-cvs-all@FreeBSD.ORG Thu Feb 19 14:58:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7674A16A4CE; Thu, 19 Feb 2004 14:58:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D74143D1F; Thu, 19 Feb 2004 14:58:22 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JMwMGe001513; Thu, 19 Feb 2004 14:58:22 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JMwMRC001512; Thu, 19 Feb 2004 14:58:22 -0800 (PST) (envelope-from adamw) Message-Id: <200402192258.i1JMwMRC001512@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 19 Feb 2004 14:58:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gtranslator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:58:22 -0000 adamw 2004/02/19 14:58:22 PST FreeBSD ports repository Modified files: devel/gtranslator Makefile Log: Correct the some hardcoded paths that rendered the application useless for anything except browsing uncompiled po files. Revision Changes Path 1.33 +7 -1 ports/devel/gtranslator/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 15:03:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538CA16A4CE; Thu, 19 Feb 2004 15:03:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380CE43D1D; Thu, 19 Feb 2004 15:03:42 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JN3gGe004385; Thu, 19 Feb 2004 15:03:42 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JN3fAn004384; Thu, 19 Feb 2004 15:03:41 -0800 (PST) (envelope-from adamw) Message-Id: <200402192303.i1JN3fAn004384@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 19 Feb 2004 15:03:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gtranslator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:03:42 -0000 adamw 2004/02/19 15:03:41 PST FreeBSD ports repository Modified files: devel/gtranslator Makefile Log: Oops. Correct the path correction. Revision Changes Path 1.34 +1 -1 ports/devel/gtranslator/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 15:19:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA0116A4CE; Thu, 19 Feb 2004 15:19:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426EF43D2D; Thu, 19 Feb 2004 15:19:30 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JNJUGe006676; Thu, 19 Feb 2004 15:19:30 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JNJUwl006675; Thu, 19 Feb 2004 15:19:30 -0800 (PST) (envelope-from glewis) Message-Id: <200402192319.i1JNJUwl006675@repoman.freebsd.org> From: Greg Lewis Date: Thu, 19 Feb 2004 15:19:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:19:30 -0000 glewis 2004/02/19 15:19:29 PST FreeBSD ports repository Modified files: www/resin3 Makefile Log: . Set LATEST_LINK to avoid a conflict with www/resin2. PR: 62843 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.4 +1 -0 ports/www/resin3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 15:26:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F8E16A4CE; Thu, 19 Feb 2004 15:26:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE91843D1F; Thu, 19 Feb 2004 15:26:39 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JNQdGe008684; Thu, 19 Feb 2004 15:26:39 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JNQdU6008683; Thu, 19 Feb 2004 15:26:39 -0800 (PST) (envelope-from nectar) Message-Id: <200402192326.i1JNQdU6008683@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 19 Feb 2004 15:26:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:26:40 -0000 nectar 2004/02/19 15:26:39 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/kern kern_jail.c Log: MFC 1.40: Rework jail_attach(2) so that an already jailed process cannot hop to another jail. Approved by: re Revision Changes Path 1.34.2.1 +12 -12 src/sys/kern/kern_jail.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 15:33:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F8C216A4CE; Thu, 19 Feb 2004 15:33:45 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B6743D1F; Thu, 19 Feb 2004 15:33:45 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adb7108f2b75ce5a1c3691f6db0bd029@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1JNXia3016722; Thu, 19 Feb 2004 17:33:44 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 94B4166CAF; Thu, 19 Feb 2004 15:33:43 -0800 (PST) Date: Thu, 19 Feb 2004 15:33:43 -0800 From: Kris Kennaway To: Gerald Pfeifer Message-ID: <20040219233343.GA20167@xor.obsecurity.org> References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:33:45 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 11:45:39PM +0100, Gerald Pfeifer wrote: > On Thu, 19 Feb 2004, Kris Kennaway wrote: > > Hmm, why is this port unbuildable on amd64? Is it because the > > configure script expects FreeBSD/amd64 to identify itself as x86_64? >=20 > Yes. >=20 > > If so, this problem was solved last year by making GNU_CONFIGURE ports > > use an up-to-date version of config.{guess,sub} from > > /usr/ports/Templates, which correctly identify a FreeBSD/amd64 system. >=20 > I believe this won't be sufficient, for GCC also has gcc/config.gcc. (Both > bento and my tests on panther confirmed that the GCC port really does not > build on x86_64.) >=20 > In case of GCC, as soon as someone (and I had asked obrien twice already) > fixes that upstream, the gcc33 and gcc34 ports will be fixed within a > couple of days by my next update. This is also much better, because it > allows developers to build CVS GCC without any FreeBSD-specific hacks. OK, thanks. > (In any case, shouldn't amd64-freebsd be renamed back to x86_64-freebsd, > given Intel's announcement two days ago?) We still have a freebsd-ia32 mailing list, despite the non-exclusivity of Intel in that processor architecture. Kris --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANUfXWry0BWjoQKURAqYIAKD+YRhiA6VhW13OgNPoiBrKvo6X3QCg9yfd 3Pk8PvFf18be+EVehdGXJPc= =EXG+ -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 15:43:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A3316A4CE; Thu, 19 Feb 2004 15:43:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF86F43D31; Thu, 19 Feb 2004 15:43:17 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JNhHGe012863; Thu, 19 Feb 2004 15:43:17 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JNhHjB012862; Thu, 19 Feb 2004 15:43:17 -0800 (PST) (envelope-from ale) Message-Id: <200402192343.i1JNhHjB012862@repoman.freebsd.org> From: Alex Dupre Date: Thu, 19 Feb 2004 15:43:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/acid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:43:18 -0000 ale 2004/02/19 15:43:17 PST FreeBSD ports repository Modified files: security/acid Makefile Log: Fix dependencies. Noticed by: bento via kris Approved by: nork (mentor/implicitly) Revision Changes Path 1.15 +0 -1 ports/security/acid/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 16:04:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF9216A4CE; Thu, 19 Feb 2004 16:04:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD8143D1D; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K04xGe018128; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K04x4W018127; Thu, 19 Feb 2004 16:04:59 -0800 (PST) (envelope-from pav) Message-Id: <200402200004.i1K04x4W018127@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 16:04:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/zope-cmfactionicons Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 00:04:59 -0000 pav 2004/02/19 16:04:59 PST FreeBSD ports repository Modified files: www Makefile Added files: www/zope-cmfactionicons Makefile distinfo pkg-descr pkg-message Log: Add zope-cmfactionicons. This product is a add-on for the Zope Content Management Framework (CMF). It should be useful with Plone, CPS, and other CMF-derived extensions, as well. The product provides: * A new tool, portal_actionicons, which serves as a registry mapping object actions (using category and action ID) to a descriptive title, a priority, and an icon ID. The tool post-processes a set of actions (i.e., those generated by the portal_actions tool), decorating them with additional information, and sorting them according to priority. * ZPT macros which build either horizontal or vertical icon bars for a set of actions. PR: ports/62942 Submitted by: Khairil Yusof Revision Changes Path 1.820 +1 -0 ports/www/Makefile 1.1 +54 -0 ports/www/zope-cmfactionicons/Makefile (new) 1.1 +1 -0 ports/www/zope-cmfactionicons/distinfo (new) 1.1 +19 -0 ports/www/zope-cmfactionicons/pkg-descr (new) 1.1 +6 -0 ports/www/zope-cmfactionicons/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 16:06:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDD616A4CE; Thu, 19 Feb 2004 16:06:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D3143D1D; Thu, 19 Feb 2004 16:06:08 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K067Ge018262; Thu, 19 Feb 2004 16:06:07 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K067I4018261; Thu, 19 Feb 2004 16:06:07 -0800 (PST) (envelope-from pav) Message-Id: <200402200006.i1K067I4018261@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 16:06:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 00:06:08 -0000 pav 2004/02/19 16:06:07 PST FreeBSD ports repository Modified files: . modules Log: zope-cmfactionicons --> ports/www/zope-cmfactionicons Revision Changes Path 1.9425 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:22:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D786B16A4CE; Thu, 19 Feb 2004 17:22:11 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CD543D1F; Thu, 19 Feb 2004 17:22:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K1MAOJ004381; Thu, 19 Feb 2004 17:22:11 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K1M8eZ004380; Thu, 19 Feb 2004 17:22:08 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 17:22:08 -0800 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040220012208.GA4306@dragon.nuxi.com> References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219222006.GA19860@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 01:22:12 -0000 On Thu, Feb 19, 2004 at 02:20:06PM -0800, Kris Kennaway wrote: > On Thu, Feb 19, 2004 at 02:12:30PM -0800, Gerald Pfeifer wrote: > > gerald 2004/02/19 14:12:30 PST > > > > FreeBSD ports repository > > > > Modified files: > > lang/gcc34 Makefile distinfo > > Log: > > Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4. > > > > Given that I am now responsible for snapshot generation on gcc.gnu.org, > > remove the feature to obtain sources from GCC CVS. Mark broken on amd64 > > (which used to be called x86_64). > > Hmm, why is this port unbuildable on amd64? Is it because the > configure script expects FreeBSD/amd64 to identify itself as x86_64? > If so, this problem was solved last year by making GNU_CONFIGURE ports > use an up-to-date version of config.{guess,sub} from > /usr/ports/Templates, which correctly identify a FreeBSD/amd64 system. This used to work with GCC -- which ran 'configure' and then 'make'. Newer GCC's top-level 'configure' isn't the GNU autoconf. Instead, the GNU autoconf is done in the 'make' stage. I need to do some whacking on the FSF GCC sources to DTRT. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:22:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B6F16A4CE; Thu, 19 Feb 2004 17:22:56 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC8743D39; Thu, 19 Feb 2004 17:22:56 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K1MsOJ004396; Thu, 19 Feb 2004 17:22:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K1Mstw004395; Thu, 19 Feb 2004 17:22:54 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 17:22:54 -0800 From: "David O'Brien" To: Gerald Pfeifer Message-ID: <20040220012254.GB4306@dragon.nuxi.com> References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 01:22:56 -0000 On Thu, Feb 19, 2004 at 11:45:39PM +0100, Gerald Pfeifer wrote: > (In any case, shouldn't amd64-freebsd be renamed back to x86_64-freebsd, > given Intel's announcement two days ago?) NO! From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:24:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2FA16A4CE; Thu, 19 Feb 2004 17:24:55 -0800 (PST) Received: from www.russia.cz (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D513743D3F; Thu, 19 Feb 2004 17:24:54 -0800 (PST) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i1K1OiVt049751; Fri, 20 Feb 2004 02:24:47 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <403561D8.4040309@portaone.com> Date: Fri, 20 Feb 2004 03:24:40 +0200 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Ceri Davies References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219112932.GA11187@xor.obsecurity.org> <4034A2C4.7030501@portaone.com> <20040219115641.GA11791@xor.obsecurity.org> <4034A78F.9080702@portaone.com> <4034A883.80907@portaone.com> <20040219122529.GA12202@xor.obsecurity.org> <4034ACD3.8010907@portaone.com> <20040219220856.GI380@submonkey.net> In-Reply-To: <20040219220856.GI380@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:24:55 -0000 Please see my last post, this could be resolved with a help of a small patch and will satisfy both sides. -Maxim From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:24:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0550F16A53D; Thu, 19 Feb 2004 17:24:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1ED143D3F; Thu, 19 Feb 2004 17:24:57 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1OvGe041382; Thu, 19 Feb 2004 17:24:57 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1OvG5041381; Thu, 19 Feb 2004 17:24:57 -0800 (PST) (envelope-from matk) Message-Id: <200402200124.i1K1OvG5041381@repoman.freebsd.org> From: Mathew Kanner Date: Thu, 19 Feb 2004 17:24:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:24:58 -0000 matk 2004/02/19 17:24:57 PST FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: Fix a glitch in my last commit and revert to using selwakeuppri Noticed by: tanimura Noticed by: truckman Revision Changes Path 1.96 +1 -1 src/sys/dev/sound/pcm/channel.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:26:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 024E516A4CE for ; Thu, 19 Feb 2004 17:26:22 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBEE43D1F for ; Thu, 19 Feb 2004 17:26:21 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K1QKOJ004496; Thu, 19 Feb 2004 17:26:20 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K1QIHd004479; Thu, 19 Feb 2004 17:26:18 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 17:26:18 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20040220012618.GC4306@dragon.nuxi.com> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <200402191709.55473.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402191709.55473.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: gad@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@des.no cc: "M. Warner Losh" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 01:26:22 -0000 On Thu, Feb 19, 2004 at 05:09:55PM -0500, John Baldwin wrote: > own home-grown shell scripts (buildworld, cleanworld, installworld, etc.) for > quite a while now and will just continue doing the same. If 'make realclean' > doesn't work for you, just don't use it. :) \me wonders if we shouldn't s/realclean/cleanworld/ for consistency. From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:26:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7C116A4CF; Thu, 19 Feb 2004 17:26:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E7C43D1F; Thu, 19 Feb 2004 17:26:56 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1QuGe041514; Thu, 19 Feb 2004 17:26:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1Qup9041513; Thu, 19 Feb 2004 17:26:56 -0800 (PST) (envelope-from lioux) Message-Id: <200402200126.i1K1Qup9041513@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:26:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:26:56 -0000 lioux 2004/02/19 17:26:56 PST FreeBSD ports repository Modified files: . modules Log: Add ports_x11_themes so that addport script works again for x11-themes category Revision Changes Path 1.9426 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:31:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB05F16A4CE; Thu, 19 Feb 2004 17:31:27 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9176443D1D; Thu, 19 Feb 2004 17:31:27 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K1VQOJ004627; Thu, 19 Feb 2004 17:31:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K1VPQI004626; Thu, 19 Feb 2004 17:31:25 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 17:31:25 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20040220013125.GE4306@dragon.nuxi.com> References: <200402170538.i1H5cjQa010622@repoman.freebsd.org> <20040218190255.GB1578@ip.net.ua> <20040218193044.GA26653@nagual.pp.ru> <20040219033008.GA50441@nagual.pp.ru> <20040219084344.GA5351@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219084344.GA5351@ip.net.ua> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: Andrey Chernov cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gasp Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/cvs/cvs Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/gnu/usr.bin/diff Makefile src/gnu/usr.bin/grep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 01:31:27 -0000 On Thu, Feb 19, 2004 at 10:43:45AM +0200, Ruslan Ermilov wrote: > I have an idea: how about introducing the WANT_GNU_REGEX_H, and having > the standard deal with it, by including the if > the latter is defined, and using BSD's regex.h otherwise? Please no. Unless we're going to create freebsd-headers.h, and one defines WANT_SYS_CDEFS, WANT_PARAM, WANT_TYPES, WANT_ELF_HINTS, etc... From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:32:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722BA16A4D0; Thu, 19 Feb 2004 17:32:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B95543D1D; Thu, 19 Feb 2004 17:32:08 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1W8Ge043338; Thu, 19 Feb 2004 17:32:08 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1W8H3043334; Thu, 19 Feb 2004 17:32:08 -0800 (PST) (envelope-from lioux) Message-Id: <200402200132.i1K1W8H3043334@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:32:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-noia Makefile Makefile.icons distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:32:08 -0000 lioux 2004/02/19 17:32:08 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-noia Makefile Makefile.icons distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-noia version 1.00: KDE Noia complete iconset o This will work as a "master" port for the other icon ports. They will inherit their working logic from Makefile.icons Revision Changes Path 1.2 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-noia/Makefile (new) 1.1 +41 -0 ports/x11-themes/kde-icons-noia/Makefile.icons (new) 1.1 +2 -0 ports/x11-themes/kde-icons-noia/distinfo (new) 1.1 +13 -0 ports/x11-themes/kde-icons-noia/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-noia/pkg-message (new) 1.1 +2728 -0 ports/x11-themes/kde-icons-noia/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:32:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E0F16A4CE; Thu, 19 Feb 2004 17:32:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E9243D2D; Thu, 19 Feb 2004 17:32:46 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1WkGe043630; Thu, 19 Feb 2004 17:32:46 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1WkM4043629; Thu, 19 Feb 2004 17:32:46 -0800 (PST) (envelope-from lioux) Message-Id: <200402200132.i1K1WkM4043629@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:32:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:32:46 -0000 lioux 2004/02/19 17:32:46 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-noia --> ports/x11-themes/kde-icons-noia Revision Changes Path 1.9427 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:35:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9187716A4CE; Thu, 19 Feb 2004 17:35:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE3343D2D; Thu, 19 Feb 2004 17:35:26 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1ZQGe043802; Thu, 19 Feb 2004 17:35:26 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1ZQGJ043801; Thu, 19 Feb 2004 17:35:26 -0800 (PST) (envelope-from lioux) Message-Id: <200402200135.i1K1ZQGJ043801@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:35:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-amaranth Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:35:26 -0000 lioux 2004/02/19 17:35:26 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-amaranth Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-amaranth version 0.8: KDE smooth iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.3 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-amaranth/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-amaranth/distinfo (new) 1.1 +11 -0 ports/x11-themes/kde-icons-amaranth/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-amaranth/pkg-message (new) 1.1 +855 -0 ports/x11-themes/kde-icons-amaranth/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:35:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80B416A4CE; Thu, 19 Feb 2004 17:35:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9995043D1F; Thu, 19 Feb 2004 17:35:57 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1ZvGe043873; Thu, 19 Feb 2004 17:35:57 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1ZviZ043872; Thu, 19 Feb 2004 17:35:57 -0800 (PST) (envelope-from lioux) Message-Id: <200402200135.i1K1ZviZ043872@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:35:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:35:57 -0000 lioux 2004/02/19 17:35:57 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-amaranth --> ports/x11-themes/kde-icons-amaranth Revision Changes Path 1.9428 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:36:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A2716A4CE; Thu, 19 Feb 2004 17:36:05 -0800 (PST) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491FC43D1F; Thu, 19 Feb 2004 17:36:05 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1K1a1HQ004437; Thu, 19 Feb 2004 20:36:01 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040220012618.GC4306@dragon.nuxi.com> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <200402191709.55473.jhb@FreeBSD.org> <20040220012618.GC4306@dragon.nuxi.com> Date: Thu, 19 Feb 2004 20:36:00 -0500 To: obrien@FreeBSD.org, John Baldwin From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: gad@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@des.no cc: "M. Warner Losh" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:36:05 -0000 At 5:26 PM -0800 2/19/04, David O'Brien wrote: >On Thu, Feb 19, 2004 at 05:09:55PM -0500, John Baldwin wrote: > > own home-grown shell scripts (buildworld, cleanworld, installworld, > > etc.) for quite a while now and will just continue doing the same. > > If 'make realclean' doesn't work for you, just don't use it. :) > >\me wonders if we shouldn't s/realclean/cleanworld/ for consistency. Hmm. That makes sense to me. In fact, given that my initial 'realclean' was so potentially deadly, I think I'll rename it right now... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:38:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D3E16A4CE; Thu, 19 Feb 2004 17:38:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E29C43D1D; Thu, 19 Feb 2004 17:38:10 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1cAGe043998; Thu, 19 Feb 2004 17:38:10 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1cAdu043997; Thu, 19 Feb 2004 17:38:10 -0800 (PST) (envelope-from lioux) Message-Id: <200402200138.i1K1cAdu043997@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:38:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-icons-amaranth-althaea Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:38:10 -0000 lioux 2004/02/19 17:38:10 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-amaranth-althaea Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-amaranth-althaea version 0.3: KDE iconset like Crystal SVG, but simpler and with more shadows o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.4 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-amaranth-althaea/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-amaranth-althaea/distinfo (new) 1.1 +8 -0 ports/x11-themes/kde-icons-amaranth-althaea/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-amaranth-althaea/pkg-message (new) 1.1 +978 -0 ports/x11-themes/kde-icons-amaranth-althaea/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:38:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0437716A4CE; Thu, 19 Feb 2004 17:38:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB56843D1F; Thu, 19 Feb 2004 17:38:42 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1cgGe044047; Thu, 19 Feb 2004 17:38:42 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1cgF1044046; Thu, 19 Feb 2004 17:38:42 -0800 (PST) (envelope-from lioux) Message-Id: <200402200138.i1K1cgF1044046@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:38:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:38:43 -0000 lioux 2004/02/19 17:38:42 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-amaranth-althaea --> ports/x11-themes/kde-icons-amaranth-althaea Revision Changes Path 1.9429 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:42:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09E716A4CE; Thu, 19 Feb 2004 17:42:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E976143D1D; Thu, 19 Feb 2004 17:42:12 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1gCGe045885; Thu, 19 Feb 2004 17:42:12 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1gCUD045881; Thu, 19 Feb 2004 17:42:12 -0800 (PST) (envelope-from lioux) Message-Id: <200402200142.i1K1gCUD045881@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:42:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-icons-graphite-rade8 Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:42:13 -0000 lioux 2004/02/19 17:42:12 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-graphite-rade8 Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-graphite-rade8 version 1.03: KDE Mac OS X like iconset, most from rad-e8 design o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.5 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-graphite-rade8/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-graphite-rade8/distinfo (new) 1.1 +9 -0 ports/x11-themes/kde-icons-graphite-rade8/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-graphite-rade8/pkg-message (new) 1.1 +4022 -0 ports/x11-themes/kde-icons-graphite-rade8/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:42:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B0416A4CE; Thu, 19 Feb 2004 17:42:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C30A43D2F; Thu, 19 Feb 2004 17:42:58 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1gwGe046057; Thu, 19 Feb 2004 17:42:58 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1gwSA046056; Thu, 19 Feb 2004 17:42:58 -0800 (PST) (envelope-from lioux) Message-Id: <200402200142.i1K1gwSA046056@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:42:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:42:58 -0000 lioux 2004/02/19 17:42:58 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-graphite-rade8 --> ports/x11-themes/kde-icons-graphite-rade8 Revision Changes Path 1.9430 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:46:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4CCF16A4CE; Thu, 19 Feb 2004 17:46:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE38D43D45; Thu, 19 Feb 2004 17:46:28 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1kSGe046296; Thu, 19 Feb 2004 17:46:28 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1kSxV046295; Thu, 19 Feb 2004 17:46:28 -0800 (PST) (envelope-from lioux) Message-Id: <200402200146.i1K1kSxV046295@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:46:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-kids Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:46:28 -0000 lioux 2004/02/19 17:46:28 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-kids Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-kids version 0.8: KDE Kids iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.6 +1 -0 ports/x11-themes/Makefile 1.1 +15 -0 ports/x11-themes/kde-icons-kids/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-kids/distinfo (new) 1.1 +15 -0 ports/x11-themes/kde-icons-kids/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-kids/pkg-message (new) 1.1 +1574 -0 ports/x11-themes/kde-icons-kids/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:46:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4624C16A4CE; Thu, 19 Feb 2004 17:46:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2976043D3F; Thu, 19 Feb 2004 17:46:57 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1kuGe046351; Thu, 19 Feb 2004 17:46:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1ku5H046350; Thu, 19 Feb 2004 17:46:56 -0800 (PST) (envelope-from lioux) Message-Id: <200402200146.i1K1ku5H046350@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:46:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:46:57 -0000 lioux 2004/02/19 17:46:56 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-kids --> ports/x11-themes/kde-icons-kids Revision Changes Path 1.9431 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:50:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5DA16A4CE; Thu, 19 Feb 2004 17:50:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96EF843D1F; Thu, 19 Feb 2004 17:50:17 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1oHGe046532; Thu, 19 Feb 2004 17:50:17 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1oHoi046531; Thu, 19 Feb 2004 17:50:17 -0800 (PST) (envelope-from lioux) Message-Id: <200402200150.i1K1oHoi046531@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:50:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-icons-kool-gorilla Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:50:17 -0000 lioux 2004/02/19 17:50:17 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-kool-gorilla Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-kool-gorilla version 1.3.5: KDE Kool Gorilla iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.7 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-kool-gorilla/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-kool-gorilla/distinfo (new) 1.1 +10 -0 ports/x11-themes/kde-icons-kool-gorilla/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-kool-gorilla/pkg-message (new) 1.1 +2178 -0 ports/x11-themes/kde-icons-kool-gorilla/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:50:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B53716A4CE; Thu, 19 Feb 2004 17:50:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D52F43D1F; Thu, 19 Feb 2004 17:50:48 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1omGe046707; Thu, 19 Feb 2004 17:50:48 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1olK0046706; Thu, 19 Feb 2004 17:50:47 -0800 (PST) (envelope-from lioux) Message-Id: <200402200150.i1K1olK0046706@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:50:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:50:48 -0000 lioux 2004/02/19 17:50:47 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-kool-gorilla --> ports/x11-themes/kde-icons-kool-gorilla Revision Changes Path 1.9432 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:51:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3571416A4CE; Thu, 19 Feb 2004 17:51:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EA343D39; Thu, 19 Feb 2004 17:51:03 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1p2Ge047082; Thu, 19 Feb 2004 17:51:02 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1p2cN047043; Thu, 19 Feb 2004 17:51:02 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200151.i1K1p2cN047043@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 19 Feb 2004 17:51:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gai Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:51:03 -0000 ijliao 2004/02/19 17:51:02 PST FreeBSD ports repository Modified files: x11-toolkits/gai Makefile Log: fix build package Noticed by: bento via kris Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/gai/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:53:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24C216A4CE; Thu, 19 Feb 2004 17:53:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB44543D1F; Thu, 19 Feb 2004 17:53:55 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1rtGe048566; Thu, 19 Feb 2004 17:53:55 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1rt10048565; Thu, 19 Feb 2004 17:53:55 -0800 (PST) (envelope-from lioux) Message-Id: <200402200153.i1K1rt10048565@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:53:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-lush Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:53:55 -0000 lioux 2004/02/19 17:53:55 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-lush Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-lush version 0.1.0: KDE Lush complete iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.8 +1 -0 ports/x11-themes/Makefile 1.1 +17 -0 ports/x11-themes/kde-icons-lush/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-lush/distinfo (new) 1.1 +9 -0 ports/x11-themes/kde-icons-lush/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-lush/pkg-message (new) 1.1 +857 -0 ports/x11-themes/kde-icons-lush/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:54:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C8D16A4CE; Thu, 19 Feb 2004 17:54:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00C343D1D; Thu, 19 Feb 2004 17:54:58 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1swGe048633; Thu, 19 Feb 2004 17:54:58 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1swqN048632; Thu, 19 Feb 2004 17:54:58 -0800 (PST) (envelope-from pav) Message-Id: <200402200154.i1K1swqN048632@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 19 Feb 2004 17:54:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/lilypond Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:54:59 -0000 pav 2004/02/19 17:54:58 PST FreeBSD ports repository Modified files: print/lilypond Makefile distinfo Log: - Update to 2.0.3 PR: ports/62450 Submitted by: Patrick Atamaniuk (maintainer) Revision Changes Path 1.22 +2 -3 ports/print/lilypond/Makefile 1.5 +1 -1 ports/print/lilypond/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:56:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4197E16A4CE; Thu, 19 Feb 2004 17:56:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4DD43D1F; Thu, 19 Feb 2004 17:56:55 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1utGe048787; Thu, 19 Feb 2004 17:56:55 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1utGb048786; Thu, 19 Feb 2004 17:56:55 -0800 (PST) (envelope-from lioux) Message-Id: <200402200156.i1K1utGb048786@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:56:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-noia-warm Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:56:55 -0000 lioux 2004/02/19 17:56:54 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-noia-warm Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-noia-warm version 0.95: KDE iconset variation of the 'Noia' icons using warm colors o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.9 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-noia-warm/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-noia-warm/distinfo (new) 1.1 +16 -0 ports/x11-themes/kde-icons-noia-warm/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-noia-warm/pkg-message (new) 1.1 +2636 -0 ports/x11-themes/kde-icons-noia-warm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:57:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2E116A4CE; Thu, 19 Feb 2004 17:57:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C35C43D1F; Thu, 19 Feb 2004 17:57:24 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1vOGe048840; Thu, 19 Feb 2004 17:57:24 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1vOdw048839; Thu, 19 Feb 2004 17:57:24 -0800 (PST) (envelope-from lioux) Message-Id: <200402200157.i1K1vOdw048839@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 17:57:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:57:24 -0000 lioux 2004/02/19 17:57:24 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-noia-warm --> ports/x11-themes/kde-icons-noia-warm Revision Changes Path 1.9433 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:58:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BFD16A4CE; Thu, 19 Feb 2004 17:58:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1445443D1F; Thu, 19 Feb 2004 17:58:46 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1wjGe048995; Thu, 19 Feb 2004 17:58:45 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1wj1I048994; Thu, 19 Feb 2004 17:58:45 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200158.i1K1wj1I048994@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 19 Feb 2004 17:58:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad Makefile ports/cad/fandango Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:58:46 -0000 ijliao 2004/02/19 17:58:45 PST FreeBSD ports repository Modified files: cad Makefile Added files: cad/fandango Makefile distinfo pkg-descr pkg-plist Log: add fandango 0.2.5 A python scripted 3D CAD application Revision Changes Path 1.60 +1 -0 ports/cad/Makefile 1.1 +33 -0 ports/cad/fandango/Makefile (new) 1.1 +2 -0 ports/cad/fandango/distinfo (new) 1.1 +15 -0 ports/cad/fandango/pkg-descr (new) 1.1 +74 -0 ports/cad/fandango/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 17:58:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 876B916A4CE; Thu, 19 Feb 2004 17:58:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A38843D2D; Thu, 19 Feb 2004 17:58:55 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K1wtGe049041; Thu, 19 Feb 2004 17:58:55 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K1wtQo049040; Thu, 19 Feb 2004 17:58:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200158.i1K1wtQo049040@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 19 Feb 2004 17:58:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 01:58:55 -0000 ijliao 2004/02/19 17:58:55 PST FreeBSD ports repository Modified files: . modules Log: fandango --> ports/cad/fandango Revision Changes Path 1.9434 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:01:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6AA16A4CE; Thu, 19 Feb 2004 18:01:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2737243D2F; Thu, 19 Feb 2004 18:01:18 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K21HGe049294; Thu, 19 Feb 2004 18:01:18 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K21HLZ049293; Thu, 19 Feb 2004 18:01:17 -0800 (PST) (envelope-from lioux) Message-Id: <200402200201.i1K21HLZ049293@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:01:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-nuvola Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:01:18 -0000 lioux 2004/02/19 18:01:17 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-nuvola Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-nuvola version 0.2.5: KDE Nuvola iconset, SVG evolution of SKY o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.10 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-nuvola/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-nuvola/distinfo (new) 1.1 +13 -0 ports/x11-themes/kde-icons-nuvola/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-nuvola/pkg-message (new) 1.1 +1007 -0 ports/x11-themes/kde-icons-nuvola/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:01:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1830416A4CE; Thu, 19 Feb 2004 18:01:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04BB43D41; Thu, 19 Feb 2004 18:01:48 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K21mGe050243; Thu, 19 Feb 2004 18:01:48 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K21mVb050239; Thu, 19 Feb 2004 18:01:48 -0800 (PST) (envelope-from lioux) Message-Id: <200402200201.i1K21mVb050239@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:01:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:01:49 -0000 lioux 2004/02/19 18:01:48 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-nuvola --> ports/x11-themes/kde-icons-nuvola Revision Changes Path 1.9435 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:05:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F46E16A4CE; Thu, 19 Feb 2004 18:05:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E6843D2D; Thu, 19 Feb 2004 18:05:13 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K25DGe052117; Thu, 19 Feb 2004 18:05:13 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K25Dl0052116; Thu, 19 Feb 2004 18:05:13 -0800 (PST) (envelope-from lioux) Message-Id: <200402200205.i1K25Dl0052116@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:05:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-outline Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:05:13 -0000 lioux 2004/02/19 18:05:13 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-outline Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-outline version 0.1.0: KDE Outline iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.11 +1 -0 ports/x11-themes/Makefile 1.1 +17 -0 ports/x11-themes/kde-icons-outline/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-outline/distinfo (new) 1.1 +8 -0 ports/x11-themes/kde-icons-outline/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-outline/pkg-message (new) 1.1 +231 -0 ports/x11-themes/kde-icons-outline/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:05:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E84F816A4CE; Thu, 19 Feb 2004 18:05:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C5E43D1D; Thu, 19 Feb 2004 18:05:46 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K25kGe052205; Thu, 19 Feb 2004 18:05:46 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K25kVF052204; Thu, 19 Feb 2004 18:05:46 -0800 (PST) (envelope-from lioux) Message-Id: <200402200205.i1K25kVF052204@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:05:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:05:47 -0000 lioux 2004/02/19 18:05:46 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-outline --> ports/x11-themes/kde-icons-outline Revision Changes Path 1.9436 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:07:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEFF16A4CE; Thu, 19 Feb 2004 18:07:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785D943D1D; Thu, 19 Feb 2004 18:07:54 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K27sGe052334; Thu, 19 Feb 2004 18:07:54 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K27sQi052333; Thu, 19 Feb 2004 18:07:54 -0800 (PST) (envelope-from lioux) Message-Id: <200402200207.i1K27sQi052333@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:07:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-sparkling Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:07:54 -0000 lioux 2004/02/19 18:07:54 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-sparkling Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-sparkling version 0.4: KDE Sparkling iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.12 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-sparkling/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-sparkling/distinfo (new) 1.1 +5 -0 ports/x11-themes/kde-icons-sparkling/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-sparkling/pkg-message (new) 1.1 +796 -0 ports/x11-themes/kde-icons-sparkling/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:08:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4E816A4CE; Thu, 19 Feb 2004 18:08:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9A743D2D; Thu, 19 Feb 2004 18:08:25 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K28PGe052387; Thu, 19 Feb 2004 18:08:25 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K28PXw052386; Thu, 19 Feb 2004 18:08:25 -0800 (PST) (envelope-from lioux) Message-Id: <200402200208.i1K28PXw052386@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:08:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:08:26 -0000 lioux 2004/02/19 18:08:25 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-sparkling --> ports/x11-themes/kde-icons-sparkling Revision Changes Path 1.9437 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B98416A4CE; Thu, 19 Feb 2004 18:10:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC9C43D1F; Thu, 19 Feb 2004 18:10:36 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2AaGe052594; Thu, 19 Feb 2004 18:10:36 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2AaP2052592; Thu, 19 Feb 2004 18:10:36 -0800 (PST) (envelope-from gad) Message-Id: <200402200210.i1K2AaP2052592@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 19 Feb 2004 18:10:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:10:36 -0000 gad 2004/02/19 18:10:36 PST FreeBSD src repository Modified files: . Makefile Log: Change the 'realclean' target name to be 'cleanworld', to match other targets like buildworld, installworld. Suggested by: obrien Revision Changes Path 1.295 +2 -2 src/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:11:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FBF16A4D1; Thu, 19 Feb 2004 18:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E90143D1D; Thu, 19 Feb 2004 18:11:01 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2B1Ge052676; Thu, 19 Feb 2004 18:11:01 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2B1Ek052675; Thu, 19 Feb 2004 18:11:01 -0800 (PST) (envelope-from lioux) Message-Id: <200402200211.i1K2B1Ek052675@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:11:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-steel Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:11:01 -0000 lioux 2004/02/19 18:11:00 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-steel Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-steel version 1.2.5: KDE iconset comprised of Steel/Silver icons with shadows o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.13 +1 -0 ports/x11-themes/Makefile 1.1 +18 -0 ports/x11-themes/kde-icons-steel/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-steel/distinfo (new) 1.1 +15 -0 ports/x11-themes/kde-icons-steel/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-steel/pkg-message (new) 1.1 +626 -0 ports/x11-themes/kde-icons-steel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:11:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F5516A4CE; Thu, 19 Feb 2004 18:11:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9567443D1D; Thu, 19 Feb 2004 18:11:38 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2BcGe053699; Thu, 19 Feb 2004 18:11:38 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Bcua053698; Thu, 19 Feb 2004 18:11:38 -0800 (PST) (envelope-from lioux) Message-Id: <200402200211.i1K2Bcua053698@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:11:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:11:38 -0000 lioux 2004/02/19 18:11:38 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-steel --> ports/x11-themes/kde-icons-steel Revision Changes Path 1.9438 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:13:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170F616A4CE; Thu, 19 Feb 2004 18:13:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 109F543D1D; Thu, 19 Feb 2004 18:13:33 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2DWGe054560; Thu, 19 Feb 2004 18:13:32 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2DWnT054559; Thu, 19 Feb 2004 18:13:32 -0800 (PST) (envelope-from lioux) Message-Id: <200402200213.i1K2DWnT054559@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:13:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-umicons Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:13:33 -0000 lioux 2004/02/19 18:13:32 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-umicons Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-umicons version 2.0: KDE Umicons iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.14 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-umicons/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-umicons/distinfo (new) 1.1 +13 -0 ports/x11-themes/kde-icons-umicons/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-umicons/pkg-message (new) 1.1 +3618 -0 ports/x11-themes/kde-icons-umicons/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:14:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A4316A4CE; Thu, 19 Feb 2004 18:14:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E0B43D1F; Thu, 19 Feb 2004 18:14:02 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2E2Ge054620; Thu, 19 Feb 2004 18:14:02 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2E21h054619; Thu, 19 Feb 2004 18:14:02 -0800 (PST) (envelope-from lioux) Message-Id: <200402200214.i1K2E21h054619@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:14:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:14:02 -0000 lioux 2004/02/19 18:14:02 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-umicons --> ports/x11-themes/kde-icons-umicons Revision Changes Path 1.9439 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:19:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FD716A4CE; Thu, 19 Feb 2004 18:19:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5218A43D1D; Thu, 19 Feb 2004 18:19:26 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2JQGe054826; Thu, 19 Feb 2004 18:19:26 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2JQCs054825; Thu, 19 Feb 2004 18:19:26 -0800 (PST) (envelope-from lioux) Message-Id: <200402200219.i1K2JQCs054825@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:19:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-wasp Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:19:26 -0000 lioux 2004/02/19 18:19:26 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-wasp Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-wasp version 2.5.5: KDE Wasp SVG iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.15 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-wasp/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-wasp/distinfo (new) 1.1 +17 -0 ports/x11-themes/kde-icons-wasp/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-wasp/pkg-message (new) 1.1 +2418 -0 ports/x11-themes/kde-icons-wasp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:19:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2410316A4CE; Thu, 19 Feb 2004 18:19:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0700143D1F; Thu, 19 Feb 2004 18:19:57 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2JuGe054870; Thu, 19 Feb 2004 18:19:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Jurx054869; Thu, 19 Feb 2004 18:19:56 -0800 (PST) (envelope-from lioux) Message-Id: <200402200219.i1K2Jurx054869@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:19:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:19:57 -0000 lioux 2004/02/19 18:19:56 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-wasp --> ports/x11-themes/kde-icons-wasp Revision Changes Path 1.9440 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:24:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A51916A4CE; Thu, 19 Feb 2004 18:24:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CB343D1D; Thu, 19 Feb 2004 18:24:49 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2OnGe056809; Thu, 19 Feb 2004 18:24:49 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Onii056808; Thu, 19 Feb 2004 18:24:49 -0800 (PST) (envelope-from lioux) Message-Id: <200402200224.i1K2Onii056808@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:24:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:24:49 -0000 lioux 2004/02/19 18:24:49 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-lush --> x11-themes/kde-icons-lush Revision Changes Path 1.9441 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B4316A4CE; Thu, 19 Feb 2004 18:25:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1752F43D39; Thu, 19 Feb 2004 18:25:45 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2PiGe056926; Thu, 19 Feb 2004 18:25:44 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Piqj056924; Thu, 19 Feb 2004 18:25:44 -0800 (PST) (envelope-from lioux) Message-Id: <200402200225.i1K2Piqj056924@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 19 Feb 2004 18:25:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:25:45 -0000 lioux 2004/02/19 18:25:44 PST FreeBSD ports repository Modified files: x11-themes Makefile Log: Sort entries Revision Changes Path 1.16 +7 -7 ports/x11-themes/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:26:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D5016A4CE; Thu, 19 Feb 2004 18:26:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA7A43D39; Thu, 19 Feb 2004 18:26:27 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2QQGe056965; Thu, 19 Feb 2004 18:26:26 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2QQ4r056964; Thu, 19 Feb 2004 18:26:26 -0800 (PST) (envelope-from lofi) Message-Id: <200402200226.i1K2QQ4r056964@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:26:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/koffice-i18n-fa pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:26:27 -0000 lofi 2004/02/19 18:26:26 PST FreeBSD ports repository Modified files: misc/koffice-i18n-fa pkg-plist Log: Correct pkg-plist. Noticed by: Bento. Revision Changes Path 1.2 +46 -124 ports/misc/koffice-i18n-fa/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:27:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA5C16A4CE; Thu, 19 Feb 2004 18:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBEA43D31; Thu, 19 Feb 2004 18:27:35 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2RZGe057016; Thu, 19 Feb 2004 18:27:35 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2RYZ3057015; Thu, 19 Feb 2004 18:27:34 -0800 (PST) (envelope-from lofi) Message-Id: <200402200227.i1K2RYZ3057015@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:27:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/koffice-i18n-fi pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:27:35 -0000 lofi 2004/02/19 18:27:34 PST FreeBSD ports repository Modified files: misc/koffice-i18n-fi pkg-plist Log: Correct pkg-plist. Noticed by: Bento. Revision Changes Path 1.2 +51 -124 ports/misc/koffice-i18n-fi/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:28:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA15416A4CE; Thu, 19 Feb 2004 18:28:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE58543D39; Thu, 19 Feb 2004 18:28:47 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2SlGe057131; Thu, 19 Feb 2004 18:28:47 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Slxb057129; Thu, 19 Feb 2004 18:28:47 -0800 (PST) (envelope-from lofi) Message-Id: <200402200228.i1K2Slxb057129@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:28:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/koffice-i18n-lo distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:28:48 -0000 lofi 2004/02/19 18:28:47 PST FreeBSD ports repository Modified files: misc/koffice-i18n-lo distinfo Log: Correct distinfo - previously had the distinfo for koffice-i18n-fi. Noticed by: Bento Revision Changes Path 1.2 +1 -1 ports/misc/koffice-i18n-lo/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:31:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA60816A4CE; Thu, 19 Feb 2004 18:31:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8EF43D2D; Thu, 19 Feb 2004 18:31:05 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2V5Ge057343; Thu, 19 Feb 2004 18:31:05 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2V5FR057342; Thu, 19 Feb 2004 18:31:05 -0800 (PST) (envelope-from lofi) Message-Id: <200402200231.i1K2V5FR057342@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:31:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/kde3-i18n-ms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:31:05 -0000 lofi 2004/02/19 18:31:05 PST FreeBSD ports repository Modified files: misc/kde3-i18n-ms Makefile Log: Fix MASTER_SITESUBDIR. Noticed by: Bento Revision Changes Path 1.3 +2 -2 ports/misc/kde3-i18n-ms/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:34:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23B916A4CE; Thu, 19 Feb 2004 18:34:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C483443D1D; Thu, 19 Feb 2004 18:34:32 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2YWGe059105; Thu, 19 Feb 2004 18:34:32 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2YWkm059104; Thu, 19 Feb 2004 18:34:32 -0800 (PST) (envelope-from lofi) Message-Id: <200402200234.i1K2YWkm059104@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:34:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/koffice-i18n-se distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:34:33 -0000 lofi 2004/02/19 18:34:32 PST FreeBSD ports repository Modified files: misc/koffice-i18n-se distinfo Log: Fix distinfo (previously had the distinfo for koffice-i18n-fi). Noticed by: Bento Revision Changes Path 1.2 +1 -1 ports/misc/koffice-i18n-se/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:35:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2528D16A4CE; Thu, 19 Feb 2004 18:35:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0811743D1F; Thu, 19 Feb 2004 18:35:39 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2ZcGe059224; Thu, 19 Feb 2004 18:35:38 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2Zc5r059223; Thu, 19 Feb 2004 18:35:38 -0800 (PST) (envelope-from lofi) Message-Id: <200402200235.i1K2Zc5r059223@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 19 Feb 2004 18:35:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/koffice-i18n-sr distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:35:39 -0000 lofi 2004/02/19 18:35:38 PST FreeBSD ports repository Modified files: misc/koffice-i18n-sr distinfo Log: Fix distinfo (previously had the distinfo for koffice-i18n-fi). Noticed by: Bento Revision Changes Path 1.2 +1 -1 ports/misc/koffice-i18n-sr/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 18:59:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7DA516A4CE; Thu, 19 Feb 2004 18:59:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A937443D2D; Thu, 19 Feb 2004 18:59:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K2xCGe063522; Thu, 19 Feb 2004 18:59:12 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K2xCw1063521; Thu, 19 Feb 2004 18:59:12 -0800 (PST) (envelope-from marcus) Message-Id: <200402200259.i1K2xCw1063521@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 18:59:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 02:59:12 -0000 marcus 2004/02/19 18:59:12 PST FreeBSD ports repository Modified files: . Makefile Log: Tie x11-themes into the build now that it contains some ports. Revision Changes Path 1.80 +1 -0 ports/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 19:03:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB60D16A4CE; Thu, 19 Feb 2004 19:03:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA7543D1F; Thu, 19 Feb 2004 19:03:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K33VGe066382; Thu, 19 Feb 2004 19:03:31 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K33Vtc066381; Thu, 19 Feb 2004 19:03:31 -0800 (PST) (envelope-from marcus) Message-Id: <200402200303.i1K33Vtc066381@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 19 Feb 2004 19:03:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: distrib/cvsup/sup READMEdistrib/cvsup/sup/ports-x11-themes list.cvs releases X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 03:03:32 -0000 marcus 2004/02/19 19:03:31 PST FreeBSD src repository (doc,ports committer) Modified files: cvsup/sup README Added files: cvsup/sup/ports-x11-themes list.cvs releases Log: Add the ports-x11-themes module now that the ports/x11-themes category has some ports. Revision Changes Path 1.34 +1 -0 distrib/cvsup/sup/README 1.1 +6 -0 distrib/cvsup/sup/ports-x11-themes/list.cvs (new) 1.1 +1 -0 distrib/cvsup/sup/ports-x11-themes/releases (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 19:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C3116A4D0; Thu, 19 Feb 2004 19:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631F143D2D; Thu, 19 Feb 2004 19:42:35 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K3gZGe074566; Thu, 19 Feb 2004 19:42:35 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K3gZBc074565; Thu, 19 Feb 2004 19:42:35 -0800 (PST) (envelope-from marcel) Message-Id: <200402200342.i1K3gZBc074565@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 19 Feb 2004 19:42:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 03:42:35 -0000 marcel 2004/02/19 19:42:34 PST FreeBSD src repository Modified files: lib Makefile Log: Moving forward, there's no reason to exclude libpthread on sparc64. Revision Changes Path 1.179 +1 -1 src/lib/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 20:00:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E351F16A4CE; Thu, 19 Feb 2004 20:00:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C575943D1F; Thu, 19 Feb 2004 20:00:49 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K40nGe077158; Thu, 19 Feb 2004 20:00:49 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K40nid077156; Thu, 19 Feb 2004 20:00:49 -0800 (PST) (envelope-from green) Message-Id: <200402200400.i1K40nid077156@repoman.freebsd.org> From: Brian Feldman Date: Thu, 19 Feb 2004 20:00:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 04:00:50 -0000 green 2004/02/19 20:00:48 PST FreeBSD src repository Modified files: sys/kern kern_event.c Log: Make sure to wake up any select waiters when closing a kqueue (also, not crash). I am fairly sure that only people with SMP and multi-threaded apps using kqueue will be affected by this, so I have a stress-testing program on my web site: Revision Changes Path 1.67 +4 -0 src/sys/kern/kern_event.c From owner-cvs-all@FreeBSD.ORG Thu Feb 19 20:08:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A774D16A4CE; Thu, 19 Feb 2004 20:08:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5A443D31; Thu, 19 Feb 2004 20:08:29 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K48TGe080262; Thu, 19 Feb 2004 20:08:29 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K48TfL080261; Thu, 19 Feb 2004 20:08:29 -0800 (PST) (envelope-from green) Message-Id: <200402200408.i1K48TfL080261@repoman.freebsd.org> From: Brian Feldman Date: Thu, 19 Feb 2004 20:08:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio mktemp.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 04:08:29 -0000 green 2004/02/19 20:08:28 PST FreeBSD src repository Modified files: lib/libc/stdio mktemp.3 Log: Document dependence of mktemp(3) on the non-reentrant arc4random(3). Revision Changes Path 1.20 +7 -0 src/lib/libc/stdio/mktemp.3 From owner-cvs-all@FreeBSD.ORG Thu Feb 19 21:32:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA2C16A4CE; Thu, 19 Feb 2004 21:32:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEF143D2F; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K5WMGe005523; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K5WMEE005510; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200532.i1K5WMEE005510@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 19 Feb 2004 21:32:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boost Makefile distinfo pkg-plist patch-tools::build::v1::allyourbase.jam patch-tools::build::v1::gcc-tools.jam ports/devel/boost/scripts do-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 05:32:22 -0000 ijliao 2004/02/19 21:32:22 PST FreeBSD ports repository Modified files: devel/boost Makefile distinfo pkg-plist Added files: devel/boost/files patch-libs::test:src::test_tools.cpp patch-tools::build::v1::allyourbase.jam patch-tools::build::v1::boost-base.jam patch-tools::build::v1::gcc-tools.jam devel/boost/scripts do-install Log: upgrade to 1.31.0 - builds the most recent boost version (1.31.0) - respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part go to Craig Rodrigues ) - builds all boost libraries - installs docs into DOCSDIR, and examples into EXAMPLESDIR (as before), but the hyperlinks to the example files are corrected (pls. report if you find some broken links) - has new various tunable options, such as o WITH_DEBUG o WITHOUT_THREAD o WITH_OPTIMIZED_CFLAGS o VERBOSE_BUILD - forced major numbers for shared libraries (everything defaults to .so.1, and is symlinked to .so) - installs the possible versions of the libraries (w/ or w/o debugging or threading support) with the same suffix- and prefix-less name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset, debugging info and single threaded) and libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi threaded), there now is only libboost_filesystem.so.1. PR: 63100 Submitted by: maintainer Revision Changes Path 1.15 +110 -37 ports/devel/boost/Makefile 1.6 +2 -1 ports/devel/boost/distinfo 1.1 +11 -0 ports/devel/boost/files/patch-libs::test:src::test_tools.cpp (new) 1.1 +11 -0 ports/devel/boost/files/patch-tools::build::v1::allyourbase.jam (new) 1.1 +14 -0 ports/devel/boost/files/patch-tools::build::v1::boost-base.jam (new) 1.1 +22 -0 ports/devel/boost/files/patch-tools::build::v1::gcc-tools.jam (new) 1.8 +1712 -1273 ports/devel/boost/pkg-plist 1.1 +53 -0 ports/devel/boost/scripts/do-install (new) From owner-cvs-all@FreeBSD.ORG Thu Feb 19 21:32:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB27D16A4CE; Thu, 19 Feb 2004 21:32:36 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7E543D2F; Thu, 19 Feb 2004 21:32:36 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1K5WU5O019298; Fri, 20 Feb 2004 16:32:30 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1K5WPch023080; Fri, 20 Feb 2004 16:32:27 +1100 Date: Fri, 20 Feb 2004 16:32:25 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: <20040220161017.E4096@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <20040215094444.F6303@gamplex.bde.org> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> <20040219213717.O1230@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 05:32:36 -0000 On Thu, 19 Feb 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Bruce Evans writes: > > I'd prefer not to use variadic macros until we have several C99 compile= rs > > that support them instead of half of a C99 compiler. > > CURRENT's GCC supports both ISO C variadic macro syntax and its own. That's the half of a C99 compiler. > The latter is also supported in STABLE's GCC. I forgot about -stable. s/until we have several C99 compilers/until C99 compilers are so normal that -stable has a choice of several of them/ > I imagine ICC supports > at least ISO C syntax and possibly also the old GCC syntax, since it > tries to be GCC-compatible, and that both TenDRA and Watcom support > the ISO C syntax. TenDRA is only C90 AFAIK, and the others aren't free or routinely used for FreeBSD development. > See src/contrib/openpam/include/security/openpam.h > for an example of code that selects the right syntax depending on what > the compiler is expected to support. I prefer to avoid such messes by using only the fallback case. It does set a good example by not passing __FILE__ and __LINE__ (it passes __func__ instead). Anyway, not passing any of these and using debugging info works better. Bruce From owner-cvs-all@FreeBSD.ORG Thu Feb 19 21:50:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733C016A4CE; Thu, 19 Feb 2004 21:50:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 568F343D2D; Thu, 19 Feb 2004 21:50:21 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K5oLGe007877; Thu, 19 Feb 2004 21:50:21 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K5oLaa007875; Thu, 19 Feb 2004 21:50:21 -0800 (PST) (envelope-from dinoex) Message-Id: <200402200550.i1K5oLaa007875@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 19 Feb 2004 21:50:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ffcall Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 05:50:21 -0000 dinoex 2004/02/19 21:50:20 PST FreeBSD ports repository Modified files: devel/ffcall Makefile distinfo Log: - udpate to 1.9 Revision Changes Path 1.12 +1 -2 ports/devel/ffcall/Makefile 1.3 +2 -1 ports/devel/ffcall/distinfo From owner-cvs-all@FreeBSD.ORG Thu Feb 19 21:52:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B046816A4CE; Thu, 19 Feb 2004 21:52:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F8543D1F; Thu, 19 Feb 2004 21:52:26 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K5qQGe009733; Thu, 19 Feb 2004 21:52:26 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K5qQJ9009732; Thu, 19 Feb 2004 21:52:26 -0800 (PST) (envelope-from dinoex) Message-Id: <200402200552.i1K5qQJ9009732@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 19 Feb 2004 21:52:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/vlc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 05:52:26 -0000 dinoex 2004/02/19 21:52:26 PST FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: - Fix plist for alpha Revision Changes Path 1.40 +3 -3 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:00:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B616C16A4CE; Thu, 19 Feb 2004 23:00:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9997C43D1D; Thu, 19 Feb 2004 23:00:57 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K70vGe023404; Thu, 19 Feb 2004 23:00:57 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K70vWq023403; Thu, 19 Feb 2004 23:00:57 -0800 (PST) (envelope-from krion) Message-Id: <200402200700.i1K70vWq023403@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 23:00:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:00:57 -0000 krion 2004/02/19 23:00:57 PST FreeBSD ports repository Modified files: audio/abcde Makefile Log: - Update MASTER_SITES PR: ports/63092 Submitted by: maintainer Revision Changes Path 1.21 +2 -1 ports/audio/abcde/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:04:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8AA16A4CE; Thu, 19 Feb 2004 23:04:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8205943D31; Thu, 19 Feb 2004 23:04:31 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K74VGe026068; Thu, 19 Feb 2004 23:04:31 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K74Vn3026067; Thu, 19 Feb 2004 23:04:31 -0800 (PST) (envelope-from krion) Message-Id: <200402200704.i1K74Vn3026067@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 19 Feb 2004 23:04:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/net-rhythmbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:04:31 -0000 krion 2004/02/19 23:04:31 PST FreeBSD ports repository Modified files: audio/net-rhythmbox Makefile Log: - Add missing dependency PR: ports/63106 Submitted by: maintainer Revision Changes Path 1.15 +2 -1 ports/audio/net-rhythmbox/Makefile From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:08:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AA716A4CE; Thu, 19 Feb 2004 23:08:04 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B340343D1F; Thu, 19 Feb 2004 23:08:03 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1K7825O007692; Fri, 20 Feb 2004 18:08:02 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1K7810I030413; Fri, 20 Feb 2004 18:08:01 +1100 Date: Fri, 20 Feb 2004 18:08:00 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Tim J. Robbins" In-Reply-To: <200402190906.i1J967x0093417@repoman.freebsd.org> Message-ID: <20040220180747.X4470@gamplex.bde.org> References: <200402190906.i1J967x0093417@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c ext2_readwrite.c ext2_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:08:04 -0000 On Thu, 19 Feb 2004, Tim J. Robbins wrote: > tjr 2004/02/19 01:06:07 PST > > FreeBSD src repository > > Modified files: > sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c > ext2_readwrite.c ext2_vfsops.c > Log: > Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE(); > pointed out by bde. Thanks. Bruce From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:16:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A8BA16A4CE; Thu, 19 Feb 2004 23:16:47 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A79443D1F; Thu, 19 Feb 2004 23:16:47 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K7GkOJ022052; Thu, 19 Feb 2004 23:16:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K7GjkT022051; Thu, 19 Feb 2004 23:16:46 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 23:16:45 -0800 From: "David O'Brien" To: Mark Linimon Message-ID: <20040220071645.GA21987@dragon.nuxi.com> References: <20040218231949.GB61242@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/lang/egcs/files patch-cp%decl.c patch-cp%ptree.c patch-cp::decl.c patch-cp::ptree.c patch-libiberty%Makefile.in patch-libiberty::Makefile.in ports/mail/exim-old/files patch-src%s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 07:16:47 -0000 On Wed, Feb 18, 2004 at 05:58:22PM -0600, Mark Linimon wrote: > > Want to see Bash imported?? if that's what it takes to stop the "::". > > I'm sorry, but I don't see the tone of this comment as being > consistent with the "developer relations" section of the handbook. I respond to flippancy with flippancy. > Bikesheds about filename separators are one thing; bikesheds > about duelling shell imports are quite another. The former > might or might not produce a working consensus; the latter > is completely doomed from the outset. > > Please, let's keep this to the filename-separator problem. Yes, lets. We settled the patch filename-separator issue back in 2002 -- see the archives. Unfortunately, the collective agreements aren't remembered when there is so much personnel turnover. RCS file: /home/ncvs/ports/Tools/scripts/patchtool.py,v ---------------------------- revision 1.10 date: 2002-04-18 17:46:42; author: obrien; state: Exp; lines: +4 -2 * Change path directory separator character back to _. The problem is "::" is it makes patch names longer, and many shells autoexpand it to "\:\:" which makes them even longer. * Note that this file uses ts=4. Approved by: sobomax ---------------------------- From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:44:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC6F16A4CE; Thu, 19 Feb 2004 23:44:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00F343D1F; Thu, 19 Feb 2004 23:44:40 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K7ieGe034341; Thu, 19 Feb 2004 23:44:40 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K7ieel034340; Thu, 19 Feb 2004 23:44:40 -0800 (PST) (envelope-from andy) Message-Id: <200402200744.i1K7ieel034340@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 19 Feb 2004 23:44:40 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/checkpoint article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:44:41 -0000 andy 2004/02/19 23:44:40 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/checkpoint article.sgml Log: Sync headers with FRDP Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/checkpoint/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:53:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7282E16A4CE; Thu, 19 Feb 2004 23:53:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A2F43D1F; Thu, 19 Feb 2004 23:53:03 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K7r3Ge036401; Thu, 19 Feb 2004 23:53:03 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K7r21t036400; Thu, 19 Feb 2004 23:53:02 -0800 (PST) (envelope-from andy) Message-Id: <200402200753.i1K7r21t036400@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 19 Feb 2004 23:53:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/ipsec-must article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:53:03 -0000 andy 2004/02/19 23:53:02 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/ipsec-must article.sgml Log: MFen 1.7 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +12 -20 doc/ru_RU.KOI8-R/articles/ipsec-must/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Feb 19 23:56:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3CE16A4CE; Thu, 19 Feb 2004 23:56:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD1C43D1D; Thu, 19 Feb 2004 23:56:59 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K7uxGe036545; Thu, 19 Feb 2004 23:56:59 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K7uxmK036544; Thu, 19 Feb 2004 23:56:59 -0800 (PST) (envelope-from andy) Message-Id: <200402200756.i1K7uxmK036544@repoman.freebsd.org> From: Andrey Zakhvatov Date: Thu, 19 Feb 2004 23:56:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/news press-rel-4.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 07:57:00 -0000 andy 2004/02/19 23:56:59 PST FreeBSD doc repository Modified files: ru/news press-rel-4.sgml Log: Sync headers with FRDP Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.9 +2 -2 www/ru/news/press-rel-4.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:00:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 662DA16A4CF; Fri, 20 Feb 2004 00:00:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C24C43D2F; Fri, 20 Feb 2004 00:00:19 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K80IGe036689; Fri, 20 Feb 2004 00:00:18 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K80ISA036688; Fri, 20 Feb 2004 00:00:18 -0800 (PST) (envelope-from andy) Message-Id: <200402200800.i1K80ISA036688@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 00:00:18 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:00:33 -0000 andy 2004/02/20 00:00:18 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/disks chapter.sgml Log: MFen 1.190, grammar fixes. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +8 -4 doc/ru_RU.KOI8-R/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:03:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584BA16A4CE; Fri, 20 Feb 2004 00:03:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7AB43D1D; Fri, 20 Feb 2004 00:03:38 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K83cGe039502; Fri, 20 Feb 2004 00:03:38 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K83cW0039501; Fri, 20 Feb 2004 00:03:38 -0800 (PST) (envelope-from andy) Message-Id: <200402200803.i1K83cW0039501@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 00:03:37 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:03:38 -0000 andy 2004/02/20 00:03:37 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/x11 chapter.sgml Log: MFen 1.133, typo fixes Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +5 -5 doc/ru_RU.KOI8-R/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:06:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B02416A4CE; Fri, 20 Feb 2004 00:06:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2BB843D1D; Fri, 20 Feb 2004 00:06:38 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K86cGe039679; Fri, 20 Feb 2004 00:06:38 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K86cV0039678; Fri, 20 Feb 2004 00:06:38 -0800 (PST) (envelope-from andy) Message-Id: <200402200806.i1K86cV0039678@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 00:06:38 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:06:39 -0000 andy 2004/02/20 00:06:38 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/ports chapter.sgml Log: MFen 1.211 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1217 -1001 doc/ru_RU.KOI8-R/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:26:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DE116A4CE; Fri, 20 Feb 2004 00:26:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5373643D1D; Fri, 20 Feb 2004 00:26:28 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K8QSGe043827; Fri, 20 Feb 2004 00:26:28 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K8QRn7043826; Fri, 20 Feb 2004 00:26:27 -0800 (PST) (envelope-from pjd) Message-Id: <200402200826.i1K8QRn7043826@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 20 Feb 2004 00:26:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h ng_one2many.c ng_one2many.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:26:28 -0000 pjd 2004/02/20 00:26:27 PST FreeBSD src repository Modified files: sys/netgraph ng_ether.c ng_ether.h ng_one2many.c ng_one2many.h Log: Backout previous change, it breaks build and it is not needed layering violation. As pointed out, there is much better way to do this. Sorry guys, I need to find a better way to force reviews. Requested by: harti, julian, scottl (mentor) Pointy hat to: pjd Revision Changes Path 1.32 +12 -1 src/sys/netgraph/ng_ether.c 1.10 +0 -12 src/sys/netgraph/ng_ether.h 1.15 +0 -89 src/sys/netgraph/ng_one2many.c 1.6 +1 -5 src/sys/netgraph/ng_one2many.h From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:31:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D003C16A4CE for ; Fri, 20 Feb 2004 00:31:58 -0800 (PST) Received: from MXR-4.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C4E43D2F for ; Fri, 20 Feb 2004 00:31:58 -0800 (PST) (envelope-from kalts@estpak.ee) Received: from localhost (reha4 [127.0.0.1]) by MXR-4.estpak.ee (Postfix) with ESMTP id D6F063BFE6; Fri, 20 Feb 2004 10:31:56 +0200 (EET) Received: from MXR-4.estpak.ee ([127.0.0.1]) by localhost (reha4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31455-01; Fri, 20 Feb 2004 10:31:56 +0200 (EET) Received: from kevad.internal (80-235-37-167-dsl.mus.estpak.ee [80.235.37.167]) by MXR-4.estpak.ee (Postfix) with ESMTP id EAAF93BFDE; Fri, 20 Feb 2004 10:31:55 +0200 (EET) Received: from kevad.internal (localhost [127.0.0.1]) by kevad.internal (8.12.10/8.12.10) with ESMTP id i1K8VtPj001585; Fri, 20 Feb 2004 10:31:55 +0200 (EET) (envelope-from vallo@kevad.internal) Received: (from vallo@localhost) by kevad.internal (8.12.10/8.12.10/Submit) id i1K8VsVt001584; Fri, 20 Feb 2004 10:31:54 +0200 (EET) (envelope-from vallo) Date: Fri, 20 Feb 2004 10:31:54 +0200 From: Vallo Kallaste To: Maxim Sobolev Message-ID: <20040220083154.GB1276@kevad.internal> References: <200402191122.i1JBMdHd026435@repoman.freebsd.org> <20040219135233.GK35012@pcwin002.win.tue.nl> <4034C24E.60709@portaone.com> <4034C919.4090401@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4034C919.4090401@portaone.com> User-Agent: Mutt/1.5.4i-ja.1 X-Virus-Scanned: by amavisd-new at neti.ee cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/asterisk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kalts@estpak.ee List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 08:31:58 -0000 On Thu, Feb 19, 2004 at 04:32:57PM +0200, Maxim Sobolev wrote: > Dag-Erling Smørgrav wrote: > >You should not need to set PORTSDIR if you have a symlink in place, > >and pretty much anyone with any Unix experience will assume that > >wherever you put it, the ports tree will "just work" as long as > >/usr/ports is symlinked to its real location. Please fix your port > >and your attitude. > > Who tells that? Is that voice of God or maybe Satoshi Asami has returned? > > Des, please don't speak up when you don't know what you are talking > about Instead you have to fix your own attitute, thich nowadays is about > sticking your nose into the areas in which you don't have even sligtest > expertise. As I have heard, it is voice of real people in real world. You know, users do not read documentation and someday they will discover the filesystem is nearly full. Because real users do not read documentation they don't know about DISTDIR, WRKDIRPREFIX, PACKAGES, PORTSDIR and whatnot, they simply mount new bigger filesystem, copy /usr/ports over, set symlink and think that's it. Simple and understandable, this is preferred method in the wild as I have seen so many times. -- Vallo Kallaste From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:32:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5927D16A4CE; Fri, 20 Feb 2004 00:32:15 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF56443D31; Fri, 20 Feb 2004 00:32:14 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1K8WD5O023360; Fri, 20 Feb 2004 19:32:13 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1K8W9ch002563; Fri, 20 Feb 2004 19:32:10 +1100 Date: Fri, 20 Feb 2004 19:32:09 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: John Baldwin In-Reply-To: <200402181414.01381.jhb@FreeBSD.org> Message-ID: <20040220191831.B4626@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <200402180839.09285.jhb@FreeBSD.org> <20040218174059.GC7878@ns1.xcllnt.net> <200402181414.01381.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:32:15 -0000 On Wed, 18 Feb 2004, John Baldwin wrote: > On Wednesday 18 February 2004 12:40 pm, Marcel Moolenaar wrote: > > I like the behaviour of MPASS(), just not its name and the fact it's > > defined in lock.h. If we can call it ASSERT and move its definition > > to systm.h, then I'm hooked. MPASS() has the same problems as line numbers in panic messages (except for the implementation bugs (misformatting of the output etc.)): verbose messages and breakage of simple regression tests. > Even nicer might be to make fixup_filename() from subr_witness.c a global > #ifdef INVARIANTS_SUPPORT and have KASSERTLV() use that (it trims any (../)* > from the front of a filename to improve readability of messages by just > returning a char * pointer farther along in the string). This problem is better avoided by printing the function name and not the file name. Kernel function names should be unique even for static functions There are a few interesting ones that aren't. I noticed when debugging of the fd driver using ddb was broken by de-uniquifying Fdopen to fdopen, and fixed this and a few others locally. > If ASSERT() is preferred to KASSERT() that would certain ease the transition > to the different macros. KASSERT() also shouldn't be changed because it is used in RELENG_4. Bruce From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:46:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B641616A4CE; Fri, 20 Feb 2004 00:46:42 -0800 (PST) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6540943D1D; Fri, 20 Feb 2004 00:46:42 -0800 (PST) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 6DC1513787; Fri, 20 Feb 2004 09:46:41 +0100 (CET) Date: Fri, 20 Feb 2004 09:46:42 +0100 (CET) From: Gerald Pfeifer To: David O'Brien In-Reply-To: <20040220012254.GB4306@dragon.nuxi.com> Message-ID: References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040220012254.GB4306@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:46:42 -0000 On Thu, 19 Feb 2004, David O'Brien wrote: >> (In any case, shouldn't amd64-freebsd be renamed back to x86_64-freebsd, >> given Intel's announcement two days ago?) > NO! You are obviously biased (given your day job). FWIW, personally I'm not fond about ia32e at all, but I suppose that's something we (as in FreeBSD) should support, and others are going with AMD's original x86_64 name. Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/ From owner-cvs-all@FreeBSD.ORG Fri Feb 20 00:51:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 235C816A4CE; Fri, 20 Feb 2004 00:51:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA0043D1D; Fri, 20 Feb 2004 00:51:31 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K8pUGe055084; Fri, 20 Feb 2004 00:51:30 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K8pUXf055072; Fri, 20 Feb 2004 00:51:30 -0800 (PST) (envelope-from krion) Message-Id: <200402200851.i1K8pUXf055072@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 00:51:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pcsc-lite Makefile distinfo pkg-plist patch-src-tokenparser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 08:51:31 -0000 krion 2004/02/20 00:51:30 PST FreeBSD ports repository Modified files: devel/pcsc-lite Makefile distinfo pkg-plist devel/pcsc-lite/files patch-ltmain.sh Removed files: devel/pcsc-lite/files patch-src-tokenparser.c Log: - Update to version 1.2.0 PR: ports/63113 Submitted by: maintainer Revision Changes Path 1.14 +2 -5 ports/devel/pcsc-lite/Makefile 1.9 +1 -1 ports/devel/pcsc-lite/distinfo 1.4 +3 -3 ports/devel/pcsc-lite/files/patch-ltmain.sh 1.2 +0 -13 ports/devel/pcsc-lite/files/patch-src-tokenparser.c (dead) 1.7 +4 -0 ports/devel/pcsc-lite/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:13:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE25316A4CE; Fri, 20 Feb 2004 01:13:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 924E543D2D; Fri, 20 Feb 2004 01:13:58 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9DwGe061293; Fri, 20 Feb 2004 01:13:58 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9DwWj061292; Fri, 20 Feb 2004 01:13:58 -0800 (PST) (envelope-from erwin) Message-Id: <200402200913.i1K9DwWj061292@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 20 Feb 2004 01:13:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netsaint Makefile ports/net/netsaint-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:13:58 -0000 erwin 2004/02/20 01:13:58 PST FreeBSD ports repository Modified files: net/netsaint Makefile net/netsaint-plugins Makefile Log: Mark DEPRECATED. This project was renamed to nagios for over a year ago and we have a net/nagios port. >From the netsaint website: 07/25/2002 For those who have not heard, NetSaint is being renamed to Nagios. NetSaint is no longer actively being developed - all development is now being put into Nagios. Submitted by: mharo Revision Changes Path 1.23 +3 -0 ports/net/netsaint-plugins/Makefile 1.27 +3 -0 ports/net/netsaint/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:39:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB4716A4CE; Fri, 20 Feb 2004 01:39:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDB843D1F; Fri, 20 Feb 2004 01:39:07 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9d7Ge065569; Fri, 20 Feb 2004 01:39:07 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9d7GI065568; Fri, 20 Feb 2004 01:39:07 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200939.i1K9d7GI065568@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 20 Feb 2004 01:39:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ccaudio Makefile distinfo pkg-plist patch-src:dtmf.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:39:07 -0000 ijliao 2004/02/20 01:39:07 PST FreeBSD ports repository Modified files: audio/ccaudio Makefile distinfo pkg-plist Added files: audio/ccaudio/files patch-config:ltmain.sh patch-src:dtmf.cpp Log: upgrade to 1.1.1 Revision Changes Path 1.7 +17 -16 ports/audio/ccaudio/Makefile 1.5 +4 -2 ports/audio/ccaudio/distinfo 1.1 +15 -0 ports/audio/ccaudio/files/patch-config:ltmain.sh (new) 1.1 +10 -0 ports/audio/ccaudio/files/patch-src:dtmf.cpp (new) 1.5 +4 -2 ports/audio/ccaudio/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:45:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AA216A4CE; Fri, 20 Feb 2004 01:45:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9C043D1D; Fri, 20 Feb 2004 01:45:18 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9jIGe067595; Fri, 20 Feb 2004 01:45:18 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9jI0L067594; Fri, 20 Feb 2004 01:45:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200945.i1K9jI0L067594@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 20 Feb 2004 01:45:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ccaudio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:45:19 -0000 ijliao 2004/02/20 01:45:18 PST FreeBSD ports repository Modified files: audio/ccaudio Makefile Log: fix depends and fix manpage installation process Revision Changes Path 1.8 +2 -6 ports/audio/ccaudio/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:52:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5092D16A4CE; Fri, 20 Feb 2004 01:52:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334C443D2D; Fri, 20 Feb 2004 01:52:27 -0800 (PST) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9qRGe069541; Fri, 20 Feb 2004 01:52:27 -0800 (PST) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9qQYd069540; Fri, 20 Feb 2004 01:52:26 -0800 (PST) (envelope-from pjd) Message-Id: <200402200952.i1K9qQYd069540@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 20 Feb 2004 01:52:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:52:27 -0000 pjd 2004/02/20 01:52:26 PST FreeBSD src repository Modified files: share/man/man4 ng_one2many.4 Log: New failure detection algorithm was backed out, so backout manual page change as well. Requested by: scottl (mentor) Revision Changes Path 1.15 +12 -26 src/share/man/man4/ng_one2many.4 From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:53:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BC016A4CE; Fri, 20 Feb 2004 01:53:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCB543D2D; Fri, 20 Feb 2004 01:53:16 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9rGGe069662; Fri, 20 Feb 2004 01:53:16 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9rGZZ069661; Fri, 20 Feb 2004 01:53:16 -0800 (PST) (envelope-from erwin) Message-Id: <200402200953.i1K9rGZZ069661@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 20 Feb 2004 01:53:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-File-Scan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:53:17 -0000 erwin 2004/02/20 01:53:16 PST FreeBSD ports repository Modified files: security/p5-File-Scan Makefile distinfo Log: Update to 0.84 -added W32/Bagle.B@MM virus signature -added W32/Netsky@MM virus signature PR: 63068 Submitted by: Jim Shewmaker Approved by: maintainer Revision Changes Path 1.29 +1 -1 ports/security/p5-File-Scan/Makefile 1.26 +2 -1 ports/security/p5-File-Scan/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:54:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C132816A4CE; Fri, 20 Feb 2004 01:54:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1C43D1D; Fri, 20 Feb 2004 01:54:32 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9sWGe069724; Fri, 20 Feb 2004 01:54:32 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9sWKr069723; Fri, 20 Feb 2004 01:54:32 -0800 (PST) (envelope-from wilko) Message-Id: <200402200954.i1K9sWKr069723@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 20 Feb 2004 01:54:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:54:32 -0000 wilko 2004/02/20 01:54:32 PST FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: List EPSON Perfection 3200 as supported. Reminded by: simon Revision Changes Path 1.12 +1 -0 src/share/man/man4/uscanner.4 From owner-cvs-all@FreeBSD.ORG Fri Feb 20 01:57:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A25B16A4CE; Fri, 20 Feb 2004 01:57:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7479E43D2F; Fri, 20 Feb 2004 01:57:20 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K9vKGe069883; Fri, 20 Feb 2004 01:57:20 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K9vK3D069882; Fri, 20 Feb 2004 01:57:20 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200957.i1K9vK3D069882@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 20 Feb 2004 01:57:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ccscript Makefile distinfo pkg-plist patch-src:script.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 09:57:20 -0000 ijliao 2004/02/20 01:57:20 PST FreeBSD ports repository Modified files: lang/ccscript Makefile distinfo pkg-plist Added files: lang/ccscript/files patch-config:ltmain.sh patch-src:script.cpp Log: unbreak by fixing lib-depends add more master sites remove some unnecessary depends Revision Changes Path 1.13 +10 -14 ports/lang/ccscript/Makefile 1.8 +1 -0 ports/lang/ccscript/distinfo 1.1 +15 -0 ports/lang/ccscript/files/patch-config:ltmain.sh (new) 1.1 +11 -0 ports/lang/ccscript/files/patch-src:script.cpp (new) 1.8 +0 -1 ports/lang/ccscript/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 02:09:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7AFF16A4CE; Fri, 20 Feb 2004 02:09:10 -0800 (PST) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C4D43D2F; Fri, 20 Feb 2004 02:09:10 -0800 (PST) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 3000) id 967611183E; Fri, 20 Feb 2004 11:09:08 +0100 (CET) Date: Fri, 20 Feb 2004 11:09:08 +0100 From: "Simon L. Nielsen" To: Wilko Bulte Message-ID: <20040220100906.GA755@arthur.nitro.dk> References: <200402200954.i1K9sWKr069723@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <200402200954.i1K9sWKr069723@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 10:09:11 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.02.20 01:54:32 -0800, Wilko Bulte wrote: > wilko 2004/02/20 01:54:32 PST >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man4 uscanner.4=20 > Log: > List EPSON Perfection 3200 as supported. Thanks! --=20 Simon L. Nielsen FreeBSD Documentation Team --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD4DBQFANdzCh9pcDSc1mlERAp+hAJ44kocbDWyYx+khJTW9+v0lsl0XEgCWMIY/ qOW0OLiGoXMxUcktPX0PbA== =N25M -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 02:18:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E0416A4CF; Fri, 20 Feb 2004 02:18:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913F543D2F; Fri, 20 Feb 2004 02:18:23 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KAINGe074986; Fri, 20 Feb 2004 02:18:23 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KAINGh074985; Fri, 20 Feb 2004 02:18:23 -0800 (PST) (envelope-from erwin) Message-Id: <200402201018.i1KAINGh074985@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 20 Feb 2004 02:18:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-StackTrace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 10:18:24 -0000 erwin 2004/02/20 02:18:23 PST FreeBSD ports repository Modified files: devel/p5-Devel-StackTrace Makefile distinfo Log: Update to 1.05 Revision Changes Path 1.13 +1 -1 ports/devel/p5-Devel-StackTrace/Makefile 1.8 +2 -1 ports/devel/p5-Devel-StackTrace/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 02:19:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DED516A4CE; Fri, 20 Feb 2004 02:19:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7107E43D1F; Fri, 20 Feb 2004 02:19:29 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KAJTGe075057; Fri, 20 Feb 2004 02:19:29 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KAJTw9075056; Fri, 20 Feb 2004 02:19:29 -0800 (PST) (envelope-from erwin) Message-Id: <200402201019.i1KAJTw9075056@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 20 Feb 2004 02:19:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Exception-Class Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 10:19:29 -0000 erwin 2004/02/20 02:19:29 PST FreeBSD ports repository Modified files: devel/p5-Exception-Class Makefile distinfo Log: Update to 1.17 Revision Changes Path 1.18 +1 -1 ports/devel/p5-Exception-Class/Makefile 1.13 +2 -1 ports/devel/p5-Exception-Class/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 02:33:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C527F16A4CE; Fri, 20 Feb 2004 02:33:33 -0800 (PST) Received: from ru.office.ipnet (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C735A43D1D; Fri, 20 Feb 2004 02:33:32 -0800 (PST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by ru.office.ipnet (8.12.10/8.12.10) id i1KAXXq0042979; Fri, 20 Feb 2004 12:33:33 +0200 (EET) (envelope-from ru) Date: Fri, 20 Feb 2004 12:33:32 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20040220103332.GB42846@ip.net.ua> References: <200402200342.i1K3gZBc074565@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0eh6TmSyL6TZE2Uz" Content-Disposition: inline In-Reply-To: <200402200342.i1K3gZBc074565@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 10:33:34 -0000 --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 19, 2004 at 07:42:34PM -0800, Marcel Moolenaar wrote: > marcel 2004/02/19 19:42:34 PST >=20 > FreeBSD src repository >=20 > Modified files: > lib Makefile=20 > Log: > Moving forward, there's no reason to exclude libpthread on sparc64. > =20 > Revision Changes Path > 1.179 +1 -1 src/lib/Makefile >=20 Are there immediate plans to rename libkse to libpthread on sparc64 as well? Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANeJ8Ukv4P6juNwoRAjeWAJ42udF/kIeme/5B4cv0Txcb6DklGwCfVFsK wv/khzZjd1JeqnxrWGtZf/0= =+ELB -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 02:59:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8A816A4CE; Fri, 20 Feb 2004 02:59:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6222543D1F; Fri, 20 Feb 2004 02:59:47 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KAxlGe083430; Fri, 20 Feb 2004 02:59:47 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KAxlLC083429; Fri, 20 Feb 2004 02:59:47 -0800 (PST) (envelope-from simokawa) Message-Id: <200402201059.i1KAxlLC083429@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 20 Feb 2004 02:59:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/dconschat dconschat.8 dconschat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 10:59:47 -0000 simokawa 2004/02/20 02:59:47 PST FreeBSD src repository Modified files: usr.sbin/dconschat dconschat.8 dconschat.c Log: Normalize polling interval while the target is offline. Revision Changes Path 1.3 +6 -3 src/usr.sbin/dconschat/dconschat.8 1.5 +7 -4 src/usr.sbin/dconschat/dconschat.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 03:07:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6785016A4CE; Fri, 20 Feb 2004 03:07:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4564243D31; Fri, 20 Feb 2004 03:07:20 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KB7KGe086648; Fri, 20 Feb 2004 03:07:20 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KB7Khh086647; Fri, 20 Feb 2004 03:07:20 -0800 (PST) (envelope-from arved) Message-Id: <200402201107.i1KB7Khh086647@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 03:07:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/kickpim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 11:07:20 -0000 arved 2004/02/20 03:07:20 PST FreeBSD ports repository Modified files: deskutils/kickpim Makefile Log: Fix build on amd64 Revision Changes Path 1.3 +1 -1 ports/deskutils/kickpim/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 03:21:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D68EB16A4CE; Fri, 20 Feb 2004 03:21:56 -0800 (PST) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id A176E43D2D; Fri, 20 Feb 2004 03:21:56 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 809C32D7F; Fri, 20 Feb 2004 12:21:55 +0100 (CET) Date: Fri, 20 Feb 2004 12:21:55 +0100 From: Ollivier Robert To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040220112155.GA51734@tara.freenix.org> Mail-Followup-To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402191429.i1JETEo3073008@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402191429.i1JETEo3073008@repoman.freebsd.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/sys/kern kern_jail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 11:21:57 -0000 According to Pawel Jakub Dawidek: > Added sysctl security.jail.jailed. > It returns 1 is process is inside of jail and 0 if it is not. > Information if we are in jail or not is not a secret, there is plenty of > ways to discover it. Many people are using own hack to check this and > this will be a legal way from now on. Very nice, thanks. Can you please plan to MFC it? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003 From owner-cvs-all@FreeBSD.ORG Fri Feb 20 03:22:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEC516A4CE; Fri, 20 Feb 2004 03:22:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2232643D39; Fri, 20 Feb 2004 03:22:35 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KBMYGe090616; Fri, 20 Feb 2004 03:22:34 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KBMYHG090615; Fri, 20 Feb 2004 03:22:34 -0800 (PST) (envelope-from arved) Message-Id: <200402201122.i1KBMYHG090615@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 03:22:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/kmess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 11:22:35 -0000 arved 2004/02/20 03:22:34 PST FreeBSD ports repository Modified files: net/kmess Makefile Log: Fix dependencies after KDE 3.2 update Reported by: kris Revision Changes Path 1.17 +2 -2 ports/net/kmess/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 03:55:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13E816A4CE; Fri, 20 Feb 2004 03:55:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9478C43D2F; Fri, 20 Feb 2004 03:55:14 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KBtEGe097030; Fri, 20 Feb 2004 03:55:14 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KBtEjn097029; Fri, 20 Feb 2004 03:55:14 -0800 (PST) (envelope-from ru) Message-Id: <200402201155.i1KBtEjn097029@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 Feb 2004 03:55:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/build Makefile regex.h src/lib/libc/stdlib getopt_long.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 11:55:15 -0000 ru 2004/02/20 03:55:14 PST FreeBSD src repository Modified files: tools/build Makefile lib/libc/stdlib getopt_long.c Added files: tools/build regex.h Log: Unbreak the upgrade path from 4.9 after removal of GNU getopt and . Revision Changes Path 1.3 +0 -2 src/lib/libc/stdlib/getopt_long.c 1.5 +12 -0 src/tools/build/Makefile 1.1 +4 -0 src/tools/build/regex.h (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 03:55:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFFE16A4CF; Fri, 20 Feb 2004 03:55:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F82743D2F; Fri, 20 Feb 2004 03:55:38 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KBtcGe097121; Fri, 20 Feb 2004 03:55:38 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KBtcWK097120; Fri, 20 Feb 2004 03:55:38 -0800 (PST) (envelope-from fanf) Message-Id: <200402201155.i1KBtcWK097120@repoman.freebsd.org> From: Tony Finch Date: Fri, 20 Feb 2004 03:55:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/morse morse.6 morse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 11:55:38 -0000 fanf 2004/02/20 03:55:38 PST FreeBSD src repository Modified files: games/morse morse.6 morse.c Log: Add some missing punctuation symbols, in particular @ which (according to a recent Press Association release) was added to Morse code by the ITU in December. @ was previously used for the SK prosign, which is now spelt &. Obtained from: http://en.wikipedia.org/wiki/Morse_code Revision Changes Path 1.12 +1 -1 src/games/morse/morse.6 1.16 +4 -1 src/games/morse/morse.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 04:10:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB1516A4CF; Fri, 20 Feb 2004 04:10:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CB643D2D; Fri, 20 Feb 2004 04:10:27 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KCARGe000443; Fri, 20 Feb 2004 04:10:27 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KCARou000441; Fri, 20 Feb 2004 04:10:27 -0800 (PST) (envelope-from sumikawa) Message-Id: <200402201210.i1KCARou000441@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 20 Feb 2004 04:10:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ndp ndp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 12:10:27 -0000 sumikawa 2004/02/20 04:10:27 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ndp ndp.c Log: MFC: Flush stdout when -A option is used. Revision Changes Path 1.2.2.7 +1 -0 src/usr.sbin/ndp/ndp.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 04:22:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C34616A4CE; Fri, 20 Feb 2004 04:22:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD13F43D2F; Fri, 20 Feb 2004 04:22:52 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KCMqGe004356; Fri, 20 Feb 2004 04:22:52 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KCMqgJ004355; Fri, 20 Feb 2004 04:22:52 -0800 (PST) (envelope-from tjr) Message-Id: <200402201222.i1KCMqgJ004355@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 20 Feb 2004 04:22:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/savecore savecore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 12:22:53 -0000 tjr 2004/02/20 04:22:52 PST FreeBSD src repository Modified files: sbin/savecore savecore.c Log: Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger than 2 GB by using fseeko() instead of fseek(). Revision Changes Path 1.66 +1 -1 src/sbin/savecore/savecore.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 04:30:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8F916A4CE; Fri, 20 Feb 2004 04:30:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227DF43D2F; Fri, 20 Feb 2004 04:30:55 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KCUsGe004738; Fri, 20 Feb 2004 04:30:54 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KCUs1N004737; Fri, 20 Feb 2004 04:30:54 -0800 (PST) (envelope-from mat) Message-Id: <200402201230.i1KCUs1N004737@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 20 Feb 2004 04:30:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Class-DBI-AbstractSearch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 12:30:55 -0000 mat 2004/02/20 04:30:54 PST FreeBSD ports repository Modified files: databases/p5-Class-DBI-AbstractSearch Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.4 +1 -1 ports/databases/p5-Class-DBI-AbstractSearch/Makefile 1.4 +2 -2 ports/databases/p5-Class-DBI-AbstractSearch/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 04:40:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089A016A4CE; Fri, 20 Feb 2004 04:40:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E7143D2D; Fri, 20 Feb 2004 04:40:20 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KCeKGe006797; Fri, 20 Feb 2004 04:40:20 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KCeKbh006796; Fri, 20 Feb 2004 04:40:20 -0800 (PST) (envelope-from mat) Message-Id: <200402201240.i1KCeKbh006796@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 20 Feb 2004 04:40:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Locale-Maketext-Lexicon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 12:40:21 -0000 mat 2004/02/20 04:40:20 PST FreeBSD ports repository Modified files: devel/p5-Locale-Maketext-Lexicon Makefile distinfo Log: Update to 0.35 Revision Changes Path 1.13 +1 -1 ports/devel/p5-Locale-Maketext-Lexicon/Makefile 1.13 +2 -2 ports/devel/p5-Locale-Maketext-Lexicon/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 04:52:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F28616A4CE; Fri, 20 Feb 2004 04:52:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823CE43D1F; Fri, 20 Feb 2004 04:52:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KCq1Ge016118; Fri, 20 Feb 2004 04:52:01 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KCq1Oc016110; Fri, 20 Feb 2004 04:52:01 -0800 (PST) (envelope-from ru) Message-Id: <200402201252.i1KCq1Oc016110@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 Feb 2004 04:52:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/binutils/doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 12:52:01 -0000 ru 2004/02/20 04:52:01 PST FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/doc Makefile Log: MFC: 1.16: Fixed CLEANFILES. Revision Changes Path 1.4.2.6 +3 -2 src/gnu/usr.bin/binutils/doc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:12:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4730716A4CE; Fri, 20 Feb 2004 05:12:36 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BE643D1F; Fri, 20 Feb 2004 05:12:36 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 2AADB5309; Fri, 20 Feb 2004 14:12:35 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C033D5308; Fri, 20 Feb 2004 14:12:28 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 5A51E33C6F; Fri, 20 Feb 2004 14:12:28 +0100 (CET) To: Tony Finch References: <200402201155.i1KBtcWK097120@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 20 Feb 2004 14:12:28 +0100 In-Reply-To: <200402201155.i1KBtcWK097120@repoman.freebsd.org> (Tony Finch's message of "Fri, 20 Feb 2004 03:55:38 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/morse morse.6 morse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:12:36 -0000 Tony Finch writes: > Log: > Add some missing punctuation symbols, in particular @ which (according = to > a recent Press Association release) was added to Morse code by the ITU = in > December. @ was previously used for the SK prosign, which is now spelt = &. You may want to label the '@' entry /* AC */. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:21:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A258A16A4D5; Fri, 20 Feb 2004 05:21:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 856BA43D1F; Fri, 20 Feb 2004 05:21:09 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDL9Ge022178; Fri, 20 Feb 2004 05:21:09 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDL9x7022170; Fri, 20 Feb 2004 05:21:09 -0800 (PST) (envelope-from arved) Message-Id: <200402201321.i1KDL9x7022170@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 05:21:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/qinx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:21:09 -0000 arved 2004/02/20 05:21:09 PST FreeBSD ports repository Modified files: x11-wm/qinx Makefile distinfo pkg-plist Log: Update to 1.0 PR: 62463 Submitted by: maintainer Revision Changes Path 1.7 +1 -2 ports/x11-wm/qinx/Makefile 1.5 +2 -1 ports/x11-wm/qinx/distinfo 1.2 +7 -6 ports/x11-wm/qinx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:23:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E032116A4CE; Fri, 20 Feb 2004 05:23:12 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCA443D1F; Fri, 20 Feb 2004 05:23:12 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 133582B; Fri, 20 Feb 2004 14:23:12 +0100 (CET) Date: Fri, 20 Feb 2004 14:23:12 +0100 From: Guido van Rooij To: Mike Silbersack Message-ID: <20040220132311.GA35460@gvr.gvr.org> References: <200402191238.i1JCcCND042215@repoman.freebsd.org> <20040219093432.J28073@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219093432.J28073@odysseus.silby.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce M Simpson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:23:13 -0000 On Thu, Feb 19, 2004 at 09:34:58AM -0600, Mike Silbersack wrote: > > On Thu, 19 Feb 2004, Bruce M Simpson wrote: > > > bms 2004/02/19 04:38:12 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/compat/linux linux_ioctl.c linux_ioctl.h > > Log: > > Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This > > addition appears to allow VMware 3 Workstation to operate with nmdm(4) > > as a virtual COM device. > > Heh, serial console to a virtual machine? That sounds rather cool. :) > It is very handy to do "remote" debugging ;-) -Guido From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:26:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E3916A4CE; Fri, 20 Feb 2004 05:26:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1AB43D2D; Fri, 20 Feb 2004 05:26:29 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDQTGe023986; Fri, 20 Feb 2004 05:26:29 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDQTFO023985; Fri, 20 Feb 2004 05:26:29 -0800 (PST) (envelope-from arved) Message-Id: <200402201326.i1KDQTFO023985@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 05:26:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/slideshow Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:26:30 -0000 arved 2004/02/20 05:26:29 PST FreeBSD ports repository Modified files: multimedia/slideshow Makefile Log: Fix build on AMD64 Revision Changes Path 1.10 +3 -0 ports/multimedia/slideshow/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:37:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D59E16A4CE; Fri, 20 Feb 2004 05:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3028943D1D; Fri, 20 Feb 2004 05:37:43 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDbgGe026148; Fri, 20 Feb 2004 05:37:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDbg2J026147; Fri, 20 Feb 2004 05:37:42 -0800 (PST) (envelope-from krion) Message-Id: <200402201337.i1KDbg2J026147@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 05:37:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/leafnode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:37:43 -0000 krion 2004/02/20 05:37:42 PST FreeBSD ports repository Modified files: news/leafnode Makefile distinfo Log: - Update to 1.9.51 PR: ports/63101 Submitted by: maintainer Revision Changes Path 1.48 +2 -2 ports/news/leafnode/Makefile 1.35 +2 -2 ports/news/leafnode/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:46:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFFF16A4CE; Fri, 20 Feb 2004 05:46:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0375343D1D; Fri, 20 Feb 2004 05:46:40 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDkdGe028250; Fri, 20 Feb 2004 05:46:39 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDkdp0028249; Fri, 20 Feb 2004 05:46:39 -0800 (PST) (envelope-from fanf) Message-Id: <200402201346.i1KDkdp0028249@repoman.freebsd.org> From: Tony Finch Date: Fri, 20 Feb 2004 05:46:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/morse morse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:46:40 -0000 fanf 2004/02/20 05:46:39 PST FreeBSD src repository Modified files: games/morse morse.c Log: Label @ as being AC (since it's constructed like a prosign). Submitted by: des Revision Changes Path 1.17 +1 -1 src/games/morse/morse.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:52:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6865A16A4CE; Fri, 20 Feb 2004 05:52:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6282643D1F; Fri, 20 Feb 2004 05:52:01 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDq1Ge029876; Fri, 20 Feb 2004 05:52:01 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDq17e029872; Fri, 20 Feb 2004 05:52:01 -0800 (PST) (envelope-from mat) Message-Id: <200402201352.i1KDq17e029872@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 20 Feb 2004 05:52:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-ExtUtils-CBuilder Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:52:01 -0000 mat 2004/02/20 05:52:01 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-ExtUtils-CBuilder Makefile distinfo pkg-descr pkg-plist Log: Add p5-ExtUtils-CBuilder 0.01, compile and link C code for Perl modules. Revision Changes Path 1.1442 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-ExtUtils-CBuilder/Makefile (new) 1.1 +2 -0 ports/devel/p5-ExtUtils-CBuilder/distinfo (new) 1.1 +8 -0 ports/devel/p5-ExtUtils-CBuilder/pkg-descr (new) 1.1 +15 -0 ports/devel/p5-ExtUtils-CBuilder/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC70716A4CE; Fri, 20 Feb 2004 05:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF75943D1F; Fri, 20 Feb 2004 05:52:17 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDqHGe030158; Fri, 20 Feb 2004 05:52:17 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDqH35030157; Fri, 20 Feb 2004 05:52:17 -0800 (PST) (envelope-from mat) Message-Id: <200402201352.i1KDqH35030157@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 20 Feb 2004 05:52:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:52:17 -0000 mat 2004/02/20 05:52:17 PST FreeBSD ports repository Modified files: . modules Log: p5-ExtUtils-CBuilder --> ports/devel/p5-ExtUtils-CBuilder Revision Changes Path 1.9442 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Feb 20 05:53:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1948F16A4CF; Fri, 20 Feb 2004 05:53:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F061443D1F; Fri, 20 Feb 2004 05:53:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KDrgGe030398; Fri, 20 Feb 2004 05:53:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KDrgtE030397; Fri, 20 Feb 2004 05:53:42 -0800 (PST) (envelope-from krion) Message-Id: <200402201353.i1KDrgtE030397@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 05:53:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pykawari Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 13:53:43 -0000 krion 2004/02/20 05:53:42 PST FreeBSD ports repository Modified files: games/pykawari Makefile Log: - Fix build on AMD64 PR: ports/63104 Submitted by: Hendrik Scholz Approved by: maintainer Revision Changes Path 1.4 +8 -3 ports/games/pykawari/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:04:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAE716A4CE; Fri, 20 Feb 2004 06:04:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEC743D1D; Fri, 20 Feb 2004 06:04:05 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KE45Ge033519; Fri, 20 Feb 2004 06:04:05 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KE45qH033518; Fri, 20 Feb 2004 06:04:05 -0800 (PST) (envelope-from demon) Message-Id: <200402201404.i1KE45qH033518@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 20 Feb 2004 06:04:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-Harness Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:04:05 -0000 demon 2004/02/20 06:04:05 PST FreeBSD ports repository Modified files: devel/p5-Test-Harness Makefile distinfo Log: Update to version 2.40. PR: 63128 Submitted by: Alex Kapranoff Revision Changes Path 1.15 +3 -4 ports/devel/p5-Test-Harness/Makefile 1.11 +2 -1 ports/devel/p5-Test-Harness/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:16:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E1E316A4CE; Fri, 20 Feb 2004 06:16:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019DE43D1D; Fri, 20 Feb 2004 06:16:03 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEG2Ge035743; Fri, 20 Feb 2004 06:16:02 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEG2Qb035742; Fri, 20 Feb 2004 06:16:02 -0800 (PST) (envelope-from lkoeller) Message-Id: <200402201416.i1KEG2Qb035742@repoman.freebsd.org> From: Lars Koeller Date: Fri, 20 Feb 2004 06:16:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpeg2ps-letter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:16:03 -0000 lkoeller 2004/02/20 06:16:02 PST FreeBSD ports repository Modified files: graphics/jpeg2ps-letter Makefile Log: o) Fix plist (bento) PR: ports/62777 Submitted by: Volker Stolz Revision Changes Path 1.9 +3 -4 ports/graphics/jpeg2ps-letter/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:23:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E66716A4E2; Fri, 20 Feb 2004 06:23:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402BA43D2D; Fri, 20 Feb 2004 06:23:10 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KENAGe037698; Fri, 20 Feb 2004 06:23:10 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEN9oY037697; Fri, 20 Feb 2004 06:23:09 -0800 (PST) (envelope-from arved) Message-Id: <200402201423.i1KEN9oY037697@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:23:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/mkultra Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:23:10 -0000 arved 2004/02/20 06:23:09 PST FreeBSD ports repository Modified files: x11-wm/mkultra Makefile Log: Mark BROKEN. This port does not work with KDE 3.2 PR: 63123 Submitted by: Volker Stolz Revision Changes Path 1.4 +2 -2 ports/x11-wm/mkultra/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:26:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7B916A4CE; Fri, 20 Feb 2004 06:26:26 -0800 (PST) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765BB43D1D; Fri, 20 Feb 2004 06:26:26 -0800 (PST) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 8A779A9C1; Fri, 20 Feb 2004 23:29:43 +0900 (KST) Date: Fri, 20 Feb 2004 23:29:43 +0900 From: Hye-Shik Chang To: Tilman Linneweh Message-ID: <20040220142943.GA50974@i18n.org> References: <200402201122.i1KBMYHG090615@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402201122.i1KBMYHG090615@repoman.freebsd.org> X-Accept-Language: ko, en User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/kmess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:26:26 -0000 On Fri, Feb 20, 2004 at 03:22:34AM -0800, Tilman Linneweh wrote: > arved 2004/02/20 03:22:34 PST > > FreeBSD ports repository > > Modified files: > net/kmess Makefile > Log: > Fix dependencies after KDE 3.2 update > > Reported by: kris > Thank you! ;) Hye-Shik From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:26:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD8B16A4F6; Fri, 20 Feb 2004 06:26:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBA143D1D; Fri, 20 Feb 2004 06:26:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEQSGe037835; Fri, 20 Feb 2004 06:26:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEQS3t037834; Fri, 20 Feb 2004 06:26:28 -0800 (PST) (envelope-from arved) Message-Id: <200402201426.i1KEQS3t037834@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:26:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/aquaosk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:26:30 -0000 arved 2004/02/20 06:26:28 PST FreeBSD ports repository Modified files: x11-wm/aquaosk Makefile Log: Mark BROKEN. This port does not work with KDE 3.2 PR: 63121 Submitted by: Volker Stolz Revision Changes Path 1.3 +3 -0 ports/x11-wm/aquaosk/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:30:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C0F016A4CE; Fri, 20 Feb 2004 06:30:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ECC43D2D; Fri, 20 Feb 2004 06:30:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEUsGe038113; Fri, 20 Feb 2004 06:30:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEUsox038112; Fri, 20 Feb 2004 06:30:54 -0800 (PST) (envelope-from arved) Message-Id: <200402201430.i1KEUsox038112@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:30:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/kwin_flatcurve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:30:55 -0000 arved 2004/02/20 06:30:54 PST FreeBSD ports repository Modified files: x11-wm/kwin_flatcurve Makefile Log: This port does not work with KDE 3.2 Revision Changes Path 1.4 +3 -0 ports/x11-wm/kwin_flatcurve/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:39:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68CE116A4CE; Fri, 20 Feb 2004 06:39:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B84643D1D; Fri, 20 Feb 2004 06:39:57 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEdvGe040089; Fri, 20 Feb 2004 06:39:57 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEdvsE040088; Fri, 20 Feb 2004 06:39:57 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402201439.i1KEdvsE040088@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Feb 2004 06:39:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-HTTP-WebTest Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:39:57 -0000 kuriyama 2004/02/20 06:39:57 PST FreeBSD ports repository Modified files: www/p5-HTTP-WebTest Makefile distinfo pkg-plist Log: o Upgrade to 2.04 (PR). o Remove dependency for perl-5.8. PR: ports/63126 Submitted by: Alex Kapranoff Revision Changes Path 1.6 +17 -11 ports/www/p5-HTTP-WebTest/Makefile 1.4 +2 -1 ports/www/p5-HTTP-WebTest/distinfo 1.2 +7 -5 ports/www/p5-HTTP-WebTest/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:41:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C5F16A4D0; Fri, 20 Feb 2004 06:41:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397BC43D1F; Fri, 20 Feb 2004 06:41:26 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEfQGe041093; Fri, 20 Feb 2004 06:41:26 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEfQ1G041092; Fri, 20 Feb 2004 06:41:26 -0800 (PST) (envelope-from arved) Message-Id: <200402201441.i1KEfQ1G041092@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:41:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/six/files patch-lssolve.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:41:26 -0000 arved 2004/02/20 06:41:25 PST FreeBSD ports repository Added files: games/six/files patch-lssolve.cpp Log: Fix build on CURRENT Reported by: bento Revision Changes Path 1.1 +20 -0 ports/games/six/files/patch-lssolve.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:46:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF87216A4CE; Fri, 20 Feb 2004 06:46:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D252043D1D; Fri, 20 Feb 2004 06:46:26 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEkQGe042191; Fri, 20 Feb 2004 06:46:26 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEkQ01042190; Fri, 20 Feb 2004 06:46:26 -0800 (PST) (envelope-from kuriyama) Message-Id: <200402201446.i1KEkQ01042190@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Feb 2004 06:46:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-MockObject Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:46:27 -0000 kuriyama 2004/02/20 06:46:26 PST FreeBSD ports repository Modified files: devel/p5-Test-MockObject Makefile distinfo pkg-plist Log: o Upgrade to 0.13 (PR). o Remove dependency for perl-5.8. PR: ports/63130 Submitted by: Alex Kapranoff Revision Changes Path 1.2 +10 -5 ports/devel/p5-Test-MockObject/Makefile 1.2 +2 -1 ports/devel/p5-Test-MockObject/distinfo 1.2 +2 -0 ports/devel/p5-Test-MockObject/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:48:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCC116A4CE; Fri, 20 Feb 2004 06:48:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AC343D1F; Fri, 20 Feb 2004 06:48:27 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEmRGe042269; Fri, 20 Feb 2004 06:48:27 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEmQ2x042268; Fri, 20 Feb 2004 06:48:26 -0800 (PST) (envelope-from arved) Message-Id: <200402201448.i1KEmQ2x042268@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:48:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/totem Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:48:27 -0000 arved 2004/02/20 06:48:26 PST FreeBSD ports repository Modified files: multimedia/totem Makefile distinfo pkg-plist Log: Update to 0.99.9 PR: 62880 Submitted by: Hendrik Scholz Revision Changes Path 1.28 +1 -2 ports/multimedia/totem/Makefile 1.16 +2 -1 ports/multimedia/totem/distinfo 1.11 +2 -1 ports/multimedia/totem/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 06:56:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA44616A4CE; Fri, 20 Feb 2004 06:56:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D25443D1D; Fri, 20 Feb 2004 06:56:32 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KEuWGe044363; Fri, 20 Feb 2004 06:56:32 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KEuWbi044362; Fri, 20 Feb 2004 06:56:32 -0800 (PST) (envelope-from arved) Message-Id: <200402201456.i1KEuWbi044362@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 06:56:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-a52dec Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 14:56:32 -0000 arved 2004/02/20 06:56:32 PST FreeBSD ports repository Modified files: audio/xmms-a52dec Makefile Log: Fix build on AMD64 PR: 63102 Submitted by: Hendrik Scholz Revision Changes Path 1.8 +6 -1 ports/audio/xmms-a52dec/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:04:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 399E116A4CE; Fri, 20 Feb 2004 07:04:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4D443D1D; Fri, 20 Feb 2004 07:04:24 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KF4NGe047327; Fri, 20 Feb 2004 07:04:23 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KF4NgN047326; Fri, 20 Feb 2004 07:04:23 -0800 (PST) (envelope-from arved) Message-Id: <200402201504.i1KF4NgN047326@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 07:04:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-mp3cue Makefileports/audio/xmms-mp3cue/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:04:24 -0000 arved 2004/02/20 07:04:23 PST FreeBSD ports repository Modified files: audio/xmms-mp3cue Makefile Added files: audio/xmms-mp3cue/files patch-configure Log: Fix build on AMD64 PR: 63103 Submitted by: Hendrik Scholz Revision Changes Path 1.2 +7 -1 ports/audio/xmms-mp3cue/Makefile 1.1 +11 -0 ports/audio/xmms-mp3cue/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:06:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA81E16A4CE; Fri, 20 Feb 2004 07:06:30 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF7D43D1F; Fri, 20 Feb 2004 07:06:30 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i1KF6TSQ003939; Fri, 20 Feb 2004 10:06:29 -0500 (EST) Date: Fri, 20 Feb 2004 10:06:29 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Ruslan Ermilov In-Reply-To: <20040220103332.GB42846@ip.net.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:06:30 -0000 On Fri, 20 Feb 2004, Ruslan Ermilov wrote: > On Thu, Feb 19, 2004 at 07:42:34PM -0800, Marcel Moolenaar wrote: > > marcel 2004/02/19 19:42:34 PST > > > > FreeBSD src repository > > > > Modified files: > > lib Makefile > > Log: > > Moving forward, there's no reason to exclude libpthread on sparc64. > > > > Revision Changes Path > > 1.179 +1 -1 src/lib/Makefile > > > Are there immediate plans to rename libkse to libpthread on sparc64 > as well? AFAIK, we don't want it renamed until it works (same for alpha). -- Dan Eischen From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:08:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3B716A4CE; Fri, 20 Feb 2004 07:08:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E17343D2D; Fri, 20 Feb 2004 07:08:02 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KF81Ge047510; Fri, 20 Feb 2004 07:08:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KF81u3047507; Fri, 20 Feb 2004 07:08:01 -0800 (PST) (envelope-from krion) Message-Id: <200402201508.i1KF81u3047507@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 07:08:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/cuetools Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:08:02 -0000 krion 2004/02/20 07:08:00 PST FreeBSD ports repository Modified files: audio/cuetools Makefile distinfo Removed files: audio/cuetools pkg-plist Log: - Update to version 0.5.2 PR: ports/63131 Submitted by: Ports Fury Revision Changes Path 1.2 +13 -10 ports/audio/cuetools/Makefile 1.3 +2 -2 ports/audio/cuetools/distinfo 1.2 +0 -10 ports/audio/cuetools/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:22:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D24E116A4CE; Fri, 20 Feb 2004 07:22:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59C843D2D; Fri, 20 Feb 2004 07:22:23 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFMNGe050896; Fri, 20 Feb 2004 07:22:23 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFMMP2050886; Fri, 20 Feb 2004 07:22:22 -0800 (PST) (envelope-from netchild) Message-Id: <200402201522.i1KFMMP2050886@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 20 Feb 2004 07:22:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrdao Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:22:24 -0000 netchild 2004/02/20 07:22:22 PST FreeBSD ports repository Modified files: sysutils/cdrdao Makefile Log: In case the distfile of cdrdao is not available locally, the slave port gcdmaster was not able to fetch it. Submitted by: maintainer Revision Changes Path 1.42 +1 -1 ports/sysutils/cdrdao/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:25:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE1816A4CE; Fri, 20 Feb 2004 07:25:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E567043D1F; Fri, 20 Feb 2004 07:25:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFPuGe051624; Fri, 20 Feb 2004 07:25:56 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFPuot051623; Fri, 20 Feb 2004 07:25:56 -0800 (PST) (envelope-from imp) Message-Id: <200402201525.i1KFPuot051623@repoman.freebsd.org> From: Warner Losh Date: Fri, 20 Feb 2004 07:25:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:25:57 -0000 imp 2004/02/20 07:25:56 PST FreeBSD src repository Modified files: . UPDATING Log: Add a belated entry for the CPU_ENABLE_LONGRUN issue. Revision Changes Path 1.289 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:27:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CBD16A4CE; Fri, 20 Feb 2004 07:27:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E206643D2D; Fri, 20 Feb 2004 07:27:12 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFRCGe051691; Fri, 20 Feb 2004 07:27:12 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFRCvv051690; Fri, 20 Feb 2004 07:27:12 -0800 (PST) (envelope-from arved) Message-Id: <200402201527.i1KFRCvv051690@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 07:27:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnomeattacks/files patch-src-game.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:27:13 -0000 arved 2004/02/20 07:27:12 PST FreeBSD ports repository Added files: games/gnomeattacks/files patch-src-game.c Log: Fix build on CURRENT PR: 63105 Submitted by: Hendrik Scholz Revision Changes Path 1.1 +19 -0 ports/games/gnomeattacks/files/patch-src-game.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:34:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A5316A4CE; Fri, 20 Feb 2004 07:34:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFBD43D2F; Fri, 20 Feb 2004 07:34:20 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFYKGe053728; Fri, 20 Feb 2004 07:34:20 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFYKP7053727; Fri, 20 Feb 2004 07:34:20 -0800 (PST) (envelope-from arved) Message-Id: <200402201534.i1KFYKP7053727@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 07:34:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libical Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:34:21 -0000 arved 2004/02/20 07:34:19 PST FreeBSD ports repository Modified files: devel/libical Makefile Log: Fix build on AMD64 PR: 63111 Submitted by: Hendrik Scholz Revision Changes Path 1.7 +5 -1 ports/devel/libical/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:36:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE6D16A4CE; Fri, 20 Feb 2004 07:36:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5B643D1D; Fri, 20 Feb 2004 07:36:26 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFaQGe053833; Fri, 20 Feb 2004 07:36:26 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFaQcu053832; Fri, 20 Feb 2004 07:36:26 -0800 (PST) (envelope-from osa) Message-Id: <200402201536.i1KFaQcu053832@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 20 Feb 2004 07:36:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/postfix/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:36:27 -0000 osa 2004/02/20 07:36:26 PST FreeBSD ports repository Modified files: mail/postfix/scripts configure.postfix Log: Fix build with LDAP. Submitted by: Jean-Baptiste Quenot Approved by: Vivek Khera (maintainer) PR: 62690 Revision Changes Path 1.43 +3 -3 ports/mail/postfix/scripts/configure.postfix From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:39:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874EE16A4CF; Fri, 20 Feb 2004 07:39:39 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E10943D39; Fri, 20 Feb 2004 07:39:39 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1KFdcOJ029123; Fri, 20 Feb 2004 07:39:38 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1KFdYHN029122; Fri, 20 Feb 2004 07:39:34 -0800 (PST) (envelope-from obrien) Date: Fri, 20 Feb 2004 07:39:33 -0800 From: "David O'Brien" To: Gerald Pfeifer Message-ID: <20040220153933.GA29018@dragon.nuxi.com> References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> <20040220012254.GB4306@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Feb 2004 15:39:39 -0000 On Fri, Feb 20, 2004 at 09:46:42AM +0100, Gerald Pfeifer wrote: > On Thu, 19 Feb 2004, David O'Brien wrote: > >> (In any case, shouldn't amd64-freebsd be renamed back to x86_64-freebsd, > >> given Intel's announcement two days ago?) > > NO! > > You are obviously biased (given your day job). I am, but I've never demanded that FreeBSD's use of "i386" and "ia32" be changed. AMD has affected the modern 32-bit x86 architecture as much as Intel has. AMD paid all the millions and millions for the ISV & IHV support. W/o AMD going to market with this design there would be no "ia32e" from Intel. Intel had no choice and was totally forced by the market to do their "ia32e". We owe honoring AMD by calling the platform "amd64". -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:41:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47A516A4CE; Fri, 20 Feb 2004 07:41:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E5A43D2F; Fri, 20 Feb 2004 07:41:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFfsGe055280; Fri, 20 Feb 2004 07:41:54 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFfs0M055276; Fri, 20 Feb 2004 07:41:54 -0800 (PST) (envelope-from ru) Message-Id: <200402201541.i1KFfs0M055276@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 Feb 2004 07:41:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:41:55 -0000 ru 2004/02/20 07:41:54 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bfe if_bfe.c Log: Attempt to stop tinderbox flooding our mailboxes. Revision Changes Path 1.4.4.4 +4 -0 src/sys/dev/bfe/if_bfe.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:44:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F82F16A4CE; Fri, 20 Feb 2004 07:44:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22EE343D2F; Fri, 20 Feb 2004 07:44:42 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFifGe055905; Fri, 20 Feb 2004 07:44:41 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFifJP055904; Fri, 20 Feb 2004 07:44:41 -0800 (PST) (envelope-from ru) Message-Id: <200402201544.i1KFifJP055904@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 Feb 2004 07:44:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:44:42 -0000 ru 2004/02/20 07:44:41 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules Makefile Log: Connect bfe module to the build. Revision Changes Path 1.110.2.81 +1 -0 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:45:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3707116A4CE; Fri, 20 Feb 2004 07:45:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B38343D1F; Fri, 20 Feb 2004 07:45:38 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFjbGe056011; Fri, 20 Feb 2004 07:45:37 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFjb9X056010; Fri, 20 Feb 2004 07:45:37 -0800 (PST) (envelope-from lkoeller) Message-Id: <200402201545.i1KFjb9X056010@repoman.freebsd.org> From: Lars Koeller Date: Fri, 20 Feb 2004 07:45:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpeg2ps-letter pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:45:38 -0000 lkoeller 2004/02/20 07:45:37 PST FreeBSD ports repository Removed files: graphics/jpeg2ps-letter pkg-plist Log: o) Delete pkg-plist due to previos fix Revision Changes Path 1.4 +0 -3 ports/graphics/jpeg2ps-letter/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:47:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4142D16A4CE; Fri, 20 Feb 2004 07:47:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B3C43D1F; Fri, 20 Feb 2004 07:47:56 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFltGe056069; Fri, 20 Feb 2004 07:47:55 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFlthr056068; Fri, 20 Feb 2004 07:47:55 -0800 (PST) (envelope-from arved) Message-Id: <200402201547.i1KFlthr056068@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 07:47:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/led Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:47:56 -0000 arved 2004/02/20 07:47:55 PST FreeBSD ports repository Modified files: editors/led Makefile Log: Fix build on AMD64 Revision Changes Path 1.9 +4 -0 ports/editors/led/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:54:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ABEF16A4CE; Fri, 20 Feb 2004 07:54:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8638743D1D; Fri, 20 Feb 2004 07:54:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFsNGe058076; Fri, 20 Feb 2004 07:54:23 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFsLDZ058075; Fri, 20 Feb 2004 07:54:21 -0800 (PST) (envelope-from krion) Message-Id: <200402201554.i1KFsLDZ058075@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 07:54:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/unixODBC Makefile distinfo pkg-plist patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:54:23 -0000 krion 2004/02/20 07:54:21 PST FreeBSD ports repository Modified files: databases/unixODBC Makefile distinfo pkg-plist Removed files: databases/unixODBC/files patch-DataManager::SQLMoreResults.c patch-configure Log: - Update to version 2.2.8 PR: ports/63132 Submitted by: Ports Fury Revision Changes Path 1.38 +3 -9 ports/databases/unixODBC/Makefile 1.22 +2 -2 ports/databases/unixODBC/distinfo 1.2 +0 -11 ports/databases/unixODBC/files/patch-DataManager::SQLMoreResults.c (dead) 1.2 +0 -10 ports/databases/unixODBC/files/patch-configure (dead) 1.18 +3 -0 ports/databases/unixODBC/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 07:57:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AF216A4CF; Fri, 20 Feb 2004 07:57:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCD143D2D; Fri, 20 Feb 2004 07:57:38 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KFvcGe058278; Fri, 20 Feb 2004 07:57:38 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KFvcnG058277; Fri, 20 Feb 2004 07:57:38 -0800 (PST) (envelope-from krion) Message-Id: <200402201557.i1KFvcnG058277@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 07:57:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/rlwrap Makefile distinfo pkg-plist ports/devel/rlwrap/files patch-Makefile.in patch-rlwrap.h patch-src::Makefile.in patch-src::ptytty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 15:57:39 -0000 krion 2004/02/20 07:57:38 PST FreeBSD ports repository Modified files: devel/rlwrap Makefile distinfo pkg-plist Added files: devel/rlwrap/files patch-src::Makefile.in patch-src::ptytty.c Removed files: devel/rlwrap/files patch-Makefile.in patch-rlwrap.h Log: - Update to version 0.18 PR: ports/63133 Submitted by: Ports Fury Revision Changes Path 1.9 +7 -8 ports/devel/rlwrap/Makefile 1.6 +2 -2 ports/devel/rlwrap/distinfo 1.5 +0 -20 ports/devel/rlwrap/files/patch-Makefile.in (dead) 1.3 +0 -13 ports/devel/rlwrap/files/patch-rlwrap.h (dead) 1.1 +11 -0 ports/devel/rlwrap/files/patch-src::Makefile.in (new) 1.1 +11 -0 ports/devel/rlwrap/files/patch-src::ptytty.c (new) 1.3 +3 -3 ports/devel/rlwrap/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:00:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1818716A4CE; Fri, 20 Feb 2004 08:00:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F185443D1F; Fri, 20 Feb 2004 08:00:58 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KG0wGe058470; Fri, 20 Feb 2004 08:00:58 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KG0wLL058469; Fri, 20 Feb 2004 08:00:58 -0800 (PST) (envelope-from krion) Message-Id: <200402201600.i1KG0wLL058469@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:00:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/huc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:00:59 -0000 krion 2004/02/20 08:00:58 PST FreeBSD ports repository Modified files: lang/huc Makefile pkg-plist Log: - Fix build on -current PR: ports/63139 Submitted by: Ports Fury Revision Changes Path 1.3 +15 -19 ports/lang/huc/Makefile 1.2 +3 -3 ports/lang/huc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:05:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D3816A4CE; Fri, 20 Feb 2004 08:05:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B989D43D1D; Fri, 20 Feb 2004 08:05:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KG5cGe061295; Fri, 20 Feb 2004 08:05:38 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KG5cg2061294; Fri, 20 Feb 2004 08:05:38 -0800 (PST) (envelope-from ru) Message-Id: <200402201605.i1KG5cg2061294@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 20 Feb 2004 08:05:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 acpi_toshiba.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:05:39 -0000 ru 2004/02/20 08:05:38 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 acpi_toshiba.4 Log: mdoc(7) guru's glance. Revision Changes Path 1.2 +22 -18 src/share/man/man4/man4.i386/acpi_toshiba.4 From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:06:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B4A16A4CE; Fri, 20 Feb 2004 08:06:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7252143D1F; Fri, 20 Feb 2004 08:06:51 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KG6pGe061388; Fri, 20 Feb 2004 08:06:51 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KG6p6R061387; Fri, 20 Feb 2004 08:06:51 -0800 (PST) (envelope-from krion) Message-Id: <200402201606.i1KG6p6R061387@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:06:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/showimg Makefile distinfo pkg-plist ports/graphics/showimg/files patch-batchrenamer.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:06:51 -0000 krion 2004/02/20 08:06:51 PST FreeBSD ports repository Modified files: graphics/showimg Makefile distinfo pkg-plist Removed files: graphics/showimg/files patch-batchrenamer.h Log: - Update to version 0.9.0 PR: ports/63138 Submitted by: Ports Fury Revision Changes Path 1.12 +9 -5 ports/graphics/showimg/Makefile 1.7 +2 -2 ports/graphics/showimg/distinfo 1.2 +0 -12 ports/graphics/showimg/files/patch-batchrenamer.h (dead) 1.6 +41 -0 ports/graphics/showimg/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:10:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C9816A4CE; Fri, 20 Feb 2004 08:10:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D1043D2D; Fri, 20 Feb 2004 08:10:44 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGAiGe061680; Fri, 20 Feb 2004 08:10:44 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGAise061679; Fri, 20 Feb 2004 08:10:44 -0800 (PST) (envelope-from krion) Message-Id: <200402201610.i1KGAise061679@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:10:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/cadubi Makefile distinfo pkg-descr pkg-plist ports/graphics/cadubi/files patch-CADUBI_pl patch-cadubi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:10:44 -0000 krion 2004/02/20 08:10:44 PST FreeBSD ports repository Modified files: graphics/cadubi Makefile distinfo pkg-descr pkg-plist Removed files: graphics/cadubi/files patch-CADUBI_pl patch-cadubi Log: - Update to version 1.3 PR: ports/63137 Submitted by: Ports Fury Revision Changes Path 1.10 +13 -7 ports/graphics/cadubi/Makefile 1.4 +2 -2 ports/graphics/cadubi/distinfo 1.2 +0 -32 ports/graphics/cadubi/files/patch-CADUBI_pl (dead) 1.2 +0 -9 ports/graphics/cadubi/files/patch-cadubi (dead) 1.3 +1 -1 ports/graphics/cadubi/pkg-descr 1.2 +6 -3 ports/graphics/cadubi/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:16:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FDA16A4CE; Fri, 20 Feb 2004 08:16:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F242E43D31; Fri, 20 Feb 2004 08:16:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGGlGe063617; Fri, 20 Feb 2004 08:16:47 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGGlFO063616; Fri, 20 Feb 2004 08:16:47 -0800 (PST) (envelope-from krion) Message-Id: <200402201616.i1KGGlFO063616@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:16:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnome-mud Makefile ports/net/gnome-mud/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:16:48 -0000 krion 2004/02/20 08:16:47 PST FreeBSD ports repository Modified files: net/gnome-mud Makefile Added files: net/gnome-mud/files patch-configure Log: - Fix build on -current PR: ports/63140 Submitted by: Ports Fury Revision Changes Path 1.19 +1 -7 ports/net/gnome-mud/Makefile 1.1 +82 -0 ports/net/gnome-mud/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9692C16A4CE; Fri, 20 Feb 2004 08:17:04 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6318243D31; Fri, 20 Feb 2004 08:17:04 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 1929A5309; Fri, 20 Feb 2004 17:17:03 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8EEBB5308; Fri, 20 Feb 2004 17:16:55 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 0EFE533C6F; Fri, 20 Feb 2004 17:16:55 +0100 (CET) To: obrien@FreeBSD.org References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040219222006.GA19860@xor.obsecurity.org> <20040220012254.GB4306@dragon.nuxi.com> <20040220153933.GA29018@dragon.nuxi.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 20 Feb 2004 17:16:54 +0100 In-Reply-To: <20040220153933.GA29018@dragon.nuxi.com> (David O'Brien's message of "Fri, 20 Feb 2004 07:39:33 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Kris Kennaway cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:17:04 -0000 "David O'Brien" writes: > I am, but I've never demanded that FreeBSD's use of "i386" and "ia32" be > changed. AMD has affected the modern 32-bit x86 architecture as much as > Intel has. AMD paid all the millions and millions for the ISV & IHV > support. W/o AMD going to market with this design there would be no > "ia32e" from Intel. Intel had no choice and was totally forced by the > market to do their "ia32e". We owe honoring AMD by calling the platform > "amd64". I think it's only fair. Intel created the i386 and AMD copied it; we still call it the i386. AMD created the amd64 and Intel copied it; we should still call it the amd64. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:18:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F5816A4CE; Fri, 20 Feb 2004 08:18:08 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349BB43D39; Fri, 20 Feb 2004 08:18:08 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6E1835309; Fri, 20 Feb 2004 17:18:07 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 72D815308; Fri, 20 Feb 2004 17:18:01 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 5DC9033C6F; Fri, 20 Feb 2004 17:18:01 +0100 (CET) To: Ruslan Ermilov References: <200402201541.i1KFfs0M055276@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 20 Feb 2004 17:18:01 +0100 In-Reply-To: <200402201541.i1KFfs0M055276@repoman.freebsd.org> (Ruslan Ermilov's message of "Fri, 20 Feb 2004 07:41:54 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:18:08 -0000 Ruslan Ermilov writes: > Log: > Attempt to stop tinderbox flooding our mailboxes. Please blame the author of the broken code, not the tinderbox. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:22:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544F316A4CE; Fri, 20 Feb 2004 08:22:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36ECB43D2F; Fri, 20 Feb 2004 08:22:37 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGMbGe065562; Fri, 20 Feb 2004 08:22:37 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGMaab065561; Fri, 20 Feb 2004 08:22:36 -0800 (PST) (envelope-from krion) Message-Id: <200402201622.i1KGMaab065561@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:22:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/taxipilot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:22:37 -0000 krion 2004/02/20 08:22:36 PST FreeBSD ports repository Modified files: games/taxipilot Makefile distinfo Log: - Update to version 0.9.01 PR: ports/63136 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/games/taxipilot/Makefile 1.4 +2 -2 ports/games/taxipilot/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:24:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B15F16A4CE; Fri, 20 Feb 2004 08:24:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F77443D1D; Fri, 20 Feb 2004 08:24:16 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGOGGe065635; Fri, 20 Feb 2004 08:24:16 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGOGOG065634; Fri, 20 Feb 2004 08:24:16 -0800 (PST) (envelope-from arved) Message-Id: <200402201624.i1KGOGOG065634@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 08:24:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/kprof/files patch-index.docbook patch-kprof-doc-kprof-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:24:16 -0000 arved 2004/02/20 08:24:15 PST FreeBSD ports repository Added files: devel/kprof/files patch-index.docbook patch-kprof-doc-kprof-Makefile.in Log: Fix Build after KDE 3.2 Revision Changes Path 1.1 +10 -0 ports/devel/kprof/files/patch-index.docbook (new) 1.1 +11 -0 ports/devel/kprof/files/patch-kprof-doc-kprof-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:25:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7C316A4CE; Fri, 20 Feb 2004 08:25:22 -0800 (PST) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E7543D1D; Fri, 20 Feb 2004 08:25:22 -0800 (PST) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 3086613792; Fri, 20 Feb 2004 17:25:21 +0100 (CET) Date: Fri, 20 Feb 2004 17:25:25 +0100 (CET) From: Gerald Pfeifer To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: References: <200402192212.i1JMCUxx092480@repoman.freebsd.org> <20040220153933.GA29018@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: obrien@FreeBSD.org cc: Kris Kennaway cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:25:22 -0000 On Fri, 20 Feb 2004, Dag-Erling Smørgrav wrote: >> We owe honoring AMD by calling the platform "amd64". > I think it's only fair. Intel created the i386 and AMD copied it; we > still call it the i386. AMD created the amd64 and Intel copied it; > we should still call it the amd64. Now, that's fine with me. But please make sure to fix GCC (and other upstream packages that might have been broken by the renaming of x86_64-freebsd to amd64-freebsd). :-} Once GCC has been fixed upstream, I promise to update our ports as quickly as possible. Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/ From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:31:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2665316A4CE; Fri, 20 Feb 2004 08:31:13 -0800 (PST) Received: from ru.office.ipnet (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB9F43D39; Fri, 20 Feb 2004 08:31:12 -0800 (PST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by ru.office.ipnet (8.12.10/8.12.10) id i1KGV4vN053677; Fri, 20 Feb 2004 18:31:04 +0200 (EET) (envelope-from ru) Date: Fri, 20 Feb 2004 18:31:04 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20040220163104.GA53637@ip.net.ua> References: <200402201541.i1KFfs0M055276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:31:13 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 20, 2004 at 05:18:01PM +0100, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov writes: > > Log: > > Attempt to stop tinderbox flooding our mailboxes. >=20 > Please blame the author of the broken code, not the tinderbox. >=20 I should have added ";)". Of course it was targetted on the author of the commit not reading tinderbox mails. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANjZIUkv4P6juNwoRAhMrAJ9SLTrryCX6i8rMvO/DCBzegz+KsACdEIIp ZRaFP2Bc1DoshWQwacNgPxc= =e2Mk -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:39:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F3616A4CE; Fri, 20 Feb 2004 08:39:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B49EA43D39; Fri, 20 Feb 2004 08:39:54 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGdsGe067969; Fri, 20 Feb 2004 08:39:54 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGds9U067968; Fri, 20 Feb 2004 08:39:54 -0800 (PST) (envelope-from krion) Message-Id: <200402201639.i1KGds9U067968@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:39:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/qhacc Makefile distinfo pkg-plist ports/finance/qhacc/files patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:39:55 -0000 krion 2004/02/20 08:39:54 PST FreeBSD ports repository Modified files: finance/qhacc Makefile distinfo pkg-plist finance/qhacc/files patch-src::Makefile.in Log: - Update to version 2.9.8 PR: ports/63135 Submitted by: Ports Fury Revision Changes Path 1.47 +1 -1 ports/finance/qhacc/Makefile 1.32 +2 -2 ports/finance/qhacc/distinfo 1.2 +11 -10 ports/finance/qhacc/files/patch-src::Makefile.in 1.13 +78 -3 ports/finance/qhacc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:40:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A54A16A4CE; Fri, 20 Feb 2004 08:40:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA5043D2F; Fri, 20 Feb 2004 08:40:45 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGejGe068170; Fri, 20 Feb 2004 08:40:45 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGej3a068169; Fri, 20 Feb 2004 08:40:45 -0800 (PST) (envelope-from krion) Message-Id: <200402201640.i1KGej3a068169@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 20 Feb 2004 08:40:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/khacc Makefile distinfo ports/finance/khacc/files patch-khacc::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:40:45 -0000 krion 2004/02/20 08:40:45 PST FreeBSD ports repository Modified files: finance/khacc Makefile distinfo finance/khacc/files patch-khacc::Makefile.in Log: - Update to version 1.7.8 PR: ports/63134 Submitted by: Ports Fury Revision Changes Path 1.11 +1 -1 ports/finance/khacc/Makefile 1.8 +2 -2 ports/finance/khacc/distinfo 1.5 +402 -501 ports/finance/khacc/files/patch-khacc::Makefile.in From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:45:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E2C016A4CE; Fri, 20 Feb 2004 08:45:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A2A43D1F; Fri, 20 Feb 2004 08:45:18 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGjIGe070068; Fri, 20 Feb 2004 08:45:18 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGjIcv070067; Fri, 20 Feb 2004 08:45:18 -0800 (PST) (envelope-from osa) Message-Id: <200402201645.i1KGjIcv070067@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 20 Feb 2004 08:45:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/3proxy Makefile distinfo ports/net/3proxy/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:45:18 -0000 osa 2004/02/20 08:45:18 PST FreeBSD ports repository Modified files: net/3proxy Makefile distinfo net/3proxy/files patch-aa patch-ab Log: Update to latest stable release 0.4.3b. Make some improvments, SIZEfy. Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]: Operation timed out) Revision Changes Path 1.4 +10 -9 ports/net/3proxy/Makefile 1.4 +2 -1 ports/net/3proxy/distinfo 1.2 +8 -7 ports/net/3proxy/files/patch-aa 1.3 +6 -12 ports/net/3proxy/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:48:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF6E16A4CE; Fri, 20 Feb 2004 08:48:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3828B43D31; Fri, 20 Feb 2004 08:48:55 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGmtGe075940; Fri, 20 Feb 2004 08:48:55 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGmskK075939; Fri, 20 Feb 2004 08:48:54 -0800 (PST) (envelope-from netchild) Message-Id: <200402201648.i1KGmskK075939@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 20 Feb 2004 08:48:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:48:55 -0000 netchild 2004/02/20 08:48:54 PST FreeBSD ports repository Modified files: security/antivir-milter Makefile distinfo pkg-plist Log: - H+BEDV GmbH released a new tarball shipping an updated anti-virus engine (6.23.0.1 -> 6.24.0.2), current virus definition file (6.23.0.1 -> 6.24.0.6) and an updated antivir.conf adding the new option "UpdaterKeepsBackups" for for the current AV engine. If you are using the auto-update facility you should already have the updated AV engine binary and VDF. - Install the original AV engine binary and the VDF from the tarball with suffix "-dist_avfbmlt" instead of "-dist" so ${PREFIX}/AntiVir/antivir can be shared between different H+BEDV AntiVir products without conflicts. - Add another instance to MASTER_SITES. Submitted by: marius Revision Changes Path 1.5 +5 -4 ports/security/antivir-milter/Makefile 1.4 +2 -1 ports/security/antivir-milter/distinfo 1.2 +4 -4 ports/security/antivir-milter/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:53:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE1B16A4CE; Fri, 20 Feb 2004 08:53:28 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3373443D2F; Fri, 20 Feb 2004 08:53:28 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i1KGrRTA040335; Fri, 20 Feb 2004 08:53:27 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i1KGrRIT040334; Fri, 20 Feb 2004 08:53:27 -0800 (PST) (envelope-from sgk) Date: Fri, 20 Feb 2004 08:53:27 -0800 From: Steve Kargl To: Pawel Jakub Dawidek Message-ID: <20040220165327.GA40326@troutmask.apl.washington.edu> References: <200402200952.i1K9qQYd069540@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402200952.i1K9qQYd069540@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 ng_one2many.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:53:28 -0000 On Fri, Feb 20, 2004 at 01:52:26AM -0800, Pawel Jakub Dawidek wrote: > pjd 2004/02/20 01:52:26 PST > > FreeBSD src repository > > Modified files: > share/man/man4 ng_one2many.4 > Log: > New failure detection algorithm was backed out, so backout manual > page change as well. > Does this fix buildworld? ===> lib/libnetgraph cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libnetgraph/debug.c In file included from /usr/src/lib/libnetgraph/debug.c:65: /usr/obj/usr/src/i386/usr/include/netgraph/ng_ether.h:71: error: syntax error before "hook_p" *** Error code 1 Stop in /usr/src/lib/libnetgraph. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Steve From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:54:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 841E716A4CE; Fri, 20 Feb 2004 08:54:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E05D43D1F; Fri, 20 Feb 2004 08:54:02 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGs2Ge077961; Fri, 20 Feb 2004 08:54:02 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGs1hm077960; Fri, 20 Feb 2004 08:54:01 -0800 (PST) (envelope-from green) Message-Id: <200402201654.i1KGs1hm077960@repoman.freebsd.org> From: Brian Feldman Date: Fri, 20 Feb 2004 08:54:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression READMEsrc/tools/regression/gaithrstress Makefile gaithrstress.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:54:02 -0000 green 2004/02/20 08:54:01 PST FreeBSD src repository Modified files: tools/regression README Added files: tools/regression/gaithrstress Makefile gaithrstress.c Log: Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. Any Mozilla-based browser would show you a clear difference. Revision Changes Path 1.11 +1 -0 src/tools/regression/README 1.1 +7 -0 src/tools/regression/gaithrstress/Makefile (new) 1.1 +245 -0 src/tools/regression/gaithrstress/gaithrstress.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:57:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F0B16A4CE; Fri, 20 Feb 2004 08:57:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0950A43D1F; Fri, 20 Feb 2004 08:57:37 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGvaGe078125; Fri, 20 Feb 2004 08:57:36 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGvaQX078124; Fri, 20 Feb 2004 08:57:36 -0800 (PST) (envelope-from rees) Message-Id: <200402201657.i1KGvaQX078124@repoman.freebsd.org> From: Jim Rees Date: Fri, 20 Feb 2004 08:57:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_idmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:57:37 -0000 rees 2004/02/20 08:57:36 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_idmap.c Log: whitespace changes only (prepare for merge from citi tree) Revision Changes Path 1.3 +51 -52 src/sys/nfs4client/nfs4_idmap.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 08:58:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E453316A4CE; Fri, 20 Feb 2004 08:58:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C74C443D1F; Fri, 20 Feb 2004 08:58:57 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGwvGe078235; Fri, 20 Feb 2004 08:58:57 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGwvIG078234; Fri, 20 Feb 2004 08:58:57 -0800 (PST) (envelope-from arved) Message-Id: <200402201658.i1KGwvIG078234@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 08:58:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wmconfig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 16:58:58 -0000 arved 2004/02/20 08:58:57 PST FreeBSD ports repository Modified files: x11-wm/wmconfig Makefile Log: Fix build on AMD64 by using GNU_CONFIGURE Revision Changes Path 1.2 +1 -1 ports/x11-wm/wmconfig/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:00:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA38F16A4CF; Fri, 20 Feb 2004 09:00:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCD743D1F; Fri, 20 Feb 2004 09:00:57 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KH0vGe078404; Fri, 20 Feb 2004 09:00:57 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KH0vO0078402; Fri, 20 Feb 2004 09:00:57 -0800 (PST) (envelope-from scottl) Message-Id: <200402201700.i1KH0vO0078402@repoman.freebsd.org> From: Scott Long Date: Fri, 20 Feb 2004 09:00:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall cdrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:00:58 -0000 scottl 2004/02/20 09:00:57 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall cdrom.c Log: Add a hack to allow sysisntall to handle mixing 5.2 vs. 5.2.1 cds. Submitted by: murray Approved by: re Revision Changes Path 1.53.6.1 +2 -0 src/usr.sbin/sysinstall/cdrom.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:06:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6724C16A4CE; Fri, 20 Feb 2004 09:06:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAAC43D1D; Fri, 20 Feb 2004 09:06:54 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KH6sGe081227; Fri, 20 Feb 2004 09:06:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KH6s0S081226; Fri, 20 Feb 2004 09:06:54 -0800 (PST) (envelope-from arved) Message-Id: <200402201706.i1KH6s0S081226@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 09:06:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:06:54 -0000 arved 2004/02/20 09:06:54 PST FreeBSD ports repository Modified files: databases/mysql++ Makefile Log: Fix build on AMD64 by using GNU_CONFIGURE Revision Changes Path 1.18 +1 -1 ports/databases/mysql++/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:16:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4673A16A4CE; Fri, 20 Feb 2004 09:16:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290A843D1F; Fri, 20 Feb 2004 09:16:30 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHGTGe083325; Fri, 20 Feb 2004 09:16:30 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHGTuJ083324; Fri, 20 Feb 2004 09:16:29 -0800 (PST) (envelope-from blackend) Message-Id: <200402201716.i1KHGTuJ083324@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 20 Feb 2004 09:16:29 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:16:30 -0000 blackend 2004/02/20 09:16:29 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/ports chapter.sgml Log: MFen 1.187 --> 1.213 Revision Changes Path 1.5 +170 -623 doc/fr_FR.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:28:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C293516A4CE; Fri, 20 Feb 2004 09:28:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A622943D1F; Fri, 20 Feb 2004 09:28:13 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHSDGe085421; Fri, 20 Feb 2004 09:28:13 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHSDr3085420; Fri, 20 Feb 2004 09:28:13 -0800 (PST) (envelope-from blackend) Message-Id: <200402201728.i1KHSDr3085420@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 20 Feb 2004 09:28:13 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:28:13 -0000 blackend 2004/02/20 09:28:13 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Replace a dash with a non-breaking space for a FreeBSD version number, i.e. FreeBSD 5.0 instead of FreeBSD-5.0 Revision Changes Path 1.80 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:33:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB1916A4CE; Fri, 20 Feb 2004 09:33:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8D843D1D; Fri, 20 Feb 2004 09:33:54 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHXsGe087389; Fri, 20 Feb 2004 09:33:54 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHXsGi087388; Fri, 20 Feb 2004 09:33:54 -0800 (PST) (envelope-from blackend) Message-Id: <200402201733.i1KHXsGi087388@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 20 Feb 2004 09:33:54 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:33:54 -0000 blackend 2004/02/20 09:33:54 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: MFen 1.77 --> 1.80 Revision Changes Path 1.12 +8 -1 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:34:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEE416A51B; Fri, 20 Feb 2004 09:34:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E0243D1D; Fri, 20 Feb 2004 09:34:04 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHY4Ge087423; Fri, 20 Feb 2004 09:34:04 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHY4Qd087422; Fri, 20 Feb 2004 09:34:04 -0800 (PST) (envelope-from arved) Message-Id: <200402201734.i1KHY4Qd087422@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 20 Feb 2004 09:34:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/emovix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:34:06 -0000 arved 2004/02/20 09:34:04 PST FreeBSD ports repository Modified files: multimedia/emovix Makefile Log: Unbreak by adding USE_PERL5_BUILD Revision Changes Path 1.4 +2 -7 ports/multimedia/emovix/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:56:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DF916A4CE; Fri, 20 Feb 2004 09:56:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D0943D1D; Fri, 20 Feb 2004 09:56:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHuVGe091734; Fri, 20 Feb 2004 09:56:31 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHuVBp091733; Fri, 20 Feb 2004 09:56:31 -0800 (PST) (envelope-from marcus) Message-Id: <200402201756.i1KHuVBp091733@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 09:56:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/AbiWord2 Makefileports/editors/gnome2-office Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:56:32 -0000 marcus 2004/02/20 09:56:31 PST FreeBSD ports repository Modified files: editors/AbiWord2 Makefile editors/gnome2-office Makefile Log: This port doesn't work on any version of Alpha. Revision Changes Path 1.79 +1 -1 ports/editors/AbiWord2/Makefile 1.6 +1 -1 ports/editors/gnome2-office/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:58:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6203F16A4CE; Fri, 20 Feb 2004 09:58:39 -0800 (PST) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0F443D1D; Fri, 20 Feb 2004 09:58:39 -0800 (PST) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 3000) id BFA5A11840; Fri, 20 Feb 2004 18:58:36 +0100 (CET) Date: Fri, 20 Feb 2004 18:58:36 +0100 From: "Simon L. Nielsen" To: Marc Fonvieille Message-ID: <20040220175834.GE755@arthur.nitro.dk> References: <200402201728.i1KHSDr3085420@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fWddYNRDgTk9wQGZ" Content-Disposition: inline In-Reply-To: <200402201728.i1KHSDr3085420@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:58:39 -0000 --fWddYNRDgTk9wQGZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.02.20 09:28:13 -0800, Marc Fonvieille wrote: > blackend 2004/02/20 09:28:13 PST >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/handbook/multimedia chapter.sgml=20 > Log: > Replace a dash with a non-breaking space for a FreeBSD version number, > i.e. FreeBSD 5.0 instead of FreeBSD-5.0 Doh, of course. Thanks! --=20 Simon L. Nielsen FreeBSD Documentation Team --fWddYNRDgTk9wQGZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFANkrKh9pcDSc1mlERAmdYAJ4q6JNVcq6aJ2C/Zz3MMQr9DYKV7QCbBrlr 0kCyvuLGKQrjJseO9ZTg2SI= =Zy6V -----END PGP SIGNATURE----- --fWddYNRDgTk9wQGZ-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 09:59:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C37F416A4CE; Fri, 20 Feb 2004 09:59:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A750943D1F; Fri, 20 Feb 2004 09:59:33 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KHxXGe091861; Fri, 20 Feb 2004 09:59:33 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KHxXqX091860; Fri, 20 Feb 2004 09:59:33 -0800 (PST) (envelope-from ume) Message-Id: <200402201759.i1KHxXqX091860@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 20 Feb 2004 09:59:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net name6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 17:59:33 -0000 ume 2004/02/20 09:59:33 PST FreeBSD src repository Modified files: lib/libc/net name6.c Log: add destination address selection support for getipnodebyname(3). though getipnodebyname(3) is obsoleted api, some major applications such as Mozilla are still using it. so, it will help ipv4 users. Revision Changes Path 1.34 +225 -1 src/lib/libc/net/name6.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:00:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC0716A4EA; Fri, 20 Feb 2004 10:00:34 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E00B43D1D; Fri, 20 Feb 2004 10:00:31 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1KI0VOE020513; Fri, 20 Feb 2004 10:00:31 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1KI0VuO020512; Fri, 20 Feb 2004 10:00:31 -0800 (PST) (envelope-from marcel) Date: Fri, 20 Feb 2004 10:00:30 -0800 From: Marcel Moolenaar To: Ruslan Ermilov Message-ID: <20040220180030.GA20475@ns1.xcllnt.net> References: <200402200342.i1K3gZBc074565@repoman.freebsd.org> <20040220103332.GB42846@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040220103332.GB42846@ip.net.ua> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 18:00:34 -0000 On Fri, Feb 20, 2004 at 12:33:32PM +0200, Ruslan Ermilov wrote: > On Thu, Feb 19, 2004 at 07:42:34PM -0800, Marcel Moolenaar wrote: > > marcel 2004/02/19 19:42:34 PST > > > > FreeBSD src repository > > > > Modified files: > > lib Makefile > > Log: > > Moving forward, there's no reason to exclude libpthread on sparc64. > > > > Revision Changes Path > > 1.179 +1 -1 src/lib/Makefile > > > Are there immediate plans to rename libkse to libpthread on sparc64 > as well? Not until libpthread actually works on sparc64. The same applies to alpha. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:01:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B9F16A4CE; Fri, 20 Feb 2004 10:01:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3016A43D1D; Fri, 20 Feb 2004 10:01:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KI1TGe092767; Fri, 20 Feb 2004 10:01:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KI1TRw092766; Fri, 20 Feb 2004 10:01:29 -0800 (PST) (envelope-from marcus) Message-Id: <200402201801.i1KI1TRw092766@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 10:01:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnomebuild Makefileports/devel/gnomebuild/files patch-src_backends_libgbf_am_gbf-am-project.c stable-src_backends_libgbf_am_gbf-am-project.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 18:01:30 -0000 marcus 2004/02/20 10:01:29 PST FreeBSD ports repository Modified files: devel/gnomebuild Makefile Added files: devel/gnomebuild/files current-src_backends_libgbf_am_gbf-am-project.c stable-src_backends_libgbf_am_gbf-am-project.c Removed files: devel/gnomebuild/files patch-src_backends_libgbf_am_gbf-am-project.c Log: Use two different approaches for 4.X and 5.X for the printf(size_t) problem. Reported by: bento via kris Revision Changes Path 1.12 +9 -1 ports/devel/gnomebuild/Makefile 1.1 +11 -0 ports/devel/gnomebuild/files/current-src_backends_libgbf_am_gbf-am-project.c (new) 1.4 +0 -11 ports/devel/gnomebuild/files/patch-src_backends_libgbf_am_gbf-am-project.c (dead) 1.1 +11 -0 ports/devel/gnomebuild/files/stable-src_backends_libgbf_am_gbf-am-project.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:07:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F9416A4CE; Fri, 20 Feb 2004 10:07:29 -0800 (PST) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD0643D1F; Fri, 20 Feb 2004 10:07:28 -0800 (PST) (envelope-from joseph@randomnetworks.com) Received: from randomservers.com (randomservers [69.55.237.158]) by randomservers.com (8.12.10/8.12.6) with ESMTP id i1KI55wn006739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Feb 2004 10:05:07 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host randomservers [69.55.237.158] claimed to be randomservers.com Received: from localhost (joseph@localhost)i1KI54H0006050; Fri, 20 Feb 2004 10:05:05 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: joseph owned process doing -bs Date: Fri, 20 Feb 2004 10:04:59 -0800 (PST) From: Joseph Scott X-X-Sender: joseph@randomservers To: Ying-Chieh Liao In-Reply-To: <200402200532.i1K5WMEE005510@repoman.freebsd.org> Message-ID: <20040220100411.V45718@randomservers> References: <200402200532.i1K5WMEE005510@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/boost Makefile distinfo pkg-plist patch-tools::build::v1::gcc-tools.jam ports/devel/boost/scripts do-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 18:07:29 -0000 On Thu, 19 Feb 2004, Ying-Chieh Liao wrote: -> ijliao 2004/02/19 21:32:22 PST -> -> FreeBSD ports repository -> -> Modified files: -> devel/boost Makefile distinfo pkg-plist -> Added files: -> devel/boost/files patch-libs::test:src::test_tools.cpp -> patch-tools::build::v1::allyourbase.jam -> patch-tools::build::v1::boost-base.jam -> patch-tools::build::v1::gcc-tools.jam -> devel/boost/scripts do-install -> Log: -> upgrade to 1.31.0 -> -> -> PR: 63100 -> Submitted by: maintainer This also appears to resolve PR ports/62899 -- Joseph Scott http://www.randomnetworks.com/joseph/blog/contact.php From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:31:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF21F16A4CE; Fri, 20 Feb 2004 10:31:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B115743D2F; Fri, 20 Feb 2004 10:31:31 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KIVVGe000443; Fri, 20 Feb 2004 10:31:31 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KIVVGV000439; Fri, 20 Feb 2004 10:31:31 -0800 (PST) (envelope-from phantom) Message-Id: <200402201831.i1KIVVGV000439@repoman.freebsd.org> From: Alexey Zelkin Date: Fri, 20 Feb 2004 10:31:31 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/fbsd-from-scratch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 18:31:32 -0000 phantom 2004/02/20 10:31:31 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/fbsd-from-scratch Makefile Log: Workaround issue when jade is unable to find extra files (non-sgml) in order to insert them "in-place" into artcle.sgml. In order to avoid it we just make a temporary copy of files located in english directory into ${.OBJDIR}. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +11 -14 doc/ru_RU.KOI8-R/articles/fbsd-from-scratch/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:44:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAACD16A4CE; Fri, 20 Feb 2004 10:44:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF6043D1F; Fri, 20 Feb 2004 10:44:19 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KIiJGe003313; Fri, 20 Feb 2004 10:44:19 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KIiJVo003312; Fri, 20 Feb 2004 10:44:19 -0800 (PST) (envelope-from blackend) Message-Id: <200402201844.i1KIiJVo003312@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 20 Feb 2004 10:44:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 20 Feb 2004 18:44:19 -0000 blackend 2004/02/20 10:44:19 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add informations on how to use a configuration file with natd(8). Revision Changes Path 1.273 +25 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 10:47:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222D616A4D1 for ; Fri, 20 Feb 2004 10:47:36 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id ED00F43D39 for ; Fri, 20 Feb 2004 10:47:35 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 47363 invoked by uid 1000); 20 Feb 2004 18:47:34 -0000 Date: Fri, 20 Feb 2004 10:47:34 -0800 (PST) From: Nate Lawson To: Ruslan Ermilov In-Reply-To: <20040220160546.6998B16A4E6@hub.freebsd.org> Message-ID: <20040220104709.H47349@root.org> References: <20040220160546.6998B16A4E6@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4/man4.i386 acpi_toshiba.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 18:47:36 -0000 On Fri, 20 Feb 2004, Ruslan Ermilov wrote: > ru 2004/02/20 08:05:38 PST > > FreeBSD src repository > > Modified files: > share/man/man4/man4.i386 acpi_toshiba.4 > Log: > mdoc(7) guru's glance. > > Revision Changes Path > 1.2 +22 -18 src/share/man/man4/man4.i386/acpi_toshiba.4 Thanks. -Nate From owner-cvs-all@FreeBSD.ORG Fri Feb 20 11:09:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B559716A4CE; Fri, 20 Feb 2004 11:09:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9877143D1F; Fri, 20 Feb 2004 11:09:26 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KJ9QGe008748; Fri, 20 Feb 2004 11:09:26 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KJ9QgZ008747; Fri, 20 Feb 2004 11:09:26 -0800 (PST) (envelope-from adamw) Message-Id: <200402201909.i1KJ9QgZ008747@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 20 Feb 2004 11:09:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gtranslator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 19:09:26 -0000 adamw 2004/02/20 11:09:26 PST FreeBSD ports repository Modified files: devel/gtranslator Makefile distinfo pkg-plist Log: Update to 1.0.1, apply some plist fixes, and remove the main MASTER_SITE which doesn't seem to exist. Revision Changes Path 1.35 +5 -7 ports/devel/gtranslator/Makefile 1.15 +2 -2 ports/devel/gtranslator/distinfo 1.14 +5 -0 ports/devel/gtranslator/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 11:53:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C21D16A4CE; Fri, 20 Feb 2004 11:53:08 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D22C43D31; Fri, 20 Feb 2004 11:53:08 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <200402201953070140014snje>; Fri, 20 Feb 2004 19:53:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA24335; Fri, 20 Feb 2004 11:53:06 -0800 (PST) Date: Fri, 20 Feb 2004 11:53:05 -0800 (PST) From: Julian Elischer To: Ruslan Ermilov In-Reply-To: <200402201541.i1KFfs0M055276@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 19:53:08 -0000 huh? who's building it? oh heck I forgot that tinderbox build LINT.. still I don't get those errors here.. why not? (goes to look at code)... On Fri, 20 Feb 2004, Ruslan Ermilov wrote: > ru 2004/02/20 07:41:54 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/bfe if_bfe.c > Log: > Attempt to stop tinderbox flooding our mailboxes. > > Revision Changes Path > 1.4.4.4 +4 -0 src/sys/dev/bfe/if_bfe.c > From owner-cvs-all@FreeBSD.ORG Fri Feb 20 11:54:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 916FA16A4CE; Fri, 20 Feb 2004 11:54:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7240D43D1D; Fri, 20 Feb 2004 11:54:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KJsYGe019001; Fri, 20 Feb 2004 11:54:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KJsY8P019000; Fri, 20 Feb 2004 11:54:34 -0800 (PST) (envelope-from marcus) Message-Id: <200402201954.i1KJsY8P019000@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 11:54:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/foomatic-db-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 19:54:34 -0000 marcus 2004/02/20 11:54:34 PST FreeBSD ports repository Modified files: print/foomatic-db-engine Makefile Log: Fix make patch after gettext PORTREVISION bump by using DISTNAME instead of PKGNAME for the tarball and WRKSRC. PR: 63148 Submitted by: Taoka Fumiyoshi Revision Changes Path 1.11 +10 -12 ports/print/foomatic-db-engine/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 11:59:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CBF16A4CF; Fri, 20 Feb 2004 11:59:27 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8759A43D2F; Fri, 20 Feb 2004 11:59:27 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1KJxROE021086; Fri, 20 Feb 2004 11:59:27 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1KJxQLg021085; Fri, 20 Feb 2004 11:59:26 -0800 (PST) (envelope-from marcel) Date: Fri, 20 Feb 2004 11:59:26 -0800 From: Marcel Moolenaar To: Bruce Evans Message-ID: <20040220195926.GA20936@ns1.xcllnt.net> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <200402180839.09285.jhb@FreeBSD.org> <20040218174059.GC7878@ns1.xcllnt.net> <200402181414.01381.jhb@FreeBSD.org> <20040220191831.B4626@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040220191831.B4626@gamplex.bde.org> User-Agent: Mutt/1.5.5.1i cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 19:59:27 -0000 On Fri, Feb 20, 2004 at 07:32:09PM +1100, Bruce Evans wrote: > On Wed, 18 Feb 2004, John Baldwin wrote: > > > On Wednesday 18 February 2004 12:40 pm, Marcel Moolenaar wrote: > > > I like the behaviour of MPASS(), just not its name and the fact it's > > > defined in lock.h. If we can call it ASSERT and move its definition > > > to systm.h, then I'm hooked. > > MPASS() has the same problems as line numbers in panic messages (except > for the implementation bugs (misformatting of the output etc.)): verbose > messages and breakage of simple regression tests. Note that however you look at it, failed assertions and panics are expected to not happen. I hope at least that we're not designing the kernel based on the frequent occurrence of these. In case they do happen, I expect that they help in identifying the root cause. If a failed assertion or a panic breaks a simple regression test, it means there's a bug and that it needs to be found and fixed. You're not supposed to complain that the message printed by the assert or panic logic messes up the testing. So, verbosity is of lesser concern than having concise, to the point and informative messages that stand out enough to be noticed and actually help developers to start triaging the problem and get to the bottom of it. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:02:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F36E16A4CE; Fri, 20 Feb 2004 12:02:01 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5D943D1F; Fri, 20 Feb 2004 12:02:00 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <2004022020015901200fubn1e>; Fri, 20 Feb 2004 20:02:00 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA24499; Fri, 20 Feb 2004 12:01:58 -0800 (PST) Date: Fri, 20 Feb 2004 12:01:57 -0800 (PST) From: Julian Elischer To: Ruslan Ermilov In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:02:01 -0000 On Fri, 20 Feb 2004, Julian Elischer wrote: > huh? who's building it? > oh heck I forgot that tinderbox build LINT.. > still I don't get those errors here.. why not? > > (goes to look at code)... hmm I've been testing it as a module.. I think that's the difference.. > > > On Fri, 20 Feb 2004, Ruslan Ermilov wrote: > > > ru 2004/02/20 07:41:54 PST > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/dev/bfe if_bfe.c > > Log: > > Attempt to stop tinderbox flooding our mailboxes. > > > > Revision Changes Path > > 1.4.4.4 +4 -0 src/sys/dev/bfe/if_bfe.c > > > > From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:13:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791CC16A4CE; Fri, 20 Feb 2004 12:13:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7242643D1D; Fri, 20 Feb 2004 12:13:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKDmGe024198; Fri, 20 Feb 2004 12:13:48 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKDmP2024197; Fri, 20 Feb 2004 12:13:48 -0800 (PST) (envelope-from vanilla) Message-Id: <200402202013.i1KKDmP2024197@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 20 Feb 2004 12:13:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/pike75 Makefile distinfo pkg-descr pkg-plist ports/lang/pike75/files patch-aa patch-ab patch-configure patch-install.pike X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:13:48 -0000 vanilla 2004/02/20 12:13:48 PST FreeBSD ports repository Modified files: lang Makefile Added files: lang/pike75 Makefile distinfo pkg-descr pkg-plist lang/pike75/files patch-aa patch-ab patch-configure patch-install.pike Log: Add pike75 7.5.17, a dynamic programming language with a syntax similar to C++. PR: ports/62436 Submitted by: kiwi@oav.net Revision Changes Path 1.388 +1 -0 ports/lang/Makefile 1.1 +312 -0 ports/lang/pike75/Makefile (new) 1.1 +2 -0 ports/lang/pike75/distinfo (new) 1.1 +24 -0 ports/lang/pike75/files/patch-aa (new) 1.1 +13 -0 ports/lang/pike75/files/patch-ab (new) 1.1 +46 -0 ports/lang/pike75/files/patch-configure (new) 1.1 +11 -0 ports/lang/pike75/files/patch-install.pike (new) 1.1 +19 -0 ports/lang/pike75/pkg-descr (new) 1.1 +453 -0 ports/lang/pike75/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:16:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BA016A4CE; Fri, 20 Feb 2004 12:16:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D5B43D1D; Fri, 20 Feb 2004 12:16:06 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKG6Ge024324; Fri, 20 Feb 2004 12:16:06 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKG6GQ024323; Fri, 20 Feb 2004 12:16:06 -0800 (PST) (envelope-from vanilla) Message-Id: <200402202016.i1KKG6GQ024323@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 20 Feb 2004 12:16:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:16:06 -0000 vanilla 2004/02/20 12:16:06 PST FreeBSD ports repository Modified files: . modules Log: Add lang/pike75. Revision Changes Path 1.9443 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:32:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FA716A4CF; Fri, 20 Feb 2004 12:32:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B3943D2F; Fri, 20 Feb 2004 12:32:51 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKWpGe028615; Fri, 20 Feb 2004 12:32:51 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKWp3R028614; Fri, 20 Feb 2004 12:32:51 -0800 (PST) (envelope-from oliver) Message-Id: <200402202032.i1KKWp3R028614@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 12:32:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/wminfo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:32:51 -0000 oliver 2004/02/20 12:32:50 PST FreeBSD ports repository Modified files: misc Makefile Added files: misc/wminfo Makefile distinfo pkg-descr pkg-plist Log: Add wminfo 1.51, dockapp to run shell scripts and display the output. PR: 62600 Submitted by: Thomas Kempka Revision Changes Path 1.654 +1 -0 ports/misc/Makefile 1.1 +31 -0 ports/misc/wminfo/Makefile (new) 1.1 +1 -0 ports/misc/wminfo/distinfo (new) 1.1 +8 -0 ports/misc/wminfo/pkg-descr (new) 1.1 +1 -0 ports/misc/wminfo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:32:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35E116A4CE; Fri, 20 Feb 2004 12:32:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C480943D1D; Fri, 20 Feb 2004 12:32:59 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKWxGe028659; Fri, 20 Feb 2004 12:32:59 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKWxHF028658; Fri, 20 Feb 2004 12:32:59 -0800 (PST) (envelope-from oliver) Message-Id: <200402202032.i1KKWxHF028658@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 12:32:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:33:00 -0000 oliver 2004/02/20 12:32:59 PST FreeBSD ports repository Modified files: . modules Log: wminfo --> ports/misc/wminfo Revision Changes Path 1.9444 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:33:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C4BE16A4CE; Fri, 20 Feb 2004 12:33:28 -0800 (PST) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E39B43D1D; Fri, 20 Feb 2004 12:33:28 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1KKXRHQ002008; Fri, 20 Feb 2004 15:33:27 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200402201525.i1KFPuot051623@repoman.freebsd.org> References: <200402201525.i1KFPuot051623@repoman.freebsd.org> Date: Fri, 20 Feb 2004 15:33:26 -0500 To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:33:28 -0000 At 7:25 AM -0800 2/20/04, Warner Losh wrote: >imp 2004/02/20 07:25:56 PST > > FreeBSD src repository > > Modified files: > . UPDATING > Log: > Add a belated entry for the CPU_ENABLE_LONGRUN issue. Did you get my email pointing out that the UPDATING entry for 20030714 should be updated? The problem that describes was solved a short time later. I have friends who read that entry, and think that they have to avoid -j on buildworlds... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1EE016A4CE; Fri, 20 Feb 2004 12:36:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C456F43D1F; Fri, 20 Feb 2004 12:36:55 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKatGe028820; Fri, 20 Feb 2004 12:36:55 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKatjo028819; Fri, 20 Feb 2004 12:36:55 -0800 (PST) (envelope-from cognet) Message-Id: <200402202036.i1KKatjo028819@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 20 Feb 2004 12:36:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/trm trm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:36:56 -0000 cognet 2004/02/20 12:36:55 PST FreeBSD src repository Modified files: sys/dev/trm trm.c Log: Do not test if pDCB is not NULL, we dereference it before anyway, and it should not happen. Add a KASSERT instead. Reported by: Ted Unangst Spotted out by: cperciva Revision Changes Path 1.19 +2 -3 src/sys/dev/trm/trm.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:40:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07F116A4CE; Fri, 20 Feb 2004 12:40:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B5243D1F; Fri, 20 Feb 2004 12:40:57 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKevGe029164; Fri, 20 Feb 2004 12:40:57 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKev9l029163; Fri, 20 Feb 2004 12:40:57 -0800 (PST) (envelope-from oliver) Message-Id: <200402202040.i1KKev9l029163@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 12:40:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/wmpiki Makefile distinfo pkg-descr pkg-plist ports/net/wmpiki/files patch::wmpiki.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:40:58 -0000 oliver 2004/02/20 12:40:57 PST FreeBSD ports repository Modified files: net Makefile Added files: net/wmpiki Makefile distinfo pkg-descr pkg-plist net/wmpiki/files patch::wmpiki.c Log: Add wmpiki 0.2.1, a multiping host checker dockapp. PR: 63093 Submitted by: Thomas Kempka Revision Changes Path 1.1224 +1 -0 ports/net/Makefile 1.1 +37 -0 ports/net/wmpiki/Makefile (new) 1.1 +1 -0 ports/net/wmpiki/distinfo (new) 1.1 +14 -0 ports/net/wmpiki/files/patch::wmpiki.c (new) 1.1 +5 -0 ports/net/wmpiki/pkg-descr (new) 1.1 +4 -0 ports/net/wmpiki/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:41:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBA016A4CE; Fri, 20 Feb 2004 12:41:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33D643D2D; Fri, 20 Feb 2004 12:41:07 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKf7Ge029212; Fri, 20 Feb 2004 12:41:07 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKf7SP029211; Fri, 20 Feb 2004 12:41:07 -0800 (PST) (envelope-from oliver) Message-Id: <200402202041.i1KKf7SP029211@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 12:41:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:41:08 -0000 oliver 2004/02/20 12:41:07 PST FreeBSD ports repository Modified files: . modules Log: wmpiki --> ports/net/wmpiki Revision Changes Path 1.9445 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:49:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AE116A4CE; Fri, 20 Feb 2004 12:49:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DB843D1D; Fri, 20 Feb 2004 12:49:09 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KKn9Ge036909; Fri, 20 Feb 2004 12:49:09 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KKn8L1036908; Fri, 20 Feb 2004 12:49:08 -0800 (PST) (envelope-from oliver) Message-Id: <200402202049.i1KKn8L1036908@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 12:49:08 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:49:09 -0000 oliver 2004/02/20 12:49:08 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: add Thomas Kempka for his ports misc/wminfo, net/wmpiki and x11/wmmsg Revision Changes Path 1.145 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:01:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B68216A4CE; Fri, 20 Feb 2004 13:01:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F252E43D2D; Fri, 20 Feb 2004 13:01:55 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KL1tGe040234; Fri, 20 Feb 2004 13:01:55 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KL1thg040230; Fri, 20 Feb 2004 13:01:55 -0800 (PST) (envelope-from oliver) Message-Id: <200402202101.i1KL1thg040230@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 20 Feb 2004 13:01:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/wminfo/files patch-wminfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:01:56 -0000 oliver 2004/02/20 13:01:55 PST FreeBSD ports repository Added files: misc/wminfo/files patch-wminfo.c Log: Add a patch to avoid using the same temporary filename for different plugins Submitted by: maintainer Revision Changes Path 1.1 +18 -0 ports/misc/wminfo/files/patch-wminfo.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:06:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3973016A4CE; Fri, 20 Feb 2004 13:06:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C06443D1F; Fri, 20 Feb 2004 13:06:24 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KL6NGe042020; Fri, 20 Feb 2004 13:06:23 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KL6NT2042019; Fri, 20 Feb 2004 13:06:23 -0800 (PST) (envelope-from adamw) Message-Id: <200402202106.i1KL6NT2042019@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 20 Feb 2004 13:06:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:06:24 -0000 adamw 2004/02/20 13:06:23 PST FreeBSD ports repository Modified files: multimedia/totem Makefile Log: Chase libdvdnav shlib version. Revision Changes Path 1.29 +1 -1 ports/multimedia/totem/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:07:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FEA16A4CE; Fri, 20 Feb 2004 13:07:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A918643D2F; Fri, 20 Feb 2004 13:07:50 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KL7oGe042102; Fri, 20 Feb 2004 13:07:50 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KL7oLS042101; Fri, 20 Feb 2004 13:07:50 -0800 (PST) (envelope-from glewis) Message-Id: <200402202107.i1KL7oLS042101@repoman.freebsd.org> From: Greg Lewis Date: Fri, 20 Feb 2004 13:07:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql-connector-java Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:07:50 -0000 glewis 2004/02/20 13:07:50 PST FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: . Update to 3.0.11. PR: 63122 Submitted by: Matthew Seaman Revision Changes Path 1.20 +1 -1 ports/databases/mysql-connector-java/Makefile 1.7 +2 -2 ports/databases/mysql-connector-java/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:10:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BBF16A4CF; Fri, 20 Feb 2004 13:10:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D8C43D2F; Fri, 20 Feb 2004 13:10:02 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLA2Ge042195; Fri, 20 Feb 2004 13:10:02 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLA2Nr042194; Fri, 20 Feb 2004 13:10:02 -0800 (PST) (envelope-from adamw) Message-Id: <200402202110.i1KLA2Nr042194@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 20 Feb 2004 13:10:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefileports/multimedia/mplayerxp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:10:02 -0000 adamw 2004/02/20 13:10:02 PST FreeBSD ports repository Modified files: multimedia/mplayer Makefile multimedia/mplayerxp Makefile Log: Chase libdvdnav shlib. Revision Changes Path 1.83 +2 -2 ports/multimedia/mplayer/Makefile 1.48 +1 -1 ports/multimedia/mplayerxp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:17:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8FA616A4CE; Fri, 20 Feb 2004 13:17:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABB843D31; Fri, 20 Feb 2004 13:17:02 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLH2Ge044263; Fri, 20 Feb 2004 13:17:02 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLH2tm044258; Fri, 20 Feb 2004 13:17:02 -0800 (PST) (envelope-from blackend) Message-Id: <200402202117.i1KLH2tm044258@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 20 Feb 2004 13:17:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:17:02 -0000 blackend 2004/02/20 13:17:02 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: MFen 1.250 --> 1.273 for the already translated parts. Revision Changes Path 1.12 +27 -4 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:27:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914C416A4CE; Fri, 20 Feb 2004 13:27:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C8A43D1F; Fri, 20 Feb 2004 13:27:04 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLR4Ge046287; Fri, 20 Feb 2004 13:27:04 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLR4vs046286; Fri, 20 Feb 2004 13:27:04 -0800 (PST) (envelope-from scottl) Message-Id: <200402202127.i1KLR4vs046286@repoman.freebsd.org> From: Scott Long Date: Fri, 20 Feb 2004 13:27:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:27:04 -0000 scottl 2004/02/20 13:27:04 PST FreeBSD src repository Modified files: . MAINTAINERS Log: Add somemore items to the list. The purpose is not to extert control over these, but to let people know that they are maintained. Revision Changes Path 1.80 +7 -1 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:35:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A492716A4CE; Fri, 20 Feb 2004 13:35:13 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E0243D1F; Fri, 20 Feb 2004 13:35:13 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i1KLU5sm013411; Fri, 20 Feb 2004 16:30:06 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Adam Weinberger In-Reply-To: <200402202106.i1KL6NT2042019@repoman.freebsd.org> References: <200402202106.i1KL6NT2042019@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qZHkuYslY9e1NMlIyPCQ" Organization: MarcusCom, Inc. Message-Id: <1077312919.807.38.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 20 Feb 2004 16:35:19 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:35:13 -0000 --=-qZHkuYslY9e1NMlIyPCQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-02-20 at 16:06, Adam Weinberger wrote: > adamw 2004/02/20 13:06:23 PST >=20 > FreeBSD ports repository >=20 > Modified files: > multimedia/totem Makefile=20 > Log: > Chase libdvdnav shlib version. Crap. Thanks. Joe > =20 > Revision Changes Path > 1.29 +1 -1 ports/multimedia/totem/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-qZHkuYslY9e1NMlIyPCQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBANn2Xb2iPiv4Uz4cRApWjAJ9jFdiJTMNYK/YRfhxIYiY/ZrycwACgnK+z gClEJWCmVhrwha1ysqJXaJ4= =joN8 -----END PGP SIGNATURE----- --=-qZHkuYslY9e1NMlIyPCQ-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:36:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7363C16A4CE; Fri, 20 Feb 2004 13:36:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56FA243D2F; Fri, 20 Feb 2004 13:36:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLakGe048438; Fri, 20 Feb 2004 13:36:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLajYi048437; Fri, 20 Feb 2004 13:36:45 -0800 (PST) (envelope-from marcus) Message-Id: <200402202136.i1KLajYi048437@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 13:36:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:36:46 -0000 marcus 2004/02/20 13:36:45 PST FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile Log: Re-add support for libdvdnav. Revision Changes Path 1.40 +4 -4 ports/multimedia/gstreamer-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:38:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942316A4CE; Fri, 20 Feb 2004 13:38:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C62343D1F; Fri, 20 Feb 2004 13:38:24 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLcNGe048486; Fri, 20 Feb 2004 13:38:23 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLcNPU048485; Fri, 20 Feb 2004 13:38:23 -0800 (PST) (envelope-from mux) Message-Id: <200402202138.i1KLcNPU048485@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 20 Feb 2004 13:38:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/init init.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:38:24 -0000 mux 2004/02/20 13:38:23 PST FreeBSD src repository Modified files: sbin/init init.8 Log: Mention that securelevel 1 also blocks access to /dev/io if it exists (not all platforms have it). Revision Changes Path 1.41 +3 -2 src/sbin/init/init.8 From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:39:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB1E16A4CE; Fri, 20 Feb 2004 13:39:47 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E8443D2D; Fri, 20 Feb 2004 13:39:47 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1KLdknJ016148; Fri, 20 Feb 2004 14:39:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 20 Feb 2004 14:39:45 -0700 (MST) Message-Id: <20040220.143945.93360906.imp@bsdimp.com> To: drosih@rpi.edu From: "M. Warner Losh" In-Reply-To: References: <200402201525.i1KFPuot051623@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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:39:48 -0000 In message: Garance A Drosihn writes: : At 7:25 AM -0800 2/20/04, Warner Losh wrote: : >imp 2004/02/20 07:25:56 PST : > : > FreeBSD src repository : > : > Modified files: : > . UPDATING : > Log: : > Add a belated entry for the CPU_ENABLE_LONGRUN issue. : : Did you get my email pointing out that the UPDATING entry for : 20030714 should be updated? The problem that describes was : solved a short time later. I have friends who read that entry, : and think that they have to avoid -j on buildworlds... Yes. I've not had the chance to know when the date of safety is, so haven't added one. Warner From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:51:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B8316A4CE; Fri, 20 Feb 2004 13:51:16 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DE743D2F; Fri, 20 Feb 2004 13:51:16 -0800 (PST) (envelope-from tim@kientzle.com) Received: from kientzle.com ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1KLp8kX073770; Fri, 20 Feb 2004 13:51:08 -0800 (PST) (envelope-from tim@kientzle.com) Message-ID: <4036814C.9070405@kientzle.com> Date: Fri, 20 Feb 2004 13:51:08 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200402201525.i1KFPuot051623@repoman.freebsd.org> <20040220.143945.93360906.imp@bsdimp.com> In-Reply-To: <20040220.143945.93360906.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: drosih@rpi.edu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.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, 20 Feb 2004 21:51:17 -0000 M. Warner Losh wrote: > In message: > Garance A Drosihn writes: > : Did you get my email pointing out that the UPDATING entry for > : 20030714 should be updated? The problem that describes was > : solved a short time later. I have friends who read that entry, > : and think that they have to avoid -j on buildworlds... > > Yes. I've not had the chance to know when the date of safety is, so > haven't added one. > Warner, here's the commit message for the fix, from "cvs log rescue/rescue/Makefile" ---------------------------- revision 1.14 date: 2003/07/24 07:42:42; author: gordon; state: Exp; lines: +3 -2 Fix rescue build using -j. The problem appears to be make not being able to find the source when the object was specified as /foo.o. The fix makes the build go through a make objs before compiling the rest of the crunchgen. This ensures that the dhclient bits are built in the correct place where they are picked up for the final compile of rescue. I'd like to thank dwhite@ and gad@ for helping me track down the problem. Fast testing box provided by: phk@ (thanks) ------------------------------ From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:52:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE1D16A4CE; Fri, 20 Feb 2004 13:52:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF4543D31; Fri, 20 Feb 2004 13:52:13 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLqDGe052386; Fri, 20 Feb 2004 13:52:13 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLqCOm052376; Fri, 20 Feb 2004 13:52:12 -0800 (PST) (envelope-from naddy) Message-Id: <200402202152.i1KLqCOm052376@repoman.freebsd.org> From: Christian Weisgerber Date: Fri, 20 Feb 2004 13:52:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/nano Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:52:14 -0000 naddy 2004/02/20 13:52:12 PST FreeBSD ports repository Modified files: editors/nano Makefile distinfo pkg-plist Log: Update to 1.2.3. This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser. Revision Changes Path 1.27 +1 -2 ports/editors/nano/Makefile 1.17 +2 -1 ports/editors/nano/distinfo 1.14 +2 -1 ports/editors/nano/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:55:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F88C16A4CE; Fri, 20 Feb 2004 13:55:25 -0800 (PST) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07C243D2F; Fri, 20 Feb 2004 13:55:24 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1KLtMnI000896; Fri, 20 Feb 2004 16:55:22 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040220.143945.93360906.imp@bsdimp.com> References: <200402201525.i1KFPuot051623@repoman.freebsd.org> <20040220.143945.93360906.imp@bsdimp.com> Date: Fri, 20 Feb 2004 16:55:21 -0500 To: "M. Warner Losh" From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:55:25 -0000 At 2:39 PM -0700 2/20/04, M. Warner Losh wrote: >In message: > Garance A Drosihn writes: >: >: Did you get my email pointing out that the UPDATING entry for >: 20030714 should be updated? The problem that describes was >: solved a short time later. I have friends who read that entry, >: and think that they have to avoid -j on buildworlds... > >Yes. I've not had the chance to know when the date of safety >is, so haven't added one. This problem was addressed in revision 1.15 of http://www.freebsd.org/cgi/cvsweb.cgi/src/rescue/rescue/Makefile (On Aug 1 2003) People may still have problems with -j after that date, due to other new and exciting reasons. But if they do, then adding NO_RESCUE to their makefile will not change whatever problem they are seeing. I can say that I have been using -j since that date, with rescue always being built, and have not seen any problems. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Fri Feb 20 13:59:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E4316A4CF; Fri, 20 Feb 2004 13:59:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A964E43D31; Fri, 20 Feb 2004 13:59:51 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KLxpGe052818; Fri, 20 Feb 2004 13:59:51 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KLxphW052817; Fri, 20 Feb 2004 13:59:51 -0800 (PST) (envelope-from des) Message-Id: <200402202159.i1KLxphW052817@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 20 Feb 2004 13:59:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/pam.d xdm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 21:59:51 -0000 des 2004/02/20 13:59:51 PST FreeBSD src repository Modified files: etc/pam.d xdm Log: the default password policy for xdm should be pam_deny, since it is incapable of holding a meaningful conversation. Revision Changes Path 1.9 +3 -0 src/etc/pam.d/xdm From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:06:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D2C16A4CE; Fri, 20 Feb 2004 14:06:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0294943D2D; Fri, 20 Feb 2004 14:06:03 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KM62Ge055725; Fri, 20 Feb 2004 14:06:02 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KM6286055724; Fri, 20 Feb 2004 14:06:02 -0800 (PST) (envelope-from adamw) Message-Id: <200402202206.i1KM6286055724@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 20 Feb 2004 14:06:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gtranslator Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:06:03 -0000 adamw 2004/02/20 14:06:02 PST FreeBSD ports repository Modified files: devel/gtranslator Makefile pkg-descr Log: Assign maintainership to gnome@, and put in better comment and pkg-descr strings. I'm keeping the website in there, even though it's unreachable. Revision Changes Path 1.36 +2 -2 ports/devel/gtranslator/Makefile 1.3 +4 -5 ports/devel/gtranslator/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:06:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A9916A4CE; Fri, 20 Feb 2004 14:06:48 -0800 (PST) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029B243D2D; Fri, 20 Feb 2004 14:06:48 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i1KM6cnI002747; Fri, 20 Feb 2004 17:06:38 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <4036814C.9070405@kientzle.com> References: <200402201525.i1KFPuot051623@repoman.freebsd.org> <20040220.143945.93360906.imp@bsdimp.com> <4036814C.9070405@kientzle.com> Date: Fri, 20 Feb 2004 17:06:37 -0500 To: kientzle@acm.org, "M. Warner Losh" From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:06:48 -0000 At 1:51 PM -0800 2/20/04, Tim Kientzle wrote: >M. Warner Losh wrote: >>Garance A Drosihn writes: >>: Did you get my email pointing out that the UPDATING entry >>: for 20030714 should be updated? >> >>Yes. I've not had the chance to know when the date of safety >>is, so haven't added one. >> > >Warner, here's the commit message for the fix, from >"cvs log rescue/rescue/Makefile" >---------------------------- >revision 1.14 >date: 2003/07/24 07:42:42; author: gordon; ... >Fix rescue build using -j. The problem appears to be make not >being able to find the source when the object was specified >as /foo.o. That's part of the fix. I believe it wasn't completely fixed for everyone until revision 1.15, which was made a few days later. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:34:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC94A16A4CE; Fri, 20 Feb 2004 14:34:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F9A243D2F; Fri, 20 Feb 2004 14:34:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KMYVGe061904; Fri, 20 Feb 2004 14:34:31 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KMYV6C061903; Fri, 20 Feb 2004 14:34:31 -0800 (PST) (envelope-from adamw) Message-Id: <200402202234.i1KMYV6C061903@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 20 Feb 2004 14:34:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnome2-hacker-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:34:31 -0000 adamw 2004/02/20 14:34:31 PST FreeBSD ports repository Modified files: devel/gnome2-hacker-tools Makefile Log: Add gtranslator. Revision Changes Path 1.5 +3 -1 ports/devel/gnome2-hacker-tools/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:38:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C78316A4D2; Fri, 20 Feb 2004 14:38:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEAE43D31; Fri, 20 Feb 2004 14:38:22 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KMcLGe062075; Fri, 20 Feb 2004 14:38:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KMcLIv062074; Fri, 20 Feb 2004 14:38:21 -0800 (PST) (envelope-from imp) Message-Id: <200402202238.i1KMcLIv062074@repoman.freebsd.org> From: Warner Losh Date: Fri, 20 Feb 2004 14:38:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:38:22 -0000 imp 2004/02/20 14:38:21 PST FreeBSD src repository Modified files: . UPDATING Log: Update instructions on /rescue vs -j to indicate a fixed date. Revision Changes Path 1.290 +18 -14 src/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:44:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C82216A4CE; Fri, 20 Feb 2004 14:44:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E383143D1F; Fri, 20 Feb 2004 14:44:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KMiDGe064125; Fri, 20 Feb 2004 14:44:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KMiDfp064124; Fri, 20 Feb 2004 14:44:13 -0800 (PST) (envelope-from marcus) Message-Id: <200402202244.i1KMiDfp064124@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 14:44:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gcalctool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:44:14 -0000 marcus 2004/02/20 14:44:13 PST FreeBSD ports repository Modified files: math/gcalctool Makefile distinfo Log: Update to 4.3.46. Revision Changes Path 1.34 +1 -1 ports/math/gcalctool/Makefile 1.21 +2 -2 ports/math/gcalctool/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 14:46:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1532A16A4D4; Fri, 20 Feb 2004 14:46:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE6F43D1F; Fri, 20 Feb 2004 14:46:21 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KMkLGe064280; Fri, 20 Feb 2004 14:46:21 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KMkLRU064279; Fri, 20 Feb 2004 14:46:21 -0800 (PST) (envelope-from glewis) Message-Id: <200402202246.i1KMkLRU064279@repoman.freebsd.org> From: Greg Lewis Date: Fri, 20 Feb 2004 14:46:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/e2fsprogs Makefile distinfo pkg-descr pkg-plist ports/sysutils/e2fsprogs/files fsck_ext2fs.c patch-MCONFIG.in patch-Makefile.in patch-debugfs::Makefile.in patch-intl::Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 22:46:22 -0000 glewis 2004/02/20 14:46:21 PST FreeBSD ports repository Modified files: sysutils/e2fsprogs Makefile distinfo pkg-descr pkg-plist Added files: sysutils/e2fsprogs/files fsck_ext2fs.c patch-ext2fs_e2fsck.c pkg-message.in Removed files: sysutils/e2fsprogs/files patch-MCONFIG.in patch-Makefile.in patch-debugfs::Makefile.in patch-e2fsck::journal.c patch-intl::Makefile.in patch-lib::Makefile.elf-lib patch-lib::ext2fs::Makefile.in patch-lib::ext2fs::flushb.c patch-pass1.c Log: . Update to 1.35.w20040131. . Make the submitter the maintainer. . Run test suite as part of the build. . Support -DDISABLE_NLS to compile without gettext. . Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck. PR: 62563 Submitted by: Matthias Andree Revision Changes Path 1.12 +69 -21 ports/sysutils/e2fsprogs/Makefile 1.5 +2 -2 ports/sysutils/e2fsprogs/distinfo 1.1 +81 -0 ports/sysutils/e2fsprogs/files/fsck_ext2fs.c (new) 1.4 +0 -12 ports/sysutils/e2fsprogs/files/patch-MCONFIG.in (dead) 1.3 +0 -7 ports/sysutils/e2fsprogs/files/patch-Makefile.in (dead) 1.3 +0 -17 ports/sysutils/e2fsprogs/files/patch-debugfs::Makefile.in (dead) 1.2 +0 -14 ports/sysutils/e2fsprogs/files/patch-e2fsck::journal.c (dead) 1.1 +30 -0 ports/sysutils/e2fsprogs/files/patch-ext2fs_e2fsck.c (new) 1.2 +0 -10 ports/sysutils/e2fsprogs/files/patch-intl::Makefile.in (dead) 1.2 +0 -22 ports/sysutils/e2fsprogs/files/patch-lib::Makefile.elf-lib (dead) 1.3 +0 -5 ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::Makefile.in (dead) 1.2 +0 -13 ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::flushb.c (dead) 1.2 +0 -7 ports/sysutils/e2fsprogs/files/patch-pass1.c (dead) 1.1 +6 -0 ports/sysutils/e2fsprogs/files/pkg-message.in (new) 1.2 +1 -1 ports/sysutils/e2fsprogs/pkg-descr 1.4 +25 -1 ports/sysutils/e2fsprogs/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Feb 20 15:33:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCBA16A50C; Fri, 20 Feb 2004 15:33:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D5EC43D2F; Fri, 20 Feb 2004 15:33:21 -0800 (PST) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KNXLGe075406; Fri, 20 Feb 2004 15:33:21 -0800 (PST) (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KNXL2d075405; Fri, 20 Feb 2004 15:33:21 -0800 (PST) (envelope-from josef) Message-Id: <200402202333.i1KNXL2d075405@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 20 Feb 2004 15:33:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en internet.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 23:33:21 -0000 josef 2004/02/20 15:33:21 PST FreeBSD doc repository Modified files: en internet.sgml Log: "any 386 PC (or better) running FreeBSD" makes this sentence hardware independent Approved by: simon(mentor) PR: www/63032 Submitted by: Linh Pham Revision Changes Path 1.31 +3 -3 www/en/internet.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 15:36:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C1B16A4CE; Fri, 20 Feb 2004 15:36:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4451D43D1D; Fri, 20 Feb 2004 15:36:00 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KNa0Ge075549; Fri, 20 Feb 2004 15:36:00 -0800 (PST) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KNZxrO075548; Fri, 20 Feb 2004 15:35:59 -0800 (PST) (envelope-from ps) Message-Id: <200402202335.i1KNZxrO075548@repoman.freebsd.org> From: Paul Saab Date: Fri, 20 Feb 2004 15:35:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 23:36:00 -0000 ps 2004/02/20 15:35:59 PST FreeBSD src repository Modified files: . access Log: Add Vinod Kashyap. He will be working on the current 3ware driver (twe) and the upcoming twa driver. Approved by: core Revision Changes Path 1.643 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Fri Feb 20 15:39:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E572516A4CE for ; Fri, 20 Feb 2004 15:39:19 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B910043D31 for ; Fri, 20 Feb 2004 15:39:19 -0800 (PST) (envelope-from ps@mu.org) Received: from biteme.didyougrabmyass.net (adsl-67-119-8-177.dsl.snfc21.pacbell.net [67.119.8.177]) by elvis.mu.org (Postfix) with ESMTP id A255F5C729 for ; Fri, 20 Feb 2004 15:39:19 -0800 (PST) From: Paul Saab To: cvs-all@freebsd.org Date: Fri, 20 Feb 2004 15:37:02 -0800 User-Agent: KMail/1.6 References: <200402202335.i1KNZxrO075548@repoman.freebsd.org> In-Reply-To: <200402202335.i1KNZxrO075548@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402201537.02775.ps@mu.org> Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 23:39:20 -0000 forgot to mention i will be his mentor. On Friday 20 February 2004 03:35 pm, Paul Saab wrote: > ps 2004/02/20 15:35:59 PST > > FreeBSD src repository > > Modified files: > . access > Log: > Add Vinod Kashyap. He will be working on the current 3ware driver > (twe) and the upcoming twa driver. > > Approved by: core > > Revision Changes Path > 1.643 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Fri Feb 20 15:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0715116A4CE; Fri, 20 Feb 2004 15:58:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF27E43D2F; Fri, 20 Feb 2004 15:58:18 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KNwIGe079782; Fri, 20 Feb 2004 15:58:18 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KNwI2e079781; Fri, 20 Feb 2004 15:58:18 -0800 (PST) (envelope-from jeh) Message-Id: <200402202358.i1KNwI2e079781@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 20 Feb 2004 15:58:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb/files patch-sim::ppc::gen-idecode.c patch-sim::ppc::gen-model.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 23:58:19 -0000 jeh 2004/02/20 15:58:18 PST FreeBSD ports repository Added files: devel/i386-rtems-gdb/files patch-sim::ppc::gen-idecode.c patch-sim::ppc::gen-model.c Log: Two more patches to get a GNU program to compile with a GNU compiler. Revision Changes Path 1.1 +58 -0 ports/devel/i386-rtems-gdb/files/patch-sim::ppc::gen-idecode.c (new) 1.1 +11 -0 ports/devel/i386-rtems-gdb/files/patch-sim::ppc::gen-model.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 16:21:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD5216A4CE; Fri, 20 Feb 2004 16:21:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28C043D1F; Fri, 20 Feb 2004 16:21:51 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L0LpGe086423; Fri, 20 Feb 2004 16:21:51 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L0LpOA086419; Fri, 20 Feb 2004 16:21:51 -0800 (PST) (envelope-from marcus) Message-Id: <200402210021.i1L0LpOA086419@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 20 Feb 2004 16:21:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gtranslator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 00:21:52 -0000 marcus 2004/02/20 16:21:51 PST FreeBSD ports repository Modified files: devel/gtranslator Makefile Log: Add intlhack to fix the build on 4.X. Submitted by: John Merryweather Cooper Revision Changes Path 1.37 +1 -1 ports/devel/gtranslator/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 16:41:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id E4A3216A4CF; Fri, 20 Feb 2004 16:41:59 -0800 (PST) Date: Fri, 20 Feb 2004 18:41:59 -0600 From: juli mallett To: Paul Saab Message-ID: <20040221004159.GA61722@FreeBSD.org> References: <200402202335.i1KNZxrO075548@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402202335.i1KNZxrO075548@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 00:42:00 -0000 * Paul Saab [ Date: 2004-02-20 ] [ w.r.t. cvs commit: CVSROOT access ] > ps 2004/02/20 15:35:59 PST > > FreeBSD src repository > > Modified files: > . access > Log: > Add Vinod Kashyap. He will be working on the current 3ware driver > (twe) and the upcoming twa driver. freefall login? -- juli mallett. email: jmallett@freebsd.org; efnet: juli; o/~ sweet talk like candy rots teeth o/~ From owner-cvs-all@FreeBSD.ORG Fri Feb 20 16:44:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6029016A4CE; Fri, 20 Feb 2004 16:44:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4436F43D1F; Fri, 20 Feb 2004 16:44:47 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L0ilGe091527; Fri, 20 Feb 2004 16:44:47 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L0ileH091526; Fri, 20 Feb 2004 16:44:47 -0800 (PST) (envelope-from jeh) Message-Id: <200402210044.i1L0ileH091526@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 20 Feb 2004 16:44:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb/files patch-sim::igen::gen-engine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 00:44:47 -0000 jeh 2004/02/20 16:44:47 PST FreeBSD ports repository Added files: devel/i386-rtems-gdb/files patch-sim::igen::gen-engine.c Log: This patch get mips building again on 5.2 Revision Changes Path 1.1 +62 -0 ports/devel/i386-rtems-gdb/files/patch-sim::igen::gen-engine.c (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 16:50:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F3116A4CE; Fri, 20 Feb 2004 16:50:57 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF9F43D1D; Fri, 20 Feb 2004 16:50:57 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (432accd1e7145fb58305ff531584a815@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1L0okwK025819; Fri, 20 Feb 2004 16:50:48 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 208AC66CAF; Fri, 20 Feb 2004 16:50:00 -0800 (PST) Date: Fri, 20 Feb 2004 16:50:00 -0800 From: Kris Kennaway To: Julian Elischer Message-ID: <20040221004959.GA39022@xor.obsecurity.org> References: <200402201541.i1KFfs0M055276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 00:50:57 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 20, 2004 at 11:53:05AM -0800, Julian Elischer wrote: > huh? who's building it? > oh heck I forgot that tinderbox build LINT.. > still I don't get those errors here.. why not? You don't subscribe to stable@? Anyone who MFCs code should be subscribed, otherwise bug reports don't get dealt with. Kris --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANqs3Wry0BWjoQKURAje/AKC33DfmqXb/odyR4WMhGzCnIV7CXwCg9JNN bSweY9MXwb8n9dkfeskgVXw= =AoAQ -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 18:35:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC5A16A4CE; Fri, 20 Feb 2004 18:35:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4102B43D1F; Fri, 20 Feb 2004 18:35:22 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L2ZMGe022170; Fri, 20 Feb 2004 18:35:22 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L2ZLaK022169; Fri, 20 Feb 2004 18:35:21 -0800 (PST) (envelope-from ache) Message-Id: <200402210235.i1L2ZLaK022169@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 20 Feb 2004 18:35:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 02:35:22 -0000 ache 2004/02/20 18:35:21 PST FreeBSD ports repository Modified files: www/WebMagick Makefile www/WebMagick/files patch-aa Log: Update to latest project CVS variant Revision Changes Path 1.46 +1 -1 ports/www/WebMagick/Makefile 1.45 +45 -30 ports/www/WebMagick/files/patch-aa From owner-cvs-all@FreeBSD.ORG Fri Feb 20 18:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B00A16A4CE; Fri, 20 Feb 2004 18:52:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E214443D1D; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L2qnGe026234; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L2qn6T026233; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green) Message-Id: <200402210252.i1L2qn6T026233@repoman.freebsd.org> From: Brian Feldman Date: Fri, 20 Feb 2004 18:52:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/gaithrstress gaithrstress.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 02:52:50 -0000 green 2004/02/20 18:52:49 PST FreeBSD src repository Modified files: tools/regression/gaithrstress gaithrstress.c Log: Print the maximum resolution time encountered by each thread. Did you know that the resolver might keep trying on a getaddrinfo() for up to FIVE MINUTES? Revision Changes Path 1.2 +25 -5 src/tools/regression/gaithrstress/gaithrstress.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 19:25:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6908216A4DD; Fri, 20 Feb 2004 19:25:51 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD86D43D39; Fri, 20 Feb 2004 19:25:50 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i1L3Pn5O011446; Sat, 21 Feb 2004 14:25:49 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1L3Pj0I032046; Sat, 21 Feb 2004 14:25:46 +1100 Date: Sat, 21 Feb 2004 14:25:45 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Marcel Moolenaar In-Reply-To: <20040220195926.GA20936@ns1.xcllnt.net> Message-ID: <20040221141407.A7632@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <200402180839.09285.jhb@FreeBSD.org> <20040218174059.GC7878@ns1.xcllnt.net> <200402181414.01381.jhb@FreeBSD.org> <20040220191831.B4626@gamplex.bde.org> <20040220195926.GA20936@ns1.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 03:25:51 -0000 On Fri, 20 Feb 2004, Marcel Moolenaar wrote: > On Fri, Feb 20, 2004 at 07:32:09PM +1100, Bruce Evans wrote: > > MPASS() has the same problems as line numbers in panic messages (except > > for the implementation bugs (misformatting of the output etc.)): verbose > > messages and breakage of simple regression tests. > > Note that however you look at it, failed assertions and panics are > expected to not happen. I hope at least that we're not designing > the kernel based on the frequent occurrence of these. In case they > do happen, I expect that they help in identifying the root cause. Yes, they shouldn't get in the way of normal things. > If a failed assertion or a panic breaks a simple regression test, it > means there's a bug and that it needs to be found and fixed. You're > not supposed to complain that the message printed by the assert or > panic logic messes up the testing. It doesn't mean that. E.g., the following sources produce different object files if panic() adds line numbers: %%% #include #include void foo(void) { panic(""); } %%% %%% #include #include void foo(void) { panic(""); } %%% so cleanups that should have no effect on the gnerated code mostly do affect the generated code. Bruce From owner-cvs-all@FreeBSD.ORG Fri Feb 20 19:53:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0A316A4CF; Fri, 20 Feb 2004 19:53:05 -0800 (PST) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F2B43D1F; Fri, 20 Feb 2004 19:53:05 -0800 (PST) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id A3BCB106C34; Sat, 21 Feb 2004 11:52:18 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81423-02; Sat, 21 Feb 2004 11:52:18 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 2D004106C33; Sat, 21 Feb 2004 11:52:18 +0800 (CST) Date: Sat, 21 Feb 2004 11:52:18 +0800 From: Ying-Chieh Liao To: Joseph Scott Message-ID: <20040221035218.GA81144@freebsd.csie.nctu.edu.tw> References: <200402200532.i1K5WMEE005510@repoman.freebsd.org> <20040220100411.V45718@randomservers> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20040220100411.V45718@randomservers> X-Operating-System: FreeBSD 4.9-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: trevor@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boost Makefile distinfo pkg-plist patch-tools::build::v1::allyourbase.jam patch-tools::build::v1::gcc-tools.jam ports/devel/boost/scripts do-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 03:53:05 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 20, 2004 at 10:04:59 -0800, Joseph Scott wrote: > This also appears to resolve PR ports/62899 yep, but trevor@ handles that pr :) -- Allocate four digits for the year part of a date : a new millennium is coming. --- David Huber --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFANtXyrMYBZRHAI4IRAjJUAJ4w3LnEUDFv/aros1MgPqPQEGGZPwCfe+HK 441hWixnYX/aRoVlqwfc2tc= =VlO3 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-cvs-all@FreeBSD.ORG Fri Feb 20 20:09:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FB516A4CE; Fri, 20 Feb 2004 20:09:32 -0800 (PST) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D79C043D2D; Fri, 20 Feb 2004 20:09:31 -0800 (PST) (envelope-from drhodus@machdep.com) Received: from [192.168.1.93] ([68.209.168.6]) by imf18aec.mail.bellsouth.netESMTP <20040221040931.VZFH1897.imf18aec.mail.bellsouth.net@[192.168.1.93]>; Fri, 20 Feb 2004 23:09:31 -0500 In-Reply-To: <200402202335.i1KNZxrO075548@repoman.freebsd.org> References: <200402202335.i1KNZxrO075548@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Rhodus Date: Fri, 20 Feb 2004 23:09:29 -0500 To: Paul Saab X-Mailer: Apple Mail (2.612) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 04:09:32 -0000 On Feb 20, 2004, at 6:35 PM, Paul Saab wrote: > ps 2004/02/20 15:35:59 PST > > FreeBSD src repository > > Modified files: > . access > Log: > Add Vinod Kashyap. He will be working on the current 3ware driver > (twe) and the upcoming twa driver. What is the twa driver ? Support for the 3ware SATA controller cards or is that already supported by the current twe driver? -DR From owner-cvs-all@FreeBSD.ORG Fri Feb 20 20:39:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D6B16A4CE; Fri, 20 Feb 2004 20:39:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA5E43D2D; Fri, 20 Feb 2004 20:39:05 -0800 (PST) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L4d5Ge049163; Fri, 20 Feb 2004 20:39:05 -0800 (PST) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L4d5lA049162; Fri, 20 Feb 2004 20:39:05 -0800 (PST) (envelope-from cy) Message-Id: <200402210439.i1L4d5lA049162@repoman.freebsd.org> From: Cy Schubert Date: Fri, 20 Feb 2004 20:39:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/krb5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 04:39:05 -0000 cy 2004/02/20 20:39:05 PST FreeBSD ports repository Modified files: security/krb5 Makefile Log: Use ports infrastructure provided PERL5 variable to locate Perl interpreter. Revision Changes Path 1.69 +1 -6 ports/security/krb5/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 21:16:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9D16A4CE; Fri, 20 Feb 2004 21:16:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E62043D1F; Fri, 20 Feb 2004 21:16:03 -0800 (PST) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L5G3Ge064084; Fri, 20 Feb 2004 21:16:03 -0800 (PST) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L5G3EA064083; Fri, 20 Feb 2004 21:16:03 -0800 (PST) (envelope-from cy) Message-Id: <200402210516.i1L5G3EA064083@repoman.freebsd.org> From: Cy Schubert Date: Fri, 20 Feb 2004 21:16:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/krb5-beta Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 05:16:03 -0000 cy 2004/02/20 21:16:02 PST FreeBSD ports repository Modified files: security/krb5-beta Makefile distinfo Log: Update krb5-1.3.2-beta1 --> krb5-1.3.2-beta4 Revision Changes Path 1.22 +1 -2 ports/security/krb5-beta/Makefile 1.14 +1 -1 ports/security/krb5-beta/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 21:22:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7378B16A4CE; Fri, 20 Feb 2004 21:22:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F7043D2F; Fri, 20 Feb 2004 21:22:31 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L5MUGe066043; Fri, 20 Feb 2004 21:22:30 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L5MUCQ066042; Fri, 20 Feb 2004 21:22:30 -0800 (PST) (envelope-from dinoex) Message-Id: <200402210522.i1L5MUCQ066042@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 20 Feb 2004 21:22:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/netpbm Makefileports/graphics/netpbm/files patch-editor-pnmquant X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 05:22:31 -0000 dinoex 2004/02/20 21:22:30 PST FreeBSD ports repository Modified files: graphics/netpbm Makefile Added files: graphics/netpbm/files patch-editor-pnmquant Log: - Fix perl problem on stable with pmqunat Submitted by: Thomas Kaehn Revision Changes Path 1.86 +1 -1 ports/graphics/netpbm/Makefile 1.3 +39 -0 ports/graphics/netpbm/files/patch-editor-pnmquant (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 21:32:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560C316A4CE; Fri, 20 Feb 2004 21:32:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A18843D2F; Fri, 20 Feb 2004 21:32:41 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L5WfGe068178; Fri, 20 Feb 2004 21:32:41 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L5WfBi068177; Fri, 20 Feb 2004 21:32:41 -0800 (PST) (envelope-from scottl) Message-Id: <200402210532.i1L5WfBi068177@repoman.freebsd.org> From: Scott Long Date: Fri, 20 Feb 2004 21:32:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 05:32:41 -0000 scottl 2004/02/20 21:32:40 PST FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Fix a major brain-o. If the command needs to be put on the deferred queue, take it off of the busy queue first. This should fix the 'command is on another queue' panic that showed up recently. Revision Changes Path 1.87 +1 -0 src/sys/dev/aac/aac.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:06:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE25A16A4CE; Fri, 20 Feb 2004 22:06:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D159643D1F; Fri, 20 Feb 2004 22:06:14 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L66EGe075541; Fri, 20 Feb 2004 22:06:14 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L66EKl075540; Fri, 20 Feb 2004 22:06:14 -0800 (PST) (envelope-from andy) Message-Id: <200402210606.i1L66EKl075540@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:06:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/mh article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:06:15 -0000 andy 2004/02/20 22:06:14 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/mh article.sgml Log: Sync headers with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/mh/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:07:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DA716A4CE; Fri, 20 Feb 2004 22:07:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD8C43D1F; Fri, 20 Feb 2004 22:07:58 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L67wGe075593; Fri, 20 Feb 2004 22:07:58 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L67wFd075592; Fri, 20 Feb 2004 22:07:58 -0800 (PST) (envelope-from andy) Message-Id: <200402210607.i1L67wFd075592@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:07:58 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/pxe article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:07:59 -0000 andy 2004/02/20 22:07:58 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/pxe article.sgml Log: Sync with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/pxe/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:09:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561B416A4CE; Fri, 20 Feb 2004 22:09:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397FD43D2D; Fri, 20 Feb 2004 22:09:37 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L69bGe075643; Fri, 20 Feb 2004 22:09:37 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L69aFk075642; Fri, 20 Feb 2004 22:09:36 -0800 (PST) (envelope-from andy) Message-Id: <200402210609.i1L69aFk075642@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:09:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/solid-state article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:09:37 -0000 andy 2004/02/20 22:09:36 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/solid-state article.sgml Log: Sync with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +1 -1 doc/ru_RU.KOI8-R/articles/solid-state/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:13:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D7716A4CE; Fri, 20 Feb 2004 22:13:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0750843D2D; Fri, 20 Feb 2004 22:13:49 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6DmGe077610; Fri, 20 Feb 2004 22:13:48 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6DmxL077609; Fri, 20 Feb 2004 22:13:48 -0800 (PST) (envelope-from andy) Message-Id: <200402210613.i1L6DmxL077609@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:13:48 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/vm-design article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:13:49 -0000 andy 2004/02/20 22:13:48 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/vm-design article.sgml Log: MFen 1.13 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +52 -34 doc/ru_RU.KOI8-R/articles/vm-design/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:14:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCCB16A4CF; Fri, 20 Feb 2004 22:14:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC5E43D2F; Fri, 20 Feb 2004 22:14:52 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6EqGe077650; Fri, 20 Feb 2004 22:14:52 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6Eq73077649; Fri, 20 Feb 2004 22:14:52 -0800 (PST) (envelope-from andy) Message-Id: <200402210614.i1L6Eq73077649@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:14:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/vm-design Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:14:52 -0000 andy 2004/02/20 22:14:52 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/vm-design Makefile Log: MFen 1.4 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +6 -5 doc/ru_RU.KOI8-R/articles/vm-design/Makefile From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:17:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDDC16A4CE; Fri, 20 Feb 2004 22:17:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B045443D3F; Fri, 20 Feb 2004 22:17:05 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6H5Ge077797; Fri, 20 Feb 2004 22:17:05 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6H50e077796; Fri, 20 Feb 2004 22:17:05 -0800 (PST) (envelope-from andy) Message-Id: <200402210617.i1L6H50e077796@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:17:05 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/vm-design fig1.eps fig2.eps fig3.eps fig4.eps X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:17:06 -0000 andy 2004/02/20 22:17:05 PST FreeBSD doc repository Removed files: ru_RU.KOI8-R/articles/vm-design fig1.eps fig2.eps fig3.eps fig4.eps Log: Remove not needed files Revision Changes Path 1.2 +0 -104 doc/ru_RU.KOI8-R/articles/vm-design/fig1.eps (dead) 1.2 +0 -115 doc/ru_RU.KOI8-R/articles/vm-design/fig2.eps (dead) 1.2 +0 -133 doc/ru_RU.KOI8-R/articles/vm-design/fig3.eps (dead) 1.2 +0 -133 doc/ru_RU.KOI8-R/articles/vm-design/fig4.eps (dead) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:18:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BFC16A4CE; Fri, 20 Feb 2004 22:18:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1921143D2F; Fri, 20 Feb 2004 22:18:01 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6I0Ge077839; Fri, 20 Feb 2004 22:18:00 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6I028077838; Fri, 20 Feb 2004 22:18:00 -0800 (PST) (envelope-from glewis) Message-Id: <200402210618.i1L6I028077838@repoman.freebsd.org> From: Greg Lewis Date: Fri, 20 Feb 2004 22:18:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qdbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:18:01 -0000 glewis 2004/02/20 22:18:00 PST FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo Log: . Update to 1.7.34. PR: 63158 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.14 +1 -3 ports/databases/qdbm/Makefile 1.14 +2 -2 ports/databases/qdbm/distinfo From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:24:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0368916A4CE; Fri, 20 Feb 2004 22:24:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0DC43D2F; Fri, 20 Feb 2004 22:24:17 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6OHGe079774; Fri, 20 Feb 2004 22:24:17 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6OHWn079773; Fri, 20 Feb 2004 22:24:17 -0800 (PST) (envelope-from andy) Message-Id: <200402210624.i1L6OHWn079773@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:24:17 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:24:18 -0000 andy 2004/02/20 22:24:17 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/porters-handbook book.sgml Log: MFen 1.367 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.21 +757 -244 doc/ru_RU.KOI8-R/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:28:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D68C16A4D0; Fri, 20 Feb 2004 22:28:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E0743D31; Fri, 20 Feb 2004 22:28:17 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6SGGe079933; Fri, 20 Feb 2004 22:28:16 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6SGcD079932; Fri, 20 Feb 2004 22:28:16 -0800 (PST) (envelope-from andy) Message-Id: <200402210628.i1L6SGcD079932@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:28:16 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:28:17 -0000 andy 2004/02/20 22:28:16 PST FreeBSD doc repository Modified files: ru/releng index.sgml Log: Sync with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.9 +2 -2 www/ru/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:37:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8379B16A4CE; Fri, 20 Feb 2004 22:37:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FC143D2D; Fri, 20 Feb 2004 22:37:31 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6bVGe082059; Fri, 20 Feb 2004 22:37:31 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6bVnU082058; Fri, 20 Feb 2004 22:37:31 -0800 (PST) (envelope-from andy) Message-Id: <200402210637.i1L6bVnU082058@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:37:31 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:37:31 -0000 andy 2004/02/20 22:37:31 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/share/sgml/glossary freebsd-glossary.sgml Log: Initial import, synchronized with English 1.5 Revision Changes Path 1.1 +133 -0 doc/ru_RU.KOI8-R/share/sgml/glossary/freebsd-glossary.sgml (new) From owner-cvs-all@FreeBSD.ORG Fri Feb 20 22:40:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E2416A4CE; Fri, 20 Feb 2004 22:40:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347C543D1D; Fri, 20 Feb 2004 22:40:19 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L6eJGe082193; Fri, 20 Feb 2004 22:40:19 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L6eIOd082191; Fri, 20 Feb 2004 22:40:18 -0800 (PST) (envelope-from andy) Message-Id: <200402210640.i1L6eIOd082191@repoman.freebsd.org> From: Andrey Zakhvatov Date: Fri, 20 Feb 2004 22:40:18 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/ppp-primer book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 06:40:19 -0000 andy 2004/02/20 22:40:18 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/ppp-primer book.sgml Log: Sync with FRDP. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +1 -1 doc/ru_RU.KOI8-R/books/ppp-primer/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:03:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD79716A4CE; Sat, 21 Feb 2004 00:03:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A109B43D1F; Sat, 21 Feb 2004 00:03:37 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L83bGe003266; Sat, 21 Feb 2004 00:03:37 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L83buS003265; Sat, 21 Feb 2004 00:03:37 -0800 (PST) (envelope-from linimon) Message-Id: <200402210803.i1L83buS003265@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 00:03:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/flashplugin-mozilla Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 08:03:37 -0000 linimon 2004/02/21 00:03:37 PST FreeBSD ports repository Modified files: www/flashplugin-mozilla Makefile pkg-plist Log: Unbreak by fixing install and plist. PR: ports/62992 (but slightly modified) Submitted by: Leland Wnag (maintainer) Revision Changes Path 1.14 +2 -5 ports/www/flashplugin-mozilla/Makefile 1.3 +1 -0 ports/www/flashplugin-mozilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:39:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA4616A4CE; Sat, 21 Feb 2004 00:39:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8536343D2D; Sat, 21 Feb 2004 00:39:06 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L8d6Ge009725; Sat, 21 Feb 2004 00:39:06 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L8d67N009724; Sat, 21 Feb 2004 00:39:06 -0800 (PST) (envelope-from lioux) Message-Id: <200402210839.i1L8d67N009724@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 00:39:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-crystalosx Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 08:39:06 -0000 lioux 2004/02/21 00:39:06 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-crystalosx Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port crystalosx version 0.1.0: KDE iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.17 +1 -0 ports/x11-themes/Makefile 1.1 +17 -0 ports/x11-themes/kde-icons-crystalosx/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-crystalosx/distinfo (new) 1.1 +6 -0 ports/x11-themes/kde-icons-crystalosx/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-crystalosx/pkg-message (new) 1.1 +2155 -0 ports/x11-themes/kde-icons-crystalosx/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:39:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C3816A4CE; Sat, 21 Feb 2004 00:39:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFAB43D2D; Sat, 21 Feb 2004 00:39:22 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L8dMGe009769; Sat, 21 Feb 2004 00:39:22 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L8dMh3009768; Sat, 21 Feb 2004 00:39:22 -0800 (PST) (envelope-from lioux) Message-Id: <200402210839.i1L8dMh3009768@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 00:39:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 08:39:22 -0000 lioux 2004/02/21 00:39:22 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-crystalosx --> ports/x11-themes/kde-icons-crystalosx Revision Changes Path 1.9446 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:48:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4235816A4CE; Sat, 21 Feb 2004 00:48:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252D143D1F; Sat, 21 Feb 2004 00:48:00 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L8lxGe017621; Sat, 21 Feb 2004 00:47:59 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L8lxDq017620; Sat, 21 Feb 2004 00:47:59 -0800 (PST) (envelope-from linimon) Message-Id: <200402210847.i1L8lxDq017620@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 00:47:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/skkinput Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 08:48:00 -0000 linimon 2004/02/21 00:47:59 PST FreeBSD ports repository Modified files: japanese/skkinput Makefile distinfo Log: Update to 2.06.4: see CHANGES.jis and ChangeLog for details. Also: use MASTER_SITE_SOURCEFORGE_JP; use OPTIONS; SIZEify. PR: ports/63016 Submitted by: KOMATSU Shinichiro (maintainer) Revision Changes Path 1.14 +6 -2 ports/japanese/skkinput/Makefile 1.7 +2 -1 ports/japanese/skkinput/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 00:55:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D401016A4CE; Sat, 21 Feb 2004 00:55:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F9843D1D; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L8tcGe019676; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L8tcwW019675; Sat, 21 Feb 2004 00:55:38 -0800 (PST) (envelope-from phk) Message-Id: <200402210855.i1L8tcwW019675@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 00:55:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 08:55:39 -0000 phk 2004/02/21 00:55:38 PST FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Move the check for sensitive processes to the point where the exception has been hit, this makes it cover more cases. Call the message function directly rather than fiddle with flag-saving when we find an unknown character in our options. The 'A' flag should not trigger on legal out of memory conditions. Revision Changes Path 1.85 +7 -14 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:08:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA8616A4CE; Sat, 21 Feb 2004 01:08:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460D243D1D; Sat, 21 Feb 2004 01:08:05 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L985Ge022776; Sat, 21 Feb 2004 01:08:05 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L985A4022775; Sat, 21 Feb 2004 01:08:05 -0800 (PST) (envelope-from linimon) Message-Id: <200402210908.i1L985A4022775@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 01:08:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/traindirector Makefile distinfo pkg-plist ports/games/traindirector/files patch-setup_trdir.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:08:05 -0000 linimon 2004/02/21 01:08:05 PST FreeBSD ports repository Modified files: games/traindirector Makefile distinfo pkg-plist games/traindirector/files patch-setup_trdir.sh Log: Update to 1.19: add Italian and French locales; bugfixes. See ChangeLog for complete details. PR: ports/63017 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.8 +2 -3 ports/games/traindirector/Makefile 1.7 +2 -2 ports/games/traindirector/distinfo 1.3 +33 -21 ports/games/traindirector/files/patch-setup_trdir.sh 1.3 +5 -1 ports/games/traindirector/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:14:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8D816A4CE; Sat, 21 Feb 2004 01:14:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FBB43D2D; Sat, 21 Feb 2004 01:14:38 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9EcGe024763; Sat, 21 Feb 2004 01:14:38 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9EcuC024762; Sat, 21 Feb 2004 01:14:38 -0800 (PST) (envelope-from phk) Message-Id: <200402210914.i1L9EcuC024762@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 01:14:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:14:39 -0000 phk 2004/02/21 01:14:38 PST FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Remove the triplicity in the public functions by vectoring them all through a realloc like function. Make the malloc_active variable a local static to this new function. Don't warn about recursion more than once per base call. constify malloc_func. Revision Changes Path 1.86 +49 -70 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:20:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A35E16A4CE; Sat, 21 Feb 2004 01:20:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546ED43D2D; Sat, 21 Feb 2004 01:20:17 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9KHGe024970; Sat, 21 Feb 2004 01:20:17 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9KGxI024969; Sat, 21 Feb 2004 01:20:16 -0800 (PST) (envelope-from lioux) Message-Id: <200402210920.i1L9KGxI024969@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 01:20:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefileports/x11-themes/kde-icons-icosx Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:20:17 -0000 lioux 2004/02/21 01:20:16 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-icosx Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-icosx version 0.7: KDE IcOsX iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.18 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-icosx/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-icosx/distinfo (new) 1.1 +19 -0 ports/x11-themes/kde-icons-icosx/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-icosx/pkg-message (new) 1.1 +1536 -0 ports/x11-themes/kde-icons-icosx/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:20:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A12E216A4CE; Sat, 21 Feb 2004 01:20:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851EA43D2D; Sat, 21 Feb 2004 01:20:42 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9KgGe025119; Sat, 21 Feb 2004 01:20:42 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9KfqT025117; Sat, 21 Feb 2004 01:20:41 -0800 (PST) (envelope-from lioux) Message-Id: <200402210920.i1L9KfqT025117@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 01:20:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:20:42 -0000 lioux 2004/02/21 01:20:41 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-icosx --> ports/x11-themes/kde-icons-icosx Revision Changes Path 1.9447 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:26:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43B216A4CE; Sat, 21 Feb 2004 01:26:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8A943D31; Sat, 21 Feb 2004 01:26:12 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9QCGe027032; Sat, 21 Feb 2004 01:26:12 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9QC7F027031; Sat, 21 Feb 2004 01:26:12 -0800 (PST) (envelope-from linimon) Message-Id: <200402210926.i1L9QC7F027031@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 01:26:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/hotwayd Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:26:12 -0000 linimon 2004/02/21 01:26:12 PST FreeBSD ports repository Modified files: mail/hotwayd Makefile distinfo pkg-descr pkg-message Added files: mail/hotwayd pkg-plist Log: Update to 0.8: added a first version of hotsmtpd (see ChangeLog for details). Also, the port now installs the documentation included with the source tarball; pkg-plist re-created (the number of files installed jumped from 2 to 11); and the description file was updated. PR: ports/63037 Submitted by: John Nielsen (maintainer) Revision Changes Path 1.8 +21 -6 ports/mail/hotwayd/Makefile 1.5 +2 -1 ports/mail/hotwayd/distinfo 1.3 +8 -4 ports/mail/hotwayd/pkg-descr 1.3 +18 -9 ports/mail/hotwayd/pkg-message 1.4 +10 -0 ports/mail/hotwayd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:39:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E677016A4CE; Sat, 21 Feb 2004 01:39:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA85443D1F; Sat, 21 Feb 2004 01:39:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9dwGe029208; Sat, 21 Feb 2004 01:39:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9dwu0029207; Sat, 21 Feb 2004 01:39:58 -0800 (PST) (envelope-from linimon) Message-Id: <200402210939.i1L9dwu0029207@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 01:39:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/admuser Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:39:59 -0000 linimon 2004/02/21 01:39:58 PST FreeBSD ports repository Modified files: www/admuser Makefile Log: Fix install. PR: ports/63063 Submitted by: Jean Milanez Melo (maintainer) Revision Changes Path 1.5 +5 -3 ports/www/admuser/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:43:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D8A16A4CE; Sat, 21 Feb 2004 01:43:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F271543D2D; Sat, 21 Feb 2004 01:43:58 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9hwGe031245; Sat, 21 Feb 2004 01:43:58 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9hwpb031244; Sat, 21 Feb 2004 01:43:58 -0800 (PST) (envelope-from lioux) Message-Id: <200402210943.i1L9hwpb031244@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 01:43:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-icons-marbles-translucent Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:43:59 -0000 lioux 2004/02/21 01:43:58 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-marbles-translucent Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-marbles-translucent version 0.1.3: KDE Marbles Translucent iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.19 +1 -0 ports/x11-themes/Makefile 1.1 +16 -0 ports/x11-themes/kde-icons-marbles-translucent/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-marbles-translucent/distinfo (new) 1.1 +14 -0 ports/x11-themes/kde-icons-marbles-translucent/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-marbles-translucent/pkg-message (new) 1.1 +626 -0 ports/x11-themes/kde-icons-marbles-translucent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:44:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C4A16A4CE; Sat, 21 Feb 2004 01:44:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D1243D2D; Sat, 21 Feb 2004 01:44:13 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9iDGe031293; Sat, 21 Feb 2004 01:44:13 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9iDsX031292; Sat, 21 Feb 2004 01:44:13 -0800 (PST) (envelope-from lioux) Message-Id: <200402210944.i1L9iDsX031292@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 01:44:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:44:13 -0000 lioux 2004/02/21 01:44:13 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-marbles-translucent --> ports/x11-themes/kde-icons-marbles-translucent Revision Changes Path 1.9448 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 01:47:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB79E16A4CE; Sat, 21 Feb 2004 01:47:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8B243D41; Sat, 21 Feb 2004 01:47:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L9lwGe031429; Sat, 21 Feb 2004 01:47:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L9lwGE031428; Sat, 21 Feb 2004 01:47:58 -0800 (PST) (envelope-from linimon) Message-Id: <200402210947.i1L9lwGE031428@repoman.freebsd.org> From: Mark Linimon Date: Sat, 21 Feb 2004 01:47:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/yc.el Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 09:47:58 -0000 linimon 2004/02/21 01:47:58 PST FreeBSD ports repository Modified files: japanese/yc.el Makefile distinfo Log: Update to 4.0.7: bugfix in handling roman-kana conversion in fence-mode. See ChangeLog. PR: ports/63072 Submitted by: Takayuki Nakao (maintainer) Revision Changes Path 1.19 +1 -1 ports/japanese/yc.el/Makefile 1.16 +2 -2 ports/japanese/yc.el/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 02:14:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F1C16A4CE; Sat, 21 Feb 2004 02:14:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4083E43D2D; Sat, 21 Feb 2004 02:14:00 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LAE0Ge038580; Sat, 21 Feb 2004 02:14:00 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LADxII038579; Sat, 21 Feb 2004 02:14:00 -0800 (PST) (envelope-from lioux) Message-Id: <200402211014.i1LADxII038579@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 02:13:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/kde-icons-gorilla_svg Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 10:14:00 -0000 lioux 2004/02/21 02:13:59 PST FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/kde-icons-gorilla_svg Makefile distinfo pkg-descr pkg-message pkg-plist Log: o New port kde-icons-gorilla_svg version 1.4: KDE Gorilla SVG iconset o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Revision Changes Path 1.20 +1 -0 ports/x11-themes/Makefile 1.1 +19 -0 ports/x11-themes/kde-icons-gorilla_svg/Makefile (new) 1.1 +2 -0 ports/x11-themes/kde-icons-gorilla_svg/distinfo (new) 1.1 +3 -0 ports/x11-themes/kde-icons-gorilla_svg/pkg-descr (new) 1.1 +9 -0 ports/x11-themes/kde-icons-gorilla_svg/pkg-message (new) 1.1 +1965 -0 ports/x11-themes/kde-icons-gorilla_svg/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 02:14:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62E316A4CE; Sat, 21 Feb 2004 02:14:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A573643D45; Sat, 21 Feb 2004 02:14:15 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LAEFGe038630; Sat, 21 Feb 2004 02:14:15 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LAEFMJ038629; Sat, 21 Feb 2004 02:14:15 -0800 (PST) (envelope-from lioux) Message-Id: <200402211014.i1LAEFMJ038629@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 21 Feb 2004 02:14:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 10:14:16 -0000 lioux 2004/02/21 02:14:15 PST FreeBSD ports repository Modified files: . modules Log: kde-icons-gorilla_svg --> ports/x11-themes/kde-icons-gorilla_svg Revision Changes Path 1.9449 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 02:24:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EC916A4CE; Sat, 21 Feb 2004 02:24:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971A743D1F; Sat, 21 Feb 2004 02:24:34 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LAOYGe040767; Sat, 21 Feb 2004 02:24:34 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LAOY5b040766; Sat, 21 Feb 2004 02:24:34 -0800 (PST) (envelope-from mbr) Message-Id: <200402211024.i1LAOY5b040766@repoman.freebsd.org> From: Martin Blapp Date: Sat, 21 Feb 2004 02:24:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1/files patch-config_office X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 10:24:34 -0000 mbr 2004/02/21 02:24:34 PST FreeBSD ports repository Modified files: editors/openoffice-1.1/files patch-config_office Log: Adjust PTHREAD_CFLAGS and THREAD_CFLAGS for ports and standalone builds. Use the correct values according to bsd.port.mk. Revision Changes Path 1.2 +28 -14 ports/editors/openoffice-1.1/files/patch-config_office From owner-cvs-all@FreeBSD.ORG Sat Feb 21 02:52:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0945416A4CE; Sat, 21 Feb 2004 02:52:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E152043D2F; Sat, 21 Feb 2004 02:52:14 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LAqEGe046851; Sat, 21 Feb 2004 02:52:14 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LAqEbT046847; Sat, 21 Feb 2004 02:52:14 -0800 (PST) (envelope-from mbr) Message-Id: <200402211052.i1LAqEbT046847@repoman.freebsd.org> From: Martin Blapp Date: Sat, 21 Feb 2004 02:52:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1/files patch-sch_setLogicRectHack patch-svx_setLogicRectHack X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 10:52:15 -0000 mbr 2004/02/21 02:52:14 PST FreeBSD ports repository Added files: editors/openoffice-1.1/files patch-sch_setLogicRectHack patch-svx_setLogicRectHack Log: Resolve crash in autopilot for forms. Revision Changes Path 1.1 +67 -0 ports/editors/openoffice-1.1/files/patch-sch_setLogicRectHack (new) 1.1 +83 -0 ports/editors/openoffice-1.1/files/patch-svx_setLogicRectHack (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 02:53:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E184F16A4CE; Sat, 21 Feb 2004 02:53:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D7243D31; Sat, 21 Feb 2004 02:53:27 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LArRGe047111; Sat, 21 Feb 2004 02:53:27 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LArRxe047110; Sat, 21 Feb 2004 02:53:27 -0800 (PST) (envelope-from mbr) Message-Id: <200402211053.i1LArRxe047110@repoman.freebsd.org> From: Martin Blapp Date: Sat, 21 Feb 2004 02:53:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/openoffice-1.1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 10:53:28 -0000 mbr 2004/02/21 02:53:27 PST FreeBSD ports repository Modified files: editors/openoffice-1.1 Makefile Log: Bump portrevision. Revision Changes Path 1.116 +5 -5 ports/editors/openoffice-1.1/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 03:35:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9BD416A4CE; Sat, 21 Feb 2004 03:35:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EFE43D1F; Sat, 21 Feb 2004 03:35:25 -0800 (PST) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LBZPGe056660; Sat, 21 Feb 2004 03:35:25 -0800 (PST) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LBZPm7056659; Sat, 21 Feb 2004 03:35:25 -0800 (PST) (envelope-from rushani) Message-Id: <200402211135.i1LBZPm7056659@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sat, 21 Feb 2004 03:35:25 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja/docproj sgml.sgml www/ja/platforms/ia64 todo.sgml www/ja/releases/5.1R errata.html www/ja/ports comments.ja doc/ja_JP.eucJP/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 11:35:26 -0000 rushani 2004/02/21 03:35:25 PST FreeBSD doc repository Modified files: ja/docproj sgml.sgml ja/platforms/ia64 todo.sgml ja/releases/5.1R errata.html ja/ports comments.ja ja_JP.eucJP/books/faq book.sgml Log: Fix typo. Submitted by: kano@na.rim.or.jp Reference: [doc-jp 12393] Revision Changes Path 1.61 +1 -1 doc/ja_JP.eucJP/books/faq/book.sgml 1.26 +2 -2 www/ja/docproj/sgml.sgml 1.2 +2 -2 www/ja/platforms/ia64/todo.sgml 1.36 +2 -2 www/ja/ports/comments.ja 1.5 +1 -1 www/ja/releases/5.1R/errata.html From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:10:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6403D16A4CE; Sat, 21 Feb 2004 04:10:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FA543D2D; Sat, 21 Feb 2004 04:10:05 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCA5Ge063930; Sat, 21 Feb 2004 04:10:05 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCA49u063929; Sat, 21 Feb 2004 04:10:05 -0800 (PST) (envelope-from oliver) Message-Id: <200402211210.i1LCA49u063929@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 21 Feb 2004 04:10:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/physfs Makefile distinfo pkg-plist ports/x11-toolkits/paragui Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:10:05 -0000 oliver 2004/02/21 04:10:04 PST FreeBSD ports repository Modified files: devel/physfs Makefile distinfo pkg-plist x11-toolkits/paragui Makefile Log: Update physfs to 1.0.0 Revision Changes Path 1.5 +2 -2 ports/devel/physfs/Makefile 1.3 +2 -1 ports/devel/physfs/distinfo 1.5 +1 -1 ports/devel/physfs/pkg-plist 1.24 +1 -1 ports/x11-toolkits/paragui/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:11:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9EDA16A4CE; Sat, 21 Feb 2004 04:11:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE4F43D2D; Sat, 21 Feb 2004 04:11:43 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCBhGe065202; Sat, 21 Feb 2004 04:11:43 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCBh60065201; Sat, 21 Feb 2004 04:11:43 -0800 (PST) (envelope-from oliver) Message-Id: <200402211211.i1LCBh60065201@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 21 Feb 2004 04:11:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/sdl_sound Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:11:44 -0000 oliver 2004/02/21 04:11:43 PST FreeBSD ports repository Modified files: audio/sdl_sound Makefile Log: Update physfs to 1.0.0 Revision Changes Path 1.7 +1 -1 ports/audio/sdl_sound/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:30:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0672816A4CE; Sat, 21 Feb 2004 04:30:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB93843D39; Sat, 21 Feb 2004 04:30:47 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCUlGe068426; Sat, 21 Feb 2004 04:30:47 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCUl8O068425; Sat, 21 Feb 2004 04:30:47 -0800 (PST) (envelope-from erwin) Message-Id: <200402211230.i1LCUl8O068425@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 21 Feb 2004 04:30:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Config-Auto Makefile distinfo ports/devel/p5-Config-Auto/files patch-Auto.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:30:48 -0000 erwin 2004/02/21 04:30:47 PST FreeBSD ports repository Modified files: devel/p5-Config-Auto Makefile distinfo Added files: devel/p5-Config-Auto/files patch-Auto.pm Log: - Update to 0.05 - Added XML::Simple as OPTIONal dependency - Made PREFIX-clean under perl 5.005_03 PR: 63087 Submitted by: maintainer Revision Changes Path 1.4 +21 -7 ports/devel/p5-Config-Auto/Makefile 1.3 +2 -1 ports/devel/p5-Config-Auto/distinfo 1.1 +13 -0 ports/devel/p5-Config-Auto/files/patch-Auto.pm (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:48:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E81C16A4CE; Sat, 21 Feb 2004 04:48:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4179043D2F; Sat, 21 Feb 2004 04:48:26 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCmQGe078245; Sat, 21 Feb 2004 04:48:26 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCmQGA078244; Sat, 21 Feb 2004 04:48:26 -0800 (PST) (envelope-from yar) Message-Id: <200402211248.i1LCmQGA078244@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 21 Feb 2004 04:48:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:48:26 -0000 yar 2004/02/21 04:48:25 PST FreeBSD src repository Modified files: sys/net if.c Log: Improve the SIOCSIFCAP handler a bit: - allow for ifp->if_ioctl being NULL, as the rest of ifioctl() does; - give the interface driver a chance to report a error to the caller; - don't forget to update ifp->if_lastchange upon successful modification of interface operation parameters. Revision Changes Path 1.180 +5 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:55:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F67316A4CE; Sat, 21 Feb 2004 04:55:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227FB43D1F; Sat, 21 Feb 2004 04:55:08 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCt7Ge080278; Sat, 21 Feb 2004 04:55:07 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCt75X080277; Sat, 21 Feb 2004 04:55:07 -0800 (PST) (envelope-from harti) Message-Id: <200402211255.i1LCt75X080277@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 04:55:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatm atm_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:55:08 -0000 harti 2004/02/21 04:55:07 PST FreeBSD src repository Modified files: sys/netatm atm_subr.c Log: Don't remove the first mbuf in the chain if it got empty. This removes the packet header in certain cases which later on will give panic. Clarify what the atm_intr expects in the comment and de-obscurify the code a little bit by replacing the portability macros with the BSD names. The code isn't maintained externally anymore so there's no point in keeping the extra level of obscurity. Revision Changes Path 1.42 +6 -7 src/sys/netatm/atm_subr.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:56:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD2F16A4CE; Sat, 21 Feb 2004 04:56:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C9B43D2D; Sat, 21 Feb 2004 04:56:10 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCuAGe080379; Sat, 21 Feb 2004 04:56:10 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCuAZe080378; Sat, 21 Feb 2004 04:56:10 -0800 (PST) (envelope-from yar) Message-Id: <200402211256.i1LCuAZe080378@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 21 Feb 2004 04:56:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:56:10 -0000 yar 2004/02/21 04:56:10 PST FreeBSD src repository Modified files: sys/net if.c Log: Minor beautifications related to style(9) and code consistency. No functional changes. Revision Changes Path 1.181 +5 -5 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 04:59:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6190216A4CE; Sat, 21 Feb 2004 04:59:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C8143D1F; Sat, 21 Feb 2004 04:59:15 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LCxFGe080529; Sat, 21 Feb 2004 04:59:15 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LCxF8m080528; Sat, 21 Feb 2004 04:59:15 -0800 (PST) (envelope-from harti) Message-Id: <200402211259.i1LCxF8m080528@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 04:59:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_receive.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 12:59:15 -0000 harti 2004/02/21 04:59:14 PST FreeBSD src repository Modified files: sys/dev/hfa fore_receive.c Log: The token for atm_intr is actually a void *, not an int. Clarify what atm_intr expects in a comment and de-obfuscate the code a little bit by replacing the portability macros with the native BSD names. Revision Changes Path 1.21 +4 -2 src/sys/dev/hfa/fore_receive.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:00:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CB516A4CE; Sat, 21 Feb 2004 05:00:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD69D43D31; Sat, 21 Feb 2004 05:00:01 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LD01Ge080593; Sat, 21 Feb 2004 05:00:01 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LD01l6080592; Sat, 21 Feb 2004 05:00:01 -0800 (PST) (envelope-from oliver) Message-Id: <200402211300.i1LD01l6080592@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 21 Feb 2004 05:00:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/xfce4 Makefile pkg-plist ports/x11-wm/xfce4/files XFce4 XFce4.desktop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:00:02 -0000 oliver 2004/02/21 05:00:01 PST FreeBSD ports repository Modified files: x11-wm/xfce4 Makefile pkg-plist Added files: x11-wm/xfce4/files XFce4 XFce4.desktop Log: add gdm support for the xfce4-suite Submitted By: Thomas E. Zander Revision Changes Path 1.79 +19 -0 ports/x11-wm/xfce4/Makefile 1.1 +7 -0 ports/x11-wm/xfce4/files/XFce4 (new) 1.1 +3 -0 ports/x11-wm/xfce4/files/XFce4.desktop (new) 1.35 +5 -1 ports/x11-wm/xfce4/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:01:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD5816A4CE; Sat, 21 Feb 2004 05:01:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1CD43D1F; Sat, 21 Feb 2004 05:01:55 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LD1tGe081842; Sat, 21 Feb 2004 05:01:55 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LD1sv2081841; Sat, 21 Feb 2004 05:01:54 -0800 (PST) (envelope-from harti) Message-Id: <200402211301.i1LD1sv2081841@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 05:01:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/harp if_harp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:01:55 -0000 harti 2004/02/21 05:01:54 PST FreeBSD src repository Modified files: sys/dev/harp if_harp.c Log: Make sure that the first mbuf in the chain passed to atm_intr always contains a packet header. Revision Changes Path 1.4 +8 -4 src/sys/dev/harp/if_harp.c From owner-cvs-all@FreeBSD.ORG Fri Feb 20 12:52:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E7616A4DC; Fri, 20 Feb 2004 12:52:02 -0800 (PST) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F16E43D1F; Fri, 20 Feb 2004 12:52:01 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1KKpmiU061417; Fri, 20 Feb 2004 21:51:49 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1KKpmjI014773; Fri, 20 Feb 2004 21:51:48 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id i1KKpmI0014772; Fri, 20 Feb 2004 21:51:48 +0100 (CET) (envelope-from wkb) Date: Fri, 20 Feb 2004 21:51:48 +0100 From: Wilko Bulte To: Garance A Drosihn Message-ID: <20040220205148.GA14731@freebie.xs4all.nl> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <200402191709.55473.jhb@FreeBSD.org> <20040220012618.GC4306@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org X-Mailman-Approved-At: Sat, 21 Feb 2004 05:18:19 -0800 cc: src-committers@FreeBSD.ORG cc: John Baldwin cc: cvs-src@FreeBSD.ORG cc: gad@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: des@des.no cc: "M. Warner Losh" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Feb 2004 20:52:02 -0000 On Thu, Feb 19, 2004 at 08:36:00PM -0500, Garance A Drosihn wrote: > At 5:26 PM -0800 2/19/04, David O'Brien wrote: > >On Thu, Feb 19, 2004 at 05:09:55PM -0500, John Baldwin wrote: > > > own home-grown shell scripts (buildworld, cleanworld, installworld, > > > etc.) for quite a while now and will just continue doing the same. > > > If 'make realclean' doesn't work for you, just don't use it. :) > > > >\me wonders if we shouldn't s/realclean/cleanworld/ for consistency. > > Hmm. That makes sense to me. In fact, given that my initial > 'realclean' was so potentially deadly, I think I'll rename it > right now... make spitnpolish? :-P -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:20:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F8DA16A4CE; Sat, 21 Feb 2004 05:20:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628C143D1F; Sat, 21 Feb 2004 05:20:22 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LDKMGe085795; Sat, 21 Feb 2004 05:20:22 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LDKMcG085793; Sat, 21 Feb 2004 05:20:22 -0800 (PST) (envelope-from arved) Message-Id: <200402211320.i1LDKMcG085793@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 21 Feb 2004 05:20:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:20:22 -0000 arved 2004/02/21 05:20:22 PST FreeBSD ports repository Modified files: . access Log: Increase the level of confusion by adding Markus Brueffer to the ranks of the ports committers. I will be his mentor. Approved by: portmgr Revision Changes Path 1.583 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:27:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9985C16A4CE; Sat, 21 Feb 2004 05:27:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCF243D2F; Sat, 21 Feb 2004 05:27:38 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LDRcGe087748; Sat, 21 Feb 2004 05:27:38 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LDRcuS087747; Sat, 21 Feb 2004 05:27:38 -0800 (PST) (envelope-from nork) Message-Id: <200402211327.i1LDRcuS087747@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 21 Feb 2004 05:27:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:27:38 -0000 nork 2004/02/21 05:27:38 PST FreeBSD ports repository Modified files: . access Log: [Forced commit] This is a forced commit to note that ale is now on his own. He no longer needs my approval before committing. Revision Changes Path 1.584 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:37:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EF416A4CE; Sat, 21 Feb 2004 05:37:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D702143D39; Sat, 21 Feb 2004 05:37:57 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LDbvGe089872; Sat, 21 Feb 2004 05:37:57 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LDbvwr089871; Sat, 21 Feb 2004 05:37:57 -0800 (PST) (envelope-from phantom) Message-Id: <200402211337.i1LDbvwr089871@repoman.freebsd.org> From: Alexey Zelkin Date: Sat, 21 Feb 2004 05:37:57 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gallery gallery.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:37:58 -0000 phantom 2004/02/21 05:37:57 PST FreeBSD doc repository Modified files: en/gallery gallery.xml Log: merge all gallery submissions up to Sat Feb 21 16:00:46 EET 2004 Revision Changes Path 1.47 +1500 -27 www/en/gallery/gallery.xml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 05:49:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEBD916A4CE; Sat, 21 Feb 2004 05:49:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04F543D1D; Sat, 21 Feb 2004 05:49:26 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LDnQGe091982; Sat, 21 Feb 2004 05:49:26 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LDnQ6Y091981; Sat, 21 Feb 2004 05:49:26 -0800 (PST) (envelope-from simon) Message-Id: <200402211349.i1LDnQ6Y091981@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 21 Feb 2004 05:49:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 13:49:26 -0000 simon 2004/02/21 05:49:26 PST FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add le's request for an external SCSI enclosure, disks, and cables for developing vinum and GEOM. Revision Changes Path 1.175 +11 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 06:11:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F8316A4CE; Sat, 21 Feb 2004 06:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A953643D2D; Sat, 21 Feb 2004 06:11:58 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LEBwGe098914; Sat, 21 Feb 2004 06:11:58 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LEBw9O098910; Sat, 21 Feb 2004 06:11:58 -0800 (PST) (envelope-from yar) Message-Id: <200402211411.i1LEBw9O098910@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 21 Feb 2004 06:11:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 14:11:58 -0000 yar 2004/02/21 06:11:58 PST FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: The hardware tagging capability is set on the physical interface that is parent to a vlan(4) interface, not on the vlan(4) interface itself. Revision Changes Path 1.74 +1 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 06:21:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E2C16A4DC; Sat, 21 Feb 2004 06:21:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F01CF43D1D; Sat, 21 Feb 2004 06:21:18 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LELIGe000428; Sat, 21 Feb 2004 06:21:18 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LELIow000427; Sat, 21 Feb 2004 06:21:18 -0800 (PST) (envelope-from yar) Message-Id: <200402211421.i1LELIow000427@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 21 Feb 2004 06:21:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 14:21:19 -0000 yar 2004/02/21 06:21:18 PST FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: We can cross-reference to vlan(4) as long as the corresponding manpage has been committed. The rest of "vlan" words, which are refering to the technology itself, should be capitalized. MFC after: 1 week Revision Changes Path 1.75 +38 -15 src/sbin/ifconfig/ifconfig.8 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 06:43:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E83916A4CF; Sat, 21 Feb 2004 06:43:33 -0800 (PST) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF65E43D3F; Sat, 21 Feb 2004 06:43:32 -0800 (PST) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HTF0057SVKJSN@ms-dienst.rz.rwth-aachen.de>; Sat, 21 Feb 2004 15:43:31 +0100 (MET) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 21 Feb 2004 15:43:30 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i1LEhUJC007076; Sat, 21 Feb 2004 15:43:30 +0100 (MET) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 1E92D28428; Sat, 21 Feb 2004 15:43:30 +0100 (CET) Date: Sat, 21 Feb 2004 15:43:29 +0100 From: Christian Brueffer In-reply-to: <200402211320.i1LDKMcG085793@repoman.freebsd.org> To: Tilman Linneweh Message-id: <20040221144329.GA23440@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=M9NhX3UHpAaciwkO; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200402211320.i1LDKMcG085793@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 14:43:33 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 05:20:22AM -0800, Tilman Linneweh wrote: > arved 2004/02/21 05:20:22 PST >=20 > FreeBSD ports repository >=20 > Modified files: > . access=20 > Log: > Increase the level of confusion by adding Markus Brueffer > to the ranks of the ports committers. > =20 > I will be his mentor. Woohoo, world domination! Greetings from FOSDEM from Markus and me. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN26RbHYXjKDtmC0RAtovAKDN+qt8raqoM634uD28kk/TSYxUDQCeOtxO /mN7muOd+u+C3JIxRaIr6qM= =6sl3 -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 06:53:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21F016A4CF; Sat, 21 Feb 2004 06:53:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECB143D1D; Sat, 21 Feb 2004 06:53:30 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LErUGe007685; Sat, 21 Feb 2004 06:53:30 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LErUqp007684; Sat, 21 Feb 2004 06:53:30 -0800 (PST) (envelope-from ume) Message-Id: <200402211453.i1LErUqp007684@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 21 Feb 2004 06:53:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Socket6 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 14:53:30 -0000 ume 2004/02/21 06:53:30 PST FreeBSD ports repository Modified files: net/p5-Socket6 Makefile distinfo Log: Update to 0.16. Revision Changes Path 1.10 +1 -1 ports/net/p5-Socket6/Makefile 1.8 +2 -2 ports/net/p5-Socket6/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:02:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E93616A4CE; Sat, 21 Feb 2004 07:02:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A1A43D1D; Sat, 21 Feb 2004 07:02:37 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LF2aGe009818; Sat, 21 Feb 2004 07:02:36 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LF2a9G009817; Sat, 21 Feb 2004 07:02:36 -0800 (PST) (envelope-from oliver) Message-Id: <200402211502.i1LF2a9G009817@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 21 Feb 2004 07:02:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/xawtv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:02:37 -0000 oliver 2004/02/21 07:02:36 PST FreeBSD ports repository Modified files: multimedia/xawtv Makefile Log: ia64 has no machine/ioctl_bt848.h. ONLY_FOR_ARCHS= alpha i386 Revision Changes Path 1.38 +1 -1 ports/multimedia/xawtv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:13:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 813AB16A4CE; Sat, 21 Feb 2004 07:13:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0B43D1F; Sat, 21 Feb 2004 07:13:26 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFDQGe012920; Sat, 21 Feb 2004 07:13:26 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFDQRA012919; Sat, 21 Feb 2004 07:13:26 -0800 (PST) (envelope-from clement) Message-Id: <200402211513.i1LFDQRA012919@repoman.freebsd.org> From: Clement LAFORET Date: Sat, 21 Feb 2004 07:13:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/delegate Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:13:26 -0000 clement 2004/02/21 07:13:25 PST FreeBSD ports repository Modified files: net/delegate Makefile distinfo pkg-message Removed files: net/delegate pkg-plist Log: - Update to 8.9.1 - Remove all security warning While I'm here: - use PORTSDOCS, ${DOCSDIR} - kill pkg-plist PR: 62924 Submitted by: NAKAMURA Takeshi <1yen@sh.rim.or.jp> Revision Changes Path 1.44 +9 -33 ports/net/delegate/Makefile 1.33 +2 -1 ports/net/delegate/distinfo 1.7 +0 -9 ports/net/delegate/pkg-message 1.6 +0 -7 ports/net/delegate/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:26:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EB116A4CE; Sat, 21 Feb 2004 07:26:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4639843D2D; Sat, 21 Feb 2004 07:26:40 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFQeGe015119; Sat, 21 Feb 2004 07:26:40 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFQeuw015118; Sat, 21 Feb 2004 07:26:40 -0800 (PST) (envelope-from andy) Message-Id: <200402211526.i1LFQeuw015118@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 07:26:39 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/java/dists index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:26:40 -0000 andy 2004/02/21 07:26:39 PST FreeBSD doc repository Modified files: ru/java/dists index.sgml Log: Fix &base; Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +3 -3 www/ru/java/dists/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:28:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECD316A4CE; Sat, 21 Feb 2004 07:28:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A1143D1F; Sat, 21 Feb 2004 07:28:05 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFS5Ge015189; Sat, 21 Feb 2004 07:28:05 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFS5Ng015188; Sat, 21 Feb 2004 07:28:05 -0800 (PST) (envelope-from andy) Message-Id: <200402211528.i1LFS5Ng015188@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 07:28:05 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:28:05 -0000 andy 2004/02/21 07:28:05 PST FreeBSD doc repository Modified files: ru/projects projects.sgml Log: MFen 1.157 Revision Changes Path 1.24 +6 -7 www/ru/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:33:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA2C16A4CE; Sat, 21 Feb 2004 07:33:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9000543D2D; Sat, 21 Feb 2004 07:33:12 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFXCGe017170; Sat, 21 Feb 2004 07:33:12 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFXCUT017169; Sat, 21 Feb 2004 07:33:12 -0800 (PST) (envelope-from andy) Message-Id: <200402211533.i1LFXCUT017169@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 07:33:12 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/pr-guidelines Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:33:12 -0000 andy 2004/02/21 07:33:12 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/articles/pr-guidelines Makefile Log: Initial import, synchronized with English 1.4 Revision Changes Path 1.1 +23 -0 doc/ru_RU.KOI8-R/articles/pr-guidelines/Makefile (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:33:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C79F616A4CE; Sat, 21 Feb 2004 07:33:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABB443D2D; Sat, 21 Feb 2004 07:33:56 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFXuGe017214; Sat, 21 Feb 2004 07:33:56 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFXuxf017213; Sat, 21 Feb 2004 07:33:56 -0800 (PST) (envelope-from andy) Message-Id: <200402211533.i1LFXuxf017213@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 07:33:56 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/pr-guidelines article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:33:56 -0000 andy 2004/02/21 07:33:56 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/articles/pr-guidelines article.sgml Log: Initial import, synchronized with English 1.14 Revision Changes Path 1.1 +557 -0 doc/ru_RU.KOI8-R/articles/pr-guidelines/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:34:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0CD16A4CE; Sat, 21 Feb 2004 07:34:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4137D43D1D; Sat, 21 Feb 2004 07:34:36 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFYaGe017253; Sat, 21 Feb 2004 07:34:36 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFYaB6017252; Sat, 21 Feb 2004 07:34:36 -0800 (PST) (envelope-from clement) Message-Id: <200402211534.i1LFYaB6017252@repoman.freebsd.org> From: Clement LAFORET Date: Sat, 21 Feb 2004 07:34:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/delegate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:34:36 -0000 clement 2004/02/21 07:34:35 PST FreeBSD ports repository Modified files: net/delegate Makefile Log: make portlint happy. Revision Changes Path 1.45 +2 -2 ports/net/delegate/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:34:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3190616A4CE; Sat, 21 Feb 2004 07:34:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146CF43D1D; Sat, 21 Feb 2004 07:34:50 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFYnGe017283; Sat, 21 Feb 2004 07:34:49 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFYnSm017282; Sat, 21 Feb 2004 07:34:49 -0800 (PST) (envelope-from andy) Message-Id: <200402211534.i1LFYnSm017282@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 07:34:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:34:50 -0000 andy 2004/02/21 07:34:49 PST FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles Makefile Log: Build pr-guidelines/ Revision Changes Path 1.10 +1 -1 doc/ru_RU.KOI8-R/articles/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:44:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54EF16A4CE; Sat, 21 Feb 2004 07:44:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A9C43D1D; Sat, 21 Feb 2004 07:44:43 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFihGe019414; Sat, 21 Feb 2004 07:44:43 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFihb0019413; Sat, 21 Feb 2004 07:44:43 -0800 (PST) (envelope-from simon) Message-Id: <200402211544.i1LFihb0019413@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 21 Feb 2004 07:44:43 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:44:43 -0000 simon 2004/02/21 07:44:43 PST FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entities for the GEOM section 9 manual pages. Revision Changes Path 1.260 +10 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:58:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1506A16A4CE; Sat, 21 Feb 2004 07:58:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBAC643D1F; Sat, 21 Feb 2004 07:58:31 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFwVGe021674; Sat, 21 Feb 2004 07:58:31 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFwVRd021673; Sat, 21 Feb 2004 07:58:31 -0800 (PST) (envelope-from clement) Message-Id: <200402211558.i1LFwVRd021673@repoman.freebsd.org> From: Clement LAFORET Date: Sat, 21 Feb 2004 07:58:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freewais-sf Makefile pkg-plist ports/net/freewais-sf/files patch-ai X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:58:32 -0000 clement 2004/02/21 07:58:31 PST FreeBSD ports repository Modified files: net/freewais-sf Makefile pkg-plist Added files: net/freewais-sf/files patch-ai Log: - Fix build on -CURRENT While I'm here: - use PORTDOCS PR: 62847 Submitted by: Craig Rodrigues Revision Changes Path 1.25 +3 -6 ports/net/freewais-sf/Makefile 1.1 +21 -0 ports/net/freewais-sf/files/patch-ai (new) 1.7 +0 -2 ports/net/freewais-sf/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 07:59:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90EFF16A4CE; Sat, 21 Feb 2004 07:59:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733DE43D1D; Sat, 21 Feb 2004 07:59:56 -0800 (PST) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LFxuGe021749; Sat, 21 Feb 2004 07:59:56 -0800 (PST) (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LFxub8021748; Sat, 21 Feb 2004 07:59:56 -0800 (PST) (envelope-from josef) Message-Id: <200402211559.i1LFxub8021748@repoman.freebsd.org> From: Josef El-Rayes Date: Sat, 21 Feb 2004 07:59:56 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 15:59:56 -0000 josef 2004/02/21 07:59:56 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Note that ssh2 uses id_(r|d)sa.pub instead of indentity.pub and pubkeys are now stored in /c/ssh_keys Pointed out by: arved Approved by: simon(mentor) Revision Changes Path 1.179 +6 -6 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:29:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F9016A4CE; Sat, 21 Feb 2004 08:29:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB6D43D1D; Sat, 21 Feb 2004 08:29:10 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGTAGe028929; Sat, 21 Feb 2004 08:29:10 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGTA0r028928; Sat, 21 Feb 2004 08:29:10 -0800 (PST) (envelope-from harti) Message-Id: <200402211629.i1LGTA0r028928@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 08:29:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libatm ioctl_subr.c ip_addr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:29:11 -0000 harti 2004/02/21 08:29:10 PST FreeBSD src repository Modified files: lib/libatm ioctl_subr.c ip_addr.c Log: Fix a couple of potential buffer overflows. Submitted by: christer.oberg@texonet.com Revision Changes Path 1.11 +4 -4 src/lib/libatm/ioctl_subr.c 1.12 +6 -8 src/lib/libatm/ip_addr.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:29:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05B316A4D0; Sat, 21 Feb 2004 08:29:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA61E43D1D; Sat, 21 Feb 2004 08:29:18 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGTIGe028979; Sat, 21 Feb 2004 08:29:18 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGTIRG028978; Sat, 21 Feb 2004 08:29:18 -0800 (PST) (envelope-from leeym) Message-Id: <200402211629.i1LGTIRG028978@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 08:29:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/e2fsprogs Makefile pkg-deinstall ports/sysutils/e2fsprogs/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:29:19 -0000 leeym 2004/02/21 08:29:18 PST FreeBSD ports repository Modified files: sysutils/e2fsprogs Makefile sysutils/e2fsprogs/files pkg-message.in Added files: sysutils/e2fsprogs pkg-deinstall Log: - fix IEEE violation/SIGFPE abort on alpha that failed the f_crashdisk test (patch by Greg Lewis) - fix compile failure on FreeBSD 5 when older port version is installed (problem reported by Tim Robbins; FreeBSD 4 was unaffected) - ignore m_large_file test on alpha and sparc64, apparently the test only stumbles over a different default block size and the failure isn't serious (problem reported by Greg Lewis) - cosmetic: swap $(CC) and gmake check in post-build so check comes last - bump PORTREVISION: the patches change the code on some systems - pkg-message.in: * use install when ln fails, /sbin and /usr/local need not be the same file system * tell the user he needs to repeat the steps after port upgrade - revise pkg-message generation and move it to pre-install, no need to cat(1) the file, sed(1) can read files by itself. - add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from /sbin if he's deinstalling for good, rather than upgrading. PR: 63167 Submitted by: Matthias Andree Revision Changes Path 1.13 +12 -4 ports/sysutils/e2fsprogs/Makefile 1.2 +6 -2 ports/sysutils/e2fsprogs/files/pkg-message.in 1.1 +9 -0 ports/sysutils/e2fsprogs/pkg-deinstall (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:35:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A7516A4CE; Sat, 21 Feb 2004 08:35:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B813543D3F; Sat, 21 Feb 2004 08:35:20 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGZKGe030951; Sat, 21 Feb 2004 08:35:20 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGZKZ1030950; Sat, 21 Feb 2004 08:35:20 -0800 (PST) (envelope-from wilko) Message-Id: <200402211635.i1LGZKZ1030950@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 21 Feb 2004 08:35:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:35:21 -0000 wilko 2004/02/21 08:35:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC: Add EPSON Perfection 3200 scanner Revision Changes Path 1.11.2.54 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:38:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4B1016A4CE; Sat, 21 Feb 2004 08:38:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9755543D2D; Sat, 21 Feb 2004 08:38:39 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGcdGe031124; Sat, 21 Feb 2004 08:38:39 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGcdPr031123; Sat, 21 Feb 2004 08:38:39 -0800 (PST) (envelope-from wilko) Message-Id: <200402211638.i1LGcdPr031123@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 21 Feb 2004 08:38:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:38:39 -0000 wilko 2004/02/21 08:38:39 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: MFC: Add EPSON Perfection 3200 scanner. Revision Changes Path 1.32.2.51 +2 -1 src/sys/dev/usb/usbdevs.h 1.32.2.51 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:39:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A5C416A4CE; Sat, 21 Feb 2004 08:39:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB0D43D1D; Sat, 21 Feb 2004 08:39:21 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGdLGe031183; Sat, 21 Feb 2004 08:39:21 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGdKO6031182; Sat, 21 Feb 2004 08:39:20 -0800 (PST) (envelope-from wilko) Message-Id: <200402211639.i1LGdKO6031182@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 21 Feb 2004 08:39:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:39:21 -0000 wilko 2004/02/21 08:39:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uscanner.c Log: MFC: Add EPSON Perfection 3200 scanner. Revision Changes Path 1.2.2.18 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:39:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A28216A4CE; Sat, 21 Feb 2004 08:39:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F189B43D1D; Sat, 21 Feb 2004 08:39:52 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGdqGe031216; Sat, 21 Feb 2004 08:39:52 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGdqxa031215; Sat, 21 Feb 2004 08:39:52 -0800 (PST) (envelope-from andy) Message-Id: <200402211639.i1LGdqxa031215@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 08:39:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:39:53 -0000 andy 2004/02/21 08:39:52 PST FreeBSD doc repository Modified files: ru index.xsl Log: MFen 1.95 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.16 +16 -20 www/ru/index.xsl From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:40:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F155D16A4CF; Sat, 21 Feb 2004 08:40:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D491143D1F; Sat, 21 Feb 2004 08:40:07 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGe7Ge031256; Sat, 21 Feb 2004 08:40:07 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGe7tP031255; Sat, 21 Feb 2004 08:40:07 -0800 (PST) (envelope-from wilko) Message-Id: <200402211640.i1LGe7tP031255@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 21 Feb 2004 08:40:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:40:08 -0000 wilko 2004/02/21 08:40:07 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 uscanner.4 Log: MFC: Add EPSON Perfection 3200 scanner. Revision Changes Path 1.1.2.8 +1 -0 src/share/man/man4/uscanner.4 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:43:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F5B16A4CE; Sat, 21 Feb 2004 08:43:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699FE43D1D; Sat, 21 Feb 2004 08:43:44 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGhiGe033208; Sat, 21 Feb 2004 08:43:44 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGhiAf033207; Sat, 21 Feb 2004 08:43:44 -0800 (PST) (envelope-from nectar) Message-Id: <200402211643.i1LGhiAf033207@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 21 Feb 2004 08:43:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/im-ja/files patch-src%Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:43:44 -0000 nectar 2004/02/21 08:43:43 PST FreeBSD ports repository Modified files: japanese/im-ja/files patch-src%Makefile.in Log: Don't use perl to generate files that we already have (timestamps b0rk3d in distfile). Prompted by: perl module dependency failure on bento Revision Changes Path 1.3 +20 -4 ports/japanese/im-ja/files/patch-src%Makefile.in From owner-cvs-all@FreeBSD.ORG Sat Feb 21 08:55:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 010BA16A4CE; Sat, 21 Feb 2004 08:55:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D749543D1F; Sat, 21 Feb 2004 08:55:10 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LGtAGe041100; Sat, 21 Feb 2004 08:55:10 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LGtAmj041099; Sat, 21 Feb 2004 08:55:10 -0800 (PST) (envelope-from sos) Message-Id: <200402211655.i1LGtAmj041099@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 21 Feb 2004 08:55:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 16:55:11 -0000 sos 2004/02/21 08:55:10 PST FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Only register interrupt as seen if it was a real HW interrupt. Revision Changes Path 1.30 +3 -1 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 09:03:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7E216A4CE; Sat, 21 Feb 2004 09:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B8E43D2D; Sat, 21 Feb 2004 09:03:59 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LH3xGe044143; Sat, 21 Feb 2004 09:03:59 -0800 (PST) (envelope-from andy@repoman.freebsd.org) Received: (from andy@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LH3x3p044142; Sat, 21 Feb 2004 09:03:59 -0800 (PST) (envelope-from andy) Message-Id: <200402211703.i1LH3x3p044142@repoman.freebsd.org> From: Andrey Zakhvatov Date: Sat, 21 Feb 2004 09:03:59 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/arch-handbook/driverbasics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 17:03:59 -0000 andy 2004/02/21 09:03:59 PST FreeBSD doc repository Added files: ru_RU.KOI8-R/books/arch-handbook/driverbasics chapter.sgml Log: Initial import, synchronized with English 1.28 Revision Changes Path 1.1 +601 -0 doc/ru_RU.KOI8-R/books/arch-handbook/driverbasics/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 09:14:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CD916A4CE; Sat, 21 Feb 2004 09:14:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C5143D2D; Sat, 21 Feb 2004 09:14:45 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LHEjGe046301; Sat, 21 Feb 2004 09:14:45 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LHEjaw046300; Sat, 21 Feb 2004 09:14:45 -0800 (PST) (envelope-from leeym) Message-Id: <200402211714.i1LHEjaw046300@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 09:14:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/raggle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 17:14:46 -0000 leeym 2004/02/21 09:14:45 PST FreeBSD ports repository Modified files: net/raggle Makefile distinfo pkg-plist Log: Upgrade to 0.3.0 PR: 63159 Submitted by: Gea-Suan Lin Revision Changes Path 1.5 +8 -3 ports/net/raggle/Makefile 1.3 +2 -1 ports/net/raggle/distinfo 1.4 +22 -1 ports/net/raggle/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 09:36:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0780D16A4CE; Sat, 21 Feb 2004 09:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDD143D1F; Sat, 21 Feb 2004 09:36:00 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LHa0Ge050521; Sat, 21 Feb 2004 09:36:00 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LHa077050520; Sat, 21 Feb 2004 09:36:00 -0800 (PST) (envelope-from jeh) Message-Id: <200402211736.i1LHa077050520@repoman.freebsd.org> From: "James E. Housley" Date: Sat, 21 Feb 2004 09:36:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gdb Makefilepkg-plist.sparc-rtems ports/devel/sparc-rtems-gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 17:36:01 -0000 jeh 2004/02/21 09:36:00 PST FreeBSD ports repository Modified files: devel/i386-rtems-gdb Makefile pkg-plist.sparc-rtems devel/sparc-rtems-gdb Makefile Log: Disable building the simulator on sparc until I can figure out how to make it compile again, > 5.2 only. Bump PORTREVISION Revision Changes Path 1.16 +15 -2 ports/devel/i386-rtems-gdb/Makefile 1.3 +3 -3 ports/devel/i386-rtems-gdb/pkg-plist.sparc-rtems 1.5 +0 -3 ports/devel/sparc-rtems-gdb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 09:40:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7192E16A4CE; Sat, 21 Feb 2004 09:40:24 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F79843D1D; Sat, 21 Feb 2004 09:40:24 -0800 (PST) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 169DA1472B; Sat, 21 Feb 2004 11:40:24 -0600 (CST) Date: Sat, 21 Feb 2004 11:40:24 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Tilman Linneweh In-Reply-To: <200402211320.i1LDKMcG085793@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 17:40:24 -0000 > Increase the level of confusion by adding Markus Brueffer > to the ranks of the ports committers. Yay! mcl From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:07:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E7616A4CE; Sat, 21 Feb 2004 10:07:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3913B43D1D; Sat, 21 Feb 2004 10:07:05 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LI75Ge057737; Sat, 21 Feb 2004 10:07:05 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LI74B0057736; Sat, 21 Feb 2004 10:07:05 -0800 (PST) (envelope-from clement) Message-Id: <200402211807.i1LI74B0057736@repoman.freebsd.org> From: Clement LAFORET Date: Sat, 21 Feb 2004 10:07:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linkchecker Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:07:05 -0000 clement 2004/02/21 10:07:04 PST FreeBSD ports repository Modified files: www/linkchecker Makefile distinfo pkg-plist Log: Update to 1.12.1. Revision Changes Path 1.8 +1 -1 ports/www/linkchecker/Makefile 1.9 +2 -2 ports/www/linkchecker/distinfo 1.6 +3 -0 ports/www/linkchecker/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:07:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C99516A4CE; Sat, 21 Feb 2004 10:07:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23E743D1F; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LI7NGe057822; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LI7NIx057821; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym) Message-Id: <200402211807.i1LI7NIx057821@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 10:07:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/srilm Makefile distinfo pkg-descr pkg-message pkg-plistpatch-Makefile.machine.i386 patch-lattice-src-Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:07:24 -0000 leeym 2004/02/21 10:07:23 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/srilm Makefile distinfo pkg-descr pkg-message pkg-plist textproc/srilm/files patch-Makefile.common.variables patch-Makefile.machine.i386 patch-bin-machine-type patch-go.run-test patch-lattice-src-Makefile patch-lm-src-Makefile Log: SRILM is a toolkit for building and applying statistical language models (LMs), primarily for use in speech recognition, statistical tagging and segmentation. It has been under development in the SRI Speech Technology and Research Laboratory since 1995. The toolkit has also greatly benefitted from its use and enhancements during the Johns Hopkins University/CLSP summer workshops in 1995, 1996, and 1997 SRILM consists of the following components: * A set of C++ class libraries implementing language models, supporting data stuctures and miscellaneous utility functions. * A set of executable programs built on top of these libraries to perform standard tasks such as training LMs and testing them on data, tagging or segmenting text, etc. * A collection of miscellaneous scripts facilitating minor related tasks. WWW: http://www.speech.sri.com/projects/srilm/ Author: stolcke@speech.sri.com PR: 60810 Submitted by: Cheng-Lung Sung Revision Changes Path 1.641 +1 -0 ports/textproc/Makefile 1.1 +105 -0 ports/textproc/srilm/Makefile (new) 1.1 +2 -0 ports/textproc/srilm/distinfo (new) 1.1 +11 -0 ports/textproc/srilm/files/patch-Makefile.common.variables (new) 1.1 +72 -0 ports/textproc/srilm/files/patch-Makefile.machine.i386 (new) 1.1 +11 -0 ports/textproc/srilm/files/patch-bin-machine-type (new) 1.1 +12 -0 ports/textproc/srilm/files/patch-go.run-test (new) 1.1 +11 -0 ports/textproc/srilm/files/patch-lattice-src-Makefile (new) 1.1 +11 -0 ports/textproc/srilm/files/patch-lm-src-Makefile (new) 1.1 +19 -0 ports/textproc/srilm/pkg-descr (new) 1.1 +8 -0 ports/textproc/srilm/pkg-message (new) 1.1 +84 -0 ports/textproc/srilm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:07:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B7216A4CF; Sat, 21 Feb 2004 10:07:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C11C43D1D; Sat, 21 Feb 2004 10:07:39 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LI7dGe057870; Sat, 21 Feb 2004 10:07:39 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LI7dCv057869; Sat, 21 Feb 2004 10:07:39 -0800 (PST) (envelope-from leeym) Message-Id: <200402211807.i1LI7dCv057869@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 10:07:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:07:39 -0000 leeym 2004/02/21 10:07:39 PST FreeBSD ports repository Modified files: . modules Log: srilm --> ports/textproc/srilm Revision Changes Path 1.9450 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:21:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD2F116A4CE; Sat, 21 Feb 2004 10:21:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9153A43D2D; Sat, 21 Feb 2004 10:21:13 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LILDGe060957; Sat, 21 Feb 2004 10:21:13 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LILDgG060953; Sat, 21 Feb 2004 10:21:13 -0800 (PST) (envelope-from sos) Message-Id: <200402211821.i1LILDgG060953@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 21 Feb 2004 10:21:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:21:13 -0000 sos 2004/02/21 10:21:13 PST FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Check both PORTEN and MEMEN for enabled HW. Revision Changes Path 1.75 +1 -1 src/sys/dev/ata/ata-pci.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:30:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0802416A4CE; Sat, 21 Feb 2004 10:30:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFA443D1D; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LIU3Ge062130; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LIU3pe062129; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos) Message-Id: <200402211830.i1LIU3pe062129@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 21 Feb 2004 10:30:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:30:04 -0000 sos 2004/02/21 10:30:03 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Dont alloc size 0 buffers. Revision Changes Path 1.163 +5 -3 src/sys/dev/ata/atapi-cd.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:36:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479F916A4CE; Sat, 21 Feb 2004 10:36:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC1643D1D; Sat, 21 Feb 2004 10:36:07 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LIa7Ge064185; Sat, 21 Feb 2004 10:36:07 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LIa6AO064184; Sat, 21 Feb 2004 10:36:06 -0800 (PST) (envelope-from leeym) Message-Id: <200402211836.i1LIa6AO064184@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 10:36:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/MT Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:36:07 -0000 leeym 2004/02/21 10:36:06 PST FreeBSD ports repository Modified files: chinese/MT Makefile distinfo pkg-plist Log: The author released Build 4 and rerolled distfile at February 19, 2004. - remove buggy YAML files for MT-Blacklist. - SIZEify distinfo Noticed by: fenner Revision Changes Path 1.4 +1 -0 ports/chinese/MT/Makefile 1.4 +4 -1 ports/chinese/MT/distinfo 1.3 +8 -9 ports/chinese/MT/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:42:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9247916A4E5 for ; Sat, 21 Feb 2004 10:42:55 -0800 (PST) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4865443D1F for ; Sat, 21 Feb 2004 10:42:55 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1Auc5W-0002yf-EK for cvs-all@FreeBSD.org; Sat, 21 Feb 2004 18:42:54 +0000 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 11229-04 for ; Sat, 21 Feb 2004 18:42:54 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1Auc5W-0002yY-0s for cvs-all@FreeBSD.org; Sat, 21 Feb 2004 18:42:54 +0000 Received: (qmail 22668 invoked by uid 0); 21 Feb 2004 18:42:54 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.522669 secs); 21 Feb 2004 18:42:54 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.522669 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 21 Feb 2004 18:42:52 -0000 Message-Id: <6.0.1.1.1.20040221184019.03c74eb8@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sat, 21 Feb 2004 18:41:12 +0000 To: =?iso-8859-1?Q?S=F8ren?= Schmidt From: Colin Percival In-Reply-To: <200402211830.i1LIU3pe062129@repoman.freebsd.org> References: <200402211830.i1LIU3pe062129@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 18:42:57 -0000 At 18:30 21/02/2004, S=F8ren Schmidt wrote: > Dont alloc size 0 buffers. > > Revision Changes Path > 1.163 +5 -3 src/sys/dev/ata/atapi-cd.c Reported by: "Ted Unangst" Colin Percival From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:08:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B1F216A4CE; Sat, 21 Feb 2004 11:08:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C0843D2F; Sat, 21 Feb 2004 11:08:24 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJ8OGe071397; Sat, 21 Feb 2004 11:08:24 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJ8OmB071396; Sat, 21 Feb 2004 11:08:24 -0800 (PST) (envelope-from harti) Message-Id: <200402211908.i1LJ8OmB071396@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 11:08:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_buffer.c fore_command.c fore_init.c fore_output.c fore_receive.c fore_stats.c fore_transmit.c fore_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:08:24 -0000 harti 2004/02/21 11:08:24 PST FreeBSD src repository Modified files: sys/dev/hfa fore_buffer.c fore_command.c fore_init.c fore_output.c fore_receive.c fore_stats.c fore_transmit.c fore_var.h Log: Use the more appropriate vm_paddr_t in places where a physical address for DMA is handled instead of pointers. Submitted by: Joerg Sonneberger Revision Changes Path 1.15 +29 -19 src/sys/dev/hfa/fore_buffer.c 1.17 +6 -5 src/sys/dev/hfa/fore_command.c 1.16 +2 -2 src/sys/dev/hfa/fore_init.c 1.17 +2 -2 src/sys/dev/hfa/fore_output.c 1.22 +13 -12 src/sys/dev/hfa/fore_receive.c 1.12 +2 -2 src/sys/dev/hfa/fore_stats.c 1.12 +7 -6 src/sys/dev/hfa/fore_transmit.c 1.10 +13 -13 src/sys/dev/hfa/fore_var.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:29:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2329616A4CF; Sat, 21 Feb 2004 11:29:48 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10EC843D1F; Sat, 21 Feb 2004 11:29:48 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (6bb088a6f7d64b56f83d3971f5352298@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LJTlwK024899; Sat, 21 Feb 2004 11:29:47 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D774166CAF; Sat, 21 Feb 2004 11:29:46 -0800 (PST) Date: Sat, 21 Feb 2004 11:29:46 -0800 From: Kris Kennaway To: Martin Blapp Message-ID: <20040221192946.GA50771@xor.obsecurity.org> References: <200402211024.i1LAOY5b040766@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200402211024.i1LAOY5b040766@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-1.1/files patch-config_office X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:29:48 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 02:24:34AM -0800, Martin Blapp wrote: > mbr 2004/02/21 02:24:34 PST >=20 > FreeBSD ports repository >=20 > Modified files: > editors/openoffice-1.1/files patch-config_office=20 > Log: > Adjust PTHREAD_CFLAGS and THREAD_CFLAGS for ports and standalone > builds. Use the correct values according to bsd.port.mk. ITYM "Current default values". Why can't you just pass in the actual variables to the build instead of copying the default assignments from bsd.port.mk? This does not allow people to override the thread library at compile-time, and does not allow for future change. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7GqWry0BWjoQKURAot4AJsEP8TVmQO/UDNTwgaLA4iBAPGn/QCfdhZb yQotitBhDKNASrf5uzp5H3A= =cYRh -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:31:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE4A16A4CE; Sat, 21 Feb 2004 11:31:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A5943D1D; Sat, 21 Feb 2004 11:31:10 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJVAGe075850; Sat, 21 Feb 2004 11:31:10 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJVADD075821; Sat, 21 Feb 2004 11:31:10 -0800 (PST) (envelope-from kris) Message-Id: <200402211931.i1LJVADD075821@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:31:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/fasta3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:31:11 -0000 kris 2004/02/21 11:31:10 PST FreeBSD ports repository Modified files: biology/fasta3 Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.10 +2 -0 ports/biology/fasta3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:36:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DC216A4CE; Sat, 21 Feb 2004 11:36:18 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F32F43D1F; Sat, 21 Feb 2004 11:36:18 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (6eb196398bba6eb0f129e862cd6ec4dd@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LJaHwK002723; Sat, 21 Feb 2004 11:36:17 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6BA6266CAF; Sat, 21 Feb 2004 11:36:17 -0800 (PST) Date: Sat, 21 Feb 2004 11:36:17 -0800 From: Kris Kennaway To: Clement LAFORET Message-ID: <20040221193617.GB50771@xor.obsecurity.org> References: <200402211513.i1LFDQRA012919@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <200402211513.i1LFDQRA012919@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: security-team@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/delegate Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:36:18 -0000 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 07:13:26AM -0800, Clement LAFORET wrote: > clement 2004/02/21 07:13:25 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/delegate Makefile distinfo pkg-message=20 > Removed files: > net/delegate pkg-plist=20 > Log: > - Update to 8.9.1 > - Remove all security warning When I audited this software and added the warning, I concluded that delegate was fundamentally insecure from the ground up and could not be fixed just by patching a few things. How has this changed, and who has audited the new software to verify it? Kris --E39vaYmALEf/7YXx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7MxWry0BWjoQKURAo19AJ4g9PgMJ23vdAOnPZvyuvyjNAhJkQCgit09 k24d9WNSmO3j/yJ4ftQndlo= =qD9H -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:42:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2393F16A4CE; Sat, 21 Feb 2004 11:42:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C95A43D1D; Sat, 21 Feb 2004 11:42:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJgwGe080515; Sat, 21 Feb 2004 11:42:58 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJgwHK080514; Sat, 21 Feb 2004 11:42:58 -0800 (PST) (envelope-from phk) Message-Id: <200402211942.i1LJgwHK080514@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 11:42:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c src/sys/conf majors src/sys/dev/acpica acpi.c src/sys/dev/bktr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:42:59 -0000 phk 2004/02/21 11:42:58 PST FreeBSD src repository Modified files: sys/alpha/alpha promcons.c sys/alpha/tlsb zs_tlsb.c sys/cam cam_xpt.c sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c sys/conf majors sys/dev/acpica acpi.c sys/dev/bktr bktr_os.c sys/dev/ciss ciss.c sys/dev/dcons dcons.c sys/dev/digi digi.c sys/dev/dpt dpt.h sys/dev/drm drm_drv.h drm_os_freebsd.h sys/dev/fb fb.c sys/dev/firewire fwdev.c sys/dev/iicbus iic.c sys/dev/isp isp_freebsd.c sys/dev/joy joy.c sys/dev/kbd kbd.c sys/dev/mcd mcd.c sys/dev/mlx mlx.c sys/dev/mly mly.c sys/dev/ofw ofw_console.c sys/dev/ppbus lpt.c pcfclock.c ppi.c pps.c sys/dev/rc rc.c sys/dev/rp rp.c sys/dev/scd scd.c sys/dev/si si.c sys/dev/sio sio.c sys/dev/smbus smb.c sys/dev/streams streams.c sys/dev/syscons sysmouse.c sys/dev/tdfx tdfx_pci.c tdfx_vars.h sys/dev/twe twe_freebsd.c twevar.h sys/dev/usb ucom.c ufm.c ugen.c uhid.c ulpt.c ums.c urio.c usb.c usbdi.h uscanner.c sys/i386/acpica acpi_machdep.c sys/i386/bios apm.c smapi.c sys/i386/i386 perfmon.c sys/i386/isa asc.c ctx.c cy.c gpib.c gsc.c istallion.c mse.c spic.c spicreg.h spigot.c spkr.c stallion.c wt.c sys/i386/isa/pcvt pcvt_drv.c sys/i4b/driver i4b_ctl.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer4 i4b_i4bdrv.c sys/ia64/ia64 ssc.c sys/isa fd.c psm.c sys/net bpf.c sys/netgraph ng_device.c sys/netgraph/bluetooth/drivers/ubt ng_ubt.c sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c sys/pc98/pc98 fd.c mse.c olpt.c sio.c wd_cd.c sys/pccard pccard.c sys/pci agp.c if_ti.c Log: Device megapatch 1/6: Free approx 86 major numbers with a mostly automatically generated patch. A number of strategic drivers have been left behind by caution, and a few because they still (ab)use their major number. Revision Changes Path 1.32 +0 -2 src/sys/alpha/alpha/promcons.c 1.40 +0 -2 src/sys/alpha/tlsb/zs_tlsb.c 1.136 +0 -2 src/sys/cam/cam_xpt.c 1.38 +0 -2 src/sys/cam/scsi/scsi_ch.c 1.39 +0 -2 src/sys/cam/scsi/scsi_pass.c 1.40 +0 -2 src/sys/cam/scsi/scsi_pt.c 1.99 +0 -2 src/sys/cam/scsi/scsi_sa.c 1.27 +1 -4 src/sys/cam/scsi/scsi_ses.c 1.59 +0 -2 src/sys/cam/scsi/scsi_target.c 1.194 +0 -73 src/sys/conf/majors 1.119 +0 -2 src/sys/dev/acpica/acpi.c 1.43 +0 -2 src/sys/dev/bktr/bktr_os.c 1.35 +0 -2 src/sys/dev/ciss/ciss.c 1.3 +0 -2 src/sys/dev/dcons/dcons.c 1.37 +0 -2 src/sys/dev/digi/digi.c 1.15 +0 -1 src/sys/dev/dpt/dpt.h 1.20 +0 -1 src/sys/dev/drm/drm_drv.h 1.17 +0 -1 src/sys/dev/drm/drm_os_freebsd.h 1.30 +0 -2 src/sys/dev/fb/fb.c 1.37 +0 -2 src/sys/dev/firewire/fwdev.c 1.29 +0 -2 src/sys/dev/iicbus/iic.c 1.99 +0 -2 src/sys/dev/isp/isp_freebsd.c 1.50 +0 -2 src/sys/dev/joy/joy.c 1.38 +0 -2 src/sys/dev/kbd/kbd.c 1.140 +0 -2 src/sys/dev/mcd/mcd.c 1.42 +0 -2 src/sys/dev/mlx/mlx.c 1.33 +0 -2 src/sys/dev/mly/mly.c 1.18 +1 -3 src/sys/dev/ofw/ofw_console.c 1.30 +0 -2 src/sys/dev/ppbus/lpt.c 1.14 +0 -2 src/sys/dev/ppbus/pcfclock.c 1.34 +0 -2 src/sys/dev/ppbus/ppi.c 1.39 +0 -2 src/sys/dev/ppbus/pps.c 1.82 +0 -2 src/sys/dev/rc/rc.c 1.52 +0 -2 src/sys/dev/rp/rp.c 1.79 +0 -2 src/sys/dev/scd/scd.c 1.119 +0 -2 src/sys/dev/si/si.c 1.419 +0 -2 src/sys/dev/sio/sio.c 1.30 +0 -2 src/sys/dev/smbus/smb.c 1.44 +0 -2 src/sys/dev/streams/streams.c 1.16 +1 -4 src/sys/dev/syscons/sysmouse.c 1.31 +0 -1 src/sys/dev/tdfx/tdfx_pci.c 1.8 +0 -1 src/sys/dev/tdfx/tdfx_vars.h 1.33 +0 -1 src/sys/dev/twe/twe_freebsd.c 1.10 +0 -2 src/sys/dev/twe/twevar.h 1.37 +0 -2 src/sys/dev/usb/ucom.c 1.18 +0 -7 src/sys/dev/usb/ufm.c 1.82 +0 -2 src/sys/dev/usb/ugen.c 1.66 +0 -2 src/sys/dev/usb/uhid.c 1.60 +0 -2 src/sys/dev/usb/ulpt.c 1.65 +0 -2 src/sys/dev/usb/ums.c 1.29 +0 -2 src/sys/dev/usb/urio.c 1.96 +0 -1 src/sys/dev/usb/usb.c 1.49 +0 -1 src/sys/dev/usb/usbdi.h 1.52 +0 -2 src/sys/dev/usb/uscanner.c 1.16 +0 -2 src/sys/i386/acpica/acpi_machdep.c 1.138 +0 -2 src/sys/i386/bios/apm.c 1.9 +0 -1 src/sys/i386/bios/smapi.c 1.36 +0 -2 src/sys/i386/i386/perfmon.c 1.57 +0 -2 src/sys/i386/isa/asc.c 1.48 +0 -2 src/sys/i386/isa/ctx.c 1.138 +0 -2 src/sys/i386/isa/cy.c 1.42 +0 -2 src/sys/i386/isa/gpib.c 1.45 +0 -2 src/sys/i386/isa/gsc.c 1.54 +0 -2 src/sys/i386/isa/istallion.c 1.64 +0 -2 src/sys/i386/isa/mse.c 1.82 +0 -2 src/sys/i386/isa/pcvt/pcvt_drv.c 1.11 +0 -1 src/sys/i386/isa/spic.c 1.3 +0 -1 src/sys/i386/isa/spicreg.h 1.61 +0 -2 src/sys/i386/isa/spigot.c 1.64 +0 -2 src/sys/i386/isa/spkr.c 1.59 +0 -2 src/sys/i386/isa/stallion.c 1.76 +0 -2 src/sys/i386/isa/wt.c 1.23 +0 -2 src/sys/i4b/driver/i4b_ctl.c 1.31 +0 -2 src/sys/i4b/driver/i4b_rbch.c 1.32 +0 -2 src/sys/i4b/driver/i4b_tel.c 1.28 +0 -2 src/sys/i4b/driver/i4b_trace.c 1.39 +0 -2 src/sys/i4b/layer4/i4b_i4bdrv.c 1.17 +0 -2 src/sys/ia64/ia64/ssc.c 1.264 +0 -2 src/sys/isa/fd.c 1.64 +0 -2 src/sys/isa/psm.c 1.122 +1 -3 src/sys/net/bpf.c 1.10 +0 -7 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.4 +0 -7 src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c 1.5 +0 -2 src/sys/netgraph/ng_device.c 1.141 +0 -2 src/sys/pc98/pc98/fd.c 1.42 +0 -2 src/sys/pc98/pc98/mse.c 1.22 +0 -2 src/sys/pc98/pc98/olpt.c 1.200 +0 -2 src/sys/pc98/pc98/sio.c 1.51 +0 -2 src/sys/pc98/pc98/wd_cd.c 1.161 +0 -6 src/sys/pccard/pccard.c 1.36 +0 -2 src/sys/pci/agp.c 1.86 +0 -2 src/sys/pci/if_ti.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:52:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A41B016A4CE; Sat, 21 Feb 2004 11:52:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8893E43D1D; Sat, 21 Feb 2004 11:52:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJq7Ge082586; Sat, 21 Feb 2004 11:52:07 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJq7wM082582; Sat, 21 Feb 2004 11:52:07 -0800 (PST) (envelope-from kris) Message-Id: <200402211952.i1LJq7wM082582@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:52:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gkermit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:52:07 -0000 kris 2004/02/21 11:52:07 PST FreeBSD ports repository Modified files: comms/gkermit Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.5 +2 -0 ports/comms/gkermit/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:52:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D4816A4CE; Sat, 21 Feb 2004 11:52:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590F643D1D; Sat, 21 Feb 2004 11:52:44 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJqiGe082887; Sat, 21 Feb 2004 11:52:44 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJqiig082886; Sat, 21 Feb 2004 11:52:44 -0800 (PST) (envelope-from kris) Message-Id: <200402211952.i1LJqiig082886@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:52:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/devtodo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:52:44 -0000 kris 2004/02/21 11:52:44 PST FreeBSD ports repository Modified files: devel/devtodo Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.13 +2 -0 ports/devel/devtodo/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:54:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E931816A4CE; Sat, 21 Feb 2004 11:54:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD52143D1D; Sat, 21 Feb 2004 11:54:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJsNGe082939; Sat, 21 Feb 2004 11:54:23 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJsNIs082938; Sat, 21 Feb 2004 11:54:23 -0800 (PST) (envelope-from kris) Message-Id: <200402211954.i1LJsNIs082938@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:54:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/spegla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:54:24 -0000 kris 2004/02/21 11:54:23 PST FreeBSD ports repository Modified files: ftp/spegla Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.18 +2 -0 ports/ftp/spegla/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:55:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E71D16A4EA; Sat, 21 Feb 2004 11:55:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0041743D1D; Sat, 21 Feb 2004 11:55:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJtWGe083024; Sat, 21 Feb 2004 11:55:32 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJtWkp083023; Sat, 21 Feb 2004 11:55:32 -0800 (PST) (envelope-from kris) Message-Id: <200402211955.i1LJtWkp083023@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:55:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/edict-sdic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:55:33 -0000 kris 2004/02/21 11:55:32 PST FreeBSD ports repository Modified files: japanese/edict-sdic Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.10 +2 -0 ports/japanese/edict-sdic/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:56:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE55016A4CE; Sat, 21 Feb 2004 11:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B208B43D1D; Sat, 21 Feb 2004 11:56:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJu7Ge083082; Sat, 21 Feb 2004 11:56:07 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJu7QQ083081; Sat, 21 Feb 2004 11:56:07 -0800 (PST) (envelope-from kris) Message-Id: <200402211956.i1LJu7QQ083081@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:56:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/nawk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:56:08 -0000 kris 2004/02/21 11:56:07 PST FreeBSD ports repository Modified files: lang/nawk Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.29 +2 -0 ports/lang/nawk/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:56:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD22C16A4CE; Sat, 21 Feb 2004 11:56:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18A643D1D; Sat, 21 Feb 2004 11:56:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJueGe083118; Sat, 21 Feb 2004 11:56:40 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJue2b083117; Sat, 21 Feb 2004 11:56:40 -0800 (PST) (envelope-from kris) Message-Id: <200402211956.i1LJue2b083117@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:56:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/smtp-vilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:56:41 -0000 kris 2004/02/21 11:56:40 PST FreeBSD ports repository Modified files: mail/smtp-vilter Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.2 +2 -0 ports/mail/smtp-vilter/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:57:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97E0F16A4CF; Sat, 21 Feb 2004 11:57:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B84D43D1D; Sat, 21 Feb 2004 11:57:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJvHGe083155; Sat, 21 Feb 2004 11:57:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJvHhm083154; Sat, 21 Feb 2004 11:57:17 -0800 (PST) (envelope-from kris) Message-Id: <200402211957.i1LJvHhm083154@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:57:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/py-imaging-handbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:57:17 -0000 kris 2004/02/21 11:57:17 PST FreeBSD ports repository Modified files: graphics/py-imaging-handbook Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.7 +2 -0 ports/graphics/py-imaging-handbook/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:58:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B61E16A4CE; Sat, 21 Feb 2004 11:58:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFA643D1D; Sat, 21 Feb 2004 11:58:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJvxGe083201; Sat, 21 Feb 2004 11:57:59 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJvxpX083200; Sat, 21 Feb 2004 11:57:59 -0800 (PST) (envelope-from kris) Message-Id: <200402211957.i1LJvxpX083200@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:57:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tcping Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:58:00 -0000 kris 2004/02/21 11:57:59 PST FreeBSD ports repository Modified files: net/tcping Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.2 +2 -0 ports/net/tcping/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1094716A4CE; Sat, 21 Feb 2004 11:58:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D0143D1F; Sat, 21 Feb 2004 11:58:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LJwwGe083307; Sat, 21 Feb 2004 11:58:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LJwweN083306; Sat, 21 Feb 2004 11:58:58 -0800 (PST) (envelope-from kris) Message-Id: <200402211958.i1LJwweN083306@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 11:58:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:58:59 -0000 kris 2004/02/21 11:58:58 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.44 +2 -0 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 11:59:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163D216A4CE; Sat, 21 Feb 2004 11:59:11 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B2F43D1F; Sat, 21 Feb 2004 11:59:10 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 953A1548A3; Sat, 21 Feb 2004 13:59:10 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 38D9A6D455; Sat, 21 Feb 2004 13:59:10 -0600 (CST) Date: Sat, 21 Feb 2004 13:59:10 -0600 From: "Jacques A. Vidrine" To: Clement LAFORET Message-ID: <20040221195910.GA4337@madman.celabo.org> References: <200402211513.i1LFDQRA012919@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402211513.i1LFDQRA012919@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/delegate Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 19:59:11 -0000 On Sat, Feb 21, 2004 at 07:13:26AM -0800, Clement LAFORET wrote: > - Remove all security warning Why? Did they sprinkle magic fairy dust on it to make it secure? Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:00:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A242316A4CE; Sat, 21 Feb 2004 12:00:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867AB43D1F; Sat, 21 Feb 2004 12:00:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK0RGe083373; Sat, 21 Feb 2004 12:00:27 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK0Rj3083372; Sat, 21 Feb 2004 12:00:27 -0800 (PST) (envelope-from kris) Message-Id: <200402212000.i1LK0Rj3083372@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:00:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:00:27 -0000 kris 2004/02/21 12:00:26 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: Correct BROKEN tag: port is unfetchable Revision Changes Path 1.45 +1 -1 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:01:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F166016A4CE; Sat, 21 Feb 2004 12:01:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D442B43D1D; Sat, 21 Feb 2004 12:01:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK1EGe083549; Sat, 21 Feb 2004 12:01:14 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK1EWL083548; Sat, 21 Feb 2004 12:01:14 -0800 (PST) (envelope-from kris) Message-Id: <200402212001.i1LK1EWL083548@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:01:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libparsifal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:01:15 -0000 kris 2004/02/21 12:01:14 PST FreeBSD ports repository Modified files: textproc/libparsifal Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.2 +2 -0 ports/textproc/libparsifal/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:02:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A81416A4CE; Sat, 21 Feb 2004 12:02:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E25C43D1D; Sat, 21 Feb 2004 12:02:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK2JGe084901; Sat, 21 Feb 2004 12:02:19 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK2Jq3084897; Sat, 21 Feb 2004 12:02:19 -0800 (PST) (envelope-from kris) Message-Id: <200402212002.i1LK2Jq3084897@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:02:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/tei-guidelines-p4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:02:19 -0000 kris 2004/02/21 12:02:19 PST FreeBSD ports repository Modified files: textproc/tei-guidelines-p4 Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.4 +2 -0 ports/textproc/tei-guidelines-p4/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:02:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBB8D16A4FB for ; Sat, 21 Feb 2004 12:02:48 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B8A43D1F for ; Sat, 21 Feb 2004 12:02:47 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: (qmail 6064 invoked by uid 85); 21 Feb 2004 21:02:46 +0100 Received: from clement@FreeBSD.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 (spamassassin: 2.61. Clear:RC:1:. Processed in 0.049331 secs); 21 Feb 2004 20:02:46 -0000 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by goofy.cultdeadsheep.org with SMTP; 21 Feb 2004 21:02:45 +0100 Date: Sat, 21 Feb 2004 21:02:44 +0100 From: Clement Laforet To: Kris Kennaway Message-Id: <20040221210244.23d7fa99.clement@FreeBSD.org> In-Reply-To: <20040221193617.GB50771@xor.obsecurity.org> References: <200402211513.i1LFDQRA012919@repoman.freebsd.org> <20040221193617.GB50771@xor.obsecurity.org> Organization: FreeBSD Project X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Sat__21_Feb_2004_21_02_44_+0100__nn1zrJG0ps8YNGB" cc: security-team@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/delegate Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:02:49 -0000 --Signature=_Sat__21_Feb_2004_21_02_44_+0100__nn1zrJG0ps8YNGB Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 21 Feb 2004 11:36:17 -0800 Kris Kennaway wrote: > When I audited this software and added the warning, I concluded that > delegate was fundamentally insecure from the ground up and could not > be fixed just by patching a few things. How has this changed, and who > has audited the new software to verify it? Which version did you audit ? changes in 8.x fixed most of lacks of security in protocol implementations. Since advisories are 4 years old (and currently, except misconfiguration, there are few risks), I thought it was reasonnable to remove warnings. If you still consider that this software is insecure by concept, I can re-add them, but I wonder why you don't add the same to sendmail, bind or whatever port which got several advisories due to bad conception. clem --Signature=_Sat__21_Feb_2004_21_02_44_+0100__nn1zrJG0ps8YNGB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7lksRhfjwcjuh0RAiXbAJ0dhDkFsP81ATiWCfboaeKTXuFZVQCg6Xfv cvrmnVCJzShatNJ3xsZwH14= =Ejm2 -----END PGP SIGNATURE----- --Signature=_Sat__21_Feb_2004_21_02_44_+0100__nn1zrJG0ps8YNGB-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:03:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6110716A4E0; Sat, 21 Feb 2004 12:03:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4584043D2F; Sat, 21 Feb 2004 12:03:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK30Ge085316; Sat, 21 Feb 2004 12:03:00 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK30de085315; Sat, 21 Feb 2004 12:03:00 -0800 (PST) (envelope-from kris) Message-Id: <200402212003.i1LK30de085315@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:03:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/whitespace.el Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:03:00 -0000 kris 2004/02/21 12:03:00 PST FreeBSD ports repository Modified files: textproc/whitespace.el Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.3 +2 -0 ports/textproc/whitespace.el/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:04:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D6916A4CE; Sat, 21 Feb 2004 12:04:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A22543D1F; Sat, 21 Feb 2004 12:04:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK40Ge086256; Sat, 21 Feb 2004 12:04:00 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK40RL086255; Sat, 21 Feb 2004 12:04:00 -0800 (PST) (envelope-from kris) Message-Id: <200402212004.i1LK40RL086255@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:04:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/dungeon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:04:00 -0000 kris 2004/02/21 12:04:00 PST FreeBSD ports repository Modified files: games/dungeon Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.7 +2 -0 ports/games/dungeon/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:04:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63E516A4CE; Sat, 21 Feb 2004 12:04:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA0F343D2D; Sat, 21 Feb 2004 12:04:31 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK4VGe086297; Sat, 21 Feb 2004 12:04:31 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK4VFY086296; Sat, 21 Feb 2004 12:04:31 -0800 (PST) (envelope-from kris) Message-Id: <200402212004.i1LK4VFY086296@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:04:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/mindterm-binary Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:04:32 -0000 kris 2004/02/21 12:04:31 PST FreeBSD ports repository Modified files: security/mindterm-binary Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.6 +2 -0 ports/security/mindterm-binary/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:07:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3786E16A4CE; Sat, 21 Feb 2004 12:07:31 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151B443D2D; Sat, 21 Feb 2004 12:07:31 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (db986676a7c74ad553103ca7a2c939d1@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LK7TwK005324; Sat, 21 Feb 2004 12:07:29 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6654566CAF; Sat, 21 Feb 2004 12:07:24 -0800 (PST) Date: Sat, 21 Feb 2004 12:07:24 -0800 From: Kris Kennaway To: Clement Laforet Message-ID: <20040221200724.GB51235@xor.obsecurity.org> References: <200402211513.i1LFDQRA012919@repoman.freebsd.org> <20040221193617.GB50771@xor.obsecurity.org> <20040221210244.23d7fa99.clement@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <20040221210244.23d7fa99.clement@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: security-team@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/net/delegate Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:07:31 -0000 --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 09:02:44PM +0100, Clement Laforet wrote: > On Sat, 21 Feb 2004 11:36:17 -0800 > Kris Kennaway wrote: >=20 > > When I audited this software and added the warning, I concluded that > > delegate was fundamentally insecure from the ground up and could not > > be fixed just by patching a few things. How has this changed, and who > > has audited the new software to verify it? >=20 > Which version did you audit ? changes in 8.x fixed most of lacks of > security in protocol implementations. Since advisories are 4 years old > (and currently, except misconfiguration, there are few risks), I thought > it was reasonnable to remove warnings. > If you still consider that this software is insecure by concept, I can > re-add them, but I wonder why you don't add the same to sendmail, bind > or whatever port which got several advisories due to bad conception. Because those were not written by someone with no concept of secure coding. That's why I said "insecure from the ground up"; there were literally hundreds of ways to exploit this software. A few of those special cases probably made it into advisories and were fixed, but claiming that the entire set of applications has been fixed requires extraordinary proof. Kris --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7p8Wry0BWjoQKURArzMAKDFSLzln84Nq/gg41q9w3BnmwITVQCg4iF/ AtSqTdlGyOLJvNppzUJ6cdU= =NSzu -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:07:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8604116A4CE; Sat, 21 Feb 2004 12:07:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A40F43D2D; Sat, 21 Feb 2004 12:07:54 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK7sGe086454; Sat, 21 Feb 2004 12:07:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK7skd086453; Sat, 21 Feb 2004 12:07:54 -0800 (PST) (envelope-from kris) Message-Id: <200402212007.i1LK7skd086453@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:07:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/demoroniser Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:07:54 -0000 kris 2004/02/21 12:07:54 PST FreeBSD ports repository Modified files: www/demoroniser Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.11 +2 -0 ports/www/demoroniser/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:08:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08C0A16A4DA; Sat, 21 Feb 2004 12:08:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF19643D1F; Sat, 21 Feb 2004 12:08:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LK8VGe086500; Sat, 21 Feb 2004 12:08:31 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LK8VUm086499; Sat, 21 Feb 2004 12:08:31 -0800 (PST) (envelope-from marcus) Message-Id: <200402212008.i1LK8VUm086499@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 12:08:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:08:32 -0000 marcus 2004/02/21 12:08:31 PST FreeBSD ports repository Modified files: multimedia/totem Makefile Log: Use intlhack to fix the build on 4.X. Reported by: John Merryweather Cooper Revision Changes Path 1.30 +1 -1 ports/multimedia/totem/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:10:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 394E116A4CE; Sat, 21 Feb 2004 12:10:47 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C5543D1F; Sat, 21 Feb 2004 12:10:47 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (c504e1c9f3f51151f8ea1d396f4289eb@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LKAjwK014783; Sat, 21 Feb 2004 12:10:45 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DA41E66D44; Sat, 21 Feb 2004 12:10:40 -0800 (PST) Date: Sat, 21 Feb 2004 12:10:40 -0800 From: Kris Kennaway To: Kris Kennaway Message-ID: <20040221201040.GM51561@xor.obsecurity.org> References: <200402212003.i1LK30de085315@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fDP66DSfTvWAYVew" Content-Disposition: inline In-Reply-To: <200402212003.i1LK30de085315@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/whitespace.el Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:10:47 -0000 --fDP66DSfTvWAYVew Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 12:03:00PM -0800, Kris Kennaway wrote: > kris 2004/02/21 12:03:00 PST >=20 > FreeBSD ports repository >=20 > Modified files: > textproc/whitespace.el Makefile=20 > Log: > BROKEN: Checksum mismatch Perhaps this one was only a whitespace change ;-) Kris --fDP66DSfTvWAYVew Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7tAWry0BWjoQKURAqDzAJ9I/MWyxCd7WYFZRKM7dz0Qg3RTpgCg0fyh mz6nZRQuldj+rhNnWxsH6mE= =cJXz -----END PGP SIGNATURE----- --fDP66DSfTvWAYVew-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:12:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD6A16A4CE; Sat, 21 Feb 2004 12:12:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFDF43D1F; Sat, 21 Feb 2004 12:12:11 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKCAGe088320; Sat, 21 Feb 2004 12:12:10 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKCAXC088319; Sat, 21 Feb 2004 12:12:10 -0800 (PST) (envelope-from clement) Message-Id: <200402212012.i1LKCAXC088319@repoman.freebsd.org> From: Clement LAFORET Date: Sat, 21 Feb 2004 12:12:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/delegate Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:12:11 -0000 clement 2004/02/21 12:12:10 PST FreeBSD ports repository Modified files: net/delegate Makefile pkg-message Log: Reintroduce warnings. Time to mark it as DEPRECATED ? Revision Changes Path 1.46 +25 -0 ports/net/delegate/Makefile 1.8 +9 -0 ports/net/delegate/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:17:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C6D16A4CE; Sat, 21 Feb 2004 12:17:39 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1D243D1D; Sat, 21 Feb 2004 12:17:39 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (fea102915d151d118981c06a11532fb1@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1LKHc9k014504; Sat, 21 Feb 2004 12:17:38 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DA17966CAF; Sat, 21 Feb 2004 12:17:33 -0800 (PST) Date: Sat, 21 Feb 2004 12:17:33 -0800 From: Kris Kennaway To: Clement LAFORET Message-ID: <20040221201733.GA51945@xor.obsecurity.org> References: <200402212012.i1LKCAXC088319@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <200402212012.i1LKCAXC088319@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/delegate Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:17:39 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 12:12:10PM -0800, Clement LAFORET wrote: > clement 2004/02/21 12:12:10 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/delegate Makefile pkg-message=20 > Log: > Reintroduce warnings. > Time to mark it as DEPRECATED ? I've tried in the past, but there's a loyal community of users who want to keep using it despite the systemic insecurity. Kris --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN7zdWry0BWjoQKURAqLUAKDKL4UjsSNa+7PgnwnL0WYkM8u+IwCfVrQI Mb64CuCqUuInTzWjRanQ0vk= =c71o -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:24:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7286416A4CE; Sat, 21 Feb 2004 12:24:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572B343D1D; Sat, 21 Feb 2004 12:24:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKOEGe090514; Sat, 21 Feb 2004 12:24:14 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKOEA3090513; Sat, 21 Feb 2004 12:24:14 -0800 (PST) (envelope-from kris) Message-Id: <200402212024.i1LKOEA3090513@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:24:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-POE Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:24:14 -0000 kris 2004/02/21 12:24:14 PST FreeBSD ports repository Modified files: devel/p5-POE Makefile Log: Grr, port is still IS_INTERACTIVE and trying to generate infinite-sized logs on bento. Revision Changes Path 1.18 +2 -0 ports/devel/p5-POE/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:29:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4BD16A4CF; Sat, 21 Feb 2004 12:29:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3875F43D2F; Sat, 21 Feb 2004 12:29:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKTcGe090793; Sat, 21 Feb 2004 12:29:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKTb7R090792; Sat, 21 Feb 2004 12:29:37 -0800 (PST) (envelope-from kris) Message-Id: <200402212029.i1LKTb7R090792@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 12:29:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13-fp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:29:38 -0000 kris 2004/02/21 12:29:37 PST FreeBSD ports repository Modified files: www/apache13-fp Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.47 +2 -0 ports/www/apache13-fp/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:29:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B04DA16A4CE; Sat, 21 Feb 2004 12:29:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FE943D2D; Sat, 21 Feb 2004 12:29:53 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKTrGe090924; Sat, 21 Feb 2004 12:29:53 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKTr8i090923; Sat, 21 Feb 2004 12:29:53 -0800 (PST) (envelope-from phk) Message-Id: <200402212029.i1LKTr8i090923@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 12:29:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors src/sys/dev/nmdm nmdm.c src/sys/dev/snp snp.c src/sys/kern kern_conf.c src/sys/net if_tap.c if_tapvar.h if_tun.c if_tunvar.h src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:29:53 -0000 phk 2004/02/21 12:29:53 PST FreeBSD src repository Modified files: sys/conf majors sys/dev/nmdm nmdm.c sys/dev/snp snp.c sys/kern kern_conf.c sys/net if_tap.c if_tapvar.h if_tun.c sys/sys conf.h Removed files: sys/net if_tunvar.h Log: Device megapatch 2/6: This commit adds a couple of functions for pseudodrivers to use for implementing cloning in a manner we will be able to lock down (shortly). Basically what happens is that pseudo drivers get a way to ask for "give me the dev_t with this unit number" or alternatively "give me a dev_t with the lowest guaranteed free unit number" (there is unfortunately a lot of non-POLA in the exact numeric value of this number, just live with it for now) Managing the unit number space this way removes the need to use rman(9) to do so in the drivers this greatly simplifies the code in the drivers because even using rman(9) they still needed to manage their dev_t's anyway. I have taken the if_tun, if_tap, snp and nmdm drivers through the mill, partly because they (ab)used makedev(), but mostly because together they represent three different problems for device-cloning: if_tun and snp is the plain case: just give me a device. if_tap has two kinds of devices, with a flag for device type. nmdm has paired devices (ala pty) can you can clone either of them. Revision Changes Path 1.195 +0 -3 src/sys/conf/majors 1.18 +85 -84 src/sys/dev/nmdm/nmdm.c 1.83 +12 -18 src/sys/dev/snp/snp.c 1.142 +129 -8 src/sys/kern/kern_conf.c 1.34 +35 -129 src/sys/net/if_tap.c 1.5 +2 -1 src/sys/net/if_tapvar.h 1.132 +61 -100 src/sys/net/if_tun.c 1.11 +0 -55 src/sys/net/if_tunvar.h (dead) 1.180 +9 -0 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:38:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153EE16A4CE; Sat, 21 Feb 2004 12:38:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF5043D1D; Sat, 21 Feb 2004 12:38:17 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKcHGe093070; Sat, 21 Feb 2004 12:38:17 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKcHx9093069; Sat, 21 Feb 2004 12:38:17 -0800 (PST) (envelope-from fjoe) Message-Id: <200402212038.i1LKcHx9093069@repoman.freebsd.org> From: Max Khon Date: Sat, 21 Feb 2004 12:38:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cloop-utils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:38:18 -0000 fjoe 2004/02/21 12:38:17 PST FreeBSD ports repository Modified files: sysutils/cloop-utils Makefile distinfo Log: Update to 2.01 (no functional changes). Revision Changes Path 1.4 +1 -1 ports/sysutils/cloop-utils/Makefile 1.3 +2 -2 ports/sysutils/cloop-utils/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:41:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C80416A4CE; Sat, 21 Feb 2004 12:41:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D5B43D1D; Sat, 21 Feb 2004 12:41:11 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKfBGe094312; Sat, 21 Feb 2004 12:41:11 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKfB64094308; Sat, 21 Feb 2004 12:41:11 -0800 (PST) (envelope-from phk) Message-Id: <200402212041.i1LKfB64094308@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 12:41:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/dev/cx if_cx.c src/sys/dev/dcons dcons.c src/sys/dev/digi digi.c src/sys/dev/nmdm nmdm.c src/sys/dev/ofw ofw_console.c src/sys/dev/rc rc.c src/sys/dev/rp rp.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:41:12 -0000 phk 2004/02/21 12:41:11 PST FreeBSD src repository Modified files: sys/alpha/alpha promcons.c sys/alpha/tlsb zs_tlsb.c sys/dev/cx if_cx.c sys/dev/dcons dcons.c sys/dev/digi digi.c sys/dev/nmdm nmdm.c sys/dev/ofw ofw_console.c sys/dev/rc rc.c sys/dev/rp rp.c sys/dev/sab sab.c sys/dev/si si.c sys/dev/sio sio.c sys/dev/syscons syscons.c sysmouse.c sys/dev/uart uart_tty.c sys/dev/usb ucom.c sys/dev/zs zs.c sys/i386/isa cy.c istallion.c stallion.c sys/i386/isa/pcvt pcvt_drv.c sys/ia64/ia64 ssc.c sys/kern kern_conf.c tty.c tty_pty.c sys/pc98/pc98 sio.c Log: Device megapatch 3/6: Add missing D_TTY flags to various drivers. Complete asserts that dev_t's passed to ttyread(), ttywrite(), ttypoll() and ttykqwrite() have (d_flags & D_TTY) and a struct tty pointer. Make ttyread(), ttywrite(), ttypoll() and ttykqwrite() the default cdevsw methods for D_TTY drivers and remove the explicit initializations in various drivers cdevsw structures. Revision Changes Path 1.33 +1 -3 src/sys/alpha/alpha/promcons.c 1.41 +1 -3 src/sys/alpha/tlsb/zs_tlsb.c 1.4 +0 -1 src/sys/dev/cx/if_cx.c 1.4 +1 -3 src/sys/dev/dcons/dcons.c 1.38 +0 -2 src/sys/dev/digi/digi.c 1.19 +0 -1 src/sys/dev/nmdm/nmdm.c 1.19 +1 -3 src/sys/dev/ofw/ofw_console.c 1.83 +0 -4 src/sys/dev/rc/rc.c 1.53 +0 -2 src/sys/dev/rp/rp.c 1.23 +0 -4 src/sys/dev/sab/sab.c 1.120 +0 -3 src/sys/dev/si/si.c 1.420 +0 -2 src/sys/dev/sio/sio.c 1.415 +0 -3 src/sys/dev/syscons/syscons.c 1.17 +0 -2 src/sys/dev/syscons/sysmouse.c 1.7 +0 -4 src/sys/dev/uart/uart_tty.c 1.38 +0 -2 src/sys/dev/usb/ucom.c 1.17 +0 -4 src/sys/dev/zs/zs.c 1.139 +0 -3 src/sys/i386/isa/cy.c 1.55 +0 -2 src/sys/i386/isa/istallion.c 1.83 +0 -4 src/sys/i386/isa/pcvt/pcvt_drv.c 1.60 +0 -4 src/sys/i386/isa/stallion.c 1.18 +1 -3 src/sys/ia64/ia64/ssc.c 1.143 +8 -0 src/sys/kern/kern_conf.c 1.209 +18 -1 src/sys/kern/tty.c 1.114 +0 -3 src/sys/kern/tty_pty.c 1.201 +0 -2 src/sys/pc98/pc98/sio.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:43:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBB616A4CE; Sat, 21 Feb 2004 12:43:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E82543D1F; Sat, 21 Feb 2004 12:43:34 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKhYGe095467; Sat, 21 Feb 2004 12:43:34 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKhYKK095466; Sat, 21 Feb 2004 12:43:34 -0800 (PST) (envelope-from dinoex) Message-Id: <200402212043.i1LKhYKK095466@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 21 Feb 2004 12:43:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:43:34 -0000 dinoex 2004/02/21 12:43:34 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: - remove BROKEN, verified that port can fetch all files from all locations http://people.freebsd.org/~fenner/portsurvey/security.html#pidentd pidentd cvs tree / pkg-descr File: pidentd-2.8.5.tar.gz has 2 possible URLs: 1 OK, 1 bad, 0 skipped Port maintainer: dinoex@FreeBSD.org ftp://ftp.lysator.liu.se/pub/ident/servers/pidentd-2.8.5.tar.gz: looking for file 550 pidentd-2.8.5.tar.gz: No such file or directory. (Last OK result Thu Apr 4 9:05:23 2002 ) ftp://ftp.fu-berlin.de/unix/security/ident/servers/pidentd-2.8.5.tar.gz: ok File: pidentd-2.8.5-ipv6-1.5.diff.gz has 1 possible URL: OK! Summary 2 files fetchable out of 2 Master Site # files fetchable ftp.fu-berlin.de 1 www.imasy.or.jp 1 ftp.lysator.liu.se 0 $ ftp ftp://ftp.lysator.liu.se/pub/ident/servers/ Connected to ftp.lysator.liu.se. 220 Peter's Anonymous FTP server (pftpd 0.41 at Apr 29 2002 22:37:28) ready. 331 Guest login ok; use your e-mail address as password. 230 Login OK. Remote system type is UNIX. Using binary mode to transfer files. 200 Type set to I. 250 Command successful. 250-This directory is the main distribution point for the pidentd IDENT 250-(RFC1413) protocol server and it originates from the site: 250- 250- ftp://ftp.lysator.liu.se/pub/ident/servers/ 250- 250-Please report problems with the files in this directory to: 250- 250- Peter Eriksson 250 Command successful. ftp> ls 150 Opening ASCII mode data connection for file listing. [...] -rw-r--r-- 1 pen local 121835 Nov 26 1998 pidentd-2.8.5.tar.gz -rw-r--r-- 1 pen local 366 Nov 26 1998 pidentd-2.8.5.tar.gz.sig [...] 226 Transfer complete. $ ftp ftp://ftp.fu-berlin.de/unix/security/ident/servers/ Connected to ftp.fu-berlin.de. 220 FTP.FU-Berlin.DE ready. 331 Anonymous login ok, send anything as password. [...] 230- Welcome at Freie Universität Berlin, Germany. Willkommen auf dem FTP-Server der Freien Universität Berlin. Ein Service der Zentraleinrichtung für Datenverarbeitung (ZEDAT). 230 FTP.FU-Berlin.DE login ok. Remote system type is UNIX. Using binary mode to transfer files. 200 Type set to I 250 CWD command successful. 250 CWD command successful. ftp> ls 150 Opening ASCII mode data connection for file list [...] -rw-r--r-- 1 ZEDAT FU-Berlin 121835 Nov 25 1998 pidentd-2.8.5.tar.gz -rw-r--r-- 1 ZEDAT FU-Berlin 366 Nov 25 1998 pidentd-2.8.5.tar.gz.sig [...] 226 Transfer complete. $ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100% 9635 bytes transferred in 5.5 seconds (1.71 kBps) Revision Changes Path 1.46 +0 -2 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:46:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A8A16A4CE; Sat, 21 Feb 2004 12:46:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C37243D1F; Sat, 21 Feb 2004 12:46:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKktGe095692; Sat, 21 Feb 2004 12:46:55 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKktQR095691; Sat, 21 Feb 2004 12:46:55 -0800 (PST) (envelope-from marcus) Message-Id: <200402212046.i1LKktQR095691@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 12:46:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile ports/multimedia/gstreamer/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:46:55 -0000 marcus 2004/02/21 12:46:54 PST FreeBSD ports repository Modified files: multimedia/gstreamer Makefile multimedia/gstreamer/files patch-ltmain.sh Log: Make sure to link against libc_r on 5.X if requested to do so. This should fix any DTP-related crash. Obtained from: MarcusCom GNOME 2.5 repo Revision Changes Path 1.19 +1 -1 ports/multimedia/gstreamer/Makefile 1.2 +15 -6 ports/multimedia/gstreamer/files/patch-ltmain.sh From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:48:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE98D16A4CE; Sat, 21 Feb 2004 12:48:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D39C343D1F; Sat, 21 Feb 2004 12:48:40 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LKmeGe001688; Sat, 21 Feb 2004 12:48:40 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LKmeFK001687; Sat, 21 Feb 2004 12:48:40 -0800 (PST) (envelope-from fjoe) Message-Id: <200402212048.i1LKmeFK001687@repoman.freebsd.org> From: Max Khon Date: Sat, 21 Feb 2004 12:48:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cloop-utils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:48:41 -0000 fjoe 2004/02/21 12:48:40 PST FreeBSD ports repository Modified files: sysutils/cloop-utils Makefile Log: Oops, forgot to reset PORTREVISION. Revision Changes Path 1.5 +0 -1 ports/sysutils/cloop-utils/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 12:51:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DAD216A4CE; Sat, 21 Feb 2004 12:51:53 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4515E43D1D; Sat, 21 Feb 2004 12:51:53 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (ec34b642ee98181f1826eb84708af2c3@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1LKpq9k006977; Sat, 21 Feb 2004 12:51:52 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6336466CAF; Sat, 21 Feb 2004 12:51:52 -0800 (PST) Date: Sat, 21 Feb 2004 12:51:52 -0800 From: Kris Kennaway To: Dirk Meyer Message-ID: <20040221205152.GA52441@xor.obsecurity.org> References: <200402212043.i1LKhYKK095466@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <200402212043.i1LKhYKK095466@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 20:51:53 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 12:43:34PM -0800, Dirk Meyer wrote: > dinoex 2004/02/21 12:43:34 PST >=20 > FreeBSD ports repository >=20 > Modified files: > security/pidentd Makefile=20 > Log: > - remove BROKEN, verified that port can fetch all files from all locati= ons > $ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz > Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100% > 9635 bytes transferred in 5.5 seconds (1.71 kBps) This site was probably down, and there is no redundancy, so the fetch failed. Please add another master site to protect against this in future, since when it happens it can affect the ability of users to install the port. Kris --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN8ToWry0BWjoQKURAgfKAKCnYEdIy5MbmXGZfk4kOAHSQqdd+ACfdIrq j9bzu05a4YyBC2gLoCEJQLY= =m6Lu -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:02:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B96016A4CE; Sat, 21 Feb 2004 13:02:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806B343D1D; Sat, 21 Feb 2004 13:02:59 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LL2xGe005703; Sat, 21 Feb 2004 13:02:59 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LL2xJR005702; Sat, 21 Feb 2004 13:02:59 -0800 (PST) (envelope-from rees) Message-Id: <200402212102.i1LL2xJR005702@repoman.freebsd.org> From: Jim Rees Date: Sat, 21 Feb 2004 13:02:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/idmapd idmapd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:02:59 -0000 rees 2004/02/21 13:02:59 PST FreeBSD src repository Modified files: sbin/idmapd idmapd.c Log: change baduser and badgroup from -2 to 65534, 65533 these should probably be looked up instead, but this is better than before also minor format changes for style(9) Revision Changes Path 1.3 +13 -17 src/sbin/idmapd/idmapd.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:06:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B02EB16A4CE; Sat, 21 Feb 2004 13:06:43 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864F443D1F; Sat, 21 Feb 2004 13:06:43 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (c54d9376165760ed59704143262e756d@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1LL6gZq007585; Sat, 21 Feb 2004 15:06:42 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 02D0266CAF; Sat, 21 Feb 2004 13:06:41 -0800 (PST) Date: Sat, 21 Feb 2004 13:06:41 -0800 From: Kris Kennaway To: Jim Rees Message-ID: <20040221210641.GA53094@xor.obsecurity.org> References: <200402212102.i1LL2xJR005702@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200402212102.i1LL2xJR005702@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/idmapd idmapd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:06:43 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 01:02:59PM -0800, Jim Rees wrote: > rees 2004/02/21 13:02:59 PST >=20 > FreeBSD src repository >=20 > Modified files: > sbin/idmapd idmapd.c=20 > Log: > change baduser and badgroup from -2 to 65534, 65533 > these should probably be looked up instead, but this is better than bef= ore > also minor format changes for style(9) > =20 Does this need to be in /sbin? It seems to be associated to the nfs server, which is not needed to bootstrap the system. Kris --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN8hhWry0BWjoQKURAl5BAKCrQM5f3MtXGzaF9rq7lwjiKkwijQCgzUr+ ttkokKOi0N1oHjHwPAIUePE= =AQEV -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:10:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E9E16A4CE; Sat, 21 Feb 2004 13:10:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1516E43D1D; Sat, 21 Feb 2004 13:10:28 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLARGe007435; Sat, 21 Feb 2004 13:10:27 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLARa1007429; Sat, 21 Feb 2004 13:10:27 -0800 (PST) (envelope-from adamw) Message-Id: <200402212110.i1LLARa1007429@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 21 Feb 2004 13:10:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/straw Makefile distinfo pkg-message pkg-plist ports/net/straw/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:10:28 -0000 adamw 2004/02/21 13:10:27 PST FreeBSD ports repository Modified files: net/straw Makefile distinfo pkg-message pkg-plist net/straw/files patch-setup.py Log: Update to 0.22.1. The code is no longer optimized upon install, as it was causing the install to bork out on -CURRENT. Hopefully this can be fixed later on. PR: ports/63156 Submitted by: mezz (maintainer) Revision Changes Path 1.8 +2 -5 ports/net/straw/Makefile 1.4 +2 -2 ports/net/straw/distinfo 1.2 +3 -3 ports/net/straw/files/patch-setup.py 1.2 +4 -4 ports/net/straw/pkg-message 1.3 +0 -38 ports/net/straw/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:10:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137F316A4CE; Sat, 21 Feb 2004 13:10:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE8E43D1F; Sat, 21 Feb 2004 13:10:56 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLAtGe008733; Sat, 21 Feb 2004 13:10:55 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLAtEX008732; Sat, 21 Feb 2004 13:10:55 -0800 (PST) (envelope-from phk) Message-Id: <200402212110.i1LLAtEX008732@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 13:10:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c src/sys/coda coda_fbsd.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:10:56 -0000 phk 2004/02/21 13:10:55 PST FreeBSD src repository Modified files: sys/alpha/alpha mem.c promcons.c sys/alpha/tlsb zs_tlsb.c sys/amd64/amd64 mem.c sys/cam cam_xpt.c sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c sys/coda coda_fbsd.c sys/contrib/ipfilter/netinet ip_fil.c mlfk_ipl.c sys/dev/aac aac.c sys/dev/acpica acpi.c sys/dev/adlink adlink.c sys/dev/amr amr.c sys/dev/asr asr.c sys/dev/ata ata-all.c atapi-tape.c sys/dev/bktr bktr_os.c sys/dev/ciss ciss.c sys/dev/cx if_cx.c sys/dev/dcons dcons.c sys/dev/digi digi.c sys/dev/drm drm_drv.h sys/dev/fb fb.c sys/dev/firewire fwdev.c sys/dev/hfa fore_load.c sys/dev/ida ida.c sys/dev/iicbus iic.c sys/dev/iir iir_ctrl.c sys/dev/ips ips.c sys/dev/isp isp_freebsd.c sys/dev/joy joy.c sys/dev/kbd kbd.c sys/dev/led led.c sys/dev/matcd matcd.c sys/dev/mcd mcd.c sys/dev/md md.c sys/dev/mlx mlx.c sys/dev/mly mly.c sys/dev/nmdm nmdm.c sys/dev/null null.c sys/dev/ofw ofw_console.c openfirmio.c openpromio.c sys/dev/pci pci_user.c sys/dev/ppbus lpt.c pcfclock.c ppi.c pps.c sys/dev/raidframe rf_freebsdkintf.c sys/dev/random randomdev.c sys/dev/rc rc.c sys/dev/rp rp.c sys/dev/sab sab.c sys/dev/scd scd.c sys/dev/si si.c sys/dev/sio sio.c sys/dev/smbus smb.c sys/dev/snp snp.c sys/dev/sound/midi midi.c sequencer.c sys/dev/sound/pcm dsp.c mixer.c sndstat.c sys/dev/streams streams.c sys/dev/syscons syscons.c sysmouse.c sys/dev/tdfx tdfx_pci.c sys/dev/tga tga_pci.c sys/dev/twe twe_freebsd.c sys/dev/uart uart_tty.c sys/dev/usb ucom.c ufm.c ugen.c uhid.c ulpt.c ums.c urio.c usb.c uscanner.c sys/dev/zs zs.c sys/fs/specfs spec_vnops.c sys/geom geom_ctl.c geom_dev.c sys/i386/acpica acpi_machdep.c sys/i386/bios apm.c smapi.c sys/i386/i386 elan-mmcr.c mem.c perfmon.c sys/i386/isa asc.c ctx.c cy.c gpib.c gsc.c istallion.c mse.c spic.c spigot.c spkr.c stallion.c wt.c sys/i386/isa/pcvt pcvt_drv.c sys/i4b/driver i4b_ctl.c i4b_rbch.c i4b_tel.c i4b_trace.c sys/i4b/layer4 i4b_i4bdrv.c sys/ia64/ia64 mem.c ssc.c sys/isa fd.c psm.c vga_isa.c sys/kern kern_conf.c kern_descrip.c subr_bus.c subr_devstat.c subr_log.c tty_cons.c tty_pty.c tty_tty.c sys/net bpf.c if.c if_tap.c if_tun.c sys/netgraph ng_device.c sys/netgraph/bluetooth/drivers/ubt ng_ubt.c sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c sys/netncp ncp_mod.c sys/netsmb smb_dev.c sys/nfs4client nfs4_dev.c sys/opencrypto cryptodev.c sys/pc98/pc98 fd.c mse.c olpt.c pc98gdc.c sio.c wd_cd.c sys/pccard pccard.c sys/pci agp.c if_ti.c xrpu.c sys/sparc64/creator creator_upa.c sys/sparc64/sparc64 mem.c sys/sys conf.h Log: Device megapatch 4/6: Introduce d_version field in struct cdevsw, this must always be initialized to D_VERSION. Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. Revision Changes Path 1.47 +2 -1 src/sys/alpha/alpha/mem.c 1.34 +2 -1 src/sys/alpha/alpha/promcons.c 1.42 +2 -1 src/sys/alpha/tlsb/zs_tlsb.c 1.113 +2 -1 src/sys/amd64/amd64/mem.c 1.137 +2 -0 src/sys/cam/cam_xpt.c 1.39 +2 -0 src/sys/cam/scsi/scsi_ch.c 1.40 +2 -0 src/sys/cam/scsi/scsi_pass.c 1.41 +2 -0 src/sys/cam/scsi/scsi_pt.c 1.100 +2 -1 src/sys/cam/scsi/scsi_sa.c 1.28 +2 -0 src/sys/cam/scsi/scsi_ses.c 1.60 +2 -0 src/sys/cam/scsi/scsi_target.c 1.32 +2 -0 src/sys/coda/coda_fbsd.c 1.43 +2 -0 src/sys/contrib/ipfilter/netinet/ip_fil.c 1.12 +2 -0 src/sys/contrib/ipfilter/netinet/mlfk_ipl.c 1.88 +2 -0 src/sys/dev/aac/aac.c 1.120 +2 -0 src/sys/dev/acpica/acpi.c 1.7 +2 -0 src/sys/dev/adlink/adlink.c 1.51 +2 -0 src/sys/dev/amr/amr.c 1.39 +2 -0 src/sys/dev/asr/asr.c 1.204 +2 -0 src/sys/dev/ata/ata-all.c 1.89 +2 -1 src/sys/dev/ata/atapi-tape.c 1.44 +2 -0 src/sys/dev/bktr/bktr_os.c 1.36 +2 -1 src/sys/dev/ciss/ciss.c 1.5 +2 -1 src/sys/dev/cx/if_cx.c 1.5 +2 -1 src/sys/dev/dcons/dcons.c 1.39 +2 -1 src/sys/dev/digi/digi.c 1.21 +2 -1 src/sys/dev/drm/drm_drv.h 1.31 +2 -0 src/sys/dev/fb/fb.c 1.38 +3 -3 src/sys/dev/firewire/fwdev.c 1.31 +2 -0 src/sys/dev/hfa/fore_load.c 1.35 +2 -0 src/sys/dev/ida/ida.c 1.30 +2 -0 src/sys/dev/iicbus/iic.c 1.13 +2 -0 src/sys/dev/iir/iir_ctrl.c 1.10 +2 -0 src/sys/dev/ips/ips.c 1.100 +2 -0 src/sys/dev/isp/isp_freebsd.c 1.51 +2 -0 src/sys/dev/joy/joy.c 1.39 +2 -0 src/sys/dev/kbd/kbd.c 1.8 +2 -0 src/sys/dev/led/led.c 1.4 +2 -1 src/sys/dev/matcd/matcd.c 1.141 +2 -2 src/sys/dev/mcd/mcd.c 1.111 +2 -0 src/sys/dev/md/md.c 1.43 +2 -1 src/sys/dev/mlx/mlx.c 1.34 +2 -1 src/sys/dev/mly/mly.c 1.20 +3 -2 src/sys/dev/nmdm/nmdm.c 1.24 +3 -2 src/sys/dev/null/null.c 1.20 +2 -2 src/sys/dev/ofw/ofw_console.c 1.8 +2 -0 src/sys/dev/ofw/openfirmio.c 1.3 +2 -0 src/sys/dev/ofw/openpromio.c 1.16 +2 -0 src/sys/dev/pci/pci_user.c 1.31 +2 -0 src/sys/dev/ppbus/lpt.c 1.15 +2 -0 src/sys/dev/ppbus/pcfclock.c 1.35 +2 -0 src/sys/dev/ppbus/ppi.c 1.40 +2 -0 src/sys/dev/ppbus/pps.c 1.28 +2 -0 src/sys/dev/raidframe/rf_freebsdkintf.c 1.48 +2 -0 src/sys/dev/random/randomdev.c 1.84 +2 -1 src/sys/dev/rc/rc.c 1.54 +2 -1 src/sys/dev/rp/rp.c 1.24 +2 -1 src/sys/dev/sab/sab.c 1.80 +2 -1 src/sys/dev/scd/scd.c 1.121 +2 -1 src/sys/dev/si/si.c 1.421 +2 -1 src/sys/dev/sio/sio.c 1.31 +2 -0 src/sys/dev/smbus/smb.c 1.84 +2 -0 src/sys/dev/snp/snp.c 1.14 +2 -0 src/sys/dev/sound/midi/midi.c 1.16 +2 -0 src/sys/dev/sound/midi/sequencer.c 1.73 +2 -0 src/sys/dev/sound/pcm/dsp.c 1.35 +2 -0 src/sys/dev/sound/pcm/mixer.c 1.16 +2 -0 src/sys/dev/sound/pcm/sndstat.c 1.45 +2 -0 src/sys/dev/streams/streams.c 1.416 +2 -4 src/sys/dev/syscons/syscons.c 1.18 +2 -1 src/sys/dev/syscons/sysmouse.c 1.32 +2 -0 src/sys/dev/tdfx/tdfx_pci.c 1.7 +2 -0 src/sys/dev/tga/tga_pci.c 1.34 +2 -0 src/sys/dev/twe/twe_freebsd.c 1.8 +2 -1 src/sys/dev/uart/uart_tty.c 1.39 +2 -1 src/sys/dev/usb/ucom.c 1.19 +2 -0 src/sys/dev/usb/ufm.c 1.83 +2 -0 src/sys/dev/usb/ugen.c 1.67 +2 -0 src/sys/dev/usb/uhid.c 1.61 +2 -0 src/sys/dev/usb/ulpt.c 1.66 +2 -0 src/sys/dev/usb/ums.c 1.30 +2 -0 src/sys/dev/usb/urio.c 1.97 +2 -0 src/sys/dev/usb/usb.c 1.53 +2 -0 src/sys/dev/usb/uscanner.c 1.18 +2 -1 src/sys/dev/zs/zs.c 1.215 +8 -8 src/sys/fs/specfs/spec_vnops.c 1.31 +2 -0 src/sys/geom/geom_ctl.c 1.73 +2 -1 src/sys/geom/geom_dev.c 1.17 +2 -0 src/sys/i386/acpica/acpi_machdep.c 1.139 +2 -0 src/sys/i386/bios/apm.c 1.10 +2 -1 src/sys/i386/bios/smapi.c 1.23 +2 -0 src/sys/i386/i386/elan-mmcr.c 1.108 +2 -1 src/sys/i386/i386/mem.c 1.37 +2 -0 src/sys/i386/i386/perfmon.c 1.58 +2 -0 src/sys/i386/isa/asc.c 1.49 +2 -0 src/sys/i386/isa/ctx.c 1.140 +2 -1 src/sys/i386/isa/cy.c 1.43 +2 -0 src/sys/i386/isa/gpib.c 1.46 +2 -0 src/sys/i386/isa/gsc.c 1.56 +2 -1 src/sys/i386/isa/istallion.c 1.65 +2 -0 src/sys/i386/isa/mse.c 1.84 +2 -2 src/sys/i386/isa/pcvt/pcvt_drv.c 1.12 +2 -0 src/sys/i386/isa/spic.c 1.62 +2 -0 src/sys/i386/isa/spigot.c 1.65 +2 -0 src/sys/i386/isa/spkr.c 1.61 +2 -1 src/sys/i386/isa/stallion.c 1.77 +2 -0 src/sys/i386/isa/wt.c 1.24 +2 -0 src/sys/i4b/driver/i4b_ctl.c 1.32 +2 -0 src/sys/i4b/driver/i4b_rbch.c 1.33 +2 -0 src/sys/i4b/driver/i4b_tel.c 1.29 +2 -0 src/sys/i4b/driver/i4b_trace.c 1.40 +2 -0 src/sys/i4b/layer4/i4b_i4bdrv.c 1.16 +2 -1 src/sys/ia64/ia64/mem.c 1.19 +2 -1 src/sys/ia64/ia64/ssc.c 1.265 +2 -1 src/sys/isa/fd.c 1.65 +2 -0 src/sys/isa/psm.c 1.28 +2 -0 src/sys/isa/vga_isa.c 1.144 +2 -0 src/sys/kern/kern_conf.c 1.227 +2 -0 src/sys/kern/kern_descrip.c 1.139 +2 -0 src/sys/kern/subr_bus.c 1.48 +2 -0 src/sys/kern/subr_devstat.c 1.60 +2 -0 src/sys/kern/subr_log.c 1.122 +2 -1 src/sys/kern/tty_cons.c 1.115 +4 -2 src/sys/kern/tty_pty.c 1.52 +2 -1 src/sys/kern/tty_tty.c 1.123 +2 -0 src/sys/net/bpf.c 1.182 +2 -0 src/sys/net/if.c 1.35 +2 -0 src/sys/net/if_tap.c 1.133 +2 -0 src/sys/net/if_tun.c 1.11 +2 -0 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.5 +2 -0 src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c 1.6 +2 -0 src/sys/netgraph/ng_device.c 1.12 +2 -0 src/sys/netncp/ncp_mod.c 1.21 +2 -0 src/sys/netsmb/smb_dev.c 1.4 +2 -0 src/sys/nfs4client/nfs4_dev.c 1.18 +2 -0 src/sys/opencrypto/cryptodev.c 1.142 +2 -1 src/sys/pc98/pc98/fd.c 1.43 +2 -0 src/sys/pc98/pc98/mse.c 1.23 +2 -0 src/sys/pc98/pc98/olpt.c 1.40 +2 -0 src/sys/pc98/pc98/pc98gdc.c 1.202 +2 -1 src/sys/pc98/pc98/sio.c 1.52 +2 -1 src/sys/pc98/pc98/wd_cd.c 1.162 +2 -0 src/sys/pccard/pccard.c 1.37 +2 -0 src/sys/pci/agp.c 1.87 +2 -0 src/sys/pci/if_ti.c 1.36 +2 -0 src/sys/pci/xrpu.c 1.3 +2 -0 src/sys/sparc64/creator/creator_upa.c 1.10 +2 -1 src/sys/sparc64/sparc64/mem.c 1.181 +8 -1 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:12:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB03116A4CE; Sat, 21 Feb 2004 13:12:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE7BC43D1D; Sat, 21 Feb 2004 13:12:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLC4Ge010092; Sat, 21 Feb 2004 13:12:04 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLC4Nv010091; Sat, 21 Feb 2004 13:12:04 -0800 (PST) (envelope-from kris) Message-Id: <200402212112.i1LLC4Nv010091@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:12:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/styx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:12:04 -0000 kris 2004/02/21 13:12:04 PST FreeBSD ports repository Modified files: devel/styx Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.16 +2 -0 ports/devel/styx/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:13:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C9316A4CE; Sat, 21 Feb 2004 13:13:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2678543D1D; Sat, 21 Feb 2004 13:13:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLDBGe010539; Sat, 21 Feb 2004 13:13:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLDAdC010538; Sat, 21 Feb 2004 13:13:10 -0800 (PST) (envelope-from kris) Message-Id: <200402212113.i1LLDAdC010538@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:13:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/tei-xlite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:13:12 -0000 kris 2004/02/21 13:13:09 PST FreeBSD ports repository Modified files: textproc/tei-xlite Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.5 +2 -0 ports/textproc/tei-xlite/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5950616A4CE; Sat, 21 Feb 2004 13:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CADA43D1D; Sat, 21 Feb 2004 13:17:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLH4Ge011059; Sat, 21 Feb 2004 13:17:04 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLH4NJ011058; Sat, 21 Feb 2004 13:17:04 -0800 (PST) (envelope-from kris) Message-Id: <200402212117.i1LLH4NJ011058@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:17:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/metakit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:17:04 -0000 kris 2004/02/21 13:17:03 PST FreeBSD ports repository Modified files: databases/metakit Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.32 +2 -0 ports/databases/metakit/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:17:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D28C16A4CE; Sat, 21 Feb 2004 13:17:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A3943D1D; Sat, 21 Feb 2004 13:17:31 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLHUGe011091; Sat, 21 Feb 2004 13:17:30 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLHUol011090; Sat, 21 Feb 2004 13:17:30 -0800 (PST) (envelope-from kris) Message-Id: <200402212117.i1LLHUol011090@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:17:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/slrn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:17:31 -0000 kris 2004/02/21 13:17:30 PST FreeBSD ports repository Modified files: japanese/slrn Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.19 +2 -0 ports/japanese/slrn/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373F616A4CE; Sat, 21 Feb 2004 13:18:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA8B43D1F; Sat, 21 Feb 2004 13:18:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLIqGe011140; Sat, 21 Feb 2004 13:18:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLIqB2011139; Sat, 21 Feb 2004 13:18:52 -0800 (PST) (envelope-from kris) Message-Id: <200402212118.i1LLIqB2011139@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:18:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-reverse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:18:53 -0000 kris 2004/02/21 13:18:52 PST FreeBSD ports repository Modified files: devel/py-reverse Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.7 +2 -0 ports/devel/py-reverse/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:19:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E5016A4CE; Sat, 21 Feb 2004 13:19:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B498343D1D; Sat, 21 Feb 2004 13:19:41 -0800 (PST) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLJfGe011210; Sat, 21 Feb 2004 13:19:41 -0800 (PST) (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLJf1c011209; Sat, 21 Feb 2004 13:19:41 -0800 (PST) (envelope-from eik) Message-Id: <200402212119.i1LLJf1c011209@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 21 Feb 2004 13:19:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit Makefile pkg-descr pkg-plist ports/security/portaudit/files fetchaudit.sh portaudit-cmd.sh portaudit.1 portaudit.functions portaudit.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:19:41 -0000 eik 2004/02/21 13:19:41 PST FreeBSD ports repository Modified files: security/portaudit Makefile pkg-descr pkg-plist security/portaudit/files fetchaudit.sh portaudit.functions portaudit.sh Added files: security/portaudit/files portaudit-cmd.sh portaudit.1 Log: update to 0.2: - new command line tool - new man page - reworked database update code, incorporating feedback from Max Khon , Radim Kolar (PR 63066) and Ion-Mihai Tetcu (PR 62655) Revision Changes Path 1.2 +9 -2 ports/security/portaudit/Makefile 1.2 +35 -55 ports/security/portaudit/files/fetchaudit.sh 1.1 +67 -0 ports/security/portaudit/files/portaudit-cmd.sh (new) 1.1 +137 -0 ports/security/portaudit/files/portaudit.1 (new) 1.2 +194 -5 ports/security/portaudit/files/portaudit.functions 1.2 +33 -55 ports/security/portaudit/files/portaudit.sh 1.2 +6 -11 ports/security/portaudit/pkg-descr 1.2 +1 -0 ports/security/portaudit/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:22:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9123C16A4CE; Sat, 21 Feb 2004 13:22:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7441243D1D; Sat, 21 Feb 2004 13:22:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLMwGe013106; Sat, 21 Feb 2004 13:22:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLMwkV013105; Sat, 21 Feb 2004 13:22:58 -0800 (PST) (envelope-from kris) Message-Id: <200402212122.i1LLMwkV013105@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:22:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/hope Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:22:58 -0000 kris 2004/02/21 13:22:58 PST FreeBSD ports repository Modified files: lang/hope Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.8 +2 -0 ports/lang/hope/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:23:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C380316A4CE; Sat, 21 Feb 2004 13:23:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A77D143D1D; Sat, 21 Feb 2004 13:23:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLNcGe013147; Sat, 21 Feb 2004 13:23:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLNcSP013146; Sat, 21 Feb 2004 13:23:38 -0800 (PST) (envelope-from kris) Message-Id: <200402212123.i1LLNcSP013146@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:23:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/NeTraMet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:23:38 -0000 kris 2004/02/21 13:23:38 PST FreeBSD ports repository Modified files: net/NeTraMet Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.8 +2 -0 ports/net/NeTraMet/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:24:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C1516A4CE; Sat, 21 Feb 2004 13:24:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD0443D1D; Sat, 21 Feb 2004 13:24:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLOCGe013187; Sat, 21 Feb 2004 13:24:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLOCeR013186; Sat, 21 Feb 2004 13:24:12 -0800 (PST) (envelope-from kris) Message-Id: <200402212124.i1LLOCeR013186@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:24:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/xinetd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:24:13 -0000 kris 2004/02/21 13:24:12 PST FreeBSD ports repository Modified files: security/xinetd Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.48 +2 -0 ports/security/xinetd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:29:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A5316A4CE; Sat, 21 Feb 2004 13:29:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CAE43D1D; Sat, 21 Feb 2004 13:29:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLT7Ge013390; Sat, 21 Feb 2004 13:29:07 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLT7Ql013389; Sat, 21 Feb 2004 13:29:07 -0800 (PST) (envelope-from kris) Message-Id: <200402212129.i1LLT7Ql013389@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:29:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/py-ltxml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:29:08 -0000 kris 2004/02/21 13:29:07 PST FreeBSD ports repository Modified files: textproc/py-ltxml Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.4 +2 -0 ports/textproc/py-ltxml/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:29:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D7B16A4CE; Sat, 21 Feb 2004 13:29:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD32343D1D; Sat, 21 Feb 2004 13:29:41 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLTfGe013426; Sat, 21 Feb 2004 13:29:41 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLTfMF013425; Sat, 21 Feb 2004 13:29:41 -0800 (PST) (envelope-from kris) Message-Id: <200402212129.i1LLTfMF013425@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:29:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/maketeidtd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:29:42 -0000 kris 2004/02/21 13:29:41 PST FreeBSD ports repository Modified files: textproc/maketeidtd Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.4 +2 -0 ports/textproc/maketeidtd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:32:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5515716A4CE; Sat, 21 Feb 2004 13:32:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCF743D2D; Sat, 21 Feb 2004 13:32:16 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLWGGe015287; Sat, 21 Feb 2004 13:32:16 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLWGRv015286; Sat, 21 Feb 2004 13:32:16 -0800 (PST) (envelope-from phk) Message-Id: <200402212132.i1LLWGRv015286@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 13:32:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_venus.c src/sys/compat/linux linux_stats.c src/sys/dev/cx if_cx.c src/sys/dev/raidframe rf_freebsdkintf.c src/sys/dev/snp snp.c src/sys/dev/sound/midi midi.h src/sys/kern kern_conf.c vfs_subr.c src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:32:16 -0000 phk 2004/02/21 13:32:16 PST FreeBSD src repository Modified files: sys/coda coda_venus.c sys/compat/linux linux_stats.c sys/dev/cx if_cx.c sys/dev/raidframe rf_freebsdkintf.c sys/dev/snp snp.c sys/dev/sound/midi midi.h sys/kern kern_conf.c vfs_subr.c sys/sys systm.h Log: Device megapatch 5/6: Remove the unused second argument from udev2dev(). Convert all remaining users of makedev() to use udev2dev(). The semantic difference is that udev2dev() will only locate a pre-existing dev_t, it will not line makedev() create a new one. Apart from the tiny well controlled windown in D_PSEUDO drivers, there should no longer be any "anonymous" dev_t's in the system now, only dev_t's created with make_dev() and make_dev_alias() Revision Changes Path 1.19 +1 -2 src/sys/coda/coda_venus.c 1.57 +4 -4 src/sys/compat/linux/linux_stats.c 1.6 +1 -1 src/sys/dev/cx/if_cx.c 1.29 +2 -2 src/sys/dev/raidframe/rf_freebsdkintf.c 1.85 +1 -1 src/sys/dev/snp/snp.c 1.12 +1 -1 src/sys/dev/sound/midi/midi.h 1.145 +12 -9 src/sys/kern/kern_conf.c 1.480 +1 -1 src/sys/kern/vfs_subr.c 1.203 +1 -2 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:36:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B783D16A4CE; Sat, 21 Feb 2004 13:36:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD9643D2D; Sat, 21 Feb 2004 13:36:45 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLajGe015699; Sat, 21 Feb 2004 13:36:45 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLajEl015698; Sat, 21 Feb 2004 13:36:45 -0800 (PST) (envelope-from kris) Message-Id: <200402212136.i1LLajEl015698@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:36:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/siphon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:36:45 -0000 kris 2004/02/21 13:36:45 PST FreeBSD ports repository Modified files: security/siphon Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.7 +2 -0 ports/security/siphon/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:36:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE61416A534; Sat, 21 Feb 2004 13:36:47 -0800 (PST) Received: from citi.umich.edu (citi.umich.edu [141.211.133.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id B408543D2D; Sat, 21 Feb 2004 13:36:47 -0800 (PST) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (citi-166.Connectathon.ORG [130.128.53.166]) by citi.umich.edu (Postfix) with ESMTP id C537220936; Sat, 21 Feb 2004 16:36:45 -0500 (EST) To: Kris Kennaway From: Jim Rees In-Reply-To: Kris Kennaway, Sat, 21 Feb 2004 13:06:41 PST Date: Sat, 21 Feb 2004 16:36:44 -0500 Sender: rees@citi.umich.edu Message-Id: <20040221213645.C537220936@citi.umich.edu> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/idmapd idmapd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:36:48 -0000 Does this need to be in /sbin? It seems to be associated to the nfs server, which is not needed to bootstrap the system. I'm open to suggestions. I think we originally had it in /usr/sbin, but it sort of goes along with mount_nfs4, which is in /sbin. I guess you could argue that neither one is needed to boot, but at some point I think we'll want to be able to boot or install over NFSv4. I don't feel strongly about it either way. From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:39:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AA316A4CE; Sat, 21 Feb 2004 13:39:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834B043D1D; Sat, 21 Feb 2004 13:39:08 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLd8Ge015767; Sat, 21 Feb 2004 13:39:08 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLd88F015766; Sat, 21 Feb 2004 13:39:08 -0800 (PST) (envelope-from kris) Message-Id: <200402212139.i1LLd88F015766@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:39:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/crafty-open-small Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:39:08 -0000 kris 2004/02/21 13:39:08 PST FreeBSD ports repository Modified files: games/crafty-open-small Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.7 +2 -0 ports/games/crafty-open-small/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:40:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BA216A4CE; Sat, 21 Feb 2004 13:40:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B7243D1D; Sat, 21 Feb 2004 13:40:02 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLe2Ge015808; Sat, 21 Feb 2004 13:40:02 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLe270015807; Sat, 21 Feb 2004 13:40:02 -0800 (PST) (envelope-from glewis) Message-Id: <200402212140.i1LLe270015807@repoman.freebsd.org> From: Greg Lewis Date: Sat, 21 Feb 2004 13:40:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-servers/XFree86-4-Server/files patch-alpha_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:40:02 -0000 glewis 2004/02/21 13:40:02 PST FreeBSD ports repository Modified files: x11-servers/XFree86-4-Server/files patch-alpha_video.c Log: . Use the correct prototype for sysarch(2). Should fix the build on CURRENT/alpha. Submitted by: bento via kris Revision Changes Path 1.2 +11 -2 ports/x11-servers/XFree86-4-Server/files/patch-alpha_video.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:40:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C98116A4CE; Sat, 21 Feb 2004 13:40:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3006043D1D; Sat, 21 Feb 2004 13:40:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLewGe015986; Sat, 21 Feb 2004 13:40:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLevql015985; Sat, 21 Feb 2004 13:40:57 -0800 (PST) (envelope-from kris) Message-Id: <200402212140.i1LLevql015985@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:40:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mp3splt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:40:58 -0000 kris 2004/02/21 13:40:57 PST FreeBSD ports repository Modified files: audio/mp3splt Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.7 +2 -0 ports/audio/mp3splt/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:41:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D02716A4CE; Sat, 21 Feb 2004 13:41:43 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4365943D1F; Sat, 21 Feb 2004 13:41:43 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (209c62d207ca565483341ee66579c4bf@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LLffwK011566; Sat, 21 Feb 2004 13:41:42 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F3FFB66CAF; Sat, 21 Feb 2004 13:41:41 -0800 (PST) Date: Sat, 21 Feb 2004 13:41:41 -0800 From: Kris Kennaway To: Jim Rees Message-ID: <20040221214141.GA54030@xor.obsecurity.org> References: <20040221213645.C537220936@citi.umich.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <20040221213645.C537220936@citi.umich.edu> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sbin/idmapd idmapd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:41:43 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 04:36:44PM -0500, Jim Rees wrote: > Does this need to be in /sbin? It seems to be associated to the nfs > server, which is not needed to bootstrap the system. >=20 > I'm open to suggestions. I think we originally had it in /usr/sbin, but = it > sort of goes along with mount_nfs4, which is in /sbin. >=20 > I guess you could argue that neither one is needed to boot, but at some > point I think we'll want to be able to boot or install over NFSv4. >=20 > I don't feel strongly about it either way. So it is needed in order to use the nfs client? If so, then it's fine. Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN9CVWry0BWjoQKURAvgHAKD1X+ahXHpWWoIivrfC6pHQP4FZkACg7mVb jZxWMZBHHPJi0Tar7ybKfwQ= =jyjd -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:43:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B26016A4CE; Sat, 21 Feb 2004 13:43:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED1D43D1D; Sat, 21 Feb 2004 13:43:51 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLhpGe017798; Sat, 21 Feb 2004 13:43:51 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLhp3b017797; Sat, 21 Feb 2004 13:43:51 -0800 (PST) (envelope-from kris) Message-Id: <200402212143.i1LLhp3b017797@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:43:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libpdf++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:43:51 -0000 kris 2004/02/21 13:43:51 PST FreeBSD ports repository Modified files: print/libpdf++ Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.3 +4 -0 ports/print/libpdf++/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:44:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CB616A4CE; Sat, 21 Feb 2004 13:44:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E3B43D1D; Sat, 21 Feb 2004 13:44:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLivGe017842; Sat, 21 Feb 2004 13:44:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLivas017841; Sat, 21 Feb 2004 13:44:57 -0800 (PST) (envelope-from kris) Message-Id: <200402212144.i1LLivas017841@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:44:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/rtcw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:44:58 -0000 kris 2004/02/21 13:44:57 PST FreeBSD ports repository Modified files: games/rtcw Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.6 +2 -0 ports/games/rtcw/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:45:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11FC16A4CE; Sat, 21 Feb 2004 13:45:48 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C668243D1D; Sat, 21 Feb 2004 13:45:48 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (50212d315d506016198b04757e4e2079@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1LLjmZq012595; Sat, 21 Feb 2004 15:45:48 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AEAC666D44; Sat, 21 Feb 2004 13:45:47 -0800 (PST) Date: Sat, 21 Feb 2004 13:45:47 -0800 From: Kris Kennaway To: Greg Lewis Message-ID: <20040221214547.GE54030@xor.obsecurity.org> References: <200402212140.i1LLe270015807@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ryJZkp9/svQ58syV" Content-Disposition: inline In-Reply-To: <200402212140.i1LLe270015807@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-servers/XFree86-4-Server/files patch-alpha_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:45:49 -0000 --ryJZkp9/svQ58syV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 01:40:02PM -0800, Greg Lewis wrote: > glewis 2004/02/21 13:40:02 PST >=20 > FreeBSD ports repository >=20 > Modified files: > x11-servers/XFree86-4-Server/files patch-alpha_video.c=20 > Log: > . Use the correct prototype for sysarch(2). Should fix the build on > CURRENT/alpha. > =20 > Submitted by: bento via kris Thanks! kris --ryJZkp9/svQ58syV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN9GLWry0BWjoQKURAkC4AKDgZEVO7UN2hx+xfwmqwb5g7DobrgCgxih5 8MZ4YvpmaS6u9jVoPvV/2mA= =GvAr -----END PGP SIGNATURE----- --ryJZkp9/svQ58syV-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:47:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4885B16A4CE; Sat, 21 Feb 2004 13:47:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF8F43D2D; Sat, 21 Feb 2004 13:47:40 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLleGe017980; Sat, 21 Feb 2004 13:47:40 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLldJe017979; Sat, 21 Feb 2004 13:47:39 -0800 (PST) (envelope-from archie) Message-Id: <200402212147.i1LLldJe017979@repoman.freebsd.org> From: Archie Cobbs Date: Sat, 21 Feb 2004 13:47:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jikes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:47:40 -0000 archie 2004/02/21 13:47:39 PST FreeBSD ports repository Modified files: java/jikes Makefile Log: Fix incorrect MASTER_SITES. Revision Changes Path 1.39 +1 -1 ports/java/jikes/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:48:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA5516A4CE; Sat, 21 Feb 2004 13:48:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822DE43D1D; Sat, 21 Feb 2004 13:48:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLmtGe018028; Sat, 21 Feb 2004 13:48:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLmtkn018027; Sat, 21 Feb 2004 13:48:55 -0800 (PST) (envelope-from kris) Message-Id: <200402212148.i1LLmtkn018027@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:48:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/psi88 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:48:55 -0000 kris 2004/02/21 13:48:55 PST FreeBSD ports repository Modified files: biology/psi88 Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.10 +2 -0 ports/biology/psi88/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:57:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054CF16A4CE; Sat, 21 Feb 2004 13:57:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0029D43D1D; Sat, 21 Feb 2004 13:57:26 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLvQGe020146; Sat, 21 Feb 2004 13:57:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLvQWp020145; Sat, 21 Feb 2004 13:57:26 -0800 (PST) (envelope-from phk) Message-Id: <200402212157.i1LLvQWp020145@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 13:57:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/specfs spec_vnops.c src/sys/kern kern_conf.c vfs_bio.c vfs_subr.c src/sys/sys conf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:57:27 -0000 phk 2004/02/21 13:57:26 PST FreeBSD src repository Modified files: sys/fs/specfs spec_vnops.c sys/kern kern_conf.c vfs_bio.c vfs_subr.c sys/sys conf.h Log: Device megapatch 6/6: This is what we came here for: Hang dev_t's from their cdevsw, refcount cdevsw and dev_t and generally keep track of things a lot better than we used to: Hold a cdevsw reference around all entrances into the device driver, this will be necessary to safely determine when we can unload driver code. Hold a dev_t reference while the device is open. KASSERT that we do not enter the driver on a non-referenced dev_t. Remove old D_NAG code, anonymous dev_t's are not a problem now. When destroy_dev() is called on a referenced dev_t, move it to dead_cdevsw's list. When the refcount drops, free it. Check that cdevsw->d_version is correct. If not, set all methods to the dead_*() methods to prevent entrance into driver. Print warning on console to this effect. The device driver may still explode if it is also incompatible with newbus, but in that case we probably didn't get this far in the first place. Revision Changes Path 1.216 +30 -9 src/sys/fs/specfs/spec_vnops.c 1.146 +152 -31 src/sys/kern/kern_conf.c 1.428 +7 -0 src/sys/kern/vfs_bio.c 1.481 +4 -2 src/sys/kern/vfs_subr.c 1.182 +33 -18 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:58:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C0D16A4CF; Sat, 21 Feb 2004 13:58:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C41743D1D; Sat, 21 Feb 2004 13:58:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LLwPGe020221; Sat, 21 Feb 2004 13:58:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LLwPTe020220; Sat, 21 Feb 2004 13:58:25 -0800 (PST) (envelope-from kris) Message-Id: <200402212158.i1LLwPTe020220@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 13:58:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/firestring Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:58:25 -0000 kris 2004/02/21 13:58:25 PST FreeBSD ports repository Modified files: misc/firestring Makefile Log: This port is broken on 4.x as well. Revision Changes Path 1.11 +3 -7 ports/misc/firestring/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 13:58:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678B416A4CF; Sat, 21 Feb 2004 13:58:37 -0800 (PST) Received: from cheer.mahoroba.org (flets20-024.kamome.or.jp [218.45.20.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE05F43D2D; Sat, 21 Feb 2004 13:58:36 -0800 (PST) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (IDENT:tsNzsNZ1I/S+FGkz4rPLwWLcpxGYPNXRQiyXu+g4i1FVKjk6T6nZRcXYSpegmkbw@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)i1LLwUZS020441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 Feb 2004 06:58:31 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 22 Feb 2004 06:58:30 +0900 Message-ID: From: Hajimu UMEMOTO To: Kris Kennaway In-Reply-To: <20040221205152.GA52441@xor.obsecurity.org> References: <200402212043.i1LKhYKK095466@repoman.freebsd.org> <20040221205152.GA52441@xor.obsecurity.org> User-Agent: xcite1.38> Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 5.2-CURRENT MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cheer.mahoroba.org cc: Dirk Meyer cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 21:58:37 -0000 Hi, >>>>> On Sat, 21 Feb 2004 12:51:52 -0800 >>>>> Kris Kennaway said: kris> [1 ] kris> On Sat, Feb 21, 2004 at 12:43:34PM -0800, Dirk Meyer wrote: > dinoex 2004/02/21 12:43:34 PST > > FreeBSD ports repository > > Modified files: > security/pidentd Makefile > Log: > - remove BROKEN, verified that port can fetch all files from all locations > $ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz > Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100% > 9635 bytes transferred in 5.5 seconds (1.71 kBps) kris> This site was probably down, and there is no redundancy, so the fetch kris> failed. Please add another master site to protect against this in kris> future, since when it happens it can affect the ability of users to kris> install the port. It's mine. I've just mirrored http://www.imasy.or.jp/~ume/ipv6/ to http://home.jp.FreeBSD.org/~ume/ipv6/. Please use it for backup. Sincerely, -- 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 Sat Feb 21 14:00:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E813F16A4CE; Sat, 21 Feb 2004 14:00:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAED343D2D; Sat, 21 Feb 2004 14:00:56 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM0uGe020464; Sat, 21 Feb 2004 14:00:56 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM0uAc020463; Sat, 21 Feb 2004 14:00:56 -0800 (PST) (envelope-from kris) Message-Id: <200402212200.i1LM0uAc020463@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:00:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/p5-Audio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:00:57 -0000 kris 2004/02/21 14:00:56 PST FreeBSD ports repository Modified files: audio/p5-Audio Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.2 +7 -1 ports/audio/p5-Audio/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:02:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0216F16A4CE; Sat, 21 Feb 2004 14:02:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB04843D2D; Sat, 21 Feb 2004 14:02:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM2bGe022143; Sat, 21 Feb 2004 14:02:37 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM2bPr022139; Sat, 21 Feb 2004 14:02:37 -0800 (PST) (envelope-from kris) Message-Id: <200402212202.i1LM2bPr022139@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:02:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/taucs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:02:38 -0000 kris 2004/02/21 14:02:37 PST FreeBSD ports repository Modified files: math/taucs Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.2 +7 -1 ports/math/taucs/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:04:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C0116A4E1; Sat, 21 Feb 2004 14:04:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FFF43D1F; Sat, 21 Feb 2004 14:04:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM4HGe023169; Sat, 21 Feb 2004 14:04:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM4HUo023168; Sat, 21 Feb 2004 14:04:17 -0800 (PST) (envelope-from kris) Message-Id: <200402212204.i1LM4HUo023168@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:04:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/ruby-curl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:04:17 -0000 kris 2004/02/21 14:04:17 PST FreeBSD ports repository Modified files: ftp/ruby-curl Makefile Log: This is broken on 4.x as well Revision Changes Path 1.8 +3 -7 ports/ftp/ruby-curl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:05:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCB216A4CE; Sat, 21 Feb 2004 14:05:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D2143D1D; Sat, 21 Feb 2004 14:05:48 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM5mGe023374; Sat, 21 Feb 2004 14:05:48 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM5lDF023373; Sat, 21 Feb 2004 14:05:47 -0800 (PST) (envelope-from ume) Message-Id: <200402212205.i1LM5lDF023373@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 21 Feb 2004 14:05:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/cyrus-imapd Makefile ports/mail/cyrus-imapd2 Makefile ports/net/dtcp Makefile ports/net/dtcpclient Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:05:48 -0000 ume 2004/02/21 14:05:47 PST FreeBSD ports repository Modified files: mail/cyrus-imapd Makefile mail/cyrus-imapd2 Makefile net/dtcp Makefile net/dtcpclient Makefile Log: add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES. Revision Changes Path 1.72 +2 -1 ports/mail/cyrus-imapd/Makefile 1.98 +2 -1 ports/mail/cyrus-imapd2/Makefile 1.9 +2 -1 ports/net/dtcp/Makefile 1.5 +2 -1 ports/net/dtcpclient/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:05:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A9216A4EC; Sat, 21 Feb 2004 14:05:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D759F43D1D; Sat, 21 Feb 2004 14:05:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM5mGe023401; Sat, 21 Feb 2004 14:05:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM5mJZ023400; Sat, 21 Feb 2004 14:05:48 -0800 (PST) (envelope-from kris) Message-Id: <200402212205.i1LM5mJZ023400@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:05:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/p5-MeCab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:05:50 -0000 kris 2004/02/21 14:05:48 PST FreeBSD ports repository Modified files: japanese/p5-MeCab Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.4 +4 -0 ports/japanese/p5-MeCab/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:06:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBC016A4CE; Sat, 21 Feb 2004 14:06:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1265943D1D; Sat, 21 Feb 2004 14:06:19 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM6IGe023439; Sat, 21 Feb 2004 14:06:18 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM6I0E023438; Sat, 21 Feb 2004 14:06:18 -0800 (PST) (envelope-from phk) Message-Id: <200402212206.i1LM6I0E023438@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 14:06:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:06:19 -0000 phk 2004/02/21 14:06:18 PST FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to mark cdevsw megapatching. Revision Changes Path 1.180 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:06:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C9F16A4CE; Sat, 21 Feb 2004 14:06:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6859743D1D; Sat, 21 Feb 2004 14:06:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM6oGe023475; Sat, 21 Feb 2004 14:06:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM6oZ6023474; Sat, 21 Feb 2004 14:06:50 -0800 (PST) (envelope-from kris) Message-Id: <200402212206.i1LM6oZ6023474@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:06:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Cdk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:06:50 -0000 kris 2004/02/21 14:06:50 PST FreeBSD ports repository Modified files: devel/p5-Cdk Makefile Log: This does not compile on 4.x either Revision Changes Path 1.6 +2 -6 ports/devel/p5-Cdk/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:08:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0790B16A4CE; Sat, 21 Feb 2004 14:08:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF56643D1D; Sat, 21 Feb 2004 14:08:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM8VGe023533; Sat, 21 Feb 2004 14:08:31 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM8SU2023532; Sat, 21 Feb 2004 14:08:28 -0800 (PST) (envelope-from kris) Message-Id: <200402212208.i1LM8SU2023532@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:08:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Class-Hook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:08:38 -0000 kris 2004/02/21 14:08:28 PST FreeBSD ports repository Modified files: devel/p5-Class-Hook Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.7 +7 -1 ports/devel/p5-Class-Hook/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:10:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D609A16A4CE; Sat, 21 Feb 2004 14:10:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA50243D1D; Sat, 21 Feb 2004 14:10:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMAQGe023698; Sat, 21 Feb 2004 14:10:26 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMAPgw023695; Sat, 21 Feb 2004 14:10:25 -0800 (PST) (envelope-from kris) Message-Id: <200402212210.i1LMAPgw023695@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:10:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Ident Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:10:28 -0000 kris 2004/02/21 14:10:25 PST FreeBSD ports repository Modified files: net/p5-Net-Ident Makefile Log: BROKEN on 4.x: broken pkg-plist Revision Changes Path 1.2 +7 -1 ports/net/p5-Net-Ident/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:10:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C36616A4CE; Sat, 21 Feb 2004 14:10:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803AF43D1D; Sat, 21 Feb 2004 14:10:46 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMAaGe023770; Sat, 21 Feb 2004 14:10:36 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMAZuq023767; Sat, 21 Feb 2004 14:10:35 -0800 (PST) (envelope-from rees) Message-Id: <200402212210.i1LMAZuq023767@repoman.freebsd.org> From: Jim Rees Date: Sat, 21 Feb 2004 14:10:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_subs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:10:46 -0000 rees 2004/02/21 14:10:35 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_subs.c Log: ask for rdattr_err in readdir, so we won't fail the readdir if we can't get attrs on one or more entries Revision Changes Path 1.3 +27 -21 src/sys/nfs4client/nfs4_subs.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6235B16A4CF; Sat, 21 Feb 2004 14:11:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D6943D2D; Sat, 21 Feb 2004 14:11:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMBEGe024331; Sat, 21 Feb 2004 14:11:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMBEhb024310; Sat, 21 Feb 2004 14:11:14 -0800 (PST) (envelope-from kris) Message-Id: <200402212211.i1LMBEhb024310@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:11:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-FastCGI Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:11:16 -0000 kris 2004/02/21 14:11:14 PST FreeBSD ports repository Modified files: www/p5-FastCGI Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.13 +7 -1 ports/www/p5-FastCGI/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:11:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C2E16A4CE; Sat, 21 Feb 2004 14:11:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B5C43D1D; Sat, 21 Feb 2004 14:11:41 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMBeGe024862; Sat, 21 Feb 2004 14:11:40 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMBeip024861; Sat, 21 Feb 2004 14:11:40 -0800 (PST) (envelope-from ache) Message-Id: <200402212211.i1LMBeip024861@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 21 Feb 2004 14:11:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:11:41 -0000 ache 2004/02/21 14:11:40 PST FreeBSD ports repository Modified files: mail/milter-sender Makefile Log: Switch from CPPFLAGS back to CFLAGS Revision Changes Path 1.24 +4 -4 ports/mail/milter-sender/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:09:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE6116A4CE; Sat, 21 Feb 2004 14:09:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 111D843D1F; Sat, 21 Feb 2004 14:09:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LM9EGe023584; Sat, 21 Feb 2004 14:09:14 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LM9E5N023583; Sat, 21 Feb 2004 14:09:14 -0800 (PST) (envelope-from kris) Message-Id: <200402212209.i1LM9E5N023583@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:09:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Crypt-Anubis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:09:15 -0000 kris 2004/02/21 14:09:14 PST FreeBSD ports repository Modified files: security/p5-Crypt-Anubis Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.2 +7 -1 ports/security/p5-Crypt-Anubis/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:12:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C3716A4CE; Sat, 21 Feb 2004 14:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4E043D1D; Sat, 21 Feb 2004 14:12:02 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMC2Ge025214; Sat, 21 Feb 2004 14:12:02 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMC2OO025210; Sat, 21 Feb 2004 14:12:02 -0800 (PST) (envelope-from phk) Message-Id: <200402212212.i1LMC2OO025210@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 14:12:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:12:03 -0000 phk 2004/02/21 14:12:02 PST FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version after devicedriver API megapatch. Revision Changes Path 1.368 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:12:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4625216A4CE; Sat, 21 Feb 2004 14:12:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29DFA43D1F; Sat, 21 Feb 2004 14:12:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMCBGe025388; Sat, 21 Feb 2004 14:12:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMCBYm025383; Sat, 21 Feb 2004 14:12:11 -0800 (PST) (envelope-from kris) Message-Id: <200402212212.i1LMCBYm025383@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:12:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Lingua-EN-AddressParse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:12:12 -0000 kris 2004/02/21 14:12:11 PST FreeBSD ports repository Modified files: textproc/p5-Lingua-EN-AddressParse Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.7 +7 -1 ports/textproc/p5-Lingua-EN-AddressParse/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:13:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F3B16A4CE; Sat, 21 Feb 2004 14:13:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 197D343D1F; Sat, 21 Feb 2004 14:13:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMD1Ge025717; Sat, 21 Feb 2004 14:13:01 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMD1lJ025716; Sat, 21 Feb 2004 14:13:01 -0800 (PST) (envelope-from kris) Message-Id: <200402212213.i1LMD1lJ025716@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:13:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Text-Striphigh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:13:02 -0000 kris 2004/02/21 14:13:01 PST FreeBSD ports repository Modified files: textproc/p5-Text-Striphigh Makefile Log: BROKEN on 4.x: broken pkg-plist Revision Changes Path 1.2 +7 -1 ports/textproc/p5-Text-Striphigh/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:13:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE32516A4CE; Sat, 21 Feb 2004 14:13:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18B243D1F; Sat, 21 Feb 2004 14:13:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMDkGe025767; Sat, 21 Feb 2004 14:13:46 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMDkFF025766; Sat, 21 Feb 2004 14:13:46 -0800 (PST) (envelope-from kris) Message-Id: <200402212213.i1LMDkFF025766@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:13:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-RSS-JavaScript Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:13:47 -0000 kris 2004/02/21 14:13:46 PST FreeBSD ports repository Modified files: textproc/p5-XML-RSS-JavaScript Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.2 +7 -1 ports/textproc/p5-XML-RSS-JavaScript/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:14:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6057216A4CE; Sat, 21 Feb 2004 14:14:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F0B43D1D; Sat, 21 Feb 2004 14:14:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMENGe025841; Sat, 21 Feb 2004 14:14:23 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMELA9025838; Sat, 21 Feb 2004 14:14:21 -0800 (PST) (envelope-from kris) Message-Id: <200402212214.i1LMELA9025838@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:14:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/makejvf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:14:23 -0000 kris 2004/02/21 14:14:21 PST FreeBSD ports repository Modified files: japanese/makejvf Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.8 +2 -0 ports/japanese/makejvf/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:15:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C10D16A4CE; Sat, 21 Feb 2004 14:15:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 104BC43D1D; Sat, 21 Feb 2004 14:15:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMFFGe026032; Sat, 21 Feb 2004 14:15:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMFFrT026031; Sat, 21 Feb 2004 14:15:15 -0800 (PST) (envelope-from kris) Message-Id: <200402212215.i1LMFFrT026031@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:15:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_frontpage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:15:16 -0000 kris 2004/02/21 14:15:15 PST FreeBSD ports repository Modified files: www/mod_frontpage Makefile Log: BROKEN on 4.x: does not build Revision Changes Path 1.16 +4 -0 ports/www/mod_frontpage/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:15:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7634B16A4DB; Sat, 21 Feb 2004 14:15:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B5DE43D1D; Sat, 21 Feb 2004 14:15:58 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMFwGe026166; Sat, 21 Feb 2004 14:15:58 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMFvFF026165; Sat, 21 Feb 2004 14:15:57 -0800 (PST) (envelope-from kris) Message-Id: <200402212215.i1LMFvFF026165@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:15:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/nethirc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:15:58 -0000 kris 2004/02/21 14:15:57 PST FreeBSD ports repository Modified files: irc/nethirc Makefile Log: BROKEN on 4.x: does not build Revision Changes Path 1.15 +4 -0 ports/irc/nethirc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:17:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAEF416A4CE; Sat, 21 Feb 2004 14:17:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDE343D1D; Sat, 21 Feb 2004 14:17:34 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMHYGe026383; Sat, 21 Feb 2004 14:17:34 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMHXWO026382; Sat, 21 Feb 2004 14:17:33 -0800 (PST) (envelope-from kris) Message-Id: <200402212217.i1LMHXWO026382@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:17:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/dancer-services Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:17:35 -0000 kris 2004/02/21 14:17:33 PST FreeBSD ports repository Modified files: irc/dancer-services Makefile Log: This is broken on 4.x as well. This port will be removed on April 21 if it is still broken at that time. Revision Changes Path 1.9 +5 -7 ports/irc/dancer-services/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:19:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914DA16A4CE; Sat, 21 Feb 2004 14:19:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C2343D1F; Sat, 21 Feb 2004 14:19:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMJCGe026608; Sat, 21 Feb 2004 14:19:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMJBau026607; Sat, 21 Feb 2004 14:19:11 -0800 (PST) (envelope-from kris) Message-Id: <200402212219.i1LMJBau026607@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:19:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/doscan Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:19:12 -0000 kris 2004/02/21 14:19:11 PST FreeBSD ports repository Modified files: security/doscan Makefile Log: BROKEN on 4.x: does not compile Revision Changes Path 1.5 +7 -1 ports/security/doscan/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:20:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD8716A4CF; Sat, 21 Feb 2004 14:20:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46AF43D1D; Sat, 21 Feb 2004 14:20:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMKVGe026910; Sat, 21 Feb 2004 14:20:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMKVtM026908; Sat, 21 Feb 2004 14:20:31 -0800 (PST) (envelope-from edwin) Message-Id: <200402212220.i1LMKVtM026908@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 21 Feb 2004 14:20:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p3scan Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:20:32 -0000 edwin 2004/02/21 14:20:31 PST FreeBSD ports repository Modified files: mail/p3scan Makefile Log: Bento fix for p3scan PR: ports/63177 Submitted by: Hendrik Scholz Approved by: edwin@mavetju.org Revision Changes Path 1.3 +1 -1 ports/mail/p3scan/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:21:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4617916A531; Sat, 21 Feb 2004 14:21:33 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B42F43D2F; Sat, 21 Feb 2004 14:21:33 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (6c33c6b1d7294e63c7a919df605f600a@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1LMLMwK012234; Sat, 21 Feb 2004 14:21:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3F40C66CAF; Sat, 21 Feb 2004 14:21:22 -0800 (PST) Date: Sat, 21 Feb 2004 14:21:22 -0800 From: Kris Kennaway To: Hajimu UMEMOTO Message-ID: <20040221222122.GA54814@xor.obsecurity.org> References: <200402212043.i1LKhYKK095466@repoman.freebsd.org> <20040221205152.GA52441@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: Dirk Meyer cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:21:33 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 22, 2004 at 06:58:30AM +0900, Hajimu UMEMOTO wrote: > Hi, >=20 > >>>>> On Sat, 21 Feb 2004 12:51:52 -0800 > >>>>> Kris Kennaway said: >=20 > kris> [1 ] > kris> On Sat, Feb 21, 2004 at 12:43:34PM -0800, Dirk Meyer wrote: > > dinoex 2004/02/21 12:43:34 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > security/pidentd Makefile=20 > > Log: > > - remove BROKEN, verified that port can fetch all files from all loca= tions >=20 > > $ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.= gz > > Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100% > > 9635 bytes transferred in 5.5 seconds (1.71 kBps) >=20 > kris> This site was probably down, and there is no redundancy, so the fet= ch > kris> failed. Please add another master site to protect against this in > kris> future, since when it happens it can affect the ability of users to > kris> install the port. >=20 > It's mine. I've just mirrored http://www.imasy.or.jp/~ume/ipv6/ to > http://home.jp.FreeBSD.org/~ume/ipv6/. Please use it for backup. Thanks! Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAN9nhWry0BWjoQKURAn+0AJ41ukG1YDDtUKoRzGMQV1TvssPGLACgy+dk r3PU7LisfbrCGsQ2r1EE2xw= =XpBk -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:27:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A7716A4CE; Sat, 21 Feb 2004 14:27:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653F643D1D; Sat, 21 Feb 2004 14:27:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMRqGe029123; Sat, 21 Feb 2004 14:27:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMRqSG029122; Sat, 21 Feb 2004 14:27:52 -0800 (PST) (envelope-from kris) Message-Id: <200402212227.i1LMRqSG029122@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:27:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/caudium-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:27:52 -0000 kris 2004/02/21 14:27:52 PST FreeBSD ports repository Modified files: www/caudium-devel Makefile Log: BROKEN: Does not compile Revision Changes Path 1.8 +3 -7 ports/www/caudium-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:42:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197C816A4CE; Sat, 21 Feb 2004 14:42:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B9A43D1D; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMgsGe033136; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMgs6p033135; Sat, 21 Feb 2004 14:42:54 -0800 (PST) (envelope-from green) Message-Id: <200402212242.i1LMgs6p033135@repoman.freebsd.org> From: Brian Feldman Date: Sat, 21 Feb 2004 14:42:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/gaithrstress gaithrstress.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:42:55 -0000 green 2004/02/21 14:42:54 PST FreeBSD src repository Modified files: tools/regression/gaithrstress gaithrstress.c Log: Add some more comments and a -4 argument to restrict searches to only A (not default A and AAAA) records. Now the longest time that a -4 thread might hang trying to resolve is only 2:30 instead of 5:00 ;) Revision Changes Path 1.3 +16 -5 src/tools/regression/gaithrstress/gaithrstress.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:45:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1815F16A4CE; Sat, 21 Feb 2004 14:45:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0ADE43D1D; Sat, 21 Feb 2004 14:45:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMjqGe033333; Sat, 21 Feb 2004 14:45:52 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMjqtt033332; Sat, 21 Feb 2004 14:45:52 -0800 (PST) (envelope-from krion) Message-Id: <200402212245.i1LMjqtt033332@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 21 Feb 2004 14:45:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/highlight Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:45:53 -0000 krion 2004/02/21 14:45:52 PST FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo pkg-plist Log: - Update to version 2.0.19 Revision Changes Path 1.13 +1 -2 ports/textproc/highlight/Makefile 1.12 +2 -2 ports/textproc/highlight/distinfo 1.11 +12 -2 ports/textproc/highlight/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:47:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 681D516A4CE; Sat, 21 Feb 2004 14:47:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDE643D1D; Sat, 21 Feb 2004 14:47:20 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMlKGe033387; Sat, 21 Feb 2004 14:47:20 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMlKJ5033386; Sat, 21 Feb 2004 14:47:20 -0800 (PST) (envelope-from bde) Message-Id: <200402212247.i1LMlKJ5033386@repoman.freebsd.org> From: Bruce Evans Date: Sat, 21 Feb 2004 14:47:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:47:20 -0000 bde 2004/02/21 14:47:20 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun by 1 u_int if the number of clusters was 1 more than a multiple of (8 * sizeof(u_int)). The bitmap is malloced and large (often huge), so fatal overrun probably only occurred if the number of clusters was 1 more than 1 multiple of PAGE_SIZE/8. Revision Changes Path 1.118 +1 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:49:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40AD16A4D0 for ; Sat, 21 Feb 2004 14:49:10 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 467A143D2F for ; Sat, 21 Feb 2004 14:49:10 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 84832 invoked by uid 1002); 21 Feb 2004 22:49:07 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 21 Feb 2004 22:49:07 -0000 Date: Sat, 21 Feb 2004 15:50:27 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Poul-Henning Kamp In-Reply-To: <200402212110.i1LLAtEX008732@repoman.freebsd.org> Message-ID: <20040221154636.U52892@pooker.samsco.home> References: <200402212110.i1LLAtEX008732@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:49:10 -0000 On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: > phk 2004/02/21 13:10:55 PST > > FreeBSD src repository > > Modified files: > Log: > Device megapatch 4/6: > > Introduce d_version field in struct cdevsw, this must always be > initialized to D_VERSION. > > Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing > four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. > Since this is a fundamental API change for drivers, please send a HEADS-UP to the mailing list to remind everyone to recompile their kernel modules. Also, what is the effect on the drivers that are in the ports tree? Until these driver get updated for this change, will they still be able to work (assuming a recompile happens) even with this field left uninitialized? If not, can you put in a some temporary code to notify the user of the problem and allow for a 4-5 week grace period? Scott From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:52:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97B416A4CE; Sat, 21 Feb 2004 14:52:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9E643D1D; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMq3Ge034957; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMq3ps034953; Sat, 21 Feb 2004 14:52:03 -0800 (PST) (envelope-from rees) Message-Id: <200402212252.i1LMq3ps034953@repoman.freebsd.org> From: Jim Rees Date: Sat, 21 Feb 2004 14:52:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_idmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:52:03 -0000 rees 2004/02/21 14:52:03 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_idmap.c Log: in idmap_uid_to_name(), don't try to use the entry after freeing it, in the idmap_add failure case (found by Ted Unangst via Colin Percival) also convert idmap_hashf to return void, since it can't fail also change some panics to error returns Revision Changes Path 1.4 +7 -11 src/sys/nfs4client/nfs4_idmap.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:52:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B0916A4CE; Sat, 21 Feb 2004 14:52:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA62B43D1F; Sat, 21 Feb 2004 14:52:24 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LMqOGe035301; Sat, 21 Feb 2004 14:52:24 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LMqOG7035297; Sat, 21 Feb 2004 14:52:24 -0800 (PST) (envelope-from kris) Message-Id: <200402212252.i1LMqOG7035297@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 14:52:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:52:24 -0000 kris 2004/02/21 14:52:24 PST FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fennerize a windowmaker master site that does not appear to carry a full mirror. Revision Changes Path 1.220 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Feb 21 14:58:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78EB316A4CE; Sat, 21 Feb 2004 14:58:18 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A2743D1D; Sat, 21 Feb 2004 14:58:17 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1LMwGbq067739; Sat, 21 Feb 2004 23:58:17 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 21 Feb 2004 15:50:27 MST." <20040221154636.U52892@pooker.samsco.home> Date: Sat, 21 Feb 2004 23:58:16 +0100 Message-ID: <67738.1077404296@critter.freebsd.dk> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 22:58:18 -0000 In message <20040221154636.U52892@pooker.samsco.home>, Scott Long writes: >On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: >> phk 2004/02/21 13:10:55 PST >> >> FreeBSD src repository >> >> Modified files: >> Log: >> Device megapatch 4/6: >> >> Introduce d_version field in struct cdevsw, this must always be >> initialized to D_VERSION. >> >> Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing >> four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. >> > >Since this is a fundamental API change for drivers, please send a HEADS-UP >to the mailing list to remind everyone to recompile their kernel modules. >Also, what is the effect on the drivers that are in the ports tree? Until >these driver get updated for this change, will they still be able to work >(assuming a recompile happens) even with this field left uninitialized? >If not, can you put in a some temporary code to notify the user of the >problem and allow for a 4-5 week grace period? You did no doubt notice the "4/6" above. If you see the 6/6 commit message, you will notice that the D_VERSION is now enforced. Drivers which do not initialize d_version correctly will result in a console warning and the driver being disabled. A grace period is not possible, that is why I have been so vocal with my heads-up messages to current for the last two weeks. Drivers need only to add the following two lines to work: .d_version = D_VERSION, .d_flags = D_NEEDGIANT, -- 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 Sat Feb 21 15:09:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE15716A4CF; Sat, 21 Feb 2004 15:09:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CCF43D1F; Sat, 21 Feb 2004 15:09:34 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LN9YGe038655; Sat, 21 Feb 2004 15:09:34 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LN9YwE038654; Sat, 21 Feb 2004 15:09:34 -0800 (PST) (envelope-from kris) Message-Id: <200402212309.i1LN9YwE038654@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 15:09:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/bjfiltercom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:09:35 -0000 kris 2004/02/21 15:09:34 PST FreeBSD ports repository Modified files: print/bjfiltercom Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.17 +2 -0 ports/print/bjfiltercom/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:13:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BEE16A4D0 for ; Sat, 21 Feb 2004 15:13:24 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id B120F43D2D for ; Sat, 21 Feb 2004 15:13:23 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 87233 invoked by uid 1002); 21 Feb 2004 23:13:23 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 21 Feb 2004 23:13:23 -0000 Date: Sat, 21 Feb 2004 16:14:43 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Poul-Henning Kamp In-Reply-To: <67738.1077404296@critter.freebsd.dk> Message-ID: <20040221161339.X52892@pooker.samsco.home> References: <67738.1077404296@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.csrc/sys/alpha/tlsbsrc/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:13:25 -0000 On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: > In message <20040221154636.U52892@pooker.samsco.home>, Scott Long writes: > >On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: > >> phk 2004/02/21 13:10:55 PST > >> > >> FreeBSD src repository > >> > >> Modified files: > >> Log: > >> Device megapatch 4/6: > >> > >> Introduce d_version field in struct cdevsw, this must always be > >> initialized to D_VERSION. > >> > >> Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing > >> four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. > >> > > > >Since this is a fundamental API change for drivers, please send a HEADS-UP > >to the mailing list to remind everyone to recompile their kernel modules. > >Also, what is the effect on the drivers that are in the ports tree? Until > >these driver get updated for this change, will they still be able to work > >(assuming a recompile happens) even with this field left uninitialized? > >If not, can you put in a some temporary code to notify the user of the > >problem and allow for a 4-5 week grace period? > > You did no doubt notice the "4/6" above. > > If you see the 6/6 commit message, you will notice that the D_VERSION > is now enforced. Drivers which do not initialize d_version correctly > will result in a console warning and the driver being disabled. > > A grace period is not possible, that is why I have been so vocal > with my heads-up messages to current for the last two weeks. What are the technical reasons for a grace period not being possible? Scott From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:14:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1266616A4CE; Sat, 21 Feb 2004 15:14:00 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EC743D1D; Sat, 21 Feb 2004 15:13:59 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1LNDubq067996; Sun, 22 Feb 2004 00:13:57 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 21 Feb 2004 16:14:43 MST." <20040221161339.X52892@pooker.samsco.home> Date: Sun, 22 Feb 2004 00:13:56 +0100 Message-ID: <67995.1077405236@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:14:00 -0000 In message <20040221161339.X52892@pooker.samsco.home>, Scott Long writes: >> A grace period is not possible, that is why I have been so vocal >> with my heads-up messages to current for the last two weeks. > >What are the technical reasons for a grace period not being possible? The signflip on the GIANT flag. -- 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 Sat Feb 21 15:18:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50C816A4CE; Sat, 21 Feb 2004 15:18:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF1243D1F; Sat, 21 Feb 2004 15:18:31 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNIVGe040770; Sat, 21 Feb 2004 15:18:31 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNIV7c040769; Sat, 21 Feb 2004 15:18:31 -0800 (PST) (envelope-from fjoe) Message-Id: <200402212318.i1LNIV7c040769@repoman.freebsd.org> From: Max Khon Date: Sat, 21 Feb 2004 15:18:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvsnt Makefile distinfo ports/devel/cvsnt/files patch-configure patch-configure.in patch-cvsdelta-cvsdelta.cpp patch-diff-diff.c patch-diff-diff3.c patch-lockservice-LockParse.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:18:32 -0000 fjoe 2004/02/21 15:18:31 PST FreeBSD ports repository Modified files: devel/cvsnt Makefile distinfo devel/cvsnt/files patch-configure patch-src-cvs.h Added files: devel/cvsnt/files patch-cvsdelta-cvsdelta.cpp patch-diff-diff.c patch-diff-diff3.c patch-src-rcs.c Removed files: devel/cvsnt/files patch-configure.in patch-lib-getopt.h patch-lib-regex.h patch-lockservice-LockParse.cpp patch-lockservice-server.cpp patch-rcs-common.cpp patch-src-server.h patch-src-subr.c Log: Update to 2.0.26 (latest stable version). Revision Changes Path 1.4 +5 -1 ports/devel/cvsnt/Makefile 1.3 +2 -2 ports/devel/cvsnt/distinfo 1.4 +7 -23 ports/devel/cvsnt/files/patch-configure 1.2 +0 -11 ports/devel/cvsnt/files/patch-configure.in (dead) 1.1 +18 -0 ports/devel/cvsnt/files/patch-cvsdelta-cvsdelta.cpp (new) 1.1 +20 -0 ports/devel/cvsnt/files/patch-diff-diff.c (new) 1.1 +12 -0 ports/devel/cvsnt/files/patch-diff-diff3.c (new) 1.2 +0 -11 ports/devel/cvsnt/files/patch-lib-getopt.h (dead) 1.2 +0 -13 ports/devel/cvsnt/files/patch-lib-regex.h (dead) 1.2 +0 -10 ports/devel/cvsnt/files/patch-lockservice-LockParse.cpp (dead) 1.3 +0 -22 ports/devel/cvsnt/files/patch-lockservice-server.cpp (dead) 1.2 +0 -8 ports/devel/cvsnt/files/patch-rcs-common.cpp (dead) 1.2 +10 -19 ports/devel/cvsnt/files/patch-src-cvs.h 1.1 +400 -0 ports/devel/cvsnt/files/patch-src-rcs.c (new) 1.2 +0 -17 ports/devel/cvsnt/files/patch-src-server.h (dead) 1.2 +0 -10 ports/devel/cvsnt/files/patch-src-subr.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:18:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5546116A4CE for ; Sat, 21 Feb 2004 15:18:59 -0800 (PST) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [63.251.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAA043D1F for ; Sat, 21 Feb 2004 15:18:59 -0800 (PST) (envelope-from verm@jolly.drunkmonk.net) Received: from jolly.drunkmonk.net (localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.9/8.12.3) with ESMTP id i1LNIwAC055605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 21 Feb 2004 16:18:58 -0700 (MST) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.9/8.12.1/Submit) id i1LNIwFr055604 for cvs-all@freebsd.org; Sat, 21 Feb 2004 16:18:58 -0700 (MST) Date: Sat, 21 Feb 2004 16:18:58 -0700 From: Amar Takhar To: cvs-all@freebsd.org Message-ID: <20040221231858.GA55534@drunkmonk.net> Mail-Followup-To: cvs-all@freebsd.org References: <20040221154636.U52892@pooker.samsco.home> <67738.1077404296@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <67738.1077404296@critter.freebsd.dk> Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:18:59 -0000 On 2004-02-21 23:58 +0100, Poul-Henning Kamp wrote: > You did no doubt notice the "4/6" above. > > If you see the 6/6 commit message, you will notice that the D_VERSION > is now enforced. Drivers which do not initialize d_version correctly > will result in a console warning and the driver being disabled. > > A grace period is not possible, that is why I have been so vocal > with my heads-up messages to current for the last two weeks. > > Drivers need only to add the following two lines to work: > > .d_version = D_VERSION, > .d_flags = D_NEEDGIANT, I'm assuming this applies to the nvidia driver in x11/nvidia-driver. I'd just like to know before testing your patch, since the XFree86 supplied "nv" driver dosn't work for me :( Amar. From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:32:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E752E16A4CE; Sat, 21 Feb 2004 15:32:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADBC43D1F; Sat, 21 Feb 2004 15:32:00 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNW0Ge044344; Sat, 21 Feb 2004 15:32:00 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNW0gh044343; Sat, 21 Feb 2004 15:32:00 -0800 (PST) (envelope-from alc) Message-Id: <200402212332.i1LNW0gh044343@repoman.freebsd.org> From: Alan Cox Date: Sat, 21 Feb 2004 15:32:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:32:01 -0000 alc 2004/02/21 15:32:00 PST FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Eliminate the second, unnecessary call to pmap_page_protect() near the end of vm_pageout_flush(). Instead, assert that the page is still write protected. Discussed with: tegge Revision Changes Path 1.253 +4 -2 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:34:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BF616A4CE; Sat, 21 Feb 2004 15:34:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B0243D1D; Sat, 21 Feb 2004 15:34:08 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNY7Ge044827; Sat, 21 Feb 2004 15:34:07 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNY7QR044826; Sat, 21 Feb 2004 15:34:07 -0800 (PST) (envelope-from fjoe) Message-Id: <200402212334.i1LNY7QR044826@repoman.freebsd.org> From: Max Khon Date: Sat, 21 Feb 2004 15:34:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvsnt/files patch-diff-diff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:34:08 -0000 fjoe 2004/02/21 15:34:07 PST FreeBSD ports repository Modified files: devel/cvsnt/files patch-diff-diff.c Log: Remove not needed chunk. Revision Changes Path 1.2 +3 -11 ports/devel/cvsnt/files/patch-diff-diff.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:34:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8FE16A4CE; Sat, 21 Feb 2004 15:34:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6EF43D1F; Sat, 21 Feb 2004 15:34:42 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNYgGe044858; Sat, 21 Feb 2004 15:34:42 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNYg9M044857; Sat, 21 Feb 2004 15:34:42 -0800 (PST) (envelope-from peter) Message-Id: <200402212334.i1LNYg9M044857@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 15:34:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:34:42 -0000 peter 2004/02/21 15:34:42 PST FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c Log: Catch up with some proc/procsig locking improvements that were made to the i386 version and were not merged over. Revision Changes Path 1.9 +2 -6 src/sys/amd64/ia32/ia32_signal.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:35:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F5316A4CE; Sat, 21 Feb 2004 15:35:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CC843D1F; Sat, 21 Feb 2004 15:35:56 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNZuGe045001; Sat, 21 Feb 2004 15:35:56 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNZuGV045000; Sat, 21 Feb 2004 15:35:56 -0800 (PST) (envelope-from peter) Message-Id: <200402212335.i1LNZuGV045000@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 15:35:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ia32 ia32_genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:35:57 -0000 peter 2004/02/21 15:35:56 PST FreeBSD src repository Modified files: sys/compat/ia32 ia32_genassym.c Log: DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext has different alignments due to the sse fxsave dump area. Revision Changes Path 1.4 +1 -1 src/sys/compat/ia32/ia32_genassym.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:36:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378A216A4E1; Sat, 21 Feb 2004 15:36:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C0AF43D1D; Sat, 21 Feb 2004 15:36:32 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNaVGe045067; Sat, 21 Feb 2004 15:36:31 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNaVgQ045066; Sat, 21 Feb 2004 15:36:31 -0800 (PST) (envelope-from peter) Message-Id: <200402212336.i1LNaVgQ045066@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 15:36:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ia32 ia32_signal.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:36:32 -0000 peter 2004/02/21 15:36:31 PST FreeBSD src repository Modified files: sys/compat/ia32 ia32_signal.h Log: Add a note about the landmine in the middle of struct ia32_sigframe. Revision Changes Path 1.5 +1 -0 src/sys/compat/ia32/ia32_signal.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:37:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6265B16A4CE; Sat, 21 Feb 2004 15:37:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461AE43D1D; Sat, 21 Feb 2004 15:37:34 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNbYGe045131; Sat, 21 Feb 2004 15:37:34 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNbYKB045130; Sat, 21 Feb 2004 15:37:34 -0800 (PST) (envelope-from peter) Message-Id: <200402212337.i1LNbYKB045130@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 15:37:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:37:34 -0000 peter 2004/02/21 15:37:34 PST FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Try and make the compat sigreturn prototypes closer to reality. Revision Changes Path 1.35 +1 -1 src/sys/compat/freebsd32/syscalls.master From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:38:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF3E16A4D6; Sat, 21 Feb 2004 15:38:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6343C43D1D; Sat, 21 Feb 2004 15:38:58 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNcwGe045204; Sat, 21 Feb 2004 15:38:58 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNcw4Y045203; Sat, 21 Feb 2004 15:38:58 -0800 (PST) (envelope-from peter) Message-Id: <200402212338.i1LNcw4Y045203@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 15:38:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.hfreebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:38:58 -0000 peter 2004/02/21 15:38:58 PST FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen (FWIW) Revision Changes Path 1.22 +2 -2 src/sys/compat/freebsd32/freebsd32_proto.h 1.22 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.13 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.23 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:41:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D8816A4CE; Sat, 21 Feb 2004 15:41:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4B443D1F; Sat, 21 Feb 2004 15:41:44 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNfhGe046538; Sat, 21 Feb 2004 15:41:43 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNfhnC046534; Sat, 21 Feb 2004 15:41:43 -0800 (PST) (envelope-from fjoe) Message-Id: <200402212341.i1LNfhnC046534@repoman.freebsd.org> From: Max Khon Date: Sat, 21 Feb 2004 15:41:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/open Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:41:44 -0000 fjoe 2004/02/21 15:41:43 PST FreeBSD ports repository Modified files: sysutils/open Makefile Log: Try to fix MASTER_SITES. Reported by: Bill "distfiles" Fenner Revision Changes Path 1.2 +1 -1 ports/sysutils/open/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:46:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61CD016A4CE; Sat, 21 Feb 2004 15:46:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AF343D1D; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNkiGe047355; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNkiUG047354; Sat, 21 Feb 2004 15:46:44 -0800 (PST) (envelope-from marcel) Message-Id: <200402212346.i1LNkiUG047354@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 21 Feb 2004 15:46:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/linux_kdump/files patch-mkioctls.linux X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:46:44 -0000 marcel 2004/02/21 15:46:44 PST FreeBSD ports repository Added files: devel/linux_kdump/files patch-mkioctls.linux Log: On FreeBSD 4, gcc(1) does not have the __builtin_va_list type, which breaks the build of linux_ioctl.c because it contains Linux header contents. Since we do not depend on stdargs, add a define to replace __builtin_va_list with int when running the Linux compiler to generate linux_ioctl.c. This fixes the port on FreeBSD 4. Revision Changes Path 1.1 +11 -0 ports/devel/linux_kdump/files/patch-mkioctls.linux (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:47:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEA9B16A4CE; Sat, 21 Feb 2004 15:47:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A165543D1D; Sat, 21 Feb 2004 15:47:07 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNl7Ge047395; Sat, 21 Feb 2004 15:47:07 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNl7Je047394; Sat, 21 Feb 2004 15:47:07 -0800 (PST) (envelope-from jeh) Message-Id: <200402212347.i1LNl7Je047394@repoman.freebsd.org> From: "James E. Housley" Date: Sat, 21 Feb 2004 15:47:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/healthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:47:08 -0000 jeh 2004/02/21 15:47:07 PST FreeBSD ports repository Modified files: sysutils/healthd Makefile Log: Add a second dist. site. Revision Changes Path 1.41 +2 -1 ports/sysutils/healthd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:51:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD9B16A4D4; Sat, 21 Feb 2004 15:51:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F39A43D2D; Sat, 21 Feb 2004 15:51:20 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNpKGe048405; Sat, 21 Feb 2004 15:51:20 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNpJiE048401; Sat, 21 Feb 2004 15:51:19 -0800 (PST) (envelope-from kris) Message-Id: <200402212351.i1LNpJiE048401@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 15:51:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/bbuname Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:51:21 -0000 kris 2004/02/21 15:51:19 PST FreeBSD ports repository Modified files: x11/bbuname Makefile Log: Reset bouncing maintainer address Revision Changes Path 1.2 +1 -1 ports/x11/bbuname/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 15:52:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96BE16A4CE; Sat, 21 Feb 2004 15:52:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACEB443D1D; Sat, 21 Feb 2004 15:52:03 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LNq3Ge049074; Sat, 21 Feb 2004 15:52:03 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LNq3WB049070; Sat, 21 Feb 2004 15:52:03 -0800 (PST) (envelope-from phk) Message-Id: <200402212352.i1LNq3WB049070@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 21 Feb 2004 15:52:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Feb 2004 23:52:04 -0000 phk 2004/02/21 15:52:03 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Check for NODEV return from udev2dev() Revision Changes Path 1.482 +2 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:03:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25E416A4CE; Sat, 21 Feb 2004 16:03:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64AD43D2D; Sat, 21 Feb 2004 16:03:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M032Ge051648; Sat, 21 Feb 2004 16:03:02 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M032AI051645; Sat, 21 Feb 2004 16:03:02 -0800 (PST) (envelope-from kris) Message-Id: <200402220003.i1M032AI051645@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:03:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/hs-haxml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:03:03 -0000 kris 2004/02/21 16:03:02 PST FreeBSD ports repository Modified files: textproc/hs-haxml Makefile Log: BROKEN: patch fails Revision Changes Path 1.22 +2 -0 ports/textproc/hs-haxml/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:06:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B584516A4CE; Sat, 21 Feb 2004 16:06:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9907E43D1D; Sat, 21 Feb 2004 16:06:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M06ZGe052580; Sat, 21 Feb 2004 16:06:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M06Z9q052579; Sat, 21 Feb 2004 16:06:35 -0800 (PST) (envelope-from kris) Message-Id: <200402220006.i1M06Z9q052579@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:06:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/p5-bioperl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:06:35 -0000 kris 2004/02/21 16:06:35 PST FreeBSD ports repository Modified files: biology/p5-bioperl Makefile Log: BROKEN on 4.x: Configure fails Revision Changes Path 1.10 +7 -1 ports/biology/p5-bioperl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:07:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D7916A4CE; Sat, 21 Feb 2004 16:07:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9776A43D1F; Sat, 21 Feb 2004 16:07:13 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M07DGe052626; Sat, 21 Feb 2004 16:07:13 -0800 (PST) (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M07DrR052625; Sat, 21 Feb 2004 16:07:13 -0800 (PST) (envelope-from ale) Message-Id: <200402220007.i1M07DrR052625@repoman.freebsd.org> From: Alex Dupre Date: Sat, 21 Feb 2004 16:07:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/minimalist Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:07:13 -0000 ale 2004/02/21 16:07:13 PST FreeBSD ports repository Modified files: mail/minimalist Makefile distinfo Log: Update to 2.5.1 release. Submitted by: maintainer Revision Changes Path 1.13 +1 -1 ports/mail/minimalist/Makefile 1.8 +2 -2 ports/mail/minimalist/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A0A16A4CE; Sat, 21 Feb 2004 16:10:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA51043D1D; Sat, 21 Feb 2004 16:10:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0AZGe052829; Sat, 21 Feb 2004 16:10:35 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0AZUR052828; Sat, 21 Feb 2004 16:10:35 -0800 (PST) (envelope-from kris) Message-Id: <200402220010.i1M0AZUR052828@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:10:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/drupal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:10:36 -0000 kris 2004/02/21 16:10:35 PST FreeBSD ports repository Modified files: www/drupal Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.3 +2 -0 ports/www/drupal/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:11:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60AD16A4CF; Sat, 21 Feb 2004 16:11:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D0243D1D; Sat, 21 Feb 2004 16:11:44 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0BiGe054038; Sat, 21 Feb 2004 16:11:44 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0Bic0054034; Sat, 21 Feb 2004 16:11:44 -0800 (PST) (envelope-from kris) Message-Id: <200402220011.i1M0Bic0054034@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:11:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/metalist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:11:44 -0000 kris 2004/02/21 16:11:44 PST FreeBSD ports repository Modified files: chinese/metalist Makefile Log: BROKEN: Inconsistent dependencies (mysql-client 3.x and 4.x) Revision Changes Path 1.9 +2 -0 ports/chinese/metalist/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:29:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013B716A4CE; Sat, 21 Feb 2004 16:29:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D864C43D1D; Sat, 21 Feb 2004 16:29:04 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0T4Ge057296; Sat, 21 Feb 2004 16:29:04 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0T4Zd057295; Sat, 21 Feb 2004 16:29:04 -0800 (PST) (envelope-from njl) Message-Id: <200402220029.i1M0T4Zd057295@repoman.freebsd.org> From: Nate Lawson Date: Sat, 21 Feb 2004 16:29:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_set_resource.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:29:05 -0000 njl 2004/02/21 16:29:04 PST FreeBSD src repository Modified files: share/man/man9 bus_set_resource.9 Log: bus_set_resource takes a rid, not a pointer to a rid. Revision Changes Path 1.4 +1 -1 src/share/man/man9/bus_set_resource.9 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:30:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9D016A4CF; Sat, 21 Feb 2004 16:30:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2179443D2D; Sat, 21 Feb 2004 16:30:44 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0UhGe057667; Sat, 21 Feb 2004 16:30:43 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0UhOG057666; Sat, 21 Feb 2004 16:30:43 -0800 (PST) (envelope-from njl) Message-Id: <200402220030.i1M0UhOG057666@repoman.freebsd.org> From: Nate Lawson Date: Sat, 21 Feb 2004 16:30:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:30:44 -0000 njl 2004/02/21 16:30:43 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Update the debug.acpi.disable section for missing devices and the special "all" value. Revision Changes Path 1.29 +18 -5 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:33:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FD616A4D0; Sat, 21 Feb 2004 16:33:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497E143D1D; Sat, 21 Feb 2004 16:33:13 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0XDGe059971; Sat, 21 Feb 2004 16:33:13 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0XDN2059969; Sat, 21 Feb 2004 16:33:13 -0800 (PST) (envelope-from rwatson) Message-Id: <200402220033.i1M0XDN2059969@repoman.freebsd.org> From: Robert Watson Date: Sat, 21 Feb 2004 16:33:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c src/sys/sys _label.h mac.h mac_policy.h src/sys/security/mac mac_internal.h mac_net.c mac_process.c mac_vfs.c src/sys/security/mac_biba mac_biba.c mac_biba.h src/sys/security/mac_bsdextended mac_bsdextended.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:33:13 -0000 rwatson 2004/02/21 16:33:13 PST FreeBSD src repository Modified files: sys/ufs/ufs ufs_extattr.c sys/sys _label.h mac.h mac_policy.h sys/security/mac mac_internal.h mac_net.c mac_process.c mac_vfs.c sys/security/mac_biba mac_biba.c mac_biba.h sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h sys/security/mac_ifoff mac_ifoff.c sys/security/mac_lomac mac_lomac.c mac_lomac.h sys/security/mac_mls mac_mls.c mac_mls.h sys/security/mac_none mac_none.c sys/security/mac_partition mac_partition.c mac_partition.h sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/kern kern_acl.c kern_mac.c Log: Update my personal copyrights and NETA copyrights in the kernel to use the "year1-year3" format, as opposed to "year1, year2, year3". This seems to make lawyers more happy, but also prevents the lines from getting excessively long as the years start to add up. Suggested by: imp Revision Changes Path 1.44 +1 -1 src/sys/kern/kern_acl.c 1.109 +2 -2 src/sys/kern/kern_mac.c 1.110 +2 -2 src/sys/security/mac/mac_internal.h 1.112 +2 -2 src/sys/security/mac/mac_net.c 1.106 +2 -2 src/sys/security/mac/mac_process.c 1.105 +2 -2 src/sys/security/mac/mac_vfs.c 1.75 +2 -2 src/sys/security/mac_biba/mac_biba.c 1.6 +2 -2 src/sys/security/mac_biba/mac_biba.h 1.17 +2 -2 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.3 +2 -2 src/sys/security/mac_bsdextended/mac_bsdextended.h 1.9 +2 -2 src/sys/security/mac_ifoff/mac_ifoff.c 1.28 +2 -2 src/sys/security/mac_lomac/mac_lomac.c 1.3 +2 -2 src/sys/security/mac_lomac/mac_lomac.h 1.62 +2 -2 src/sys/security/mac_mls/mac_mls.c 1.7 +2 -2 src/sys/security/mac_mls/mac_mls.h 1.31 +2 -2 src/sys/security/mac_none/mac_none.c 1.10 +2 -2 src/sys/security/mac_partition/mac_partition.c 1.3 +2 -2 src/sys/security/mac_partition/mac_partition.h 1.6 +2 -2 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.39 +2 -2 src/sys/security/mac_stub/mac_stub.c 1.42 +2 -2 src/sys/security/mac_test/mac_test.c 1.5 +2 -2 src/sys/sys/_label.h 1.55 +2 -2 src/sys/sys/mac.h 1.49 +2 -2 src/sys/sys/mac_policy.h 1.68 +2 -2 src/sys/ufs/ufs/ufs_extattr.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:41:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7945416A4CE; Sat, 21 Feb 2004 16:41:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3A743D1D; Sat, 21 Feb 2004 16:41:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0fvGe062575; Sat, 21 Feb 2004 16:41:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0fvY8062573; Sat, 21 Feb 2004 16:41:57 -0800 (PST) (envelope-from kris) Message-Id: <200402220041.i1M0fvY8062573@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:41:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/fpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:41:57 -0000 kris 2004/02/21 16:41:57 PST FreeBSD ports repository Modified files: lang/fpc Makefile Log: This is broken on 4.x as well. Revision Changes Path 1.13 +2 -4 ports/lang/fpc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:42:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C7EE16A4CE; Sat, 21 Feb 2004 16:42:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBFD43D1D; Sat, 21 Feb 2004 16:42:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0gXGe063106; Sat, 21 Feb 2004 16:42:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0gWPl063104; Sat, 21 Feb 2004 16:42:32 -0800 (PST) (envelope-from kris) Message-Id: <200402220042.i1M0gWPl063104@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:42:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/garlic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:42:33 -0000 kris 2004/02/21 16:42:32 PST FreeBSD ports repository Modified files: biology/garlic Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.5 +2 -0 ports/biology/garlic/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:43:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E2F16A4CE; Sat, 21 Feb 2004 16:43:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7604E43D39; Sat, 21 Feb 2004 16:43:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0hGGe063248; Sat, 21 Feb 2004 16:43:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0hGfo063247; Sat, 21 Feb 2004 16:43:16 -0800 (PST) (envelope-from kris) Message-Id: <200402220043.i1M0hGfo063247@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 16:43:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/xunicode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:43:17 -0000 kris 2004/02/21 16:43:16 PST FreeBSD ports repository Modified files: converters/xunicode Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.8 +2 -0 ports/converters/xunicode/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 16:50:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1054E16A4CE; Sat, 21 Feb 2004 16:50:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DA543D1D; Sat, 21 Feb 2004 16:50:00 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M0o0Ge069944; Sat, 21 Feb 2004 16:50:00 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M0o0kh069943; Sat, 21 Feb 2004 16:50:00 -0800 (PST) (envelope-from njl) Message-Id: <200402220050.i1M0o0kh069943@repoman.freebsd.org> From: Nate Lawson Date: Sat, 21 Feb 2004 16:50:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 00:50:01 -0000 njl 2004/02/21 16:50:00 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Some markup fixes, change some devices to a feature. Revision Changes Path 1.30 +3 -4 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:01:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6470416A4CE; Sat, 21 Feb 2004 17:01:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F0543D1D; Sat, 21 Feb 2004 17:01:06 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M116Ge073459; Sat, 21 Feb 2004 17:01:06 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M115Q6073455; Sat, 21 Feb 2004 17:01:06 -0800 (PST) (envelope-from bms) Message-Id: <200402220101.i1M115Q6073455@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 21 Feb 2004 17:01:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/wots Makefile ports/sysutils/wots/files patch-Make.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:01:06 -0000 bms 2004/02/21 17:01:05 PST FreeBSD ports repository (src committer) Modified files: sysutils/wots Makefile Added files: sysutils/wots/files patch-Make.config Log: Fix sysutils/wots for amd64 by pointing to the correct perl interpreter. PR: ports/63178 Submitted by: Hendrik Scholz Revision Changes Path 1.6 +1 -0 ports/sysutils/wots/Makefile 1.1 +11 -0 ports/sysutils/wots/files/patch-Make.config (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:02:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB4F816A4CE; Sat, 21 Feb 2004 17:02:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD6743D1D; Sat, 21 Feb 2004 17:02:53 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M12rGe075420; Sat, 21 Feb 2004 17:02:53 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M12r8M075419; Sat, 21 Feb 2004 17:02:53 -0800 (PST) (envelope-from kris) Message-Id: <200402220102.i1M12r8M075419@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:02:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/ruby-search-namazu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:02:54 -0000 kris 2004/02/21 17:02:53 PST FreeBSD ports repository Modified files: databases/ruby-search-namazu Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.11 +2 -0 ports/databases/ruby-search-namazu/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:03:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C6916A4CF; Sat, 21 Feb 2004 17:03:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A3743D1F; Sat, 21 Feb 2004 17:03:39 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M13cGe076448; Sat, 21 Feb 2004 17:03:38 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M13coA076447; Sat, 21 Feb 2004 17:03:38 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220103.i1M13coA076447@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:03:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twe twe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:03:39 -0000 cperciva 2004/02/21 17:03:38 PST FreeBSD src repository Modified files: sys/dev/twe twe.c Log: Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements. Reported by: "Ted Unangst" Approved by: rwatson (mentor) Revision Changes Path 1.19 +1 -1 src/sys/dev/twe/twe.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:03:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3142F16A4CE; Sat, 21 Feb 2004 17:03:57 -0800 (PST) Received: from mailB.its.uidaho.edu (mailB.its.uidaho.edu [129.101.155.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4D743D1D; Sat, 21 Feb 2004 17:03:57 -0800 (PST) (envelope-from coop9211@uidaho.edu) Received: from uidaho.edu (wa-pullman1b-a-8.losaca.adelphia.net [67.21.169.8]) by mailB.its.uidaho.edu (Go Vandals!) with ESMTPA id <0HTG00DI6OAFV0@mailB.its.uidaho.edu>; Sat, 21 Feb 2004 17:03:56 -0800 (PST) Date: Sat, 21 Feb 2004 17:03:51 -0800 From: John Merryweather Cooper In-reply-to: <200402220041.i1M0fvY8062573@repoman.freebsd.org> To: Kris Kennaway Message-id: <4037FFF7.1050003@uidaho.edu> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) References: <200402220041.i1M0fvY8062573@repoman.freebsd.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/fpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:03:57 -0000 Yes, it was broken by the involuntary PORTREVISION bump, but I've had a fix out for awhile at PR ports/62485 (along with a bunch of others). Would somebody PLEASE look at committing at least my MAINTAINER-UPDATES? jmc Kris Kennaway wrote: > kris 2004/02/21 16:41:57 PST > > FreeBSD ports repository > > Modified files: > lang/fpc Makefile > Log: > This is broken on 4.x as well. > > Revision Changes Path > 1.13 +2 -4 ports/lang/fpc/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:05:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12D2916A4CE; Sat, 21 Feb 2004 17:05:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81AF43D1F; Sat, 21 Feb 2004 17:05:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M15PGe076772; Sat, 21 Feb 2004 17:05:25 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M15PE4076770; Sat, 21 Feb 2004 17:05:25 -0800 (PST) (envelope-from kris) Message-Id: <200402220105.i1M15PE4076770@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:05:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/ffmpeg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:05:26 -0000 kris 2004/02/21 17:05:25 PST FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile Log: This port is also broken on 4.x. It is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.30 +4 -4 ports/multimedia/ffmpeg/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:05:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFB316A4CE; Sat, 21 Feb 2004 17:05:48 -0800 (PST) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034F343D1F; Sat, 21 Feb 2004 17:05:48 -0800 (PST) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i1M181CR037255; Sat, 21 Feb 2004 20:08:01 -0500 (EST) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i1M1819D037254; Sat, 21 Feb 2004 20:08:01 -0500 (EST) Date: Sat, 21 Feb 2004 20:08:01 -0500 From: Mathew Kanner To: Scott Long Message-ID: <20040222010801.GC20226@cnd.mcgill.ca> References: <200402212110.i1LLAtEX008732@repoman.freebsd.org> <20040221154636.U52892@pooker.samsco.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040221154636.U52892@pooker.samsco.home> User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=1.0 required=5.0 tests=SUBJ_HAS_SPACES autolearn=no version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on hak.cnd.mcgill.ca cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.cs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:05:48 -0000 On Feb 21, Scott Long wrote: > On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: > > phk 2004/02/21 13:10:55 PST > > > > FreeBSD src repository > > > > Modified files: > > Log: > > Device megapatch 4/6: > > > > Introduce d_version field in struct cdevsw, this must always be > > initialized to D_VERSION. > > > > Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing > > four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. > > > > Since this is a fundamental API change for drivers, please send a HEADS-UP > to the mailing list to remind everyone to recompile their kernel modules. > Also, what is the effect on the drivers that are in the ports tree? Until For the two modules in the ports tree that I know about: audio/aureal-kmod -> does not have a cdevsw graphics/drm-kmod -> not for 5+ --Mat From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:06:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 248DB16A4CE; Sat, 21 Feb 2004 17:06:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0597843D1F; Sat, 21 Feb 2004 17:06:06 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M165Ge076942; Sat, 21 Feb 2004 17:06:05 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M165ku076941; Sat, 21 Feb 2004 17:06:05 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220106.i1M165ku076941@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:06:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/raidframe rf_diskqueue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:06:06 -0000 cperciva 2004/02/21 17:06:05 PST FreeBSD src repository Modified files: sys/dev/raidframe rf_diskqueue.c Log: We want to allocate and zero sizeof(struct foo) bytes, not sizeof(struct foo *) bytes. Reported by: "Ted Unangst" Approved by: rwatson (mentor), scottl Revision Changes Path 1.3 +2 -2 src/sys/dev/raidframe/rf_diskqueue.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:07:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A7E16A4D1; Sat, 21 Feb 2004 17:07:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA5543D1F; Sat, 21 Feb 2004 17:07:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M17tGe077216; Sat, 21 Feb 2004 17:07:55 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M17tM4077214; Sat, 21 Feb 2004 17:07:55 -0800 (PST) (envelope-from kris) Message-Id: <200402220107.i1M17tM4077214@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:07:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openreg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:07:55 -0000 kris 2004/02/21 17:07:55 PST FreeBSD ports repository Modified files: net/openreg Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.8 +2 -0 ports/net/openreg/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:08:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D4516A4CE; Sat, 21 Feb 2004 17:08:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC6543D1D; Sat, 21 Feb 2004 17:08:33 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M18XGe077324; Sat, 21 Feb 2004 17:08:33 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M18XkM077323; Sat, 21 Feb 2004 17:08:33 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220108.i1M18XkM077323@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:08:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/raidframe rf_paritylog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:08:34 -0000 cperciva 2004/02/21 17:08:33 PST FreeBSD src repository Modified files: sys/dev/raidframe rf_paritylog.c Log: If we're going to assert that logData != NULL, do it before we try to dereference logData. Reported by: "Ted Unangst" Approved by: rwatson (mentor), scottl Revision Changes Path 1.3 +1 -1 src/sys/dev/raidframe/rf_paritylog.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:09:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 209E916A4CE; Sat, 21 Feb 2004 17:09:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0356443D1D; Sat, 21 Feb 2004 17:09:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M196Ge077425; Sat, 21 Feb 2004 17:09:06 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M196Pp077423; Sat, 21 Feb 2004 17:09:06 -0800 (PST) (envelope-from kris) Message-Id: <200402220109.i1M196Pp077423@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:09:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/swig13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:09:07 -0000 kris 2004/02/21 17:09:06 PST FreeBSD ports repository Modified files: devel/swig13 Makefile Log: This is broken on 4.x too. Revision Changes Path 1.54 +3 -7 ports/devel/swig13/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD8016A4CE; Sat, 21 Feb 2004 17:10:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0FB43D1D; Sat, 21 Feb 2004 17:10:12 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1ACGe077600; Sat, 21 Feb 2004 17:10:12 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1ABeG077599; Sat, 21 Feb 2004 17:10:11 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220110.i1M1ABeG077599@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:10:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:10:12 -0000 cperciva 2004/02/21 17:10:11 PST FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: Check that xfer != NULL before dereferencing it, not after. Reported by: "Ted Unangst" Approved by: rwatson (mentor) Revision Changes Path 1.70 +2 -2 src/sys/dev/firewire/firewire.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:10:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F7116A4D0 for ; Sat, 21 Feb 2004 17:10:48 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A7D543D1D for ; Sat, 21 Feb 2004 17:10:48 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 98267 invoked by uid 1002); 22 Feb 2004 01:10:48 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 22 Feb 2004 01:10:48 -0000 Message-ID: <403800F0.9080504@freebsd.org> Date: Sat, 21 Feb 2004 18:08:00 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathew Kanner References: <200402212110.i1LLAtEX008732@repoman.freebsd.org> <20040221154636.U52892@pooker.samsco.home> <20040222010801.GC20226@cnd.mcgill.ca> In-Reply-To: <20040222010801.GC20226@cnd.mcgill.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.csrc/sys/alpha/tlsbsrc/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:10:50 -0000 Mathew Kanner wrote: > On Feb 21, Scott Long wrote: > >>On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: >> >>>phk 2004/02/21 13:10:55 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> Log: >>> Device megapatch 4/6: >>> >>> Introduce d_version field in struct cdevsw, this must always be >>> initialized to D_VERSION. >>> >>> Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing >>> four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. >>> >> >>Since this is a fundamental API change for drivers, please send a HEADS-UP >>to the mailing list to remind everyone to recompile their kernel modules. >>Also, what is the effect on the drivers that are in the ports tree? Until > > > For the two modules in the ports tree that I know about: > > audio/aureal-kmod -> does not have a cdevsw > graphics/drm-kmod -> not for 5+ > > --Mat > > There is also ltmdm and nvidia, and both are affected by this. I can probably look at both tonight unless someone beats me to it. Scott From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:11:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F3E16A4CE; Sat, 21 Feb 2004 17:11:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE7C43D1D; Sat, 21 Feb 2004 17:11:49 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1BnGe079158; Sat, 21 Feb 2004 17:11:49 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1BnWO079154; Sat, 21 Feb 2004 17:11:49 -0800 (PST) (envelope-from bms) Message-Id: <200402220111.i1M1BnWO079154@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 21 Feb 2004 17:11:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/opensc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:11:50 -0000 bms 2004/02/21 17:11:49 PST FreeBSD ports repository (src committer) Modified files: security/opensc Makefile Log: Heed USE_OPENLDAP. Revision Changes Path 1.10 +1 -7 ports/security/opensc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:11:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE91B16A4CE; Sat, 21 Feb 2004 17:11:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D076443D1F; Sat, 21 Feb 2004 17:11:53 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1BrGe079247; Sat, 21 Feb 2004 17:11:53 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1BrIL079243; Sat, 21 Feb 2004 17:11:53 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220111.i1M1BrIL079243@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:11:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:11:54 -0000 cperciva 2004/02/21 17:11:53 PST FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: If we're going to panic(), do it before dereferencing a NULL pointer. Reported by: "Ted Unangst" Approved by: rwatson (mentor) Revision Changes Path 1.116 +1 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:14:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD1316A4CE; Sat, 21 Feb 2004 17:14:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0340B43D2D; Sat, 21 Feb 2004 17:14:55 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1EsGe080196; Sat, 21 Feb 2004 17:14:54 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1Es47080195; Sat, 21 Feb 2004 17:14:54 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220114.i1M1Es47080195@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:14:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:14:55 -0000 cperciva 2004/02/21 17:14:54 PST FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Check that periph is non-NULL before dereferencing it. Reported by: "Ted Unangst" Approved by: rwatson (mentor), ken (scsi@) Revision Changes Path 1.164 +1 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:17:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039AA16A4CE; Sat, 21 Feb 2004 17:17:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A1E43D1D; Sat, 21 Feb 2004 17:17:47 -0800 (PST) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1HlGe080702; Sat, 21 Feb 2004 17:17:47 -0800 (PST) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1HlCZ080701; Sat, 21 Feb 2004 17:17:47 -0800 (PST) (envelope-from cperciva) Message-Id: <200402220117.i1M1HlCZ080701@repoman.freebsd.org> From: Colin Percival Date: Sat, 21 Feb 2004 17:17:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:17:48 -0000 cperciva 2004/02/21 17:17:47 PST FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: If mountnfs returns an error, it will have already freed nam; no need to free it again. Reported by: "Ted Unangst" Approved by: rwatson (mentor) Revision Changes Path 1.147 +0 -1 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:22:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9EA116A4CE; Sat, 21 Feb 2004 17:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B0843D1F; Sat, 21 Feb 2004 17:22:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1MkGe083009; Sat, 21 Feb 2004 17:22:46 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1MklL083008; Sat, 21 Feb 2004 17:22:46 -0800 (PST) (envelope-from kris) Message-Id: <200402220122.i1M1MklL083008@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:22:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/stardict Makefile ports/databases/postgresql-plruby Makefile ports/lang/stackless_python Makefile ports/math/mupad Makefile ports/net/gale Makefile ports/net/ruby-jabber4r Makefile ports/net/hawk Makefile ports/palm/prc-tools Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:22:47 -0000 kris 2004/02/21 17:22:46 PST FreeBSD ports repository Modified files: chinese/stardict Makefile databases/postgresql-plruby Makefile lang/stackless_python Makefile math/mupad Makefile net/gale Makefile net/ruby-jabber4r Makefile net/hawk Makefile palm/prc-tools Makefile www/scoop Makefile multimedia/netshow Makefile Log: Utilize the EXPIRATION_DATE tag for these ports scheduled for removal. Revision Changes Path 1.12 +2 -1 ports/chinese/stardict/Makefile 1.22 +2 -1 ports/databases/postgresql-plruby/Makefile 1.16 +2 -1 ports/lang/stackless_python/Makefile 1.14 +2 -1 ports/math/mupad/Makefile 1.20 +2 -1 ports/multimedia/netshow/Makefile 1.18 +2 -1 ports/net/gale/Makefile 1.4 +2 -1 ports/net/hawk/Makefile 1.9 +2 -1 ports/net/ruby-jabber4r/Makefile 1.31 +2 -1 ports/palm/prc-tools/Makefile 1.5 +2 -1 ports/www/scoop/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:25:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33D516A4CE; Sat, 21 Feb 2004 17:25:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F8743D1D; Sat, 21 Feb 2004 17:25:57 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1PvGe083182; Sat, 21 Feb 2004 17:25:57 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1Pv4r083181; Sat, 21 Feb 2004 17:25:57 -0800 (PST) (envelope-from kris) Message-Id: <200402220125.i1M1Pv4r083181@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:25:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/myth2_demo Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:25:58 -0000 kris 2004/02/21 17:25:57 PST FreeBSD ports repository Modified files: games Makefile Removed files: games/myth2_demo Makefile distinfo pkg-descr Log: This port was supposed to be removed on Nov 8; do so now since it is still broken. Revision Changes Path 1.656 +0 -1 ports/games/Makefile 1.10 +0 -65 ports/games/myth2_demo/Makefile (dead) 1.3 +0 -2 ports/games/myth2_demo/distinfo (dead) 1.2 +0 -24 ports/games/myth2_demo/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:26:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6CE16A4CE; Sat, 21 Feb 2004 17:26:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E38A43D1F; Sat, 21 Feb 2004 17:26:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1QkGe083227; Sat, 21 Feb 2004 17:26:46 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1QkNL083226; Sat, 21 Feb 2004 17:26:46 -0800 (PST) (envelope-from kris) Message-Id: <200402220126.i1M1QkNL083226@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:26:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:26:46 -0000 kris 2004/02/21 17:26:46 PST FreeBSD ports repository Modified files: . MOVED Log: Note removal of myth2_demo Revision Changes Path 1.342 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:27:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513B516A4CE; Sat, 21 Feb 2004 17:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3371843D2F; Sat, 21 Feb 2004 17:27:28 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1RSGe083279; Sat, 21 Feb 2004 17:27:28 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1RRnP083278; Sat, 21 Feb 2004 17:27:27 -0800 (PST) (envelope-from kris) Message-Id: <200402220127.i1M1RRnP083278@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:27:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:27:28 -0000 kris 2004/02/21 17:27:27 PST FreeBSD ports repository Modified files: . modules Log: Remove myth2_demo Revision Changes Path 1.9451 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:37:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4251716A4CE; Sat, 21 Feb 2004 17:37:47 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F22443D1F; Sat, 21 Feb 2004 17:37:47 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 71A2F5309; Sun, 22 Feb 2004 02:37:43 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2C4945308; Sun, 22 Feb 2004 02:37:36 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9A89333C6F; Sun, 22 Feb 2004 02:37:35 +0100 (CET) To: Kris Kennaway References: <200402212003.i1LK30de085315@repoman.freebsd.org> <20040221201040.GM51561@xor.obsecurity.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 22 Feb 2004 02:37:34 +0100 In-Reply-To: <20040221201040.GM51561@xor.obsecurity.org> (Kris Kennaway's message of "Sat, 21 Feb 2004 12:10:40 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/whitespace.el Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:37:47 -0000 Kris Kennaway writes: > On Sat, Feb 21, 2004 at 12:03:00PM -0800, Kris Kennaway wrote: > > Modified files: > > textproc/whitespace.el Makefile=20 > > Log: > > BROKEN: Checksum mismatch > Perhaps this one was only a whitespace change ;-) I wonder why this port even exists; not only is whitespace.el a standard part of the Emacs distribution, but the port installs an older version than the one that ships with Emacs. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:40:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D8F16A4CE; Sat, 21 Feb 2004 17:40:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E0E43D1F; Sat, 21 Feb 2004 17:40:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1elGe085842; Sat, 21 Feb 2004 17:40:47 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1elBj085841; Sat, 21 Feb 2004 17:40:47 -0800 (PST) (envelope-from kris) Message-Id: <200402220140.i1M1elBj085841@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 17:40:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/bladeenc Makefile ports/databases/gmysql Makefile ports/databases/xmysqladmin Makefile ports/dns/ddclient Makefile ports/graphics/gtkfig Makefile ports/lang/php_doc Makefile ports/net/nsc Makefile ports/palm/malsync Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:40:48 -0000 kris 2004/02/21 17:40:47 PST FreeBSD ports repository Modified files: audio/bladeenc Makefile databases/gmysql Makefile databases/xmysqladmin Makefile dns/ddclient Makefile graphics/gtkfig Makefile lang/php_doc Makefile net/nsc Makefile palm/malsync Makefile sysutils/cdrtools Makefile www/httrack Makefile www/mod_php3 Makefile Log: Don my portmgr hat and return dirk@FreeBSD.org's ports back to the unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period. Revision Changes Path 1.20 +1 -1 ports/audio/bladeenc/Makefile 1.27 +1 -1 ports/databases/gmysql/Makefile 1.37 +1 -1 ports/databases/xmysqladmin/Makefile 1.12 +1 -1 ports/dns/ddclient/Makefile 1.13 +1 -1 ports/graphics/gtkfig/Makefile 1.16 +1 -1 ports/lang/php_doc/Makefile 1.9 +1 -1 ports/net/nsc/Makefile 1.18 +1 -1 ports/palm/malsync/Makefile 1.52 +1 -1 ports/sysutils/cdrtools/Makefile 1.13 +2 -2 ports/www/httrack/Makefile 1.138 +1 -1 ports/www/mod_php3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:52:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C84D16A4CE; Sat, 21 Feb 2004 17:52:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0E843D1D; Sat, 21 Feb 2004 17:52:21 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1qLGe089567; Sat, 21 Feb 2004 17:52:21 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1qLpG089563; Sat, 21 Feb 2004 17:52:21 -0800 (PST) (envelope-from marcus) Message-Id: <200402220152.i1M1qLpG089563@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 17:52:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/fpc-gdb Makefile distinfo pkg-descr pkg-plist ports/devel/fpc-gdb/files patch-gdb_config_i386_nm-fbsd.hpatch-gdb_i386bsd-nat.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:52:21 -0000 marcus 2004/02/21 17:52:21 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/fpc-gdb Makefile distinfo pkg-descr pkg-plist devel/fpc-gdb/files patch-gdb_config_alpha_fbsd.mh patch-gdb_config_i386_fbsd.mh patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_i386_tm-fbsd.h patch-gdb_freebsd-uthread.c patch-gdb_i386bsd-nat.c patch-gdb_kvm-fbsd.c patch-gdb_symfile.c patch-gdb_target.c patch-gdb_target.h patch-gdb_version.in Log: Add fpc-gdb, a GNU GDB 5.2.1 modified for use with Free Pascal and to provide static libraries for linking with fpc-ide. PR: 62570 Submitted by: John Merryweather Cooper Revision Changes Path 1.1443 +1 -0 ports/devel/Makefile 1.1 +66 -0 ports/devel/fpc-gdb/Makefile (new) 1.1 +6 -0 ports/devel/fpc-gdb/distinfo (new) 1.1 +9 -0 ports/devel/fpc-gdb/files/patch-gdb_config_alpha_fbsd.mh (new) 1.1 +8 -0 ports/devel/fpc-gdb/files/patch-gdb_config_i386_fbsd.mh (new) 1.1 +35 -0 ports/devel/fpc-gdb/files/patch-gdb_config_i386_nm-fbsd.h (new) 1.1 +67 -0 ports/devel/fpc-gdb/files/patch-gdb_config_i386_tm-fbsd.h (new) 1.1 +921 -0 ports/devel/fpc-gdb/files/patch-gdb_freebsd-uthread.c (new) 1.1 +20 -0 ports/devel/fpc-gdb/files/patch-gdb_i386bsd-nat.c (new) 1.1 +1058 -0 ports/devel/fpc-gdb/files/patch-gdb_kvm-fbsd.c (new) 1.1 +15 -0 ports/devel/fpc-gdb/files/patch-gdb_symfile.c (new) 1.1 +14 -0 ports/devel/fpc-gdb/files/patch-gdb_target.c (new) 1.1 +10 -0 ports/devel/fpc-gdb/files/patch-gdb_target.h (new) 1.1 +5 -0 ports/devel/fpc-gdb/files/patch-gdb_version.in (new) 1.1 +6 -0 ports/devel/fpc-gdb/pkg-descr (new) 1.1 +12 -0 ports/devel/fpc-gdb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BEDE16A4CF; Sat, 21 Feb 2004 17:52:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F95443D1D; Sat, 21 Feb 2004 17:52:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1qUGe089738; Sat, 21 Feb 2004 17:52:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1qU9c089737; Sat, 21 Feb 2004 17:52:30 -0800 (PST) (envelope-from marcus) Message-Id: <200402220152.i1M1qU9c089737@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 17:52:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:52:30 -0000 marcus 2004/02/21 17:52:30 PST FreeBSD ports repository Modified files: . modules Log: fpc-gdb --> ports/devel/fpc-gdb Revision Changes Path 1.9452 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:57:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A53E916A4CE; Sat, 21 Feb 2004 17:57:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E0843D1D; Sat, 21 Feb 2004 17:57:23 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M1vNGe090011; Sat, 21 Feb 2004 17:57:23 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M1vNMb090010; Sat, 21 Feb 2004 17:57:23 -0800 (PST) (envelope-from marcus) Message-Id: <200402220157.i1M1vNMb090010@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 17:57:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/fpc-gdbint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:57:23 -0000 marcus 2004/02/21 17:57:23 PST FreeBSD ports repository Modified files: devel/fpc-gdbint Makefile Log: * Clean up the Makefile * Configure to use modified GDB built in devel/fpc-gdb PR: 62571 Submitted by: maintainer Revision Changes Path 1.3 +12 -11 ports/devel/fpc-gdbint/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 17:59:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AFD116A4CE; Sat, 21 Feb 2004 17:59:11 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FACB43D1D; Sat, 21 Feb 2004 17:59:11 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (6ccfde6fb5fcbfa8c5c618eabf61487f@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1M1x79k001759; Sat, 21 Feb 2004 17:59:08 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5141A66D0E; Sat, 21 Feb 2004 17:58:56 -0800 (PST) Date: Sat, 21 Feb 2004 17:58:56 -0800 From: Kris Kennaway To: Dag-Erling Sm?rgrav , stolz@i2.informatik.rwth-aachen.de Message-ID: <20040222015856.GF58691@xor.obsecurity.org> References: <200402212003.i1LK30de085315@repoman.freebsd.org> <20040221201040.GM51561@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qFgkTsE6LiHkLPZw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/textproc/whitespace.el Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 01:59:11 -0000 --qFgkTsE6LiHkLPZw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 22, 2004 at 02:37:34AM +0100, Dag-Erling Sm?rgrav wrote: > Kris Kennaway writes: > > On Sat, Feb 21, 2004 at 12:03:00PM -0800, Kris Kennaway wrote: > > > Modified files: > > > textproc/whitespace.el Makefile=20 > > > Log: > > > BROKEN: Checksum mismatch > > Perhaps this one was only a whitespace change ;-) >=20 > I wonder why this port even exists; not only is whitespace.el a > standard part of the Emacs distribution, but the port installs an > older version than the one that ships with Emacs. CC'ing the maintainer for response. Kris --qFgkTsE6LiHkLPZw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAOAzfWry0BWjoQKURAkAYAKD9KKLtk2q0w2hPDfGMmmP9DWv4cgCgqzdr MmnSQEurgyKOXLCULwGN7VQ= =04n6 -----END PGP SIGNATURE----- --qFgkTsE6LiHkLPZw-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:05:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3F016A4CE; Sat, 21 Feb 2004 18:05:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4E143D2F; Sat, 21 Feb 2004 18:05:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M25DGe092935; Sat, 21 Feb 2004 18:05:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M25DvB092934; Sat, 21 Feb 2004 18:05:13 -0800 (PST) (envelope-from marcus) Message-Id: <200402220205.i1M25DvB092934@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 18:05:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/fpc Makefile distinfo pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:05:14 -0000 marcus 2004/02/21 18:05:13 PST FreeBSD ports repository Modified files: lang/fpc Makefile distinfo pkg-install Log: * Fix the build on -CURRENT * Clean up Makefile * Fix build when an earlier version of fpc was already installed PR: 62485 Submitted by: maintainer Revision Changes Path 1.14 +40 -31 ports/lang/fpc/Makefile 1.4 +1 -0 ports/lang/fpc/distinfo 1.5 +2 -2 ports/lang/fpc/pkg-install From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:09:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9674216A4CE; Sat, 21 Feb 2004 18:09:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9026843D1D; Sat, 21 Feb 2004 18:09:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M29FGe093304; Sat, 21 Feb 2004 18:09:15 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M29Fsm093303; Sat, 21 Feb 2004 18:09:15 -0800 (PST) (envelope-from kris) Message-Id: <200402220209.i1M29Fsm093303@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:09:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glui Makefile ports/devel/hs-hmake Makefile ports/games/rocksndiamonds Makefile ports/irc/gruftistats Makefile ports/mail/exact Makefile ports/mail/lbdb Makefile ports/net/danamics Makefile ports/net/icmpchat Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:09:15 -0000 kris 2004/02/21 18:09:15 PST FreeBSD ports repository Modified files: devel/glui Makefile devel/hs-hmake Makefile games/rocksndiamonds Makefile irc/gruftistats Makefile mail/exact Makefile mail/lbdb Makefile net/danamics Makefile net/icmpchat Makefile net/tvark Makefile print/pcal Makefile x11/xmotd Makefile Log: Reset bouncing maintainer address Revision Changes Path 1.6 +1 -1 ports/devel/glui/Makefile 1.11 +1 -1 ports/devel/hs-hmake/Makefile 1.17 +1 -1 ports/games/rocksndiamonds/Makefile 1.5 +1 -1 ports/irc/gruftistats/Makefile 1.5 +1 -1 ports/mail/exact/Makefile 1.21 +1 -1 ports/mail/lbdb/Makefile 1.4 +1 -1 ports/net/danamics/Makefile 1.4 +1 -1 ports/net/icmpchat/Makefile 1.11 +1 -1 ports/net/tvark/Makefile 1.5 +1 -1 ports/print/pcal/Makefile 1.6 +1 -1 ports/x11/xmotd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:10:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A9416A4CE; Sat, 21 Feb 2004 18:10:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E82143D1D; Sat, 21 Feb 2004 18:10:49 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2AmGe093517; Sat, 21 Feb 2004 18:10:48 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2AmAS093516; Sat, 21 Feb 2004 18:10:48 -0800 (PST) (envelope-from marcel) Message-Id: <200402220210.i1M2AmAS093516@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 21 Feb 2004 18:10:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c mp_machdep.c src/sys/ia64/include md_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:10:49 -0000 marcel 2004/02/21 18:10:48 PST FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c mp_machdep.c sys/ia64/include md_var.h Log: Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts with a memory mapped I/O range that's immediately before it and is not 256MB aligned. As a result, when an address is accessed in the memory mapped range and a direct mapping is added for it, it overlaps with the pre-mapped I/O port space and causes a machine check. Based on a patch from: arun@ Revision Changes Path 1.176 +0 -33 src/sys/ia64/ia64/machdep.c 1.53 +0 -1 src/sys/ia64/ia64/mp_machdep.c 1.16 +0 -1 src/sys/ia64/include/md_var.h From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:11:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC1516A4CE; Sat, 21 Feb 2004 18:11:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D4D43D1F; Sat, 21 Feb 2004 18:11:40 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2BeGe094660; Sat, 21 Feb 2004 18:11:40 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2Bdu9094659; Sat, 21 Feb 2004 18:11:39 -0800 (PST) (envelope-from peter) Message-Id: <200402220211.i1M2Bdu9094659@repoman.freebsd.org> From: Peter Wemm Date: Sat, 21 Feb 2004 18:11:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64 SYS.h src/lib/libc/amd64/sys pipe.S reboot.S setlogin.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:11:40 -0000 peter 2004/02/21 18:11:39 PST FreeBSD src repository Modified files: lib/libc/amd64 SYS.h lib/libc/amd64/sys pipe.S reboot.S setlogin.S Log: Change the syscall stub branch orders so that the static branch prediction will assume that syscalls will succeed rather than fail. Revision Changes Path 1.27 +6 -9 src/lib/libc/amd64/SYS.h 1.13 +15 -1 src/lib/libc/amd64/sys/pipe.S 1.9 +15 -1 src/lib/libc/amd64/sys/reboot.S 1.12 +15 -1 src/lib/libc/amd64/sys/setlogin.S From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:13:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D2116A4CE; Sat, 21 Feb 2004 18:13:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7046643D1D; Sat, 21 Feb 2004 18:13:35 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2DZGe095440; Sat, 21 Feb 2004 18:13:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2DZ3I095439; Sat, 21 Feb 2004 18:13:35 -0800 (PST) (envelope-from marcus) Message-Id: <200402220213.i1M2DZ3I095439@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 18:13:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/fpc-fvision Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:13:35 -0000 marcus 2004/02/21 18:13:35 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/fpc-fvision Makefile distinfo pkg-descr pkg-plist Log: Add fpc-fvision (FreeVision), a Free Pascal component for Delphi support. This is used by the Free Pascal IDE. PR: 62573 Submitted by: John Merryweather Cooper Revision Changes Path 1.1444 +1 -0 ports/devel/Makefile 1.1 +49 -0 ports/devel/fpc-fvision/Makefile (new) 1.1 +2 -0 ports/devel/fpc-fvision/distinfo (new) 1.1 +8 -0 ports/devel/fpc-fvision/pkg-descr (new) 1.1 +55 -0 ports/devel/fpc-fvision/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:13:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815EC16A4CE; Sat, 21 Feb 2004 18:13:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F5E43D1F; Sat, 21 Feb 2004 18:13:44 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2DiGe095484; Sat, 21 Feb 2004 18:13:44 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2DiB8095483; Sat, 21 Feb 2004 18:13:44 -0800 (PST) (envelope-from marcus) Message-Id: <200402220213.i1M2DiB8095483@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 18:13:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:13:44 -0000 marcus 2004/02/21 18:13:44 PST FreeBSD ports repository Modified files: . modules Log: fpc-fvision --> ports/devel/fpc-fvision Revision Changes Path 1.9453 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:16:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 952AC16A4CE; Sat, 21 Feb 2004 18:16:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77ED143D1F; Sat, 21 Feb 2004 18:16:19 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2GJGe095714; Sat, 21 Feb 2004 18:16:19 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2GJGq095713; Sat, 21 Feb 2004 18:16:19 -0800 (PST) (envelope-from petef) Message-Id: <200402220216.i1M2GJGq095713@repoman.freebsd.org> From: Pete Fritchman Date: Sat, 21 Feb 2004 18:16:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/devtodo Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:16:19 -0000 petef 2004/02/21 18:16:19 PST FreeBSD ports repository Modified files: devel/devtodo Makefile pkg-descr Log: Unbreak: move devtodo to it's new home (where a proper distfile is stored). Revision Changes Path 1.14 +1 -3 ports/devel/devtodo/Makefile 1.5 +1 -1 ports/devel/devtodo/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:16:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE6A16A4CE; Sat, 21 Feb 2004 18:16:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3560E43D1D; Sat, 21 Feb 2004 18:16:45 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2GjGe096016; Sat, 21 Feb 2004 18:16:45 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2Ginp096015; Sat, 21 Feb 2004 18:16:44 -0800 (PST) (envelope-from kris) Message-Id: <200402220216.i1M2Ginp096015@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:16:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/portuguese/frontpage-pt_BR Makefile ports/security/cyrus-sasl Makefile ports/www/apache13-fp Makefile ports/www/frontpage Makefile ports/www/frontpage-ar Makefile ports/www/frontpage-de... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:16:45 -0000 kris 2004/02/21 18:16:44 PST FreeBSD ports repository Modified files: portuguese/frontpage-pt_BR Makefile security/cyrus-sasl Makefile www/apache13-fp Makefile www/frontpage Makefile www/frontpage-ar Makefile www/frontpage-de Makefile www/frontpage-es Makefile www/frontpage-fr Makefile www/frontpage-he Makefile www/frontpage-it Makefile www/frontpage-ja Makefile www/frontpage-ko Makefile www/frontpage-nl Makefile www/frontpage-sv Makefile www/frontpage-th Makefile www/frontpage-zh Makefile Log: Reset undeliverable maintainer address Revision Changes Path 1.5 +1 -1 ports/portuguese/frontpage-pt_BR/Makefile 1.53 +1 -1 ports/security/cyrus-sasl/Makefile 1.48 +1 -1 ports/www/apache13-fp/Makefile 1.10 +1 -1 ports/www/frontpage-ar/Makefile 1.4 +1 -1 ports/www/frontpage-de/Makefile 1.4 +1 -1 ports/www/frontpage-es/Makefile 1.4 +1 -1 ports/www/frontpage-fr/Makefile 1.4 +1 -1 ports/www/frontpage-he/Makefile 1.4 +1 -1 ports/www/frontpage-it/Makefile 1.4 +1 -1 ports/www/frontpage-ja/Makefile 1.4 +1 -1 ports/www/frontpage-ko/Makefile 1.4 +1 -1 ports/www/frontpage-nl/Makefile 1.4 +1 -1 ports/www/frontpage-sv/Makefile 1.4 +1 -1 ports/www/frontpage-th/Makefile 1.7 +1 -1 ports/www/frontpage-zh/Makefile 1.10 +1 -1 ports/www/frontpage/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:17:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA9816A4CE; Sat, 21 Feb 2004 18:17:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7039243D1D; Sat, 21 Feb 2004 18:17:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2HJGe096136; Sat, 21 Feb 2004 18:17:19 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2HJQu096135; Sat, 21 Feb 2004 18:17:19 -0800 (PST) (envelope-from marcus) Message-Id: <200402220217.i1M2HJQu096135@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 18:17:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:17:19 -0000 marcus 2004/02/21 18:17:19 PST FreeBSD ports repository Modified files: . modules Log: fpc-ide --> ports/editors/fpc-ide Revision Changes Path 1.9454 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:17:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A8516A4CE; Sat, 21 Feb 2004 18:17:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF1D43D1D; Sat, 21 Feb 2004 18:17:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2H9Ge096092; Sat, 21 Feb 2004 18:17:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2H98V096091; Sat, 21 Feb 2004 18:17:09 -0800 (PST) (envelope-from marcus) Message-Id: <200402220217.i1M2H98V096091@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 18:17:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors Makefile ports/editors/fpc-ide Makefile distinfo pkg-descr pkg-plist ports/editors/fpc-ide/files patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:17:10 -0000 marcus 2004/02/21 18:17:09 PST FreeBSD ports repository Modified files: editors Makefile Added files: editors/fpc-ide Makefile distinfo pkg-descr pkg-plist editors/fpc-ide/files patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc Log: Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free Pascal project. PR: 62574 Submitted by: John Merryweather Cooper Revision Changes Path 1.273 +1 -0 ports/editors/Makefile 1.1 +86 -0 ports/editors/fpc-ide/Makefile (new) 1.1 +2 -0 ports/editors/fpc-ide/distinfo (new) 1.1 +11 -0 ports/editors/fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc (new) 1.1 +8 -0 ports/editors/fpc-ide/pkg-descr (new) 1.1 +16 -0 ports/editors/fpc-ide/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:20:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6952C16A4CE; Sat, 21 Feb 2004 18:20:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C85443D1D; Sat, 21 Feb 2004 18:20:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2KWGe096348; Sat, 21 Feb 2004 18:20:32 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2KWhQ096347; Sat, 21 Feb 2004 18:20:32 -0800 (PST) (envelope-from kris) Message-Id: <200402220220.i1M2KWhQ096347@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:20:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtkglarea Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:20:32 -0000 kris 2004/02/21 18:20:32 PST FreeBSD ports repository Modified files: x11-toolkits/gtkglarea Makefile Log: Reset bouncing maintainer address Revision Changes Path 1.20 +1 -1 ports/x11-toolkits/gtkglarea/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:34:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CD316A4CE; Sat, 21 Feb 2004 18:34:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A7E43D1F; Sat, 21 Feb 2004 18:34:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2YKGe000391; Sat, 21 Feb 2004 18:34:20 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2YKiI000390; Sat, 21 Feb 2004 18:34:20 -0800 (PST) (envelope-from kris) Message-Id: <200402220234.i1M2YKiI000390@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:34:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc Makefile ports/irc/ircatlite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:34:21 -0000 kris 2004/02/21 18:34:20 PST FreeBSD ports repository Modified files: irc Makefile Removed files: irc/ircatlite Makefile distinfo pkg-descr pkg-plist Log: Remove the ircatlite port, which has not been updated in >4 years. Requested by: maintainer Revision Changes Path 1.88 +0 -1 ports/irc/Makefile 1.8 +0 -43 ports/irc/ircatlite/Makefile (dead) 1.2 +0 -1 ports/irc/ircatlite/distinfo (dead) 1.2 +0 -18 ports/irc/ircatlite/pkg-descr (dead) 1.2 +0 -7 ports/irc/ircatlite/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:36:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD27B16A4CE; Sat, 21 Feb 2004 18:36:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6BE43D1D; Sat, 21 Feb 2004 18:36:11 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2aBGe000550; Sat, 21 Feb 2004 18:36:11 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2aBGh000549; Sat, 21 Feb 2004 18:36:11 -0800 (PST) (envelope-from kris) Message-Id: <200402220236.i1M2aBGh000549@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:36:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:36:11 -0000 kris 2004/02/21 18:36:11 PST FreeBSD ports repository Modified files: . MOVED Log: Note removal of ircatlite Revision Changes Path 1.343 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:37:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F57216A4CE; Sat, 21 Feb 2004 18:37:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E8343D1D; Sat, 21 Feb 2004 18:37:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2bGGe000608; Sat, 21 Feb 2004 18:37:16 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2bG5M000607; Sat, 21 Feb 2004 18:37:16 -0800 (PST) (envelope-from kris) Message-Id: <200402220237.i1M2bG5M000607@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 18:37:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:37:17 -0000 kris 2004/02/21 18:37:16 PST FreeBSD ports repository Modified files: . modules Log: Remove ircatlite Revision Changes Path 1.9455 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Feb 21 18:38:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E356E16A4CE; Sat, 21 Feb 2004 18:38:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D3243D1D; Sat, 21 Feb 2004 18:38:37 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M2cbGe000676; Sat, 21 Feb 2004 18:38:37 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M2cbV0000675; Sat, 21 Feb 2004 18:38:37 -0800 (PST) (envelope-from des) Message-Id: <200402220238.i1M2cbV0000675@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 21 Feb 2004 18:38:37 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 02:38:38 -0000 des 2004/02/21 18:38:37 PST FreeBSD projects repository Modified files: . access Log: Add myself here; I'll be moving the tinderbox over. Revision Changes Path 1.383 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:05:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B3B16A4CE; Sat, 21 Feb 2004 19:05:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C18843D1D; Sat, 21 Feb 2004 19:05:33 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M35XGe010842; Sat, 21 Feb 2004 19:05:33 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M35XaL010840; Sat, 21 Feb 2004 19:05:33 -0800 (PST) (envelope-from lofi) Message-Id: <200402220305.i1M35XaL010840@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 21 Feb 2004 19:05:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kdegraphics3/files plist.imlib plist.sane X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:05:33 -0000 lofi 2004/02/21 19:05:33 PST FreeBSD ports repository Modified files: graphics/kdegraphics3/files plist.imlib plist.sane Log: Correct plists. Submitted by: John Schneider Revision Changes Path 1.2 +3 -3 ports/graphics/kdegraphics3/files/plist.imlib 1.2 +1 -1 ports/graphics/kdegraphics3/files/plist.sane From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:14:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B7916A4CE; Sat, 21 Feb 2004 19:14:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7D243D1D; Sat, 21 Feb 2004 19:14:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3E2Ge013998; Sat, 21 Feb 2004 19:14:02 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3E2wR013996; Sat, 21 Feb 2004 19:14:02 -0800 (PST) (envelope-from kris) Message-Id: <200402220314.i1M3E2wR013996@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 19:14:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/httrack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:14:03 -0000 kris 2004/02/21 19:14:02 PST FreeBSD ports repository Modified files: www/httrack Makefile Log: Correct typo that slipped through my diff review Revision Changes Path 1.14 +1 -1 ports/www/httrack/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:24:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3CA16A4CE; Sat, 21 Feb 2004 19:24:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D7843D2F; Sat, 21 Feb 2004 19:24:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3OeGe017790; Sat, 21 Feb 2004 19:24:40 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3OdtQ017789; Sat, 21 Feb 2004 19:24:39 -0800 (PST) (envelope-from kris) Message-Id: <200402220324.i1M3OdtQ017789@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 19:24:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:24:40 -0000 kris 2004/02/21 19:24:39 PST FreeBSD ports repository Modified files: . access Log: orion has indicated that he is no longer working on FreeBSD; reclaim his ports commit bit. Revision Changes Path 1.585 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:26:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D7FB16A4CE; Sat, 21 Feb 2004 19:26:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A4543D1D; Sat, 21 Feb 2004 19:26:15 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3QEGe018249; Sat, 21 Feb 2004 19:26:14 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3QEgb018247; Sat, 21 Feb 2004 19:26:14 -0800 (PST) (envelope-from vanilla) Message-Id: <200402220326.i1M3QEgb018247@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 21 Feb 2004 19:26:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/xinetd Makefile distinfo pkg-descr ports/security/xinetd/files patch-xinetd::Makefile.in xinetd.sh patch-xinetd::service.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:26:15 -0000 vanilla 2004/02/21 19:26:14 PST FreeBSD ports repository Modified files: security/xinetd Makefile distinfo pkg-descr Removed files: security/xinetd/files patch-xinetd::Makefile.in xinetd.sh security/xinetd/files.5 patch-xinetd::reconfig.c patch-xinetd::service.c Log: - Upgrade to 2.3.13. - use USE_RC_SUBR. - remove BROKEN. Revision Changes Path 1.49 +14 -18 ports/security/xinetd/Makefile 1.26 +2 -1 ports/security/xinetd/distinfo 1.2 +0 -11 ports/security/xinetd/files.5/patch-xinetd::reconfig.c (dead) 1.2 +0 -11 ports/security/xinetd/files.5/patch-xinetd::service.c (dead) 1.2 +0 -11 ports/security/xinetd/files/patch-xinetd::Makefile.in (dead) 1.3 +0 -22 ports/security/xinetd/files/xinetd.sh (dead) 1.3 +0 -34 ports/security/xinetd/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:31:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE99516A4CE; Sat, 21 Feb 2004 19:31:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9165043D1F; Sat, 21 Feb 2004 19:31:26 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3VQGe020384; Sat, 21 Feb 2004 19:31:26 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3VQCp020379; Sat, 21 Feb 2004 19:31:26 -0800 (PST) (envelope-from lofi) Message-Id: <200402220331.i1M3VQCp020379@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 21 Feb 2004 19:31:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kdegraphics3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:31:26 -0000 lofi 2004/02/21 19:31:26 PST FreeBSD ports repository Modified files: graphics/kdegraphics3 Makefile Log: Bump PORTREVISION for plist changes. Revision Changes Path 1.81 +1 -1 ports/graphics/kdegraphics3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:33:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AB716A4CE; Sat, 21 Feb 2004 19:33:15 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BDE43D1D; Sat, 21 Feb 2004 19:33:15 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (0bcc57d859a2cb0ec9e736ea20460cb3@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1M3WJDO018636; Sat, 21 Feb 2004 19:32:19 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6E06666D3D; Sat, 21 Feb 2004 19:33:14 -0800 (PST) Date: Sat, 21 Feb 2004 19:33:14 -0800 From: Kris Kennaway To: "Vanilla I. Shu" Message-ID: <20040222033314.GA61043@xor.obsecurity.org> References: <200402220326.i1M3QEgb018247@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <200402220326.i1M3QEgb018247@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/xinetd Makefile distinfo pkg-descr ports/security/xinetd/files patch-xinetd::Makefile.in xinetd.sh ports/security/xinetd/files.5 patch-xinetd::reconfig.c patch-xinetd::service.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:33:15 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 07:26:14PM -0800, Vanilla I. Shu wrote: > vanilla 2004/02/21 19:26:14 PST >=20 > FreeBSD ports repository >=20 > Modified files: > security/xinetd Makefile distinfo pkg-descr=20 > Removed files: > security/xinetd/files patch-xinetd::Makefile.in xinetd.sh=20 > security/xinetd/files.5 patch-xinetd::reconfig.c=20 > patch-xinetd::service.c=20 > Log: > - Upgrade to 2.3.13. > - use USE_RC_SUBR. > - remove BROKEN. Thanks. It looks like the USE_RC_SUBR change means that you have to add something to your /etc/rc.conf in order to enable the port. If so, can you please document it in CHANGES? Kris --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAOCL6Wry0BWjoQKURAtYyAJ49lUfLARtSgnGpAPSyw3LCVPWyRgCcCbqh ZJ4EIp8iInTEDeoH95hpIbk= =0eWk -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:36:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4991816A4CE; Sat, 21 Feb 2004 19:36:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4C343D1D; Sat, 21 Feb 2004 19:36:52 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3aqGe022467; Sat, 21 Feb 2004 19:36:52 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3apHW022466; Sat, 21 Feb 2004 19:36:51 -0800 (PST) (envelope-from alc) Message-Id: <200402220336.i1M3apHW022466@repoman.freebsd.org> From: Alan Cox Date: Sat, 21 Feb 2004 19:36:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:36:52 -0000 alc 2004/02/21 19:36:51 PST FreeBSD src repository Modified files: sys/vm vm_object.c Log: Correct a long-standing race condition in vm_object_page_remove() that could result in a dirty page being unintentionally freed. Reviewed by: tegge MFC after: 7 days Revision Changes Path 1.321 +1 -1 src/sys/vm/vm_object.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:38:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F6D16A4CE; Sat, 21 Feb 2004 19:38:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD8543D1D; Sat, 21 Feb 2004 19:38:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3cCGe022771; Sat, 21 Feb 2004 19:38:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3cCj7022770; Sat, 21 Feb 2004 19:38:12 -0800 (PST) (envelope-from kris) Message-Id: <200402220338.i1M3cCj7022770@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 19:38:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/9menu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:38:12 -0000 kris 2004/02/21 19:38:12 PST FreeBSD ports repository Modified files: x11-wm/9menu Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.23 +1 -1 ports/x11-wm/9menu/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:40:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCEC616A4CE; Sat, 21 Feb 2004 19:40:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CA943D1D; Sat, 21 Feb 2004 19:40:49 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3enGe023515; Sat, 21 Feb 2004 19:40:49 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3enuB023514; Sat, 21 Feb 2004 19:40:49 -0800 (PST) (envelope-from kris) Message-Id: <200402220340.i1M3enuB023514@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 19:40:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/xclass Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:40:50 -0000 kris 2004/02/21 19:40:49 PST FreeBSD ports repository Modified files: x11-toolkits/xclass Makefile Log: This is also broken on 4.x Revision Changes Path 1.4 +2 -0 ports/x11-toolkits/xclass/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 19:41:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521C016A4CE; Sat, 21 Feb 2004 19:41:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3423143D1D; Sat, 21 Feb 2004 19:41:38 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M3fbGe024788; Sat, 21 Feb 2004 19:41:38 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M3fbUZ024784; Sat, 21 Feb 2004 19:41:37 -0800 (PST) (envelope-from kris) Message-Id: <200402220341.i1M3fbUZ024784@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 19:41:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-SimpleObject-LibXML Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 03:41:38 -0000 kris 2004/02/21 19:41:37 PST FreeBSD ports repository Modified files: textproc/p5-XML-SimpleObject-LibXML Makefile Log: BROKEN on 4.x: Does not build Revision Changes Path 1.4 +7 -1 ports/textproc/p5-XML-SimpleObject-LibXML/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:07:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33CA16A4CE; Sat, 21 Feb 2004 20:07:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FF143D1D; Sat, 21 Feb 2004 20:07:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M475Ge031223; Sat, 21 Feb 2004 20:07:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M475Z3031222; Sat, 21 Feb 2004 20:07:05 -0800 (PST) (envelope-from kris) Message-Id: <200402220407.i1M475Z3031222@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 20:07:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/utserver-asu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:07:05 -0000 kris 2004/02/21 20:07:05 PST FreeBSD ports repository Modified files: games/utserver-asu Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.10 +2 -0 ports/games/utserver-asu/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:15:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0F16A4CE; Sat, 21 Feb 2004 20:15:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E155743D1F; Sat, 21 Feb 2004 20:15:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4FoGe033294; Sat, 21 Feb 2004 20:15:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4FoDj033293; Sat, 21 Feb 2004 20:15:50 -0800 (PST) (envelope-from kris) Message-Id: <200402220415.i1M4FoDj033293@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 20:15:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/slffea Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:15:51 -0000 kris 2004/02/21 20:15:50 PST FreeBSD ports repository Modified files: cad/slffea Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.10 +2 -0 ports/cad/slffea/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:18:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5CF516A4CE; Sat, 21 Feb 2004 20:18:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8709E43D1F; Sat, 21 Feb 2004 20:18:23 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4INGe033358; Sat, 21 Feb 2004 20:18:23 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4INTS033357; Sat, 21 Feb 2004 20:18:23 -0800 (PST) (envelope-from scottl) Message-Id: <200402220418.i1M4INTS033357@repoman.freebsd.org> From: Scott Long Date: Sat, 21 Feb 2004 20:18:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/ltmdm/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:18:23 -0000 scottl 2004/02/21 20:18:23 PST FreeBSD ports repository (src,doc committer) Modified files: comms/ltmdm/files patch-aa Log: Catch up to the cdevsw changes in 5-current. Revision Changes Path 1.5 +14 -9 ports/comms/ltmdm/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:20:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A5816A4CE; Sat, 21 Feb 2004 20:20:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A1A43D2D; Sat, 21 Feb 2004 20:20:52 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4KpGe033556; Sat, 21 Feb 2004 20:20:51 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4KpMQ033555; Sat, 21 Feb 2004 20:20:51 -0800 (PST) (envelope-from nork) Message-Id: <200402220420.i1M4KpMQ033555@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 21 Feb 2004 20:20:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:20:52 -0000 nork 2004/02/21 20:20:51 PST FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: o Update to 2004.02.20a. o Remove hack of using include instead of include . Pointed out by: FreeBSD Ports distfiles survey via fenner Revision Changes Path 1.85 +1 -6 ports/net/liveMedia/Makefile 1.78 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB4516A4CE; Sat, 21 Feb 2004 20:25:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342C043D1D; Sat, 21 Feb 2004 20:25:45 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4PjGe035644; Sat, 21 Feb 2004 20:25:45 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4Piaq035643; Sat, 21 Feb 2004 20:25:44 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402220425.i1M4Piaq035643@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 21 Feb 2004 20:25:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade PGPKEYS RELEASE_NOTES src/contrib/sendmail/cf README src/contrib/sendmail/cf/cf submit.cf src/contrib/sendmail/cf/m4... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:25:45 -0000 gshapiro 2004/02/21 20:25:44 PST FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade PGPKEYS RELEASE_NOTES contrib/sendmail/cf README contrib/sendmail/cf/cf submit.cf contrib/sendmail/cf/m4 cfhead.m4 proto.m4 version.m4 contrib/sendmail/doc/op op.me contrib/sendmail/include/libmilter mfapi.h milter.h contrib/sendmail/include/sm cdefs.h conf.h contrib/sendmail/libmilter engine.c libmilter.h listener.c main.c signal.c contrib/sendmail/libmilter/docs smfi_addrcpt.html smfi_delrcpt.html smfi_setreply.html xxfi_connect.html xxfi_envrcpt.html contrib/sendmail/libsm assert.c exc.c ldap.c local.h contrib/sendmail/smrsh smrsh.8 smrsh.c contrib/sendmail/src README alias.c conf.c daemon.c deliver.c headers.c main.c milter.c mime.c queue.c readcf.c recipient.c sendmail.8 sendmail.h srvrsmtp.c tls.c util.c version.c Log: MFC: sendmail 8.12.11 import Revision Changes Path 1.1.2.19 +5 -5 src/contrib/sendmail/FREEBSD-upgrade 1.1.1.1.2.6 +71 -1 src/contrib/sendmail/PGPKEYS 1.1.1.3.2.17 +64 -2 src/contrib/sendmail/RELEASE_NOTES 1.1.1.3.2.17 +9 -9 src/contrib/sendmail/cf/README 1.1.1.1.2.10 +5 -4 src/contrib/sendmail/cf/cf/submit.cf 1.3.6.10 +2 -2 src/contrib/sendmail/cf/m4/cfhead.m4 1.1.1.4.2.15 +5 -3 src/contrib/sendmail/cf/m4/proto.m4 1.1.1.3.2.17 +3 -3 src/contrib/sendmail/cf/m4/version.m4 1.1.1.3.2.17 +8 -7 src/contrib/sendmail/doc/op/op.me 1.1.1.1.2.8 +2 -2 src/contrib/sendmail/include/libmilter/mfapi.h 1.1.1.1.2.8 +6 -2 src/contrib/sendmail/include/libmilter/milter.h 1.1.1.1.2.3 +4 -1 src/contrib/sendmail/include/sm/cdefs.h 1.1.1.1.2.9 +7 -4 src/contrib/sendmail/include/sm/conf.h 1.1.1.1.2.3 +1 -1 src/contrib/sendmail/libmilter/docs/smfi_addrcpt.html 1.1.1.1.2.3 +1 -1 src/contrib/sendmail/libmilter/docs/smfi_delrcpt.html 1.1.1.1.2.6 +6 -0 src/contrib/sendmail/libmilter/docs/smfi_setreply.html 1.1.1.1.2.3 +21 -3 src/contrib/sendmail/libmilter/docs/xxfi_connect.html 1.1.1.1.2.3 +2 -2 src/contrib/sendmail/libmilter/docs/xxfi_envrcpt.html 1.1.1.1.2.10 +46 -15 src/contrib/sendmail/libmilter/engine.c 1.1.1.1.2.11 +2 -2 src/contrib/sendmail/libmilter/libmilter.h 1.1.1.1.2.13 +57 -11 src/contrib/sendmail/libmilter/listener.c 1.1.1.1.2.10 +8 -5 src/contrib/sendmail/libmilter/main.c 1.1.1.1.2.8 +2 -2 src/contrib/sendmail/libmilter/signal.c 1.1.1.1.2.2 +3 -3 src/contrib/sendmail/libsm/assert.c 1.1.1.1.2.2 +3 -3 src/contrib/sendmail/libsm/exc.c 1.1.1.1.2.5 +6 -4 src/contrib/sendmail/libsm/ldap.c 1.1.1.1.2.4 +2 -3 src/contrib/sendmail/libsm/local.h 1.3.6.7 +9 -4 src/contrib/sendmail/smrsh/smrsh.8 1.3.6.13 +4 -3 src/contrib/sendmail/smrsh/smrsh.c 1.1.1.3.2.16 +7 -2 src/contrib/sendmail/src/README 1.1.1.2.6.8 +2 -2 src/contrib/sendmail/src/alias.c 1.5.2.16 +13 -4 src/contrib/sendmail/src/conf.c 1.1.1.3.2.14 +15 -3 src/contrib/sendmail/src/daemon.c 1.1.1.3.2.16 +6 -1 src/contrib/sendmail/src/deliver.c 1.4.2.13 +11 -7 src/contrib/sendmail/src/headers.c 1.1.1.3.2.18 +48 -1 src/contrib/sendmail/src/main.c 1.1.1.1.2.18 +20 -1 src/contrib/sendmail/src/milter.c 1.1.1.3.2.7 +33 -41 src/contrib/sendmail/src/mime.c 1.1.1.3.2.17 +95 -26 src/contrib/sendmail/src/queue.c 1.1.1.4.2.17 +4 -4 src/contrib/sendmail/src/readcf.c 1.1.1.3.2.10 +4 -3 src/contrib/sendmail/src/recipient.c 1.3.6.8 +28 -7 src/contrib/sendmail/src/sendmail.8 1.1.1.4.2.18 +2 -1 src/contrib/sendmail/src/sendmail.h 1.1.1.2.6.16 +26 -25 src/contrib/sendmail/src/srvrsmtp.c 1.1.1.1.2.6 +21 -15 src/contrib/sendmail/src/tls.c 1.1.1.3.2.12 +4 -3 src/contrib/sendmail/src/util.c 1.1.1.3.2.19 +3 -3 src/contrib/sendmail/src/version.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:26:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F390216A4CE; Sat, 21 Feb 2004 20:26:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A1743D1D; Sat, 21 Feb 2004 20:26:34 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4QYGe035688; Sat, 21 Feb 2004 20:26:34 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4QYpf035687; Sat, 21 Feb 2004 20:26:34 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402220426.i1M4QYpf035687@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 21 Feb 2004 20:26:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:26:35 -0000 gshapiro 2004/02/21 20:26:34 PST FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/sendmail FREEBSD-upgrade Log: Update date to reflect date of RELENG_4 MFC Revision Changes Path 1.1.2.20 +2 -2 src/contrib/sendmail/FREEBSD-upgrade From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:29:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334C716A4CE; Sat, 21 Feb 2004 20:29:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1701843D1D; Sat, 21 Feb 2004 20:29:18 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4THGe035814; Sat, 21 Feb 2004 20:29:17 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4THkf035813; Sat, 21 Feb 2004 20:29:17 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402220429.i1M4THkf035813@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 21 Feb 2004 20:29:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 22 Feb 2004 04:29:18 -0000 gshapiro 2004/02/21 20:29:17 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: sendmail 8.12.11 has been MFC'ed to RELENG_4 Revision Changes Path 1.681 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81AF16A4CE; Sat, 21 Feb 2004 20:30:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0E643D1D; Sat, 21 Feb 2004 20:30:33 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4UXGe035957; Sat, 21 Feb 2004 20:30:33 -0800 (PST) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4UXRl035956; Sat, 21 Feb 2004 20:30:33 -0800 (PST) (envelope-from gshapiro) Message-Id: <200402220430.i1M4UXRl035956@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 21 Feb 2004 20:30:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: 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, 22 Feb 2004 04:30:34 -0000 gshapiro 2004/02/21 20:30:33 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: sendmail 8.12.11 has been MFC'ed to RELENG_4 Revision Changes Path 1.22.2.395 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:35:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F3F16A4CE; Sat, 21 Feb 2004 20:35:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964FF43D1D; Sat, 21 Feb 2004 20:35:29 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4ZTGe037853; Sat, 21 Feb 2004 20:35:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4ZTig037852; Sat, 21 Feb 2004 20:35:29 -0800 (PST) (envelope-from marcus) Message-Id: <200402220435.i1M4ZTig037852@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 20:35:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtksourceview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:35:29 -0000 marcus 2004/02/21 20:35:29 PST FreeBSD ports repository Modified files: x11-toolkits/gtksourceview Makefile Log: Disable compiler warnings to fix the build after the recent GNU regex changes in -CURRENT. Revision Changes Path 1.12 +1 -0 ports/x11-toolkits/gtksourceview/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:35:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6B516A4CE; Sat, 21 Feb 2004 20:35:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC4843D2D; Sat, 21 Feb 2004 20:35:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4ZkGe037889; Sat, 21 Feb 2004 20:35:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4ZkNm037888; Sat, 21 Feb 2004 20:35:46 -0800 (PST) (envelope-from marcus) Message-Id: <200402220435.i1M4ZkNm037888@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 20:35:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtksourceview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:35:46 -0000 marcus 2004/02/21 20:35:45 PST FreeBSD ports repository Modified files: x11-toolkits/gtksourceview Makefile Log: Last commit should also read: Reported by: nork Revision Changes Path 1.13 +0 -0 ports/x11-toolkits/gtksourceview/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:42:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1AC16A4CF; Sat, 21 Feb 2004 20:42:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831CE43D1D; Sat, 21 Feb 2004 20:42:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4g9Ge039678; Sat, 21 Feb 2004 20:42:09 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4g9Zw039677; Sat, 21 Feb 2004 20:42:09 -0800 (PST) (envelope-from kris) Message-Id: <200402220442.i1M4g9Zw039677@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 20:42:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/kaffe-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:42:09 -0000 kris 2004/02/21 20:42:09 PST FreeBSD ports repository Modified files: java/kaffe-devel Makefile Log: This is also broken on 4.x. Revision Changes Path 1.6 +3 -7 ports/java/kaffe-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:43:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A102916A4CE; Sat, 21 Feb 2004 20:43:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8390543D1D; Sat, 21 Feb 2004 20:43:07 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4h7Ge039950; Sat, 21 Feb 2004 20:43:07 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4h78Y039949; Sat, 21 Feb 2004 20:43:07 -0800 (PST) (envelope-from kris) Message-Id: <200402220443.i1M4h78Y039949@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 20:43:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/kaffe-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:43:07 -0000 kris 2004/02/21 20:43:07 PST FreeBSD ports repository Modified files: java/kaffe-devel Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.7 +2 -0 ports/java/kaffe-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:46:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DC616A4CE; Sat, 21 Feb 2004 20:46:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2872643D1F; Sat, 21 Feb 2004 20:46:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4kDGe040112; Sat, 21 Feb 2004 20:46:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4kDHE040111; Sat, 21 Feb 2004 20:46:13 -0800 (PST) (envelope-from kris) Message-Id: <200402220446.i1M4kDHE040111@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 20:46:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:46:14 -0000 kris 2004/02/21 20:46:13 PST FreeBSD ports repository Modified files: mail/gmail Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.12 +2 -0 ports/mail/gmail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 20:55:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43F816A4CE; Sat, 21 Feb 2004 20:55:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97FF543D1D; Sat, 21 Feb 2004 20:55:46 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M4tkGe048088; Sat, 21 Feb 2004 20:55:46 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M4tkiq048087; Sat, 21 Feb 2004 20:55:46 -0800 (PST) (envelope-from mini) Message-Id: <200402220455.i1M4tkiq048087@repoman.freebsd.org> From: Jonathan Mini Date: Sat, 21 Feb 2004 20:55:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 04:55:46 -0000 mini 2004/02/21 20:55:46 PST FreeBSD doc repository Modified files: . access Log: Retire my doc commit bit. I don't think I ever used it. Revision Changes Path 1.506 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Feb 21 21:02:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9294316A4CE; Sat, 21 Feb 2004 21:02:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7560D43D2D; Sat, 21 Feb 2004 21:02:13 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M52DGe049659; Sat, 21 Feb 2004 21:02:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M52Dqu049658; Sat, 21 Feb 2004 21:02:13 -0800 (PST) (envelope-from marcus) Message-Id: <200402220502.i1M52Dqu049658@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 21:02:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/glabels Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 05:02:13 -0000 marcus 2004/02/21 21:02:13 PST FreeBSD ports repository Modified files: deskutils/glabels Makefile distinfo pkg-plist Log: Update to 1.93.3. Revision Changes Path 1.20 +1 -2 ports/deskutils/glabels/Makefile 1.9 +2 -1 ports/deskutils/glabels/distinfo 1.8 +10 -0 ports/deskutils/glabels/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 21:25:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFC216A4CE; Sat, 21 Feb 2004 21:25:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8240043D1F; Sat, 21 Feb 2004 21:25:48 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M5PmGe055185; Sat, 21 Feb 2004 21:25:48 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M5PmIF055184; Sat, 21 Feb 2004 21:25:48 -0800 (PST) (envelope-from kris) Message-Id: <200402220525.i1M5PmIF055184@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 21:25:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pstoepsi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 05:25:48 -0000 kris 2004/02/21 21:25:48 PST FreeBSD ports repository Modified files: graphics/pstoepsi Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.5 +2 -0 ports/graphics/pstoepsi/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 21:49:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C614C16A4CE; Sat, 21 Feb 2004 21:49:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C3B43D1F; Sat, 21 Feb 2004 21:49:38 -0800 (PST) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M5ncGe059399; Sat, 21 Feb 2004 21:49:38 -0800 (PST) (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M5ncjk059398; Sat, 21 Feb 2004 21:49:38 -0800 (PST) (envelope-from rees) Message-Id: <200402220549.i1M5ncjk059398@repoman.freebsd.org> From: Jim Rees Date: Sat, 21 Feb 2004 21:49:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_dev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 05:49:39 -0000 rees 2004/02/21 21:49:38 PST FreeBSD src repository Modified files: sys/nfs4client nfs4_dev.c Log: protect new cdevsw entries with "#if (__FreeBSD_version > 502102)" Revision Changes Path 1.5 +3 -1 src/sys/nfs4client/nfs4_dev.c From owner-cvs-all@FreeBSD.ORG Sat Feb 21 21:54:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BF516A4E6; Sat, 21 Feb 2004 21:54:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0E843D1D; Sat, 21 Feb 2004 21:54:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M5sCGe061380; Sat, 21 Feb 2004 21:54:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M5sC2J061379; Sat, 21 Feb 2004 21:54:12 -0800 (PST) (envelope-from kris) Message-Id: <200402220554.i1M5sC2J061379@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 21:54:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/qt-designer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 05:54:12 -0000 kris 2004/02/21 21:54:12 PST FreeBSD ports repository Modified files: devel/qt-designer Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.12 +2 -0 ports/devel/qt-designer/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:03:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAA416A4CE; Sat, 21 Feb 2004 22:03:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF5843D1D; Sat, 21 Feb 2004 22:03:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M635Ge064348; Sat, 21 Feb 2004 22:03:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6352D064347; Sat, 21 Feb 2004 22:03:05 -0800 (PST) (envelope-from kris) Message-Id: <200402220603.i1M6352D064347@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:03:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/sqlrelay Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:03:06 -0000 kris 2004/02/21 22:03:05 PST FreeBSD ports repository Modified files: databases/sqlrelay Makefile Log: BROKEN on 4.x: broken pkg-plist Revision Changes Path 1.25 +4 -0 ports/databases/sqlrelay/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:07:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3D616A4CE; Sat, 21 Feb 2004 22:07:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7AB43D1D; Sat, 21 Feb 2004 22:07:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M67XGe064528; Sat, 21 Feb 2004 22:07:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M67XR8064527; Sat, 21 Feb 2004 22:07:33 -0800 (PST) (envelope-from marcus) Message-Id: <200402220607.i1M67XR8064527@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 22:07:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libXres Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:07:33 -0000 marcus 2004/02/21 22:07:33 PST FreeBSD ports repository Modified files: x11/libXres Makefile Log: Add a missing dependency on xproto. Reported by: bento via kris Revision Changes Path 1.6 +2 -1 ports/x11/libXres/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:08:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4EF16A4CE; Sat, 21 Feb 2004 22:08:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9F743D1D; Sat, 21 Feb 2004 22:08:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M68MGe064572; Sat, 21 Feb 2004 22:08:22 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M68MIi064571; Sat, 21 Feb 2004 22:08:22 -0800 (PST) (envelope-from kris) Message-Id: <200402220608.i1M68MIi064571@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:08:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnump3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:08:22 -0000 kris 2004/02/21 22:08:22 PST FreeBSD ports repository Modified files: audio/gnump3d Makefile Log: Change BROKEN to IGNORE since the port actually builds with 4.x's perl, but will not run. Submitted by: ports fury Revision Changes Path 1.30 +1 -1 ports/audio/gnump3d/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:09:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFA116A4CE; Sat, 21 Feb 2004 22:09:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC6143D1D; Sat, 21 Feb 2004 22:09:26 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M69QGe064618; Sat, 21 Feb 2004 22:09:26 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M69Qw2064617; Sat, 21 Feb 2004 22:09:26 -0800 (PST) (envelope-from kris) Message-Id: <200402220609.i1M69Qw2064617@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:09:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/gnats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:09:26 -0000 kris 2004/02/21 22:09:26 PST FreeBSD ports repository Modified files: databases/gnats Makefile Log: Change BROKEN to FORBIDDEN to prevent the package build Revision Changes Path 1.49 +1 -1 ports/databases/gnats/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F2516A4D7; Sat, 21 Feb 2004 22:10:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1550643D1D; Sat, 21 Feb 2004 22:10:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6ABGe064669; Sat, 21 Feb 2004 22:10:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6ABH3064668; Sat, 21 Feb 2004 22:10:11 -0800 (PST) (envelope-from marcus) Message-Id: <200402220610.i1M6ABH3064668@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 22:10:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libXdamage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:10:12 -0000 marcus 2004/02/21 22:10:11 PST FreeBSD ports repository Modified files: x11/libXdamage Makefile Log: Add a missing dependency on xproto. Reported by: bento via kris Revision Changes Path 1.4 +2 -1 ports/x11/libXdamage/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE97E16A4CF; Sat, 21 Feb 2004 22:11:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E29A43D2D; Sat, 21 Feb 2004 22:11:15 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6BFGe065512; Sat, 21 Feb 2004 22:11:15 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6BF3B065511; Sat, 21 Feb 2004 22:11:15 -0800 (PST) (envelope-from marcus) Message-Id: <200402220611.i1M6BF3B065511@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 22:11:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libXcomposite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:11:15 -0000 marcus 2004/02/21 22:11:15 PST FreeBSD ports repository Modified files: x11/libXcomposite Makefile Log: Add a missing dependency on xproto. Reported by: bento via kris Revision Changes Path 1.4 +2 -1 ports/x11/libXcomposite/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:20:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852EC16A4CE; Sat, 21 Feb 2004 22:20:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689FB43D1F; Sat, 21 Feb 2004 22:20:42 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6KgGe066946; Sat, 21 Feb 2004 22:20:42 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6KgJJ066945; Sat, 21 Feb 2004 22:20:42 -0800 (PST) (envelope-from perky) Message-Id: <200402220620.i1M6KgJJ066945@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 21 Feb 2004 22:20:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/zodb3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:20:42 -0000 perky 2004/02/21 22:20:42 PST FreeBSD ports repository Modified files: databases/zodb3 Makefile distinfo pkg-plist Log: Update to 3.2.1 Revision Changes Path 1.7 +2 -3 ports/databases/zodb3/Makefile 1.3 +2 -1 ports/databases/zodb3/distinfo 1.4 +28 -16 ports/databases/zodb3/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:26:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF3D16A4CE; Sat, 21 Feb 2004 22:26:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819A743D1D; Sat, 21 Feb 2004 22:26:52 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6QqGe068813; Sat, 21 Feb 2004 22:26:52 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6Qq9V068812; Sat, 21 Feb 2004 22:26:52 -0800 (PST) (envelope-from kris) Message-Id: <200402220626.i1M6Qq9V068812@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:26:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/filmgimp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:26:52 -0000 kris 2004/02/21 22:26:52 PST FreeBSD ports repository Modified files: graphics/filmgimp Makefile Log: BROKEN on 4.x: broken pkg-plist Revision Changes Path 1.5 +4 -0 ports/graphics/filmgimp/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:27:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0357916A4CE; Sat, 21 Feb 2004 22:27:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA25F43D1D; Sat, 21 Feb 2004 22:27:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6RhGe068855; Sat, 21 Feb 2004 22:27:43 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6RhMI068854; Sat, 21 Feb 2004 22:27:43 -0800 (PST) (envelope-from kris) Message-Id: <200402220627.i1M6RhMI068854@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:27:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tvark Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:27:44 -0000 kris 2004/02/21 22:27:43 PST FreeBSD ports repository Modified files: net/tvark Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.12 +2 -0 ports/net/tvark/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:30:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCDC516A4CE; Sat, 21 Feb 2004 22:30:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA4043D1D; Sat, 21 Feb 2004 22:30:41 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6UfGe069115; Sat, 21 Feb 2004 22:30:41 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6UfA4069114; Sat, 21 Feb 2004 22:30:41 -0800 (PST) (envelope-from dinoex) Message-Id: <200402220630.i1M6UfA4069114@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 21 Feb 2004 22:30:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:30:41 -0000 dinoex 2004/02/21 22:30:41 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: - Add more PATCHSITES Suggested by: kris Revision Changes Path 1.47 +2 -1 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:31:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D600B16A4CE; Sat, 21 Feb 2004 22:31:34 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A954843D1F; Sat, 21 Feb 2004 22:31:34 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (33ba5c21086e852b831ef77e308658d2@adsl-63-207-60-37.dsl.lsan03.pacbell.net [63.207.60.37])i1M6VXZq001002; Sun, 22 Feb 2004 00:31:34 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 07BE666CAF; Sat, 21 Feb 2004 22:31:32 -0800 (PST) Date: Sat, 21 Feb 2004 22:31:32 -0800 From: Kris Kennaway To: Dirk Meyer Message-ID: <20040222063132.GA70601@xor.obsecurity.org> References: <200402220630.i1M6UfA4069114@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <200402220630.i1M6UfA4069114@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:31:35 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 21, 2004 at 10:30:41PM -0800, Dirk Meyer wrote: > dinoex 2004/02/21 22:30:41 PST >=20 > FreeBSD ports repository >=20 > Modified files: > security/pidentd Makefile=20 > Log: > - Add more PATCHSITES > Suggested by: kris Thanks! Kris --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAOEzEWry0BWjoQKURAgTVAJ482WEG1txF4LV09uWeoQfVaufi+ACcDZ2V mzHVwG6WnMJTqQr3ppyaWO0= =EN9V -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:35:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE45B16A4CE; Sat, 21 Feb 2004 22:35:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D7143D1D; Sat, 21 Feb 2004 22:35:20 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6ZKGe070984; Sat, 21 Feb 2004 22:35:20 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6ZKvM070983; Sat, 21 Feb 2004 22:35:20 -0800 (PST) (envelope-from marcus) Message-Id: <200402220635.i1M6ZKvM070983@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 22:35:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/scintilla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:35:21 -0000 marcus 2004/02/21 22:35:20 PST FreeBSD ports repository Modified files: x11-toolkits/scintilla Makefile distinfo Log: Update to 1.59. Revision Changes Path 1.25 +1 -2 ports/x11-toolkits/scintilla/Makefile 1.19 +2 -1 ports/x11-toolkits/scintilla/distinfo From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:35:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C59416A4CE; Sat, 21 Feb 2004 22:35:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F42143D1D; Sat, 21 Feb 2004 22:35:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6ZgGe071036; Sat, 21 Feb 2004 22:35:42 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6ZgWC071035; Sat, 21 Feb 2004 22:35:42 -0800 (PST) (envelope-from marcus) Message-Id: <200402220635.i1M6ZgWC071035@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 22:35:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/scite Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:35:42 -0000 marcus 2004/02/21 22:35:42 PST FreeBSD ports repository Modified files: editors/scite Makefile distinfo pkg-plist Log: Update to 1.59. Revision Changes Path 1.25 +1 -2 ports/editors/scite/Makefile 1.17 +2 -2 ports/editors/scite/distinfo 1.16 +1 -0 ports/editors/scite/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:38:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B4816A4CE; Sat, 21 Feb 2004 22:38:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1724643D2D; Sat, 21 Feb 2004 22:38:36 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6cZGe071114; Sat, 21 Feb 2004 22:38:35 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6cZNs071113; Sat, 21 Feb 2004 22:38:35 -0800 (PST) (envelope-from dinoex) Message-Id: <200402220638.i1M6cZNs071113@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 21 Feb 2004 22:38:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:38:36 -0000 dinoex 2004/02/21 22:38:35 PST FreeBSD ports repository Modified files: security/pidentd Makefile Log: - add more PATCH_SITES Suggested by: ume Revision Changes Path 1.48 +3 -1 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 22:44:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B950216A4CE; Sat, 21 Feb 2004 22:44:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B56243D1F; Sat, 21 Feb 2004 22:44:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M6iDGe073104; Sat, 21 Feb 2004 22:44:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M6iDSt073103; Sat, 21 Feb 2004 22:44:13 -0800 (PST) (envelope-from kris) Message-Id: <200402220644.i1M6iDSt073103@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 22:44:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/hs-gtk+hs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 06:44:13 -0000 kris 2004/02/21 22:44:13 PST FreeBSD ports repository Modified files: x11-toolkits/hs-gtk+hs Makefile Log: This is broken on 4.x as well. Revision Changes Path 1.17 +3 -7 ports/x11-toolkits/hs-gtk+hs/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:06:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDAA16A4CE; Sat, 21 Feb 2004 23:06:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3FA943D1D; Sat, 21 Feb 2004 23:06:07 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M767Ge078286; Sat, 21 Feb 2004 23:06:07 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M767p5078285; Sat, 21 Feb 2004 23:06:07 -0800 (PST) (envelope-from perky) Message-Id: <200402220706.i1M767p5078285@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 21 Feb 2004 23:06:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/dpkg/files patch-utils%start-stop-daemon.c patch-utils_start-stop-daemon.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:06:07 -0000 perky 2004/02/21 23:06:07 PST FreeBSD ports repository Added files: archivers/dpkg/files patch-utils_start-stop-daemon.c Removed files: archivers/dpkg/files patch-utils%start-stop-daemon.c Log: Rename a file with % in its name for perforce users. Requested by: Mark Santcroos Revision Changes Path 1.2 +0 -76 ports/archivers/dpkg/files/patch-utils%start-stop-daemon.c (dead) 1.1 +76 -0 ports/archivers/dpkg/files/patch-utils_start-stop-daemon.c (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:09:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8780716A4CE; Sat, 21 Feb 2004 23:09:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E9F43D31; Sat, 21 Feb 2004 23:09:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M790Ge078348; Sat, 21 Feb 2004 23:09:00 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M790Vj078347; Sat, 21 Feb 2004 23:09:00 -0800 (PST) (envelope-from kris) Message-Id: <200402220709.i1M790Vj078347@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 23:09:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/irit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:09:00 -0000 kris 2004/02/21 23:09:00 PST FreeBSD ports repository Modified files: graphics/irit Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.4 +2 -0 ports/graphics/irit/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:11:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0AD16A4CE; Sat, 21 Feb 2004 23:11:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EEF43D2D; Sat, 21 Feb 2004 23:11:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M7BjGe079785; Sat, 21 Feb 2004 23:11:45 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M7Bj3A079781; Sat, 21 Feb 2004 23:11:45 -0800 (PST) (envelope-from kris) Message-Id: <200402220711.i1M7Bj3A079781@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 23:11:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/inventor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:11:46 -0000 kris 2004/02/21 23:11:45 PST FreeBSD ports repository Modified files: graphics/inventor Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.5 +4 -0 ports/graphics/inventor/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:15:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4EA16A4CE; Sat, 21 Feb 2004 23:15:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21AA43D1D; Sat, 21 Feb 2004 23:15:09 -0800 (PST) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M7F9Ge080437; Sat, 21 Feb 2004 23:15:09 -0800 (PST) (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M7F9uO080436; Sat, 21 Feb 2004 23:15:09 -0800 (PST) (envelope-from lofi) Message-Id: <200402220715.i1M7F9uO080436@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 21 Feb 2004 23:15:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-clocks/kdetoys3 Makefile ports/x11-clocks/kdetoys3/files patch-kworldwatch-zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:15:10 -0000 lofi 2004/02/21 23:15:09 PST FreeBSD ports repository Modified files: x11-clocks/kdetoys3 Makefile Added files: x11-clocks/kdetoys3/files patch-kworldwatch-zone.tab Log: Add a patch that updates the antique zone.tab used by kworldwatch/clock. Bump PORTREVISION. Revision Changes Path 1.46 +1 -1 ports/x11-clocks/kdetoys3/Makefile 1.1 +299 -0 ports/x11-clocks/kdetoys3/files/patch-kworldwatch-zone.tab (new) From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:49:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242B916A4CE; Sat, 21 Feb 2004 23:49:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F5B43D1F; Sat, 21 Feb 2004 23:49:55 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M7nsGe086659; Sat, 21 Feb 2004 23:49:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M7nsil086658; Sat, 21 Feb 2004 23:49:54 -0800 (PST) (envelope-from kris) Message-Id: <200402220749.i1M7nsil086658@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 21 Feb 2004 23:49:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/amsn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:49:55 -0000 kris 2004/02/21 23:49:54 PST FreeBSD ports repository Modified files: net/amsn Makefile Log: This port is scheduled for removal on April 21 if it is still broken at that time. Revision Changes Path 1.11 +2 -0 ports/net/amsn/Makefile From owner-cvs-all@FreeBSD.ORG Sat Feb 21 23:57:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF5416A4CE; Sat, 21 Feb 2004 23:57:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B27443D1D; Sat, 21 Feb 2004 23:57:36 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1M7vaGe088723; Sat, 21 Feb 2004 23:57:36 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1M7vaHJ088722; Sat, 21 Feb 2004 23:57:36 -0800 (PST) (envelope-from marcus) Message-Id: <200402220757.i1M7vaHJ088722@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 21 Feb 2004 23:57:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/plugger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Feb 2004 07:57:36 -0000 marcus 2004/02/21 23:57:36 PST FreeBSD ports repository Modified files: www/plugger Makefile Log: * Fix compatibility with the new OpenOffice 1.1 wrapper scripts * Make X11BASE-safe PR: 63206 Submitted by: maintainer Revision Changes Path 1.24 +10 -1 ports/www/plugger/Makefile